@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

html {
  height: 100%;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

li, ul {
  list-style: none;
}

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

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

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

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

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

h1 {
  line-height: 1.3;
}

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

.w-full {
  width: 100%;
}

.txt-white {
  color: #FFF;
}

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

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

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

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

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

::placeholder {
  color: #606060;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#first_screen {
  background-image: url(../img/bg-internet-1920.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#first_screen .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#first_screen .cta {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#first_screen .cta .container {
  min-height: 821px;
  padding-top: 155px;
  padding-bottom: 60px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
#first_screen .cta .content-block {
  padding-left: 0;
  position: relative;
  z-index: 21;
}
#first_screen .cta .title-block {
  max-width: 700px;
  width: 100%;
  position: relative;
}
#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: 198px;
  position: relative;
  z-index: 6;
}
#first_screen .cta h1.lv .title-svg {
  width: 569px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='569' height='204' viewBox='0 0 569 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646164' maskUnits='userSpaceOnUse' x='-0.514648' y='96' width='529' height='90' fill='black'%3E%3Crect fill='white' x='-0.514648' y='96' width='529' height='90'/%3E%3Cpath d='M23.4854 181V126.8H3.98535V114.3H57.1854V126.8H37.7854V181H23.4854ZM66.2885 181V114.3H113.488V126.5H80.4885V141H112.788V153.2H80.4885V168.7H113.488V181H66.2885ZM124.589 181V114.3H138.789V168.5H166.989V181H124.589ZM176.933 181V114.3H224.133V126.5H191.133V141H223.433V153.2H191.133V168.7H224.133V181H176.933ZM253.934 181L228.134 114.3H244.334L262.834 165.6L281.234 114.3H297.434L271.734 181H253.934ZM293.993 108.1V100.9H327.493V108.1H293.993ZM303.593 181V114.3H317.793V181H303.593ZM328.635 181V169.5L360.135 126.8H328.635V114.3H378.735V125.7L347.235 168.5H379.435V181H328.635ZM390.214 181V114.3H404.414V181H390.214ZM411.656 175.7L417.856 164.8C420.456 167.3 423.856 169.6 428.456 169.6C434.756 169.6 438.856 165.4 438.856 158.9V114.3H453.056V159.1C453.056 174.9 443.256 182.2 429.556 182.2C422.756 182.2 416.456 180.4 411.656 175.7ZM509.668 181L505.468 169.5H475.668L471.468 181H455.868L481.668 114.3H499.468L525.168 181H509.668ZM490.568 126.6L479.468 157.2H501.568L490.568 126.6Z'/%3E%3C/mask%3E%3Cpath d='M23.4854 181V126.8H3.98535V114.3H57.1854V126.8H37.7854V181H23.4854ZM66.2885 181V114.3H113.488V126.5H80.4885V141H112.788V153.2H80.4885V168.7H113.488V181H66.2885ZM124.589 181V114.3H138.789V168.5H166.989V181H124.589ZM176.933 181V114.3H224.133V126.5H191.133V141H223.433V153.2H191.133V168.7H224.133V181H176.933ZM253.934 181L228.134 114.3H244.334L262.834 165.6L281.234 114.3H297.434L271.734 181H253.934ZM293.993 108.1V100.9H327.493V108.1H293.993ZM303.593 181V114.3H317.793V181H303.593ZM328.635 181V169.5L360.135 126.8H328.635V114.3H378.735V125.7L347.235 168.5H379.435V181H328.635ZM390.214 181V114.3H404.414V181H390.214ZM411.656 175.7L417.856 164.8C420.456 167.3 423.856 169.6 428.456 169.6C434.756 169.6 438.856 165.4 438.856 158.9V114.3H453.056V159.1C453.056 174.9 443.256 182.2 429.556 182.2C422.756 182.2 416.456 180.4 411.656 175.7ZM509.668 181L505.468 169.5H475.668L471.468 181H455.868L481.668 114.3H499.468L525.168 181H509.668ZM490.568 126.6L479.468 157.2H501.568L490.568 126.6Z' fill='white'/%3E%3Cpath d='M21.9854 181C22.9854 181 23.9854 181 24.9854 181C25.3187 177.003 25.6187 173.007 25.8854 169.01C26.8241 154.94 27.3498 140.87 27.4624 126.8L27.4939 122.855L23.4854 122.823C21.5687 122.808 19.652 122.8 17.7354 122.8C13.152 122.8 8.56868 122.805 3.98535 122.815L7.97074 126.8C7.96188 122.633 7.949 118.467 7.93209 114.3L3.98535 118.247C21.7187 118.175 39.452 118.03 57.1854 117.812L53.6732 114.3C53.7244 118.467 53.7796 122.633 53.8388 126.8L57.1854 123.453C50.7187 123.545 44.252 123.647 37.7854 123.758L34.7969 123.707L34.7436 126.8C35.0546 144.867 35.4413 162.933 35.9036 181L37.7854 179.118C37.0154 179.138 36.2454 179.158 35.4754 179.178C31.4787 179.281 27.482 179.389 23.4854 179.5C23.4854 180.5 23.4854 181.5 23.4854 182.5C27.482 182.611 31.4787 182.719 35.4754 182.822C36.2454 182.842 37.0154 182.862 37.7854 182.882L39.714 182.832L39.6671 181C40.1294 162.933 40.5161 144.867 40.8271 126.8L37.7854 129.842C44.252 129.953 50.7187 130.055 57.1854 130.147L60.5788 130.098L60.5319 126.8C60.5911 122.633 60.6463 118.467 60.6975 114.3L60.6538 110.745L57.1854 110.788C39.452 110.57 21.7187 110.425 3.98535 110.353L0.0226593 110.369L0.0386088 114.3C0.0217017 118.467 0.00882018 122.633 -3.5882e-05 126.8L0.00845277 130.794L3.98535 130.785C8.56869 130.795 13.152 130.8 17.7354 130.8C19.652 130.8 21.5687 130.792 23.4854 130.777L19.5084 126.8C19.6209 140.87 20.1466 154.94 21.0854 169.01C21.352 173.007 21.652 177.003 21.9854 181ZM24.9854 181H21.9854L22.1136 182.538L23.4854 182.5V179.5L24.9854 181ZM64.7885 181C65.7885 181 66.7885 181 67.7885 181C68.1218 175.027 68.4218 169.053 68.6885 163.08C69.4144 146.82 69.8933 130.56 70.1252 114.3L66.2885 118.137C73.9218 118.246 81.5551 118.3 89.1885 118.3C97.2885 118.3 105.388 118.293 113.488 118.28L109.509 114.3C109.516 118.367 109.524 122.433 109.535 126.5L113.488 122.546C102.488 122.574 91.4885 122.614 80.4885 122.667L76.6741 122.649L76.6556 126.5C76.6788 131.333 76.7045 136.167 76.7326 141L76.7109 144.734L80.4885 144.756C91.2551 144.693 102.022 144.619 112.788 144.532L109.256 141C109.289 145.067 109.324 149.133 109.36 153.2L112.788 149.771C102.022 149.867 91.2551 149.975 80.4885 150.095L77.4181 150.06L77.3831 153.2C77.4406 158.367 77.5009 163.533 77.5639 168.7L77.5287 171.588L80.4885 171.625C91.4885 171.49 102.488 171.344 113.488 171.184L111.004 168.7C111.064 172.8 111.125 176.9 111.188 181L113.488 178.699C103.728 178.849 93.9685 179.008 84.2085 179.178C78.2352 179.281 72.2618 179.389 66.2885 179.5C66.2885 180.5 66.2885 181.5 66.2885 182.5C72.2618 182.611 78.2352 182.719 84.2085 182.822C93.9685 182.992 103.728 183.151 113.488 183.301L115.824 183.265L115.789 181C115.852 176.9 115.913 172.8 115.973 168.7L115.936 166.18L113.488 166.216C102.488 166.056 91.4885 165.91 80.4885 165.775L83.413 168.7C83.4761 163.533 83.5363 158.367 83.5938 153.2L80.4885 156.305C91.2551 156.425 102.022 156.533 112.788 156.629L116.247 156.598L116.217 153.2C116.253 149.133 116.288 145.067 116.32 141L116.292 137.44L112.788 137.468C102.022 137.381 91.2551 137.307 80.4885 137.244L84.2443 141C84.2724 136.167 84.2981 131.333 84.3214 126.5L80.4885 130.333C91.4885 130.386 102.488 130.426 113.488 130.454L117.452 130.444L117.442 126.5C117.453 122.433 117.461 118.367 117.468 114.3L117.461 110.314L113.488 110.32C105.388 110.307 97.2885 110.3 89.1885 110.3C81.5551 110.3 73.9218 110.354 66.2885 110.463L62.3979 110.519L62.4518 114.3C62.6837 130.56 63.1626 146.82 63.8885 163.08C64.1551 169.053 64.4551 175.027 64.7885 181ZM67.7885 181H64.7885L64.8736 182.526L66.2885 182.5V179.5L67.7885 181ZM123.089 181C124.089 181 125.089 181 126.089 181C126.423 177.363 126.723 173.727 126.989 170.09C128.056 155.543 128.589 140.997 128.589 126.45C128.589 122.4 128.585 118.35 128.575 114.3L124.589 118.286C129.323 118.275 134.056 118.258 138.789 118.235L134.854 114.3C134.943 132.367 135.123 150.433 135.395 168.5L135.345 171.843L138.789 171.894C148.189 171.753 157.589 171.587 166.989 171.396L164.093 168.5C164.178 172.667 164.267 176.833 164.362 181L166.989 178.372C156.493 178.61 145.996 178.878 135.499 179.178C131.863 179.281 128.226 179.389 124.589 179.5C124.589 180.5 124.589 181.5 124.589 182.5C128.226 182.611 131.863 182.719 135.499 182.822C145.996 183.122 156.493 183.39 166.989 183.628L169.675 183.567L169.617 181C169.711 176.833 169.801 172.667 169.885 168.5L169.825 165.546L166.989 165.604C157.589 165.413 148.189 165.247 138.789 165.106L142.184 168.5C142.455 150.433 142.636 132.367 142.724 114.3L142.705 110.346L138.789 110.365C134.056 110.342 129.323 110.325 124.589 110.314L120.594 110.323L120.603 114.3C120.594 118.35 120.589 122.4 120.589 126.45C120.589 140.997 121.123 155.543 122.189 170.09C122.456 173.727 122.756 177.363 123.089 181ZM126.089 181H123.089L123.231 182.542L124.589 182.5V179.5L126.089 181ZM175.433 181C176.433 181 177.433 181 178.433 181C178.766 175.027 179.066 169.053 179.333 163.08C180.059 146.82 180.538 130.56 180.77 114.3L176.933 118.137C184.566 118.246 192.2 118.3 199.833 118.3C207.933 118.3 216.033 118.293 224.133 118.28L220.153 114.3C220.16 118.367 220.169 122.433 220.179 126.5L224.133 122.546C213.133 122.574 202.133 122.614 191.133 122.667L187.319 122.649L187.3 126.5C187.323 131.333 187.349 136.167 187.377 141L187.355 144.734L191.133 144.756C201.9 144.693 212.666 144.619 223.433 144.532L219.901 141C219.934 145.067 219.968 149.133 220.004 153.2L223.433 149.771C212.666 149.867 201.9 149.975 191.133 150.095L188.063 150.06L188.028 153.2C188.085 158.367 188.145 163.533 188.208 168.7L188.173 171.588L191.133 171.625C202.133 171.49 213.133 171.344 224.133 171.184L221.649 168.7C221.708 172.8 221.769 176.9 221.832 181L224.133 178.699C214.373 178.849 204.613 179.008 194.853 179.178C188.88 179.281 182.906 179.389 176.933 179.5C176.933 180.5 176.933 181.5 176.933 182.5C182.906 182.611 188.88 182.719 194.853 182.822C204.613 182.992 214.373 183.151 224.133 183.301L226.469 183.265L226.434 181C226.497 176.9 226.558 172.8 226.617 168.7L226.581 166.18L224.133 166.216C213.133 166.056 202.133 165.91 191.133 165.775L194.058 168.7C194.121 163.533 194.181 158.367 194.238 153.2L191.133 156.305C201.9 156.425 212.666 156.533 223.433 156.629L226.892 156.598L226.862 153.2C226.898 149.133 226.932 145.067 226.965 141L226.936 137.44L223.433 137.468C212.666 137.381 201.9 137.307 191.133 137.244L194.889 141C194.917 136.167 194.943 131.333 194.966 126.5L191.133 130.333C202.133 130.386 213.133 130.426 224.133 130.454L228.097 130.444L228.087 126.5C228.097 122.433 228.106 118.367 228.113 114.3L228.106 110.314L224.133 110.32C216.033 110.307 207.933 110.3 199.833 110.3C192.2 110.3 184.566 110.354 176.933 110.463L173.042 110.519L173.096 114.3C173.328 130.56 173.807 146.82 174.533 163.08C174.8 169.053 175.1 175.027 175.433 181ZM178.433 181H175.433L175.518 182.526L176.933 182.5V179.5L178.433 181ZM252.535 181.541C253.467 181.18 254.4 180.82 255.333 180.459C253.826 175.641 252.289 170.834 250.721 166.04C244.866 148.146 238.578 130.419 231.858 112.86L228.134 118.293C229.481 118.298 230.828 118.3 232.175 118.3C236.228 118.3 240.281 118.298 244.334 118.293L240.578 115.655C246.765 132.747 252.997 149.824 259.275 166.884L262.804 176.78L266.395 166.877C272.418 149.738 278.395 132.582 284.326 115.409L281.234 117.585C286.634 117.522 292.034 117.454 297.434 117.382L294.558 113.192C286.289 135.54 278.097 157.918 269.982 180.325L271.734 179.123C270.838 179.141 269.941 179.159 269.045 179.178C264.008 179.281 258.971 179.389 253.934 179.5C253.934 180.5 253.934 181.5 253.934 182.5C258.971 182.611 264.008 182.719 269.045 182.822C269.941 182.841 270.838 182.859 271.734 182.877L273.06 182.85L273.485 181.675C282.504 159.616 291.445 137.527 300.309 115.408L301.883 111.162L297.434 111.218C292.034 111.146 286.634 111.078 281.234 111.015L278.883 111.042L278.141 113.191C271.806 130.218 265.517 147.262 259.272 164.323L266.393 164.316C260.337 147.176 254.236 130.053 248.09 112.945L247.134 110.304L244.334 110.307C240.281 110.302 236.228 110.3 232.175 110.3C230.828 110.3 229.481 110.302 228.134 110.307L222.295 110.327L224.41 115.74C231.255 133.252 238.533 150.596 246.244 167.772C248.31 172.374 250.407 176.963 252.535 181.541ZM255.333 180.459L252.535 181.541L252.99 182.521L253.934 182.5V179.5L255.333 180.459ZM292.493 108.1C293.493 108.1 294.493 108.1 295.493 108.1C295.827 106.743 296.126 105.387 296.393 104.03C296.598 102.987 296.784 101.943 296.949 100.9L293.993 103.856C298.376 104.552 302.76 104.9 307.143 104.9C313.926 104.9 320.71 104.807 327.493 104.622L323.771 100.9C323.836 103.3 323.914 105.7 324.002 108.1L327.493 104.609C317.683 104.972 307.873 105.528 298.063 106.278C296.706 106.381 295.35 106.489 293.993 106.6C293.993 107.6 293.993 108.6 293.993 109.6C295.35 109.711 296.706 109.819 298.063 109.922C307.873 110.672 317.683 111.228 327.493 111.591L331.108 111.457L330.984 108.1C331.073 105.7 331.15 103.3 331.215 100.9L331.111 97.079L327.493 97.1778C320.71 96.9926 313.926 96.9 307.143 96.9C302.76 96.9 298.376 97.248 293.993 97.9439L290.652 98.4744L291.037 100.9C291.203 101.943 291.388 102.987 291.593 104.03C291.86 105.387 292.16 106.743 292.493 108.1ZM295.493 108.1H292.493L292.884 109.691L293.993 109.6V106.6L295.493 108.1ZM299.593 181C302.26 181 304.926 181 307.593 181C307.593 178.303 307.593 175.607 307.593 172.91C307.593 153.373 307.593 133.837 307.593 114.3L303.593 118.3C308.327 118.3 313.06 118.3 317.793 118.3L313.793 114.3C313.793 136.533 313.793 158.767 313.793 181L317.793 177C315.757 177 313.72 177 311.683 177C308.987 177 306.29 177 303.593 177C303.593 179.667 303.593 182.333 303.593 185C306.29 185 308.987 185 311.683 185C313.72 185 315.757 185 317.793 185H321.793V181C321.793 158.767 321.793 136.533 321.793 114.3V110.3H317.793C313.06 110.3 308.327 110.3 303.593 110.3H299.593V114.3C299.593 133.837 299.593 153.373 299.593 172.91C299.593 175.607 299.593 178.303 299.593 181ZM307.593 181H299.593V185H303.593V177L307.593 181ZM327.135 181C328.135 181 329.135 181 330.135 181C330.375 177.167 330.598 173.333 330.804 169.5L330.38 170.788C331.322 169.645 332.261 168.501 333.199 167.356C343.476 154.795 353.503 142.05 363.281 129.121L367.914 122.963L360.135 122.89C355.096 122.83 350.058 122.8 345.02 122.8C339.558 122.8 334.096 122.804 328.635 122.812L332.623 126.8C332.617 122.633 332.609 118.467 332.598 114.3L328.635 118.263C345.335 118.221 362.035 118.142 378.735 118.027L375.008 114.3C375.034 118.1 375.062 121.9 375.092 125.7L375.801 123.541C365.414 137.891 355.06 152.265 344.739 166.663L341.077 171.537L347.235 171.599C357.968 171.464 368.701 171.314 379.435 171.149L376.786 168.5C376.85 172.667 376.916 176.833 376.985 181L379.435 178.55C367.813 178.742 356.191 178.951 344.57 179.178C339.258 179.281 333.946 179.389 328.635 179.5C328.635 180.5 328.635 181.5 328.635 182.5C333.946 182.611 339.258 182.719 344.57 182.822C356.191 183.049 367.813 183.258 379.435 183.45L381.924 183.409L381.884 181C381.953 176.833 382.019 172.667 382.083 168.5L382.042 165.811L379.435 165.851C368.701 165.686 357.968 165.536 347.235 165.401L349.73 170.337C360.409 156.202 371.055 142.043 381.668 127.859L382.386 126.867L382.377 125.7C382.407 121.9 382.435 118.1 382.462 114.3L382.436 110.547L378.735 110.573C362.035 110.458 345.335 110.379 328.635 110.337L324.661 110.347L324.671 114.3C324.661 118.467 324.652 122.633 324.646 126.8L324.652 130.794L328.635 130.788C334.096 130.796 339.558 130.8 345.02 130.8C350.058 130.8 355.096 130.77 360.135 130.71L356.988 124.479C347.521 137.637 338.304 150.979 329.336 164.506C328.518 165.74 327.702 166.975 326.889 168.212L326.433 168.905L326.465 169.5C326.671 173.333 326.894 177.167 327.135 181ZM330.135 181H327.135L327.231 182.529L328.635 182.5V179.5L330.135 181ZM388.714 181C389.714 181 390.714 181 391.714 181C392.048 178.303 392.348 175.607 392.614 172.91C393.681 162.123 394.214 151.337 394.214 140.55C394.214 131.8 394.175 123.05 394.097 114.3L390.214 118.183C394.948 118.141 399.681 118.087 404.414 118.022L400.692 114.3C400.997 136.533 401.555 158.767 402.363 181L404.414 178.949C402.378 179.023 400.341 179.099 398.304 179.178C395.608 179.281 392.911 179.389 390.214 179.5C390.214 180.5 390.214 181.5 390.214 182.5C392.911 182.611 395.608 182.719 398.304 182.822C400.341 182.901 402.378 182.977 404.414 183.051L406.537 182.974L406.465 181C407.274 158.767 407.831 136.533 408.136 114.3L408.085 110.527L404.414 110.578C399.681 110.513 394.948 110.459 390.214 110.417L386.297 110.452L386.331 114.3C386.253 123.05 386.214 131.8 386.214 140.55C386.214 151.337 386.748 162.123 387.814 172.91C388.081 175.607 388.381 178.303 388.714 181ZM391.714 181H388.714L388.906 182.554L390.214 182.5V179.5L391.714 181ZM410.352 174.958C411.221 175.453 412.09 175.947 412.96 176.442C414.913 173.681 416.838 170.904 418.734 168.111C419.192 167.435 419.65 166.757 420.105 166.079L416.062 166.665C418.88 169.892 423.394 172.82 428.456 172.937C431.876 173.116 435.919 172.049 438.752 169.178C441.614 166.344 442.746 162.375 442.773 158.9C442.828 155.844 442.856 152.789 442.856 149.733C442.856 137.922 442.81 126.111 442.719 114.3L438.856 118.163C443.589 118.127 448.322 118.083 453.056 118.031L449.324 114.3C449.486 129.233 449.72 144.167 450.028 159.1C451.106 170.962 441.817 180.44 429.556 180.096C426.578 180.187 423.608 179.916 420.802 179.107C417.806 178.252 415.019 176.748 412.705 174.628C412.005 175.343 411.306 176.057 410.606 176.772C413.093 179.38 416.268 181.371 419.677 182.574C422.872 183.713 426.236 184.213 429.556 184.304C436.06 184.495 443.298 183.036 448.63 178.094C454.014 173.177 456.003 165.753 456.084 159.1C456.391 144.167 456.626 129.233 456.787 114.3L456.746 110.529L453.056 110.569C448.322 110.517 443.589 110.473 438.856 110.437L434.963 110.467L434.993 114.3C434.901 126.111 434.856 137.922 434.856 149.733C434.856 152.789 434.883 155.844 434.938 158.9C435.039 163.177 432.89 165.964 428.456 166.263C425.451 166.504 422.457 165.263 419.649 162.935L416.95 160.695L415.606 163.521C415.256 164.259 414.908 164.997 414.561 165.737C413.129 168.795 411.726 171.868 410.352 174.958ZM412.96 176.442L410.352 174.958L409.853 176.081L410.606 176.772L412.705 174.628L412.96 176.442ZM508.259 181.515C509.199 181.172 510.138 180.828 511.077 180.485C509.989 176.538 508.869 172.603 507.718 168.678L507.292 167.223L505.468 167.104C505.446 167.103 505.424 167.101 505.402 167.1C495.491 166.456 485.579 166.006 475.668 165.751L473.144 165.686L472.147 168.214C470.648 172.011 469.18 175.82 467.744 179.64L471.468 177.035C469.048 177.012 466.628 177 464.209 177C461.428 177 458.648 177.002 455.868 177.005L459.594 182.441C468.167 160.197 476.623 137.908 484.963 115.574L481.668 117.832C487.602 117.763 493.535 117.686 499.468 117.601L496.388 115.487C505.273 137.597 514.275 159.663 523.393 181.684L525.168 179.098C524.105 179.124 523.041 179.151 521.977 179.178C517.874 179.281 513.771 179.389 509.668 179.5C509.668 180.5 509.668 181.5 509.668 182.5C513.771 182.611 517.874 182.719 521.977 182.822C523.041 182.849 524.105 182.876 525.168 182.902L527.983 182.836L526.943 180.316C518.928 157.87 510.796 135.469 502.548 113.113L501.686 110.968L499.468 110.999C493.535 110.914 487.602 110.837 481.668 110.768L479.206 110.796L478.374 113.026C469.513 135.158 460.769 157.336 452.142 179.559L450.044 185.002L455.868 184.995C458.648 184.998 461.428 185 464.209 185C466.628 185 469.048 184.988 471.468 184.965L474.279 184.938L475.193 182.36C476.556 178.514 477.888 174.655 479.19 170.786L475.668 173.249C485.579 172.994 495.491 172.544 505.402 171.9C505.424 171.899 505.446 171.897 505.468 171.896L503.218 170.322C504.867 174.064 506.548 177.795 508.259 181.515ZM511.077 180.485L508.259 181.515L508.724 182.526L509.668 182.5V179.5L511.077 180.485ZM494.328 127.964C491.822 127.055 489.315 126.145 486.808 125.236C486.312 126.602 485.817 127.967 485.322 129.333C482.117 138.167 478.913 147.002 475.708 155.836L473.762 161.2H479.468C486.835 161.2 494.202 161.2 501.568 161.2H507.257L505.332 155.847C502.157 147.014 498.982 138.181 495.807 129.348C495.315 127.981 494.824 126.614 494.332 125.247C491.823 126.149 489.313 127.051 486.804 127.953C487.295 129.32 487.787 130.687 488.278 132.055C491.454 140.887 494.629 149.72 497.804 158.553L501.568 153.2C494.202 153.2 486.835 153.2 479.468 153.2L483.228 158.564C486.433 149.73 489.638 140.895 492.842 132.061C493.338 130.695 493.833 129.33 494.328 127.964ZM486.808 125.236L494.328 127.964L486.804 127.953L494.332 125.247L490.585 114.823L486.808 125.236Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646164)'/%3E%3Cmask id='path-3-outside-2_9052_646164' maskUnits='userSpaceOnUse' x='3.48535' y='13' width='529' height='77' fill='black'%3E%3Crect fill='white' x='3.48535' y='13' width='529' height='77'/%3E%3Cpath d='M8.08535 85V18.3H22.2854V85H8.08535ZM81.5268 85L49.7268 40.2V85H35.5268V18.3H50.1268L81.0268 61.5V18.3H95.2268V85H81.5268ZM123.778 85V30.8H104.278V18.3H157.478V30.8H138.078V85H123.778ZM166.581 85V18.3H213.781V30.5H180.781V45H213.081V57.2H180.781V72.7H213.781V85H166.581ZM262.582 85L249.482 61.1H239.082V85H224.882V18.3H256.082C269.982 18.3 278.482 27.4 278.482 39.8C278.482 51.6 271.082 57.9 263.882 59.6L278.882 85H262.582ZM263.982 39.7C263.982 34.1 259.682 30.5 253.982 30.5H239.082V48.9H253.982C259.682 48.9 263.982 45.3 263.982 39.7ZM335.14 85L303.34 40.2V85H289.14V18.3H303.74L334.64 61.5V18.3H348.84V85H335.14ZM361.992 85V18.3H409.192V30.5H376.192V45H408.492V57.2H376.192V72.7H409.192V85H361.992ZM435.692 85V30.8H416.192V18.3H469.392V30.8H449.992V85H435.692ZM473.212 75.6L481.012 64.8C485.712 69.7 493.012 73.8 502.212 73.8C510.012 73.8 513.812 70.1 513.812 66.3C513.812 61.3 508.012 59.6 500.312 57.8C489.412 55.3 475.412 52.3 475.412 37.4C475.412 26.3 485.012 17.3 500.712 17.3C511.312 17.3 520.112 20.5 526.712 26.6L518.812 37C513.412 32 506.212 29.7 499.712 29.7C493.312 29.7 489.912 32.5 489.912 36.5C489.912 41 495.512 42.4 503.212 44.2C514.212 46.7 528.212 50 528.212 64.8C528.212 77 519.512 86.2 501.512 86.2C488.712 86.2 479.512 81.9 473.212 75.6Z'/%3E%3C/mask%3E%3Cpath d='M8.08535 85V18.3H22.2854V85H8.08535ZM81.5268 85L49.7268 40.2V85H35.5268V18.3H50.1268L81.0268 61.5V18.3H95.2268V85H81.5268ZM123.778 85V30.8H104.278V18.3H157.478V30.8H138.078V85H123.778ZM166.581 85V18.3H213.781V30.5H180.781V45H213.081V57.2H180.781V72.7H213.781V85H166.581ZM262.582 85L249.482 61.1H239.082V85H224.882V18.3H256.082C269.982 18.3 278.482 27.4 278.482 39.8C278.482 51.6 271.082 57.9 263.882 59.6L278.882 85H262.582ZM263.982 39.7C263.982 34.1 259.682 30.5 253.982 30.5H239.082V48.9H253.982C259.682 48.9 263.982 45.3 263.982 39.7ZM335.14 85L303.34 40.2V85H289.14V18.3H303.74L334.64 61.5V18.3H348.84V85H335.14ZM361.992 85V18.3H409.192V30.5H376.192V45H408.492V57.2H376.192V72.7H409.192V85H361.992ZM435.692 85V30.8H416.192V18.3H469.392V30.8H449.992V85H435.692ZM473.212 75.6L481.012 64.8C485.712 69.7 493.012 73.8 502.212 73.8C510.012 73.8 513.812 70.1 513.812 66.3C513.812 61.3 508.012 59.6 500.312 57.8C489.412 55.3 475.412 52.3 475.412 37.4C475.412 26.3 485.012 17.3 500.712 17.3C511.312 17.3 520.112 20.5 526.712 26.6L518.812 37C513.412 32 506.212 29.7 499.712 29.7C493.312 29.7 489.912 32.5 489.912 36.5C489.912 41 495.512 42.4 503.212 44.2C514.212 46.7 528.212 50 528.212 64.8C528.212 77 519.512 86.2 501.512 86.2C488.712 86.2 479.512 81.9 473.212 75.6Z' fill='white'/%3E%3Cpath d='M6.58535 85C7.58535 85 8.58535 85 9.58535 85C9.91868 82.3033 10.2187 79.6067 10.4854 76.91C11.552 66.1233 12.0854 55.3367 12.0854 44.55C12.0854 35.8 12.0464 27.05 11.9684 18.3L8.08535 22.183C12.8187 22.1408 17.552 22.0872 22.2854 22.0222L18.5631 18.3C18.8685 40.5333 19.4256 62.7667 20.2345 85L22.2854 82.9492C20.2487 83.0232 18.212 83.0995 16.1754 83.1778C13.4787 83.2815 10.782 83.3889 8.08535 83.5C8.08535 84.5 8.08535 85.5 8.08535 86.5C10.782 86.6111 13.4787 86.7185 16.1754 86.8222C18.212 86.9005 20.2487 86.9768 22.2854 87.0508L24.408 86.9736L24.3362 85C25.1451 62.7667 25.7022 40.5333 26.0076 18.3L25.9558 14.5274L22.2854 14.5778C17.552 14.5128 12.8187 14.4592 8.08535 14.417L4.16804 14.4519L4.20233 18.3C4.12435 27.05 4.08535 35.8 4.08535 44.55C4.08535 55.3367 4.61868 66.1233 5.68535 76.91C5.95202 79.6067 6.25202 82.3033 6.58535 85ZM9.58535 85H6.58535L6.77743 86.5539L8.08535 86.5V83.5L9.58535 85ZM80.3036 85.8682C81.119 85.2894 81.9345 84.7106 82.7499 84.1318C79.2965 78.6907 75.8159 73.2689 72.3081 67.8664C65.8347 57.8963 59.2686 47.992 52.61 38.1534L46.3046 29.0752L46.191 40.2C45.8815 54.0664 45.7268 67.9328 45.7268 81.7992C45.7268 82.8661 45.7269 83.9331 45.7271 85L49.7268 81.0003C44.9934 81.0012 40.2601 81.0041 35.5268 81.009L39.5177 85C39.4947 62.7667 39.4274 40.5333 39.3159 18.3L35.5268 22.0892C40.3934 22.0648 45.2601 22.0383 50.1268 22.0096L47.1095 20.4582C57.4942 34.7976 67.9018 49.1206 78.3321 63.4274L84.2966 71.8403L84.3398 61.5C84.2095 47.1 84.0606 32.7 83.8932 18.3L81.0268 21.1665C85.7601 21.1114 90.4934 21.0544 95.2268 20.9954L92.5314 18.3C92.7854 38.6641 93.0764 59.0282 93.4045 79.3924C93.4347 81.2616 93.4651 83.1308 93.4958 85L95.2268 83.2691C90.6601 83.3442 86.0934 83.4212 81.5268 83.5C81.5268 84.5 81.5268 85.5 81.5268 86.5C86.0934 86.5788 90.6601 86.6558 95.2268 86.7309L96.9857 86.702L96.9577 85C96.9884 83.1308 97.0189 81.2616 97.049 79.3924C97.3771 59.0282 97.6682 38.6641 97.9221 18.3L97.8881 15.5714L95.2268 15.6046C90.4934 15.5456 85.7601 15.4885 81.0268 15.4335L78.1274 15.4672L78.1603 18.3C77.9929 32.7 77.844 47.1 77.7137 61.5L83.7214 59.5726C73.5518 45.0793 63.3593 30.6024 53.144 16.1418L52.0124 14.5793L50.1268 14.5904C45.2601 14.5617 40.3934 14.5352 35.5268 14.5108L31.7187 14.5299L31.7376 18.3C31.6261 40.5333 31.5588 62.7667 31.5358 85L31.5399 88.9951L35.5268 88.991C40.2601 88.9959 44.9934 88.9988 49.7268 88.9997L53.7272 88.9989L53.7265 85C53.7267 83.9331 53.7268 82.8661 53.7268 81.7992C53.7268 67.9328 53.572 54.0664 53.2626 40.2L46.8435 42.2466C53.9344 51.7784 61.1179 61.2444 68.3939 70.6447C72.3366 75.7385 76.3065 80.813 80.3036 85.8682ZM82.7499 84.1318L80.3036 85.8682L80.8129 86.5123L81.5268 86.5V83.5L82.7499 84.1318ZM122.278 85C123.278 85 124.278 85 125.278 85C125.612 81.0033 125.912 77.0067 126.178 73.01C127.117 58.94 127.643 44.87 127.755 30.8L127.787 26.8551L123.778 26.823C121.862 26.8077 119.945 26.8 118.028 26.8C113.445 26.8 108.862 26.8049 104.278 26.8146L108.264 30.8C108.255 26.6333 108.242 22.4667 108.225 18.3L104.278 22.2467C122.012 22.1748 139.745 22.0299 157.478 21.8121L153.966 18.3C154.017 22.4667 154.073 26.6333 154.132 30.8L157.478 27.4535C151.012 27.5454 144.545 27.647 138.078 27.7583L135.09 27.7069L135.037 30.8C135.348 48.8667 135.734 66.9333 136.197 85L138.078 83.1182C137.308 83.138 136.538 83.1578 135.768 83.1778C131.772 83.2815 127.775 83.3889 123.778 83.5C123.778 84.5 123.778 85.5 123.778 86.5C127.775 86.6111 131.772 86.7185 135.768 86.8222C136.538 86.8422 137.308 86.862 138.078 86.8818L140.007 86.8324L139.96 85C140.422 66.9333 140.809 48.8667 141.12 30.8L138.078 33.8417C144.545 33.953 151.012 34.0546 157.478 34.1465L160.872 34.0983L160.825 30.8C160.884 26.6333 160.939 22.4667 160.99 18.3L160.947 14.7453L157.478 14.7879C139.745 14.5701 122.012 14.4252 104.278 14.3532L100.316 14.3693L100.332 18.3C100.315 22.4667 100.302 26.6333 100.293 30.8L100.301 34.7938L104.278 34.7854C108.862 34.7951 113.445 34.8 118.028 34.8C119.945 34.8 121.862 34.7923 123.778 34.777L119.801 30.8C119.914 44.87 120.44 58.94 121.378 73.01C121.645 77.0067 121.945 81.0033 122.278 85ZM125.278 85H122.278L122.407 86.5381L123.778 86.5V83.5L125.278 85ZM165.081 85C166.081 85 167.081 85 168.081 85C168.415 79.0267 168.715 73.0533 168.981 67.08C169.707 50.82 170.186 34.56 170.418 18.3L166.581 22.1367C174.215 22.2456 181.848 22.3 189.481 22.3C197.581 22.3 205.681 22.2932 213.781 22.2796L209.802 18.3C209.809 22.3667 209.817 26.4333 209.828 30.5L213.781 26.5461C202.781 26.5739 191.781 26.6142 180.781 26.6671L176.967 26.6488L176.949 30.5C176.972 35.3333 176.997 40.1667 177.026 45L177.004 48.7339L180.781 48.7559C191.548 48.6933 202.315 48.6187 213.081 48.532L209.549 45C209.582 49.0667 209.617 53.1333 209.653 57.2L213.081 53.7713C202.315 53.8671 191.548 53.9748 180.781 54.0947L177.711 54.0605L177.676 57.2C177.734 62.3667 177.794 67.5333 177.857 72.7L177.822 75.5884L180.781 75.6246C191.781 75.4904 202.781 75.3436 213.781 75.1843L211.297 72.7C211.357 76.8 211.418 80.9 211.481 85L213.781 82.6991C204.021 82.8488 194.261 83.0083 184.501 83.1778C178.528 83.2815 172.555 83.3889 166.581 83.5C166.581 84.5 166.581 85.5 166.581 86.5C172.555 86.6111 178.528 86.7185 184.501 86.8222C194.261 86.9917 204.021 87.1512 213.781 87.3009L216.117 87.2651L216.082 85C216.145 80.9 216.206 76.8 216.266 72.7L216.229 70.1803L213.781 70.2157C202.781 70.0564 191.781 69.9096 180.781 69.7754L183.706 72.7C183.769 67.5333 183.829 62.3667 183.887 57.2L180.781 60.3053C191.548 60.4252 202.315 60.5329 213.081 60.6287L216.54 60.5979L216.51 57.2C216.546 53.1333 216.581 49.0667 216.613 45L216.585 41.4398L213.081 41.468C202.315 41.3813 191.548 41.3067 180.781 41.2441L184.537 45C184.565 40.1667 184.591 35.3333 184.614 30.5L180.781 34.3329C191.781 34.3858 202.781 34.4261 213.781 34.4539L217.745 34.4439L217.735 30.5C217.746 26.4333 217.754 22.3667 217.761 18.3L217.754 14.3137L213.781 14.3204C205.681 14.3068 197.581 14.3 189.481 14.3C181.848 14.3 174.215 14.3544 166.581 14.4633L162.691 14.5188L162.745 18.3C162.977 34.56 163.456 50.82 164.181 67.08C164.448 73.0533 164.748 79.0267 165.081 85ZM168.081 85H165.081L165.167 86.5263L166.581 86.5V83.5L168.081 85ZM261.267 85.721C262.144 85.2403 263.021 84.7597 263.898 84.279C261.938 80.0111 259.95 75.7593 257.932 71.5235C256.037 67.544 254.116 63.5788 252.168 59.6276L251.426 58.1214L249.482 58.0367C246.016 57.8857 242.549 57.7529 239.082 57.6385L235.739 57.528L235.621 61.1C235.358 69.0667 235.191 77.0333 235.121 85L239.082 81.0384C236.179 81.0128 233.276 81 230.373 81C228.543 81 226.713 81.0006 224.882 81.0017L228.881 85C228.867 62.7667 228.77 40.5333 228.589 18.3L224.882 22.0068C235.282 21.9223 245.682 21.8195 256.082 21.6985C266.649 21.0805 275.803 29.0647 275.559 39.8C275.959 47.7795 271.032 55.3145 263.315 57.1977L260.083 57.8995L261.757 60.8551C266.914 69.229 272.085 77.5945 277.271 85.9518L278.882 83.1283C278.133 83.1447 277.384 83.1612 276.635 83.1778C271.951 83.2815 267.266 83.3889 262.582 83.5C262.582 84.5 262.582 85.5 262.582 86.5C267.266 86.6111 271.951 86.7185 276.635 86.8222C277.384 86.8388 278.133 86.8553 278.882 86.8717L282.196 86.8087L280.494 84.0482C275.679 75.4721 270.85 66.9044 266.008 58.3448L264.449 62.0023C274.524 60.1251 281.752 49.6501 281.406 39.8C282.615 26.4473 269.18 13.969 256.082 14.9015C245.682 14.7804 235.282 14.6777 224.882 14.5932L221.146 14.6236L221.175 18.3C220.995 40.5333 220.898 62.7667 220.884 85L220.886 89.0008L224.882 88.9983C226.713 88.9994 228.543 89 230.373 89C233.276 89 236.179 88.9872 239.082 88.9616L243.078 88.9263L243.044 85C242.974 77.0333 242.807 69.0667 242.544 61.1L239.082 64.5615C242.549 64.4471 246.016 64.3143 249.482 64.1633L246.796 62.5724C249.079 66.3393 251.388 70.092 253.723 73.8306C256.209 77.8101 258.723 81.7735 261.267 85.721ZM263.898 84.279L261.267 85.721L261.781 86.519L262.582 86.5V83.5L263.898 84.279ZM259.982 39.7C262.649 39.7 265.316 39.7 267.982 39.7C267.985 37.911 267.65 36.0195 266.867 34.254C264.613 28.95 258.756 26.3818 253.982 26.5C249.016 26.5 244.049 26.5 239.082 26.5H235.082V30.5C235.082 36.6333 235.082 42.7667 235.082 48.9V52.9H239.082C244.049 52.9 249.016 52.9 253.982 52.9C258.756 53.0182 264.613 50.45 266.867 45.146C267.65 43.3805 267.985 41.489 267.982 39.7C265.316 39.7 262.649 39.7 259.982 39.7C259.982 40.5339 259.831 41.2761 259.55 41.9122C258.788 43.7133 256.677 44.9126 253.982 44.9C249.016 44.9 244.049 44.9 239.082 44.9L243.082 48.9C243.082 42.7667 243.082 36.6333 243.082 30.5L239.082 34.5C244.049 34.5 249.016 34.5 253.982 34.5C256.677 34.4874 258.788 35.6867 259.55 37.4878C259.831 38.1239 259.982 38.8661 259.982 39.7ZM267.982 39.7H259.982H267.982ZM333.917 85.8682C334.732 85.2894 335.548 84.7106 336.363 84.1318C332.91 78.6907 329.429 73.2689 325.921 67.8664C319.448 57.8963 312.882 47.992 306.223 38.1534L299.918 29.0752L299.804 40.2C299.495 54.0664 299.34 67.9328 299.34 81.7992C299.34 82.8661 299.34 83.9331 299.34 85L303.34 81.0003C298.607 81.0012 293.873 81.0041 289.14 81.009L293.131 85C293.108 62.7667 293.041 40.5333 292.929 18.3L289.14 22.0892C294.007 22.0648 298.873 22.0383 303.74 22.0096L300.723 20.4582C311.108 34.7976 321.515 49.1206 331.945 63.4274L337.91 71.8403L337.953 61.5C337.823 47.1 337.674 32.7 337.507 18.3L334.64 21.1665C339.373 21.1114 344.107 21.0544 348.84 20.9954L346.145 18.3C346.399 38.6641 346.69 59.0282 347.018 79.3924C347.048 81.2616 347.078 83.1308 347.109 85L348.84 83.2691C344.273 83.3442 339.707 83.4212 335.14 83.5C335.14 84.5 335.14 85.5 335.14 86.5C339.707 86.5788 344.273 86.6558 348.84 86.7309L350.599 86.702L350.571 85C350.602 83.1308 350.632 81.2616 350.662 79.3924C350.99 59.0282 351.281 38.6641 351.535 18.3L351.501 15.5714L348.84 15.6046C344.107 15.5456 339.373 15.4885 334.64 15.4335L331.741 15.4672L331.774 18.3C331.606 32.7 331.457 47.1 331.327 61.5L337.335 59.5726C327.165 45.0793 316.973 30.6024 306.757 16.1418L305.626 14.5793L303.74 14.5904C298.873 14.5617 294.007 14.5352 289.14 14.5108L285.332 14.5299L285.351 18.3C285.239 40.5333 285.172 62.7667 285.149 85L285.153 88.9951L289.14 88.991C293.873 88.9959 298.607 88.9988 303.34 88.9997L307.34 88.9989L307.34 85C307.34 83.9331 307.34 82.8661 307.34 81.7992C307.34 67.9328 307.185 54.0664 306.876 40.2L300.457 42.2466C307.548 51.7784 314.731 61.2444 322.007 70.6447C325.95 75.7385 329.92 80.813 333.917 85.8682ZM336.363 84.1318L333.917 85.8682L334.426 86.5123L335.14 86.5V83.5L336.363 84.1318ZM360.492 85C361.492 85 362.492 85 363.492 85C363.825 79.0267 364.125 73.0533 364.392 67.08C365.117 50.82 365.596 34.56 365.828 18.3L361.992 22.1367C369.625 22.2456 377.258 22.3 384.892 22.3C392.992 22.3 401.092 22.2932 409.192 22.2796L405.212 18.3C405.219 22.3667 405.227 26.4333 405.238 30.5L409.192 26.5461C398.192 26.5739 387.192 26.6142 376.192 26.6671L372.377 26.6488L372.359 30.5C372.382 35.3333 372.408 40.1667 372.436 45L372.414 48.7339L376.192 48.7559C386.958 48.6933 397.725 48.6187 408.492 48.532L404.96 45C404.992 49.0667 405.027 53.1333 405.063 57.2L408.492 53.7713C397.725 53.8671 386.958 53.9748 376.192 54.0947L373.121 54.0605L373.086 57.2C373.144 62.3667 373.204 67.5333 373.267 72.7L373.232 75.5884L376.192 75.6246C387.192 75.4904 398.192 75.3436 409.192 75.1843L406.707 72.7C406.767 76.8 406.828 80.9 406.891 85L409.192 82.6991C399.432 82.8488 389.672 83.0083 379.912 83.1778C373.938 83.2815 367.965 83.3889 361.992 83.5C361.992 84.5 361.992 85.5 361.992 86.5C367.965 86.6111 373.938 86.7185 379.912 86.8222C389.672 86.9917 399.432 87.1512 409.192 87.3009L411.527 87.2651L411.492 85C411.555 80.9 411.617 76.8 411.676 72.7L411.639 70.1803L409.192 70.2157C398.192 70.0564 387.192 69.9096 376.192 69.7754L379.116 72.7C379.179 67.5333 379.239 62.3667 379.297 57.2L376.192 60.3053C386.958 60.4252 397.725 60.5329 408.492 60.6287L411.951 60.5979L411.92 57.2C411.956 53.1333 411.991 49.0667 412.024 45L411.995 41.4398L408.492 41.468C397.725 41.3813 386.958 41.3067 376.192 41.2441L379.947 45C379.976 40.1667 380.001 35.3333 380.024 30.5L376.192 34.3329C387.192 34.3858 398.192 34.4261 409.192 34.4539L413.155 34.4439L413.146 30.5C413.156 26.4333 413.164 22.3667 413.171 18.3L413.164 14.3137L409.192 14.3204C401.092 14.3068 392.992 14.3 384.892 14.3C377.258 14.3 369.625 14.3544 361.992 14.4633L358.101 14.5188L358.155 18.3C358.387 34.56 358.866 50.82 359.592 67.08C359.858 73.0533 360.158 79.0267 360.492 85ZM363.492 85H360.492L360.577 86.5263L361.992 86.5V83.5L363.492 85ZM434.192 85C435.192 85 436.192 85 437.192 85C437.526 81.0033 437.826 77.0067 438.092 73.01C439.031 58.94 439.557 44.87 439.669 30.8L439.701 26.8551L435.692 26.823C433.776 26.8077 431.859 26.8 429.942 26.8C425.359 26.8 420.776 26.8049 416.192 26.8146L420.178 30.8C420.169 26.6333 420.156 22.4667 420.139 18.3L416.192 22.2467C433.926 22.1748 451.659 22.0299 469.392 21.8121L465.88 18.3C465.931 22.4667 465.987 26.6333 466.046 30.8L469.392 27.4535C462.926 27.5454 456.459 27.647 449.992 27.7583L447.004 27.7069L446.951 30.8C447.262 48.8667 447.648 66.9333 448.111 85L449.992 83.1182C449.222 83.138 448.452 83.1578 447.682 83.1778C443.686 83.2815 439.689 83.3889 435.692 83.5C435.692 84.5 435.692 85.5 435.692 86.5C439.689 86.6111 443.686 86.7185 447.682 86.8222C448.452 86.8422 449.222 86.862 449.992 86.8818L451.921 86.8324L451.874 85C452.336 66.9333 452.723 48.8667 453.034 30.8L449.992 33.8417C456.459 33.953 462.926 34.0546 469.392 34.1465L472.786 34.0983L472.739 30.8C472.798 26.6333 472.853 22.4667 472.905 18.3L472.861 14.7453L469.392 14.7879C451.659 14.5701 433.926 14.4252 416.192 14.3532L412.23 14.3693L412.246 18.3C412.229 22.4667 412.216 26.6333 412.207 30.8L412.215 34.7938L416.192 34.7854C420.776 34.7951 425.359 34.8 429.942 34.8C431.859 34.8 433.776 34.7923 435.692 34.777L431.715 30.8C431.828 44.87 432.354 58.94 433.292 73.01C433.559 77.0067 433.859 81.0033 434.192 85ZM437.192 85H434.192L434.321 86.5381L435.692 86.5V83.5L437.192 85ZM471.996 74.7218C472.807 75.3073 473.617 75.8927 474.428 76.4782C477.241 73.0318 480.037 69.5734 482.816 66.1028L479.406 66.3403C480.258 67.3148 481.177 68.2386 482.148 69.1009C487.539 73.9281 494.812 76.8278 502.212 77.0079C505.095 77.0773 508.161 76.7838 511.219 75.3257C514.189 73.9707 517.43 70.6613 517.448 66.3C517.559 64.0597 516.443 61.3351 514.825 59.7994C513.24 58.214 511.57 57.375 510.027 56.69C506.924 55.3733 504.031 54.6908 501.204 53.9826L501.188 53.9789C496.295 52.8082 491.586 51.6995 487.634 49.7911C482.211 47.2571 479.315 43.1516 479.396 37.4C479.085 27.4552 489.884 20.863 500.712 21.1765C509.434 21.0853 518.004 23.6187 524.186 29.333L523.748 24.3488C521.138 27.8328 518.529 31.3181 515.922 34.8048L521.278 34.3371C515.354 28.9441 507.526 26.209 499.712 26.2465C497.14 26.287 494.37 26.6017 491.598 28.1108C488.803 29.4863 486.4 33.1643 486.589 36.5C486.497 38.7478 487.91 41.3791 489.521 42.5926C491.12 43.8971 492.668 44.5189 494.132 45.0622C497.064 46.0939 499.797 46.6499 502.496 47.2612L502.515 47.2655C513.77 49.3948 525.996 53.4997 525.528 64.8C526.436 77.0621 513.821 84.5091 501.512 84.1261C496.982 84.2083 492.443 83.7286 488.137 82.4692C482.97 80.9716 478.163 78.2895 474.273 74.5393C473.565 75.2464 472.858 75.9536 472.151 76.6607C476.229 80.9195 481.438 84.0985 487.048 85.9469C491.721 87.5032 496.642 88.1937 501.512 88.2739C508.153 88.3641 515.253 87.3653 521.288 83.3495C527.41 79.4339 530.965 71.8896 530.896 64.8C531.296 58.1671 527.336 50.8182 521.518 47.4865C515.845 43.9388 509.679 42.5428 503.909 41.1345L503.928 41.1388C501.275 40.4805 498.627 39.848 496.383 38.9939C495.278 38.573 494.282 38.0561 493.76 37.5857C493.498 37.3536 493.376 37.1701 493.319 37.0368C493.263 36.901 493.231 36.7721 493.235 36.5C493.295 35.3197 493.687 34.7196 494.863 34.0532C496.036 33.4241 497.842 33.126 499.712 33.1535C505.823 33.2227 512.008 35.5561 516.346 39.6629L519.323 42.3772L521.702 39.1952C524.361 35.7485 527.019 32.3005 529.675 28.8511L531.716 26.1275L529.238 23.8669C521.568 16.5566 510.76 13.3748 500.712 13.4235C488.108 12.6617 471.118 21.5065 471.428 37.4C470.839 45.4369 477.074 54.178 484.148 56.9915C489.304 59.457 494.536 60.5399 499.436 61.6211L499.42 61.6174C504.741 62.6406 510.955 64.8145 510.176 66.3C510.632 68.1179 506.674 70.6274 502.212 70.5921C496.223 70.841 490.148 69.0257 485.175 65.3755C484.283 64.7246 483.426 64.0161 482.618 63.2597L480.6 61.3542L479.208 63.4972C476.787 67.2266 474.383 70.9682 471.996 74.7218ZM474.428 76.4782L471.996 74.7218L471.29 75.8323L472.151 76.6607L474.273 74.5393L474.428 76.4782Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646164)'/%3E%3Cmask id='path-5-outside-3_9052_646164' maskUnits='userSpaceOnUse' x='527.485' y='30' width='42' height='48' fill='black'%3E%3Crect fill='white' x='527.485' y='30' width='42' height='48'/%3E%3Cpath d='M553.96 57.2023L554.512 72.6439L545.863 73L545.311 57.5584L532.786 58.0741L532.485 49.6733L545.011 49.1576L544.482 34.3561L553.13 34L553.659 48.8015L566.185 48.2858L566.485 56.6866L553.96 57.2023Z'/%3E%3C/mask%3E%3Cpath d='M553.96 57.2023L554.512 72.6439L545.863 73L545.311 57.5584L532.786 58.0741L532.485 49.6733L545.011 49.1576L544.482 34.3561L553.13 34L553.659 48.8015L566.185 48.2858L566.485 56.6866L553.96 57.2023Z' fill='white'/%3E%3Cpath d='M555.459 57.1488C554.459 57.1845 553.46 57.2202 552.461 57.2559C552.214 59.6795 552 62.1019 551.82 64.5232C551.616 67.2695 551.454 70.0142 551.335 72.7575L554.381 69.4678C551.489 69.3583 548.599 69.2964 545.71 69.2821L549.582 72.867C549.624 68.8326 549.573 64.8015 549.429 60.7737C549.389 59.6543 549.348 58.535 549.306 57.4156L549.169 53.4044L545.147 53.5642C540.972 53.7421 536.797 53.931 532.623 54.1311L536.73 57.9331C536.611 55.1335 536.487 52.3341 536.358 49.5349L532.645 53.5448C536.818 53.3299 540.991 53.1039 545.164 52.8668L548.796 52.774L548.721 49.0249C548.467 44.0939 548.198 39.1633 547.914 34.2334L544.623 37.7876C547.503 37.6058 550.383 37.4187 553.263 37.2263L549.903 34.1154C550.206 39.0447 550.524 43.9735 550.857 48.9017L550.868 51.63L553.775 51.603C557.945 51.2981 562.114 50.9821 566.283 50.655L563.815 48.3705C564.019 51.1671 564.229 53.9635 564.443 56.7597L566.401 54.6445C564.64 54.789 562.879 54.9354 561.118 55.0838C558.711 55.2867 556.305 55.4933 553.898 55.7036C553.939 56.7028 553.98 57.7019 554.022 58.7011C556.437 58.7128 558.853 58.7209 561.268 58.7252C563.035 58.7284 564.802 58.7296 566.569 58.7288L568.677 58.5559L568.528 56.6136C568.542 53.8092 568.551 51.0051 568.555 48.2011L568.375 45.7371L566.087 45.9165C561.906 45.9333 557.725 45.9611 553.544 46L556.462 48.7013C556.442 43.7619 556.407 38.823 556.357 33.8846L556.153 30.5628L552.997 30.7737C550.112 30.8187 547.226 30.869 544.34 30.9245L540.857 31.1444L541.049 34.4788C541.118 39.4165 541.202 44.3536 541.301 49.2902L544.858 45.4484C540.68 45.5551 536.503 45.6729 532.326 45.8018L528.438 46.002L528.613 49.8117C528.684 52.6131 528.761 55.4142 528.842 58.2152L529.011 62.2059L532.948 62.0172C537.124 61.8735 541.3 61.7186 545.476 61.5527L541.316 57.7013C541.355 58.8207 541.394 59.9402 541.434 61.0596C541.578 65.0874 541.815 69.1118 542.145 73.133L542.464 77.0287L546.016 76.7179C548.894 76.4662 551.769 76.1669 554.643 75.82L558.021 75.4121L557.689 72.5303C557.374 69.8026 557.017 67.0763 556.617 64.3517C556.264 61.9495 555.878 59.5485 555.459 57.1488ZM552.461 57.2559L555.459 57.1488L554.022 58.7011L553.898 55.7036L552.62 55.6974L552.461 57.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646164)'/%3E%3C/svg%3E%0A");
}
#first_screen .cta h1 .title-svg {
  display: block;
  width: 737px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='737' height='204' viewBox='0 0 737 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_24380' maskUnits='userSpaceOnUse' x='-0.255127' y='108' width='736' height='87' fill='black'%3E%3Crect fill='white' x='-0.255127' y='108' width='736' height='87'/%3E%3Cpath d='M39.8449 179H22.6449V127.3H3.94487V112.3H58.4449V127.3H39.8449V179ZM115.532 179H66.6316V112.3H115.532V127.3H83.8316V137.7H114.832V152.7H83.8316V164H115.532V179ZM121.818 180.2V165C128.018 165 132.018 161.3 133.918 146.1L137.918 112.3H187.618V179H170.418V127.3H153.418L151.018 147.4C147.818 174.4 136.418 180.2 121.818 180.2ZM248.539 179H199.639V112.3H248.539V127.3H216.839V137.7H247.839V152.7H216.839V164H248.539V179ZM297.526 179H258.526V112.3H296.326C309.526 112.3 315.826 120.9 315.826 129.3C315.826 137.6 310.726 143.2 304.426 144.6C311.526 145.7 317.126 152.5 317.126 160.9C317.126 170.6 310.626 179 297.526 179ZM292.426 137.9C295.926 137.9 298.326 135.6 298.326 132.3C298.326 129.1 295.926 126.8 292.426 126.8H275.726V137.9H292.426ZM293.026 164.5C297.126 164.5 299.626 162.1 299.626 158.5C299.626 155.2 297.226 152.5 293.026 152.5H275.726V164.5H293.026ZM343.095 179H326.495V112.3H343.695V151.6L370.695 112.3H388.495V179H371.195V137.8L343.095 179ZM396.818 191.3V165C403.218 164 407.018 161.3 408.918 146.1L412.918 112.3H462.618V164H468.618V191.3H451.318V179H414.018V191.3H396.818ZM426.018 147.4C425.118 154.9 422.518 160.2 418.718 164H445.418V127.3H428.418L426.018 147.4ZM524.907 179H476.007V112.3H524.907V127.3H493.207V137.7H524.207V152.7H493.207V164H524.907V179ZM596.993 179H579.793V152.2H552.093V179H534.893V112.3H552.093V137.2H579.793V112.3H596.993V179ZM625.614 179H609.014V112.3H626.214V151.6L653.214 112.3H671.014V179H653.714V137.8L625.614 179ZM731.938 179H683.038V112.3H731.938V127.3H700.238V137.7H731.238V152.7H700.238V164H731.938V179Z'/%3E%3C/mask%3E%3Cpath d='M39.8449 179H22.6449V127.3H3.94487V112.3H58.4449V127.3H39.8449V179ZM115.532 179H66.6316V112.3H115.532V127.3H83.8316V137.7H114.832V152.7H83.8316V164H115.532V179ZM121.818 180.2V165C128.018 165 132.018 161.3 133.918 146.1L137.918 112.3H187.618V179H170.418V127.3H153.418L151.018 147.4C147.818 174.4 136.418 180.2 121.818 180.2ZM248.539 179H199.639V112.3H248.539V127.3H216.839V137.7H247.839V152.7H216.839V164H248.539V179ZM297.526 179H258.526V112.3H296.326C309.526 112.3 315.826 120.9 315.826 129.3C315.826 137.6 310.726 143.2 304.426 144.6C311.526 145.7 317.126 152.5 317.126 160.9C317.126 170.6 310.626 179 297.526 179ZM292.426 137.9C295.926 137.9 298.326 135.6 298.326 132.3C298.326 129.1 295.926 126.8 292.426 126.8H275.726V137.9H292.426ZM293.026 164.5C297.126 164.5 299.626 162.1 299.626 158.5C299.626 155.2 297.226 152.5 293.026 152.5H275.726V164.5H293.026ZM343.095 179H326.495V112.3H343.695V151.6L370.695 112.3H388.495V179H371.195V137.8L343.095 179ZM396.818 191.3V165C403.218 164 407.018 161.3 408.918 146.1L412.918 112.3H462.618V164H468.618V191.3H451.318V179H414.018V191.3H396.818ZM426.018 147.4C425.118 154.9 422.518 160.2 418.718 164H445.418V127.3H428.418L426.018 147.4ZM524.907 179H476.007V112.3H524.907V127.3H493.207V137.7H524.207V152.7H493.207V164H524.907V179ZM596.993 179H579.793V152.2H552.093V179H534.893V112.3H552.093V137.2H579.793V112.3H596.993V179ZM625.614 179H609.014V112.3H626.214V151.6L653.214 112.3H671.014V179H653.714V137.8L625.614 179ZM731.938 179H683.038V112.3H731.938V127.3H700.238V137.7H731.238V152.7H700.238V164H731.938V179Z' fill='white'/%3E%3Cpath d='M39.8449 180.5C39.8449 179.5 39.8449 178.5 39.8449 177.5C35.8049 177.167 31.7649 176.867 27.7249 176.6C26.0315 176.488 24.3382 176.382 22.6449 176.282L25.3626 179C26.2175 164.533 26.6449 150.067 26.6449 135.6C26.6449 132.833 26.6431 130.067 26.6397 127.3L26.6447 123.31L22.6449 123.305C16.4115 123.313 10.1782 123.33 3.94487 123.355L7.88973 127.3C7.86931 122.3 7.84321 117.3 7.81144 112.3L3.94487 116.167C22.1115 116.051 40.2782 115.861 58.4449 115.596L55.1493 112.3C55.2222 117.3 55.3009 122.3 55.3853 127.3L58.4449 124.24C52.2449 124.345 46.0449 124.458 39.8449 124.58L37.1797 124.528L37.1252 127.3C37.3848 140.493 37.684 153.687 38.0227 166.88C38.1264 170.92 38.2338 174.96 38.3449 179C39.3449 179 40.3449 179 41.3449 179C41.456 174.96 41.5634 170.92 41.6671 166.88C42.0058 153.687 42.3049 140.493 42.5646 127.3L39.8449 130.02C46.0449 130.142 52.2449 130.255 58.4449 130.36L61.5552 130.307L61.5045 127.3C61.5888 122.3 61.6675 117.3 61.7405 112.3L61.6917 108.957L58.4449 109.004C40.2782 108.739 22.1115 108.549 3.94487 108.433L0.0538921 108.458L0.0783024 112.3C0.0465336 117.3 0.0204377 122.3 1.49012e-05 127.3L0.0161934 131.261L3.94487 131.245C10.1782 131.27 16.4115 131.287 22.6449 131.295L18.6501 127.3C18.6466 130.067 18.6449 132.833 18.6449 135.6C18.6449 150.067 19.0723 164.533 19.9271 179L20.0966 181.868L22.6449 181.718C24.3382 181.618 26.0315 181.512 27.7249 181.4C31.7649 181.133 35.8049 180.833 39.8449 180.5ZM39.8449 177.5V180.5L41.3826 180.373L41.3449 179H38.3449L39.8449 177.5ZM115.532 180.5C115.532 179.5 115.532 178.5 115.532 177.5C109.588 177.167 103.645 176.867 97.7016 176.6C87.3449 176.135 76.9883 175.772 66.6316 175.51L70.122 179C70.4617 165.583 70.6316 152.167 70.6316 138.75C70.6316 129.933 70.6234 121.117 70.6071 112.3L66.6316 116.276C82.9316 116.245 99.2316 116.187 115.532 116.102L111.73 112.3C111.756 117.3 111.785 122.3 111.817 127.3L115.532 123.585C104.965 123.652 94.3983 123.73 83.8316 123.821L80.3822 123.791L80.3522 127.3C80.3818 130.767 80.4126 134.233 80.4447 137.7L80.4137 141.055L83.8316 141.087C94.1649 140.991 104.498 140.884 114.832 140.766L111.765 137.7C111.822 142.7 111.882 147.7 111.945 152.7L114.832 149.813C104.498 149.942 94.1649 150.082 83.8316 150.233L81.4015 150.198L81.3649 152.7C81.42 156.467 81.4766 160.233 81.5348 164L81.4999 166.261L83.8316 166.297C93.4549 166.148 103.078 165.99 112.702 165.822C113.645 165.806 114.588 165.789 115.532 165.773L113.759 164C113.847 169 113.938 174 114.032 179C115.032 179 116.032 179 117.032 179C117.125 174 117.216 169 117.304 164L117.272 162.197L115.532 162.227C114.588 162.211 113.645 162.194 112.702 162.178C103.078 162.01 93.4549 161.852 83.8316 161.703L86.1284 164C86.1866 160.233 86.2432 156.467 86.2983 152.7L83.8316 155.167C94.1649 155.318 104.498 155.458 114.832 155.587L117.754 155.551L117.719 152.7C117.781 147.7 117.841 142.7 117.898 137.7L117.862 134.599L114.832 134.634C104.498 134.516 94.1649 134.409 83.8316 134.313L87.2185 137.7C87.2505 134.233 87.2814 130.767 87.311 127.3L83.8316 130.779C94.3983 130.87 104.965 130.948 115.532 131.015L119.27 130.991L119.246 127.3C119.278 122.3 119.307 117.3 119.333 112.3L119.313 108.479L115.532 108.498C99.2316 108.413 82.9316 108.355 66.6316 108.324L62.6487 108.332L62.656 112.3C62.6397 121.117 62.6316 129.933 62.6316 138.75C62.6316 152.167 62.8015 165.583 63.1412 179L63.2318 182.576L66.6316 182.49C76.9883 182.228 87.3449 181.865 97.7016 181.4C103.645 181.133 109.588 180.833 115.532 180.5ZM115.532 177.5V180.5L117.058 180.414L117.032 179H114.032L115.532 177.5ZM120.318 180.2C121.318 180.2 122.318 180.2 123.318 180.2C123.611 175.133 123.878 170.067 124.12 165L121.818 167.301C122.623 167.334 123.459 167.314 124.319 167.2C129.385 166.757 132.864 161.914 134.235 158.183C135.793 154.268 136.552 150.379 137.172 146.507L137.174 146.485C138.857 135.26 140.412 124.02 141.839 112.764L137.918 116.248C142.063 116.283 146.209 116.3 150.354 116.3C162.775 116.3 175.197 116.283 187.618 116.248L183.67 112.3C183.731 134.533 183.848 156.767 184.019 179L187.618 175.401C181.885 175.445 176.152 175.493 170.418 175.545L173.873 179C173.718 161.767 173.53 144.533 173.309 127.3L173.346 124.447L170.418 124.409C164.752 124.482 159.085 124.558 153.418 124.638L151.093 124.605L150.775 126.984C150.069 133.696 149.369 140.408 148.673 147.12C147.547 157.351 145.241 168.451 137.244 174.401C132.996 177.545 127.407 178.607 121.818 178.7C121.818 179.7 121.818 180.7 121.818 181.7C127.685 181.822 134.073 180.974 139.335 177.386C149.236 170.41 151.799 158.268 153.363 147.678C154.268 140.992 155.167 134.304 156.062 127.616L153.418 129.962C159.085 130.042 164.752 130.118 170.418 130.191L167.527 127.3C167.306 144.533 167.118 161.767 166.963 179L166.995 182.486L170.418 182.455C176.152 182.507 181.885 182.555 187.618 182.599L191.245 182.571L191.217 179C191.389 156.767 191.505 134.533 191.567 112.3L191.556 108.341L187.618 108.352C175.197 108.317 162.775 108.3 150.354 108.3C146.209 108.3 142.063 108.317 137.918 108.352L134.377 108.381L133.997 111.836C132.758 123.114 131.646 134.407 130.662 145.715L130.665 145.693C129.918 152.661 128.901 161.396 123.506 162.469C122.984 162.592 122.416 162.665 121.818 162.699L119.413 162.813L119.517 165C119.758 170.067 120.025 175.133 120.318 180.2ZM123.318 180.2H120.318L120.407 181.727L121.818 181.7V178.7L123.318 180.2ZM248.539 180.5C248.539 179.5 248.539 178.5 248.539 177.5C242.596 177.167 236.653 176.867 230.709 176.6C220.353 176.135 209.996 175.772 199.639 175.51L203.13 179C203.47 165.583 203.639 152.167 203.639 138.75C203.639 129.933 203.631 121.117 203.615 112.3L199.639 116.276C215.939 116.245 232.239 116.187 248.539 116.102L244.738 112.3C244.764 117.3 244.793 122.3 244.825 127.3L248.539 123.585C237.973 123.652 227.406 123.73 216.839 123.821L213.39 123.791L213.36 127.3C213.39 130.767 213.42 134.233 213.453 137.7L213.421 141.055L216.839 141.087C227.173 140.991 237.506 140.884 247.839 140.766L244.773 137.7C244.83 142.7 244.89 147.7 244.952 152.7L247.839 149.813C237.506 149.942 227.173 150.082 216.839 150.233L214.409 150.198L214.373 152.7C214.428 156.467 214.484 160.233 214.543 164L214.508 166.261L216.839 166.297C226.463 166.148 236.086 165.99 245.709 165.822C246.653 165.806 247.596 165.789 248.539 165.773L246.767 164C246.855 169 246.946 174 247.039 179C248.039 179 249.039 179 250.039 179C250.133 174 250.224 169 250.312 164L250.28 162.197L248.539 162.227C247.596 162.211 246.653 162.194 245.709 162.178C236.086 162.01 226.463 161.852 216.839 161.703L219.136 164C219.194 160.233 219.251 156.467 219.306 152.7L216.839 155.167C227.173 155.318 237.506 155.458 247.839 155.587L250.762 155.551L250.726 152.7C250.789 147.7 250.849 142.7 250.906 137.7L250.87 134.599L247.839 134.634C237.506 134.516 227.173 134.409 216.839 134.313L220.226 137.7C220.258 134.233 220.289 130.767 220.319 127.3L216.839 130.779C227.406 130.87 237.973 130.948 248.539 131.015L252.277 130.991L252.254 127.3C252.286 122.3 252.315 117.3 252.341 112.3L252.321 108.479L248.539 108.498C232.239 108.413 215.939 108.355 199.639 108.324L195.657 108.332L195.664 112.3C195.648 121.117 195.639 129.933 195.639 138.75C195.639 152.167 195.809 165.583 196.149 179L196.24 182.576L199.639 182.49C209.996 182.228 220.353 181.865 230.709 181.4C236.653 181.133 242.596 180.833 248.539 180.5ZM248.539 177.5V180.5L250.066 180.414L250.039 179H247.039L248.539 177.5ZM297.526 180.5C297.526 179.5 297.526 178.5 297.526 177.5C293.431 177.167 289.336 176.867 285.242 176.6C276.336 176.02 267.431 175.598 258.526 175.333L262.193 179C262.415 171.526 262.526 164.051 262.526 156.577C262.526 141.818 262.478 127.059 262.382 112.3L258.526 116.156C271.126 116.074 283.726 115.956 296.326 115.804C304.907 115.333 312.725 121.023 312.734 129.3C312.99 135.137 309.398 140.647 303.836 141.943L304.009 147.29C310.04 147.985 314.844 154.309 314.877 160.9C315.066 166.205 312.769 171.519 308.298 174.426C305.249 176.472 301.419 177.396 297.526 177.5C297.526 178.5 297.526 179.5 297.526 180.5C301.81 180.614 306.32 179.85 310.236 177.512C316.011 174.207 319.351 167.4 319.375 160.9C319.704 152.585 314.04 143.481 304.843 141.91L305.017 147.257C313.303 145.79 319.129 137.249 318.918 129.3C319.619 117.274 307.007 108.088 296.326 108.796C283.726 108.644 271.126 108.526 258.526 108.444L254.645 108.47L254.67 112.3C254.574 127.059 254.526 141.818 254.526 156.577C254.526 164.051 254.637 171.526 254.859 179L254.971 182.772L258.526 182.667C267.431 182.402 276.336 181.98 285.242 181.4C289.336 181.133 293.431 180.833 297.526 180.5ZM297.526 177.5V180.5V177.5ZM292.426 133.9C292.426 136.567 292.426 139.233 292.426 141.9C293.991 141.901 295.688 141.59 297.285 140.768C300.444 139.273 302.45 135.452 302.326 132.3C302.744 127.077 296.918 122.342 292.426 122.8C286.859 122.8 281.293 122.8 275.726 122.8H271.726V126.8C271.726 130.5 271.726 134.2 271.726 137.9V141.9H275.726C280.248 141.9 284.77 141.9 289.292 141.9C290.337 141.9 291.382 141.9 292.426 141.9C292.426 139.233 292.426 136.567 292.426 133.9C291.382 133.9 290.337 133.9 289.292 133.9C284.77 133.9 280.248 133.9 275.726 133.9L279.726 137.9C279.726 134.2 279.726 130.5 279.726 126.8L275.726 130.8C281.293 130.8 286.859 130.8 292.426 130.8C293.189 130.799 293.687 131.023 293.929 131.246C294.168 131.474 294.315 131.724 294.326 132.3C294.288 133.148 294.098 133.371 293.623 133.655C293.359 133.793 292.95 133.901 292.426 133.9ZM292.426 141.9V133.9V141.9ZM293.026 160.5C293.026 163.167 293.026 165.833 293.026 168.5C294.559 168.498 296.22 168.267 297.887 167.539C301.403 166.214 303.828 161.85 303.626 158.5C303.664 155.867 302.505 152.9 300.293 151.031C298.101 149.13 295.349 148.49 293.026 148.5C287.259 148.5 281.493 148.5 275.726 148.5H271.726V152.5C271.726 156.5 271.726 160.5 271.726 164.5V168.5H275.726C280.381 168.5 285.037 168.5 289.692 168.5C290.803 168.5 291.915 168.5 293.026 168.5C293.026 165.833 293.026 163.167 293.026 160.5C291.915 160.5 290.803 160.5 289.692 160.5C285.037 160.5 280.381 160.5 275.726 160.5L279.726 164.5C279.726 160.5 279.726 156.5 279.726 152.5L275.726 156.5C281.493 156.5 287.259 156.5 293.026 156.5C294.028 156.497 294.71 156.771 295.057 157.08C295.404 157.388 295.617 157.798 295.626 158.5C295.626 159.052 295.506 159.418 295.368 159.644C295.226 159.87 295.055 160.039 294.67 160.214C294.294 160.382 293.717 160.502 293.026 160.5ZM293.026 168.5V160.5V168.5ZM343.095 180.5C343.095 179.5 343.095 178.5 343.095 177.5C337.562 177.209 332.028 176.943 326.495 176.703L328.792 179C328.827 178.194 328.861 177.388 328.895 176.582C329.796 155.155 330.317 133.727 330.456 112.3L326.495 116.262C330.424 116.287 334.353 116.3 338.283 116.3C340.087 116.3 341.891 116.3 343.695 116.299L339.696 112.3C339.7 125.4 339.72 138.5 339.756 151.6L339.741 164.283L346.941 153.83C355.905 140.706 364.85 127.568 373.776 114.417L370.695 116.038C376.628 116.004 382.562 115.967 388.495 115.927L384.868 112.3C385.018 134.533 385.215 156.767 385.456 179L388.495 175.961C382.728 176.024 376.962 176.09 371.195 176.159L374.036 179C373.872 165.267 373.691 151.533 373.493 137.8L373.539 130.368L369.297 136.505C363.625 145.085 357.961 153.671 352.305 162.262C348.819 167.558 345.336 172.855 341.856 178.155C342.682 178.718 343.508 179.282 344.334 179.845C347.998 174.671 351.658 169.494 355.316 164.316C361.25 155.914 367.175 147.507 373.093 139.095L368.897 137.8C368.699 151.533 368.517 165.267 368.353 179L368.388 181.875L371.195 181.841C376.962 181.91 382.728 181.976 388.495 182.039L391.566 182.005L391.534 179C391.775 156.767 391.971 134.533 392.122 112.3L392.097 108.649L388.495 108.673C382.562 108.633 376.628 108.596 370.695 108.562L368.707 108.574L367.614 110.183C358.54 123.232 349.485 136.294 340.449 149.37L347.633 151.6C347.669 138.5 347.69 125.4 347.694 112.3L347.693 108.3L343.695 108.301C341.891 108.3 340.087 108.3 338.283 108.3C334.353 108.3 330.424 108.313 326.495 108.338L322.508 108.364L322.533 112.3C322.673 133.727 323.194 155.155 324.095 176.582C324.129 177.388 324.163 178.194 324.198 179L324.302 181.392L326.495 181.297C332.028 181.057 337.562 180.791 343.095 180.5ZM343.095 177.5V180.5L343.933 180.456L344.334 179.845L341.856 178.155L343.095 177.5ZM395.318 191.3C396.318 191.3 397.318 191.3 398.318 191.3C398.652 186.033 398.952 180.766 399.218 175.499C399.396 171.999 399.558 168.5 399.706 165L397.264 167.853C399.461 167.595 402.071 167.062 404.393 165.441C406.715 163.837 408.216 161.521 409.216 159.373C411.188 155.003 411.918 150.772 412.573 146.557L412.576 146.533C413.887 137.249 415.094 127.952 416.196 118.643C416.427 116.686 416.658 114.728 416.889 112.77L412.918 116.298C429.485 116.29 446.052 116.244 462.618 116.162L458.756 112.3C458.841 129.533 458.966 146.767 459.131 164L459.098 167.454L462.618 167.487C464.618 167.468 466.618 167.449 468.618 167.429L465.19 164C465.282 173.1 465.384 182.2 465.498 191.3L468.618 188.18C462.852 188.252 457.085 188.329 451.318 188.41L454.209 191.3C454.151 187.2 454.091 183.1 454.029 179L454.069 176.331L451.318 176.289C438.885 176.478 426.452 176.687 414.018 176.916L411.974 176.879L411.935 179C412.01 183.1 412.088 187.2 412.169 191.3L414.018 189.45C413.552 189.459 413.086 189.469 412.619 189.478C407.352 189.581 402.085 189.689 396.818 189.8C396.818 190.8 396.818 191.8 396.818 192.8C402.085 192.911 407.352 193.019 412.619 193.122C413.086 193.131 413.552 193.141 414.018 193.15L415.903 193.113L415.868 191.3C415.948 187.2 416.026 183.1 416.102 179L414.018 181.084C426.452 181.313 438.885 181.522 451.318 181.711L448.608 179C448.546 183.1 448.486 187.2 448.428 191.3L448.469 194.23L451.318 194.19C457.085 194.271 462.852 194.348 468.618 194.42L471.777 194.381L471.738 191.3C471.852 182.2 471.955 173.1 472.047 164L472.012 160.537L468.618 160.571C466.618 160.551 464.618 160.532 462.618 160.513L466.106 164C466.27 146.767 466.395 129.533 466.481 112.3L466.461 108.419L462.618 108.438C446.052 108.356 429.485 108.31 412.918 108.302L409.363 108.303L408.948 111.83C408.715 113.788 408.483 115.745 408.251 117.703C407.149 127.012 406.153 136.333 405.261 145.667L405.263 145.643C404.267 153.464 403.621 161.504 396.373 162.147L393.832 162.655L393.931 165C394.079 168.5 394.241 171.999 394.418 175.499C394.685 180.766 394.985 186.033 395.318 191.3ZM398.318 191.3H395.318L395.415 192.83L396.818 192.8V189.8L398.318 191.3ZM429.99 147.877C427.342 147.559 424.694 147.241 422.047 146.923C421.832 148.716 421.498 150.465 421.019 152.129C420.014 155.642 418.328 158.747 415.89 161.172L409.061 168H418.718C427.618 168 436.518 168 445.418 168H449.418V164C449.418 151.767 449.418 139.533 449.418 127.3V123.3H445.418C439.752 123.3 434.085 123.3 428.418 123.3H424.868L424.447 126.826C423.882 131.554 423.317 136.283 422.753 141.011C422.517 142.983 422.282 144.954 422.047 146.926C424.694 147.242 427.342 147.558 429.99 147.874C430.225 145.903 430.461 143.931 430.696 141.96C431.261 137.231 431.826 132.503 432.39 127.774L428.418 131.3C434.085 131.3 439.752 131.3 445.418 131.3L441.418 127.3C441.418 139.533 441.418 151.767 441.418 164L445.418 160C436.518 160 427.618 160 418.718 160L421.547 166.828C425.055 163.356 427.429 158.855 428.706 154.344C429.324 152.196 429.731 150.028 429.99 147.877ZM422.047 146.923L429.99 147.877L422.047 146.926L422.047 146.923ZM524.907 180.5C524.907 179.5 524.907 178.5 524.907 177.5C518.963 177.167 513.02 176.867 507.077 176.6C496.72 176.135 486.363 175.772 476.007 175.51L479.497 179C479.837 165.583 480.007 152.167 480.007 138.75C480.007 129.933 479.998 121.117 479.982 112.3L476.007 116.276C492.307 116.245 508.607 116.187 524.907 116.102L521.105 112.3C521.131 117.3 521.16 122.3 521.192 127.3L524.907 123.585C514.34 123.652 503.773 123.73 493.207 123.821L489.757 123.791L489.727 127.3C489.757 130.767 489.788 134.233 489.82 137.7L489.789 141.055L493.207 141.087C503.54 140.991 513.873 140.884 524.207 140.766L521.14 137.7C521.197 142.7 521.257 147.7 521.32 152.7L524.207 149.813C513.873 149.942 503.54 150.082 493.207 150.233L490.776 150.198L490.74 152.7C490.795 156.467 490.852 160.233 490.91 164L490.875 166.261L493.207 166.297C502.83 166.148 512.453 165.99 522.077 165.822C523.02 165.806 523.963 165.789 524.907 165.773L523.134 164C523.222 169 523.313 174 523.407 179C524.407 179 525.407 179 526.407 179C526.5 174 526.591 169 526.679 164L526.647 162.197L524.907 162.227C523.963 162.211 523.02 162.194 522.077 162.178C512.453 162.01 502.83 161.852 493.207 161.703L495.503 164C495.562 160.233 495.618 156.467 495.673 152.7L493.207 155.167C503.54 155.318 513.873 155.458 524.207 155.587L527.129 155.551L527.094 152.7C527.156 147.7 527.216 142.7 527.273 137.7L527.237 134.599L524.207 134.634C513.873 134.516 503.54 134.409 493.207 134.313L496.593 137.7C496.626 134.233 496.656 130.767 496.686 127.3L493.207 130.779C503.773 130.87 514.34 130.948 524.907 131.015L528.645 130.991L528.621 127.3C528.653 122.3 528.682 117.3 528.708 112.3L528.688 108.479L524.907 108.498C508.607 108.413 492.307 108.355 476.007 108.324L472.024 108.332L472.031 112.3C472.015 121.117 472.007 129.933 472.007 138.75C472.007 152.167 472.176 165.583 472.516 179L472.607 182.576L476.007 182.49C486.363 182.228 496.72 181.865 507.077 181.4C513.02 181.133 518.963 180.833 524.907 180.5ZM524.907 177.5V180.5L526.433 180.414L526.407 179H523.407L524.907 177.5ZM596.993 180.5C596.993 179.5 596.993 178.5 596.993 177.5C591.26 177.182 585.527 176.895 579.793 176.638L582.155 179C582.168 178.717 582.181 178.433 582.193 178.15C582.577 169.5 582.891 160.85 583.137 152.2L583.229 148.954L579.793 148.857C570.56 148.594 561.327 148.411 552.093 148.306L548.244 148.262L548.199 152.2C548.129 158.383 548.093 164.567 548.093 170.75C548.093 173.5 548.094 176.25 548.096 179L552.093 175.002C546.36 175.006 540.627 175.012 534.893 175.022L538.871 179C538.833 156.767 538.743 134.533 538.604 112.3L534.893 116.01C540.627 115.974 546.36 115.935 552.093 115.892L548.501 112.3C548.563 120.6 548.632 128.9 548.708 137.2L548.677 140.554L552.093 140.585C561.327 140.501 570.56 140.408 579.793 140.306L582.864 140.339L582.899 137.2C582.807 128.9 582.708 120.6 582.603 112.3L579.793 115.109C585.527 115.036 591.26 114.96 596.993 114.88L594.413 112.3C594.639 128.517 594.892 144.733 595.171 160.95C595.275 166.967 595.382 172.983 595.493 179C596.493 179 597.493 179 598.493 179C598.604 172.983 598.712 166.967 598.816 160.95C599.095 144.733 599.348 128.517 599.573 112.3L599.537 109.685L596.993 109.72C591.26 109.64 585.527 109.564 579.793 109.491L576.949 109.527L576.984 112.3C576.878 120.6 576.779 128.9 576.688 137.2L579.793 134.094C570.56 133.992 561.327 133.899 552.093 133.815L555.479 137.2C555.555 128.9 555.624 120.6 555.686 112.3L555.659 108.681L552.093 108.708C546.36 108.665 540.627 108.626 534.893 108.59L531.16 108.613L531.183 112.3C531.043 134.533 530.954 156.767 530.915 179L530.922 182.985L534.893 182.978C540.627 182.988 546.36 182.994 552.093 182.998L556.093 182.995L556.091 179C556.093 176.25 556.093 173.5 556.093 170.75C556.093 164.567 556.058 158.383 555.988 152.2L552.093 156.094C561.327 155.989 570.56 155.806 579.793 155.543L576.45 152.2C576.695 160.85 577.01 169.5 577.393 178.15C577.406 178.433 577.419 178.717 577.431 179L577.542 181.463L579.793 181.362C585.527 181.105 591.26 180.818 596.993 180.5ZM596.993 177.5V180.5L598.519 180.415L598.493 179H595.493L596.993 177.5ZM625.614 180.5C625.614 179.5 625.614 178.5 625.614 177.5C620.081 177.209 614.548 176.943 609.014 176.703L611.311 179C611.346 178.194 611.38 177.388 611.414 176.582C612.316 155.155 612.836 133.727 612.976 112.3L609.014 116.262C612.944 116.287 616.873 116.3 620.802 116.3C622.606 116.3 624.41 116.3 626.214 116.299L622.215 112.3C622.22 125.4 622.24 138.5 622.276 151.6L622.26 164.283L629.461 153.83C638.425 140.706 647.37 127.568 656.295 114.417L653.214 116.038C659.148 116.004 665.081 115.967 671.014 115.927L667.387 112.3C667.538 134.533 667.734 156.767 667.976 179L671.014 175.961C665.248 176.024 659.481 176.09 653.714 176.159L656.556 179C656.392 165.267 656.211 151.533 656.012 137.8L656.059 130.368L651.816 136.505C646.144 145.085 640.48 153.671 634.825 162.262C631.338 167.558 627.855 172.855 624.375 178.155C625.201 178.718 626.027 179.282 626.854 179.845C630.517 174.671 634.178 169.494 637.836 164.316C643.769 155.914 649.695 147.507 655.613 139.095L651.417 137.8C651.218 151.533 651.037 165.267 650.873 179L650.907 181.875L653.714 181.841C659.481 181.91 665.248 181.976 671.014 182.039L674.086 182.005L674.053 179C674.295 156.767 674.491 134.533 674.641 112.3L674.617 108.649L671.014 108.673C665.081 108.633 659.148 108.596 653.214 108.562L651.226 108.574L650.134 110.183C641.059 123.232 632.004 136.294 622.968 149.37L630.153 151.6C630.189 138.5 630.209 125.4 630.214 112.3L630.212 108.3L626.214 108.301C624.41 108.3 622.606 108.3 620.802 108.3C616.873 108.3 612.944 108.313 609.014 108.338L605.027 108.364L605.053 112.3C605.193 133.727 605.713 155.155 606.614 176.582C606.648 177.388 606.683 178.194 606.718 179L606.822 181.392L609.014 181.297C614.548 181.057 620.081 180.791 625.614 180.5ZM625.614 177.5V180.5L626.453 180.456L626.854 179.845L624.375 178.155L625.614 177.5ZM731.938 180.5C731.938 179.5 731.938 178.5 731.938 177.5C725.995 177.167 720.051 176.867 714.108 176.6C703.751 176.135 693.395 175.772 683.038 175.51L686.528 179C686.868 165.583 687.038 152.167 687.038 138.75C687.038 129.933 687.03 121.117 687.013 112.3L683.038 116.276C699.338 116.245 715.638 116.187 731.938 116.102L728.136 112.3C728.163 117.3 728.192 122.3 728.223 127.3L731.938 123.585C721.371 123.652 710.805 123.73 700.238 123.821L696.788 123.791L696.758 127.3C696.788 130.767 696.819 134.233 696.851 137.7L696.82 141.055L700.238 141.087C710.571 140.991 720.904 140.884 731.238 140.766L728.172 137.7C728.229 142.7 728.288 147.7 728.351 152.7L731.238 149.813C720.905 149.942 710.571 150.082 700.238 150.233L697.808 150.198L697.771 152.7C697.826 156.467 697.883 160.233 697.941 164L697.906 166.261L700.238 166.297C709.861 166.148 719.484 165.99 729.108 165.822C730.051 165.806 730.995 165.789 731.938 165.773L730.165 164C730.254 169 730.344 174 730.438 179C731.438 179 732.438 179 733.438 179C733.531 174 733.622 169 733.71 164L733.679 162.197L731.938 162.227C730.995 162.211 730.051 162.194 729.108 162.178C719.484 162.01 709.861 161.852 700.238 161.703L702.535 164C702.593 160.233 702.649 156.467 702.705 152.7L700.238 155.167C710.571 155.318 720.905 155.458 731.238 155.587L734.16 155.551L734.125 152.7C734.187 147.7 734.247 142.7 734.304 137.7L734.269 134.599L731.238 134.634C720.905 134.516 710.571 134.409 700.238 134.313L703.625 137.7C703.657 134.233 703.688 130.767 703.717 127.3L700.238 130.779C710.805 130.87 721.371 130.948 731.938 131.015L735.676 130.991L735.653 127.3C735.684 122.3 735.713 117.3 735.739 112.3L735.719 108.479L731.938 108.498C715.638 108.413 699.338 108.355 683.038 108.324L679.055 108.332L679.062 112.3C679.046 121.117 679.038 129.933 679.038 138.75C679.038 152.167 679.208 165.583 679.547 179L679.638 182.576L683.038 182.49C693.395 182.228 703.751 181.865 714.108 181.4C720.051 181.133 725.995 180.833 731.938 180.5ZM731.938 177.5V180.5L733.464 180.414L733.438 179H730.438L731.938 177.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_24380)'/%3E%3Cmask id='path-3-outside-2_7301_24380' maskUnits='userSpaceOnUse' x='3.74487' y='12' width='522' height='75' fill='black'%3E%3Crect fill='white' x='3.74487' y='12' width='522' height='75'/%3E%3Cpath d='M24.3449 83H7.74487V16.3H24.9449V55.6L51.9449 16.3H69.7449V83H52.4449V41.8L24.3449 83ZM143.868 83H126.668V56.2H98.9683V83H81.7683V16.3H98.9683V41.2H126.668V16.3H143.868V83ZM187.989 83H170.789V31.3H152.089V16.3H206.589V31.3H187.989V83ZM263.676 83H214.776V16.3H263.676V31.3H231.976V41.7H262.976V56.7H231.976V68H263.676V83ZM290.863 83H273.663V16.3H307.063C322.063 16.3 330.263 26.4 330.263 38.5C330.263 50.5 322.063 60.6 307.063 60.6H290.863V83ZM304.763 45.6C309.363 45.6 312.763 43 312.763 38.5C312.763 33.9 309.363 31.3 304.763 31.3H290.863V45.6H304.763ZM400.021 83H382.821V56.2H355.121V83H337.921V16.3H355.121V41.2H382.821V16.3H400.021V83ZM460.942 83H412.042V16.3H460.942V31.3H429.242V41.7H460.242V56.7H429.242V68H460.942V83ZM503.028 83H485.828V31.3H467.128V16.3H521.628V31.3H503.028V83Z'/%3E%3C/mask%3E%3Cpath d='M24.3449 83H7.74487V16.3H24.9449V55.6L51.9449 16.3H69.7449V83H52.4449V41.8L24.3449 83ZM143.868 83H126.668V56.2H98.9683V83H81.7683V16.3H98.9683V41.2H126.668V16.3H143.868V83ZM187.989 83H170.789V31.3H152.089V16.3H206.589V31.3H187.989V83ZM263.676 83H214.776V16.3H263.676V31.3H231.976V41.7H262.976V56.7H231.976V68H263.676V83ZM290.863 83H273.663V16.3H307.063C322.063 16.3 330.263 26.4 330.263 38.5C330.263 50.5 322.063 60.6 307.063 60.6H290.863V83ZM304.763 45.6C309.363 45.6 312.763 43 312.763 38.5C312.763 33.9 309.363 31.3 304.763 31.3H290.863V45.6H304.763ZM400.021 83H382.821V56.2H355.121V83H337.921V16.3H355.121V41.2H382.821V16.3H400.021V83ZM460.942 83H412.042V16.3H460.942V31.3H429.242V41.7H460.242V56.7H429.242V68H460.942V83ZM503.028 83H485.828V31.3H467.128V16.3H521.628V31.3H503.028V83Z' fill='white'/%3E%3Cpath d='M24.3449 84.5C24.3449 83.5 24.3449 82.5 24.3449 81.5C18.8115 81.209 13.2782 80.9435 7.74487 80.7033L10.0416 83C10.0765 82.1941 10.111 81.3883 10.1449 80.5824C11.0462 59.1549 11.5668 37.7275 11.7065 16.3L7.74487 20.2616C11.6742 20.2872 15.6035 20.3 19.5327 20.3C21.3368 20.3 23.1408 20.2997 24.9449 20.2991L20.9458 16.3C20.9501 29.4 20.9703 42.5 21.0063 55.6L20.991 68.2834L28.1912 57.8303C37.1552 44.7055 46.1 31.5676 55.0256 18.4165L51.9449 20.0377C57.8782 20.0041 63.8115 19.9671 69.7449 19.927L66.1179 16.3C66.2684 38.5333 66.4645 60.7667 66.7062 83L69.7449 79.9613C63.9782 80.024 58.2115 80.0897 52.4449 80.1586L55.2863 83C55.1225 69.2667 54.9412 55.5333 54.7426 41.8L54.7895 34.3681L50.5466 40.5053C44.8748 49.0854 39.2109 57.671 33.5551 66.262C30.0689 71.5575 26.5858 76.8551 23.1057 82.1548C23.9318 82.7183 24.7579 83.2817 25.5841 83.8452C29.2478 78.6707 32.9084 73.4942 36.566 68.3155C42.4997 59.9141 48.4254 51.5071 54.3431 43.0947L50.1472 41.8C49.9485 55.5333 49.7673 69.2667 49.6034 83L49.6377 85.8749L52.4449 85.8414C58.2115 85.9103 63.9782 85.976 69.7449 86.0387L72.8162 86.0053L72.7835 83C73.0252 60.7667 73.2213 38.5333 73.3718 16.3L73.3471 12.6486L69.7449 12.673C63.8115 12.6329 57.8782 12.5959 51.9449 12.5622L49.9568 12.5735L48.8641 14.1835C39.7898 27.2324 30.7346 40.2945 21.6986 53.3697L28.8835 55.6C28.9194 42.5 28.9396 29.4 28.944 16.3L28.9426 12.2996L24.9449 12.3009C23.1408 12.3003 21.3368 12.3 19.5327 12.3C15.6034 12.3 11.6742 12.3128 7.74487 12.3384L3.75764 12.3644L3.78329 16.3C3.92297 37.7275 4.4435 59.1549 5.34487 80.5824C5.37877 81.3883 5.41321 82.1941 5.44819 83L5.552 85.3919L7.74487 85.2967C13.2782 85.0565 18.8115 84.791 24.3449 84.5ZM24.3449 81.5V84.5L25.183 84.4559L25.5841 83.8452L23.1057 82.1548L24.3449 81.5ZM143.868 84.5C143.868 83.5 143.868 82.5 143.868 81.5C138.135 81.1824 132.402 80.895 126.668 80.6379L129.03 83C129.043 82.7167 129.056 82.4333 129.068 82.15C129.452 73.5 129.766 64.85 130.012 56.2L130.104 52.9541L126.668 52.8566C117.435 52.5944 108.202 52.4108 98.9683 52.3056L95.1188 52.2618L95.0739 56.2C95.0035 62.3833 94.9683 68.5667 94.9683 74.75C94.9683 77.5 94.9691 80.25 94.9706 83L98.9683 79.0023C93.235 79.0055 87.5016 79.0121 81.7683 79.0221L85.7462 83C85.7076 60.7667 85.6185 38.5333 85.4787 16.3L81.7683 20.0104C87.5016 19.9744 93.235 19.935 98.9683 19.8922L95.3761 16.3C95.438 24.6 95.507 32.9 95.583 41.2L95.5523 44.5541L98.9683 44.5853C108.202 44.5008 117.435 44.4075 126.668 44.3055L129.739 44.3395L129.774 41.2C129.682 32.9 129.583 24.6 129.478 16.3L126.668 19.1093C132.402 19.0363 138.135 18.9598 143.868 18.88L141.288 16.3C141.514 32.5167 141.767 48.7333 142.046 64.95C142.15 70.9667 142.257 76.9833 142.368 83C143.368 83 144.368 83 145.368 83C145.479 76.9833 145.587 70.9667 145.691 64.95C145.97 48.7333 146.223 32.5167 146.448 16.3L146.412 13.6846L143.868 13.72C138.135 13.6402 132.402 13.5637 126.668 13.4907L123.824 13.5269L123.859 16.3C123.753 24.6 123.654 32.9 123.563 41.2L126.668 38.0945C117.435 37.9925 108.202 37.8992 98.9683 37.8147L102.354 41.2C102.43 32.9 102.499 24.6 102.561 16.3L102.534 12.6812L98.9683 12.7078C93.235 12.665 87.5016 12.6256 81.7683 12.5896L78.0347 12.6131L78.0579 16.3C77.9182 38.5333 77.829 60.7667 77.7904 83L77.7973 86.9848L81.7683 86.9779C87.5016 86.9879 93.235 86.9945 98.9683 86.9977L102.968 86.9954L102.966 83C102.968 80.25 102.968 77.5 102.968 74.75C102.968 68.5667 102.933 62.3833 102.863 56.2L98.9683 60.0944C108.202 59.9892 117.435 59.8056 126.668 59.5434L123.325 56.2C123.57 64.85 123.885 73.5 124.268 82.15C124.281 82.4333 124.294 82.7167 124.306 83L124.417 85.4631L126.668 85.3621C132.402 85.105 138.135 84.8176 143.868 84.5ZM143.868 81.5V84.5L145.394 84.4155L145.368 83H142.368L143.868 81.5ZM187.989 84.5C187.989 83.5 187.989 82.5 187.989 81.5C183.949 81.1667 179.909 80.8667 175.869 80.6C174.176 80.4882 172.483 80.3823 170.789 80.2823L173.507 83C174.362 68.5333 174.789 54.0667 174.789 39.6C174.789 36.8333 174.788 34.0667 174.784 31.3L174.789 27.3102L170.789 27.3052C164.556 27.313 158.323 27.3297 152.089 27.3551L156.034 31.3C156.014 26.3 155.988 21.3 155.956 16.3L152.089 20.1666C170.256 20.0511 188.423 19.8608 206.589 19.5956L203.294 16.3C203.367 21.3 203.445 26.3 203.53 31.3L206.589 28.2404C200.389 28.345 194.189 28.4583 187.989 28.5803L185.324 28.5278L185.27 31.3C185.529 44.4933 185.829 57.6867 186.167 70.88C186.271 74.92 186.378 78.96 186.489 83C187.489 83 188.489 83 189.489 83C189.601 78.96 189.708 74.92 189.812 70.88C190.15 57.6867 190.449 44.4933 190.709 31.3L187.989 34.0197C194.189 34.1417 200.389 34.255 206.589 34.3596L209.7 34.3072L209.649 31.3C209.733 26.3 209.812 21.3 209.885 16.3L209.836 12.957L206.589 13.0044C188.423 12.7392 170.256 12.5489 152.089 12.4334L148.198 12.4581L148.223 16.3C148.191 21.3 148.165 26.3 148.145 31.3L148.161 35.2609L152.089 35.2449C158.323 35.2703 164.556 35.287 170.789 35.2948L166.795 31.3C166.791 34.0667 166.789 36.8333 166.789 39.6C166.789 54.0667 167.217 68.5333 168.072 83L168.241 85.8683L170.789 85.7177C172.483 85.6177 174.176 85.5118 175.869 85.4C179.909 85.1333 183.949 84.8333 187.989 84.5ZM187.989 81.5V84.5L189.527 84.3731L189.489 83H186.489L187.989 81.5ZM263.676 84.5C263.676 83.5 263.676 82.5 263.676 81.5C257.733 81.1667 251.789 80.8667 245.846 80.6C235.489 80.1353 225.133 79.7719 214.776 79.5096L218.267 83C218.606 69.5833 218.776 56.1667 218.776 42.75C218.776 33.9333 218.768 25.1167 218.752 16.3L214.776 20.2755C231.076 20.2454 247.376 20.1874 263.676 20.1016L259.875 16.3C259.901 21.3 259.93 26.3 259.961 31.3L263.676 27.5853C253.109 27.652 242.543 27.7305 231.976 27.8206L228.527 27.7912L228.497 31.3C228.526 34.7667 228.557 38.2333 228.589 41.7L228.558 45.0552L231.976 45.0869C242.309 44.9912 252.643 44.8843 262.976 44.7663L259.91 41.7C259.967 46.7 260.027 51.7 260.089 56.7L262.976 53.813C252.643 53.9419 242.309 54.082 231.976 54.2333L229.546 54.1977L229.509 56.7C229.565 60.4667 229.621 64.2333 229.679 68L229.644 70.2609L231.976 70.2968C241.599 70.1483 251.223 69.9901 260.846 69.8222C261.789 69.8058 262.733 69.7892 263.676 69.7726L261.904 68C261.992 73 262.083 78 262.176 83C263.176 83 264.176 83 265.176 83C265.27 78 265.36 73 265.449 68L265.417 66.1967L263.676 66.2274C262.733 66.2108 261.789 66.1942 260.846 66.1778C251.223 66.0099 241.599 65.8517 231.976 65.7032L234.273 68C234.331 64.2333 234.388 60.4667 234.443 56.7L231.976 59.1667C242.309 59.318 252.643 59.4581 262.976 59.587L265.899 59.5506L265.863 56.7C265.926 51.7 265.985 46.7 266.042 41.7L266.007 38.5991L262.976 38.6337C252.643 38.5157 242.309 38.4088 231.976 38.3131L235.363 41.7C235.395 38.2333 235.426 34.7667 235.455 31.3L231.976 34.7794C242.543 34.8695 253.109 34.948 263.676 35.0147L267.414 34.9911L267.391 31.3C267.422 26.3 267.451 21.3 267.478 16.3L267.458 12.4785L263.676 12.4984C247.376 12.4126 231.076 12.3546 214.776 12.3244L210.793 12.3318L210.801 16.3C210.784 25.1167 210.776 33.9333 210.776 42.75C210.776 56.1667 210.946 69.5833 211.286 83L211.376 86.5765L214.776 86.4904C225.133 86.2281 235.489 85.8647 245.846 85.4C251.789 85.1333 257.733 84.8333 263.676 84.5ZM263.676 81.5V84.5L265.203 84.4144L265.176 83H262.176L263.676 81.5ZM290.863 84.5C290.863 83.5 290.863 82.5 290.863 81.5C287.062 81.1667 283.262 80.8667 279.461 80.6C277.529 80.4644 275.596 80.3374 273.663 80.219L276.444 83C277.257 69.731 277.663 56.462 277.663 43.1929C277.663 34.2286 277.642 25.2643 277.601 16.3L273.663 20.2382C284.796 20.187 295.93 20.104 307.063 19.9893C317.926 19.3597 327.229 27.5401 327.057 38.5C327.703 49.3498 318.404 58.3694 307.063 58.0988C301.663 58.2211 296.263 58.3508 290.863 58.488L288.806 58.4357L288.751 60.6C288.844 64.2662 288.941 67.9324 289.041 71.5986C289.144 75.3991 289.252 79.1995 289.363 83C290.363 83 291.363 83 292.363 83C292.474 79.1995 292.581 75.3991 292.685 71.5986C292.785 67.9324 292.882 64.2662 292.975 60.6L290.863 62.712C296.263 62.8492 301.663 62.9789 307.063 63.1012C320.098 64.4454 334.167 52.4765 333.469 38.5C334.674 24.5921 320.664 11.6039 307.063 12.6107C295.93 12.496 284.796 12.413 273.663 12.3618L269.707 12.38L269.725 16.3C269.683 25.2643 269.663 34.2286 269.663 43.1929C269.663 56.462 270.069 69.731 270.882 83L271.062 85.9403L273.663 85.781C275.596 85.6626 277.529 85.5356 279.461 85.4C283.262 85.1333 287.062 84.8333 290.863 84.5ZM290.863 81.5V84.5L292.403 84.3649L292.363 83H289.363L290.863 81.5ZM304.763 41.6C304.763 44.2667 304.763 46.9333 304.763 49.6C306.229 49.5989 307.758 49.4057 309.295 48.8928C313.454 47.82 317.074 42.7614 316.763 38.5C316.831 35.6537 315.577 32.1306 312.99 30.0527C310.451 27.9452 307.418 27.3033 304.763 27.3C300.13 27.3 295.496 27.3 290.863 27.3H286.863V31.3C286.863 36.0667 286.863 40.8333 286.863 45.6V49.6H290.863C294.392 49.6 297.92 49.6 301.449 49.6C302.554 49.6 303.658 49.6 304.763 49.6C304.763 46.9333 304.763 44.2667 304.763 41.6C303.658 41.6 302.554 41.6 301.449 41.6C297.92 41.6 294.392 41.6 290.863 41.6L294.863 45.6C294.863 40.8333 294.863 36.0667 294.863 31.3L290.863 35.3C295.496 35.3 300.13 35.3 304.763 35.3C306.13 35.291 307.268 35.6769 307.855 36.1867C308.435 36.6894 308.747 37.3138 308.763 38.5C308.69 40.1281 308.247 40.7228 306.755 41.3069C306.193 41.4959 305.506 41.6008 304.763 41.6ZM304.763 49.6V41.6V49.6ZM400.021 84.5C400.021 83.5 400.021 82.5 400.021 81.5C394.287 81.1824 388.554 80.895 382.821 80.6379L385.183 83C385.195 82.7167 385.208 82.4333 385.221 82.15C385.604 73.5 385.919 64.85 386.164 56.2L386.256 52.9541L382.821 52.8566C373.587 52.5944 364.354 52.4108 355.121 52.3056L351.271 52.2618L351.226 56.2C351.156 62.3833 351.121 68.5667 351.121 74.75C351.121 77.5 351.121 80.25 351.123 83L355.121 79.0023C349.387 79.0055 343.654 79.0121 337.921 79.0221L341.899 83C341.86 60.7667 341.771 38.5333 341.631 16.3L337.921 20.0104C343.654 19.9744 349.387 19.935 355.121 19.8922L351.528 16.3C351.59 24.6 351.659 32.9 351.735 41.2L351.705 44.5541L355.121 44.5853C364.354 44.5008 373.587 44.4075 382.821 44.3055L385.892 44.3395L385.926 41.2C385.835 32.9 385.736 24.6 385.63 16.3L382.821 19.1093C388.554 19.0363 394.287 18.9598 400.021 18.88L397.441 16.3C397.666 32.5167 397.919 48.7333 398.198 64.95C398.302 70.9667 398.41 76.9833 398.521 83C399.521 83 400.521 83 401.521 83C401.632 76.9833 401.739 70.9667 401.843 64.95C402.122 48.7333 402.375 32.5167 402.601 16.3L402.564 13.6846L400.021 13.72C394.287 13.6402 388.554 13.5637 382.821 13.4907L379.976 13.5269L380.011 16.3C379.906 24.6 379.807 32.9 379.715 41.2L382.821 38.0945C373.587 37.9925 364.354 37.8992 355.121 37.8147L358.506 41.2C358.582 32.9 358.651 24.6 358.713 16.3L358.686 12.6812L355.121 12.7078C349.387 12.665 343.654 12.6256 337.921 12.5896L334.187 12.6131L334.21 16.3C334.07 38.5333 333.981 60.7667 333.943 83L333.95 86.9848L337.921 86.9779C343.654 86.9879 349.387 86.9945 355.121 86.9977L359.121 86.9954L359.118 83C359.12 80.25 359.121 77.5 359.121 74.75C359.121 68.5667 359.085 62.3833 359.015 56.2L355.121 60.0944C364.354 59.9892 373.587 59.8056 382.821 59.5434L379.477 56.2C379.723 64.85 380.037 73.5 380.421 82.15C380.433 82.4333 380.446 82.7167 380.459 83L380.569 85.4631L382.821 85.3621C388.554 85.105 394.287 84.8176 400.021 84.5ZM400.021 81.5V84.5L401.547 84.4155L401.521 83H398.521L400.021 81.5ZM460.942 84.5C460.942 83.5 460.942 82.5 460.942 81.5C454.998 81.1667 449.055 80.8667 443.112 80.6C432.755 80.1353 422.398 79.7719 412.042 79.5096L415.532 83C415.872 69.5833 416.042 56.1667 416.042 42.75C416.042 33.9333 416.034 25.1167 416.017 16.3L412.042 20.2755C428.342 20.2454 444.642 20.1874 460.942 20.1016L457.14 16.3C457.167 21.3 457.195 26.3 457.227 31.3L460.942 27.5853C450.375 27.652 439.808 27.7305 429.242 27.8206L425.792 27.7912L425.762 31.3C425.792 34.7667 425.823 38.2333 425.855 41.7L425.824 45.0552L429.242 45.0869C439.575 44.9912 449.908 44.8843 460.242 44.7663L457.175 41.7C457.233 46.7 457.292 51.7 457.355 56.7L460.242 53.813C449.908 53.9419 439.575 54.082 429.242 54.2333L426.812 54.1977L426.775 56.7C426.83 60.4667 426.887 64.2333 426.945 68L426.91 70.2609L429.242 70.2968C438.865 70.1483 448.488 69.9901 458.112 69.8222C459.055 69.8058 459.998 69.7892 460.942 69.7726L459.169 68C459.257 73 459.348 78 459.442 83C460.442 83 461.442 83 462.442 83C462.535 78 462.626 73 462.714 68L462.682 66.1967L460.942 66.2274C459.998 66.2108 459.055 66.1942 458.112 66.1778C448.488 66.0099 438.865 65.8517 429.242 65.7032L431.539 68C431.597 64.2333 431.653 60.4667 431.708 56.7L429.242 59.1667C439.575 59.318 449.908 59.4581 460.242 59.587L463.164 59.5506L463.129 56.7C463.191 51.7 463.251 46.7 463.308 41.7L463.273 38.5991L460.242 38.6337C449.908 38.5157 439.575 38.4088 429.242 38.3131L432.629 41.7C432.661 38.2333 432.692 34.7667 432.721 31.3L429.242 34.7794C439.808 34.8695 450.375 34.948 460.942 35.0147L464.68 34.9911L464.656 31.3C464.688 26.3 464.717 21.3 464.743 16.3L464.723 12.4785L460.942 12.4984C444.642 12.4126 428.342 12.3546 412.042 12.3244L408.059 12.3318L408.066 16.3C408.05 25.1167 408.042 33.9333 408.042 42.75C408.042 56.1667 408.212 69.5833 408.551 83L408.642 86.5765L412.042 86.4904C422.398 86.2281 432.755 85.8647 443.112 85.4C449.055 85.1333 454.998 84.8333 460.942 84.5ZM460.942 81.5V84.5L462.468 84.4144L462.442 83H459.442L460.942 81.5ZM503.028 84.5C503.028 83.5 503.028 82.5 503.028 81.5C498.988 81.1667 494.948 80.8667 490.908 80.6C489.215 80.4882 487.522 80.3823 485.828 80.2823L488.546 83C489.401 68.5333 489.828 54.0667 489.828 39.6C489.828 36.8333 489.827 34.0667 489.823 31.3L489.828 27.3102L485.828 27.3052C479.595 27.313 473.362 27.3297 467.128 27.3551L471.073 31.3C471.053 26.3 471.027 21.3 470.995 16.3L467.128 20.1666C485.295 20.0511 503.462 19.8608 521.628 19.5956L518.333 16.3C518.406 21.3 518.484 26.3 518.569 31.3L521.628 28.2404C515.428 28.345 509.228 28.4583 503.028 28.5803L500.363 28.5278L500.309 31.3C500.568 44.4933 500.868 57.6867 501.206 70.88C501.31 74.92 501.417 78.96 501.528 83C502.528 83 503.528 83 504.528 83C504.64 78.96 504.747 74.92 504.851 70.88C505.189 57.6867 505.489 44.4933 505.748 31.3L503.028 34.0197C509.228 34.1417 515.428 34.255 521.628 34.3596L524.739 34.3072L524.688 31.3C524.772 26.3 524.851 21.3 524.924 16.3L524.875 12.957L521.628 13.0044C503.462 12.7392 485.295 12.5489 467.128 12.4334L463.237 12.4581L463.262 16.3C463.23 21.3 463.204 26.3 463.184 31.3L463.2 35.2609L467.128 35.2449C473.362 35.2703 479.595 35.287 485.828 35.2948L481.834 31.3C481.83 34.0667 481.828 36.8333 481.828 39.6C481.828 54.0667 482.256 68.5333 483.111 83L483.28 85.8683L485.828 85.7177C487.522 85.6177 489.215 85.5118 490.908 85.4C494.948 85.1333 498.988 84.8333 503.028 84.5ZM503.028 81.5V84.5L504.566 84.3731L504.528 83H501.528L503.028 81.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_24380)'/%3E%3Cmask id='path-5-outside-3_7301_24380' maskUnits='userSpaceOnUse' x='527.745' y='30' width='42' height='48' fill='black'%3E%3Crect fill='white' x='527.745' y='30' width='42' height='48'/%3E%3Cpath d='M554.219 57.2023L554.771 72.6439L546.123 73L545.571 57.5584L533.045 58.0741L532.745 49.6733L545.27 49.1576L544.741 34.3561L553.39 34L553.919 48.8015L566.445 48.2858L566.745 56.6866L554.219 57.2023Z'/%3E%3C/mask%3E%3Cpath d='M554.219 57.2023L554.771 72.6439L546.123 73L545.571 57.5584L533.045 58.0741L532.745 49.6733L545.27 49.1576L544.741 34.3561L553.39 34L553.919 48.8015L566.445 48.2858L566.745 56.6866L554.219 57.2023Z' fill='white'/%3E%3Cpath d='M555.718 57.1488C554.719 57.1845 553.72 57.2202 552.72 57.2559C552.473 59.6795 552.26 62.1019 552.08 64.5232C551.875 67.2695 551.713 70.0142 551.595 72.7575L554.641 69.4678C551.748 69.3583 548.858 69.2964 545.97 69.2821L549.842 72.867C549.883 68.8326 549.832 64.8015 549.688 60.7737C549.648 59.6543 549.607 58.535 549.566 57.4156L549.428 53.4044L545.406 53.5642C541.231 53.7421 537.057 53.931 532.883 54.1311L536.989 57.9331C536.87 55.1335 536.746 52.3341 536.617 49.5349L532.904 53.5448C537.078 53.3299 541.251 53.1039 545.423 52.8668L549.056 52.774L548.98 49.0249C548.727 44.0939 548.458 39.1633 548.173 34.2334L544.882 37.7876C547.763 37.6058 550.643 37.4187 553.523 37.2263L550.163 34.1154C550.465 39.0447 550.783 43.9735 551.117 48.9017L551.128 51.63L554.034 51.603C558.204 51.2981 562.373 50.9821 566.542 50.655L564.075 48.3705C564.279 51.1671 564.488 53.9635 564.702 56.7597L566.661 54.6445C564.9 54.789 563.139 54.9354 561.378 55.0838C558.971 55.2867 556.564 55.4933 554.158 55.7036C554.199 56.7028 554.24 57.7019 554.281 58.7011C556.697 58.7128 559.112 58.7209 561.528 58.7252C563.295 58.7284 565.062 58.7296 566.829 58.7288L568.936 58.5559L568.787 56.6136C568.801 53.8092 568.81 51.0051 568.814 48.2011L568.634 45.7371L566.347 45.9165C562.165 45.9333 557.984 45.9611 553.804 46L556.721 48.7013C556.702 43.7619 556.667 38.823 556.617 33.8846L556.413 30.5628L553.257 30.7737C550.371 30.8187 547.485 30.869 544.6 30.9245L541.117 31.1444L541.309 34.4788C541.377 39.4165 541.461 44.3536 541.56 49.2902L545.118 45.4484C540.94 45.5551 536.762 45.6729 532.585 45.8018L528.697 46.002L528.873 49.8117C528.944 52.6131 529.02 55.4142 529.101 58.2152L529.271 62.2059L533.208 62.0172C537.384 61.8735 541.56 61.7186 545.735 61.5527L541.576 57.7013C541.614 58.8207 541.653 59.9402 541.693 61.0596C541.837 65.0874 542.074 69.1118 542.404 73.133L542.724 77.0287L546.276 76.7179C549.153 76.4662 552.029 76.1669 554.902 75.82L558.28 75.4121L557.948 72.5303C557.634 69.8026 557.277 67.0763 556.876 64.3517C556.524 61.9495 556.138 59.5485 555.718 57.1488ZM552.72 57.2559L555.718 57.1488L554.281 58.7011L554.158 55.7036L552.879 55.6974L552.72 57.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_24380)'/%3E%3C/svg%3E%0A");
  -image: url("data:image/svg+xml,%3Csvg width='523' height='184' viewBox='0 0 523 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6 159H6V92.3H23.2V131.6L50.2 92.3H68V159H50.7V117.8L22.6 159ZM142.123 159H124.923V132.2H97.2234V159H80.0234V92.3H97.2234V117.2H124.923V92.3H142.123V159ZM186.245 159H169.045V107.3H150.345V92.3H204.845V107.3H186.245V159ZM261.931 159H213.031V92.3H261.931V107.3H230.231V117.7H261.231V132.7H230.231V144H261.931V159ZM289.118 159H271.918V92.3H305.318C320.318 92.3 328.518 102.4 328.518 114.5C328.518 126.5 320.318 136.6 305.318 136.6H289.118V159ZM303.018 121.6C307.618 121.6 311.018 119 311.018 114.5C311.018 109.9 307.618 107.3 303.018 107.3H289.118V121.6H303.018ZM398.276 159H381.076V132.2H353.376V159H336.176V92.3H353.376V117.2H381.076V92.3H398.276V159ZM459.197 159H410.297V92.3H459.197V107.3H427.497V117.7H458.497V132.7H427.497V144H459.197V159ZM501.284 159H484.084V107.3H465.384V92.3H519.884V107.3H501.284V159Z' fill='white'/%3E%3Cpath d='M69.2404 100.069C68.9745 108.464 70.15 115.073 69.9838 125.306C69.8177 135.538 69.1941 137.071 69.3344 148.789C69.3758 152.248 69.3679 155.708 69.3426 159L69.3566 160.328L68 160.343C60.8948 160.288 54.567 160.153 50.7 160.261L49.4521 160.274L49.4387 159C49.4272 158.588 49.413 158.204 49.3956 157.85C49.1393 152.633 49.9141 152.082 49.742 144.673C49.57 137.264 49.6711 132.773 49.923 126.293C49.9967 124.395 50.0673 121.346 50.1225 117.8L51.1771 118.125C46.2431 125.123 39.7535 134.561 37.0499 138.913C33.2264 145.068 28.1307 151.587 25.2276 155.617C24.3234 156.873 23.5927 157.848 23.0203 158.587C22.7778 158.9 22.6335 159.023 22.5926 158.995C22.5925 158.995 22.5925 158.995 22.5925 158.995C22.5417 158.96 22.6512 158.692 22.9311 158.268C24.2895 156.209 26.284 153.108 28.5531 149.385C32.7839 142.443 33.6638 141.969 39.6645 132.792C43.5315 126.877 46.3011 122.414 49.788 117.178L51.8203 114.228L51.8039 117.8C51.8423 121.271 51.833 125.06 51.7347 129.646C51.484 141.343 52.412 144.87 52.0984 159L50.7 157.602C52.1536 157.634 53.7193 157.679 55.4177 157.74C60.729 157.932 64.654 157.964 68 157.91L66.9103 159C66.7794 150.875 66.1391 146.165 66.0251 133.312C65.9071 120.002 66.2349 104.131 66.3961 92.3L68 93.9039C63.7022 93.8453 59.9377 93.8087 57.0229 93.8235C54.8847 93.8343 52.6031 93.8484 50.2 93.8629L51.4882 93.185C45.9368 101.371 39.2259 111.255 32.0557 121.465C29.6278 124.922 27.0815 128.626 24.4607 132.466L21.6476 136.521L21.6704 131.6C21.631 119.182 21.4741 105.656 21.6814 93.2025C21.6864 92.9038 21.6914 92.6029 21.6964 92.3L23.2 93.8036C17.9031 93.7159 11.9794 93.6215 6 93.5259L7.22593 92.3C7.01382 105.573 6.79598 119.12 6.63262 126.693C6.39147 137.872 6.33708 140.597 6.48443 151.358C6.51578 153.647 6.52459 156.256 6.50745 159L6 158.493C10.6692 158.522 15.7278 158.626 20.2612 158.822C23.8834 158.979 23.0626 159.197 19.4168 159.302C14.0854 159.454 9.70887 159.352 6.96182 159.625C6.63027 159.658 6.31023 159.69 6 159.72L5.28739 159.728L5.27974 159C4.80627 154.174 4.63964 151.721 4.9378 145.21C5.25508 138.281 4.534 135.016 4.617 130.976C4.70003 126.937 5.12535 127.003 4.79766 106.464C4.71298 101.156 4.6446 96.4683 4.58839 92.3L4.5737 90.9034L6 90.8884C13.0629 90.7931 18.634 90.7328 23.2 90.6874L24.7954 90.6706L24.8126 92.3C24.8441 95.4675 24.8684 98.1513 24.8923 100.514C24.9598 107.182 24.6981 120.07 24.706 131.6L21.9587 130.747C23.0444 129.165 24.1027 127.609 25.1114 126.107C30.9349 117.437 41.9343 101.539 48.8174 91.3501L49.2997 90.632L50.2 90.6225C52.8284 90.6019 55.1352 90.5741 56.9649 90.5356C62.8157 90.4128 65.3781 90.5102 68 90.6662L69.6165 90.6492L69.6338 92.3C69.5128 94.3333 69.3566 96.4025 69.2404 100.069ZM98.4639 94.9108C98.2134 102.415 99.2414 108.415 99.2232 117.2L97.2234 115.2C97.7669 115.201 98.3209 115.206 98.8867 115.216C108.598 115.382 110.053 116.006 121.176 115.866C122.428 115.85 123.68 115.841 124.923 115.838L123.561 117.2C123.536 107.399 123.846 98.1402 123.619 93.7455C123.592 93.2177 123.576 92.7403 123.57 92.3L123.555 90.9616L124.923 90.9464C128.615 90.8937 129.702 91.4958 135.985 91.342C138.27 91.2861 140.263 91.2591 142.123 91.2566L143.155 91.2452L143.167 92.3C143.172 96.1634 143.07 99.4544 142.9 103.606C142.649 109.756 142.434 128.651 142.743 135.522C143.052 142.393 142.516 150.23 142.388 154.942C142.349 156.41 142.294 157.566 142.238 158.451C142.214 158.827 142.164 159 142.114 159C142.114 159 142.114 159 142.114 159C142.053 159 141.992 158.731 141.984 158.249C141.947 155.908 141.847 152.41 141.624 148.277C141.208 140.571 141.668 139.729 141.454 129.324C141.24 118.918 140.812 112.667 141.089 100.423C141.161 97.2098 141.135 94.6462 141.069 92.3L142.123 93.3546C136.901 93.502 132.756 93.848 124.923 93.745L126.368 92.3C126.341 94.3555 126.284 96.665 126.183 99.3146C125.862 107.775 125.988 112.53 126.22 117.2L126.205 118.51L124.923 118.496C120.054 118.737 115.277 119.093 106.486 119.175C103.506 119.203 100.391 119.206 97.2234 119.192L95.2096 119.17L95.2314 117.2C95.268 108.758 95.4236 99.9391 95.5463 92.3L97.2234 93.9771C91.1606 93.8798 85.8407 93.8032 82.0417 93.8235C81.383 93.827 80.7101 93.8309 80.0234 93.835L81.5584 92.3C81.619 102.436 81.7331 115.541 81.5835 129.325C81.4858 138.334 81.5989 148.637 81.6361 159L80.0234 157.387C85.8094 157.367 91.6143 157.37 97.2234 157.446L95.6697 159C95.68 158.244 95.6917 157.492 95.7048 156.743C95.8344 149.354 95.9795 140.575 96.1219 132.2L96.1342 131.086L97.2234 131.098C107.262 131.269 116.72 131.436 122.505 131.567C123.36 131.587 124.164 131.605 124.923 131.622L125.508 131.629L125.501 132.2C125.307 140.858 125.272 143.802 125.408 153.191C125.433 154.958 125.444 156.926 125.438 159L124.923 158.486C129.74 158.5 135.129 158.604 139.904 158.822C143.342 158.979 142.563 159.197 139.102 159.302C134.042 159.454 129.888 159.352 127.281 159.625C126.425 159.715 125.65 159.795 124.923 159.866L124.067 159.875L124.058 159C123.699 155.302 123.596 152.853 123.861 147.356C124.179 140.779 123.457 137.68 123.54 133.847C123.554 133.229 123.576 132.713 123.603 132.2L124.923 133.521C122.249 133.383 119.661 133.127 103.305 133.402C101.175 133.438 99.1502 133.471 97.2234 133.501L98.5248 132.2C98.7182 144.506 98.8055 152.816 98.868 159L98.886 160.626L97.2234 160.645C95.5131 160.662 93.9654 160.677 92.5407 160.692C89.4787 160.725 85.0347 160.681 80.0234 160.627L78.4148 160.645L78.3965 159C78.4722 151.929 78.5663 143.729 78.4883 136.688C78.3632 125.391 78.4632 103.137 78.2954 92.3L78.2764 90.5913L80.0234 90.5719C80.7282 90.561 81.3846 90.549 81.9866 90.5356C90.6345 90.3443 91.713 90.6871 97.2234 90.9537L98.5547 90.9389L98.5698 92.3C98.5324 93.0722 98.4966 93.9315 98.4639 94.9108ZM183.523 91.0596C188.873 91.3255 193.085 90.15 199.606 90.3162C201.842 90.3731 203.427 90.4839 204.845 90.5993L206.517 90.5717L206.545 92.3C206.324 95.0161 206.087 97.1206 206.179 102.028C206.212 103.803 206.214 105.58 206.2 107.3L206.222 108.632L204.845 108.655C199.33 108.61 194.386 108.409 191.851 108.604C189.341 108.798 188.526 108.404 186.245 108.273L187.217 107.3C187.175 108.04 187.16 108.935 187.202 110.091C187.375 114.813 187.273 117.675 187.022 121.805C186.77 125.934 186.555 138.622 186.864 143.235C187.173 147.849 186.637 153.111 186.509 156.275C186.47 157.261 186.415 158.037 186.359 158.632C186.335 158.884 186.285 159 186.236 159C186.235 159 186.235 159 186.235 159C186.174 159 186.113 158.819 186.106 158.496C186.068 156.924 185.968 154.575 185.745 151.8C185.329 146.626 185.789 146.06 185.575 139.073C185.361 132.086 184.933 127.889 185.21 119.668C185.389 114.342 184.966 111.674 184.825 107.3L184.849 105.857L186.245 105.88C188.622 105.803 191.504 105.809 195.591 106.04C199.65 106.27 202.439 106.271 204.845 106.168L203.713 107.3C203.524 102.856 202.981 99.7208 202.872 92.3L204.845 94.2729C204.799 94.2736 204.754 94.2743 204.708 94.2749C193.144 94.4358 178.547 93.7681 171.576 93.8235C165.789 93.8694 158.356 93.9744 150.345 93.9174L151.962 92.3C151.95 93.9406 151.932 95.6054 151.905 97.2852C151.854 100.428 151.86 103.805 151.883 107.3L150.345 105.762C156.424 105.722 162.86 105.632 169.045 105.703L170.668 105.73L170.642 107.3C170.625 108.742 170.6 110.169 170.563 111.576C170.278 122.484 169.918 137.906 169.677 145.031C169.458 151.509 169.393 153.532 169.494 159L169.045 158.551C169.591 158.541 170.172 158.529 170.795 158.516C174.737 158.431 180.167 158.511 184.754 158.822C187.062 158.979 186.539 159.197 184.216 159.302C180.818 159.454 178.029 159.352 176.278 159.625C173.423 160.07 171.907 160.291 169.045 160.185L167.879 160.204L167.86 159C167.884 158.356 167.924 157.643 167.982 156.832C168.3 152.416 167.579 150.335 167.662 147.761C167.745 145.187 168.17 145.229 167.842 132.139C167.523 119.383 167.435 112.243 167.358 107.3L169.045 108.986C168.915 108.988 168.787 108.99 168.661 108.992C164.697 109.055 157.286 108.832 150.345 108.808L148.862 108.832L148.837 107.3C148.843 105.56 148.836 103.849 148.809 102.23C148.766 99.5966 148.75 96.0774 148.74 92.3L148.714 90.7223L150.345 90.6954C158.158 90.6751 167.076 90.6827 171.539 90.5356C178.159 90.3175 178.173 90.7936 183.523 91.0596ZM241.685 108.54C237.655 108.404 234.064 108.646 230.231 108.892L231.823 107.3C232.027 110.472 232.234 113.81 232.231 117.7L230.231 115.7C230.82 115.7 231.422 115.706 232.038 115.716C241.631 115.882 243.068 116.506 254.055 116.366C256.468 116.335 258.882 116.331 261.231 116.342L262.574 116.327L262.589 117.7C262.564 123.382 262.455 128.688 262.452 132.7L262.466 133.907L261.231 133.921C259.351 133.919 257.755 133.941 256.536 134.004C251.645 134.261 251.129 133.486 244.182 133.658C238.551 133.797 234.718 133.757 230.231 133.603L231.134 132.7C231.098 133.748 231.056 134.831 231.008 135.981C230.934 137.77 230.863 140.652 230.808 144L230.231 143.423C238.252 143.556 248.951 143.599 253.74 143.38C256.405 143.259 259.217 143.268 261.931 143.331L262.592 143.324L262.6 144C262.502 148.199 262.273 152.164 262.196 154.992C262.156 156.442 262.102 157.583 262.046 158.458C262.022 158.829 261.972 159 261.922 159C261.922 159 261.922 159 261.922 159C261.861 159 261.8 158.734 261.792 158.258C261.755 155.946 261.655 152.49 261.432 148.408C261.335 146.641 261.286 145.239 261.264 144L261.931 144.667C257.832 144.739 255.509 144.505 247.617 144.67C241.014 144.807 236.104 145.033 230.231 145.103L229.116 145.091L229.128 144C229.089 140.73 229.098 137.162 229.197 132.837C229.198 132.791 229.199 132.746 229.2 132.7L229.211 131.657L230.231 131.668C242.017 131.929 244.938 130.824 261.231 131.41L259.942 132.7C259.951 132.435 259.961 132.166 259.972 131.894C260.214 125.592 260.202 121.372 260.082 117.7L261.231 118.849C254.954 119.054 250.277 119.573 239.544 119.675C236.55 119.703 233.417 119.706 230.231 119.691L228.218 119.669L228.24 117.7C228.256 114.259 228.291 110.756 228.337 107.3L228.358 105.384L230.231 105.405C241.753 105.556 252.761 105.812 259.261 105.777C260.126 105.772 261.017 105.767 261.931 105.761L260.392 107.3C260.364 102.801 260.327 97.7354 260.309 92.3L261.931 93.9224C255.387 93.9446 248.306 93.94 241.035 93.8601C232.515 93.7665 222.824 93.8662 213.031 93.9075L214.639 92.3C214.668 99.2177 214.668 106.186 214.55 112.83C214.29 127.461 213.968 147.613 213.73 159L213.031 158.301C214.133 158.324 215.153 158.346 216.078 158.367C226.559 158.609 229.114 158.663 239.203 158.516C245.002 158.431 252.991 158.511 259.739 158.822C263.135 158.979 262.365 159.197 258.947 159.302C253.948 159.454 249.845 159.352 247.27 159.625C242.123 160.17 239.936 160.38 233.439 160.062C226.942 159.745 223.881 160.466 220.094 160.383C217.927 160.335 217.02 160.176 213.031 160.109L211.934 160.122L211.922 159C211.971 156.019 211.969 151.317 211.829 143.081C211.501 123.824 211.418 113.267 211.339 105.975C211.303 102.686 211.359 97.7826 211.419 92.3L211.401 90.7056L213.031 90.6873C219.705 90.7598 227.236 90.838 233.761 90.7649C240.726 90.6868 251.907 90.6964 261.931 90.6739L263.539 90.6558L263.557 92.3C263.57 98.0051 263.593 103.335 263.649 107.3L263.668 108.999L261.931 109.018C260.975 109.031 260.099 109.047 259.315 109.064C249.576 109.282 249.556 108.806 241.685 108.54ZM315.983 93.0163C320.609 95.2877 325.134 97.2334 328.087 103.419C330.095 108.421 329.781 110.263 329.849 114.5C329.825 115.549 329.771 116.753 329.597 118.203C328.893 125.82 323.147 131.585 320.544 133.466C317.875 135.483 317.223 135.117 312.899 136.617C309.943 137.498 307.662 137.65 305.318 137.575C304.175 137.529 303.008 137.461 301.708 137.377C299.331 137.223 293.939 137.083 289.118 137.068L289.586 136.6C289.576 139.658 289.617 142.486 289.738 144.17C290.047 148.51 289.51 153.46 289.383 156.437C289.343 157.364 289.289 158.094 289.232 158.653C289.208 158.89 289.158 159 289.109 159C289.109 159 289.109 159 289.109 159C289.047 159 288.987 158.83 288.979 158.526C288.941 157.047 288.842 154.837 288.618 152.227C288.202 147.359 288.662 146.827 288.448 140.255C288.406 138.95 288.355 137.748 288.303 136.6L288.317 135.771L289.118 135.785C293.753 135.574 297.52 135.344 303.718 135.565C304.281 135.585 304.812 135.598 305.318 135.604C311.454 135.209 314.077 134.881 321.569 129.244C327.287 123.395 326.799 119.941 326.757 114.5C326.653 112.999 326.457 111.279 325.952 109.246C324.35 99.1543 311.91 93.0699 305.318 93.8202C305.037 93.8202 304.766 93.8213 304.507 93.8235C297.949 93.8789 289.142 94.0198 279.845 93.8601C277.339 93.8171 274.674 93.8149 271.918 93.8292L273.447 92.3C273.486 99.7685 273.645 107.912 273.437 115.407C273.152 125.669 272.792 140.177 272.551 146.879C272.346 152.553 272.276 154.594 272.349 159L271.918 158.569C272.717 158.556 273.594 158.538 274.584 158.516C278.292 158.431 283.401 158.511 287.716 158.822C289.887 158.979 289.395 159.197 287.21 159.302C284.013 159.454 281.389 159.352 279.743 159.625C276.736 160.123 275.309 160.341 271.918 160.133L270.805 160.152L270.785 159C270.805 158.679 270.828 158.34 270.856 157.981C271.173 153.826 270.452 151.869 270.535 149.447C270.618 147.025 271.043 147.065 270.716 134.751C270.388 122.438 270.304 115.687 270.226 111.024C270.158 107.009 270.422 99.2344 270.412 92.3L270.386 90.8208L271.918 90.7939C273.038 90.7922 274.137 90.7834 275.194 90.7649C282.794 90.6317 298.244 90.7538 304.472 90.5356C304.768 90.5253 305.049 90.5165 305.318 90.5092C311.018 90.5956 311.329 91.1231 315.983 93.0163ZM290.071 108.54C289.741 108.48 289.427 108.494 289.118 108.549L290.367 107.3C290.554 108.361 291.23 109.363 291.102 110.744C290.936 112.527 290.312 112.794 290.452 114.837C290.593 116.878 290.166 118.922 290.422 119.831C290.638 120.597 290.122 120.786 290.057 121.6L289.118 120.661C289.269 120.673 289.443 120.669 289.645 120.642C290.936 120.47 291.719 120.571 292.848 120.823C293.977 121.075 297.446 121.29 298.707 120.98C299.969 120.671 301.408 121.208 302.273 121.335C302.543 121.375 302.755 121.429 302.917 121.486C302.986 121.509 303.018 121.56 303.018 121.609C303.018 121.609 303.018 121.609 303.018 121.609C303.018 121.671 302.969 121.731 302.88 121.739C302.45 121.777 301.808 121.876 301.049 122.1C299.635 122.516 299.48 122.056 297.569 122.27C295.659 122.484 294.511 122.911 292.263 122.635C290.906 122.468 290.18 122.824 289.118 122.987L287.652 122.899L287.731 121.6C287.623 120.904 287.599 120.065 287.858 118.808C288.514 115.635 287.304 115.301 287.143 112.139C287.065 110.61 287.181 108.887 287.315 107.3L287.43 105.396L289.118 105.497C290.813 105.641 292.354 105.805 293.338 105.777C295.244 105.721 297.804 105.58 300.506 105.74C301.297 105.787 302.143 105.785 303.018 105.767C305.35 105.693 308.274 106.299 310.059 108.32C311.531 109.866 312.251 112.473 312.015 114.5C311.896 116.079 311.321 117.433 310.784 118.194C309.463 119.887 309.006 120.137 307.33 121.204C306.331 121.783 304.714 122.057 303.432 121.771C302.787 121.625 302.948 121.411 303.559 121.286C304.448 121.093 305.19 121.042 305.557 120.663C306.268 119.887 306.443 119.619 307.481 119.357C308.541 119.015 308.336 118.107 308.701 117.745C308.887 117.542 309.074 117.497 309.333 117.136C309.568 116.777 309.96 116.06 309.816 114.5C309.816 114.5 309.816 114.499 309.816 114.499C309.405 111.36 307.923 110.575 307.09 110.048C306.386 109.62 304.78 108.781 303.018 108.806C302.62 108.804 302.23 108.813 301.858 108.835C299.649 108.968 295.158 108.846 293.348 109.064C291.538 109.282 291.534 108.806 290.071 108.54ZM354.616 94.9108C354.366 102.415 355.394 108.415 355.376 117.2L353.376 115.2C353.919 115.201 354.473 115.206 355.039 115.216C364.751 115.382 366.205 116.006 377.328 115.866C378.58 115.85 379.832 115.841 381.076 115.838L379.714 117.2C379.688 107.399 379.999 98.1402 379.771 93.7455C379.744 93.2177 379.728 92.7403 379.722 92.3L379.707 90.9616L381.076 90.9464C384.768 90.8937 385.854 91.4958 392.137 91.342C394.423 91.2861 396.416 91.2591 398.276 91.2566L399.307 91.2452L399.319 92.3C399.324 96.1634 399.223 99.4544 399.053 103.606C398.801 109.756 398.586 128.651 398.895 135.522C399.205 142.393 398.668 150.23 398.541 154.942C398.501 156.41 398.447 157.566 398.39 158.451C398.366 158.827 398.316 159 398.267 159C398.267 159 398.267 159 398.267 159C398.205 159 398.145 158.731 398.137 158.249C398.099 155.908 397.999 152.41 397.776 148.277C397.36 140.571 397.82 139.729 397.606 129.324C397.392 118.918 396.965 112.667 397.241 100.423C397.314 97.2098 397.287 94.6462 397.221 92.3L398.276 93.3546C393.053 93.502 388.909 93.848 381.076 93.745L382.521 92.3C382.494 94.3555 382.436 96.665 382.335 99.3146C382.014 107.775 382.141 112.53 382.372 117.2L382.357 118.51L381.076 118.496C376.206 118.737 371.429 119.093 362.638 119.175C359.658 119.203 356.544 119.206 353.376 119.192L351.362 119.17L351.384 117.2C351.42 108.758 351.576 99.9391 351.699 92.3L353.376 93.9771C347.313 93.8798 341.993 93.8032 338.194 93.8235C337.535 93.827 336.862 93.8309 336.176 93.835L337.711 92.3C337.771 102.436 337.885 115.541 337.736 129.325C337.638 138.334 337.751 148.637 337.788 159L336.176 157.387C341.962 157.367 347.767 157.37 353.376 157.446L351.822 159C351.832 158.244 351.844 157.492 351.857 156.743C351.987 149.354 352.132 140.575 352.274 132.2L352.287 131.086L353.376 131.098C363.415 131.269 372.872 131.436 378.657 131.567C379.513 131.587 380.316 131.605 381.076 131.622L381.66 131.629L381.654 132.2C381.46 140.858 381.425 143.802 381.56 153.191C381.586 154.958 381.596 156.926 381.59 159L381.076 158.486C385.892 158.5 391.281 158.604 396.056 158.822C399.494 158.979 398.715 159.197 395.255 159.302C390.194 159.454 386.041 159.352 383.433 159.625C382.577 159.715 381.803 159.795 381.076 159.866L380.22 159.875L380.21 159C379.851 155.302 379.748 152.853 380.014 147.356C380.331 140.779 379.61 137.68 379.693 133.847C379.706 133.229 379.728 132.713 379.755 132.2L381.076 133.521C378.402 133.383 375.813 133.127 359.457 133.402C357.327 133.438 355.303 133.471 353.376 133.501L354.677 132.2C354.871 144.506 354.958 152.816 355.02 159L355.038 160.626L353.376 160.645C351.665 160.662 350.118 160.677 348.693 160.692C345.631 160.725 341.187 160.681 336.176 160.627L334.567 160.645L334.549 159C334.625 151.929 334.719 143.729 334.641 136.688C334.516 125.391 334.616 103.137 334.448 92.3L334.429 90.5913L336.176 90.5719C336.88 90.561 337.537 90.549 338.139 90.5356C346.787 90.3443 347.865 90.6871 353.376 90.9537L354.707 90.9389L354.722 92.3C354.685 93.0722 354.649 93.9315 354.616 94.9108ZM438.951 108.54C434.921 108.404 431.33 108.646 427.497 108.892L429.089 107.3C429.293 110.472 429.499 113.81 429.497 117.7L427.497 115.7C428.086 115.7 428.688 115.706 429.304 115.716C438.897 115.882 440.334 116.506 451.321 116.366C453.734 116.335 456.148 116.331 458.497 116.342L459.84 116.327L459.855 117.7C459.829 123.382 459.721 128.688 459.718 132.7L459.731 133.907L458.497 133.921C456.617 133.919 455.02 133.941 453.802 134.004C448.91 134.261 448.394 133.486 441.447 133.658C435.816 133.797 431.983 133.757 427.497 133.603L428.4 132.7C428.364 133.748 428.322 134.831 428.274 135.981C428.2 137.77 428.129 140.652 428.073 144L427.497 143.423C435.517 143.556 446.217 143.599 451.005 143.38C453.67 143.259 456.482 143.268 459.197 143.331L459.858 143.324L459.866 144C459.767 148.199 459.539 152.164 459.462 154.992C459.422 156.442 459.368 157.583 459.311 158.458C459.287 158.829 459.237 159 459.188 159C459.188 159 459.188 159 459.188 159C459.126 159 459.066 158.734 459.058 158.258C459.02 155.946 458.921 152.49 458.697 148.408C458.601 146.641 458.551 145.239 458.53 144L459.197 144.667C455.098 144.739 452.775 144.505 444.882 144.67C438.279 144.807 433.37 145.033 427.497 145.103L426.381 145.091L426.394 144C426.354 140.73 426.363 137.162 426.462 132.837C426.463 132.791 426.464 132.746 426.465 132.7L426.477 131.657L427.497 131.668C439.283 131.929 442.203 130.824 458.497 131.41L457.207 132.7C457.217 132.435 457.227 132.166 457.237 131.894C457.479 125.592 457.467 121.372 457.347 117.7L458.497 118.849C452.22 119.054 447.543 119.573 436.81 119.675C433.815 119.703 430.682 119.706 427.497 119.691L425.483 119.669L425.506 117.7C425.521 114.259 425.557 110.756 425.602 107.3L425.624 105.384L427.497 105.405C439.019 105.556 450.026 105.812 456.526 105.777C457.392 105.772 458.283 105.767 459.197 105.761L457.658 107.3C457.63 102.801 457.593 97.7354 457.574 92.3L459.197 93.9224C452.652 93.9446 445.572 93.94 438.3 93.8601C429.78 93.7665 420.09 93.8662 410.297 93.9075L411.904 92.3C411.933 99.2177 411.933 106.186 411.815 112.83C411.556 127.461 411.234 147.613 410.996 159L410.297 158.301C411.399 158.324 412.419 158.346 413.344 158.367C423.825 158.609 426.38 158.663 436.468 158.516C442.267 158.431 450.256 158.511 457.004 158.822C460.4 158.979 459.631 159.197 456.212 159.302C451.214 159.454 447.111 159.352 444.535 159.625C439.389 160.17 437.202 160.38 430.705 160.062C424.208 159.745 421.147 160.466 417.36 160.383C415.192 160.335 414.286 160.176 410.297 160.109L409.2 160.122L409.187 159C409.237 156.019 409.235 151.317 409.095 143.081C408.767 123.824 408.683 113.267 408.605 105.975C408.569 102.686 408.625 97.7826 408.684 92.3L408.666 90.7056L410.297 90.6873C416.97 90.7598 424.502 90.838 431.026 90.7649C437.991 90.6868 449.173 90.6964 459.197 90.6739L460.805 90.6558L460.823 92.3C460.836 98.0051 460.859 103.335 460.915 107.3L460.934 108.999L459.197 109.018C458.241 109.031 457.364 109.047 456.581 109.064C446.841 109.282 446.821 108.806 438.951 108.54ZM498.562 91.0596C503.912 91.3255 508.124 90.15 514.645 90.3162C516.882 90.3731 518.466 90.4839 519.884 90.5993L521.556 90.5717L521.584 92.3C521.363 95.0161 521.126 97.1206 521.218 102.028C521.251 103.803 521.253 105.58 521.239 107.3L521.261 108.632L519.884 108.655C514.369 108.61 509.425 108.409 506.89 108.604C504.38 108.798 503.565 108.404 501.284 108.273L502.256 107.3C502.214 108.04 502.199 108.935 502.242 110.091C502.414 114.813 502.312 117.675 502.061 121.805C501.809 125.934 501.594 138.622 501.903 143.235C502.213 147.849 501.676 153.111 501.548 156.275C501.509 157.261 501.454 158.037 501.398 158.632C501.374 158.884 501.324 159 501.275 159C501.275 159 501.275 159 501.274 159C501.213 159 501.152 158.819 501.145 158.496C501.107 156.924 501.007 154.575 500.784 151.8C500.368 146.626 500.828 146.06 500.614 139.073C500.4 132.086 499.972 127.889 500.249 119.668C500.428 114.342 500.005 111.674 499.864 107.3L499.888 105.857L501.284 105.88C503.661 105.803 506.543 105.809 510.63 106.04C514.689 106.27 517.478 106.271 519.884 106.168L518.752 107.3C518.563 102.856 518.02 99.7208 517.911 92.3L519.884 94.2729C519.838 94.2736 519.793 94.2743 519.747 94.2749C508.183 94.4358 493.586 93.7681 486.615 93.8235C480.828 93.8694 473.395 93.9744 465.384 93.9174L467.001 92.3C466.989 93.9406 466.971 95.6054 466.944 97.2852C466.893 100.428 466.899 103.805 466.922 107.3L465.384 105.762C471.463 105.722 477.899 105.632 484.084 105.703L485.707 105.73L485.681 107.3C485.664 108.742 485.639 110.169 485.602 111.576C485.317 122.484 484.957 137.906 484.716 145.031C484.497 151.509 484.432 153.532 484.533 159L484.084 158.551C484.63 158.541 485.211 158.529 485.834 158.516C489.776 158.431 495.206 158.511 499.793 158.822C502.102 158.979 501.578 159.197 499.255 159.302C495.857 159.454 493.068 159.352 491.317 159.625C488.462 160.07 486.946 160.291 484.084 160.185L482.919 160.204L482.899 159C482.923 158.356 482.963 157.643 483.021 156.832C483.339 152.416 482.618 150.335 482.701 147.761C482.784 145.187 483.209 145.229 482.881 132.139C482.562 119.383 482.474 112.243 482.397 107.3L484.084 108.986C483.954 108.988 483.826 108.99 483.7 108.992C479.736 109.055 472.325 108.832 465.384 108.808L463.901 108.832L463.876 107.3C463.882 105.56 463.875 103.849 463.848 102.23C463.805 99.5966 463.789 96.0774 463.779 92.3L463.753 90.7223L465.384 90.6954C473.197 90.6751 482.115 90.6827 486.578 90.5356C493.198 90.3175 493.212 90.7936 498.562 91.0596Z' fill='%23171717'/%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM92.0954 60V18.49H64.7954V60H58.9854V13.31H97.9054V60H92.0954ZM120.369 60V18.49H105.599V13.31H141.019V18.49H126.179V60H120.369ZM148.741 13.31H154.551V51.04L181.431 13.31H187.381V60H181.571V21.57L154.341 60H148.741V13.31ZM202.712 26.33C202.712 34.31 205.512 37.11 212.932 37.11C217.202 37.11 221.332 36.34 224.342 34.94V13.31H230.152V60H224.342V39.63C221.262 40.96 216.852 42.29 211.322 42.29C201.242 42.29 196.902 37.74 196.902 26.26V13.31H202.712V26.33ZM241.095 60V13.31H271.685V18.49H246.905V33.54H271.195V38.72H246.905V54.82H271.685V60H241.095ZM302.858 60.84C289.628 60.84 279.058 51.04 279.058 36.69C279.058 22.34 289.628 12.54 302.858 12.54C311.328 12.54 317.068 16.53 320.778 21.78L315.878 24.51C313.218 20.59 308.388 17.72 302.858 17.72C292.848 17.72 285.078 25.56 285.078 36.69C285.078 47.75 292.848 55.66 302.858 55.66C308.388 55.66 313.218 52.86 315.878 48.87L320.848 51.6C316.928 56.92 311.328 60.84 302.858 60.84ZM356.463 60L338.753 39L334.063 44.32V60H328.253V13.31H334.063V37.46L354.713 13.31H361.993L342.533 35.5L363.673 60H356.463ZM370.294 13.31H376.104V51.04L402.984 13.31H408.934V60H403.124V21.57L375.894 60H370.294V13.31ZM439.175 9.81C434.555 9.81 430.425 7.64 427.765 4.07L430.775 1.62C432.735 4.28 435.675 5.96 439.175 5.96C442.675 5.96 445.615 4.28 447.505 1.62L450.515 4.07C447.925 7.64 443.865 9.81 439.175 9.81ZM419.855 13.31H425.665V51.04L452.545 13.31H458.495V60H452.685V21.57L425.455 60H419.855V13.31Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM63.2856 59.2247C63.7979 59.2399 64.3002 59.2476 64.7954 59.2491L64.0444 60C64.0592 55.0714 63.4611 50.8563 63.5555 44.6409C63.6593 37.8013 64.0491 36.7769 63.9614 28.9437C63.9208 25.3159 63.9562 21.6871 63.9899 18.49L63.9821 17.6925L64.7954 17.6845C68.5012 17.7237 71.6271 17.7607 73.4995 17.6748C76.987 17.5146 77.3551 17.9988 82.3078 17.8913C86.2562 17.8055 88.9646 17.8283 92.0954 17.9209L92.6589 17.9153L92.6645 18.49C92.641 19.2861 92.613 20.1096 92.581 20.9877C92.4236 25.3193 92.2893 38.6265 92.4826 43.4653C92.676 48.3043 92.3405 53.8233 92.2609 57.1424C92.2361 58.1762 92.2022 58.9898 92.1669 59.6136C92.152 59.8778 92.1207 59.9999 92.0898 60C92.0897 60 92.0897 60 92.0897 60C92.0512 59.9999 92.0134 59.8106 92.0085 59.471C91.9849 57.8226 91.9227 55.3588 91.7832 52.4482C91.523 47.0213 91.8105 46.4282 91.6768 39.1C91.5431 31.7718 91.2759 27.3689 91.4487 18.7464C91.4504 18.6602 91.4521 18.5748 91.4536 18.49L92.0954 19.1318C83.6888 18.9782 81.6273 19.683 69.5774 19.2772C67.7661 19.2162 66.196 19.1811 64.7954 19.1657L65.4711 18.49C65.3834 26.5007 65.9441 28.9652 66.0297 39.2892C66.0841 45.8518 65.9869 53.3456 65.8917 60L65.8809 61.107L64.7954 61.0963C62.7637 61.0673 60.8102 61.0384 58.9854 61.0141L57.9614 61.004L57.9713 60C58.0145 56.7552 58.0434 53.9172 58.0332 51.7695C57.9986 44.4579 57.9105 34.6379 58.0103 24.2728C58.0434 20.8394 58.0378 17.1392 58.0221 13.31L58.0317 12.3374L58.9854 12.3467C66.7161 12.315 74.9731 12.2418 82.6245 12.3609C87.2415 12.4327 92.6295 12.5122 97.9054 12.5914L98.631 12.5985L98.624 13.31C98.507 21.1082 98.3907 28.6615 98.3008 33.1188C98.1501 40.5914 98.1161 42.4128 98.2082 49.6056C98.2461 52.5687 98.2312 56.3336 98.1481 60L98.1457 60.245L97.9054 60.2427C96.4559 60.2098 95.0218 60.1663 93.6587 60.1111C91.2375 60.0131 91.7861 59.8767 94.2232 59.8114C95.5462 59.776 96.7813 59.7625 97.9054 59.7508L97.6562 60C97.6364 58.0965 97.6218 56.5114 97.5146 55.3569C97.1739 51.6878 97.0432 50.1283 97.2415 45.4963C97.4398 40.8645 96.9891 38.682 97.041 35.9819C97.0929 33.2817 97.3587 33.3261 97.1539 19.597C97.1203 17.3393 97.0907 15.2494 97.0646 13.31L97.9054 14.1508C88.0506 14.2834 82.0816 14.3266 77.7373 14.3677C73.6675 14.4062 66.1315 14.2732 58.9854 14.2535L59.9289 13.31C59.9235 15.2932 59.9267 17.2463 59.9448 19.0869C60.0281 27.5604 59.9518 44.7866 60.0881 51.7307C60.1777 56.2956 60.0798 57.8657 59.955 60L58.9854 59.0304C60.0976 59.0954 61.3631 59.1678 63.2856 59.2247ZM116.373 14.0853C112.782 13.9206 109.948 14.6402 105.599 14.5526L106.842 13.31C106.841 13.3506 106.84 13.3914 106.839 13.4323C106.784 15.7655 106.65 17.051 106.548 18.49L105.599 17.5414C106.885 17.6324 108.293 17.6974 110.681 17.656C114.234 17.5944 117.788 17.7075 120.369 17.7249L121.123 17.7134L121.134 18.49C121.127 19.585 121.137 20.5052 121.185 21.1761C121.345 23.4288 120.861 23.6665 120.968 26.8656C121.076 30.0645 121.012 32.0033 120.855 34.801C120.698 37.5989 120.563 46.1943 120.757 49.3198C120.95 52.4454 120.614 56.0103 120.535 58.1542C120.51 58.822 120.476 59.3475 120.441 59.7504C120.426 59.9211 120.395 60 120.364 60C120.364 60 120.364 60 120.364 60C120.325 59.9999 120.287 59.8777 120.283 59.6583C120.259 58.5935 120.197 57.0021 120.057 55.1221C119.797 51.6167 120.084 51.2337 119.951 46.5001C119.817 41.7667 119.55 38.9228 119.723 33.3532C119.895 27.7838 119.172 26.5045 119.582 18.6427C119.585 18.5915 119.587 18.5406 119.59 18.49L120.369 19.2694C113.213 18.9059 111.945 19.5213 105.599 19.6927L104.379 19.6742L104.397 18.49C104.383 17.9897 104.372 17.4579 104.365 16.8891C104.35 15.7331 104.347 14.5323 104.351 13.31L104.371 12.0432L105.599 12.0619C112.661 12.0884 120.441 12.3873 124.467 12.3578C128.905 12.3253 134.773 12.2456 141.019 12.3189L142.025 12.3342L142.011 13.31C142.006 13.7113 142 14.1142 141.994 14.5184C141.975 15.7911 141.969 17.1206 141.97 18.49L141.956 19.4552L141.019 19.4409C136.317 19.4446 131.144 19.5349 126.179 19.4943L127.184 18.49C127.174 19.6848 127.156 20.8675 127.129 22.0286C126.95 29.4188 126.725 39.867 126.575 44.694C126.424 49.5207 126.39 50.6972 126.482 55.3432C126.509 56.7034 126.509 58.3253 126.477 60L126.473 60.3025L126.179 60.2981C124.566 60.2673 122.904 60.2066 121.379 60.1111C119.815 60.0131 120.17 59.8767 121.744 59.8114C123.508 59.7383 125.031 59.7587 126.179 59.6954L125.875 60C125.855 59.6502 125.828 59.335 125.789 59.0581C125.448 56.6881 125.317 55.6808 125.516 52.6889C125.714 49.6971 125.263 48.2873 125.315 46.5433C125.367 44.7992 125.633 44.8279 125.428 35.9598C125.223 27.0917 125.171 22.2302 125.122 18.8719C125.12 18.7493 125.118 18.622 125.117 18.49L125.101 17.4444L126.179 17.428C129.53 17.4006 135.851 17.5947 141.019 17.5386L140.068 18.49C140.066 18.2807 140.063 18.0733 140.06 17.868C140.041 16.6009 140.03 15.0307 140.023 13.31L141.019 14.3062C135.308 14.3288 127.939 14.3079 124.492 14.4127C120.007 14.549 119.998 14.2515 116.373 14.0853ZM186.606 43.3533C186.772 37.0377 186.038 32.066 186.141 24.3682C186.212 19.1498 186.414 16.9392 186.509 13.31L187.381 14.1824C185.793 14.1406 183.933 14.1193 181.431 14.1382L182.106 13.7906C181.983 13.9663 181.857 14.1461 181.729 14.3301C176.685 21.5607 171.35 28.5898 169.203 31.8797C167.056 35.1694 166.421 35.2258 163.274 39.8279C160.128 44.4298 158.116 47.1445 155.159 51.0233C155.089 51.116 155.015 51.2134 154.938 51.3153L154.083 52.5254L154.077 51.04C154.229 45.8212 154.353 31.4248 154.164 26.109C154.01 21.7843 154.19 16.9769 154.311 13.31L154.551 13.5504C153.601 13.5191 152.726 13.4919 151.957 13.4755C150.794 13.4507 149.878 13.4168 149.176 13.3815C148.879 13.3666 148.741 13.3353 148.741 13.3044C148.741 13.3043 148.741 13.3043 148.741 13.3043C148.741 13.2658 148.954 13.228 149.337 13.2231C150.659 13.2063 152.447 13.1699 154.551 13.0998L154.763 13.1017L154.761 13.31C154.79 14.1583 154.823 15.058 154.863 15.9991C155.124 22.1069 154.836 22.7744 154.97 31.022C155.09 38.4098 155.317 43.1559 155.238 51.04L153.992 50.6413C154.531 49.8994 155.099 49.1252 155.701 48.3118C161.472 40.5086 162.177 38.2736 170.459 27.3547C175.811 20.298 177.797 17.1283 180.648 12.7517L180.944 12.3436L181.431 12.3479C183.169 12.2755 185.071 12.2036 187.381 12.1504L188.551 12.1606L188.541 13.31C188.575 14.7974 188.602 16.4541 188.616 18.3451C188.716 31.9958 188.299 49.2272 188.333 57.456C188.337 58.2766 188.341 59.1254 188.345 60L188.337 60.9722L187.381 60.9639C185.551 60.9728 183.608 60.9831 181.571 60.9924L180.57 60.9836L180.579 60C180.548 53.25 180.527 45.4756 180.596 37.4078C180.638 32.5061 180.618 27.1215 180.594 21.57L182.369 22.1352C177.967 28.405 173.388 34.9388 168.988 40.971C164.737 46.798 159.507 53.9805 154.853 60.3625L154.66 60.6299L154.341 60.6271C152.402 60.6006 150.522 60.5745 148.741 60.5491L148.187 60.5443L148.192 60C148.248 56.084 148.3 52.6454 148.346 50.1024C148.497 41.6923 148.531 39.6424 148.438 31.5473C148.386 26.8941 148.435 20.4839 148.63 15.0694C148.728 12.3445 148.865 12.962 148.93 15.7047C149.025 19.7155 148.962 23.0079 149.132 25.0745C149.473 29.2039 149.603 30.959 149.405 36.1721C149.207 41.385 149.658 43.8413 149.606 46.8801C149.561 49.5206 149.354 49.8291 149.435 60L148.741 59.3064C150.276 59.2942 152.036 59.2754 154.062 59.2485C154.155 59.2473 154.248 59.2461 154.341 59.2448L153.725 59.5634C162.391 46.9836 167.208 40.0967 170.53 35.3229C172.769 32.1064 176.761 26.6326 180.789 21.016L182.518 18.5562L182.53 21.57C182.51 24.979 182.503 28.4215 182.531 31.5713C182.592 38.5659 182.567 50.8596 182.603 60L181.571 58.968C183.718 58.9595 185.692 58.9476 187.381 58.9305L186.312 60C186.302 59.0757 186.291 58.2363 186.279 57.4996C186.142 49.6847 186.44 49.6686 186.606 43.3533ZM229.377 44.5727C229.543 40.1674 228.808 36.6996 228.912 31.3302C229.016 25.9609 229.405 25.1567 229.318 19.0074C229.29 17.0732 229.298 15.1386 229.316 13.31L230.152 14.1459C228.013 14.1246 226.02 14.0886 224.342 14.0768L225.109 13.31C225.098 14.7586 225.106 15.9724 225.157 16.8419C225.317 19.5797 224.833 19.8687 224.941 23.7566C225.048 27.6444 224.985 30.0007 224.827 33.4009C224.808 33.8169 224.789 34.3382 224.771 34.94L224.775 35.2085L224.523 35.3294C221.749 36.5983 216.826 37.4369 212.932 37.4055C211.127 37.4223 209.53 37.2508 208.462 37.021C206.534 36.6826 204.517 35.3148 203.686 33.4842C202.813 31.692 202.713 29.8857 202.633 28.587C202.591 27.7742 202.612 27.1206 202.642 26.6376C202.655 26.4287 202.687 26.3299 202.717 26.33C202.717 26.33 202.717 26.33 202.717 26.33C202.756 26.3299 202.793 26.4826 202.801 26.7478C202.857 28.0174 202.945 30.0162 203.81 32.0705C204.662 33.9493 205.511 34.7086 206.578 35.4074C207.671 36.0662 209.135 36.6272 211.965 36.6742C212.3 36.6787 212.609 36.6754 212.932 36.6669C217.076 36.48 220.14 35.9541 224.047 34.3051L223.642 34.94C223.648 33.9228 223.665 32.8334 223.695 31.6414C223.868 24.8726 223.145 23.3178 223.555 13.7629C223.561 13.6098 223.567 13.4588 223.573 13.31L223.583 12.5321L224.342 12.5416C226.729 12.6374 228.569 12.6582 230.152 12.6347L230.835 12.6433L230.827 13.31C230.893 17.7862 231.313 20.2077 231.386 27.129C231.487 36.6506 231.069 48.6698 231.104 54.4096C231.114 56.113 231.129 57.9899 231.143 60L231.13 61.0031L230.152 60.9908C228.316 61.003 226.369 61.0139 224.342 61.0187L223.311 61.0058L223.323 60C223.316 56.7678 223.324 53.3313 223.367 49.8148C223.406 46.6502 223.391 43.197 223.37 39.63L224.727 40.5226C220.586 42.3546 215.869 43.3405 211.322 43.2889C210.072 43.2783 208.828 43.1958 207.603 43.0019C204.287 42.5718 200.086 40.6834 198.289 36.9825C196.448 33.4051 196.333 29.4837 196.369 26.26C196.419 23.8551 196.465 21.7447 196.506 20.1434C196.586 17.058 196.633 15.1999 196.646 13.31L196.649 13.051L196.902 13.0542C198.541 13.0658 200.204 13.052 202.712 13.0121L203.013 13.0158L203.01 13.31C203.011 13.4084 203.013 13.5081 203.015 13.6091C203.068 16.8548 203.018 21.326 202.823 25.1028C202.725 27.0035 202.589 26.5728 202.523 24.6596C202.428 21.8621 202.492 19.5655 202.321 18.1241C202.091 16.1821 201.957 14.993 201.955 13.31L202.712 14.0671C201.898 14.0682 200.97 14.0385 199.785 13.9739C198.664 13.9127 197.726 13.9133 196.902 13.9418L197.534 13.31C197.598 15.158 197.802 16.4297 197.766 17.8958C197.723 19.6669 197.53 19.9338 197.587 26.26C197.601 27.488 197.659 28.9459 197.915 30.653C199.353 41.6382 207.986 41.1163 211.322 41.2352C211.4 41.2342 211.478 41.233 211.555 41.2315C214.346 41.216 219.388 40.7475 223.964 38.7562L225.276 38.1713L225.294 39.63C225.279 41.7226 225.277 43.8121 225.301 45.7438C225.346 49.2953 225.345 54.8054 225.355 60L224.342 58.987C226.372 58.9831 228.354 58.9774 230.152 58.9666L229.118 60C229.105 57.7817 229.084 55.8434 229.049 54.44C228.913 48.9889 229.21 48.9777 229.377 44.5727ZM246.13 22.4024C246.17 21.0453 246.157 19.7584 246.116 18.49L246.108 17.709L246.905 17.7011C250.849 17.5731 254.615 17.1715 259.759 17.2501C265.311 17.3349 267.008 17.6104 271.685 17.6608L270.856 18.49C270.867 17.4404 270.867 16.2406 270.851 14.8135C270.845 14.312 270.841 13.8104 270.838 13.31L271.685 14.1567C264.417 14.1991 257.39 13.9754 254.147 14.1252C250.68 14.2854 250.314 13.8012 245.392 13.9087C243.792 13.9437 242.397 13.9606 241.095 13.9621L241.747 13.31C241.75 16.0144 241.687 18.3181 241.58 21.224C241.423 25.5294 241.289 38.7559 241.482 43.5655C241.675 48.3751 241.34 53.8607 241.26 57.1597C241.236 58.1873 241.202 58.996 241.166 59.6159C241.151 59.8786 241.12 59.9999 241.089 60C241.089 60 241.089 60 241.089 60C241.051 59.9999 241.013 59.8118 241.008 59.4742C240.984 57.8357 240.922 55.3869 240.783 52.494C240.522 47.0999 240.81 46.5105 240.676 39.2266C240.542 31.9427 240.275 27.5666 240.448 18.9962C240.493 16.7469 240.477 14.9523 240.436 13.31L240.442 12.6444L241.095 12.6509C245.71 12.5345 249.122 12.2205 258.045 12.5228C264.643 12.7463 268.021 12.6229 271.685 12.4482L272.555 12.4568L272.547 13.31C272.622 14.8899 272.707 16.5228 272.777 18.49L272.767 19.5933L271.685 19.5826C269.85 19.6486 267.723 19.7022 265.078 19.7243C259.338 19.7722 252.88 19.7027 246.905 19.6204L248.035 18.49C247.955 24.3477 247.862 29.7413 247.855 33.54L246.905 32.5895C247.368 32.5903 247.808 32.5898 248.222 32.5878C254.456 32.5581 262.524 32.4891 271.195 32.5331L272.212 32.5431L272.202 33.54C272.194 34.9777 272.184 36.4321 272.17 37.8973C272.167 38.1699 272.165 38.4441 272.163 38.72L272.153 39.6973L271.195 39.6879C263.814 39.63 255.273 39.738 246.905 39.7347L247.919 38.72C247.918 41.8612 247.901 44.9779 247.854 47.9997C247.82 50.1365 247.785 52.4395 247.749 54.82L246.905 53.9754C255.559 54.1062 265.238 54.2482 271.685 54.3629L272.146 54.3674L272.142 54.82C272.12 56.0371 272.1 57.1389 272.08 58.0969C272.066 58.7753 272.054 59.4069 272.042 60L272.038 60.3605L271.685 60.357C265.785 60.2395 263.697 60.2191 257.201 60.3028C253.092 60.3557 247.43 60.3058 242.649 60.1111C240.242 60.0131 240.787 59.8767 243.21 59.8114C246.752 59.716 249.659 59.7798 251.485 59.6093C255.131 59.2685 256.681 59.1378 261.285 59.3361C265.889 59.5344 268.058 59.0838 270.742 59.1356C271.09 59.1424 271.393 59.1527 271.685 59.1651L270.85 60C270.899 58.8484 270.981 57.8532 271.004 54.82L271.685 55.5012C269.555 55.4851 266.421 55.4979 261.522 55.5715C255.59 55.6605 250.823 55.7207 246.905 55.7644L245.97 55.7736L245.96 54.82C245.904 49.7242 245.875 46.0635 245.847 43.1421C245.836 41.9392 245.839 40.4315 245.851 38.72L245.84 37.6765L246.905 37.666C252.546 37.7035 260.401 37.8244 266.863 37.7606C268.131 37.748 269.597 37.7391 271.195 37.7325L270.207 38.72C270.201 37.1064 270.196 35.3576 270.193 33.54L271.195 34.5415C262.858 34.556 253.074 34.5476 248.261 34.6427C247.776 34.6523 247.326 34.6597 246.905 34.6652L245.791 34.6762L245.78 33.54C245.707 27.9646 245.975 27.5883 246.13 22.4024ZM319.561 21.4351C316.765 17.6801 313.328 15.8098 308.073 14.3655C305.819 13.8041 304.307 13.6554 302.858 13.5544C300.87 13.4742 298.925 13.3863 295.337 14.5382C289.074 16.4897 284.407 21.5293 283.188 24.1284C281.966 26.7136 281.255 26.7794 280.298 30.8249C279.853 33.0994 279.731 34.9115 279.691 36.69C279.667 38.0952 279.706 39.4815 279.894 41.0765C280.085 42.875 280.924 46.5842 282.934 49.8152C284.87 53.0894 287.894 55.6147 289.661 56.6157C293.127 58.7566 297.6 60.2762 300.429 60.5619C301.299 60.6677 301.994 60.7241 302.527 60.7664C302.753 60.784 302.858 60.8146 302.858 60.8456C302.858 60.8457 302.858 60.8457 302.858 60.8457C302.858 60.884 302.694 60.9229 302.402 60.923C300.986 60.9221 298.859 60.8384 296.376 60.3378C291.843 59.1386 291.204 58.8895 286.223 54.9418C281.657 50.5755 279.283 46.833 278.529 39.3072C278.465 38.3553 278.441 37.4949 278.438 36.69C278.769 31.3604 277.959 27.9744 283.811 20.4642C291.314 13.467 293.064 12.3199 302.858 11.3172C303.189 11.3128 303.518 11.3145 303.866 11.324C310.657 11.2152 318.215 15.6398 321.642 21.1697L322.317 22.1486L321.293 22.7039C319.51 23.6583 317.84 24.5538 316.352 25.3601L315.559 25.7902L315.073 25.0564C314.27 23.8405 313.348 22.8944 312.514 22.2003C310.205 20.2577 306.752 18.7099 302.858 18.7352C299.175 18.7248 295.196 19.9626 292.085 22.5974C288.349 25.6362 285.981 31.0963 286.081 36.69C286.081 40.8788 287.351 45.0625 289.715 48.2708C292.315 52.0419 297.575 55.0144 302.858 54.9935C308.313 55.1622 312.875 52.0877 314.816 49.6504C315.097 49.3177 315.348 48.989 315.574 48.6673L315.766 48.3869L316.054 48.5497C318.114 49.7444 319.56 50.5791 320.973 51.3723L321.234 51.5196L321.057 51.7541C319.808 53.3723 318.575 54.9526 316.038 56.9635C313.252 59.2573 308.364 61.01 304.204 60.9174C302.118 60.8722 302.605 60.7593 304.668 60.5893C307.684 60.293 310.092 59.5737 311.445 58.8124C314.095 57.2125 315.117 56.4745 318.016 53.9308C319.059 52.9596 319.768 52.0413 320.324 51.2136L320.535 52.1709C318.965 51.3976 317.759 50.9264 316.494 50.1942C316.108 49.9707 315.802 49.7824 315.486 49.5847L316.557 49.3223C316.051 49.9728 315.515 50.6952 314.105 51.9938C312.677 53.2052 310.31 55.308 305.385 56.2227C304.524 56.3672 303.678 56.4398 302.858 56.4528C291.802 56.2687 287.598 49.26 285.868 45.6785C284.927 43.6789 284.013 40.3834 284.075 36.69C284.072 32.56 285.385 27.944 287.699 24.6083C289.942 20.8368 296.367 16.4679 302.858 16.7045C307.673 16.6512 311.756 18.8943 313.812 20.6062C315.349 21.853 316.202 22.9599 316.806 23.8805L315.333 23.5306C317.124 22.5874 318.106 22.2074 320.382 21.068L320.113 22.2504C319.949 21.9942 319.766 21.7228 319.561 21.4351ZM331.447 14.0853C330.344 14.0508 329.289 14.0551 328.253 14.0826L329.026 13.31C329.131 17.2677 329.575 20.9615 329.493 26.0964C329.389 32.5756 328.999 33.546 329.087 40.9664C329.175 48.3864 328.908 55.8106 329.068 59.1146C329.084 59.4353 329.093 59.7283 329.098 60L328.253 59.1552C330.41 59.1192 331.233 59.3948 334.063 59.4158L333.479 60C333.482 59.515 333.478 58.971 333.464 58.3513C333.357 53.6599 333.42 50.8165 333.577 46.7134C333.601 46.0917 333.624 45.2747 333.646 44.32L333.645 44.1669L333.75 44.0444C335.075 42.6095 336.775 40.7383 338.519 38.7934L338.753 38.5216L338.992 38.7986C341.89 42.2952 344.99 45.9562 346.661 47.7766C349.764 51.1561 352.878 55.369 354.844 57.8239C355.457 58.5886 355.928 59.1996 356.282 59.6741C356.432 59.8751 356.482 59.9837 356.459 60.0036C356.459 60.0036 356.459 60.0037 356.459 60.0037C356.429 60.0284 356.285 59.9157 356.074 59.6729C355.049 58.4944 353.497 56.7504 351.612 54.7326C348.099 50.9703 347.957 50.3555 343.379 45.1348C341.485 42.975 339.88 41.1926 338.285 39.3948L339.212 39.405C337.779 41.1162 336.331 42.8205 334.59 44.7844L334.765 44.32C334.762 45.6996 334.745 47.1866 334.71 48.8367C334.608 53.6565 334.818 56.2855 334.923 60L334.914 60.8687L334.063 60.8598C332.429 60.9061 330.585 60.932 328.253 60.9022L327.342 60.8927L327.351 60C327.368 58.6485 327.404 57.133 327.466 55.3991C327.876 43.8694 327.119 42.6558 327.019 31.166C326.969 25.5228 327.045 19.1525 327.13 13.31L327.142 12.1758L328.253 12.1874C330.27 12.2169 332.224 12.2476 334.063 12.2748L335.109 12.2857L335.098 13.31C335.044 16.9912 335.003 20.2137 335.015 22.5639C335.036 26.7865 335.077 31.8924 335.083 37.46L333.287 36.7968C335.601 34.085 338.049 31.2385 340.569 28.3508C344.679 23.642 349.287 18.1316 353.945 12.6533L354.258 12.2949L354.713 12.2996C357.151 12.2928 359.589 12.2929 361.993 12.3076L364.213 12.324L362.747 13.9709C361.654 15.2013 360.568 16.4148 359.492 17.601C354.474 23.1377 348.033 30.2621 342.949 35.8651L342.952 35.1383C345.135 37.7562 347.05 40.0585 348.451 41.7539C352.962 47.2118 354.063 48.5404 358.584 53.639C360.142 55.3962 362.02 57.58 363.883 59.8184L364.278 60.2826L363.673 60.278C361.728 60.2438 359.769 60.1891 357.944 60.1111C355.65 60.0131 356.17 59.8767 358.479 59.8114C360.443 59.7559 362.202 59.7543 363.673 59.729L363.468 60.177C362.764 59.3886 362.148 58.7211 361.618 58.2169C359.09 55.808 358.026 54.7749 355.309 51.3232C352.593 47.8716 350.901 46.6007 349.269 44.6303C347.837 42.9003 347.838 42.5799 342.006 35.9548L341.61 35.5059L342.009 35.0409C342.809 34.1102 343.715 33.0509 344.742 31.8408C353.164 21.9274 357.826 16.5325 361.036 12.7971C361.088 12.7361 361.142 12.6741 361.196 12.6112L361.993 14.3699C360.137 14.3845 357.588 14.3634 354.713 14.335L355.492 13.9761C352.274 17.6655 348.425 22.0602 345.232 25.8743C342.647 28.962 338.675 33.6095 334.832 38.1172L333.068 40.2045L333.052 37.46C333.043 31.5757 333.028 25.8787 332.96 22.6006C332.851 17.3194 333.021 16.2696 333.178 13.31L334.063 14.1945C333.336 14.1559 332.494 14.118 331.447 14.0853ZM408.159 43.3533C408.325 37.0377 407.59 32.066 407.694 24.3682C407.764 19.1498 407.966 16.9392 408.062 13.31L408.934 14.1824C407.346 14.1406 405.486 14.1193 402.984 14.1382L403.659 13.7906C403.535 13.9663 403.41 14.1461 403.281 14.3301C398.238 21.5607 392.903 28.5898 390.755 31.8797C388.608 35.1694 387.974 35.2258 384.827 39.8279C381.68 44.4298 379.669 47.1445 376.712 51.0233C376.642 51.116 376.568 51.2134 376.49 51.3153L375.636 52.5254L375.63 51.04C375.782 45.8212 375.905 31.4248 375.717 26.109C375.563 21.7843 375.743 16.9769 375.864 13.31L376.104 13.5504C375.153 13.5191 374.279 13.4919 373.51 13.4755C372.347 13.4507 371.431 13.4168 370.729 13.3815C370.431 13.3666 370.294 13.3353 370.294 13.3044C370.294 13.3043 370.294 13.3043 370.294 13.3043C370.294 13.2658 370.507 13.228 370.889 13.2231C372.212 13.2063 374 13.1699 376.104 13.0998L376.316 13.1017L376.314 13.31C376.342 14.1583 376.376 15.058 376.416 15.9991C376.676 22.1069 376.389 22.7744 376.523 31.022C376.642 38.4098 376.869 43.1559 376.791 51.04L375.544 50.6413C376.084 49.8994 376.652 49.1252 377.254 48.3118C383.025 40.5086 383.729 38.2736 392.012 27.3547C397.364 20.298 399.349 17.1283 402.2 12.7517L402.497 12.3436L402.984 12.3479C404.721 12.2755 406.624 12.2036 408.934 12.1504L410.104 12.1606L410.094 13.31C410.128 14.7974 410.154 16.4541 410.168 18.3451C410.269 31.9958 409.852 49.2272 409.886 57.456C409.89 58.2766 409.894 59.1254 409.898 60L409.889 60.9722L408.934 60.9639C407.104 60.9728 405.161 60.9831 403.124 60.9924L402.123 60.9836L402.132 60C402.101 53.25 402.08 45.4756 402.149 37.4078C402.191 32.5061 402.171 27.1215 402.146 21.57L403.922 22.1352C399.52 28.405 394.941 34.9388 390.54 40.971C386.289 46.798 381.06 53.9805 376.406 60.3625L376.213 60.6299L375.894 60.6271C373.955 60.6006 372.075 60.5745 370.294 60.5491L369.74 60.5443L369.745 60C369.801 56.084 369.853 52.6454 369.899 50.1024C370.049 41.6923 370.083 39.6424 369.991 31.5473C369.938 26.8941 369.988 20.4839 370.183 15.0694C370.281 12.3445 370.417 12.962 370.483 15.7047C370.578 19.7155 370.514 23.0079 370.685 25.0745C371.025 29.2039 371.156 30.959 370.958 36.1721C370.76 41.385 371.21 43.8413 371.158 46.8801C371.113 49.5206 370.907 49.8291 370.988 60L370.294 59.3064C371.829 59.2942 373.588 59.2754 375.615 59.2485C375.708 59.2473 375.801 59.2461 375.894 59.2448L375.278 59.5634C383.944 46.9836 388.76 40.0967 392.083 35.3229C394.322 32.1064 398.314 26.6326 402.342 21.016L404.07 18.5562L404.082 21.57C404.063 24.979 404.056 28.4215 404.083 31.5713C404.145 38.5659 404.12 50.8596 404.156 60L403.124 58.968C405.271 58.9595 407.244 58.9476 408.934 58.9305L407.864 60C407.855 59.0757 407.844 58.2363 407.831 57.4996C407.695 49.6847 407.992 49.6686 408.159 43.3533ZM435.7 6.18429C434.578 5.62328 433.296 5.81842 432.05 4.72509C430.965 3.68864 431.003 3.22385 430.113 2.10756L431.293 2.25745C431.208 2.32877 431.119 2.40657 431.025 2.49186C430.034 3.389 428.898 4.10852 428.247 4.66288L428.378 3.61325C428.499 3.7684 428.615 3.89228 428.725 3.97906C429.29 4.40869 428.966 4.79648 429.761 5.43305C430.564 6.04472 430.993 6.45617 431.641 7.08125C432.246 7.75979 434.759 9.03242 435.802 9.01301C436.803 9.07071 437.875 9.52904 438.576 9.63216C438.792 9.66581 438.961 9.70216 439.093 9.73824C439.149 9.7535 439.174 9.78472 439.175 9.81563C439.175 9.81565 439.175 9.81567 439.175 9.81569C439.175 9.85415 439.134 9.8921 439.062 9.89643C438.711 9.91733 438.185 9.96339 437.545 10.033C436.342 10.132 436.252 9.85593 434.693 9.53519C433.15 9.15405 432.092 8.97215 430.608 7.74647C429.274 6.52587 428.392 6.69464 427.098 4.56665L426.631 3.87539L427.24 3.42532C427.323 3.37432 427.41 3.32258 427.5 3.27007C429.071 2.35928 429.419 1.71532 430.136 0.83503L431.026 0.176262L431.589 1.0196C431.935 1.31672 432.324 1.65872 432.838 2.12336C434.453 3.72306 437.139 5.02301 438.598 4.99094C438.781 4.99723 438.974 4.99786 439.175 4.99205C440.508 4.95973 442.126 4.60548 443.662 3.82951C444.792 3.27293 445.863 2.23404 446.681 1.03493L447.374 0.149731L448.142 0.836594C448.868 1.41178 449.581 2.00252 450.229 2.6138C450.492 2.86234 450.772 3.12576 451.062 3.39779L451.702 3.97053L451.216 4.57897C449.708 6.47215 447.308 8.03023 446.013 8.52555C444.492 9.12207 444.123 9.21634 442.644 9.70654C441.79 9.97457 440.539 10.0975 439.508 9.91747C438.99 9.82524 439.114 9.69119 439.619 9.61481C440.359 9.49764 440.971 9.4848 441.32 9.2594C442.013 8.79994 442.266 8.62132 443.216 8.54782C444.177 8.45148 444.414 7.84607 444.913 7.67058C445.382 7.4451 445.651 7.85897 447.707 5.99932C448.67 5.05128 449.283 4.20303 449.737 3.50607L449.908 4.81479C449.161 4.26665 448.611 3.85188 448.16 3.51726C447.819 3.26453 447.368 2.86764 446.858 2.41413L448.339 2.21307C447.617 3.1612 446.581 4.12826 445.626 4.86689C444.319 6.04801 441.054 7.06736 439.175 7.02177C438.915 7.03274 438.683 7.0377 438.486 7.04282C436.852 7.03259 436.872 6.69998 435.7 6.18429ZM457.719 43.3533C457.885 37.0377 457.151 32.066 457.255 24.3682C457.325 19.1498 457.527 16.9392 457.622 13.31L458.495 14.1824C456.906 14.1406 455.047 14.1193 452.545 14.1382L453.219 13.7906C453.096 13.9663 452.97 14.1461 452.842 14.3301C447.798 21.5607 442.463 28.5898 440.316 31.8797C438.169 35.1694 437.534 35.2258 434.387 39.8279C431.241 44.4298 429.229 47.1445 426.273 51.0233C426.202 51.116 426.128 51.2134 426.051 51.3153L425.196 52.5254L425.19 51.04C425.342 45.8212 425.466 31.4248 425.277 26.109C425.124 21.7843 425.304 16.9769 425.424 13.31L425.665 13.5504C424.714 13.5191 423.84 13.4919 423.071 13.4755C421.907 13.4507 420.991 13.4168 420.289 13.3815C419.992 13.3666 419.855 13.3353 419.855 13.3044C419.855 13.3043 419.855 13.3043 419.855 13.3043C419.855 13.2658 420.068 13.228 420.45 13.2231C421.772 13.2063 423.56 13.1699 425.665 13.0998L425.877 13.1017L425.875 13.31C425.903 14.1583 425.937 15.058 425.977 15.9991C426.237 22.1069 425.949 22.7744 426.083 31.022C426.203 38.4098 426.43 43.1559 426.352 51.04L425.105 50.6413C425.645 49.8994 426.213 49.1252 426.814 48.3118C432.586 40.5086 433.29 38.2736 441.572 27.3547C446.925 20.298 448.91 17.1283 451.761 12.7517L452.057 12.3436L452.545 12.3479C454.282 12.2755 456.184 12.2036 458.495 12.1504L459.664 12.1606L459.654 13.31C459.688 14.7974 459.715 16.4541 459.729 18.3451C459.829 31.9958 459.412 49.2272 459.447 57.456C459.45 58.2766 459.454 59.1254 459.458 60L459.45 60.9722L458.495 60.9639C456.665 60.9728 454.721 60.9831 452.685 60.9924L451.684 60.9836L451.692 60C451.661 53.25 451.64 45.4756 451.709 37.4078C451.751 32.5061 451.731 27.1215 451.707 21.57L453.482 22.1352C449.081 28.405 444.502 34.9388 440.101 40.971C435.85 46.798 430.62 53.9805 425.966 60.3625L425.773 60.6299L425.455 60.6271C423.515 60.6006 421.636 60.5745 419.855 60.5491L419.301 60.5443L419.305 60C419.361 56.084 419.414 52.6454 419.459 50.1024C419.61 41.6923 419.644 39.6424 419.552 31.5473C419.499 26.8941 419.549 20.4839 419.743 15.0694C419.841 12.3445 419.978 12.962 420.043 15.7047C420.139 19.7155 420.075 23.0079 420.245 25.0745C420.586 29.2039 420.717 30.959 420.518 36.1721C420.32 41.385 420.771 43.8413 420.719 46.8801C420.674 49.5206 420.467 49.8291 420.548 60L419.855 59.3064C421.389 59.2942 423.149 59.2754 425.175 59.2485C425.268 59.2473 425.362 59.2461 425.455 59.2448L424.838 59.5634C433.505 46.9836 438.321 40.0967 441.643 35.3229C443.882 32.1064 447.874 26.6326 451.903 21.016L453.631 18.5562L453.643 21.57C453.623 24.979 453.616 28.4215 453.644 31.5713C453.705 38.5659 453.68 50.8596 453.717 60L452.685 58.968C454.832 58.9595 456.805 58.9476 458.495 58.9305L457.425 60C457.416 59.0757 457.405 58.2363 457.392 57.4996C457.255 49.6847 457.553 49.6686 457.719 43.3533Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#first_screen .cta h1 .speed {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
  color: #F04F75;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
}
#first_screen .cta .points {
  margin-bottom: 58px;
  position: relative;
  z-index: 6;
}
#first_screen .cta .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
#first_screen .cta .points .point:last-of-type {
  margin-bottom: 0;
}
#first_screen .cta .points .point svg {
  display: flex;
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
#first_screen .cta .points .point b {
  margin-right: 5px;
}
#first_screen .cta .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='297' height='42' viewBox='0 0 297 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7345_702627' maskUnits='userSpaceOnUse' x='-0.979492' y='-0.0146487' width='297' height='42' fill='black'%3E%3Crect fill='white' x='-0.979492' y='-0.0146487' width='297' height='42'/%3E%3Cpath d='M1.02051 1.98535H294.021V39.9854H1.02051V1.98535Z'/%3E%3C/mask%3E%3Cpath d='M1.02051 1.98535H294.021V39.9854H1.02051V1.98535Z' fill='white'/%3E%3Cpath d='M1.02051 1.23535C1.02051 1.73535 1.02051 2.23535 1.02051 2.73535C12.0538 2.81868 23.0872 2.89785 34.1205 2.97285C120.754 3.56175 207.387 3.89376 294.021 3.96888L292.037 1.98535C292.026 14.652 292.021 27.3187 292.021 39.9854L294.021 37.9854C196.354 37.9854 98.6872 38.3118 1.02051 38.9648L2.04104 39.9854C2.03012 38.352 2.01911 36.7187 2.00801 35.0854C1.93301 24.052 1.85384 13.0187 1.77051 1.98535C1.27051 1.98535 0.770508 1.98535 0.270508 1.98535C0.187174 13.0187 0.108008 24.052 0.0330077 35.0854C0.021905 36.7187 0.0108936 38.352 -2.64669e-05 39.9854L0.0068419 41.0127L1.02051 41.0059C98.6872 41.6589 196.354 41.9854 294.021 41.9854H296.021V39.9854C296.021 27.3187 296.015 14.652 296.004 1.98535L296.002 0.000107767L294.021 0.00182617C207.387 0.0769457 120.754 0.408954 34.1205 0.997851C23.0872 1.07285 12.0538 1.15202 1.02051 1.23535ZM1.02051 2.73535V1.23535L0.264886 1.24106L0.270508 1.98535H1.77051L1.02051 2.73535Z' fill='%23070708' mask='url(%23path-1-outside-1_7345_702627)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #EC327D;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: uppercase;
  padding: 6px 19px;
  position: absolute;
  left: 145px;
  top: 210px;
  transform: rotate(-2deg);
  z-index: 5;
}
#first_screen .cta .discount-block {
  width: 335px;
  height: 170px;
  color: #FFF;
  align-items: flex-start;
  justify-content: center;
  margin-left: 53px;
  position: relative;
  z-index: 2;
}
#first_screen .cta .discount-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 64%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 714px;
  height: 464px;
  background: url(../img/bg-discount-tv-1920.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  position: relative;
}
#first_screen .cta .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 210px;
  line-height: 87%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  -webkit-text-stroke: 3px #1E1E1E;
}
#first_screen .cta .discount-block .new_price .euro svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part {
  position: relative;
  margin-top: 16px;
}
#first_screen .cta .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 115px;
  line-height: 88%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  -webkit-text-stroke: 3px #1E1E1E;
  position: relative;
}
#first_screen .cta .discount-block .new_price .right-part .cents svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part .value {
  color: #FCDA40;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  margin-left: 3px;
}
#first_screen .cta .discount-block .new_price .right-part .until {
  width: auto;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-top: 2px;
}
#first_screen .cta .discount-block .old_price {
  font-family: "Proxima Nova", sans-serif;
  color: #070708;
  position: absolute;
  top: -196px;
  left: -44px;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #070708;
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
#first_screen .cta .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
#first_screen .cta .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
#first_screen .cta .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
#first_screen .cta .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
#first_screen .cta .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -13px;
}
#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: #FCDA40;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 6px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
#first_screen .cta .until-mobile {
  display: none;
  width: 366px;
  height: 57px;
  background-color: black;
  font-weight: 600;
  font-size: 26px;
  transform: skewX(-20deg);
}
#first_screen .cta .until-mobile span {
  transform: skewX(20deg);
}
#first_screen .cta img {
  display: none;
  height: auto;
  position: absolute;
  z-index: 4;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 529px;
  right: 280px;
  bottom: -110px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 476px;
  right: 176px;
  bottom: -144px;
  z-index: 5;
}
#first_screen .cta img.img-akciya-768 {
  width: 476px;
  right: -63px;
  top: 186px;
  bottom: auto;
  z-index: 5;
}
#first_screen .cta img.img-akciya-480 {
  width: 387px;
  right: -76px;
  top: -298px;
}
#first_screen .cta img.img-akciya-375 {
  width: 329px;
  right: -66px;
  top: 263px;
}
#first_screen .cta .form-block {
  width: 345px;
  position: relative;
  z-index: 5;
}
#first_screen .cta .form-block.form-block-short .or_call {
  margin-bottom: 20px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 14px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short::before {
  display: none;
}
#first_screen .cta .form-block.form-block-short .operators-online-text {
  color: #3fc350;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
}
#first_screen .cta .form-block.form-block-short .operators-online-text svg {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
#first_screen .cta .form-block form {
  width: 100%;
  border-radius: 16px;
}
#first_screen .cta .form-block form .inputs {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .inputs .input {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .custom_checkbox .checkmark {
  background-color: #197AC0;
  border-color: #197AC0;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #197AC0;
}
#first_screen .cta .form-block form .button {
  background: #EC327D;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #197AC0;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .phone-holder svg {
  fill: #197AC0;
}
#first_screen .cta .or_call,
#first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-internet-1024.jpg);
  }
  #first_screen .cta .container {
    min-height: 870px;
    padding-top: 160px;
    padding-bottom: 105px;
  }
  #first_screen .cta .title-block {
    max-width: 600px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1 {
    margin-bottom: 220px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 468px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='468' height='172' viewBox='0 0 468 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646159' maskUnits='userSpaceOnUse' x='-0.0146484' y='85' width='424' height='74' fill='black'%3E%3Crect fill='white' x='-0.0146484' y='85' width='424' height='74'/%3E%3Cpath d='M19.5854 154V110.64H3.98535V100.64H46.5454V110.64H31.0254V154H19.5854ZM53.8279 154V100.64H91.5879V110.4H65.1879V122H91.0279V131.76H65.1879V144.16H91.5879V154H53.8279ZM100.468 154V100.64H111.828V144H134.388V154H100.468ZM142.343 154V100.64H180.103V110.4H153.703V122H179.543V131.76H153.703V144.16H180.103V154H142.343ZM203.944 154L183.304 100.64H196.264L211.064 141.68L225.784 100.64H238.744L218.184 154H203.944ZM235.992 95.68V89.92H262.792V95.68H235.992ZM243.672 154V100.64H255.032V154H243.672ZM263.705 154V144.8L288.905 110.64H263.705V100.64H303.785V109.76L278.585 144H304.345V154H263.705ZM312.968 154V100.64H324.328V154H312.968ZM330.122 149.76L335.082 141.04C337.162 143.04 339.882 144.88 343.562 144.88C348.602 144.88 351.882 141.52 351.882 136.32V100.64H363.242V136.48C363.242 149.12 355.402 154.96 344.442 154.96C339.002 154.96 333.962 153.52 330.122 149.76ZM408.532 154L405.172 144.8H381.332L377.972 154H365.492L386.132 100.64H400.372L420.932 154H408.532ZM393.252 110.48L384.372 134.96H402.052L393.252 110.48Z'/%3E%3C/mask%3E%3Cpath d='M19.5854 154V110.64H3.98535V100.64H46.5454V110.64H31.0254V154H19.5854ZM53.8279 154V100.64H91.5879V110.4H65.1879V122H91.0279V131.76H65.1879V144.16H91.5879V154H53.8279ZM100.468 154V100.64H111.828V144H134.388V154H100.468ZM142.343 154V100.64H180.103V110.4H153.703V122H179.543V131.76H153.703V144.16H180.103V154H142.343ZM203.944 154L183.304 100.64H196.264L211.064 141.68L225.784 100.64H238.744L218.184 154H203.944ZM235.992 95.68V89.92H262.792V95.68H235.992ZM243.672 154V100.64H255.032V154H243.672ZM263.705 154V144.8L288.905 110.64H263.705V100.64H303.785V109.76L278.585 144H304.345V154H263.705ZM312.968 154V100.64H324.328V154H312.968ZM330.122 149.76L335.082 141.04C337.162 143.04 339.882 144.88 343.562 144.88C348.602 144.88 351.882 141.52 351.882 136.32V100.64H363.242V136.48C363.242 149.12 355.402 154.96 344.442 154.96C339.002 154.96 333.962 153.52 330.122 149.76ZM408.532 154L405.172 144.8H381.332L377.972 154H365.492L386.132 100.64H400.372L420.932 154H408.532ZM393.252 110.48L384.372 134.96H402.052L393.252 110.48Z' fill='white'/%3E%3Cpath d='M18.0854 154C19.0854 154 20.0854 154 21.0854 154C21.4187 150.803 21.7187 147.605 21.9854 144.408C22.9241 133.152 23.4498 121.896 23.5624 110.64L23.6017 106.703L19.5854 106.663C18.052 106.648 16.5187 106.64 14.9854 106.64C11.3187 106.64 7.65202 106.645 3.98535 106.655L7.97074 110.64C7.96188 107.307 7.949 103.973 7.93209 100.64L3.98535 104.587C18.172 104.515 32.3587 104.37 46.5454 104.152L43.0332 100.64C43.0844 103.973 43.1396 107.307 43.1988 110.64L46.5454 107.293C41.372 107.385 36.1987 107.487 31.0254 107.598L28.0505 107.534L27.9836 110.64C28.2946 125.093 28.6813 139.547 29.1436 154L31.0254 152.118C30.4094 152.138 29.7934 152.158 29.1774 152.178C25.98 152.281 22.7827 152.389 19.5854 152.5C19.5854 153.5 19.5854 154.5 19.5854 155.5C22.7827 155.611 25.98 155.719 29.1774 155.822C29.7934 155.842 30.4094 155.862 31.0254 155.882L32.9653 155.82L32.9071 154C33.3694 139.547 33.7561 125.093 34.0671 110.64L31.0254 113.682C36.1987 113.793 41.372 113.895 46.5454 113.987L49.9503 113.926L49.8919 110.64C49.9511 107.307 50.0063 103.973 50.0575 100.64L50.0028 97.0748L46.5454 97.1279C32.3587 96.9101 18.172 96.7652 3.98535 96.6933L0.0186925 96.7134L0.0386087 100.64C0.0217017 103.973 0.00882018 107.307 -3.5882e-05 110.64L0.0105807 114.636L3.98535 114.625C7.65202 114.635 11.3187 114.64 14.9854 114.64C16.5187 114.64 18.052 114.632 19.5854 114.617L15.6084 110.64C15.7209 121.896 16.2466 133.152 17.1854 144.408C17.452 147.605 17.752 150.803 18.0854 154ZM21.0854 154H18.0854L18.2466 155.547L19.5854 155.5V152.5L21.0854 154ZM52.3279 154C53.3279 154 54.3279 154 55.3279 154C55.6612 149.221 55.9612 144.443 56.2279 139.664C56.9537 126.656 57.4326 113.648 57.6645 100.64L53.8279 104.477C59.9345 104.586 66.0412 104.64 72.1479 104.64C78.6279 104.64 85.1078 104.633 91.5879 104.62L87.6083 100.64C87.6151 103.893 87.6237 107.147 87.634 110.4L91.5879 106.446C82.7879 106.474 73.9879 106.514 65.1879 106.567L61.3782 106.544L61.355 110.4C61.3782 114.267 61.4039 118.133 61.432 122L61.4049 125.728L65.1879 125.756C73.8012 125.693 82.4145 125.619 91.0279 125.532L87.4958 122C87.5286 125.253 87.563 128.507 87.5992 131.76L91.0279 128.331C82.4145 128.427 73.8012 128.535 65.1879 128.655L62.1263 128.612L62.0825 131.76C62.14 135.893 62.2003 140.027 62.2633 144.16L62.2194 147.039L65.1879 147.085C73.9879 146.95 82.7879 146.804 91.5879 146.644L89.1036 144.16C89.163 147.44 89.2241 150.72 89.287 154L91.5879 151.699C83.7799 151.849 75.9719 152.008 68.1638 152.178C63.3852 152.281 58.6065 152.389 53.8279 152.5C53.8279 153.5 53.8279 154.5 53.8279 155.5C58.6065 155.611 63.3852 155.719 68.1638 155.822C75.9719 155.992 83.7799 156.151 91.5879 156.301L93.932 156.256L93.8887 154C93.9516 150.72 94.0127 147.44 94.0721 144.16L94.0264 141.632L91.5879 141.676C82.7879 141.516 73.9879 141.37 65.1879 141.235L68.1124 144.16C68.1754 140.027 68.2357 135.893 68.2932 131.76L65.1879 134.865C73.8012 134.985 82.4145 135.093 91.0278 135.189L94.4942 135.15L94.4565 131.76C94.4927 128.507 94.5271 125.253 94.5599 122L94.524 118.433L91.0279 118.468C82.4145 118.381 73.8012 118.307 65.1879 118.244L68.9437 122C68.9718 118.133 68.9975 114.267 69.0207 110.4L65.1879 114.233C73.9879 114.286 82.7879 114.326 91.5879 114.354L95.5542 114.341L95.5418 110.4C95.552 107.147 95.5606 103.893 95.5674 100.64L95.559 96.6521L91.5879 96.6604C85.1078 96.6468 78.6279 96.64 72.1479 96.64C66.0412 96.64 59.9345 96.6944 53.8279 96.8033L49.924 96.8729L49.9912 100.64C50.2231 113.648 50.702 126.656 51.4279 139.664C51.6945 144.443 51.9945 149.221 52.3279 154ZM55.3279 154H52.3279L52.4347 155.532L53.8279 155.5V152.5L55.3279 154ZM98.9685 154C99.9685 154 100.968 154 101.968 154C102.302 151.091 102.602 148.181 102.868 145.272C103.935 133.635 104.468 121.997 104.468 110.36C104.468 107.12 104.464 103.88 104.455 100.64L100.468 104.626C104.255 104.615 108.042 104.598 111.828 104.575L107.893 100.64C107.982 115.093 108.162 129.547 108.434 144L108.372 147.329L111.828 147.394C119.348 147.253 126.868 147.087 134.388 146.896L131.492 144C131.577 147.333 131.667 150.667 131.761 154L134.388 151.372C125.991 151.61 117.594 151.878 109.196 152.178C106.287 152.281 103.378 152.389 100.468 152.5C100.468 153.5 100.468 154.5 100.468 155.5C103.378 155.611 106.287 155.719 109.196 155.822C117.594 156.122 125.991 156.39 134.388 156.628L137.088 156.551L137.016 154C137.11 150.667 137.2 147.333 137.284 144L137.209 141.032L134.388 141.104C126.868 140.913 119.348 140.747 111.828 140.606L115.223 144C115.494 129.547 115.675 115.093 115.764 100.64L115.739 96.6808L111.828 96.7048C108.042 96.6815 104.255 96.6645 100.468 96.6538L96.471 96.6651L96.4823 100.64C96.4731 103.88 96.4685 107.12 96.4685 110.36C96.4685 121.997 97.0018 133.635 98.0685 145.272C98.3351 148.181 98.6351 151.091 98.9685 154ZM101.968 154H98.9685L99.1461 155.55L100.468 155.5V152.5L101.968 154ZM140.843 154C141.843 154 142.843 154 143.843 154C144.177 149.221 144.477 144.443 144.743 139.664C145.469 126.656 145.948 113.648 146.18 100.64L142.343 104.477C148.45 104.586 154.557 104.64 160.663 104.64C167.143 104.64 173.623 104.633 180.103 104.62L176.124 100.64C176.131 103.893 176.139 107.147 176.15 110.4L180.103 106.446C171.303 106.474 162.503 106.514 153.703 106.567L149.894 106.544L149.871 110.4C149.894 114.267 149.92 118.133 149.948 122L149.921 125.728L153.703 125.756C162.317 125.693 170.93 125.619 179.543 125.532L176.011 122C176.044 125.253 176.079 128.507 176.115 131.76L179.543 128.331C170.93 128.427 162.317 128.535 153.703 128.655L150.642 128.612L150.598 131.76C150.656 135.893 150.716 140.027 150.779 144.16L150.735 147.039L153.703 147.085C162.503 146.95 171.303 146.804 180.103 146.644L177.619 144.16C177.679 147.44 177.74 150.72 177.803 154L180.103 151.699C172.295 151.849 164.487 152.008 156.679 152.178C151.901 152.281 147.122 152.389 142.343 152.5C142.343 153.5 142.343 154.5 142.343 155.5C147.122 155.611 151.901 155.719 156.679 155.822C164.487 155.992 172.295 156.151 180.103 156.301L182.448 156.256L182.404 154C182.467 150.72 182.528 147.44 182.588 144.16L182.542 141.632L180.103 141.676C171.303 141.516 162.503 141.37 153.703 141.235L156.628 144.16C156.691 140.027 156.751 135.893 156.809 131.76L153.703 134.865C162.317 134.985 170.93 135.093 179.543 135.189L183.01 135.15L182.972 131.76C183.008 128.507 183.043 125.253 183.075 122L183.04 118.433L179.543 118.468C170.93 118.381 162.317 118.307 153.703 118.244L157.459 122C157.487 118.133 157.513 114.267 157.536 110.4L153.703 114.233C162.503 114.286 171.303 114.326 180.103 114.354L184.07 114.341L184.057 110.4C184.068 107.147 184.076 103.893 184.083 100.64L184.075 96.6521L180.103 96.6604C173.623 96.6468 167.143 96.64 160.663 96.64C154.557 96.64 148.45 96.6944 142.343 96.8033L138.44 96.8729L138.507 100.64C138.739 113.648 139.218 126.656 139.943 139.664C140.21 144.443 140.51 149.221 140.843 154ZM143.843 154H140.843L140.95 155.532L142.343 155.5V152.5L143.843 154ZM202.545 154.541C203.478 154.18 204.41 153.82 205.343 153.459C204.2 149.58 203.026 145.714 201.821 141.859C197.323 127.472 192.392 113.252 187.028 99.1995L183.304 104.633C184.382 104.638 185.46 104.64 186.537 104.64C189.78 104.64 193.022 104.638 196.264 104.633L192.508 101.995C197.462 115.667 202.461 129.324 207.505 142.964L211.025 152.86L214.626 142.957C219.421 129.238 224.172 115.502 228.877 101.749L225.784 103.925C230.104 103.862 234.424 103.794 238.744 103.722L235.869 99.5321C229.313 117.433 222.834 135.364 216.432 153.325L218.184 152.123C217.467 152.141 216.75 152.159 216.033 152.178C212.004 152.281 207.974 152.389 203.944 152.5C203.944 153.5 203.944 154.5 203.944 155.5C207.974 155.611 212.004 155.719 216.033 155.822C216.75 155.841 217.467 155.859 218.184 155.877L219.519 155.843L219.936 154.675C227.241 137.062 234.469 119.42 241.62 101.748L243.184 97.4877L238.744 97.5585C234.424 97.4863 230.104 97.4183 225.784 97.3546L223.424 97.3894L222.692 99.5308C217.583 113.138 212.52 126.762 207.503 140.403L214.623 140.396C209.801 126.676 204.933 112.973 200.02 99.2855L199.063 96.6431L196.264 96.6472C193.022 96.6424 189.78 96.64 186.537 96.64C185.46 96.64 184.382 96.6424 183.304 96.6471L177.462 96.6718L179.58 102.08C185.068 116.085 190.99 129.922 197.344 143.591C199.047 147.253 200.78 150.903 202.545 154.541ZM205.343 153.459L202.545 154.541L203.023 155.525L203.944 155.5V152.5L205.343 153.459ZM234.492 95.68C235.492 95.68 236.492 95.68 237.492 95.68C237.825 94.5947 238.125 93.5093 238.392 92.424C238.597 91.5893 238.782 90.7547 238.948 89.92L235.992 92.8761C239.498 93.572 243.005 93.92 246.512 93.92C251.938 93.92 257.365 93.8274 262.792 93.6422L259.069 89.92C259.135 91.84 259.212 93.76 259.301 95.68L262.792 92.1891C254.944 92.5517 247.096 93.1079 239.248 93.8578C238.162 93.9615 237.077 94.0689 235.992 94.18C235.992 95.18 235.992 96.18 235.992 97.18C237.077 97.2911 238.162 97.3985 239.248 97.5022C247.096 98.2521 254.944 98.8083 262.792 99.1709L266.436 99.0025L266.283 95.68C266.371 93.76 266.448 91.84 266.514 89.92L266.383 86.0752L262.792 86.1978C257.365 86.0126 251.938 85.92 246.512 85.92C243.005 85.92 239.498 86.268 235.992 86.9639L232.583 87.6404L233.036 89.92C233.201 90.7547 233.387 91.5893 233.592 92.424C233.858 93.5093 234.158 94.5947 234.492 95.68ZM237.492 95.68H234.492L234.984 97.2832L235.992 97.18V94.18L237.492 95.68ZM239.672 154C242.338 154 245.005 154 247.672 154C247.672 151.843 247.672 149.685 247.672 147.528C247.672 131.899 247.672 116.269 247.672 100.64L243.672 104.64C247.458 104.64 251.245 104.64 255.032 104.64L251.032 100.64C251.032 118.427 251.032 136.213 251.032 154L255.032 150C253.402 150 251.773 150 250.144 150C247.986 150 245.829 150 243.672 150C243.672 152.667 243.672 155.333 243.672 158C245.829 158 247.986 158 250.144 158C251.773 158 253.402 158 255.032 158H259.032V154C259.032 136.213 259.032 118.427 259.032 100.64V96.64H255.032C251.245 96.64 247.458 96.64 243.672 96.64H239.672V100.64C239.672 116.269 239.672 131.899 239.672 147.528C239.672 149.685 239.672 151.843 239.672 154ZM247.672 154H239.672V158H243.672V150L247.672 154ZM262.205 154C263.205 154 264.205 154 265.205 154C265.445 150.933 265.668 147.867 265.874 144.8L265.451 146.088C266.217 145.183 266.981 144.277 267.742 143.369C276.095 133.418 284.198 123.282 292.051 112.961L296.693 106.822L288.905 106.73C284.874 106.67 280.844 106.64 276.813 106.64C272.444 106.64 268.074 106.644 263.705 106.652L267.693 110.64C267.687 107.307 267.679 103.973 267.668 100.64L263.705 104.603C277.065 104.561 290.425 104.482 303.785 104.367L300.058 100.64C300.084 103.68 300.112 106.72 300.142 109.76L300.851 107.601C292.564 119.097 284.31 130.618 276.089 142.163L272.419 147.022L278.585 147.099C287.171 146.964 295.758 146.814 304.345 146.649L301.696 144C301.76 147.333 301.826 150.667 301.895 154L304.345 151.55C295.047 151.742 285.75 151.951 276.453 152.178C272.203 152.281 267.954 152.389 263.705 152.5C263.705 153.5 263.705 154.5 263.705 155.5C267.954 155.611 272.203 155.719 276.453 155.822C285.75 156.049 295.047 156.258 304.345 156.45L306.844 156.398L306.794 154C306.863 150.667 306.929 147.333 306.994 144L306.942 141.301L304.345 141.351C295.758 141.186 287.171 141.036 278.585 140.901L281.08 145.837C289.659 134.555 298.206 123.249 306.718 111.919L307.439 110.92L307.427 109.76C307.457 106.72 307.485 103.68 307.512 100.64L307.479 96.8811L303.785 96.913C290.425 96.7975 277.065 96.7187 263.705 96.6765L259.729 96.6891L259.741 100.64C259.731 103.973 259.722 107.307 259.716 110.64L259.724 114.635L263.705 114.628C268.074 114.636 272.444 114.64 276.813 114.64C280.844 114.64 284.874 114.61 288.905 114.55L285.758 108.319C278.216 118.868 270.923 129.602 263.88 140.52C263.237 141.516 262.597 142.513 261.959 143.512L261.497 144.235L261.535 144.8C261.741 147.867 261.964 150.933 262.205 154ZM265.205 154H262.205L262.325 155.536L263.705 155.5V152.5L265.205 154ZM311.468 154C312.468 154 313.468 154 314.468 154C314.802 151.843 315.102 149.685 315.368 147.528C316.435 138.899 316.968 130.269 316.968 121.64C316.968 114.64 316.929 107.64 316.852 100.64L312.968 104.523C316.755 104.481 320.542 104.427 324.328 104.362L320.606 100.64C320.912 118.427 321.469 136.213 322.278 154L324.328 151.949C322.699 152.023 321.07 152.099 319.44 152.178C317.283 152.281 315.126 152.389 312.968 152.5C312.968 153.5 312.968 154.5 312.968 155.5C315.126 155.611 317.283 155.719 319.44 155.822C321.07 155.901 322.699 155.977 324.328 156.051L326.468 155.954L326.379 154C327.188 136.213 327.745 118.427 328.051 100.64L327.986 96.855L324.328 96.9178C320.542 96.8528 316.755 96.7992 312.968 96.757L309.043 96.8007L309.085 100.64C309.007 107.64 308.968 114.64 308.968 121.64C308.968 130.269 309.502 138.899 310.568 147.528C310.835 149.685 311.135 151.843 311.468 154ZM314.468 154H311.468L311.71 155.565L312.968 155.5V152.5L314.468 154ZM328.818 149.018C329.687 149.513 330.556 150.007 331.425 150.502C333.046 148.326 334.638 146.134 336.201 143.926C336.579 143.391 336.956 142.856 337.331 142.319L333.288 142.905C335.544 145.577 339.307 148.088 343.562 148.217C346.424 148.391 349.888 147.511 352.333 145.053C354.803 142.627 355.769 139.237 355.799 136.32C355.854 133.875 355.882 131.431 355.882 128.986C355.882 119.538 355.836 110.089 355.745 100.64L351.882 104.503C355.668 104.467 359.455 104.423 363.242 104.371L359.51 100.64C359.672 112.587 359.906 124.533 360.214 136.48C361.052 145.753 354.144 152.976 344.442 152.856C342.094 152.947 339.757 152.753 337.551 152.139C335.196 151.489 333.004 150.335 331.171 148.688C330.471 149.403 329.772 150.117 329.072 150.832C331.079 152.967 333.657 154.609 336.426 155.606C339.021 156.55 341.752 156.973 344.442 157.064C349.707 157.252 355.639 156.11 360.063 152.049C364.53 148.008 366.182 141.894 366.27 136.48C366.577 124.533 366.812 112.587 366.973 100.64L366.922 96.8587L363.242 96.9085C359.455 96.8573 355.668 96.8134 351.882 96.7768L347.982 96.8145L348.018 100.64C347.927 110.089 347.882 119.538 347.882 128.986C347.882 131.431 347.909 133.875 347.964 136.32C347.986 139.453 346.836 141.164 343.562 141.543C341.364 141.771 339.12 140.947 336.875 139.175L334.103 136.959L332.832 139.761C332.563 140.357 332.295 140.954 332.029 141.553C330.93 144.025 329.859 146.513 328.818 149.018ZM331.425 150.502L328.818 149.018L328.339 150.171L329.072 150.832L331.171 148.688L331.425 150.502ZM407.123 154.515C408.062 154.172 409.001 153.828 409.941 153.485C409.132 150.305 408.292 147.136 407.422 143.978L407.03 142.555L405.172 142.404C405.154 142.403 405.136 142.401 405.119 142.4C397.19 141.756 389.261 141.306 381.332 141.051L378.833 140.971L377.81 143.514C376.591 146.545 375.404 149.586 374.247 152.64L377.972 150.035C376.036 150.012 374.1 150 372.164 150C369.94 150 367.716 150.002 365.492 150.005L369.217 155.441C376.07 137.644 382.806 119.802 389.426 101.914L386.132 104.172C390.878 104.103 395.625 104.026 400.372 103.941L397.292 101.827C404.463 119.491 411.752 137.11 419.157 154.684L420.932 152.098C420.081 152.124 419.23 152.151 418.379 152.178C415.096 152.281 411.814 152.389 408.532 152.5C408.532 153.5 408.532 154.5 408.532 155.5C411.814 155.611 415.096 155.719 418.379 155.822C419.23 155.849 420.081 155.876 420.932 155.902L423.757 155.819L422.707 153.316C416.405 135.317 409.986 117.363 403.452 99.4533L402.577 97.2999L400.372 97.3394C395.625 97.2544 390.878 97.1771 386.132 97.1077L383.659 97.1438L382.837 99.3657C375.697 117.052 368.673 134.783 361.766 152.559L359.669 158.003L365.492 157.995C367.716 157.998 369.94 158 372.164 158C374.1 158 376.036 157.988 377.972 157.965L380.792 157.931L381.696 155.36C382.779 152.28 383.832 149.189 384.853 146.086L381.332 148.549C389.261 148.294 397.19 147.844 405.119 147.2C405.136 147.199 405.154 147.197 405.172 147.196L402.921 145.622C404.291 148.597 405.691 151.562 407.123 154.515ZM409.941 153.485L407.123 154.515L407.615 155.531L408.532 155.5V152.5L409.941 153.485ZM397.012 111.844C394.505 110.935 391.998 110.025 389.491 109.116C389.095 110.209 388.699 111.301 388.302 112.394C385.739 119.461 383.175 126.529 380.611 133.596L378.666 138.96H384.372C390.265 138.96 396.158 138.96 402.052 138.96H407.74L405.816 133.607C403.276 126.541 400.735 119.474 398.195 112.408C397.802 111.314 397.409 110.221 397.016 109.127C394.506 110.029 391.997 110.931 389.487 111.833C389.881 112.927 390.274 114.021 390.667 115.114C393.207 122.181 395.747 129.247 398.287 136.313L402.052 130.96C396.158 130.96 390.265 130.96 384.372 130.96L388.132 136.324C390.696 129.257 393.259 122.189 395.823 115.122C396.219 114.029 396.616 112.937 397.012 111.844ZM389.491 109.116L397.012 111.844L389.487 111.833L397.016 109.127L393.269 98.703L389.491 109.116Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646159)'/%3E%3Cmask id='path-3-outside-2_9052_646159' maskUnits='userSpaceOnUse' x='2.98535' y='9' width='425' height='64' fill='black'%3E%3Crect fill='white' x='2.98535' y='9' width='425' height='64'/%3E%3Cpath d='M7.26535 68V14.64H18.6254V68H7.26535ZM66.0185 68L40.5785 32.16V68H29.2185V14.64H40.8985L65.6185 49.2V14.64H76.9785V68H66.0185ZM99.8197 68V24.64H84.2197V14.64H126.78V24.64H111.26V68H99.8197ZM134.062 68V14.64H171.822V24.4H145.422V36H171.262V45.76H145.422V58.16H171.822V68H134.062ZM210.863 68L200.383 48.88H192.063V68H180.703V14.64H205.663C216.783 14.64 223.583 21.92 223.583 31.84C223.583 41.28 217.663 46.32 211.903 47.68L223.903 68H210.863ZM211.983 31.76C211.983 27.28 208.543 24.4 203.983 24.4H192.063V39.12H203.983C208.543 39.12 211.983 36.24 211.983 31.76ZM268.909 68L243.469 32.16V68H232.109V14.64H243.789L268.509 49.2V14.64H279.869V68H268.909ZM290.39 68V14.64H328.15V24.4H301.75V36H327.59V45.76H301.75V58.16H328.15V68H290.39ZM349.351 68V24.64H333.751V14.64H376.311V24.64H360.791V68H349.351ZM379.367 60.48L385.607 51.84C389.367 55.76 395.207 59.04 402.567 59.04C408.807 59.04 411.847 56.08 411.847 53.04C411.847 49.04 407.207 47.68 401.047 46.24C392.327 44.24 381.127 41.84 381.127 29.92C381.127 21.04 388.807 13.84 401.367 13.84C409.847 13.84 416.887 16.4 422.167 21.28L415.847 29.6C411.527 25.6 405.767 23.76 400.567 23.76C395.447 23.76 392.727 26 392.727 29.2C392.727 32.8 397.207 33.92 403.367 35.36C412.167 37.36 423.367 40 423.367 51.84C423.367 61.6 416.407 68.96 402.007 68.96C391.767 68.96 384.407 65.52 379.367 60.48Z'/%3E%3C/mask%3E%3Cpath d='M7.26535 68V14.64H18.6254V68H7.26535ZM66.0185 68L40.5785 32.16V68H29.2185V14.64H40.8985L65.6185 49.2V14.64H76.9785V68H66.0185ZM99.8197 68V24.64H84.2197V14.64H126.78V24.64H111.26V68H99.8197ZM134.062 68V14.64H171.822V24.4H145.422V36H171.262V45.76H145.422V58.16H171.822V68H134.062ZM210.863 68L200.383 48.88H192.063V68H180.703V14.64H205.663C216.783 14.64 223.583 21.92 223.583 31.84C223.583 41.28 217.663 46.32 211.903 47.68L223.903 68H210.863ZM211.983 31.76C211.983 27.28 208.543 24.4 203.983 24.4H192.063V39.12H203.983C208.543 39.12 211.983 36.24 211.983 31.76ZM268.909 68L243.469 32.16V68H232.109V14.64H243.789L268.509 49.2V14.64H279.869V68H268.909ZM290.39 68V14.64H328.15V24.4H301.75V36H327.59V45.76H301.75V58.16H328.15V68H290.39ZM349.351 68V24.64H333.751V14.64H376.311V24.64H360.791V68H349.351ZM379.367 60.48L385.607 51.84C389.367 55.76 395.207 59.04 402.567 59.04C408.807 59.04 411.847 56.08 411.847 53.04C411.847 49.04 407.207 47.68 401.047 46.24C392.327 44.24 381.127 41.84 381.127 29.92C381.127 21.04 388.807 13.84 401.367 13.84C409.847 13.84 416.887 16.4 422.167 21.28L415.847 29.6C411.527 25.6 405.767 23.76 400.567 23.76C395.447 23.76 392.727 26 392.727 29.2C392.727 32.8 397.207 33.92 403.367 35.36C412.167 37.36 423.367 40 423.367 51.84C423.367 61.6 416.407 68.96 402.007 68.96C391.767 68.96 384.407 65.52 379.367 60.48Z' fill='white'/%3E%3Cpath d='M5.76535 68C6.76535 68 7.76535 68 8.76535 68C9.09868 65.8427 9.39868 63.6853 9.66535 61.528C10.732 52.8987 11.2654 44.2693 11.2654 35.64C11.2654 28.64 11.2264 21.64 11.1484 14.64L7.26535 18.523C11.052 18.4808 14.8387 18.4272 18.6254 18.3622L14.9031 14.64C15.2085 32.4267 15.7656 50.2133 16.5745 68L18.6254 65.9492C16.996 66.0232 15.3667 66.0995 13.7374 66.1778C11.58 66.2815 9.42269 66.3889 7.26535 66.5C7.26535 67.5 7.26535 68.5 7.26535 69.5C9.42269 69.6111 11.58 69.7185 13.7374 69.8222C15.3667 69.9005 16.996 69.9768 18.6254 70.0508L20.765 69.9535L20.6762 68C21.4851 50.2133 22.0422 32.4267 22.3476 14.64L22.2826 10.855L18.6254 10.9178C14.8387 10.8528 11.052 10.7992 7.26535 10.757L3.33956 10.8007L3.38233 14.64C3.30435 21.64 3.26535 28.64 3.26535 35.64C3.26535 44.2693 3.79868 52.8987 4.86535 61.528C5.13202 63.6853 5.43202 65.8427 5.76535 68ZM8.76535 68H5.76535L6.00713 69.5648L7.26535 69.5V66.5L8.76535 68ZM64.7953 68.8682C65.6108 68.2894 66.4262 67.7106 67.2417 67.1318C64.5333 62.7403 61.7977 58.3681 59.035 54.0153C53.9365 45.9823 48.7454 38.015 43.4617 30.1134L37.1848 21.0269L37.0427 32.16C36.7332 43.2531 36.5785 54.3463 36.5785 65.4394C36.5785 66.2929 36.5786 67.1465 36.5788 68L40.5785 64.0003C36.7918 64.0012 33.0051 64.0041 29.2185 64.009L33.2095 68C33.1864 50.2133 33.1191 32.4267 33.0077 14.64L29.2185 18.4292C33.1118 18.4048 37.0051 18.3783 40.8985 18.3496L37.8812 16.7982C46.206 28.2576 54.5535 39.7007 62.9238 51.1274L68.8775 59.5436L68.9315 49.2C68.8012 37.68 68.6524 26.16 68.4849 14.64L65.6185 17.5065C69.4052 17.4514 73.1918 17.3944 76.9785 17.3354L74.2831 14.64C74.5371 30.9313 74.8281 47.2226 75.1563 63.5139C75.1864 65.0093 75.2168 66.5046 75.2476 68L76.9785 66.2691C73.3251 66.3442 69.6718 66.4212 66.0185 66.5C66.0185 67.5 66.0185 68.5 66.0185 69.5C69.6718 69.5788 73.3251 69.6558 76.9785 69.7309L78.7442 69.6946L78.7094 68C78.7402 66.5046 78.7706 65.0093 78.8007 63.5139C79.1288 47.2226 79.4199 30.9313 79.6739 14.64L79.6312 11.9033L76.9785 11.9446C73.1918 11.8856 69.4052 11.8286 65.6185 11.7735L62.711 11.8158L62.752 14.64C62.5846 26.16 62.4357 37.68 62.3054 49.2L68.3132 47.2726C60.2035 35.6593 52.071 24.0624 43.9157 12.4818L42.7786 10.9165L40.8985 10.9304C37.0051 10.9017 33.1118 10.8752 29.2185 10.8508L25.4057 10.8747L25.4293 14.64C25.3178 32.4267 25.2506 50.2133 25.2275 68L25.2327 71.9961L29.2185 71.991C33.0051 71.9959 36.7918 71.9988 40.5785 71.9997L44.5791 71.9987L44.5782 68C44.5784 67.1465 44.5785 66.2929 44.5785 65.4394C44.5785 54.3463 44.4237 43.2531 44.1143 32.16L37.6952 34.2066C43.4112 41.8013 49.2197 49.3303 55.1208 56.7936C58.3185 60.8378 61.5433 64.8627 64.7953 68.8682ZM67.2417 67.1318L64.7953 68.8682L65.3204 69.5151L66.0185 69.5V66.5L67.2417 67.1318ZM98.3197 68C99.3197 68 100.32 68 101.32 68C101.653 64.8027 101.953 61.6053 102.22 58.408C103.159 47.152 103.684 35.896 103.797 24.64L103.836 20.7032L99.8197 20.663C98.2864 20.6477 96.7531 20.64 95.2197 20.64C91.5531 20.64 87.8864 20.6449 84.2197 20.6546L88.2051 24.64C88.1963 21.3067 88.1834 17.9733 88.1665 14.64L84.2197 18.5867C98.4064 18.5148 112.593 18.3699 126.78 18.1521L123.268 14.64C123.319 17.9733 123.374 21.3067 123.433 24.64L126.78 21.2935C121.606 21.3854 116.433 21.487 111.26 21.5983L108.285 21.5343L108.218 24.64C108.529 39.0933 108.916 53.5467 109.378 68L111.26 66.1182C110.644 66.138 110.028 66.1578 109.412 66.1778C106.214 66.2815 103.017 66.3889 99.8197 66.5C99.8197 67.5 99.8197 68.5 99.8197 69.5C103.017 69.6111 106.214 69.7185 109.412 69.8222C110.028 69.8422 110.644 69.862 111.26 69.8818L113.2 69.8197L113.141 68C113.604 53.5467 113.99 39.0933 114.301 24.64L111.26 27.6817C116.433 27.793 121.606 27.8946 126.78 27.9865L130.185 27.926L130.126 24.64C130.185 21.3067 130.241 17.9733 130.292 14.64L130.237 11.0748L126.78 11.1279C112.593 10.9101 98.4064 10.7652 84.2197 10.6933L80.2531 10.7134L80.273 14.64C80.2561 17.9733 80.2432 21.3067 80.2343 24.64L80.245 28.6359L84.2197 28.6254C87.8864 28.6351 91.5531 28.64 95.2197 28.64C96.7531 28.64 98.2864 28.6323 99.8197 28.617L95.8427 24.64C95.9553 35.896 96.4809 47.152 97.4197 58.408C97.6864 61.6053 97.9864 64.8027 98.3197 68ZM101.32 68H98.3197L98.481 69.5465L99.8197 69.5V66.5L101.32 68ZM132.562 68C133.562 68 134.562 68 135.562 68C135.896 63.2213 136.196 58.4427 136.462 53.664C137.188 40.656 137.667 27.648 137.899 14.64L134.062 18.4767C140.169 18.5856 146.276 18.64 152.382 18.64C158.862 18.64 165.342 18.6332 171.822 18.6196L167.843 14.64C167.85 17.8933 167.858 21.1467 167.868 24.4L171.822 20.4461C163.022 20.4739 154.222 20.5142 145.422 20.5671L141.613 20.5442L141.589 24.4C141.613 28.2667 141.638 32.1333 141.666 36L141.639 39.7284L145.422 39.7559C154.036 39.6933 162.649 39.6187 171.262 39.532L167.73 36C167.763 39.2533 167.797 42.5067 167.834 45.76L171.262 42.3313C162.649 42.4271 154.036 42.5348 145.422 42.6546L142.361 42.6121L142.317 45.76C142.374 49.8933 142.435 54.0267 142.498 58.16L142.454 61.0393L145.422 61.0846C154.222 60.9504 163.022 60.8036 171.822 60.6443L169.338 58.16C169.397 61.44 169.458 64.72 169.521 68L171.822 65.6991C164.014 65.8488 156.206 66.0083 148.398 66.1778C143.62 66.2815 138.841 66.3889 134.062 66.5C134.062 67.5 134.062 68.5 134.062 69.5C138.841 69.6111 143.62 69.7185 148.398 69.8222C156.206 69.9917 164.014 70.1512 171.822 70.3009L174.166 70.256L174.123 68C174.186 64.72 174.247 61.44 174.307 58.16L174.261 55.6316L171.822 55.6757C163.022 55.5164 154.222 55.3696 145.422 55.2354L148.347 58.16C148.41 54.0267 148.47 49.8933 148.528 45.76L145.422 48.8653C154.036 48.9852 162.649 49.0929 171.262 49.1887L174.729 49.1501L174.691 45.76C174.727 42.5067 174.762 39.2533 174.794 36L174.758 32.4328L171.262 32.468C162.649 32.3813 154.036 32.3067 145.422 32.2441L149.178 36C149.206 32.1333 149.232 28.2667 149.255 24.4L145.422 28.2329C154.222 28.2858 163.022 28.3261 171.822 28.3539L175.789 28.3414L175.776 24.4C175.786 21.1467 175.795 17.8933 175.802 14.64L175.793 10.6521L171.822 10.6604C165.342 10.6468 158.862 10.64 152.382 10.64C146.276 10.64 140.169 10.6944 134.062 10.8033L130.158 10.8729L130.226 14.64C130.457 27.648 130.936 40.656 131.662 53.664C131.929 58.4427 132.229 63.2213 132.562 68ZM135.562 68H132.562L132.669 69.5324L134.062 69.5V66.5L135.562 68ZM209.547 68.721C210.424 68.2403 211.301 67.7597 212.178 67.279C210.669 63.8327 209.131 60.4024 207.564 56.988C206.091 53.7804 204.593 50.587 203.069 47.4076L202.358 45.9242L200.383 45.8167C197.61 45.6657 194.836 45.5329 192.063 45.4185L188.75 45.2817L188.601 48.88C188.338 55.2533 188.172 61.6267 188.101 68L192.063 64.0384C189.741 64.0128 187.418 64 185.096 64C183.632 64 182.167 64.0006 180.703 64.0017L184.701 68C184.687 50.2133 184.59 32.4267 184.41 14.64L180.703 18.3468C189.023 18.2623 197.343 18.1595 205.663 18.0385C213.864 17.5755 220.759 23.5135 220.659 31.84C220.985 38.0366 217.273 43.7706 211.336 45.2777L208.111 45.9625L209.777 48.9352C213.935 55.6157 218.106 62.2879 222.291 68.9518L223.903 66.1283C223.304 66.1447 222.704 66.1612 222.105 66.1778C218.358 66.2815 214.61 66.3889 210.863 66.5C210.863 67.5 210.863 68.5 210.863 69.5C214.61 69.6111 218.358 69.7185 222.105 69.8222C222.704 69.8388 223.304 69.8553 223.903 69.8717L227.224 69.7928L225.514 67.0482C221.7 60.1655 217.871 53.291 214.028 46.4249L212.47 50.0823C220.765 48.5811 226.778 39.9072 226.506 31.84C227.571 20.8961 216.394 10.464 205.663 11.2415C197.343 11.1205 189.023 11.0177 180.703 10.9332L176.959 10.9712L176.996 14.64C176.815 32.4267 176.718 50.2133 176.705 68L176.708 72.0014L180.703 71.9983C182.167 71.9994 183.632 72 185.096 72C187.418 72 189.741 71.9872 192.063 71.9616L196.068 71.9174L196.024 68C195.954 61.6267 195.787 55.2533 195.524 48.88L192.063 52.3415C194.836 52.2271 197.61 52.0943 200.383 51.9433L197.697 50.3524C199.557 53.3475 201.443 56.3284 203.355 59.2952C205.39 62.4531 207.454 65.5951 209.547 68.721ZM212.178 67.279L209.547 68.721L210.085 69.5231L210.863 69.5V66.5L212.178 67.279ZM207.983 31.76C210.65 31.76 213.316 31.76 215.983 31.76C215.985 30.2333 215.699 28.6051 215.022 27.0798C213.07 22.4863 208.01 20.2949 203.983 20.4C200.01 20.4 196.036 20.4 192.063 20.4H188.063V24.4C188.063 29.3067 188.063 34.2133 188.063 39.12V43.12H192.063C196.036 43.12 200.01 43.12 203.983 43.12C208.01 43.2251 213.07 41.0337 215.022 36.4402C215.699 34.9149 215.985 33.2867 215.983 31.76C213.316 31.76 210.65 31.76 207.983 31.76C207.983 32.3316 207.88 32.8104 207.705 33.2064C207.245 34.297 205.931 35.1195 203.983 35.12C200.01 35.12 196.036 35.12 192.063 35.12L196.063 39.12C196.063 34.2133 196.063 29.3067 196.063 24.4L192.063 28.4C196.036 28.4 200.01 28.4 203.983 28.4C205.931 28.4005 207.245 29.223 207.705 30.3136C207.88 30.7096 207.983 31.1884 207.983 31.76ZM215.983 31.76H207.983H215.983ZM267.686 68.8682C268.501 68.2894 269.317 67.7106 270.132 67.1318C267.424 62.7403 264.688 58.3681 261.926 54.0153C256.827 45.9823 251.636 38.015 246.352 30.1134L240.075 21.0269L239.933 32.16C239.624 43.2531 239.469 54.3463 239.469 65.4394C239.469 66.2929 239.469 67.1465 239.469 68L243.469 64.0003C239.682 64.0012 235.896 64.0041 232.109 64.009L236.1 68C236.077 50.2133 236.01 32.4267 235.898 14.64L232.109 18.4292C236.002 18.4048 239.896 18.3783 243.789 18.3496L240.772 16.7982C249.097 28.2576 257.444 39.7007 265.814 51.1274L271.768 59.5436L271.822 49.2C271.692 37.68 271.543 26.16 271.376 14.64L268.509 17.5065C272.296 17.4514 276.082 17.3944 279.869 17.3354L277.174 14.64C277.428 30.9313 277.719 47.2226 278.047 63.5139C278.077 65.0093 278.107 66.5046 278.138 68L279.869 66.2691C276.216 66.3442 272.562 66.4212 268.909 66.5C268.909 67.5 268.909 68.5 268.909 69.5C272.562 69.5788 276.216 69.6558 279.869 69.7309L281.635 69.6946L281.6 68C281.631 66.5046 281.661 65.0093 281.691 63.5139C282.019 47.2226 282.311 30.9313 282.564 14.64L282.522 11.9033L279.869 11.9446C276.082 11.8856 272.296 11.8286 268.509 11.7735L265.602 11.8158L265.643 14.64C265.475 26.16 265.326 37.68 265.196 49.2L271.204 47.2726C263.094 35.6593 254.962 24.0624 246.806 12.4818L245.669 10.9165L243.789 10.9304C239.896 10.9017 236.002 10.8752 232.109 10.8508L228.296 10.8747L228.32 14.64C228.208 32.4267 228.141 50.2133 228.118 68L228.123 71.9961L232.109 71.991C235.896 71.9959 239.682 71.9988 243.469 71.9997L247.47 71.9987L247.469 68C247.469 67.1465 247.469 66.2929 247.469 65.4394C247.469 54.3463 247.314 43.2531 247.005 32.16L240.586 34.2066C246.302 41.8013 252.11 49.3303 258.011 56.7936C261.209 60.8378 264.434 64.8627 267.686 68.8682ZM270.132 67.1318L267.686 68.8682L268.211 69.5151L268.909 69.5V66.5L270.132 67.1318ZM288.89 68C289.89 68 290.89 68 291.89 68C292.224 63.2213 292.524 58.4427 292.79 53.664C293.516 40.656 293.995 27.648 294.227 14.64L290.39 18.4767C296.497 18.5856 302.604 18.64 308.71 18.64C315.19 18.64 321.67 18.6332 328.15 18.6196L324.171 14.64C324.178 17.8933 324.186 21.1467 324.196 24.4L328.15 20.4461C319.35 20.4739 310.55 20.5142 301.75 20.5671L297.941 20.5442L297.917 24.4C297.941 28.2667 297.966 32.1333 297.995 36L297.967 39.7284L301.75 39.7559C310.364 39.6933 318.977 39.6187 327.59 39.532L324.058 36C324.091 39.2533 324.126 42.5067 324.162 45.76L327.59 42.3313C318.977 42.4271 310.364 42.5348 301.75 42.6546L298.689 42.6121L298.645 45.76C298.702 49.8933 298.763 54.0267 298.826 58.16L298.782 61.0393L301.75 61.0846C310.55 60.9504 319.35 60.8036 328.15 60.6443L325.666 58.16C325.725 61.44 325.787 64.72 325.849 68L328.15 65.6991C320.342 65.8488 312.534 66.0083 304.726 66.1778C299.948 66.2815 295.169 66.3889 290.39 66.5C290.39 67.5 290.39 68.5 290.39 69.5C295.169 69.6111 299.948 69.7185 304.726 69.8222C312.534 69.9917 320.342 70.1512 328.15 70.3009L330.495 70.256L330.451 68C330.514 64.72 330.575 61.44 330.635 58.16L330.589 55.6316L328.15 55.6757C319.35 55.5164 310.55 55.3696 301.75 55.2354L304.675 58.16C304.738 54.0267 304.798 49.8933 304.856 45.76L301.75 48.8653C310.364 48.9852 318.977 49.0929 327.59 49.1887L331.057 49.1501L331.019 45.76C331.055 42.5067 331.09 39.2533 331.122 36L331.086 32.4328L327.59 32.468C318.977 32.3813 310.364 32.3067 301.75 32.2441L305.506 36C305.534 32.1333 305.56 28.2667 305.583 24.4L301.75 28.2329C310.55 28.2858 319.35 28.3261 328.15 28.3539L332.117 28.3414L332.104 24.4C332.115 21.1467 332.123 17.8933 332.13 14.64L332.122 10.6521L328.15 10.6604C321.67 10.6468 315.19 10.64 308.71 10.64C302.604 10.64 296.497 10.6944 290.39 10.8033L286.486 10.8729L286.554 14.64C286.786 27.648 287.264 40.656 287.99 53.664C288.257 58.4427 288.557 63.2213 288.89 68ZM291.89 68H288.89L288.997 69.5324L290.39 69.5V66.5L291.89 68ZM347.851 68C348.851 68 349.851 68 350.851 68C351.184 64.8027 351.484 61.6053 351.751 58.408C352.69 47.152 353.215 35.896 353.328 24.64L353.367 20.7032L349.351 20.663C347.818 20.6477 346.284 20.64 344.751 20.64C341.084 20.64 337.418 20.6449 333.751 20.6546L337.736 24.64C337.728 21.3067 337.715 17.9733 337.698 14.64L333.751 18.5867C347.938 18.5148 362.124 18.3699 376.311 18.1521L372.799 14.64C372.85 17.9733 372.905 21.3067 372.964 24.64L376.311 21.2935C371.138 21.3854 365.964 21.487 360.791 21.5983L357.816 21.5343L357.749 24.64C358.06 39.0933 358.447 53.5467 358.909 68L360.791 66.1182C360.175 66.138 359.559 66.1578 358.943 66.1778C355.746 66.2815 352.548 66.3889 349.351 66.5C349.351 67.5 349.351 68.5 349.351 69.5C352.548 69.6111 355.746 69.7185 358.943 69.8222C359.559 69.8422 360.175 69.862 360.791 69.8818L362.731 69.8197L362.673 68C363.135 53.5467 363.522 39.0933 363.833 24.64L360.791 27.6817C365.964 27.793 371.138 27.8946 376.311 27.9865L379.716 27.926L379.658 24.64C379.717 21.3067 379.772 17.9733 379.823 14.64L379.768 11.0748L376.311 11.1279C362.124 10.9101 347.938 10.7652 333.751 10.6933L329.784 10.7134L329.804 14.64C329.787 17.9733 329.774 21.3067 329.766 24.64L329.776 28.6359L333.751 28.6254C337.418 28.6351 341.084 28.64 344.751 28.64C346.284 28.64 347.818 28.6323 349.351 28.617L345.374 24.64C345.487 35.896 346.012 47.152 346.951 58.408C347.218 61.6053 347.518 64.8027 347.851 68ZM350.851 68H347.851L348.012 69.5465L349.351 69.5V66.5L350.851 68ZM378.151 59.6018C378.961 60.1873 379.772 60.7727 380.583 61.3582C382.875 58.6318 385.151 55.8934 387.41 53.1428L384.001 53.3803C384.687 54.1817 385.428 54.9423 386.213 55.6533C390.567 59.6328 396.506 62.0609 402.567 62.2479C404.94 62.3184 407.486 62.0989 410.086 60.8732C412.604 59.7406 415.458 56.8778 415.482 53.04C415.589 51.088 414.593 48.6473 413.182 47.3109C411.802 45.9272 410.391 45.2243 409.112 44.65C406.54 43.551 404.208 42.9985 401.939 42.4226L401.923 42.4189C398.009 41.4734 394.294 40.5838 391.253 39.1129C387.079 37.1136 385.097 34.2928 385.111 29.92C384.862 22.559 392.882 17.5105 401.367 17.7165C408.211 17.6393 414.844 19.6012 419.641 24.013L419.203 19.0288C417.119 21.8195 415.037 24.6115 412.957 27.4048L418.312 26.9371C413.415 22.4941 406.988 20.2659 400.567 20.3065C398.439 20.3457 396.127 20.5991 393.749 21.8944C391.351 23.0657 389.228 26.3159 389.403 29.2C389.318 31.1701 390.592 33.5341 391.99 34.5748C393.377 35.7018 394.671 36.2097 395.878 36.6566C398.292 37.4997 400.487 37.9369 402.651 38.4212L402.67 38.4255C411.741 40.1384 420.996 43.2158 420.683 51.84C421.415 61.305 411.807 67.1048 402.007 66.8861C398.416 66.9681 394.823 66.6054 391.416 65.6275C387.326 64.4646 383.521 62.3686 380.427 59.4193C379.72 60.1264 379.013 60.8336 378.306 61.5407C381.587 64.9986 385.794 67.5915 390.326 69.1053C394.102 70.38 398.076 70.9535 402.007 71.0339C407.368 71.126 413.136 70.3511 418.101 67.0728C423.14 63.8784 426.096 57.6427 426.051 51.84C426.41 46.4044 423.101 40.2282 418.321 37.4923C413.666 34.5684 408.681 33.4383 404.063 32.2945L404.082 32.2988C401.965 31.7675 399.855 31.2538 398.129 30.5883C397.281 30.2638 396.539 29.8608 396.229 29.5678C396.072 29.4243 396.041 29.3473 396.044 29.3377C396.05 29.3254 396.046 29.3341 396.05 29.2C396.123 28.4713 396.235 28.299 397.014 27.8368C397.793 27.4215 399.141 27.1847 400.567 27.2135C405.286 27.2795 410.069 29.1061 413.381 32.2629L416.367 34.9761L418.737 31.7952C420.869 29.0419 423.001 26.2872 425.13 23.5311L427.17 20.7993L424.693 18.5469C418.408 12.5391 409.538 9.92878 401.367 9.96354C391.105 9.3092 376.894 16.6103 377.143 29.92C376.62 36.578 381.943 44.0345 387.767 46.3132C392.012 48.3414 396.25 49.2051 400.17 50.0611L400.154 50.0574C402.341 50.5402 404.507 51.0274 406.18 51.6699C407.005 51.9814 407.673 52.3669 407.93 52.597C408.177 52.8546 408.142 52.6859 408.211 53.04C408.285 53.3905 408.047 54.1009 406.946 54.7467C405.88 55.3803 404.273 55.753 402.567 55.8321C397.917 56.0741 393.177 54.7303 389.24 51.9278C388.535 51.4283 387.855 50.883 387.212 50.2997L385.152 48.4019L383.803 50.5372C381.902 53.5466 380.018 56.5682 378.151 59.6018ZM380.583 61.3582L378.151 59.6018L377.455 60.731L378.306 61.5407L380.427 59.4193L380.583 61.3582Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646159)'/%3E%3Cmask id='path-5-outside-3_9052_646159' maskUnits='userSpaceOnUse' x='425.985' y='19' width='42' height='48' fill='black'%3E%3Crect fill='white' x='425.985' y='19' width='42' height='48'/%3E%3Cpath d='M452.46 46.2023L453.012 61.6439L444.363 62L443.811 46.5584L431.286 47.0741L430.985 38.6733L443.511 38.1576L442.982 23.3561L451.63 23L452.159 37.8015L464.685 37.2858L464.985 45.6866L452.46 46.2023Z'/%3E%3C/mask%3E%3Cpath d='M452.46 46.2023L453.012 61.6439L444.363 62L443.811 46.5584L431.286 47.0741L430.985 38.6733L443.511 38.1576L442.982 23.3561L451.63 23L452.159 37.8015L464.685 37.2858L464.985 45.6866L452.46 46.2023Z' fill='white'/%3E%3Cpath d='M453.959 46.1488C452.959 46.1845 451.96 46.2202 450.961 46.2559C450.714 48.6795 450.5 51.1019 450.32 53.5232C450.116 56.2695 449.954 59.0142 449.835 61.7575L452.881 58.4678C449.989 58.3583 447.099 58.2964 444.21 58.2821L448.082 61.867C448.124 57.8326 448.073 53.8015 447.929 49.7737C447.889 48.6543 447.848 47.535 447.806 46.4156L447.669 42.4044L443.647 42.5642C439.472 42.7421 435.297 42.931 431.123 43.1311L435.23 46.9331C435.111 44.1335 434.987 41.3341 434.858 38.5349L431.145 42.5448C435.318 42.3299 439.491 42.1039 443.664 41.8668L447.296 41.774L447.221 38.0249C446.967 33.0939 446.698 28.1633 446.414 23.2334L443.123 26.7876C446.003 26.6058 448.883 26.4187 451.763 26.2263L448.403 23.1154C448.706 28.0447 449.024 32.9735 449.357 37.9017L449.368 40.63L452.275 40.603C456.445 40.2981 460.614 39.9821 464.783 39.655L462.315 37.3705C462.519 40.1671 462.729 42.9635 462.943 45.7597L464.901 43.6445C463.14 43.789 461.379 43.9354 459.618 44.0838C457.211 44.2867 454.805 44.4933 452.398 44.7036C452.439 45.7028 452.48 46.7019 452.522 47.7011C454.937 47.7128 457.353 47.7209 459.768 47.7252C461.535 47.7284 463.302 47.7296 465.069 47.7288L467.177 47.5559L467.028 45.6136C467.042 42.8092 467.051 40.0051 467.055 37.2011L466.875 34.7371L464.587 34.9165C460.406 34.9333 456.225 34.9611 452.044 35L454.962 37.7013C454.942 32.7619 454.907 27.823 454.857 22.8846L454.653 19.5628L451.497 19.7737C448.612 19.8187 445.726 19.869 442.84 19.9245L439.357 20.1444L439.549 23.4788C439.618 28.4165 439.702 33.3536 439.801 38.2902L443.358 34.4484C439.18 34.5551 435.003 34.6729 430.826 34.8018L426.938 35.002L427.113 38.8117C427.184 41.6131 427.261 44.4142 427.342 47.2152L427.511 51.2059L431.448 51.0172C435.624 50.8735 439.8 50.7186 443.976 50.5527L439.816 46.7013C439.855 47.8207 439.894 48.9402 439.934 50.0596C440.078 54.0874 440.315 58.1118 440.645 62.133L440.964 66.0287L444.516 65.7179C447.394 65.4662 450.269 65.1669 453.143 64.82L456.521 64.4121L456.189 61.5303C455.874 58.8026 455.517 56.0763 455.117 53.3517C454.764 50.9495 454.378 48.5485 453.959 46.1488ZM450.961 46.2559L453.959 46.1488L452.522 47.7011L452.398 44.7036L451.12 44.6974L450.961 46.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646159)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .title-svg {
    width: 591px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='591' height='172' viewBox='0 0 591 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_24591' maskUnits='userSpaceOnUse' x='-0.814941' y='94' width='591' height='71' fill='black'%3E%3Crect fill='white' x='-0.814941' y='94' width='591' height='71'/%3E%3Cpath d='M32.6651 152H18.9051V110.64H3.94506V98.64H47.5451V110.64H32.6651V152ZM93.2144 152H54.0944V98.64H93.2144V110.64H67.8544V118.96H92.6544V130.96H67.8544V140H93.2144V152ZM98.2438 152.96V140.8C103.204 140.8 106.404 137.84 107.924 125.68L111.124 98.64H150.884V152H137.124V110.64H123.524L121.604 126.72C119.044 148.32 109.924 152.96 98.2438 152.96ZM199.621 152H160.501V98.64H199.621V110.64H174.261V118.96H199.061V130.96H174.261V140H199.621V152ZM238.81 152H207.61V98.64H237.85C248.41 98.64 253.45 105.52 253.45 112.24C253.45 118.88 249.37 123.36 244.33 124.48C250.01 125.36 254.49 130.8 254.49 137.52C254.49 145.28 249.29 152 238.81 152ZM234.73 119.12C237.53 119.12 239.45 117.28 239.45 114.64C239.45 112.08 237.53 110.24 234.73 110.24H221.37V119.12H234.73ZM235.21 140.4C238.49 140.4 240.49 138.48 240.49 135.6C240.49 132.96 238.57 130.8 235.21 130.8H221.37V140.4H235.21ZM275.265 152H261.985V98.64H275.745V130.08L297.345 98.64H311.585V152H297.745V119.04L275.265 152ZM318.244 161.84V140.8C323.364 140 326.404 137.84 327.924 125.68L331.124 98.64H370.884V140H375.684V161.84H361.844V152H332.004V161.84H318.244ZM341.604 126.72C340.884 132.72 338.804 136.96 335.764 140H357.124V110.64H343.524L341.604 126.72ZM420.714 152H381.594V98.64H420.714V110.64H395.354V118.96H420.154V130.96H395.354V140H420.714V152ZM478.384 152H464.624V130.56H442.464V152H428.704V98.64H442.464V118.56H464.624V98.64H478.384V152ZM501.281 152H488.001V98.64H501.761V130.08L523.361 98.64H537.601V152H523.761V119.04L501.281 152ZM586.339 152H547.219V98.64H586.339V110.64H560.979V118.96H585.779V130.96H560.979V140H586.339V152Z'/%3E%3C/mask%3E%3Cpath d='M32.6651 152H18.9051V110.64H3.94506V98.64H47.5451V110.64H32.6651V152ZM93.2144 152H54.0944V98.64H93.2144V110.64H67.8544V118.96H92.6544V130.96H67.8544V140H93.2144V152ZM98.2438 152.96V140.8C103.204 140.8 106.404 137.84 107.924 125.68L111.124 98.64H150.884V152H137.124V110.64H123.524L121.604 126.72C119.044 148.32 109.924 152.96 98.2438 152.96ZM199.621 152H160.501V98.64H199.621V110.64H174.261V118.96H199.061V130.96H174.261V140H199.621V152ZM238.81 152H207.61V98.64H237.85C248.41 98.64 253.45 105.52 253.45 112.24C253.45 118.88 249.37 123.36 244.33 124.48C250.01 125.36 254.49 130.8 254.49 137.52C254.49 145.28 249.29 152 238.81 152ZM234.73 119.12C237.53 119.12 239.45 117.28 239.45 114.64C239.45 112.08 237.53 110.24 234.73 110.24H221.37V119.12H234.73ZM235.21 140.4C238.49 140.4 240.49 138.48 240.49 135.6C240.49 132.96 238.57 130.8 235.21 130.8H221.37V140.4H235.21ZM275.265 152H261.985V98.64H275.745V130.08L297.345 98.64H311.585V152H297.745V119.04L275.265 152ZM318.244 161.84V140.8C323.364 140 326.404 137.84 327.924 125.68L331.124 98.64H370.884V140H375.684V161.84H361.844V152H332.004V161.84H318.244ZM341.604 126.72C340.884 132.72 338.804 136.96 335.764 140H357.124V110.64H343.524L341.604 126.72ZM420.714 152H381.594V98.64H420.714V110.64H395.354V118.96H420.154V130.96H395.354V140H420.714V152ZM478.384 152H464.624V130.56H442.464V152H428.704V98.64H442.464V118.56H464.624V98.64H478.384V152ZM501.281 152H488.001V98.64H501.761V130.08L523.361 98.64H537.601V152H523.761V119.04L501.281 152ZM586.339 152H547.219V98.64H586.339V110.64H560.979V118.96H585.779V130.96H560.979V140H586.339V152Z' fill='white'/%3E%3Cpath d='M32.6651 153.5C32.6651 152.5 32.6651 151.5 32.6651 150.5C29.4331 150.167 26.2011 149.867 22.9691 149.6C21.6144 149.488 20.2597 149.382 18.9051 149.282L21.6228 152C22.4776 140.427 22.9051 128.853 22.9051 117.28C22.9051 115.067 22.9033 112.853 22.8998 110.64L22.9061 106.651L18.9051 106.645C13.9184 106.653 8.93173 106.67 3.94506 106.695L7.88992 110.64C7.86949 106.64 7.8434 102.64 7.81163 98.64L3.94506 102.507C18.4784 102.391 33.0117 102.201 47.5451 101.936L44.2494 98.64C44.3224 102.64 44.4011 106.64 44.4854 110.64L47.5451 107.58C42.5851 107.685 37.6251 107.798 32.6651 107.92L30.0139 107.855L29.9453 110.64C30.205 121.195 30.5042 131.749 30.8428 142.304C30.9465 145.536 31.0539 148.768 31.1651 152C32.1651 152 33.1651 152 34.1651 152C34.2762 148.768 34.3836 145.536 34.4873 142.304C34.8259 131.749 35.1251 121.195 35.3848 110.64L32.6651 113.36C37.6251 113.482 42.5851 113.595 47.5451 113.7L50.6678 113.634L50.6047 110.64C50.689 106.64 50.7677 102.64 50.8407 98.64L50.7795 95.2854L47.5451 95.3444C33.0117 95.0792 18.4784 94.8889 3.94506 94.7734L0.0480247 94.8044L0.0784879 98.64C0.0467191 102.64 0.0206232 106.64 0.000200272 110.64L0.0204439 114.605L3.94506 114.585C8.93173 114.61 13.9184 114.627 18.9051 114.635L14.9103 110.64C14.9068 112.853 14.9051 115.067 14.9051 117.28C14.9051 128.853 15.3325 140.427 16.1873 152L16.4017 154.903L18.9051 154.718C20.2597 154.618 21.6144 154.512 22.9691 154.4C26.2011 154.133 29.4331 153.833 32.6651 153.5ZM32.6651 150.5V153.5L34.2111 153.341L34.1651 152H31.1651L32.6651 150.5ZM93.2144 153.5C93.2144 152.5 93.2144 151.5 93.2144 150.5C88.4598 150.167 83.7051 149.867 78.9504 149.6C70.6651 149.135 62.3798 148.772 54.0944 148.51L57.5848 152C57.9246 141.267 58.0944 130.533 58.0944 119.8C58.0944 112.747 58.0863 105.693 58.07 98.64L54.0944 102.616C67.1344 102.585 80.1744 102.527 93.2144 102.442L89.4129 98.64C89.4392 102.64 89.4682 106.64 89.4997 110.64L93.2144 106.925C84.7611 106.992 76.3078 107.07 67.8544 107.161L64.4126 107.124L64.3751 110.64C64.4046 113.413 64.4355 116.187 64.4676 118.96L64.4288 122.307L67.8544 122.347C76.1211 122.251 84.3878 122.144 92.6544 122.026L89.5882 118.96C89.6453 122.96 89.705 126.96 89.7674 130.96L92.6544 128.073C84.3878 128.202 76.1211 128.342 67.8544 128.493L65.4336 128.449L65.3877 130.96C65.4428 133.973 65.4995 136.987 65.5576 140L65.5142 142.252L67.8544 142.297C75.5531 142.148 83.2518 141.99 90.9504 141.822C91.7051 141.806 92.4598 141.789 93.2144 141.773L91.4419 140C91.5301 144 91.621 148 91.7144 152C92.7144 152 93.7144 152 94.7144 152C94.8079 148 94.8988 144 94.987 140L94.9471 138.189L93.2144 138.227C92.4598 138.211 91.7051 138.194 90.9504 138.178C83.2518 138.01 75.5531 137.852 67.8544 137.703L70.1513 140C70.2094 136.987 70.266 133.973 70.3212 130.96L67.8544 133.427C76.1211 133.578 84.3878 133.718 92.6544 133.847L95.5858 133.801L95.5415 130.96C95.6038 126.96 95.6636 122.96 95.7207 118.96L95.6763 115.851L92.6544 115.894C84.3878 115.776 76.1211 115.669 67.8544 115.573L71.2413 118.96C71.2734 116.187 71.3042 113.413 71.3338 110.64L67.8544 114.119C76.3078 114.21 84.7611 114.288 93.2144 114.355L96.9582 114.325L96.9291 110.64C96.9607 106.64 96.9897 102.64 97.016 98.64L96.9908 94.8136L93.2144 94.8384C80.1744 94.7526 67.1344 94.6946 54.0944 94.6644L50.1097 94.6737L50.1189 98.64C50.1026 105.693 50.0944 112.747 50.0944 119.8C50.0944 130.533 50.2643 141.267 50.604 152L50.7179 155.597L54.0944 155.49C62.3798 155.228 70.6651 154.865 78.9504 154.4C83.7051 154.133 88.4598 153.833 93.2144 153.5ZM93.2144 150.5V153.5L94.747 153.393L94.7144 152H91.7144L93.2144 150.5ZM96.7438 152.96C97.7438 152.96 98.7438 152.96 99.7438 152.96C100.037 148.907 100.304 144.853 100.545 140.8L98.2438 143.101C98.9083 143.135 99.6037 143.124 100.325 143.033C104.607 142.693 107.589 138.574 108.719 135.544C110.02 132.344 110.654 129.208 111.177 126.087L111.18 126.065C112.596 117.093 113.885 108.106 115.045 99.104L111.124 102.588C114.44 102.623 117.756 102.64 121.072 102.64C131.009 102.64 140.947 102.623 150.884 102.588L146.935 98.64C146.997 116.427 147.113 134.213 147.285 152L150.884 148.401C146.297 148.445 141.71 148.493 137.124 148.545L140.579 152C140.424 138.213 140.236 124.427 140.015 110.64L140.06 107.796L137.124 107.749C132.59 107.822 128.057 107.898 123.524 107.978L121.208 107.937L120.881 110.324C120.335 115.696 119.794 121.068 119.259 126.44C118.402 134.589 116.582 143.365 110.375 148.022C107.078 150.494 102.687 151.364 98.2438 151.46C98.2438 152.46 98.2438 153.46 98.2438 154.46C102.965 154.579 108.156 153.922 112.466 151.007C120.578 145.324 122.654 135.506 123.949 126.998C124.693 121.652 125.433 116.304 126.167 110.956L123.524 113.302C128.057 113.382 132.59 113.458 137.124 113.531L134.233 110.64C134.012 124.427 133.824 138.213 133.669 152L133.708 155.494L137.124 155.455C141.71 155.507 146.297 155.555 150.884 155.599L154.517 155.564L154.483 152C154.654 134.213 154.771 116.427 154.832 98.64L154.819 94.6779L150.884 94.6915C140.947 94.6572 131.009 94.64 121.072 94.64C117.756 94.64 114.44 94.6572 111.124 94.6917L107.575 94.7285L107.203 98.176C106.23 107.2 105.385 116.24 104.668 125.295L104.671 125.273C104.156 130.846 103.263 137.587 99.5125 138.302C99.1291 138.401 98.7015 138.465 98.2438 138.499L95.814 138.643L95.9425 140.8C96.1839 144.853 96.451 148.907 96.7438 152.96ZM99.7438 152.96H96.7438L96.8546 154.493L98.2438 154.46V151.46L99.7438 152.96ZM199.621 153.5C199.621 152.5 199.621 151.5 199.621 150.5C194.866 150.167 190.111 149.867 185.357 149.6C177.071 149.135 168.786 148.772 160.501 148.51L163.991 152C164.331 141.267 164.501 130.533 164.501 119.8C164.501 112.747 164.493 105.693 164.476 98.64L160.501 102.616C173.541 102.585 186.581 102.527 199.621 102.442L195.819 98.64C195.845 102.64 195.874 106.64 195.906 110.64L199.621 106.925C191.167 106.992 182.714 107.07 174.261 107.161L170.819 107.124L170.781 110.64C170.811 113.413 170.842 116.187 170.874 118.96L170.835 122.307L174.261 122.347C182.527 122.251 190.794 122.144 199.061 122.026L195.994 118.96C196.052 122.96 196.111 126.96 196.174 130.96L199.061 128.073C190.794 128.202 182.527 128.342 174.261 128.493L171.84 128.449L171.794 130.96C171.849 133.973 171.906 136.987 171.964 140L171.92 142.252L174.261 142.297C181.959 142.148 189.658 141.99 197.357 141.822C198.111 141.806 198.866 141.789 199.621 141.773L197.848 140C197.936 144 198.027 148 198.121 152C199.121 152 200.121 152 201.121 152C201.214 148 201.305 144 201.393 140L201.353 138.189L199.621 138.227C198.866 138.211 198.111 138.194 197.357 138.178C189.658 138.01 181.959 137.852 174.261 137.703L176.558 140C176.616 136.987 176.672 133.973 176.727 130.96L174.261 133.427C182.527 133.578 190.794 133.718 199.061 133.847L201.992 133.801L201.948 130.96C202.01 126.96 202.07 122.96 202.127 118.96L202.083 115.851L199.061 115.894C190.794 115.776 182.527 115.669 174.261 115.573L177.648 118.96C177.68 116.187 177.71 113.413 177.74 110.64L174.261 114.119C182.714 114.21 191.167 114.288 199.621 114.355L203.364 114.325L203.335 110.64C203.367 106.64 203.396 102.64 203.422 98.64L203.397 94.8136L199.621 94.8384C186.581 94.7526 173.541 94.6946 160.501 94.6644L156.516 94.6737L156.525 98.64C156.509 105.693 156.501 112.747 156.501 119.8C156.501 130.533 156.671 141.267 157.01 152L157.124 155.597L160.501 155.49C168.786 155.228 177.071 154.865 185.357 154.4C190.111 154.133 194.866 153.833 199.621 153.5ZM199.621 150.5V153.5L201.153 153.393L201.121 152H198.121L199.621 150.5ZM238.81 153.5C238.81 152.5 238.81 151.5 238.81 150.5C235.534 150.167 232.258 149.867 228.982 149.6C221.858 149.02 214.734 148.598 207.61 148.333L211.277 152C211.499 146.021 211.61 140.041 211.61 134.062C211.61 122.254 211.562 110.447 211.466 98.64L207.61 102.496C217.69 102.414 227.77 102.296 237.85 102.144C244.505 101.791 250.28 105.993 250.358 112.24C250.568 116.699 247.917 120.803 243.74 121.823L243.913 127.17C248.421 127.638 252.178 132.419 252.241 137.52C252.414 141.644 250.68 145.746 247.234 148.032C244.881 149.64 241.885 150.395 238.81 150.5C238.81 151.5 238.81 152.5 238.81 153.5C242.276 153.613 245.952 153.017 249.172 151.119C253.922 148.434 256.698 142.84 256.739 137.52C257.038 130.695 252.421 123.135 244.747 121.79L244.921 127.137C251.822 125.947 256.706 118.81 256.542 112.24C257.174 102.244 246.605 94.5459 237.85 95.136C227.77 94.9837 217.69 94.8665 207.61 94.7843L203.723 94.816L203.754 98.64C203.658 110.447 203.61 122.254 203.61 134.062C203.61 140.041 203.721 146.021 203.943 152L204.084 155.798L207.61 155.667C214.734 155.402 221.858 154.98 228.982 154.4C232.258 154.133 235.534 153.833 238.81 153.5ZM238.81 150.5V153.5V150.5ZM234.73 115.12C234.73 117.787 234.73 120.453 234.73 123.12C236.086 123.121 237.572 122.852 238.983 122.125C241.779 120.809 243.565 117.392 243.45 114.64C243.836 110.044 238.614 105.816 234.73 106.24C230.277 106.24 225.823 106.24 221.37 106.24H217.37V110.24C217.37 113.2 217.37 116.16 217.37 119.12V123.12H221.37C224.988 123.12 228.605 123.12 232.223 123.12C233.059 123.12 233.894 123.12 234.73 123.12C234.73 120.453 234.73 117.787 234.73 115.12C233.894 115.12 233.059 115.12 232.223 115.12C228.605 115.12 224.988 115.12 221.37 115.12L225.37 119.12C225.37 116.16 225.37 113.2 225.37 110.24L221.37 114.24C225.823 114.24 230.277 114.24 234.73 114.24C235.193 114.24 235.382 114.373 235.399 114.393C235.41 114.42 235.436 114.365 235.45 114.64C235.449 114.856 235.406 114.936 235.396 114.954C235.382 114.972 235.398 114.969 235.321 115.013C235.243 115.055 235.045 115.121 234.73 115.12ZM234.73 123.12V115.12V123.12ZM235.21 136.4C235.21 139.067 235.21 141.733 235.21 144.4C236.52 144.398 237.958 144.202 239.42 143.563C242.514 142.409 244.678 138.501 244.49 135.6C244.525 133.301 243.503 130.671 241.547 129.02C239.609 127.34 237.2 126.792 235.21 126.8C230.597 126.8 225.983 126.8 221.37 126.8H217.37V130.8C217.37 134 217.37 137.2 217.37 140.4V144.4H221.37C225.094 144.4 228.819 144.4 232.543 144.4C233.432 144.4 234.321 144.4 235.21 144.4C235.21 141.733 235.21 139.067 235.21 136.4C234.321 136.4 233.432 136.4 232.543 136.4C228.819 136.4 225.094 136.4 221.37 136.4L225.37 140.4C225.37 137.2 225.37 134 225.37 130.8L221.37 134.8C225.983 134.8 230.597 134.8 235.21 134.8C235.88 134.798 236.218 134.981 236.311 135.069C236.402 135.16 236.478 135.232 236.49 135.6C236.49 135.927 236.421 136.067 236.4 136.101C236.373 136.134 236.383 136.153 236.203 136.239C236.031 136.317 235.678 136.402 235.21 136.4ZM235.21 144.4V136.4V144.4ZM275.265 153.5C275.265 152.5 275.265 151.5 275.265 150.5C270.838 150.209 266.412 149.943 261.985 149.703L264.282 152C264.317 151.355 264.351 150.711 264.385 150.066C265.286 132.924 265.807 115.782 265.947 98.64L261.985 102.602C265.128 102.627 268.272 102.64 271.415 102.64C272.859 102.64 274.302 102.64 275.745 102.639L271.746 98.64C271.75 109.12 271.77 119.6 271.806 130.08L271.787 142.762L278.991 132.31C286.155 121.806 293.3 111.288 300.426 100.757L297.345 102.378C302.092 102.344 306.838 102.307 311.585 102.267L307.958 98.64C308.109 116.427 308.305 134.213 308.546 152L311.585 148.961C306.972 149.024 302.358 149.09 297.745 149.159L300.587 152C300.423 141.013 300.241 130.027 300.043 119.04L300.101 111.612L295.847 117.745C291.334 124.626 286.829 131.512 282.332 138.404C279.56 142.652 276.792 146.903 274.026 151.155C274.852 151.718 275.678 152.282 276.504 152.845C279.454 148.718 282.4 144.589 285.343 140.458C290.118 133.756 294.885 127.048 299.643 120.335L295.447 119.04C295.249 130.027 295.067 141.013 294.904 152L294.947 154.883L297.745 154.841C302.358 154.91 306.972 154.976 311.585 155.039L314.664 154.997L314.624 152C314.865 134.213 315.061 116.427 315.212 98.64L315.181 94.9826L311.585 95.013C306.838 94.9729 302.092 94.9359 297.345 94.9023L295.352 94.9164L294.264 96.5235C286.99 106.952 279.735 117.394 272.499 127.85L279.684 130.08C279.72 119.6 279.74 109.12 279.744 98.64L279.742 94.6392L275.745 94.6409C274.302 94.6403 272.859 94.64 271.415 94.64C268.272 94.64 265.128 94.6528 261.985 94.6784L257.991 94.711L258.023 98.64C258.163 115.782 258.684 132.924 259.585 150.066C259.619 150.711 259.653 151.355 259.688 152L259.819 154.414L261.985 154.297C266.412 154.057 270.838 153.791 275.265 153.5ZM275.265 150.5V153.5L276.115 153.444L276.504 152.845L274.026 151.155L275.265 150.5ZM316.744 161.84C317.744 161.84 318.744 161.84 319.744 161.84C320.077 157.626 320.377 153.413 320.644 149.199C320.821 146.399 320.983 143.6 321.131 140.8L318.69 143.653C320.484 143.458 322.684 143.032 324.675 141.657C326.664 140.297 327.937 138.339 328.776 136.564C330.428 132.953 331.03 129.539 331.579 126.137L331.582 126.113C332.673 118.691 333.659 111.256 334.54 103.809C334.725 102.242 334.91 100.676 335.095 99.1099L331.124 102.638C344.377 102.63 357.63 102.584 370.884 102.502L367.021 98.64C367.107 112.427 367.232 126.213 367.396 140L367.355 143.445L370.884 143.487C372.484 143.468 374.084 143.449 375.684 143.429L372.255 140C372.347 147.28 372.45 154.56 372.564 161.84L375.684 158.72C371.07 158.792 366.457 158.869 361.844 158.95L364.734 161.84C364.676 158.56 364.617 155.28 364.554 152L364.605 149.342L361.844 149.289C351.897 149.478 341.95 149.687 332.004 149.916L329.969 149.869L329.92 152C329.996 155.28 330.074 158.56 330.154 161.84L332.004 159.99C331.631 159.999 331.258 160.009 330.885 160.018C326.671 160.121 322.457 160.229 318.244 160.34C318.244 161.34 318.244 162.34 318.244 163.34C322.457 163.451 326.671 163.559 330.885 163.662C331.258 163.671 331.631 163.681 332.004 163.69L333.898 163.643L333.853 161.84C333.934 158.56 334.012 155.28 334.087 152L332.004 154.084C341.95 154.313 351.897 154.522 361.844 154.711L359.133 152C359.071 155.28 359.011 158.56 358.954 161.84L359.005 164.78L361.844 164.73C366.457 164.811 371.07 164.888 375.684 164.96L378.852 164.911L378.804 161.84C378.918 154.56 379.021 147.28 379.112 140L379.069 136.529L375.684 136.571C374.084 136.551 372.484 136.532 370.884 136.513L374.371 140C374.536 126.213 374.661 112.427 374.746 98.64L374.722 94.7539L370.884 94.7776C357.63 94.6956 344.377 94.6503 331.124 94.6416L327.568 94.6439L327.153 98.1701C326.967 99.7361 326.781 101.302 326.595 102.868C325.714 110.316 324.938 117.775 324.266 125.247L324.269 125.223C323.966 128.33 323.541 131.446 322.637 133.901C321.634 136.414 320.79 137.286 317.798 137.947L315.234 138.488L315.356 140.8C315.504 143.6 315.667 146.399 315.844 149.199C316.11 153.413 316.41 157.626 316.744 161.84ZM319.744 161.84H316.744L316.865 163.376L318.244 163.34V160.34L319.744 161.84ZM345.575 127.197C342.928 126.879 340.28 126.561 337.632 126.243C337.465 127.641 337.205 128.999 336.835 130.282C336.059 132.992 334.779 135.337 332.935 137.172L326.107 144H335.764C342.884 144 350.004 144 357.124 144H361.124V140C361.124 130.213 361.124 120.427 361.124 110.64V106.64H357.124C352.59 106.64 348.057 106.64 343.524 106.64H339.973L339.552 110.166C339.1 113.949 338.649 117.731 338.197 121.514C338.009 123.091 337.82 124.669 337.632 126.246C340.28 126.562 342.928 126.878 345.576 127.194C345.764 125.617 345.952 124.04 346.141 122.463C346.592 118.68 347.044 114.897 347.496 111.114L343.524 114.64C348.057 114.64 352.59 114.64 357.124 114.64L353.124 110.64C353.124 120.427 353.124 130.213 353.124 140L357.124 136C350.004 136 342.884 136 335.764 136L338.592 142.828C341.506 139.946 343.473 136.206 344.523 132.497C345.031 130.73 345.364 128.954 345.575 127.197ZM337.632 126.243L345.575 127.197L337.632 126.246L337.632 126.243ZM420.714 153.5C420.714 152.5 420.714 151.5 420.714 150.5C415.96 150.167 411.205 149.867 406.45 149.6C398.165 149.135 389.88 148.772 381.594 148.51L385.085 152C385.425 141.267 385.594 130.533 385.594 119.8C385.594 112.747 385.586 105.693 385.57 98.64L381.594 102.616C394.634 102.585 407.674 102.527 420.714 102.442L416.913 98.64C416.939 102.64 416.968 106.64 417 110.64L420.714 106.925C412.261 106.992 403.808 107.07 395.354 107.161L391.913 107.124L391.875 110.64C391.905 113.413 391.935 116.187 391.968 118.96L391.929 122.307L395.354 122.347C403.621 122.251 411.888 122.144 420.154 122.026L417.088 118.96C417.145 122.96 417.205 126.96 417.267 130.96L420.154 128.073C411.888 128.202 403.621 128.342 395.354 128.493L392.934 128.449L392.888 130.96C392.943 133.973 392.999 136.987 393.058 140L393.014 142.252L395.354 142.297C403.053 142.148 410.752 141.99 418.45 141.822C419.205 141.806 419.96 141.789 420.714 141.773L418.942 140C419.03 144 419.121 148 419.214 152C420.214 152 421.214 152 422.214 152C422.308 148 422.399 144 422.487 140L422.447 138.189L420.714 138.227C419.96 138.211 419.205 138.194 418.45 138.178C410.752 138.01 403.053 137.852 395.354 137.703L397.651 140C397.709 136.987 397.766 133.973 397.821 130.96L395.354 133.427C403.621 133.578 411.888 133.718 420.154 133.847L423.086 133.801L423.041 130.96C423.104 126.96 423.164 122.96 423.221 118.96L423.176 115.851L420.154 115.894C411.888 115.776 403.621 115.669 395.354 115.573L398.741 118.96C398.773 116.187 398.804 113.413 398.834 110.64L395.354 114.119C403.808 114.21 412.261 114.288 420.714 114.355L424.458 114.325L424.429 110.64C424.461 106.64 424.49 102.64 424.516 98.64L424.491 94.8136L420.714 94.8384C407.674 94.7526 394.634 94.6946 381.594 94.6644L377.61 94.6737L377.619 98.64C377.603 105.693 377.594 112.747 377.594 119.8C377.594 130.533 377.764 141.267 378.104 152L378.218 155.597L381.594 155.49C389.88 155.228 398.165 154.865 406.45 154.4C411.205 154.133 415.96 153.833 420.714 153.5ZM420.714 150.5V153.5L422.247 153.393L422.214 152H419.214L420.714 150.5ZM478.384 153.5C478.384 152.5 478.384 151.5 478.384 150.5C473.797 150.182 469.21 149.895 464.624 149.638L466.986 152C466.999 151.773 467.011 151.547 467.024 151.32C467.407 144.4 467.722 137.48 467.967 130.56L468.082 127.339L464.624 127.217C457.237 126.954 449.85 126.771 442.464 126.666L438.626 126.611L438.569 130.56C438.499 135.507 438.464 140.453 438.464 145.4C438.464 147.6 438.465 149.8 438.466 152L442.464 148.002C437.877 148.006 433.29 148.012 428.704 148.022L432.682 152C432.643 134.213 432.554 116.427 432.414 98.64L428.704 102.35C433.29 102.314 437.877 102.275 442.464 102.232L438.872 98.64C438.934 105.28 439.002 111.92 439.078 118.56L439.04 121.906L442.464 121.945C449.85 121.861 457.237 121.768 464.624 121.666L467.686 121.708L467.729 118.56C467.638 111.92 467.539 105.28 467.433 98.64L464.624 101.449C469.21 101.376 473.797 101.3 478.384 101.22L475.804 98.64C476.029 111.613 476.282 124.587 476.562 137.56C476.665 142.373 476.773 147.187 476.884 152C477.884 152 478.884 152 479.884 152C479.995 147.187 480.102 142.373 480.206 137.56C480.486 124.587 480.738 111.613 480.964 98.64L480.918 96.0159L478.384 96.06C473.797 95.9802 469.21 95.9037 464.624 95.8307L461.77 95.8761L461.814 98.64C461.709 105.28 461.61 111.92 461.518 118.56L464.624 115.454C457.237 115.352 449.85 115.259 442.464 115.175L445.849 118.56C445.925 111.92 445.994 105.28 446.056 98.64L446.022 95.0146L442.464 95.0478C437.877 95.005 433.29 94.9656 428.704 94.9296L424.964 94.959L424.993 98.64C424.854 116.427 424.764 134.213 424.726 152L424.735 155.987L428.704 155.978C433.29 155.988 437.877 155.994 442.464 155.998L446.464 155.995L446.461 152C446.463 149.8 446.464 147.6 446.464 145.4C446.464 140.453 446.429 135.507 446.358 130.56L442.464 134.454C449.85 134.349 457.237 134.166 464.624 133.903L461.28 130.56C461.526 137.48 461.84 144.4 462.224 151.32C462.236 151.547 462.249 151.773 462.262 152L462.401 154.487L464.624 154.362C469.21 154.105 473.797 153.818 478.384 153.5ZM478.384 150.5V153.5L479.916 153.394L479.884 152H476.884L478.384 150.5ZM501.281 153.5C501.281 152.5 501.281 151.5 501.281 150.5C496.854 150.209 492.427 149.943 488.001 149.703L490.297 152C490.332 151.355 490.367 150.711 490.401 150.066C491.302 132.924 491.823 115.782 491.962 98.64L488.001 102.602C491.144 102.627 494.288 102.64 497.431 102.64C498.874 102.64 500.317 102.64 501.761 102.639L497.762 98.64C497.766 109.12 497.786 119.6 497.822 130.08L497.803 142.762L505.007 132.31C512.171 121.806 519.316 111.288 526.441 100.757L523.361 102.378C528.107 102.344 532.854 102.307 537.601 102.267L533.974 98.64C534.124 116.427 534.32 134.213 534.562 152L537.601 148.961C532.987 149.024 528.374 149.09 523.761 149.159L526.602 152C526.438 141.013 526.257 130.027 526.058 119.04L526.117 111.612L521.862 117.745C517.349 124.626 512.845 131.512 508.348 138.404C505.576 142.652 502.807 146.903 500.041 151.155C500.868 151.718 501.694 152.282 502.52 152.845C505.469 148.718 508.415 144.589 511.359 140.458C516.133 133.756 520.9 127.048 525.659 120.335L521.463 119.04C521.264 130.027 521.083 141.013 520.919 152L520.962 154.883L523.761 154.841C528.374 154.91 532.987 154.976 537.601 155.039L540.68 154.997L540.639 152C540.881 134.213 541.077 116.427 541.228 98.64L541.197 94.9826L537.601 95.013C532.854 94.9729 528.107 94.9359 523.361 94.9023L521.367 94.9164L520.28 96.5235C513.006 106.952 505.75 117.394 498.514 127.85L505.699 130.08C505.735 119.6 505.755 109.12 505.76 98.64L505.758 94.6392L501.761 94.6409C500.317 94.6403 498.874 94.64 497.431 94.64C494.288 94.64 491.144 94.6528 488.001 94.6784L484.007 94.711L484.039 98.64C484.179 115.782 484.699 132.924 485.601 150.066C485.635 150.711 485.669 151.355 485.704 152L485.835 154.414L488.001 154.297C492.427 154.057 496.854 153.791 501.281 153.5ZM501.281 150.5V153.5L502.13 153.444L502.52 152.845L500.041 151.155L501.281 150.5ZM586.339 153.5C586.339 152.5 586.339 151.5 586.339 150.5C581.585 150.167 576.83 149.867 572.075 149.6C563.79 149.135 555.505 148.772 547.219 148.51L550.71 152C551.05 141.267 551.219 130.533 551.219 119.8C551.219 112.747 551.211 105.693 551.195 98.64L547.219 102.616C560.259 102.585 573.299 102.527 586.339 102.442L582.538 98.64C582.564 102.64 582.593 106.64 582.625 110.64L586.339 106.925C577.886 106.992 569.433 107.07 560.979 107.161L557.538 107.124L557.5 110.64C557.53 113.413 557.56 116.187 557.593 118.96L557.554 122.307L560.979 122.347C569.246 122.251 577.513 122.144 585.779 122.026L582.713 118.96C582.77 122.96 582.83 126.96 582.892 130.96L585.779 128.073C577.513 128.202 569.246 128.342 560.979 128.493L558.559 128.449L558.513 130.96C558.568 133.973 558.624 136.987 558.683 140L558.639 142.252L560.979 142.297C568.678 142.148 576.377 141.99 584.075 141.822C584.83 141.806 585.585 141.789 586.339 141.773L584.567 140C584.655 144 584.746 148 584.839 152C585.839 152 586.839 152 587.839 152C587.933 148 588.024 144 588.112 140L588.072 138.189L586.339 138.227C585.585 138.211 584.83 138.194 584.075 138.178C576.377 138.01 568.678 137.852 560.979 137.703L563.276 140C563.334 136.987 563.391 133.973 563.446 130.96L560.979 133.427C569.246 133.578 577.513 133.718 585.779 133.847L588.711 133.801L588.666 130.96C588.729 126.96 588.789 122.96 588.846 118.96L588.801 115.851L585.779 115.894C577.513 115.776 569.246 115.669 560.979 115.573L564.366 118.96C564.398 116.187 564.429 113.413 564.459 110.64L560.979 114.119C569.433 114.21 577.886 114.288 586.339 114.355L590.083 114.325L590.054 110.64C590.086 106.64 590.115 102.64 590.141 98.64L590.116 94.8136L586.339 94.8384C573.299 94.7526 560.259 94.6946 547.219 94.6644L543.235 94.6737L543.244 98.64C543.228 105.693 543.219 112.747 543.219 119.8C543.219 130.533 543.389 141.267 543.729 152L543.843 155.597L547.219 155.49C555.505 155.228 563.79 154.865 572.075 154.4C576.83 154.133 581.585 153.833 586.339 153.5ZM586.339 150.5V153.5L587.872 153.393L587.839 152H584.839L586.339 150.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_24591)'/%3E%3Cmask id='path-3-outside-2_7301_24591' maskUnits='userSpaceOnUse' x='2.18506' y='8' width='420' height='62' fill='black'%3E%3Crect fill='white' x='2.18506' y='8' width='420' height='62'/%3E%3Cpath d='M20.2651 66H6.98506V12.64H20.7451V44.08L42.3451 12.64H56.5851V66H42.7451V33.04L20.2651 66ZM115.884 66H102.124V44.56H79.9638V66H66.2038V12.64H79.9638V32.56H102.124V12.64H115.884V66ZM151.181 66H137.421V24.64H122.461V12.64H166.061V24.64H151.181V66ZM211.73 66H172.61V12.64H211.73V24.64H186.37V32.96H211.17V44.96H186.37V54H211.73V66ZM233.479 66H219.719V12.64H246.439C258.439 12.64 264.999 20.72 264.999 30.4C264.999 40 258.439 48.08 246.439 48.08H233.479V66ZM244.599 36.08C248.279 36.08 250.999 34 250.999 30.4C250.999 26.72 248.279 24.64 244.599 24.64H233.479V36.08H244.599ZM320.806 66H307.046V44.56H284.886V66H271.126V12.64H284.886V32.56H307.046V12.64H320.806V66ZM369.543 66H330.423V12.64H369.543V24.64H344.183V32.96H368.983V44.96H344.183V54H369.543V66ZM403.212 66H389.452V24.64H374.492V12.64H418.092V24.64H403.212V66Z'/%3E%3C/mask%3E%3Cpath d='M20.2651 66H6.98506V12.64H20.7451V44.08L42.3451 12.64H56.5851V66H42.7451V33.04L20.2651 66ZM115.884 66H102.124V44.56H79.9638V66H66.2038V12.64H79.9638V32.56H102.124V12.64H115.884V66ZM151.181 66H137.421V24.64H122.461V12.64H166.061V24.64H151.181V66ZM211.73 66H172.61V12.64H211.73V24.64H186.37V32.96H211.17V44.96H186.37V54H211.73V66ZM233.479 66H219.719V12.64H246.439C258.439 12.64 264.999 20.72 264.999 30.4C264.999 40 258.439 48.08 246.439 48.08H233.479V66ZM244.599 36.08C248.279 36.08 250.999 34 250.999 30.4C250.999 26.72 248.279 24.64 244.599 24.64H233.479V36.08H244.599ZM320.806 66H307.046V44.56H284.886V66H271.126V12.64H284.886V32.56H307.046V12.64H320.806V66ZM369.543 66H330.423V12.64H369.543V24.64H344.183V32.96H368.983V44.96H344.183V54H369.543V66ZM403.212 66H389.452V24.64H374.492V12.64H418.092V24.64H403.212V66Z' fill='white'/%3E%3Cpath d='M20.2651 67.5C20.2651 66.5 20.2651 65.5 20.2651 64.5C15.8384 64.209 11.4117 63.9435 6.98506 63.7033L9.28174 66C9.31672 65.3553 9.35116 64.7106 9.38506 64.0659C10.2864 46.924 10.807 29.782 10.9466 12.64L6.98506 16.6016C10.1285 16.6272 13.2719 16.64 16.4153 16.64C17.8586 16.64 19.3018 16.6397 20.7451 16.6391L16.746 12.64C16.7503 23.12 16.7705 33.6 16.8065 44.08L16.7873 56.7622L23.9913 46.3103C31.1553 35.8055 38.3002 25.2876 45.4258 14.7565L42.3451 16.3777C47.0917 16.3441 51.8384 16.3071 56.5851 16.267L52.9581 12.64C53.1086 30.4267 53.3047 48.2133 53.5464 66L56.5851 62.9613C51.9717 63.024 47.3584 63.0897 42.7451 63.1586L45.5865 66C45.4226 55.0133 45.2414 44.0267 45.0428 33.04L45.1013 25.6119L40.8468 31.7453C36.3339 38.6262 31.829 45.5125 27.3322 52.4043C24.5603 56.6524 21.7916 60.9025 19.0258 65.1548C19.852 65.7183 20.6781 66.2817 21.5043 66.8452C24.4536 62.7181 27.3998 58.589 30.343 54.4578C35.1178 47.7556 39.8846 41.0479 44.6433 34.3347L40.4474 33.04C40.2487 44.0267 40.0675 55.0133 39.9036 66L39.9466 68.8832L42.7451 68.8414C47.3584 68.9103 51.9717 68.976 56.5851 69.0387L59.6645 68.9968L59.6237 66C59.8654 48.2133 60.0615 30.4267 60.212 12.64L60.1811 8.9826L56.5851 9.01304C51.8384 8.97287 47.0917 8.93594 42.3451 8.90225L40.3517 8.9164L39.2643 10.5235C31.99 20.9524 24.7348 31.3945 17.4988 41.8497L24.6836 44.08C24.7196 33.6 24.7398 23.12 24.7442 12.64L24.7425 8.63923L20.7451 8.6409C19.3018 8.6403 17.8586 8.64 16.4154 8.64C13.2719 8.64 10.1285 8.6528 6.98506 8.67842L2.99146 8.71096L3.02348 12.64C3.16316 29.782 3.68368 46.924 4.58506 64.0659C4.61896 64.7106 4.6534 65.3553 4.68837 66L4.81935 68.4142L6.98506 68.2967C11.4117 68.0565 15.8384 67.791 20.2651 67.5ZM20.2651 64.5V67.5L21.1147 67.4442L21.5043 66.8452L19.0258 65.1548L20.2651 64.5ZM115.884 67.5C115.884 66.5 115.884 65.5 115.884 64.5C111.297 64.1824 106.71 63.895 102.124 63.6379L104.486 66C104.499 65.7733 104.511 65.5467 104.524 65.32C104.907 58.4 105.222 51.48 105.467 44.56L105.582 41.3393L102.124 41.2166C94.7371 40.9544 87.3505 40.7708 79.9638 40.6656L76.1256 40.611L76.0694 44.56C75.999 49.5067 75.9638 54.4533 75.9638 59.4C75.9638 61.6 75.9646 63.8 75.9661 66L79.9638 62.0023C75.3771 62.0055 70.7905 62.0121 66.2038 62.0221L70.1817 66C70.1431 48.2133 70.054 30.4267 69.9142 12.64L66.2038 16.3504C70.7905 16.3144 75.3771 16.275 79.9638 16.2322L76.3716 12.64C76.4335 19.28 76.5025 25.92 76.5785 32.56L76.5402 35.9062L79.9638 35.9453C87.3505 35.8608 94.7371 35.7675 102.124 35.6655L105.186 35.7078L105.229 32.56C105.138 25.92 105.039 19.28 104.933 12.64L102.124 15.4493C106.71 15.3763 111.297 15.2998 115.884 15.22L113.304 12.64C113.529 25.6133 113.782 38.5867 114.062 51.56C114.165 56.3733 114.273 61.1867 114.384 66C115.384 66 116.384 66 117.384 66C117.495 61.1867 117.602 56.3733 117.706 51.56C117.986 38.5867 118.238 25.6133 118.464 12.64L118.418 10.0159L115.884 10.06C111.297 9.98016 106.71 9.90373 102.124 9.83066L99.2704 9.87612L99.3145 12.64C99.2087 19.28 99.11 25.92 99.0183 32.56L102.124 29.4545C94.7371 29.3525 87.3505 29.2592 79.9638 29.1747L83.3492 32.56C83.4252 25.92 83.4941 19.28 83.556 12.64L83.5222 9.01461L79.9638 9.04779C75.3771 9.00503 70.7905 8.96563 66.2038 8.92959L62.4645 8.95897L62.4934 12.64C62.3537 30.4267 62.2645 48.2133 62.2259 66L62.2345 69.9865L66.2038 69.9779C70.7905 69.9879 75.3771 69.9945 79.9638 69.9977L83.9643 69.9949L83.9615 66C83.963 63.8 83.9638 61.6 83.9638 59.4C83.9638 54.4533 83.9286 49.5067 83.8582 44.56L79.9638 48.4544C87.3505 48.3492 94.7371 48.1656 102.124 47.9035L98.7804 44.56C99.0259 51.48 99.3404 58.4 99.7238 65.32C99.7364 65.5467 99.749 65.7733 99.7617 66L99.9011 68.4867L102.124 68.3621C106.71 68.105 111.297 67.8176 115.884 67.5ZM115.884 64.5V67.5L117.416 67.3939L117.384 66H114.384L115.884 64.5ZM151.181 67.5C151.181 66.5 151.181 65.5 151.181 64.5C147.949 64.1667 144.717 63.8667 141.485 63.6C140.13 63.4882 138.775 63.3823 137.421 63.2823L140.138 66C140.993 54.4267 141.421 42.8533 141.421 31.28C141.421 29.0667 141.419 26.8533 141.415 24.64L141.422 20.6515L137.421 20.6452C132.434 20.653 127.447 20.6697 122.461 20.6951L126.406 24.64C126.385 20.64 126.359 16.64 126.327 12.64L122.461 16.5066C136.994 16.3911 151.527 16.2008 166.061 15.9356L162.765 12.64C162.838 16.64 162.917 20.64 163.001 24.64L166.061 21.5804C161.101 21.685 156.141 21.7983 151.181 21.9203L148.529 21.8551L148.461 24.64C148.721 35.1947 149.02 45.7493 149.358 56.304C149.462 59.536 149.57 62.768 149.681 66C150.681 66 151.681 66 152.681 66C152.792 62.768 152.899 59.536 153.003 56.304C153.342 45.7493 153.641 35.1947 153.9 24.64L151.181 27.3597C156.141 27.4817 161.101 27.595 166.061 27.6996L169.183 27.6338L169.12 24.64C169.205 20.64 169.283 16.64 169.356 12.64L169.295 9.28535L166.061 9.34438C151.527 9.07917 136.994 8.88885 122.461 8.77343L118.564 8.80437L118.594 12.64C118.562 16.64 118.536 20.64 118.516 24.64L118.536 28.6049L122.461 28.5849C127.447 28.6103 132.434 28.627 137.421 28.6348L133.426 24.64C133.422 26.8533 133.421 29.0667 133.421 31.28C133.421 42.8533 133.848 54.4267 134.703 66L134.917 68.9026L137.421 68.7177C138.775 68.6177 140.13 68.5118 141.485 68.4C144.717 68.1333 147.949 67.8333 151.181 67.5ZM151.181 64.5V67.5L152.727 67.3405L152.681 66H149.681L151.181 64.5ZM211.73 67.5C211.73 66.5 211.73 65.5 211.73 64.5C206.975 64.1667 202.221 63.8667 197.466 63.6C189.181 63.1353 180.895 62.7718 172.61 62.5096L176.1 66C176.44 55.2667 176.61 44.5333 176.61 33.8C176.61 26.7467 176.602 19.6933 176.586 12.64L172.61 16.6155C185.65 16.5854 198.69 16.5274 211.73 16.4416L207.928 12.64C207.955 16.64 207.984 20.64 208.015 24.64L211.73 20.9253C203.277 20.992 194.823 21.0705 186.37 21.1606L182.928 21.1239L182.891 24.64C182.92 27.4133 182.951 30.1867 182.983 32.96L182.944 36.3072L186.37 36.3469C194.637 36.2512 202.903 36.1443 211.17 36.0263L208.104 32.96C208.161 36.96 208.221 40.96 208.283 44.96L211.17 42.073C202.903 42.2019 194.637 42.342 186.37 42.4933L183.949 42.449L183.903 44.96C183.958 47.9733 184.015 50.9867 184.073 54L184.03 56.2517L186.37 56.2968C194.069 56.1483 201.767 55.9901 209.466 55.8222C210.221 55.8058 210.975 55.7892 211.73 55.7726L209.957 54C210.046 58 210.137 62 210.23 66C211.23 66 212.23 66 213.23 66C213.324 62 213.414 58 213.503 54L213.463 52.1892L211.73 52.2274C210.975 52.2108 210.221 52.1942 209.466 52.1778C201.767 52.0099 194.069 51.8517 186.37 51.7032L188.667 54C188.725 50.9867 188.782 47.9733 188.837 44.96L186.37 47.4267C194.637 47.578 202.903 47.7181 211.17 47.847L214.101 47.8013L214.057 44.96C214.119 40.96 214.179 36.96 214.236 32.96L214.192 29.8506L211.17 29.8937C202.903 29.7757 194.637 29.6688 186.37 29.5731L189.757 32.96C189.789 30.1867 189.82 27.4133 189.849 24.64L186.37 28.1194C194.823 28.2095 203.277 28.288 211.73 28.3547L215.474 28.3251L215.445 24.64C215.476 20.64 215.505 16.64 215.532 12.64L215.506 8.81357L211.73 8.83843C198.69 8.75258 185.65 8.69458 172.61 8.66445L168.625 8.67366L168.635 12.64C168.618 19.6933 168.61 26.7467 168.61 33.8C168.61 44.5333 168.78 55.2667 169.12 66L169.234 69.5973L172.61 69.4904C180.895 69.2281 189.181 68.8647 197.466 68.4C202.221 68.1333 206.975 67.8333 211.73 67.5ZM211.73 64.5V67.5L213.263 67.3926L213.23 66H210.23L211.73 64.5ZM233.479 67.5C233.479 66.5 233.479 65.5 233.479 64.5C230.439 64.1667 227.399 63.8667 224.358 63.6C222.812 63.4644 221.266 63.3374 219.719 63.219L222.5 66C223.313 55.3848 223.719 44.7696 223.719 34.1543C223.719 26.9829 223.699 19.8114 223.658 12.64L219.719 16.5782C228.626 16.527 237.533 16.444 246.439 16.3293C254.856 15.8634 261.828 21.9268 261.794 30.4C262.305 38.7672 255.343 45.6879 246.439 45.5788C242.119 45.7011 237.799 45.8308 233.479 45.968L231.437 45.9031L231.367 48.08C231.461 51.013 231.557 53.9459 231.657 56.8789C231.761 59.9192 231.868 62.9596 231.979 66C232.979 66 233.979 66 234.979 66C235.091 62.9596 235.198 59.9192 235.302 56.8789C235.402 53.9459 235.498 51.013 235.591 48.08L233.479 50.192C237.799 50.3292 242.119 50.4589 246.439 50.5812C257.037 51.7639 268.769 41.8939 268.205 30.4C269.273 18.9789 257.594 8.10755 246.439 8.95072C237.533 8.83596 228.626 8.753 219.719 8.70181L215.759 8.72458L215.781 12.64C215.74 19.8114 215.719 26.9829 215.719 34.1543C215.719 44.7696 216.126 55.3848 216.938 66L217.166 68.9765L219.719 68.781C221.266 68.6626 222.812 68.5356 224.358 68.4C227.399 68.1333 230.439 67.8333 233.479 67.5ZM233.479 64.5V67.5L235.028 67.3302L234.979 66H231.979L233.479 64.5ZM244.599 32.08C244.599 34.7467 244.599 37.4133 244.599 40.08C245.844 40.0789 247.152 39.9156 248.479 39.4728C252.073 38.5657 255.287 34.0724 254.999 30.4C255.062 27.9569 253.965 24.8486 251.695 23.0288C249.468 21.183 246.852 20.6438 244.599 20.64C240.893 20.64 237.186 20.64 233.479 20.64H229.479V24.64C229.479 28.4533 229.479 32.2667 229.479 36.08V40.08H233.479C236.302 40.08 239.125 40.08 241.948 40.08C242.832 40.08 243.716 40.08 244.599 40.08C244.599 37.4133 244.599 34.7467 244.599 32.08C243.716 32.08 242.832 32.08 241.948 32.08C239.125 32.08 236.302 32.08 233.479 32.08L237.479 36.08C237.479 32.2667 237.479 28.4533 237.479 24.64L233.479 28.64C237.186 28.64 240.893 28.64 244.599 28.64C245.564 28.6316 246.285 28.9147 246.56 29.1628C246.823 29.4074 246.978 29.6171 246.999 30.4C246.996 30.924 246.884 31.182 246.762 31.3564C246.637 31.5288 246.411 31.7265 245.939 31.8869C245.587 32.0057 245.121 32.0808 244.599 32.08ZM244.599 40.08V32.08V40.08ZM320.806 67.5C320.806 66.5 320.806 65.5 320.806 64.5C316.219 64.1824 311.632 63.895 307.046 63.6379L309.408 66C309.421 65.7733 309.433 65.5467 309.446 65.32C309.829 58.4 310.144 51.48 310.389 44.56L310.503 41.3393L307.046 41.2166C299.659 40.9544 292.272 40.7708 284.886 40.6656L281.048 40.611L280.991 44.56C280.921 49.5067 280.886 54.4533 280.886 59.4C280.886 61.6 280.886 63.8 280.888 66L284.886 62.0023C280.299 62.0055 275.712 62.0121 271.126 62.0221L275.104 66C275.065 48.2133 274.976 30.4267 274.836 12.64L271.126 16.3504C275.712 16.3144 280.299 16.275 284.886 16.2322L281.293 12.64C281.355 19.28 281.424 25.92 281.5 32.56L281.462 35.9062L284.886 35.9453C292.272 35.8608 299.659 35.7675 307.046 35.6655L310.108 35.7078L310.151 32.56C310.06 25.92 309.961 19.28 309.855 12.64L307.046 15.4493C311.632 15.3763 316.219 15.2998 320.806 15.22L318.226 12.64C318.451 25.6133 318.704 38.5867 318.983 51.56C319.087 56.3733 319.195 61.1867 319.306 66C320.306 66 321.306 66 322.306 66C322.417 61.1867 322.524 56.3733 322.628 51.56C322.907 38.5867 323.16 25.6133 323.386 12.64L323.34 10.0159L320.806 10.06C316.219 9.98016 311.632 9.90373 307.046 9.83066L304.192 9.87612L304.236 12.64C304.131 19.28 304.032 25.92 303.94 32.56L307.046 29.4545C299.659 29.3525 292.272 29.2592 284.886 29.1747L288.271 32.56C288.347 25.92 288.416 19.28 288.478 12.64L288.444 9.01461L284.886 9.04779C280.299 9.00503 275.712 8.96563 271.126 8.92959L267.386 8.95897L267.415 12.64C267.276 30.4267 267.186 48.2133 267.148 66L267.156 69.9865L271.126 69.9779C275.712 69.9879 280.299 69.9945 284.886 69.9977L288.886 69.9949L288.883 66C288.885 63.8 288.886 61.6 288.886 59.4C288.886 54.4533 288.85 49.5067 288.78 44.56L284.886 48.4544C292.272 48.3492 299.659 48.1656 307.046 47.9035L303.702 44.56C303.948 51.48 304.262 58.4 304.646 65.32C304.658 65.5467 304.671 65.7733 304.684 66L304.823 68.4867L307.046 68.3621C311.632 68.105 316.219 67.8176 320.806 67.5ZM320.806 64.5V67.5L322.338 67.3939L322.306 66H319.306L320.806 64.5ZM369.543 67.5C369.543 66.5 369.543 65.5 369.543 64.5C364.788 64.1667 360.033 63.8667 355.279 63.6C346.993 63.1353 338.708 62.7718 330.423 62.5096L333.913 66C334.253 55.2667 334.423 44.5333 334.423 33.8C334.423 26.7467 334.414 19.6933 334.398 12.64L330.423 16.6155C343.463 16.5854 356.503 16.5274 369.543 16.4416L365.741 12.64C365.767 16.64 365.796 20.64 365.828 24.64L369.543 20.9253C361.089 20.992 352.636 21.0705 344.183 21.1606L340.741 21.1239L340.703 24.64C340.733 27.4133 340.764 30.1867 340.796 32.96L340.757 36.3072L344.183 36.3469C352.449 36.2512 360.716 36.1443 368.983 36.0263L365.916 32.96C365.973 36.96 366.033 40.96 366.096 44.96L368.983 42.073C360.716 42.2019 352.449 42.342 344.183 42.4933L341.762 42.449L341.716 44.96C341.771 47.9733 341.828 50.9867 341.886 54L341.842 56.2517L344.183 56.2968C351.881 56.1483 359.58 55.9901 367.279 55.8222C368.033 55.8058 368.788 55.7892 369.543 55.7726L367.77 54C367.858 58 367.949 62 368.043 66C369.043 66 370.043 66 371.043 66C371.136 62 371.227 58 371.315 54L371.275 52.1892L369.543 52.2274C368.788 52.2108 368.033 52.1942 367.279 52.1778C359.58 52.0099 351.881 51.8517 344.183 51.7032L346.479 54C346.538 50.9867 346.594 47.9733 346.649 44.96L344.183 47.4267C352.449 47.578 360.716 47.7181 368.983 47.847L371.914 47.8013L371.87 44.96C371.932 40.96 371.992 36.96 372.049 32.96L372.004 29.8506L368.983 29.8937C360.716 29.7757 352.449 29.6688 344.183 29.5731L347.569 32.96C347.602 30.1867 347.632 27.4133 347.662 24.64L344.183 28.1194C352.636 28.2095 361.089 28.288 369.543 28.3547L373.286 28.3251L373.257 24.64C373.289 20.64 373.318 16.64 373.344 12.64L373.319 8.81357L369.543 8.83843C356.503 8.75258 343.463 8.69458 330.423 8.66445L326.438 8.67366L326.447 12.64C326.431 19.6933 326.423 26.7467 326.423 33.8C326.423 44.5333 326.592 55.2667 326.932 66L327.046 69.5973L330.423 69.4904C338.708 69.2281 346.993 68.8647 355.279 68.4C360.033 68.1333 364.788 67.8333 369.543 67.5ZM369.543 64.5V67.5L371.075 67.3926L371.043 66H368.043L369.543 64.5ZM403.212 67.5C403.212 66.5 403.212 65.5 403.212 64.5C399.98 64.1667 396.748 63.8667 393.516 63.6C392.161 63.4882 390.807 63.3823 389.452 63.2823L392.17 66C393.025 54.4267 393.452 42.8533 393.452 31.28C393.452 29.0667 393.45 26.8533 393.447 24.64L393.453 20.6515L389.452 20.6452C384.465 20.653 379.479 20.6697 374.492 20.6951L378.437 24.64C378.416 20.64 378.39 16.64 378.358 12.64L374.492 16.5066C389.025 16.3911 403.559 16.2008 418.092 15.9356L414.796 12.64C414.869 16.64 414.948 20.64 415.032 24.64L418.092 21.5804C413.132 21.685 408.172 21.7983 403.212 21.9203L400.561 21.8551L400.492 24.64C400.752 35.1947 401.051 45.7493 401.39 56.304C401.493 59.536 401.601 62.768 401.712 66C402.712 66 403.712 66 404.712 66C404.823 62.768 404.93 59.536 405.034 56.304C405.373 45.7493 405.672 35.1947 405.932 24.64L403.212 27.3597C408.172 27.4817 413.132 27.595 418.092 27.6996L421.215 27.6338L421.152 24.64C421.236 20.64 421.315 16.64 421.388 12.64L421.326 9.28535L418.092 9.34438C403.559 9.07917 389.025 8.88885 374.492 8.77343L370.595 8.80437L370.625 12.64C370.594 16.64 370.568 20.64 370.547 24.64L370.567 28.6049L374.492 28.5849C379.479 28.6103 384.465 28.627 389.452 28.6348L385.457 24.64C385.454 26.8533 385.452 29.0667 385.452 31.28C385.452 42.8533 385.879 54.4267 386.734 66L386.949 68.9026L389.452 68.7177C390.807 68.6177 392.161 68.5118 393.516 68.4C396.748 68.1333 399.98 67.8333 403.212 67.5ZM403.212 64.5V67.5L404.758 67.3405L404.712 66H401.712L403.212 64.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_24591)'/%3E%3Cmask id='path-5-outside-3_7301_24591' maskUnits='userSpaceOnUse' x='426.185' y='19' width='42' height='48' fill='black'%3E%3Crect fill='white' x='426.185' y='19' width='42' height='48'/%3E%3Cpath d='M452.66 46.2023L453.212 61.6439L444.563 62L444.011 46.5584L431.485 47.0741L431.185 38.6733L443.711 38.1576L443.181 23.3561L451.83 23L452.359 37.8015L464.885 37.2858L465.185 45.6866L452.66 46.2023Z'/%3E%3C/mask%3E%3Cpath d='M452.66 46.2023L453.212 61.6439L444.563 62L444.011 46.5584L431.485 47.0741L431.185 38.6733L443.711 38.1576L443.181 23.3561L451.83 23L452.359 37.8015L464.885 37.2858L465.185 45.6866L452.66 46.2023Z' fill='white'/%3E%3Cpath d='M454.159 46.1488C453.159 46.1845 452.16 46.2202 451.16 46.2559C450.914 48.6795 450.7 51.1019 450.52 53.5232C450.315 56.2695 450.154 59.0142 450.035 61.7575L453.081 58.4678C450.189 58.3583 447.298 58.2964 444.41 58.2821L448.282 61.867C448.324 57.8326 448.272 53.8015 448.128 49.7737C448.088 48.6543 448.048 47.535 448.006 46.4156L447.868 42.4044L443.846 42.5642C439.672 42.7421 435.497 42.931 431.323 43.1311L435.429 46.9331C435.31 44.1335 435.186 41.3341 435.057 38.5349L431.344 42.5448C435.518 42.3299 439.691 42.1039 443.863 41.8668L447.496 41.774L447.421 38.0249C447.167 33.0939 446.898 28.1633 446.614 23.2334L443.323 26.7876C446.203 26.6058 449.083 26.4187 451.963 26.2263L448.603 23.1154C448.906 28.0447 449.224 32.9735 449.557 37.9017L449.568 40.63L452.475 40.603C456.644 40.2981 460.813 39.9821 464.982 39.655L462.515 37.3705C462.719 40.1671 462.928 42.9635 463.142 45.7597L465.101 43.6445C463.34 43.789 461.579 43.9354 459.818 44.0838C457.411 44.2867 455.004 44.4933 452.598 44.7036C452.639 45.7028 452.68 46.7019 452.721 47.7011C455.137 47.7128 457.553 47.7209 459.968 47.7252C461.735 47.7284 463.502 47.7296 465.269 47.7288L467.376 47.5559L467.228 45.6136C467.242 42.8092 467.251 40.0051 467.254 37.2011L467.075 34.7371L464.787 34.9165C460.606 34.9333 456.424 34.9611 452.244 35L455.161 37.7013C455.142 32.7619 455.107 27.823 455.057 22.8846L454.853 19.5628L451.697 19.7737C448.811 19.8187 445.926 19.869 443.04 19.9245L439.557 20.1444L439.749 23.4788C439.817 28.4165 439.901 33.3536 440.001 38.2902L443.558 34.4484C439.38 34.5551 435.203 34.6729 431.026 34.8018L427.137 35.002L427.313 38.8117C427.384 41.6131 427.46 44.4142 427.542 47.2152L427.711 51.2059L431.648 51.0172C435.824 50.8735 440 50.7186 444.175 50.5527L440.016 46.7013C440.054 47.8207 440.094 48.9402 440.134 50.0596C440.278 54.0874 440.514 58.1118 440.844 62.133L441.164 66.0287L444.716 65.7179C447.593 65.4662 450.469 65.1669 453.342 64.82L456.72 64.4121L456.388 61.5303C456.074 58.8026 455.717 56.0763 455.317 53.3517C454.964 50.9495 454.578 48.5485 454.159 46.1488ZM451.16 46.2559L454.159 46.1488L452.721 47.7011L452.598 44.7036L451.319 44.6974L451.16 46.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_24591)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .bubble {
    left: 140px;
    top: 190px;
  }
  #first_screen .cta .discount-block {
    margin-left: 21px;
  }
  #first_screen .cta .discount-block .old_price {
    top: -204px;
    left: -12px;
  }
  #first_screen .cta img.img-akciya-1920 {
    display: none;
  }
  #first_screen .cta img.img-akciya-1024 {
    display: block;
    z-index: 5;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-internet-tv-768.jpg);
    z-index: 1;
    position: relative;
  }
  #first_screen .cta {
    position: relative;
  }
  #first_screen .cta .container {
    padding-top: 167px;
    padding-bottom: 75px;
  }
  #first_screen .cta .container:after {
    display: none;
  }
  #first_screen .cta .content-block {
    flex-direction: column;
    justify-content: flex-start;
  }
  #first_screen .cta .title-block {
    margin-bottom: 120px;
  }
  #first_screen .cta h1 {
    margin-bottom: 160px;
  }
  #first_screen .cta .bubble {
    top: 181px;
    left: 127px;
    z-index: 6;
  }
  #first_screen .cta .discount-block {
    width: 262px;
    height: 170px;
    margin-left: 51px;
    align-items: flex-start;
    justify-content: center;
  }
  #first_screen .cta .discount-block:before {
    width: 562px;
    height: 365px;
    background: url(../img/bg-discount-tv-768.png) no-repeat center;
    background-size: contain;
    top: 56%;
    left: 53%;
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 140px;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 148px;
  }
  #first_screen .cta .discount-block .new_price .right-part {
    margin-top: 4px;
    margin-left: 4px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents {
    font-size: 90px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents svg {
    width: 112px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 22px;
  }
  #first_screen .cta .discount-block .old_price {
    top: -153px;
    left: -50px;
  }
  #first_screen .cta .discount-block .bottom-quote-row {
    bottom: -90px;
    left: -20px;
  }
  #first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > * {
    color: #070708;
  }
  #first_screen .cta .form-block {
    width: 100%;
    margin-top: 0;
    /*&:before {
      content: '';
      display: block;
      width: 416px;
      height: 632px;
      background-image: url(../img/img-february2026-inet-768.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -480px;
      right: -46px;
    }*/
  }
  #first_screen .cta img.img-akciya-1024 {
    display: none;
  }
  #first_screen .cta img.img-akciya-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  #first_screen {
    background-image: url(../img/bg-internet-tv-480.jpg);
  }
  #first_screen .container {
    width: 450px;
  }
  #first_screen .cta .container {
    padding-top: 132px;
    padding-bottom: 40px;
    min-height: 1000px;
  }
  #first_screen .cta .container:before {
    display: none;
  }
  #first_screen .cta .content-block {
    align-items: center;
  }
  #first_screen .cta .title-block {
    margin-bottom: 0;
    padding-bottom: 310px;
  }
  #first_screen .cta h1 {
    font-size: 80px;
    z-index: 5;
    margin-bottom: 53px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 358px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='358' height='130' viewBox='0 0 358 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646154' maskUnits='userSpaceOnUse' x='-0.514648' y='63' width='321' height='58' fill='black'%3E%3Crect fill='white' x='-0.514648' y='63' width='321' height='58'/%3E%3Cpath d='M15.6854 116V83.48H3.98535V75.98H35.9054V83.48H24.2654V116H15.6854ZM41.3672 116V75.98H69.6872V83.3H49.8872V92H69.2672V99.32H49.8872V108.62H69.6872V116H41.3672ZM76.3477 116V75.98H84.8677V108.5H101.788V116H76.3477ZM107.754 116V75.98H136.074V83.3H116.274V92H135.654V99.32H116.274V108.62H136.074V116H107.754ZM153.954 116L138.474 75.98H148.194L159.294 106.76L170.334 75.98H180.054L164.634 116H153.954ZM177.99 72.26V67.94H198.09V72.26H177.99ZM183.75 116V75.98H192.27V116H183.75ZM198.775 116V109.1L217.675 83.48H198.775V75.98H228.835V82.82L209.935 108.5H229.255V116H198.775ZM235.723 116V75.98H244.243V116H235.723ZM248.588 112.82L252.308 106.28C253.868 107.78 255.908 109.16 258.668 109.16C262.448 109.16 264.908 106.64 264.908 102.74V75.98H273.428V102.86C273.428 112.34 267.548 116.72 259.328 116.72C255.248 116.72 251.468 115.64 248.588 112.82ZM307.395 116L304.875 109.1H286.995L284.475 116H275.115L290.595 75.98H301.275L316.695 116H307.395ZM295.935 83.36L289.275 101.72H302.535L295.935 83.36Z'/%3E%3C/mask%3E%3Cpath d='M15.6854 116V83.48H3.98535V75.98H35.9054V83.48H24.2654V116H15.6854ZM41.3672 116V75.98H69.6872V83.3H49.8872V92H69.2672V99.32H49.8872V108.62H69.6872V116H41.3672ZM76.3477 116V75.98H84.8677V108.5H101.788V116H76.3477ZM107.754 116V75.98H136.074V83.3H116.274V92H135.654V99.32H116.274V108.62H136.074V116H107.754ZM153.954 116L138.474 75.98H148.194L159.294 106.76L170.334 75.98H180.054L164.634 116H153.954ZM177.99 72.26V67.94H198.09V72.26H177.99ZM183.75 116V75.98H192.27V116H183.75ZM198.775 116V109.1L217.675 83.48H198.775V75.98H228.835V82.82L209.935 108.5H229.255V116H198.775ZM235.723 116V75.98H244.243V116H235.723ZM248.588 112.82L252.308 106.28C253.868 107.78 255.908 109.16 258.668 109.16C262.448 109.16 264.908 106.64 264.908 102.74V75.98H273.428V102.86C273.428 112.34 267.548 116.72 259.328 116.72C255.248 116.72 251.468 115.64 248.588 112.82ZM307.395 116L304.875 109.1H286.995L284.475 116H275.115L290.595 75.98H301.275L316.695 116H307.395ZM295.935 83.36L289.275 101.72H302.535L295.935 83.36Z' fill='white'/%3E%3Cpath d='M14.1854 116C15.1854 116 16.1854 116 17.1854 116C17.5187 113.602 17.8187 111.204 18.0854 108.806C19.0241 100.364 19.5498 91.922 19.6624 83.48L19.7147 79.5567L15.6854 79.503C14.5354 79.4877 13.3854 79.48 12.2354 79.48C9.48535 79.48 6.73535 79.4849 3.98535 79.4946L7.97074 83.48C7.96188 80.98 7.949 78.48 7.93209 75.98L3.98535 79.9267C14.6254 79.8548 25.2653 79.7099 35.9054 79.4921L32.3932 75.98C32.4444 78.48 32.4996 80.98 32.5588 83.48L35.9054 80.1335C32.0254 80.2254 28.1454 80.327 24.2654 80.4383L21.3133 80.3536L21.2236 83.48C21.5346 94.32 21.9213 105.16 22.3836 116L24.2654 114.118C23.8034 114.138 23.3414 114.158 22.8794 114.178C20.4814 114.281 18.0834 114.389 15.6854 114.5C15.6854 115.5 15.6854 116.5 15.6854 117.5C18.0834 117.611 20.4814 117.719 22.8794 117.822C23.3414 117.842 23.8034 117.862 24.2654 117.882L26.2238 117.798L26.1471 116C26.6094 105.16 26.9961 94.32 27.3071 83.48L24.2654 86.5217C28.1454 86.633 32.0254 86.7346 35.9054 86.8265L39.3292 86.7454L39.2519 83.48C39.3111 80.98 39.3663 78.48 39.4175 75.98L39.3442 72.3975L35.9054 72.4679C25.2654 72.2501 14.6254 72.1052 3.98535 72.0333L0.0120993 72.0601L0.0386088 75.98C0.0217016 78.48 0.00882006 80.98 -3.60012e-05 83.48L0.0141318 87.4795L3.98535 87.4654C6.73535 87.4751 9.48535 87.48 12.2354 87.48C13.3854 87.48 14.5354 87.4723 15.6854 87.457L11.7084 83.48C11.8209 91.922 12.3466 100.364 13.2854 108.806C13.552 111.204 13.852 113.602 14.1854 116ZM17.1854 116H14.1854L14.4021 117.559L15.6854 117.5V114.5L17.1854 116ZM39.8672 116C40.8672 116 41.8672 116 42.8672 116C43.2006 112.416 43.5006 108.832 43.7672 105.248C44.4931 95.492 44.972 85.736 45.2039 75.98L41.3672 79.8167C45.9472 79.9256 50.5272 79.98 55.1072 79.98C59.9672 79.98 64.8272 79.9732 69.6872 79.9596L65.7077 75.98C65.7145 78.42 65.7231 80.86 65.7333 83.3L69.6872 79.3461C63.0872 79.3739 56.4872 79.4142 49.8872 79.4671L46.0853 79.4367L46.0544 83.3C46.0776 86.2 46.1033 89.1 46.1314 92L46.0953 95.7191L49.8872 95.7559C56.3472 95.6933 62.8072 95.6187 69.2672 95.532L65.7352 92C65.768 94.44 65.8024 96.88 65.8386 99.32L69.2672 95.8913C62.8072 95.9871 56.3472 96.0948 49.8872 96.2146L46.8405 96.1581L46.7819 99.32C46.8394 102.42 46.8996 105.52 46.9627 108.62L46.9044 111.484L49.8872 111.545C56.4872 111.41 63.0872 111.264 69.6872 111.104L67.203 108.62C67.2623 111.08 67.3235 113.54 67.3863 116L69.6872 113.699C63.8312 113.849 57.9752 114.008 52.1192 114.178C48.5352 114.281 44.9512 114.389 41.3672 114.5C41.3672 115.5 41.3672 116.5 41.3672 117.5C44.9512 117.611 48.5352 117.719 52.1192 117.822C57.9752 117.992 63.8312 118.151 69.6872 118.301L72.0454 118.241L71.9881 116C72.051 113.54 72.1121 111.08 72.1715 108.62L72.1101 106.077L69.6872 106.136C63.0872 105.976 56.4872 105.83 49.8872 105.695L52.8118 108.62C52.8748 105.52 52.9351 102.42 52.9926 99.32L49.8872 102.425C56.3472 102.545 62.8072 102.653 69.2672 102.749L72.7459 102.697L72.6959 99.32C72.7321 96.88 72.7665 94.44 72.7992 92L72.7512 88.4213L69.2672 88.468C62.8072 88.3813 56.3472 88.3067 49.8872 88.2441L53.6431 92C53.6712 89.1 53.6969 86.2 53.7201 83.3L49.8872 87.1329C56.4872 87.1858 63.0872 87.2261 69.6872 87.2539L73.6577 87.2372L73.6411 83.3C73.6514 80.86 73.66 78.42 73.6668 75.98L73.6556 71.9893L69.6872 72.0004C64.8272 71.9868 59.9672 71.98 55.1072 71.98C50.5272 71.98 45.9472 72.0344 41.3672 72.1433L37.4415 72.2366L37.5305 75.98C37.7624 85.736 38.2413 95.492 38.9672 105.248C39.2339 108.832 39.5339 112.416 39.8672 116ZM42.8672 116H39.8672L40.0106 117.542L41.3672 117.5V114.5L42.8672 116ZM74.8477 116C75.8477 116 76.8477 116 77.8477 116C78.181 113.818 78.481 111.636 78.7477 109.454C79.8144 100.726 80.3477 91.998 80.3477 83.27C80.3477 80.84 80.3431 78.41 80.3339 75.98L76.3477 79.9662C79.1877 79.9555 82.0277 79.9385 84.8677 79.9152L80.9325 75.98C81.0214 86.82 81.2017 97.66 81.4734 108.5L81.3905 111.807L84.8677 111.894C90.5077 111.753 96.1477 111.587 101.788 111.396L98.8917 108.5C98.9763 111 99.0658 113.5 99.1601 116L101.788 113.372C95.4897 113.61 89.1917 113.878 82.8937 114.178C80.7117 114.281 78.5297 114.389 76.3477 114.5C76.3477 115.5 76.3477 116.5 76.3477 117.5C78.5297 117.611 80.7117 117.719 82.8937 117.822C89.1917 118.122 95.4897 118.39 101.788 118.628L104.511 118.525L104.415 116C104.51 113.5 104.599 111 104.684 108.5L104.583 105.509L101.788 105.604C96.1477 105.413 90.5077 105.247 84.8677 105.106L88.262 108.5C88.5337 97.66 88.714 86.82 88.8029 75.98L88.7704 72.0128L84.8677 72.0448C82.0277 72.0215 79.1877 72.0045 76.3477 71.9938L72.3465 72.0089L72.3615 75.98C72.3523 78.41 72.3477 80.84 72.3477 83.27C72.3477 91.998 72.881 100.726 73.9477 109.454C74.2144 111.636 74.5144 113.818 74.8477 116ZM77.8477 116H74.8477L75.0867 117.564L76.3477 117.5V114.5L77.8477 116ZM106.254 116C107.254 116 108.254 116 109.254 116C109.587 112.416 109.887 108.832 110.154 105.248C110.88 95.492 111.359 85.736 111.591 75.98L107.754 79.8167C112.334 79.9256 116.914 79.98 121.494 79.98C126.354 79.98 131.214 79.9732 136.074 79.9596L132.094 75.98C132.101 78.42 132.11 80.86 132.12 83.3L136.074 79.3461C129.474 79.3739 122.874 79.4142 116.274 79.4671L112.472 79.4367L112.441 83.3C112.464 86.2 112.49 89.1 112.518 92L112.482 95.7191L116.274 95.7559C122.734 95.6933 129.194 95.6187 135.654 95.532L132.122 92C132.155 94.44 132.189 96.88 132.225 99.32L135.654 95.8913C129.194 95.9871 122.734 96.0948 116.274 96.2146L113.227 96.1581L113.169 99.32C113.226 102.42 113.286 105.52 113.349 108.62L113.291 111.484L116.274 111.545C122.874 111.41 129.474 111.264 136.074 111.104L133.59 108.62C133.649 111.08 133.71 113.54 133.773 116L136.074 113.699C130.218 113.849 124.362 114.008 118.506 114.178C114.922 114.281 111.338 114.389 107.754 114.5C107.754 115.5 107.754 116.5 107.754 117.5C111.338 117.611 114.922 117.719 118.506 117.822C124.362 117.992 130.218 118.151 136.074 118.301L138.432 118.241L138.375 116C138.438 113.54 138.499 111.08 138.558 108.62L138.497 106.077L136.074 106.136C129.474 105.976 122.874 105.83 116.274 105.695L119.199 108.62C119.262 105.52 119.322 102.42 119.379 99.32L116.274 102.425C122.734 102.545 129.194 102.653 135.654 102.749L139.133 102.697L139.083 99.32C139.119 96.88 139.153 94.44 139.186 92L139.138 88.4213L135.654 88.468C129.194 88.3813 122.734 88.3067 116.274 88.2441L120.03 92C120.058 89.1 120.084 86.2 120.107 83.3L116.274 87.1329C122.874 87.1858 129.474 87.2261 136.074 87.2539L140.044 87.2372L140.028 83.3C140.038 80.86 140.047 78.42 140.054 75.98L140.042 71.9893L136.074 72.0004C131.214 71.9868 126.354 71.98 121.494 71.98C116.914 71.98 112.334 72.0344 107.754 72.1433L103.828 72.2366L103.917 75.98C104.149 85.736 104.628 95.492 105.354 105.248C105.621 108.832 105.921 112.416 106.254 116ZM109.254 116H106.254L106.397 117.542L107.754 117.5V114.5L109.254 116ZM152.555 116.541C153.488 116.18 154.421 115.82 155.353 115.459C154.574 112.52 153.763 109.593 152.922 106.678C149.78 95.7976 146.206 85.0848 142.198 74.5395L138.474 79.9728C139.283 79.9776 140.091 79.98 140.899 79.98C143.331 79.98 145.763 79.9776 148.194 79.9728L144.438 77.3345C148.159 87.5872 151.924 97.8236 155.735 108.044L159.239 117.94L162.856 108.037C166.425 97.7376 169.949 87.4215 173.427 77.0892L170.334 79.2653C173.574 79.2017 176.814 79.1337 180.054 79.0615L177.179 74.8721C172.336 88.3266 167.571 101.811 162.883 115.325L164.634 114.123C164.097 114.141 163.559 114.159 163.021 114.178C159.999 114.281 156.977 114.389 153.954 114.5C153.954 115.5 153.954 116.5 153.954 117.5C156.977 117.611 159.999 117.719 163.021 117.822C163.559 117.841 164.097 117.859 164.634 117.877L165.985 117.831L166.386 116.675C171.978 103.509 177.493 90.3134 182.93 77.0879L184.477 72.8045L180.054 72.8985C176.814 72.8263 173.574 72.7583 170.334 72.6946L167.959 72.7413L167.242 74.8708C163.36 85.0585 159.524 95.2624 155.733 105.483L162.854 105.476C159.265 95.1764 155.63 84.8928 151.95 74.6255L150.991 71.9817L148.194 71.9872C145.763 71.9824 143.331 71.98 140.899 71.98C140.091 71.98 139.283 71.9824 138.474 71.9871L132.627 72.02L134.75 77.4205C138.882 87.9177 143.447 98.2474 148.445 108.41C149.784 111.132 151.154 113.843 152.555 116.541ZM155.353 115.459L152.555 116.541L153.07 117.533L153.954 117.5V114.5L155.353 115.459ZM176.49 72.26C177.49 72.26 178.49 72.26 179.49 72.26C179.823 71.446 180.123 70.632 180.39 69.818C180.595 69.192 180.78 68.566 180.946 67.94L177.99 70.8961C180.62 71.592 183.25 71.94 185.88 71.94C189.95 71.94 194.02 71.8474 198.09 71.6622L194.368 67.94C194.433 69.38 194.51 70.82 194.599 72.26L198.09 68.7691C192.204 69.1317 186.318 69.6879 180.432 70.4378C179.618 70.5415 178.804 70.6489 177.99 70.76C177.99 71.76 177.99 72.76 177.99 73.76C178.804 73.8711 179.618 73.9785 180.432 74.0822C186.318 74.8321 192.204 75.3883 198.09 75.7509L201.782 75.5235L201.581 72.26C201.67 70.82 201.747 69.38 201.812 67.94L201.636 64.0565L198.09 64.2178C194.02 64.0326 189.95 63.94 185.88 63.94C183.25 63.94 180.62 64.288 177.99 64.9839L174.496 65.9084L175.034 67.94C175.2 68.566 175.385 69.192 175.59 69.818C175.857 70.632 176.157 71.446 176.49 72.26ZM179.49 72.26H176.49L177.151 73.8745L177.99 73.76V70.76L179.49 72.26ZM179.75 116C182.417 116 185.083 116 187.75 116C187.75 114.382 187.75 112.764 187.75 111.146C187.75 99.424 187.75 87.702 187.75 75.98L183.75 79.98C186.59 79.98 189.43 79.98 192.27 79.98L188.27 75.98C188.27 89.32 188.27 102.66 188.27 116L192.27 112C191.048 112 189.826 112 188.604 112C186.986 112 185.368 112 183.75 112C183.75 114.667 183.75 117.333 183.75 120C185.368 120 186.986 120 188.604 120C189.826 120 191.048 120 192.27 120H196.27V116C196.27 102.66 196.27 89.32 196.27 75.98V71.98H192.27C189.43 71.98 186.59 71.98 183.75 71.98H179.75V75.98C179.75 87.702 179.75 99.424 179.75 111.146C179.75 112.764 179.75 114.382 179.75 116ZM187.75 116H179.75V120H183.75V112L187.75 116ZM197.275 116C198.275 116 199.275 116 200.275 116C200.515 113.7 200.739 111.4 200.944 109.1L200.521 110.388C201.111 109.721 201.7 109.053 202.286 108.383C208.714 101.04 214.893 93.5128 220.821 85.8012L225.478 79.6924L217.675 79.57C214.652 79.51 211.629 79.48 208.606 79.48C205.329 79.48 202.052 79.4839 198.775 79.4917L202.763 83.48C202.757 80.98 202.749 78.48 202.738 75.98L198.775 79.9435C208.795 79.9013 218.815 79.8224 228.835 79.707L225.108 75.98C225.134 78.26 225.162 80.54 225.192 82.82L225.901 80.6609C219.714 89.3039 213.56 97.9714 207.439 106.663L203.757 111.496L209.935 111.599C216.375 111.464 222.815 111.314 229.255 111.149L226.606 108.5C226.67 111 226.737 113.5 226.805 116L229.255 113.55C222.282 113.742 215.309 113.951 208.336 114.178C205.149 114.281 201.962 114.389 198.775 114.5C198.775 115.5 198.775 116.5 198.775 117.5C201.962 117.611 205.149 117.719 208.336 117.822C215.309 118.049 222.282 118.258 229.255 118.45L231.77 118.381L231.705 116C231.773 113.5 231.84 111 231.904 108.5L231.834 105.785L229.255 105.851C222.815 105.686 216.375 105.536 209.935 105.401L212.43 110.337C218.91 101.909 225.356 93.4561 231.769 84.9791L232.493 83.9677L232.477 82.82C232.507 80.54 232.536 78.26 232.562 75.98L232.518 72.2105L228.835 72.253C218.815 72.1375 208.795 72.0587 198.775 72.0165L194.795 72.0333L194.811 75.98C194.801 78.48 194.793 80.98 194.787 83.48L194.796 87.4778L198.775 87.4682C202.052 87.4761 205.329 87.48 208.606 87.48C211.629 87.48 214.652 87.45 217.675 87.39L214.528 81.1588C208.91 89.0995 203.542 97.2245 198.423 105.534C197.956 106.292 197.492 107.051 197.029 107.812L196.559 108.585L196.605 109.1C196.811 111.4 197.034 113.7 197.275 116ZM200.275 116H197.275L197.437 117.547L198.775 117.5V114.5L200.275 116ZM234.223 116C235.223 116 236.223 116 237.223 116C237.556 114.382 237.856 112.764 238.123 111.146C239.189 104.674 239.723 98.202 239.723 91.73C239.723 86.48 239.684 81.23 239.606 75.98L235.723 79.863C238.563 79.8208 241.403 79.7672 244.243 79.7022L240.52 75.98C240.826 89.32 241.383 102.66 242.192 116L244.243 113.949C243.021 114.023 241.799 114.099 240.577 114.178C238.959 114.281 237.341 114.389 235.723 114.5C235.723 115.5 235.723 116.5 235.723 117.5C237.341 117.611 238.959 117.719 240.577 117.822C241.799 117.901 243.021 117.977 244.243 118.051L246.41 117.919L246.294 116C247.102 102.66 247.66 89.32 247.965 75.98L247.878 72.1746L244.243 72.2578C241.403 72.1928 238.563 72.1392 235.723 72.097L231.783 72.1555L231.84 75.98C231.762 81.23 231.723 86.48 231.723 91.73C231.723 98.202 232.256 104.674 233.323 111.146C233.589 112.764 233.889 114.382 234.223 116ZM237.223 116H234.223L234.548 117.581L235.723 117.5V114.5L237.223 116ZM247.284 112.078C248.153 112.573 249.022 113.067 249.891 113.562C251.179 111.971 252.439 110.364 253.669 108.741C253.967 108.348 254.263 107.954 254.557 107.559L250.514 108.145C252.207 110.261 255.219 112.355 258.668 112.497C260.971 112.667 263.858 111.974 265.915 109.928C267.992 107.91 268.792 105.099 268.825 102.74C268.88 100.907 268.908 99.0732 268.908 97.2398C268.908 90.1532 268.862 83.0666 268.771 75.98L264.908 79.8431C267.748 79.8066 270.588 79.7627 273.428 79.7115L269.696 75.98C269.858 84.94 270.092 93.9 270.4 102.86C270.998 109.545 266.472 114.513 259.328 114.616C257.61 114.707 255.906 114.59 254.3 114.171C252.586 113.727 250.99 112.923 249.637 111.748C248.937 112.463 248.238 113.177 247.538 113.892C249.065 115.554 251.047 116.847 253.176 117.638C255.171 118.387 257.267 118.733 259.328 118.824C263.355 119.008 267.979 118.183 271.496 115.005C275.045 111.838 276.36 107.035 276.456 102.86C276.763 93.9 276.997 84.94 277.159 75.98L277.091 72.1825L273.428 72.2485C270.588 72.1973 267.748 72.1534 264.908 72.1168L260.995 72.1672L261.044 75.98C260.953 83.0666 260.908 90.1532 260.908 97.2398C260.908 99.0732 260.935 100.907 260.99 102.74C261.039 103.73 260.846 104.394 260.567 104.823C260.295 105.252 259.714 105.678 258.668 105.823C257.276 106.039 255.784 105.632 254.101 104.415L251.21 102.243L250.058 105.001C249.869 105.455 249.682 105.911 249.497 106.368C248.73 108.255 247.992 110.158 247.284 112.078ZM249.891 113.562L247.284 112.078L246.84 113.28L247.538 113.892L249.637 111.748L249.891 113.562ZM305.986 116.515C306.925 116.172 307.865 115.828 308.804 115.485C308.275 113.072 307.716 110.669 307.125 108.278L306.788 106.912L304.875 106.704C304.862 106.703 304.849 106.701 304.835 106.7C298.889 106.056 292.942 105.606 286.995 105.351L284.538 105.246L283.474 107.814C282.535 110.078 281.627 112.353 280.75 114.64L284.475 112.035C283.023 112.012 281.571 112 280.119 112C278.451 112 276.783 112.002 275.115 112.005L278.841 117.441C283.974 104.091 288.99 90.6951 293.89 77.2543L290.595 79.5123C294.155 79.4428 297.715 79.3656 301.275 79.2806L298.195 77.1667C303.654 90.384 309.229 103.556 314.92 116.684L316.695 114.098C316.057 114.124 315.419 114.151 314.78 114.178C312.319 114.281 309.857 114.389 307.395 114.5C307.395 115.5 307.395 116.5 307.395 117.5C309.857 117.611 312.319 117.719 314.78 117.822C315.419 117.849 316.057 117.876 316.695 117.902L319.537 117.79L318.47 115.316C313.882 101.764 309.177 88.256 304.355 74.7933L303.46 72.6272L301.275 72.6794C297.715 72.5944 294.155 72.5171 290.595 72.4477L288.106 72.4962L287.301 74.7057C281.88 87.9449 276.576 101.229 271.389 114.559L269.294 120.006L275.115 119.995C276.783 119.998 278.451 120 280.119 120C281.571 120 283.023 119.988 284.475 119.965L287.311 119.92L288.2 117.36C289.003 115.047 289.775 112.722 290.517 110.386L286.995 112.849C292.942 112.594 298.889 112.144 304.835 111.5C304.849 111.499 304.862 111.497 304.875 111.496L302.625 109.922C303.714 112.131 304.835 114.328 305.986 116.515ZM308.804 115.485L305.986 116.515L306.526 117.539L307.395 117.5V114.5L308.804 115.485ZM299.695 84.724C297.188 83.8147 294.682 82.9053 292.175 81.996C291.878 82.8154 291.58 83.6349 291.283 84.4543C289.36 89.7549 287.438 95.0554 285.515 100.356L283.569 105.72H289.275C293.695 105.72 298.115 105.72 302.535 105.72H308.224L306.299 100.367C304.394 95.0672 302.489 89.7674 300.584 84.4677C300.289 83.6474 299.994 82.8272 299.699 82.0069C297.19 82.909 294.68 83.811 292.171 84.7131C292.466 85.5334 292.761 86.3537 293.055 87.174C294.961 92.4737 296.866 97.7734 298.771 103.073L302.535 97.72C298.115 97.72 293.695 97.72 289.275 97.72L293.035 103.084C294.958 97.7834 296.881 92.4829 298.804 87.1823C299.101 86.3629 299.398 85.5434 299.695 84.724ZM292.175 81.996L299.695 84.724L292.171 84.7131L299.699 82.0069L295.952 71.583L292.175 81.996Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646154)'/%3E%3Cmask id='path-3-outside-2_9052_646154' maskUnits='userSpaceOnUse' x='1.48535' y='6' width='322' height='50' fill='black'%3E%3Crect fill='white' x='1.48535' y='6' width='322' height='50'/%3E%3Cpath d='M6.44535 51V10.98H14.9654V51H6.44535ZM50.5102 51L31.4302 24.12V51H22.9102V10.98H31.6702L50.2102 36.9V10.98H58.7302V51H50.5102ZM75.8611 51V18.48H64.1611V10.98H96.0811V18.48H84.4411V51H75.8611ZM101.543 51V10.98H129.863V18.3H110.063V27H129.443V34.32H110.063V43.62H129.863V51H101.543ZM159.143 51L151.283 36.66H145.043V51H136.523V10.98H155.243C163.583 10.98 168.683 16.44 168.683 23.88C168.683 30.96 164.243 34.74 159.923 35.76L168.923 51H159.143ZM159.983 23.82C159.983 20.46 157.403 18.3 153.983 18.3H145.043V29.34H153.983C157.403 29.34 159.983 27.18 159.983 23.82ZM202.678 51L183.598 24.12V51H175.078V10.98H183.838L202.378 36.9V10.98H210.898V51H202.678ZM218.789 51V10.98H247.109V18.3H227.309V27H246.689V34.32H227.309V43.62H247.109V51H218.789ZM263.01 51V18.48H251.31V10.98H283.23V18.48H271.59V51H263.01ZM285.521 45.36L290.201 38.88C293.021 41.82 297.401 44.28 302.921 44.28C307.601 44.28 309.881 42.06 309.881 39.78C309.881 36.78 306.401 35.76 301.781 34.68C295.241 33.18 286.841 31.38 286.841 22.44C286.841 15.78 292.601 10.38 302.021 10.38C308.381 10.38 313.661 12.3 317.621 15.96L312.881 22.2C309.641 19.2 305.321 17.82 301.421 17.82C297.581 17.82 295.541 19.5 295.541 21.9C295.541 24.6 298.901 25.44 303.521 26.52C310.121 28.02 318.521 30 318.521 38.88C318.521 46.2 313.301 51.72 302.501 51.72C294.821 51.72 289.301 49.14 285.521 45.36Z'/%3E%3C/mask%3E%3Cpath d='M6.44535 51V10.98H14.9654V51H6.44535ZM50.5102 51L31.4302 24.12V51H22.9102V10.98H31.6702L50.2102 36.9V10.98H58.7302V51H50.5102ZM75.8611 51V18.48H64.1611V10.98H96.0811V18.48H84.4411V51H75.8611ZM101.543 51V10.98H129.863V18.3H110.063V27H129.443V34.32H110.063V43.62H129.863V51H101.543ZM159.143 51L151.283 36.66H145.043V51H136.523V10.98H155.243C163.583 10.98 168.683 16.44 168.683 23.88C168.683 30.96 164.243 34.74 159.923 35.76L168.923 51H159.143ZM159.983 23.82C159.983 20.46 157.403 18.3 153.983 18.3H145.043V29.34H153.983C157.403 29.34 159.983 27.18 159.983 23.82ZM202.678 51L183.598 24.12V51H175.078V10.98H183.838L202.378 36.9V10.98H210.898V51H202.678ZM218.789 51V10.98H247.109V18.3H227.309V27H246.689V34.32H227.309V43.62H247.109V51H218.789ZM263.01 51V18.48H251.31V10.98H283.23V18.48H271.59V51H263.01ZM285.521 45.36L290.201 38.88C293.021 41.82 297.401 44.28 302.921 44.28C307.601 44.28 309.881 42.06 309.881 39.78C309.881 36.78 306.401 35.76 301.781 34.68C295.241 33.18 286.841 31.38 286.841 22.44C286.841 15.78 292.601 10.38 302.021 10.38C308.381 10.38 313.661 12.3 317.621 15.96L312.881 22.2C309.641 19.2 305.321 17.82 301.421 17.82C297.581 17.82 295.541 19.5 295.541 21.9C295.541 24.6 298.901 25.44 303.521 26.52C310.121 28.02 318.521 30 318.521 38.88C318.521 46.2 313.301 51.72 302.501 51.72C294.821 51.72 289.301 49.14 285.521 45.36Z' fill='white'/%3E%3Cpath d='M4.94535 51C5.94535 51 6.94535 51 7.94535 51C8.27869 49.382 8.57868 47.764 8.84535 46.146C9.91202 39.674 10.4454 33.202 10.4454 26.73C10.4454 21.48 10.4064 16.23 10.3284 10.98L6.44535 14.863C9.28535 14.8208 12.1254 14.7672 14.9654 14.7022L11.2431 10.98C11.5485 24.32 12.1056 37.66 12.9145 51L14.9654 48.9491C13.7434 49.0232 12.5214 49.0995 11.2994 49.1778C9.68135 49.2815 8.06335 49.3889 6.44535 49.5C6.44535 50.5 6.44535 51.5 6.44535 52.5C8.06335 52.6111 9.68135 52.7185 11.2994 52.8222C12.5214 52.9005 13.7434 52.9768 14.9654 53.0509L17.1326 52.9194L17.0162 51C17.8251 37.66 18.3822 24.32 18.6876 10.98L18.6005 7.17456L14.9654 7.25777C12.1254 7.19276 9.28535 7.13917 6.44535 7.09698L2.50552 7.15551L2.56233 10.98C2.48435 16.23 2.44535 21.48 2.44535 26.73C2.44535 33.202 2.97868 39.674 4.04535 46.146C4.31202 47.764 4.61202 49.382 4.94535 51ZM7.94535 51H4.94535L5.27099 52.5806L6.44535 52.5V49.5L7.94535 51ZM49.287 51.8682C50.1025 51.2894 50.9179 50.7106 51.7334 50.1318C49.77 46.7899 47.7795 43.4674 45.7618 40.1642C42.0383 34.0682 38.2222 28.0379 34.3135 22.0734L28.0841 12.9732L27.8944 24.12C27.5849 32.4398 27.4302 40.7597 27.4302 49.0795C27.4302 49.7197 27.4303 50.3598 27.4305 51L31.4302 47.0003C28.5902 47.0012 25.7502 47.0041 22.9102 47.009L26.9012 51C26.8781 37.66 26.8108 24.32 26.6994 10.98L22.9102 14.7692C25.8302 14.7448 28.7502 14.7183 31.6702 14.6896L28.653 13.1382C34.9177 21.7176 41.2052 30.2806 47.5155 38.8274L53.4511 47.2492L53.5232 36.9C53.3929 28.26 53.2441 19.62 53.0767 10.98L50.2102 13.8465C53.0502 13.7914 55.8902 13.7344 58.7302 13.6754L56.0348 10.98C56.2888 23.1985 56.5798 35.417 56.908 47.6354C56.9381 48.757 56.9685 49.8785 56.9993 51L58.7302 49.2691C55.9902 49.3442 53.2502 49.4212 50.5102 49.5C50.5102 50.5 50.5102 51.5 50.5102 52.5C53.2502 52.5788 55.9902 52.6558 58.7302 52.7309L60.5072 52.6822L60.4611 51C60.4919 49.8785 60.5223 48.757 60.5524 47.6354C60.8806 35.417 61.1716 23.1985 61.4256 10.98L61.3684 8.22977L58.7302 8.28461C55.8902 8.22558 53.0502 8.16855 50.2102 8.11353L47.2893 8.17012L47.3437 10.98C47.1763 19.62 47.0275 28.26 46.8971 36.9L52.9049 34.9726C46.8552 26.2393 40.7827 17.5224 34.6874 8.82183L33.5411 7.25201L31.6702 7.27036C28.7502 7.24173 25.8302 7.21521 22.9102 7.19081L19.0896 7.22273L19.121 10.98C19.0095 24.32 18.9423 37.66 18.9192 51L18.9261 54.9979L22.9102 54.991C25.7502 54.9959 28.5902 54.9988 31.4302 54.9997L35.4312 54.9984L35.4299 51C35.4301 50.3598 35.4302 49.7197 35.4302 49.0795C35.4302 40.7597 35.2755 32.4398 34.966 24.12L28.5469 26.1666C32.8879 31.8243 37.3215 37.4163 41.8477 42.9425C44.3003 45.937 46.7801 48.9123 49.287 51.8682ZM51.7334 50.1318L49.287 51.8682L49.8392 52.5193L50.5102 52.5V49.5L51.7334 50.1318ZM74.3611 51C75.3611 51 76.3611 51 77.3611 51C77.6945 48.602 77.9945 46.204 78.2611 43.806C79.1999 35.364 79.7256 26.922 79.8381 18.48L79.8904 14.5567L75.8611 14.503C74.7111 14.4877 73.5611 14.48 72.4111 14.48C69.6611 14.48 66.9111 14.4849 64.1611 14.4946L68.1465 18.48C68.1377 15.98 68.1248 13.48 68.1079 10.98L64.1611 14.9267C74.8011 14.8548 85.4411 14.7099 96.0811 14.4921L92.569 10.98C92.6202 13.48 92.6754 15.98 92.7346 18.48L96.0811 15.1335C92.2011 15.2254 88.3211 15.327 84.4411 15.4383L81.4891 15.3536L81.3994 18.48C81.7104 29.32 82.097 40.16 82.5594 51L84.4411 49.1183C83.9791 49.138 83.5171 49.1578 83.0551 49.1778C80.6571 49.2815 78.2591 49.3889 75.8611 49.5C75.8611 50.5 75.8611 51.5 75.8611 52.5C78.2591 52.6111 80.6571 52.7185 83.0551 52.8222C83.5171 52.8422 83.9791 52.862 84.4411 52.8817L86.3996 52.7982L86.3229 51C86.7852 40.16 87.1719 29.32 87.4828 18.48L84.4411 21.5217C88.3211 21.633 92.2011 21.7346 96.0811 21.8265L99.505 21.7454L99.4277 18.48C99.4869 15.98 99.5421 13.48 99.5933 10.98L99.5199 7.39748L96.0811 7.46787C85.4411 7.25008 74.8011 7.10521 64.1611 7.03325L60.1879 7.06012L60.2144 10.98C60.1975 13.48 60.1846 15.98 60.1757 18.48L60.1899 22.4795L64.1611 22.4654C66.9111 22.4751 69.6611 22.48 72.4111 22.48C73.5611 22.48 74.7111 22.4723 75.8611 22.457L71.8841 18.48C71.9967 26.922 72.5224 35.364 73.4611 43.806C73.7278 46.204 74.0278 48.602 74.3611 51ZM77.3611 51H74.3611L74.5779 52.5595L75.8611 52.5V49.5L77.3611 51ZM100.043 51C101.043 51 102.043 51 103.043 51C103.376 47.416 103.676 43.832 103.943 40.248C104.669 30.492 105.148 20.736 105.38 10.98L101.543 14.8167C106.123 14.9256 110.703 14.98 115.283 14.98C120.143 14.98 125.003 14.9732 129.863 14.9596L125.883 10.98C125.89 13.42 125.899 15.86 125.909 18.3L129.863 14.3461C123.263 14.3739 116.663 14.4142 110.063 14.4671L106.261 14.4367L106.23 18.3C106.253 21.2 106.279 24.1 106.307 27L106.271 30.7191L110.063 30.7559C116.523 30.6933 122.983 30.6187 129.443 30.532L125.911 27C125.944 29.44 125.978 31.88 126.014 34.32L129.443 30.8913C122.983 30.9871 116.523 31.0948 110.063 31.2146L107.016 31.1581L106.958 34.32C107.015 37.42 107.075 40.52 107.138 43.62L107.08 46.4839L110.063 46.5446C116.663 46.4104 123.263 46.2636 129.863 46.1043L127.379 43.62C127.438 46.08 127.499 48.54 127.562 51L129.863 48.6991C124.007 48.8488 118.151 49.0083 112.295 49.1778C108.711 49.2815 105.127 49.3889 101.543 49.5C101.543 50.5 101.543 51.5 101.543 52.5C105.127 52.6111 108.711 52.7185 112.295 52.8222C118.151 52.9917 124.007 53.1512 129.863 53.3009L132.221 53.2406L132.164 51C132.227 48.54 132.288 46.08 132.347 43.62L132.286 41.0772L129.863 41.1357C123.263 40.9764 116.663 40.8296 110.063 40.6954L112.988 43.62C113.051 40.52 113.111 37.42 113.168 34.32L110.063 37.4253C116.523 37.5452 122.983 37.6529 129.443 37.7487L132.922 37.6971L132.872 34.32C132.908 31.88 132.942 29.44 132.975 27L132.927 23.4213L129.443 23.468C122.983 23.3813 116.523 23.3067 110.063 23.2441L113.819 27C113.847 24.1 113.873 21.2 113.896 18.3L110.063 22.1329C116.663 22.1858 123.263 22.2261 129.863 22.2539L133.833 22.2372L133.817 18.3C133.827 15.86 133.836 13.42 133.843 10.98L133.831 6.98931L129.863 7.00043C125.003 6.98681 120.143 6.98 115.283 6.98C110.703 6.98 106.123 7.03443 101.543 7.1433L97.6173 7.23661L97.7063 10.98C97.9382 20.736 98.4171 30.492 99.143 40.248C99.4097 43.832 99.7097 47.416 100.043 51ZM103.043 51H100.043L100.186 52.5421L101.543 52.5V49.5L103.043 51ZM157.828 51.721C158.705 51.2403 159.582 50.7597 160.459 50.279C159.4 47.6542 158.312 45.0454 157.195 42.4526C156.146 40.0168 155.071 37.5952 153.97 35.1876L153.309 33.7438L151.283 33.5967C149.203 33.4457 147.123 33.3129 145.043 33.1985L141.782 33.019L141.582 36.66C141.319 41.44 141.152 46.22 141.082 51L145.043 47.0384C143.302 47.0128 141.56 47 139.818 47C138.72 47 137.622 47.0006 136.523 47.0017L140.522 51C140.508 37.66 140.411 24.32 140.23 10.98L136.523 14.6868C142.763 14.6023 149.003 14.4995 155.243 14.3785C161.078 14.0706 165.714 17.9623 165.76 23.88C166.011 28.2936 163.515 32.2266 159.356 33.3577L156.146 34.0143L157.798 37.0152C160.955 42.0023 164.127 46.9812 167.312 51.9518L168.923 49.1283C168.474 49.1447 168.025 49.1612 167.575 49.1778C164.765 49.2815 161.954 49.3889 159.143 49.5C159.143 50.5 159.143 51.5 159.143 52.5C161.954 52.6111 164.765 52.7185 167.575 52.8222C168.025 52.8388 168.474 52.8553 168.923 52.8717L172.258 52.766L170.535 50.0482C167.72 44.8588 164.892 39.6777 162.049 34.5048L160.491 38.1623C167.007 37.0371 171.804 30.1642 171.607 23.88C172.526 15.3449 163.608 6.95907 155.243 7.58146C149.003 7.46045 142.763 7.35771 136.523 7.27322L132.767 7.32408L132.817 10.98C132.636 24.32 132.539 37.66 132.525 51L132.529 55.0024L136.523 54.9983C137.622 54.9994 138.72 55 139.818 55C141.56 55 143.302 54.9872 145.043 54.9616L149.062 54.9025L149.005 51C148.935 46.22 148.768 41.44 148.505 36.66L145.043 40.1215C147.123 40.0071 149.203 39.8743 151.283 39.7233L148.597 38.1324C150.034 40.3557 151.497 42.5648 152.986 44.7598C154.571 47.0962 156.185 49.4166 157.828 51.721ZM160.459 50.279L157.828 51.721L158.404 52.5292L159.143 52.5V49.5L160.459 50.279ZM155.983 23.82C158.65 23.82 161.317 23.82 163.983 23.82C163.985 22.5556 163.748 21.1908 163.178 19.9056C161.527 16.0226 157.264 14.2079 153.983 14.3C151.003 14.3 148.023 14.3 145.043 14.3H141.043V18.3C141.043 21.98 141.043 25.66 141.043 29.34V33.34H145.043C148.023 33.34 151.003 33.34 153.983 33.34C157.264 33.4321 161.527 31.6174 163.178 27.7344C163.748 26.4492 163.985 25.0844 163.983 23.82C161.317 23.82 158.65 23.82 155.983 23.82C155.983 24.1294 155.929 24.3447 155.861 24.5005C155.702 24.8806 155.185 25.3264 153.983 25.34C151.003 25.34 148.023 25.34 145.043 25.34L149.043 29.34C149.043 25.66 149.043 21.98 149.043 18.3L145.043 22.3C148.023 22.3 151.003 22.3 153.983 22.3C155.185 22.3136 155.702 22.7594 155.861 23.1395C155.929 23.2953 155.983 23.5106 155.983 23.82ZM163.983 23.82H155.983H163.983ZM201.455 51.8682C202.27 51.2894 203.086 50.7106 203.901 50.1318C201.938 46.7899 199.947 43.4674 197.93 40.1642C194.206 34.0682 190.39 28.0379 186.481 22.0734L180.252 12.9732L180.062 24.12C179.753 32.4398 179.598 40.7597 179.598 49.0795C179.598 49.7197 179.598 50.3598 179.598 51L183.598 47.0003C180.758 47.0012 177.918 47.0041 175.078 47.009L179.069 51C179.046 37.66 178.979 24.32 178.867 10.98L175.078 14.7692C177.998 14.7448 180.918 14.7183 183.838 14.6896L180.821 13.1382C187.086 21.7176 193.373 30.2806 199.683 38.8274L205.619 47.2492L205.691 36.9C205.561 28.26 205.412 19.62 205.245 10.98L202.378 13.8465C205.218 13.7914 208.058 13.7344 210.898 13.6754L208.203 10.98C208.457 23.1985 208.748 35.417 209.076 47.6354C209.106 48.757 209.136 49.8785 209.167 51L210.898 49.2691C208.158 49.3442 205.418 49.4212 202.678 49.5C202.678 50.5 202.678 51.5 202.678 52.5C205.418 52.5788 208.158 52.6558 210.898 52.7309L212.675 52.6822L212.629 51C212.66 49.8785 212.69 48.757 212.72 47.6354C213.049 35.417 213.34 23.1985 213.594 10.98L213.536 8.22977L210.898 8.28461C208.058 8.22558 205.218 8.16855 202.378 8.11353L199.457 8.17012L199.512 10.98C199.344 19.62 199.195 28.26 199.065 36.9L205.073 34.9726C199.023 26.2393 192.951 17.5224 186.855 8.82183L185.709 7.25201L183.838 7.27036C180.918 7.24173 177.998 7.21521 175.078 7.19081L171.258 7.22273L171.289 10.98C171.178 24.32 171.11 37.66 171.087 51L171.094 54.9979L175.078 54.991C177.918 54.9959 180.758 54.9988 183.598 54.9997L187.599 54.9984L187.598 51C187.598 50.3598 187.598 49.7197 187.598 49.0795C187.598 40.7597 187.443 32.4398 187.134 24.12L180.715 26.1666C185.056 31.8243 189.489 37.4163 194.016 42.9425C196.468 45.937 198.948 48.9123 201.455 51.8682ZM203.901 50.1318L201.455 51.8682L202.007 52.5193L202.678 52.5V49.5L203.901 50.1318ZM217.289 51C218.289 51 219.289 51 220.289 51C220.622 47.416 220.922 43.832 221.189 40.248C221.915 30.492 222.394 20.736 222.626 10.98L218.789 14.8167C223.369 14.9256 227.949 14.98 232.529 14.98C237.389 14.98 242.249 14.9732 247.109 14.9596L243.13 10.98C243.136 13.42 243.145 15.86 243.155 18.3L247.109 14.3461C240.509 14.3739 233.909 14.4142 227.309 14.4671L223.507 14.4367L223.476 18.3C223.499 21.2 223.525 24.1 223.553 27L223.517 30.7191L227.309 30.7559C233.769 30.6933 240.229 30.6187 246.689 30.532L243.157 27C243.19 29.44 243.224 31.88 243.26 34.32L246.689 30.8913C240.229 30.9871 233.769 31.0948 227.309 31.2146L224.262 31.1581L224.204 34.32C224.261 37.42 224.322 40.52 224.385 43.62L224.326 46.4839L227.309 46.5446C233.909 46.4104 240.509 46.2636 247.109 46.1043L244.625 43.62C244.684 46.08 244.745 48.54 244.808 51L247.109 48.6991C241.253 48.8488 235.397 49.0083 229.541 49.1778C225.957 49.2815 222.373 49.3889 218.789 49.5C218.789 50.5 218.789 51.5 218.789 52.5C222.373 52.6111 225.957 52.7185 229.541 52.8222C235.397 52.9917 241.253 53.1512 247.109 53.3009L249.467 53.2406L249.41 51C249.473 48.54 249.534 46.08 249.593 43.62L249.532 41.0772L247.109 41.1357C240.509 40.9764 233.909 40.8296 227.309 40.6954L230.234 43.62C230.297 40.52 230.357 37.42 230.414 34.32L227.309 37.4253C233.769 37.5452 240.229 37.6529 246.689 37.7487L250.168 37.6971L250.118 34.32C250.154 31.88 250.188 29.44 250.221 27L250.173 23.4213L246.689 23.468C240.229 23.3813 233.769 23.3067 227.309 23.2441L231.065 27C231.093 24.1 231.119 21.2 231.142 18.3L227.309 22.1329C233.909 22.1858 240.509 22.2261 247.109 22.2539L251.08 22.2372L251.063 18.3C251.073 15.86 251.082 13.42 251.089 10.98L251.077 6.98931L247.109 7.00043C242.249 6.98681 237.389 6.98 232.529 6.98C227.949 6.98 223.369 7.03443 218.789 7.1433L214.863 7.23661L214.952 10.98C215.184 20.736 215.663 30.492 216.389 40.248C216.656 43.832 216.956 47.416 217.289 51ZM220.289 51H217.289L217.433 52.5421L218.789 52.5V49.5L220.289 51ZM261.51 51C262.51 51 263.51 51 264.51 51C264.843 48.602 265.143 46.204 265.41 43.806C266.348 35.364 266.874 26.922 266.987 18.48L267.039 14.5567L263.01 14.503C261.86 14.4877 260.71 14.48 259.56 14.48C256.81 14.48 254.06 14.4849 251.31 14.4946L255.295 18.48C255.286 15.98 255.273 13.48 255.256 10.98L251.31 14.9267C261.95 14.8548 272.59 14.7099 283.23 14.4921L279.717 10.98C279.769 13.48 279.824 15.98 279.883 18.48L283.23 15.1335C279.35 15.2254 275.47 15.327 271.59 15.4383L268.638 15.3536L268.548 18.48C268.859 29.32 269.245 40.16 269.708 51L271.59 49.1183C271.128 49.138 270.666 49.1578 270.204 49.1778C267.806 49.2815 265.408 49.3889 263.01 49.5C263.01 50.5 263.01 51.5 263.01 52.5C265.408 52.6111 267.806 52.7185 270.204 52.8222C270.666 52.8422 271.128 52.862 271.59 52.8817L273.548 52.7982L273.471 51C273.934 40.16 274.32 29.32 274.631 18.48L271.59 21.5217C275.47 21.633 279.35 21.7346 283.23 21.8265L286.653 21.7454L286.576 18.48C286.635 15.98 286.691 13.48 286.742 10.98L286.668 7.39748L283.23 7.46787C272.59 7.25008 261.95 7.10521 251.31 7.03325L247.336 7.06012L247.363 10.98C247.346 13.48 247.333 15.98 247.324 18.48L247.338 22.4795L251.31 22.4654C254.06 22.4751 256.81 22.48 259.56 22.48C260.71 22.48 261.86 22.4723 263.01 22.457L259.033 18.48C259.145 26.922 259.671 35.364 260.61 43.806C260.876 46.204 261.176 48.602 261.51 51ZM264.51 51H261.51L261.726 52.5595L263.01 52.5V49.5L264.51 51ZM284.305 44.4818C285.116 45.0673 285.927 45.6527 286.737 46.2382C288.51 44.2318 290.266 42.2134 292.005 40.1828L288.595 40.4203C289.115 41.0486 289.679 41.6459 290.278 42.2056C293.595 45.3374 298.199 47.294 302.921 47.4879C304.784 47.5595 306.812 47.414 308.954 46.4207C311.019 45.5104 313.486 43.0942 313.517 39.78C313.619 38.1162 312.743 35.9596 311.54 34.8224C310.364 33.6405 309.213 33.0736 308.196 32.61C306.155 31.7287 304.386 31.3062 302.674 30.8626L302.658 30.8589C299.723 30.1386 297.002 29.4682 294.872 28.4346C291.948 26.9701 290.879 25.4339 290.825 22.44C290.639 17.6629 295.88 14.1581 302.021 14.2565C306.989 14.1933 311.684 15.5836 315.095 18.693L314.658 13.7088C313.101 15.8062 311.545 17.9048 309.991 20.0048L315.347 19.5371C311.476 16.0441 306.45 14.3227 301.421 14.3665C299.738 14.4044 297.883 14.5966 295.9 15.678C293.899 16.6451 292.055 19.4675 292.218 21.9C292.139 23.5924 293.274 25.6891 294.459 26.557C295.634 27.5064 296.673 27.9005 297.624 28.251C299.52 28.9055 301.177 29.2238 302.806 29.5812L302.825 29.5855C309.711 30.8819 315.996 32.9318 315.837 38.88C316.394 45.548 309.792 49.7005 302.501 49.6461C299.851 49.7279 297.204 49.4822 294.694 48.7859C291.682 47.9576 288.879 46.4477 286.582 44.2993C285.875 45.0064 285.168 45.7136 284.461 46.4207C286.944 49.0777 290.151 51.0845 293.605 52.2637C296.483 53.2568 299.511 53.7133 302.501 53.7939C306.584 53.8879 311.019 53.3368 314.913 50.7961C318.869 48.3229 321.228 43.3958 321.205 38.88C321.524 34.6418 318.866 29.6383 315.123 27.498C311.487 25.1981 307.684 24.3338 304.218 23.4545L304.237 23.4588C302.655 23.0544 301.083 22.6596 299.874 22.1826C299.283 21.9546 298.796 21.6655 298.698 21.55C298.645 21.4951 298.706 21.5246 298.77 21.6386C298.837 21.7498 298.861 21.8961 298.865 21.9C298.88 21.7501 298.907 21.7653 298.914 21.7684C298.924 21.7744 298.969 21.7168 299.165 21.6204C299.549 21.4189 300.439 21.2434 301.421 21.2735C304.748 21.3364 308.13 22.6561 310.416 24.8629L313.419 27.5743L315.771 24.3952C317.378 22.3352 318.982 20.2738 320.585 18.2111L322.623 15.4656L320.147 13.2269C315.248 8.52154 308.315 6.48277 302.021 6.50354C294.103 5.95674 282.671 11.7141 282.857 22.44C282.402 27.7192 286.811 33.891 291.385 35.6349C294.72 37.2257 297.964 37.8703 300.905 38.5011L300.889 38.4974C302.519 38.8479 304.122 39.2051 305.265 39.6299C305.827 39.8307 306.235 40.0801 306.287 40.1085C306.319 40.1229 306.27 40.0499 306.244 39.9456C306.215 39.8426 306.228 39.7493 306.246 39.78C306.27 39.7268 306.342 39.6921 306.309 39.7979C306.278 39.8972 306.117 40.1007 305.813 40.2942C305.206 40.6954 304.118 40.994 302.921 41.0721C299.61 41.3072 296.205 40.4349 293.304 38.4802C292.786 38.1319 292.283 37.7499 291.807 37.3397L289.678 35.457L288.397 37.5772C287.017 39.8666 285.653 42.1682 284.305 44.4818ZM286.737 46.2382L284.305 44.4818L283.629 45.6423L284.461 46.4207L286.582 44.2993L286.737 46.2382Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646154)'/%3E%3Cmask id='path-5-outside-3_9052_646154' maskUnits='userSpaceOnUse' x='323.485' y='13.7217' width='35' height='39' fill='black'%3E%3Crect fill='white' x='323.485' y='13.7217' width='35' height='39'/%3E%3Cpath d='M345.539 35.5696L345.977 47.4478L339.109 47.7217L338.671 35.8436L328.724 36.2403L328.485 29.7781L338.432 29.3814L338.012 17.9956L344.88 17.7217L345.3 29.1074L355.247 28.7107L355.485 35.1729L345.539 35.5696Z'/%3E%3C/mask%3E%3Cpath d='M345.539 35.5696L345.977 47.4478L339.109 47.7217L338.671 35.8436L328.724 36.2403L328.485 29.7781L338.432 29.3814L338.012 17.9956L344.88 17.7217L345.3 29.1074L355.247 28.7107L355.485 35.1729L345.539 35.5696Z' fill='white'/%3E%3Cpath d='M347.038 35.5143C346.038 35.5512 345.039 35.5881 344.04 35.625C343.776 37.5203 343.546 39.4144 343.349 41.3072C343.132 43.3944 342.955 45.4801 342.819 47.5643L345.851 44.2897C343.552 44.1464 341.256 44.0522 338.961 44.0073L342.824 47.5846C342.895 44.4115 342.873 41.2419 342.756 38.0757C342.726 37.2825 342.697 36.4893 342.666 35.6961L342.525 31.6953L338.511 31.8487C335.196 31.9864 331.881 32.1356 328.567 32.2963L332.668 36.0947C332.57 33.9413 332.467 31.7881 332.36 29.6351L328.64 33.6521C331.954 33.4765 335.267 33.2894 338.58 33.0909L342.206 33.0188L342.142 29.2444C341.926 25.452 341.695 21.6601 341.449 17.8687L338.149 21.4323C340.436 21.2771 342.722 21.1164 345.009 20.9502L341.651 17.8409C341.915 21.6315 342.194 25.4217 342.489 29.2112L342.479 31.9164L345.412 31.9186C348.722 31.6517 352.032 31.3733 355.341 31.0834L352.874 28.7983C353.056 30.9486 353.243 33.0987 353.434 35.2486L355.404 33.122C353.974 33.2537 352.544 33.3876 351.114 33.5236C349.236 33.7023 347.357 33.8847 345.479 34.0708C345.519 35.07 345.559 36.0692 345.598 37.0684C347.486 37.1044 349.373 37.1366 351.26 37.1651C352.696 37.1869 354.131 37.2064 355.567 37.2238L357.708 37.0266L357.536 35.0972C357.569 32.939 357.597 30.781 357.62 28.6232L357.41 26.1403L355.152 26.3381C351.83 26.3127 348.509 26.2987 345.188 26.2963L348.112 29.0037C348.126 25.2027 348.125 21.4023 348.109 17.6025L347.876 14.266L344.751 14.4931C342.459 14.5096 340.167 14.5315 337.875 14.5589L334.359 14.7975L334.575 18.1225C334.609 21.9216 334.658 25.7202 334.722 29.5183L338.284 25.6719C334.966 25.7378 331.648 25.8152 328.331 25.9041L324.42 26.1113L324.611 29.9211C324.662 32.0762 324.718 34.2311 324.779 36.3858L324.961 40.3742L328.881 40.1842C332.198 40.0804 335.514 39.9651 338.83 39.8384L334.675 35.991C334.703 36.7843 334.732 37.5776 334.761 38.3708C334.878 41.5369 335.089 44.6996 335.394 47.8588L335.773 51.783L339.257 51.436C341.541 51.2085 343.823 50.9318 346.103 50.6058L349.525 50.1165L349.135 47.3312C348.846 45.2627 348.516 43.1957 348.145 41.1302C347.809 39.257 347.44 37.385 347.038 35.5143ZM344.04 35.625L347.038 35.5143L345.598 37.0684L345.479 34.0708L344.259 34.0476L344.04 35.625Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646154)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 60px;
  }
  #first_screen .cta h1 .title-svg {
    width: 445px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='445' height='130' viewBox='0 0 445 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_25199' maskUnits='userSpaceOnUse' x='-0.375' y='70' width='445' height='56' fill='black'%3E%3Crect fill='white' x='-0.375' y='70' width='445' height='56'/%3E%3Cpath d='M25.485 115H15.165V83.98H3.945V74.98H36.645V83.98H25.485V115ZM70.897 115H41.557V74.98H70.897V83.98H51.877V90.22H70.477V99.22H51.877V106H70.897V115ZM74.6691 115.72V106.6C78.3891 106.6 80.7891 104.38 81.9291 95.26L84.3291 74.98H114.149V115H103.829V83.98H93.6291L92.1891 96.04C90.2691 112.24 83.4291 115.72 74.6691 115.72ZM150.702 115H121.362V74.98H150.702V83.98H131.682V90.22H150.282V99.22H131.682V106H150.702V115ZM180.094 115H156.694V74.98H179.374C187.294 74.98 191.074 80.14 191.074 85.18C191.074 90.16 188.014 93.52 184.234 94.36C188.494 95.02 191.854 99.1 191.854 104.14C191.854 109.96 187.954 115 180.094 115ZM177.034 90.34C179.134 90.34 180.574 88.96 180.574 86.98C180.574 85.06 179.134 83.68 177.034 83.68H167.014V90.34H177.034ZM177.394 106.3C179.854 106.3 181.354 104.86 181.354 102.7C181.354 100.72 179.914 99.1 177.394 99.1H167.014V106.3H177.394ZM207.435 115H197.475V74.98H207.795V98.56L223.995 74.98H234.675V115H224.295V90.28L207.435 115ZM239.669 122.38V106.6C243.509 106 245.789 104.38 246.929 95.26L249.329 74.98H279.149V106H282.749V122.38H272.369V115H249.989V122.38H239.669ZM257.189 96.04C256.649 100.54 255.089 103.72 252.809 106H268.829V83.98H258.629L257.189 96.04ZM316.522 115H287.182V74.98H316.522V83.98H297.502V90.22H316.102V99.22H297.502V106H316.522V115ZM359.774 115H349.454V98.92H332.834V115H322.514V74.98H332.834V89.92H349.454V74.98H359.774V115ZM376.947 115H366.987V74.98H377.307V98.56L393.507 74.98H404.187V115H393.807V90.28L376.947 115ZM440.741 115H411.401V74.98H440.741V83.98H421.721V90.22H440.321V99.22H421.721V106H440.741V115Z'/%3E%3C/mask%3E%3Cpath d='M25.485 115H15.165V83.98H3.945V74.98H36.645V83.98H25.485V115ZM70.897 115H41.557V74.98H70.897V83.98H51.877V90.22H70.477V99.22H51.877V106H70.897V115ZM74.6691 115.72V106.6C78.3891 106.6 80.7891 104.38 81.9291 95.26L84.3291 74.98H114.149V115H103.829V83.98H93.6291L92.1891 96.04C90.2691 112.24 83.4291 115.72 74.6691 115.72ZM150.702 115H121.362V74.98H150.702V83.98H131.682V90.22H150.282V99.22H131.682V106H150.702V115ZM180.094 115H156.694V74.98H179.374C187.294 74.98 191.074 80.14 191.074 85.18C191.074 90.16 188.014 93.52 184.234 94.36C188.494 95.02 191.854 99.1 191.854 104.14C191.854 109.96 187.954 115 180.094 115ZM177.034 90.34C179.134 90.34 180.574 88.96 180.574 86.98C180.574 85.06 179.134 83.68 177.034 83.68H167.014V90.34H177.034ZM177.394 106.3C179.854 106.3 181.354 104.86 181.354 102.7C181.354 100.72 179.914 99.1 177.394 99.1H167.014V106.3H177.394ZM207.435 115H197.475V74.98H207.795V98.56L223.995 74.98H234.675V115H224.295V90.28L207.435 115ZM239.669 122.38V106.6C243.509 106 245.789 104.38 246.929 95.26L249.329 74.98H279.149V106H282.749V122.38H272.369V115H249.989V122.38H239.669ZM257.189 96.04C256.649 100.54 255.089 103.72 252.809 106H268.829V83.98H258.629L257.189 96.04ZM316.522 115H287.182V74.98H316.522V83.98H297.502V90.22H316.102V99.22H297.502V106H316.522V115ZM359.774 115H349.454V98.92H332.834V115H322.514V74.98H332.834V89.92H349.454V74.98H359.774V115ZM376.947 115H366.987V74.98H377.307V98.56L393.507 74.98H404.187V115H393.807V90.28L376.947 115ZM440.741 115H411.401V74.98H440.741V83.98H421.721V90.22H440.321V99.22H421.721V106H440.741V115Z' fill='white'/%3E%3Cpath d='M25.485 116.5C25.485 115.5 25.485 114.5 25.485 113.5C23.061 113.167 20.637 112.867 18.213 112.6C17.197 112.488 16.181 112.382 15.165 112.282L17.8827 115C18.7376 106.32 19.165 97.64 19.165 88.96C19.165 87.3 19.1633 85.64 19.1598 83.98L19.1681 79.9936L15.165 79.9852C11.425 79.993 7.685 80.0097 3.945 80.0351L7.88986 83.98C7.86944 80.98 7.84334 77.98 7.81157 74.98L3.945 78.8466C14.845 78.7311 25.745 78.5408 36.645 78.2756L33.3494 74.98C33.4224 77.98 33.501 80.98 33.5854 83.98L36.645 80.9204C32.925 81.025 29.205 81.1383 25.485 81.2603L22.8573 81.1741L22.7653 83.98C23.025 91.896 23.3241 99.812 23.6628 107.728C23.7665 110.152 23.8739 112.576 23.985 115C24.985 115 25.985 115 26.985 115C27.0961 112.576 27.2035 110.152 27.3072 107.728C27.6459 99.812 27.945 91.896 28.2047 83.98L25.485 86.6997C29.205 86.8217 32.925 86.935 36.645 87.0396L39.7882 86.9513L39.7046 83.98C39.789 80.98 39.8676 77.98 39.9406 74.98L39.8585 71.6062L36.645 71.6844C25.745 71.4192 14.845 71.2289 3.945 71.1134L0.0379219 71.1548L0.0784292 74.98C0.0466604 77.98 0.0205646 80.98 0.000141859 83.98L0.0271783 87.9515L3.945 87.9249C7.685 87.9503 11.425 87.967 15.165 87.9748L11.1702 83.98C11.1667 85.64 11.165 87.3 11.165 88.96C11.165 97.64 11.5924 106.32 12.4473 115L12.7384 117.957L15.165 117.718C16.181 117.618 17.197 117.512 18.213 117.4C20.637 117.133 23.061 116.833 25.485 116.5ZM25.485 113.5V116.5L27.0439 116.286L26.985 115H23.985L25.485 113.5ZM70.897 116.5C70.897 115.5 70.897 114.5 70.897 113.5C67.331 113.167 63.765 112.867 60.199 112.6C53.985 112.135 47.771 111.772 41.557 111.51L45.0474 115C45.3872 106.95 45.557 98.9 45.557 90.85C45.557 85.56 45.5489 80.27 45.5326 74.98L41.557 78.9555C51.337 78.9254 61.117 78.8674 70.897 78.7816L67.0955 74.98C67.1218 77.98 67.1508 80.98 67.1823 83.98L70.897 80.2653C64.557 80.332 58.217 80.4105 51.877 80.5006L48.4478 80.4519L48.3977 83.98C48.4272 86.06 48.4581 88.14 48.4902 90.22L48.4387 93.5538L51.877 93.6069C58.077 93.5112 64.277 93.4043 70.477 93.2863L67.4108 90.22C67.4679 93.22 67.5276 96.22 67.59 99.22L70.477 96.333C64.277 96.4619 58.077 96.602 51.877 96.7533L49.4719 96.6946L49.4103 99.22C49.4654 101.48 49.5221 103.74 49.5802 106L49.5227 108.236L51.877 108.297C57.651 108.148 63.425 107.99 69.199 107.822C69.765 107.806 70.331 107.789 70.897 107.773L69.1245 106C69.2127 109 69.3036 112 69.397 115C70.397 115 71.397 115 72.397 115C72.4905 112 72.5814 109 72.6696 106L72.616 104.177L70.897 104.227C70.331 104.211 69.765 104.194 69.199 104.178C63.425 104.01 57.651 103.852 51.877 103.703L54.1739 106C54.232 103.74 54.2886 101.48 54.3438 99.22L51.877 101.687C58.077 101.838 64.277 101.978 70.477 102.107L73.4228 102.046L73.3641 99.22C73.4264 96.22 73.4862 93.22 73.5433 90.22L73.4838 87.0965L70.477 87.1537C64.277 87.0357 58.077 86.9288 51.877 86.8331L55.2639 90.22C55.296 88.14 55.3268 86.06 55.3564 83.98L51.877 87.4594C58.217 87.5495 64.557 87.628 70.897 87.6947L74.6504 87.6552L74.6117 83.98C74.6433 80.98 74.6723 77.98 74.6986 74.98L74.6649 71.1454L70.897 71.1784C61.117 71.0926 51.337 71.0346 41.557 71.0044L37.5693 71.0167L37.5815 74.98C37.5652 80.27 37.557 85.56 37.557 90.85C37.557 98.9 37.7269 106.95 38.0666 115L38.2199 118.631L41.557 118.49C47.771 118.228 53.985 117.865 60.199 117.4C63.765 117.133 67.331 116.833 70.897 116.5ZM70.897 113.5V116.5L72.4393 116.356L72.397 115H69.397L70.897 113.5ZM73.1691 115.72C74.1691 115.72 75.1691 115.72 76.1691 115.72C76.4619 112.68 76.729 109.64 76.9704 106.6L74.6691 108.901C75.1933 108.935 75.7483 108.933 76.3319 108.866C79.8286 108.629 82.315 105.234 83.2021 102.906C84.246 100.421 84.7556 98.0359 85.1824 95.6667L85.185 95.6453C86.3347 88.9267 87.3564 82.1929 88.25 75.444L84.3291 78.9283C86.8161 78.9628 89.3032 78.98 91.7903 78.98C99.2432 78.98 106.696 78.9628 114.149 78.9285L110.201 74.98C110.262 88.32 110.379 101.66 110.55 115L114.149 111.401C110.709 111.445 107.269 111.493 103.829 111.545L107.284 115C107.129 104.66 106.941 94.32 106.72 83.98L106.78 81.1522L103.829 81.0891C100.429 81.1618 97.0291 81.2381 93.6291 81.318L91.3298 81.264L90.9858 83.6644C90.6002 87.6957 90.2197 91.7275 89.8442 95.76C89.2562 101.828 87.9234 108.279 83.5065 111.643C81.16 113.442 77.967 114.121 74.6691 114.22C74.6691 115.22 74.6691 116.22 74.6691 117.22C78.2442 117.336 82.2377 116.87 85.5969 114.629C91.9191 110.238 93.5082 102.744 94.5342 96.3179C95.1184 92.3125 95.6979 88.3043 96.2723 84.2956L93.6291 86.642C97.0291 86.7219 100.429 86.7982 103.829 86.8709L100.938 83.98C100.717 94.32 100.529 104.66 100.374 115L100.427 118.506L103.829 118.455C107.269 118.507 110.709 118.555 114.149 118.599L117.794 118.552L117.748 115C117.919 101.66 118.036 88.32 118.098 74.98L118.079 71.0134L114.149 71.0315C106.696 70.9972 99.2432 70.98 91.7903 70.98C89.3032 70.98 86.8161 70.9972 84.3291 71.0317L80.7664 71.081L80.4081 74.516C79.7017 81.2871 79.1234 88.0733 78.6732 94.8747L78.6758 94.8533C78.3948 99.0305 77.6247 103.778 75.519 104.135C75.2737 104.21 74.9865 104.265 74.6691 104.299L72.2006 104.495L72.3677 106.6C72.6091 109.64 72.8762 112.68 73.1691 115.72ZM76.1691 115.72H73.1691L73.3177 117.263L74.6691 117.22V114.22L76.1691 115.72ZM150.702 116.5C150.702 115.5 150.702 114.5 150.702 113.5C147.136 113.167 143.57 112.867 140.004 112.6C133.79 112.135 127.576 111.772 121.362 111.51L124.852 115C125.192 106.95 125.362 98.9 125.362 90.85C125.362 85.56 125.354 80.27 125.337 74.98L121.362 78.9555C131.142 78.9254 140.922 78.8674 150.702 78.7816L146.9 74.98C146.926 77.98 146.955 80.98 146.987 83.98L150.702 80.2653C144.362 80.332 138.022 80.4105 131.682 80.5006L128.253 80.4519L128.202 83.98C128.232 86.06 128.263 88.14 128.295 90.22L128.243 93.5538L131.682 93.6069C137.882 93.5112 144.082 93.4043 150.282 93.2863L147.215 90.22C147.273 93.22 147.332 96.22 147.395 99.22L150.282 96.333C144.082 96.4619 137.882 96.602 131.682 96.7533L129.277 96.6946L129.215 99.22C129.27 101.48 129.327 103.74 129.385 106L129.327 108.236L131.682 108.297C137.456 108.148 143.23 107.99 149.004 107.822C149.57 107.806 150.136 107.789 150.702 107.773L148.929 106C149.017 109 149.108 112 149.202 115C150.202 115 151.202 115 152.202 115C152.295 112 152.386 109 152.474 106L152.421 104.177L150.702 104.227C150.136 104.211 149.57 104.194 149.004 104.178C143.23 104.01 137.456 103.852 131.682 103.703L133.979 106C134.037 103.74 134.093 101.48 134.148 99.22L131.682 101.687C137.882 101.838 144.082 101.978 150.282 102.107L153.227 102.046L153.169 99.22C153.231 96.22 153.291 93.22 153.348 90.22L153.289 87.0965L150.282 87.1537C144.082 87.0357 137.882 86.9288 131.682 86.8331L135.069 90.22C135.101 88.14 135.132 86.06 135.161 83.98L131.682 87.4594C138.022 87.5495 144.362 87.628 150.702 87.6947L154.455 87.6552L154.416 83.98C154.448 80.98 154.477 77.98 154.503 74.98L154.47 71.1454L150.702 71.1784C140.922 71.0926 131.142 71.0346 121.362 71.0044L117.374 71.0167L117.386 74.98C117.37 80.27 117.362 85.56 117.362 90.85C117.362 98.9 117.532 106.95 117.871 115L118.025 118.631L121.362 118.49C127.576 118.228 133.79 117.865 140.004 117.4C143.57 117.133 147.136 116.833 150.702 116.5ZM150.702 113.5V116.5L152.244 116.356L152.202 115H149.202L150.702 113.5ZM180.094 116.5C180.094 115.5 180.094 114.5 180.094 113.5C177.637 113.167 175.18 112.867 172.723 112.6C167.38 112.02 162.037 111.598 156.694 111.333L160.361 115C160.583 110.515 160.694 106.031 160.694 101.546C160.694 92.6908 160.646 83.8354 160.549 74.98L156.694 78.8357C164.254 78.7535 171.814 78.6363 179.374 78.484C184.103 78.2485 187.834 80.9637 187.982 85.18C188.145 88.2601 186.436 90.9592 183.643 91.7027L183.817 97.05C186.802 97.2914 189.512 100.53 189.605 104.14C189.761 107.084 188.591 109.974 186.169 111.638C184.513 112.808 182.351 113.394 180.094 113.5C180.094 114.5 180.094 115.5 180.094 116.5C182.742 116.612 185.584 116.185 188.108 114.725C191.833 112.661 194.045 108.279 194.103 104.14C194.372 98.806 190.802 92.7882 184.651 91.67L184.824 97.0173C190.341 96.1029 194.283 90.3715 194.166 85.18C194.728 77.2146 186.202 71.0039 179.374 71.476C171.814 71.3237 164.254 71.2065 156.694 71.1243L152.797 71.1667L152.838 74.98C152.742 83.8354 152.694 92.6908 152.694 101.546C152.694 106.031 152.805 110.515 153.027 115L153.217 118.839L156.694 118.667C162.037 118.402 167.38 117.98 172.723 117.4C175.18 117.133 177.637 116.833 180.094 116.5ZM180.094 113.5V116.5V113.5ZM177.034 86.34C177.034 89.0067 177.034 91.6733 177.034 94.34C178.181 94.3404 179.456 94.1133 180.682 93.4831C183.113 92.3442 184.681 89.3323 184.574 86.98C184.608 85.1471 183.788 82.9558 182.206 81.5809C180.644 80.1779 178.675 79.6716 177.034 79.68C173.694 79.68 170.354 79.68 167.014 79.68H163.014V83.68C163.014 85.9 163.014 88.12 163.014 90.34V94.34H167.014C169.727 94.34 172.44 94.34 175.153 94.34C175.78 94.34 176.407 94.34 177.034 94.34C177.034 91.6733 177.034 89.0067 177.034 86.34C176.407 86.34 175.78 86.34 175.153 86.34C172.44 86.34 169.727 86.34 167.014 86.34L171.014 90.34C171.014 88.12 171.014 85.9 171.014 83.68L167.014 87.68C170.354 87.68 173.694 87.68 177.034 87.68C177.196 87.681 177.077 87.7231 176.868 87.5395C176.652 87.3666 176.557 87.0062 176.574 86.98C176.572 86.996 176.575 86.8748 176.665 86.7193C176.75 86.5632 176.919 86.4176 177.019 86.3706C177.128 86.3162 177.14 86.3406 177.034 86.34ZM177.034 94.34V86.34V94.34ZM177.394 102.3C177.394 104.967 177.394 107.633 177.394 110.3C178.482 110.298 179.695 110.137 180.953 109.588C183.624 108.604 185.529 105.152 185.354 102.7C185.386 100.734 184.501 98.442 182.801 97.0092C181.117 95.5496 179.052 95.0929 177.394 95.1C173.934 95.1 170.474 95.1 167.014 95.1H163.014V99.1C163.014 101.5 163.014 103.9 163.014 106.3V110.3H167.014C169.807 110.3 172.6 110.3 175.393 110.3C176.06 110.3 176.727 110.3 177.394 110.3C177.394 107.633 177.394 104.967 177.394 102.3C176.727 102.3 176.06 102.3 175.393 102.3C172.6 102.3 169.807 102.3 167.014 102.3L171.014 106.3C171.014 103.9 171.014 101.5 171.014 99.1L167.014 103.1C170.474 103.1 173.934 103.1 177.394 103.1C177.731 103.099 177.726 103.191 177.565 103.058C177.4 102.931 177.339 102.665 177.354 102.7C177.353 102.803 177.335 102.716 177.431 102.558C177.52 102.397 177.71 102.267 177.737 102.263C177.769 102.252 177.64 102.302 177.394 102.3ZM177.394 110.3V102.3V110.3ZM207.435 116.5C207.435 115.5 207.435 114.5 207.435 113.5C204.115 113.209 200.795 112.943 197.475 112.703L199.772 115C199.807 114.516 199.841 114.033 199.875 113.549C200.776 100.693 201.297 87.8365 201.437 74.98L197.475 78.9416C199.833 78.9672 202.19 78.98 204.548 78.98C205.63 78.98 206.713 78.9797 207.795 78.9791L203.796 74.98C203.8 82.84 203.82 90.7 203.856 98.56L203.831 111.24L211.041 100.79C216.405 92.9055 221.75 85.0076 227.076 77.0965L223.995 78.7177C227.555 78.6841 231.115 78.6471 234.675 78.607L231.048 74.98C231.199 88.32 231.395 101.66 231.636 115L234.675 111.961C231.215 112.024 227.755 112.09 224.295 112.159L227.136 115C226.973 106.76 226.791 98.52 226.593 90.28L226.671 82.8583L222.397 88.9853C219.043 94.1669 215.697 99.354 212.359 104.547C210.302 107.747 208.247 110.95 206.196 114.155C207.022 114.718 207.848 115.282 208.674 115.845C210.909 112.766 213.141 109.684 215.37 106.6C218.986 101.597 222.593 96.5886 226.193 91.5747L221.997 90.28C221.799 98.52 221.617 106.76 221.454 115L221.511 117.897L224.295 117.841C227.755 117.91 231.215 117.976 234.675 118.039L237.768 117.983L237.714 115C237.955 101.66 238.151 88.32 238.302 74.98L238.261 71.3126L234.675 71.353C231.115 71.3129 227.555 71.2759 223.995 71.2423L221.993 71.2612L220.914 72.8635C215.44 80.6724 209.985 88.4945 204.549 96.3297L211.734 98.56C211.77 90.7 211.79 82.84 211.794 74.98L211.792 70.9787L207.795 70.9809C206.713 70.9803 205.63 70.98 204.548 70.98C202.19 70.98 199.833 70.9928 197.475 71.0184L193.471 71.0619L193.513 74.98C193.653 87.8365 194.174 100.693 195.075 113.549C195.109 114.033 195.143 114.516 195.178 115L195.356 117.45L197.475 117.297C200.795 117.057 204.115 116.791 207.435 116.5ZM207.435 113.5V116.5L208.304 116.424L208.674 115.845L206.196 114.155L207.435 113.5ZM238.169 122.38C239.169 122.38 240.169 122.38 241.169 122.38C241.502 119.22 241.802 116.06 242.069 112.899C242.246 110.8 242.409 108.7 242.556 106.6L240.115 109.453C241.505 109.32 243.297 109.002 244.956 107.874C246.613 106.756 247.659 105.156 248.336 103.756C249.668 100.903 250.142 98.305 250.584 95.7169L250.587 95.6929C251.457 90.1323 252.223 84.5594 252.884 78.974C253.023 77.7994 253.162 76.6247 253.3 75.4499L249.329 78.9784C259.269 78.9697 269.209 78.9244 279.149 78.8424L275.287 74.98C275.372 85.32 275.497 95.66 275.662 106L275.607 109.431L279.149 109.487C280.349 109.468 281.549 109.449 282.749 109.429L279.32 106C279.412 111.46 279.515 116.92 279.629 122.38L282.749 119.26C279.289 119.332 275.829 119.409 272.369 119.49L275.259 122.38C275.202 119.92 275.142 117.46 275.08 115L275.146 112.36L272.369 112.289C264.909 112.478 257.449 112.687 249.989 112.916L247.972 112.854L247.905 115C247.981 117.46 248.059 119.92 248.139 122.38L249.989 120.53C249.709 120.539 249.429 120.549 249.15 120.558C245.989 120.661 242.829 120.769 239.669 120.88C239.669 121.88 239.669 122.88 239.669 123.88C242.829 123.991 245.989 124.099 249.15 124.202C249.429 124.211 249.709 124.221 249.989 124.23L251.897 124.167L251.839 122.38C251.919 119.92 251.997 117.46 252.073 115L249.989 117.084C257.449 117.313 264.909 117.522 272.369 117.711L269.658 115C269.596 117.46 269.536 119.92 269.479 122.38L269.548 125.336L272.369 125.27C275.829 125.351 279.289 125.428 282.749 125.5L285.933 125.434L285.869 122.38C285.983 116.92 286.086 111.46 286.178 106L286.119 102.515L282.749 102.571C281.549 102.551 280.349 102.532 279.149 102.513L282.637 106C282.801 95.66 282.926 85.32 283.011 74.98L282.979 71.086L279.149 71.1176C269.209 71.0356 259.269 70.9903 249.329 70.9816L245.772 70.9847L245.358 74.5101C245.218 75.6846 245.079 76.8592 244.94 78.0338C244.279 83.6192 243.723 89.217 243.271 94.8271L243.274 94.8031C243.077 97.0961 242.781 99.3964 242.197 101.093C241.479 102.824 241.393 103.16 239.223 103.747L236.623 104.343L236.782 106.6C236.929 108.7 237.092 110.8 237.269 112.899C237.536 116.06 237.836 119.22 238.169 122.38ZM241.169 122.38H238.169L238.332 123.927L239.669 123.88V120.88L241.169 122.38ZM261.161 96.5166C258.513 96.1989 255.865 95.8811 253.218 95.5634C253.097 96.5669 252.912 97.5328 252.652 98.4348C252.104 100.342 251.23 101.927 249.981 103.172L243.152 110H252.809C258.149 110 263.489 110 268.829 110H272.829V106C272.829 98.66 272.829 91.32 272.829 83.98V79.98H268.829C265.429 79.98 262.029 79.98 258.629 79.98H255.078L254.657 83.5058C254.319 86.3429 253.98 89.18 253.641 92.0171C253.5 93.2 253.359 94.3829 253.217 95.5658C255.865 95.8819 258.513 96.1981 261.161 96.5142C261.302 95.3314 261.443 94.1485 261.585 92.9656C261.923 90.1285 262.262 87.2914 262.601 84.4542L258.629 87.98C262.029 87.98 265.429 87.98 268.829 87.98L264.829 83.98C264.829 91.32 264.829 98.66 264.829 106L268.829 102C263.489 102 258.149 102 252.809 102L255.637 108.828C257.956 106.535 259.518 103.556 260.339 100.649C260.738 99.2638 260.997 97.8792 261.161 96.5166ZM253.218 95.5634L261.161 96.5166L253.217 95.5658L253.218 95.5634ZM316.522 116.5C316.522 115.5 316.522 114.5 316.522 113.5C312.956 113.167 309.39 112.867 305.824 112.6C299.61 112.135 293.396 111.772 287.182 111.51L290.672 115C291.012 106.95 291.182 98.9 291.182 90.85C291.182 85.56 291.174 80.27 291.158 74.98L287.182 78.9555C296.962 78.9254 306.742 78.8674 316.522 78.7816L312.72 74.98C312.747 77.98 312.776 80.98 312.807 83.98L316.522 80.2653C310.182 80.332 303.842 80.4105 297.502 80.5006L294.073 80.4519L294.023 83.98C294.052 86.06 294.083 88.14 294.115 90.22L294.064 93.5538L297.502 93.6069C303.702 93.5112 309.902 93.4043 316.102 93.2863L313.036 90.22C313.093 93.22 313.153 96.22 313.215 99.22L316.102 96.333C309.902 96.4619 303.702 96.602 297.502 96.7533L295.097 96.6946L295.035 99.22C295.09 101.48 295.147 103.74 295.205 106L295.148 108.236L297.502 108.297C303.276 108.148 309.05 107.99 314.824 107.822C315.39 107.806 315.956 107.789 316.522 107.773L314.749 106C314.838 109 314.929 112 315.022 115C316.022 115 317.022 115 318.022 115C318.116 112 318.206 109 318.295 106L318.241 104.177L316.522 104.227C315.956 104.211 315.39 104.194 314.824 104.178C309.05 104.01 303.276 103.852 297.502 103.703L299.799 106C299.857 103.74 299.914 101.48 299.969 99.22L297.502 101.687C303.702 101.838 309.902 101.978 316.102 102.107L319.048 102.046L318.989 99.22C319.051 96.22 319.111 93.22 319.168 90.22L319.109 87.0965L316.102 87.1537C309.902 87.0357 303.702 86.9288 297.502 86.8331L300.889 90.22C300.921 88.14 300.952 86.06 300.981 83.98L297.502 87.4594C303.842 87.5495 310.182 87.628 316.522 87.6947L320.275 87.6552L320.237 83.98C320.268 80.98 320.297 77.98 320.324 74.98L320.29 71.1454L316.522 71.1784C306.742 71.0926 296.962 71.0346 287.182 71.0044L283.194 71.0167L283.206 74.98C283.19 80.27 283.182 85.56 283.182 90.85C283.182 98.9 283.352 106.95 283.692 115L283.845 118.631L287.182 118.49C293.396 118.228 299.61 117.865 305.824 117.4C309.39 117.133 312.956 116.833 316.522 116.5ZM316.522 113.5V116.5L318.064 116.356L318.022 115H315.022L316.522 113.5ZM359.774 116.5C359.774 115.5 359.774 114.5 359.774 113.5C356.334 113.182 352.894 112.895 349.454 112.638L351.816 115C351.829 114.83 351.841 114.66 351.854 114.49C352.237 109.3 352.552 104.11 352.798 98.92L352.948 95.7419L349.454 95.5766C343.914 95.3144 338.374 95.1308 332.834 95.0256L329.015 94.9531L328.94 98.92C328.869 102.63 328.834 106.34 328.834 110.05C328.834 111.7 328.835 113.35 328.836 115L332.834 111.002C329.394 111.006 325.954 111.012 322.514 111.022L326.492 115C326.453 101.66 326.364 88.32 326.224 74.98L322.514 78.6904C325.954 78.6544 329.394 78.615 332.834 78.5722L329.242 74.98C329.304 79.96 329.373 84.94 329.449 89.92L329.398 93.2529L332.834 93.3053C338.374 93.2208 343.914 93.1275 349.454 93.0255L352.501 93.0816L352.56 89.92C352.468 84.94 352.369 79.96 352.263 74.98L349.454 77.7893C352.894 77.7163 356.334 77.6398 359.774 77.56L357.194 74.98C357.42 84.71 357.672 94.44 357.952 104.17C358.056 107.78 358.163 111.39 358.274 115C359.274 115 360.274 115 361.274 115C361.385 111.39 361.493 107.78 361.596 104.17C361.876 94.44 362.128 84.71 362.354 74.98L362.293 72.3415L359.774 72.4C356.334 72.3202 352.894 72.2437 349.454 72.1707L346.586 72.2316L346.645 74.98C346.539 79.96 346.44 84.94 346.349 89.92L349.454 86.8145C343.914 86.7125 338.374 86.6192 332.834 86.5347L336.219 89.92C336.295 84.94 336.364 79.96 336.426 74.98L336.381 71.3437L332.834 71.3878C329.394 71.345 325.954 71.3056 322.514 71.2696L318.765 71.3089L318.804 74.98C318.664 88.32 318.575 101.66 318.536 115L318.548 118.989L322.514 118.978C325.954 118.988 329.394 118.994 332.834 118.998L336.835 118.994L336.832 115C336.833 113.35 336.834 111.7 336.834 110.05C336.834 106.34 336.799 102.63 336.728 98.92L332.834 102.814C338.374 102.709 343.914 102.526 349.454 102.263L346.111 98.92C346.356 104.11 346.671 109.3 347.054 114.49C347.067 114.66 347.079 114.83 347.092 115L347.281 117.525L349.454 117.362C352.894 117.105 356.334 116.818 359.774 116.5ZM359.774 113.5V116.5L361.316 116.358L361.274 115H358.274L359.774 113.5ZM376.947 116.5C376.947 115.5 376.947 114.5 376.947 113.5C373.627 113.209 370.307 112.943 366.987 112.703L369.283 115C369.318 114.516 369.353 114.033 369.387 113.549C370.288 100.693 370.809 87.8365 370.948 74.98L366.987 78.9416C369.344 78.9672 371.702 78.98 374.059 78.98C375.142 78.98 376.224 78.9797 377.307 78.9791L373.308 74.98C373.312 82.84 373.332 90.7 373.368 98.56L373.343 111.24L380.553 100.79C385.917 92.9055 391.262 85.0076 396.587 77.0965L393.507 78.7177C397.067 78.6841 400.627 78.6471 404.187 78.607L400.56 74.98C400.71 88.32 400.906 101.66 401.148 115L404.187 111.961C400.727 112.024 397.267 112.09 393.807 112.159L396.648 115C396.484 106.76 396.303 98.52 396.104 90.28L396.182 82.8583L391.908 88.9853C388.555 94.1669 385.209 99.354 381.871 104.547C379.813 107.747 377.759 110.95 375.708 114.155C376.534 114.718 377.36 115.282 378.186 115.845C380.421 112.766 382.653 109.684 384.882 106.6C388.497 101.597 392.105 96.5886 395.705 91.5747L391.509 90.28C391.31 98.52 391.129 106.76 390.965 115L391.023 117.897L393.807 117.841C397.267 117.91 400.727 117.976 404.187 118.039L407.279 117.983L407.225 115C407.467 101.66 407.663 88.32 407.814 74.98L407.772 71.3126L404.187 71.353C400.627 71.3129 397.067 71.2759 393.507 71.2423L391.505 71.2612L390.426 72.8635C384.952 80.6724 379.496 88.4945 374.06 96.3297L381.245 98.56C381.281 90.7 381.301 82.84 381.306 74.98L381.304 70.9787L377.307 70.9809C376.224 70.9803 375.142 70.98 374.059 70.98C371.702 70.98 369.344 70.9928 366.987 71.0184L362.983 71.0619L363.025 74.98C363.165 87.8365 363.685 100.693 364.587 113.549C364.621 114.033 364.655 114.516 364.69 115L364.867 117.45L366.987 117.297C370.307 117.057 373.627 116.791 376.947 116.5ZM376.947 113.5V116.5L377.816 116.424L378.186 115.845L375.708 114.155L376.947 113.5ZM440.741 116.5C440.741 115.5 440.741 114.5 440.741 113.5C437.175 113.167 433.609 112.867 430.043 112.6C423.829 112.135 417.615 111.772 411.401 111.51L414.891 115C415.231 106.95 415.401 98.9 415.401 90.85C415.401 85.56 415.393 80.27 415.376 74.98L411.401 78.9555C421.181 78.9254 430.961 78.8674 440.741 78.7816L436.939 74.98C436.966 77.98 436.995 80.98 437.026 83.98L440.741 80.2653C434.401 80.332 428.061 80.4105 421.721 80.5006L418.292 80.4519L418.241 83.98C418.271 86.06 418.302 88.14 418.334 90.22L418.282 93.5538L421.721 93.6069C427.921 93.5112 434.121 93.4043 440.321 93.2863L437.255 90.22C437.312 93.22 437.371 96.22 437.434 99.22L440.321 96.333C434.121 96.4619 427.921 96.602 421.721 96.7533L419.316 96.6946L419.254 99.22C419.309 101.48 419.366 103.74 419.424 106L419.366 108.236L421.721 108.297C427.495 108.148 433.269 107.99 439.043 107.822C439.609 107.806 440.175 107.789 440.741 107.773L438.968 106C439.056 109 439.147 112 439.241 115C440.241 115 441.241 115 442.241 115C442.334 112 442.425 109 442.513 106L442.46 104.177L440.741 104.227C440.175 104.211 439.609 104.194 439.043 104.178C433.269 104.01 427.495 103.852 421.721 103.703L424.018 106C424.076 103.74 424.132 101.48 424.188 99.22L421.721 101.687C427.921 101.838 434.121 101.978 440.321 102.107L443.267 102.046L443.208 99.22C443.27 96.22 443.33 93.22 443.387 90.22L443.328 87.0965L440.321 87.1537C434.121 87.0357 427.921 86.9288 421.721 86.8331L425.108 90.22C425.14 88.14 425.171 86.06 425.2 83.98L421.721 87.4594C428.061 87.5495 434.401 87.628 440.741 87.6947L444.494 87.6552L444.455 83.98C444.487 80.98 444.516 77.98 444.542 74.98L444.509 71.1454L440.741 71.1784C430.961 71.0926 421.181 71.0346 411.401 71.0044L407.413 71.0167L407.425 74.98C407.409 80.27 407.401 85.56 407.401 90.85C407.401 98.9 407.571 106.95 407.91 115L408.064 118.631L411.401 118.49C417.615 118.228 423.829 117.865 430.043 117.4C433.609 117.133 437.175 116.833 440.741 116.5ZM440.741 113.5V116.5L442.283 116.356L442.241 115H439.241L440.741 113.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_25199)'/%3E%3Cmask id='path-3-outside-2_7301_25199' maskUnits='userSpaceOnUse' x='1.625' y='5' width='317' height='49' fill='black'%3E%3Crect fill='white' x='1.625' y='5' width='317' height='49'/%3E%3Cpath d='M16.185 50H6.225V9.98H16.545V33.56L32.745 9.98H43.425V50H33.045V25.28L16.185 50ZM87.8991 50H77.5791V33.92H60.9591V50H50.6391V9.98H60.9591V24.92H77.5791V9.98H87.8991V50ZM114.372 50H104.052V18.98H92.8317V9.98H125.532V18.98H114.372V50ZM159.784 50H130.444V9.98H159.784V18.98H140.764V25.22H159.364V34.22H140.764V41H159.784V50ZM176.096 50H165.776V9.98H185.816C194.816 9.98 199.736 16.04 199.736 23.3C199.736 30.5 194.816 36.56 185.816 36.56H176.096V50ZM184.436 27.56C187.196 27.56 189.236 26 189.236 23.3C189.236 20.54 187.196 18.98 184.436 18.98H176.096V27.56H184.436ZM241.59 50H231.27V33.92H214.65V50H204.33V9.98H214.65V24.92H231.27V9.98H241.59V50ZM278.143 50H248.803V9.98H278.143V18.98H259.123V25.22H277.723V34.22H259.123V41H278.143V50ZM303.395 50H293.075V18.98H281.855V9.98H314.555V18.98H303.395V50Z'/%3E%3C/mask%3E%3Cpath d='M16.185 50H6.225V9.98H16.545V33.56L32.745 9.98H43.425V50H33.045V25.28L16.185 50ZM87.8991 50H77.5791V33.92H60.9591V50H50.6391V9.98H60.9591V24.92H77.5791V9.98H87.8991V50ZM114.372 50H104.052V18.98H92.8317V9.98H125.532V18.98H114.372V50ZM159.784 50H130.444V9.98H159.784V18.98H140.764V25.22H159.364V34.22H140.764V41H159.784V50ZM176.096 50H165.776V9.98H185.816C194.816 9.98 199.736 16.04 199.736 23.3C199.736 30.5 194.816 36.56 185.816 36.56H176.096V50ZM184.436 27.56C187.196 27.56 189.236 26 189.236 23.3C189.236 20.54 187.196 18.98 184.436 18.98H176.096V27.56H184.436ZM241.59 50H231.27V33.92H214.65V50H204.33V9.98H214.65V24.92H231.27V9.98H241.59V50ZM278.143 50H248.803V9.98H278.143V18.98H259.123V25.22H277.723V34.22H259.123V41H278.143V50ZM303.395 50H293.075V18.98H281.855V9.98H314.555V18.98H303.395V50Z' fill='white'/%3E%3Cpath d='M16.185 51.5C16.185 50.5 16.185 49.5 16.185 48.5C12.865 48.209 9.545 47.9435 6.225 47.7033L8.52169 50C8.55666 49.5165 8.5911 49.033 8.625 48.5495C9.52638 35.693 10.0469 22.8365 10.1866 9.98L6.225 13.9416C8.58257 13.9672 10.9401 13.98 13.2977 13.98C14.3801 13.98 15.4626 13.9797 16.545 13.9791L12.5459 9.98C12.5503 17.84 12.5704 25.7 12.6064 33.56L12.5809 46.2402L19.7913 35.7903C25.1553 27.9055 30.5001 20.0076 35.8257 12.0965L32.745 13.7177C36.305 13.6841 39.865 13.6471 43.425 13.607L39.798 9.98C39.9486 23.32 40.1447 36.66 40.3863 50L43.425 46.9613C39.965 47.024 36.505 47.0897 33.045 47.1586L35.8864 50C35.7226 41.76 35.5413 33.52 35.3427 25.28L35.4207 17.8583L31.1468 23.9853C27.7928 29.1669 24.4469 34.354 21.109 39.5465C19.0515 42.7472 16.9971 45.95 14.9458 49.1548C15.7719 49.7183 16.5981 50.2817 17.4242 50.8452C19.6591 47.7656 21.891 44.6838 24.1198 41.6C27.7357 36.5971 31.3435 31.5886 34.9432 26.5747L30.7473 25.28C30.5487 33.52 30.3674 41.76 30.2036 50L30.2612 52.8968L33.045 52.8414C36.505 52.9103 39.965 52.976 43.425 53.0387L46.5177 52.9827L46.4637 50C46.7053 36.66 46.9014 23.32 47.052 9.98L47.0106 6.31258L43.425 6.35304C39.865 6.31287 36.305 6.27594 32.745 6.24225L30.7429 6.2612L29.6643 7.86346C24.1899 15.6724 18.7347 23.4945 13.2987 31.3297L20.4836 33.56C20.5196 25.7 20.5397 17.84 20.5441 9.98L20.5419 5.97868L16.545 5.9809C15.4626 5.9803 14.3801 5.98 13.2977 5.98C10.9401 5.98 8.58257 5.9928 6.225 6.01842L2.22085 6.06192L2.26342 9.98C2.4031 22.8365 2.92362 35.693 3.825 48.5495C3.8589 49.033 3.89334 49.5165 3.92831 50L4.10554 52.45L6.225 52.2967C9.545 52.0565 12.865 51.791 16.185 51.5ZM16.185 48.5V51.5L17.0538 51.4239L17.4242 50.8452L14.9458 49.1548L16.185 48.5ZM87.8991 51.5C87.8991 50.5 87.8991 49.5 87.8991 48.5C84.4591 48.1824 81.0191 47.895 77.5791 47.6379L79.9412 50C79.9539 49.83 79.9665 49.66 79.9791 49.49C80.3624 44.3 80.6769 39.11 80.9225 33.92L81.0729 30.7419L77.5791 30.5766C72.0391 30.3144 66.4991 30.1308 60.9591 30.0256L57.14 29.9531L57.0647 33.92C56.9943 37.63 56.9591 41.34 56.9591 45.05C56.9591 46.7 56.9598 48.35 56.9614 50L60.9591 46.0023C57.5191 46.0055 54.0791 46.0121 50.6391 46.0221L54.617 50C54.5784 36.66 54.4892 23.32 54.3495 9.98L50.6391 13.6904C54.0791 13.6544 57.5191 13.615 60.9591 13.5722L57.3669 9.98C57.4288 14.96 57.4977 19.94 57.5737 24.92L57.5229 28.2529L60.9591 28.3053C66.4991 28.2208 72.0391 28.1275 77.5791 28.0255L80.6264 28.0816L80.6846 24.92C80.5929 19.94 80.4942 14.96 80.3884 9.98L77.5791 12.7893C81.0191 12.7163 84.4591 12.6398 87.8991 12.56L85.319 9.98C85.5447 19.71 85.7973 29.44 86.0768 39.17C86.1805 42.78 86.288 46.39 86.3991 50C87.3991 50 88.3991 50 89.3991 50C89.5102 46.39 89.6176 42.78 89.7213 39.17C90.0008 29.44 90.2534 19.71 90.4791 9.98L90.4179 7.34153L87.8991 7.39996C84.4591 7.32016 81.0191 7.24373 77.5791 7.17066L74.7113 7.23158L74.7697 9.98C74.6639 14.96 74.5652 19.94 74.4735 24.92L77.5791 21.8145C72.0391 21.7125 66.4991 21.6192 60.9591 21.5347L64.3444 24.92C64.4204 19.94 64.4894 14.96 64.5513 9.98L64.5061 6.3437L60.9591 6.38779C57.5191 6.34503 54.0791 6.30563 50.6391 6.26959L46.8902 6.30886L46.9287 9.98C46.7889 23.32 46.6997 36.66 46.6612 50L46.6727 53.9894L50.6391 53.9779C54.0791 53.9879 57.5191 53.9945 60.9591 53.9977L64.9605 53.9939L64.9567 50C64.9583 48.35 64.9591 46.7 64.9591 45.05C64.9591 41.34 64.9239 37.63 64.8534 33.92L60.9591 37.8144C66.4991 37.7092 72.0391 37.5256 77.5791 37.2634L74.2356 33.92C74.4812 39.11 74.7957 44.3 75.1791 49.49C75.1916 49.66 75.2043 49.83 75.217 50L75.4056 52.5245L77.5791 52.3621C81.0191 52.105 84.4591 51.8176 87.8991 51.5ZM87.8991 48.5V51.5L89.4409 51.3576L89.3991 50H86.3991L87.8991 48.5ZM114.372 51.5C114.372 50.5 114.372 49.5 114.372 48.5C111.948 48.1667 109.524 47.8667 107.1 47.6C106.084 47.4882 105.068 47.3823 104.052 47.2823L106.769 50C107.624 41.32 108.052 32.64 108.052 23.96C108.052 22.3 108.05 20.64 108.047 18.98L108.055 14.9936L104.052 14.9852C100.312 14.993 96.5717 15.0097 92.8317 15.0351L96.7766 18.98C96.7562 15.98 96.7301 12.98 96.6983 9.98L92.8317 13.8466C103.732 13.7311 114.632 13.5408 125.532 13.2756L122.236 9.98C122.309 12.98 122.388 15.98 122.472 18.98L125.532 15.9204C121.812 16.025 118.092 16.1383 114.372 16.2603L111.744 16.1741L111.652 18.98C111.912 26.896 112.211 34.812 112.549 42.728C112.653 45.152 112.761 47.576 112.872 50C113.872 50 114.872 50 115.872 50C115.983 47.576 116.09 45.152 116.194 42.728C116.533 34.812 116.832 26.896 117.091 18.98L114.372 21.6997C118.092 21.8217 121.812 21.935 125.532 22.0396L128.675 21.9513L128.591 18.98C128.676 15.98 128.754 12.98 128.827 9.98L128.745 6.60619L125.532 6.68438C114.632 6.41917 103.732 6.22885 92.8317 6.11343L88.9246 6.1548L88.9651 9.98C88.9334 12.98 88.9073 15.98 88.8869 18.98L88.9139 22.9515L92.8317 22.9249C96.5717 22.9503 100.312 22.967 104.052 22.9748L100.057 18.98C100.053 20.64 100.052 22.3 100.052 23.96C100.052 32.64 100.479 41.32 101.334 50L101.625 52.9567L104.052 52.7177C105.068 52.6177 106.084 52.5118 107.1 52.4C109.524 52.1333 111.948 51.8333 114.372 51.5ZM114.372 48.5V51.5L115.931 51.2856L115.872 50H112.872L114.372 48.5ZM159.784 51.5C159.784 50.5 159.784 49.5 159.784 48.5C156.218 48.1667 152.652 47.8667 149.086 47.6C142.872 47.1353 136.658 46.7718 130.444 46.5096L133.934 50C134.274 41.95 134.444 33.9 134.444 25.85C134.444 20.56 134.436 15.27 134.419 9.98L130.444 13.9555C140.224 13.9254 150.004 13.8674 159.784 13.7816L155.982 9.98C156.009 12.98 156.037 15.98 156.069 18.98L159.784 15.2653C153.444 15.332 147.104 15.4105 140.764 15.5006L137.335 15.4519L137.284 18.98C137.314 21.06 137.345 23.14 137.377 25.22L137.325 28.5538L140.764 28.6069C146.964 28.5112 153.164 28.4043 159.364 28.2863L156.297 25.22C156.355 28.22 156.414 31.22 156.477 34.22L159.364 31.333C153.164 31.4619 146.964 31.602 140.764 31.7533L138.359 31.6946L138.297 34.22C138.352 36.48 138.409 38.74 138.467 41L138.409 43.2363L140.764 43.2968C146.538 43.1483 152.312 42.9901 158.086 42.8222C158.652 42.8058 159.218 42.7892 159.784 42.7726L158.011 41C158.099 44 158.19 47 158.284 50C159.284 50 160.284 50 161.284 50C161.377 47 161.468 44 161.556 41L161.503 39.1769L159.784 39.2274C159.218 39.2108 158.652 39.1942 158.086 39.1778C152.312 39.0099 146.538 38.8517 140.764 38.7032L143.061 41C143.119 38.74 143.175 36.48 143.23 34.22L140.764 36.6867C146.964 36.838 153.164 36.9781 159.364 37.107L162.31 37.0458L162.251 34.22C162.313 31.22 162.373 28.22 162.43 25.22L162.371 22.0965L159.364 22.1537C153.164 22.0357 146.964 21.9288 140.764 21.8331L144.151 25.22C144.183 23.14 144.214 21.06 144.243 18.98L140.764 22.4594C147.104 22.5495 153.444 22.628 159.784 22.6947L163.537 22.6552L163.498 18.98C163.53 15.98 163.559 12.98 163.585 9.98L163.552 6.14536L159.784 6.17843C150.004 6.09258 140.224 6.03458 130.444 6.00445L126.456 6.01674L126.468 9.98C126.452 15.27 126.444 20.56 126.444 25.85C126.444 33.9 126.614 41.95 126.953 50L127.107 53.6312L130.444 53.4904C136.658 53.2282 142.872 52.8647 149.086 52.4C152.652 52.1333 156.218 51.8333 159.784 51.5ZM159.784 48.5V51.5L161.326 51.3558L161.284 50H158.284L159.784 48.5ZM176.096 51.5C176.096 50.5 176.096 49.5 176.096 48.5C173.816 48.1667 171.535 47.8667 169.255 47.6C168.095 47.4644 166.936 47.3374 165.776 47.219L168.557 50C169.369 42.0386 169.776 34.0772 169.776 26.1158C169.776 20.7372 169.755 15.3586 169.714 9.98L165.776 13.9182C172.456 13.867 179.136 13.784 185.816 13.6693C191.786 13.367 196.426 17.3136 196.53 23.3C196.907 29.1845 192.282 34.0064 185.816 34.0588C182.576 34.1811 179.336 34.3108 176.096 34.448L174.077 34.3625L173.984 36.56C174.077 38.7597 174.174 40.9594 174.274 43.1592C174.377 45.4394 174.485 47.7197 174.596 50C175.596 50 176.596 50 177.596 50C177.707 47.7197 177.814 45.4394 177.918 43.1592C178.018 40.9594 178.115 38.7597 178.208 36.56L176.096 38.672C179.336 38.8092 182.576 38.9389 185.816 39.0612C193.976 40.0825 203.371 32.3113 202.941 23.3C203.871 14.3657 194.524 5.61118 185.816 6.29072C179.136 6.17597 172.456 6.093 165.776 6.04182L161.808 6.07222L161.838 9.98C161.796 15.3586 161.776 20.7372 161.776 26.1158C161.776 34.0772 162.182 42.0386 162.995 50L163.304 53.0333L165.776 52.781C166.936 52.6626 168.095 52.5356 169.255 52.4C171.535 52.1333 173.816 51.8333 176.096 51.5ZM176.096 48.5V51.5L177.658 51.2717L177.596 50H174.596L176.096 48.5ZM184.436 23.56C184.436 26.2267 184.436 28.8933 184.436 31.56C185.46 31.5589 186.546 31.4254 187.663 31.0529C190.692 30.3114 193.499 26.3835 193.236 23.3C193.293 21.2602 192.352 18.5666 190.399 17.0048C188.485 15.4208 186.287 14.9844 184.436 14.98C181.656 14.98 178.876 14.98 176.096 14.98H172.096V18.98C172.096 21.84 172.096 24.7 172.096 27.56V31.56H176.096C178.213 31.56 180.33 31.56 182.447 31.56C183.11 31.56 183.773 31.56 184.436 31.56C184.436 28.8933 184.436 26.2267 184.436 23.56C183.773 23.56 183.11 23.56 182.447 23.56C180.33 23.56 178.213 23.56 176.096 23.56L180.096 27.56C180.096 24.7 180.096 21.84 180.096 18.98L176.096 22.98C178.876 22.98 181.656 22.98 184.436 22.98C184.999 22.9722 185.302 23.1525 185.264 23.1389C185.255 23.1357 185.21 23.0745 185.21 23.0663C185.207 23.0565 185.236 23.1239 185.236 23.3C185.231 23.5333 185.196 23.496 185.245 23.4338C185.29 23.3683 185.319 23.3978 185.123 23.4669C184.981 23.5156 184.737 23.5609 184.436 23.56ZM184.436 31.56V23.56V31.56ZM241.59 51.5C241.59 50.5 241.59 49.5 241.59 48.5C238.15 48.1824 234.71 47.895 231.27 47.6379L233.633 50C233.645 49.83 233.658 49.66 233.67 49.49C234.054 44.3 234.368 39.11 234.614 33.92L234.764 30.7419L231.27 30.5766C225.73 30.3144 220.19 30.1308 214.65 30.0256L210.831 29.9531L210.756 33.92C210.686 37.63 210.65 41.34 210.65 45.05C210.65 46.7 210.651 48.35 210.653 50L214.65 46.0023C211.21 46.0055 207.77 46.0121 204.33 46.0221L208.308 50C208.27 36.66 208.181 23.32 208.041 9.98L204.33 13.6904C207.77 13.6544 211.21 13.615 214.65 13.5722L211.058 9.98C211.12 14.96 211.189 19.94 211.265 24.92L211.214 28.2529L214.65 28.3053C220.19 28.2208 225.73 28.1275 231.27 28.0255L234.318 28.0816L234.376 24.92C234.284 19.94 234.186 14.96 234.08 9.98L231.27 12.7893C234.71 12.7163 238.15 12.6398 241.59 12.56L239.01 9.98C239.236 19.71 239.489 29.44 239.768 39.17C239.872 42.78 239.979 46.39 240.09 50C241.09 50 242.09 50 243.09 50C243.202 46.39 243.309 42.78 243.413 39.17C243.692 29.44 243.945 19.71 244.171 9.98L244.109 7.34153L241.59 7.39996C238.15 7.32016 234.71 7.24373 231.27 7.17066L228.403 7.23158L228.461 9.98C228.355 14.96 228.257 19.94 228.165 24.92L231.27 21.8145C225.73 21.7125 220.19 21.6192 214.65 21.5347L218.036 24.92C218.112 19.94 218.181 14.96 218.243 9.98L218.197 6.3437L214.65 6.38779C211.21 6.34503 207.77 6.30563 204.33 6.26959L200.582 6.30886L200.62 9.98C200.48 23.32 200.391 36.66 200.353 50L200.364 53.9894L204.33 53.9779C207.77 53.9879 211.21 53.9945 214.65 53.9977L218.652 53.9939L218.648 50C218.65 48.35 218.65 46.7 218.65 45.05C218.65 41.34 218.615 37.63 218.545 33.92L214.65 37.8144C220.19 37.7092 225.73 37.5256 231.27 37.2634L227.927 33.92C228.173 39.11 228.487 44.3 228.87 49.49C228.883 49.66 228.896 49.83 228.908 50L229.097 52.5245L231.27 52.3621C234.71 52.105 238.15 51.8176 241.59 51.5ZM241.59 48.5V51.5L243.132 51.3576L243.09 50H240.09L241.59 48.5ZM278.143 51.5C278.143 50.5 278.143 49.5 278.143 48.5C274.577 48.1667 271.011 47.8667 267.445 47.6C261.231 47.1353 255.017 46.7718 248.803 46.5096L252.294 50C252.633 41.95 252.803 33.9 252.803 25.85C252.803 20.56 252.795 15.27 252.779 9.98L248.803 13.9555C258.583 13.9254 268.363 13.8674 278.143 13.7816L274.342 9.98C274.368 12.98 274.397 15.98 274.428 18.98L278.143 15.2653C271.803 15.332 265.463 15.4105 259.123 15.5006L255.694 15.4519L255.644 18.98C255.673 21.06 255.704 23.14 255.736 25.22L255.685 28.5538L259.123 28.6069C265.323 28.5112 271.523 28.4043 277.723 28.2863L274.657 25.22C274.714 28.22 274.774 31.22 274.836 34.22L277.723 31.333C271.523 31.4619 265.323 31.602 259.123 31.7533L256.718 31.6946L256.656 34.22C256.712 36.48 256.768 38.74 256.826 41L256.769 43.2363L259.123 43.2968C264.897 43.1483 270.671 42.9901 276.445 42.8222C277.011 42.8058 277.577 42.7892 278.143 42.7726L276.371 41C276.459 44 276.55 47 276.643 50C277.643 50 278.643 50 279.643 50C279.737 47 279.827 44 279.916 41L279.862 39.1769L278.143 39.2274C277.577 39.2108 277.011 39.1942 276.445 39.1778C270.671 39.0099 264.897 38.8517 259.123 38.7032L261.42 41C261.478 38.74 261.535 36.48 261.59 34.22L259.123 36.6867C265.323 36.838 271.523 36.9781 277.723 37.107L280.669 37.0458L280.61 34.22C280.673 31.22 280.732 28.22 280.789 25.22L280.73 22.0965L277.723 22.1537C271.523 22.0357 265.323 21.9288 259.123 21.8331L262.51 25.22C262.542 23.14 262.573 21.06 262.602 18.98L259.123 22.4594C265.463 22.5495 271.803 22.628 278.143 22.6947L281.897 22.6552L281.858 18.98C281.889 15.98 281.918 12.98 281.945 9.98L281.911 6.14536L278.143 6.17843C268.363 6.09258 258.583 6.03458 248.803 6.00445L244.815 6.01674L244.828 9.98C244.811 15.27 244.803 20.56 244.803 25.85C244.803 33.9 244.973 41.95 245.313 50L245.466 53.6312L248.803 53.4904C255.017 53.2282 261.231 52.8647 267.445 52.4C271.011 52.1333 274.577 51.8333 278.143 51.5ZM278.143 48.5V51.5L279.685 51.3558L279.643 50H276.643L278.143 48.5ZM303.395 51.5C303.395 50.5 303.395 49.5 303.395 48.5C300.971 48.1667 298.547 47.8667 296.123 47.6C295.107 47.4882 294.091 47.3823 293.075 47.2823L295.793 50C296.648 41.32 297.075 32.64 297.075 23.96C297.075 22.3 297.073 20.64 297.07 18.98L297.078 14.9936L293.075 14.9852C289.335 14.993 285.595 15.0097 281.855 15.0351L285.8 18.98C285.78 15.98 285.754 12.98 285.722 9.98L281.855 13.8466C292.755 13.7311 303.655 13.5408 314.555 13.2756L311.26 9.98C311.333 12.98 311.411 15.98 311.496 18.98L314.555 15.9204C310.835 16.025 307.115 16.1383 303.395 16.2603L300.767 16.1741L300.675 18.98C300.935 26.896 301.234 34.812 301.573 42.728C301.677 45.152 301.784 47.576 301.895 50C302.895 50 303.895 50 304.895 50C305.006 47.576 305.114 45.152 305.217 42.728C305.556 34.812 305.855 26.896 306.115 18.98L303.395 21.6997C307.115 21.8217 310.835 21.935 314.555 22.0396L317.698 21.9513L317.615 18.98C317.699 15.98 317.778 12.98 317.851 9.98L317.769 6.60619L314.555 6.68438C303.655 6.41917 292.755 6.22885 281.855 6.11343L277.948 6.1548L277.989 9.98C277.957 12.98 277.931 15.98 277.91 18.98L277.937 22.9515L281.855 22.9249C285.595 22.9503 289.335 22.967 293.075 22.9748L289.08 18.98C289.077 20.64 289.075 22.3 289.075 23.96C289.075 32.64 289.503 41.32 290.357 50L290.649 52.9567L293.075 52.7177C294.091 52.6177 295.107 52.5118 296.123 52.4C298.547 52.1333 300.971 51.8333 303.395 51.5ZM303.395 48.5V51.5L304.954 51.2856L304.895 50H301.895L303.395 48.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_25199)'/%3E%3Cmask id='path-5-outside-3_7301_25199' maskUnits='userSpaceOnUse' x='323.625' y='13.7217' width='35' height='39' fill='black'%3E%3Crect fill='white' x='323.625' y='13.7217' width='35' height='39'/%3E%3Cpath d='M345.678 35.5696L346.117 47.4478L339.249 47.7217L338.81 35.8436L328.864 36.2403L328.625 29.7781L338.572 29.3814L338.151 17.9956L345.019 17.7217L345.44 29.1074L355.386 28.7107L355.625 35.1729L345.678 35.5696Z'/%3E%3C/mask%3E%3Cpath d='M345.678 35.5696L346.117 47.4478L339.249 47.7217L338.81 35.8436L328.864 36.2403L328.625 29.7781L338.572 29.3814L338.151 17.9956L345.019 17.7217L345.44 29.1074L355.386 28.7107L355.625 35.1729L345.678 35.5696Z' fill='white'/%3E%3Cpath d='M347.177 35.5143C346.178 35.5512 345.179 35.5881 344.179 35.625C343.916 37.5203 343.685 39.4144 343.488 41.3072C343.271 43.3944 343.094 45.4801 342.958 47.5643L345.991 44.2897C343.692 44.1464 341.395 44.0522 339.101 44.0073L342.963 47.5846C343.035 44.4115 343.012 41.2419 342.895 38.0757C342.866 37.2825 342.836 36.4893 342.806 35.6961L342.665 31.6953L338.651 31.8487C335.336 31.9864 332.021 32.1356 328.706 32.2963L332.808 36.0947C332.71 33.9413 332.607 31.7881 332.499 29.6351L328.78 33.6521C332.093 33.4765 335.407 33.2894 338.72 33.0909L342.345 33.0188L342.282 29.2444C342.066 25.452 341.835 21.6601 341.589 17.8687L338.289 21.4323C340.575 21.2771 342.862 21.1164 345.148 20.9502L341.791 17.8409C342.055 21.6315 342.334 25.4217 342.628 29.2112L342.618 31.9164L345.552 31.9186C348.862 31.6517 352.172 31.3733 355.481 31.0834L353.014 28.7983C353.195 30.9486 353.382 33.0987 353.574 35.2486L355.543 33.122C354.113 33.2537 352.684 33.3876 351.254 33.5236C349.375 33.7023 347.497 33.8847 345.618 34.0708C345.658 35.07 345.698 36.0692 345.738 37.0684C347.625 37.1044 349.512 37.1366 351.399 37.1651C352.835 37.1869 354.271 37.2064 355.707 37.2238L357.848 37.0266L357.676 35.0972C357.709 32.939 357.736 30.781 357.759 28.6232L357.549 26.1403L355.292 26.3381C351.97 26.3127 348.649 26.2987 345.328 26.2963L348.251 29.0037C348.265 25.2027 348.264 21.4023 348.248 17.6025L348.016 14.266L344.891 14.4931C342.598 14.5096 340.306 14.5315 338.014 14.5589L334.499 14.7975L334.714 18.1225C334.748 21.9216 334.798 25.7202 334.862 29.5183L338.424 25.6719C335.106 25.7378 331.788 25.8152 328.47 25.9041L324.56 26.1113L324.751 29.9211C324.802 32.0762 324.858 34.2311 324.919 36.3858L325.101 40.3742L329.021 40.1842C332.338 40.0804 335.654 39.9651 338.97 39.8384L334.815 35.991C334.843 36.7843 334.872 37.5776 334.901 38.3708C335.018 41.5369 335.229 44.6996 335.534 47.8588L335.913 51.783L339.397 51.436C341.681 51.2085 343.963 50.9318 346.243 50.6058L349.665 50.1165L349.275 47.3312C348.986 45.2627 348.656 43.1957 348.285 41.1302C347.949 39.257 347.58 37.385 347.177 35.5143ZM344.179 35.625L347.177 35.5143L345.738 37.0684L345.618 34.0708L344.399 34.0476L344.179 35.625Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_25199)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .bubble {
    background-image: url("data:image/svg+xml,%3Csvg width='199' height='28' viewBox='0 0 199 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7346_2839' maskUnits='userSpaceOnUse' x='-0.237305' y='-0.509766' width='199' height='29' fill='black'%3E%3Crect fill='white' x='-0.237305' y='-0.509766' width='199' height='29'/%3E%3Cpath d='M0.762695 1.49023H196.763V26.4902H0.762695V1.49023Z'/%3E%3C/mask%3E%3Cpath d='M0.762695 1.49023H196.763V26.4902H0.762695V1.49023Z' fill='white'/%3E%3Cpath d='M0.762695 0.927734C0.762695 1.30273 0.762695 1.67773 0.762695 2.05273C8.12936 2.11523 15.496 2.17461 22.8627 2.23086C80.8294 2.67348 138.796 2.9226 196.763 2.97824L195.275 1.49023C195.267 9.82357 195.263 18.1569 195.263 26.4902L196.763 24.9902C131.429 24.9902 66.096 25.236 0.762695 25.7276L1.5253 26.4902C1.51803 25.5236 1.5107 24.5569 1.50332 23.5902C1.44707 16.2236 1.3877 8.8569 1.3252 1.49023C0.950195 1.49023 0.575195 1.49023 0.200195 1.49023C0.137695 8.8569 0.0783202 16.2236 0.0220703 23.5902C0.014689 24.5569 0.00736162 25.5236 8.80048e-05 26.4902L0.005869 27.2585L0.762695 27.2528C66.096 27.7444 131.429 27.9902 196.763 27.9902C196.763 27.9902 196.763 27.9902 196.763 27.9902H198.263V26.4902C198.263 18.1569 198.259 9.82357 198.251 1.49023L198.249 0.000804247L196.763 0.00223106C138.796 0.0578644 80.8294 0.30699 22.8627 0.749609C15.496 0.805859 8.12936 0.865234 0.762695 0.927734ZM0.762695 2.05273V0.927734L0.195464 0.932547L0.200195 1.49023H1.3252L0.762695 2.05273Z' fill='%23070708' mask='url(%23path-1-outside-1_7346_2839)'/%3E%3C/svg%3E%0A");
    height: 28px;
    font-size: 16px;
    padding: 4px 12px;
    left: 2px;
    top: 139px;
  }
  #first_screen .cta .discount-block {
    margin-left: 68px;
  }
  #first_screen .cta .discount-block .old_price {
    top: auto;
    bottom: -120px;
    left: -60px;
  }
  #first_screen .cta .discount-block .bottom-quote-row {
    bottom: -150px;
    left: -90px;
    justify-content: flex-start;
  }
  #first_screen .cta .form-block:before {
    content: "";
    display: block;
    width: 387px;
    height: 387px;
    background-image: url(../img/img-may2026-inet-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -332px;
    right: -46px;
    z-index: 3;
  }
  #first_screen .cta .form-block form,
  #first_screen .cta .form-block .cta-form {
    z-index: 5;
  }
  #first_screen .cta img.img-akciya-768 {
    display: none;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-internet-tv-375.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 118px;
    padding-bottom: 35px;
  }
  #first_screen .cta .title-block {
    padding-bottom: 390px;
  }
  #first_screen .cta h1 {
    font-size: 64px;
    margin-bottom: 61px;
  }
  #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%3Cmask id='path-1-outside-1_9052_646149' maskUnits='userSpaceOnUse' x='-0.164551' y='48' width='247' height='46' fill='black'%3E%3Crect fill='white' x='-0.164551' y='48' width='247' height='46'/%3E%3Cpath d='M12.9554 89V64.068H3.98545V58.318H28.4575V64.068H19.5334V89H12.9554ZM32.6449 89V58.318H54.3569V63.93H39.1769V70.6H54.0349V76.212H39.1769V83.342H54.3569V89H32.6449ZM59.4632 89V58.318H65.9952V83.25H78.9672V89H59.4632ZM83.5414 89V58.318H105.253V63.93H90.0734V70.6H104.931V76.212H90.0734V83.342H105.253V89H83.5414ZM118.962 89L107.094 58.318H114.546L123.056 81.916L131.52 58.318H138.972L127.15 89H118.962ZM137.389 55.466V52.154H152.799V55.466H137.389ZM141.805 89V58.318H148.337V89H141.805ZM153.324 89V83.71L167.814 64.068H153.324V58.318H176.37V63.562L161.88 83.25H176.692V89H153.324ZM181.651 89V58.318H188.183V89H181.651ZM191.514 86.562L194.366 81.548C195.562 82.698 197.126 83.756 199.242 83.756C202.14 83.756 204.026 81.824 204.026 78.834V58.318H210.558V78.926C210.558 86.194 206.05 89.552 199.748 89.552C196.62 89.552 193.722 88.724 191.514 86.562ZM236.6 89L234.668 83.71H220.96L219.028 89H211.852L223.72 58.318H231.908L243.73 89H236.6ZM227.814 63.976L222.708 78.052H232.874L227.814 63.976Z'/%3E%3C/mask%3E%3Cpath d='M12.9554 89V64.068H3.98545V58.318H28.4575V64.068H19.5334V89H12.9554ZM32.6449 89V58.318H54.3569V63.93H39.1769V70.6H54.0349V76.212H39.1769V83.342H54.3569V89H32.6449ZM59.4632 89V58.318H65.9952V83.25H78.9672V89H59.4632ZM83.5414 89V58.318H105.253V63.93H90.0734V70.6H104.931V76.212H90.0734V83.342H105.253V89H83.5414ZM118.962 89L107.094 58.318H114.546L123.056 81.916L131.52 58.318H138.972L127.15 89H118.962ZM137.389 55.466V52.154H152.799V55.466H137.389ZM141.805 89V58.318H148.337V89H141.805ZM153.324 89V83.71L167.814 64.068H153.324V58.318H176.37V63.562L161.88 83.25H176.692V89H153.324ZM181.651 89V58.318H188.183V89H181.651ZM191.514 86.562L194.366 81.548C195.562 82.698 197.126 83.756 199.242 83.756C202.14 83.756 204.026 81.824 204.026 78.834V58.318H210.558V78.926C210.558 86.194 206.05 89.552 199.748 89.552C196.62 89.552 193.722 88.724 191.514 86.562ZM236.6 89L234.668 83.71H220.96L219.028 89H211.852L223.72 58.318H231.908L243.73 89H236.6ZM227.814 63.976L222.708 78.052H232.874L227.814 63.976Z' fill='white'/%3E%3Cpath d='M11.4555 89C12.4555 89 13.4555 89 14.4555 89C14.7888 87.1615 15.0888 85.3231 15.3554 83.4846C16.2942 77.0124 16.8199 70.5402 16.9325 64.068L17.0004 60.1613L12.9555 60.091C12.0738 60.0757 11.1921 60.068 10.3105 60.068C8.20212 60.068 6.09378 60.0729 3.98545 60.0826L7.97084 64.068C7.96198 62.1513 7.9491 60.2347 7.93219 58.318L3.98545 62.2647C12.1428 62.1928 20.3001 62.0479 28.4575 61.8301L24.9453 58.318C24.9965 60.2347 25.0517 62.1513 25.1109 64.068L28.4575 60.7215C25.4828 60.8134 22.5081 60.915 19.5334 61.0263L16.6097 60.9169L16.4917 64.068C16.8027 72.3787 17.1894 80.6893 17.6517 89L19.5334 87.1183C19.1793 87.138 18.8251 87.1578 18.4708 87.1778C16.6324 87.2815 14.7939 87.3889 12.9555 87.5C12.9555 88.5 12.9555 89.5 12.9555 90.5C14.7939 90.6111 16.6324 90.7185 18.4708 90.8222C18.8251 90.8422 19.1793 90.862 19.5334 90.8817L21.5138 90.7716L21.4152 89C21.8775 80.6893 22.2642 72.3787 22.5752 64.068L19.5334 67.1097C22.5081 67.221 25.4828 67.3226 28.4575 67.4145L31.9041 67.308L31.804 64.068C31.8632 62.1513 31.9184 60.2347 31.9696 58.318L31.8734 54.7147L28.4575 54.8059C20.3001 54.5881 12.1428 54.4432 3.98545 54.3713L0.00420165 54.4064L0.0387063 58.318C0.0217993 60.2347 0.00891781 62.1513 6.17504e-05 64.068L0.0185611 68.0717L3.98545 68.0534C6.09378 68.0631 8.20212 68.068 10.3105 68.068C11.1921 68.068 12.0738 68.0603 12.9555 68.045L8.97845 64.068C9.091 70.5402 9.61667 77.0124 10.5554 83.4846C10.8221 85.3231 11.1221 87.1615 11.4555 89ZM14.4555 89H11.4555L11.7407 90.5734L12.9555 90.5V87.5L14.4555 89ZM31.1449 89C32.1449 89 33.1449 89 34.1449 89C34.4782 86.2523 34.7782 83.5045 35.0449 80.7568C35.7708 73.2772 36.2497 65.7976 36.4816 58.318L32.6449 62.1547C36.1562 62.2636 39.6676 62.318 43.1789 62.318C46.9049 62.318 50.6309 62.3112 54.3569 62.2976L50.3773 58.318C50.3842 60.1887 50.3927 62.0593 50.403 63.93L54.3569 59.9761C49.2969 60.0039 44.2369 60.0442 39.1769 60.0971L35.3845 60.0575L35.344 63.93C35.3673 66.1533 35.3929 68.3767 35.421 70.6L35.3742 74.3078L39.1769 74.3559C44.1296 74.2933 49.0822 74.2187 54.0349 74.132L50.5029 70.6C50.5356 72.4707 50.5701 74.3413 50.6062 76.212L54.0349 72.7833C49.0822 72.8791 44.1296 72.9868 39.1769 73.1066L36.1484 73.0334L36.0715 76.212C36.129 78.5887 36.1893 80.9653 36.2523 83.342L36.1769 86.187L39.1769 86.2666C44.2369 86.1324 49.2969 85.9856 54.3569 85.8263L51.8726 83.342C51.932 85.228 51.9931 87.114 52.056 89L54.3569 86.6991C49.8673 86.8488 45.3777 87.0083 40.8881 87.1778C38.1404 87.2815 35.3926 87.3889 32.6449 87.5C32.6449 88.5 32.6449 89.5 32.6449 90.5C35.3926 90.6111 38.1404 90.7185 40.8881 90.8222C45.3777 90.9917 49.8673 91.1512 54.3569 91.3009L56.7318 91.2217L56.6578 89C56.7207 87.114 56.7818 85.228 56.8412 83.342L56.7606 80.782L54.3569 80.8577C49.2969 80.6984 44.2369 80.5516 39.1769 80.4174L42.1014 83.342C42.1645 80.9653 42.2247 78.5887 42.2822 76.212L39.1769 79.3173C44.1296 79.4372 49.0822 79.5449 54.0349 79.6407L57.5285 79.5731L57.4636 76.212C57.4997 74.3413 57.5342 72.4707 57.5669 70.6L57.504 67.0073L54.0349 67.068C49.0822 66.9813 44.1296 66.9067 39.1769 66.8441L42.9327 70.6C42.9608 68.3767 42.9865 66.1533 43.0098 63.93L39.1769 67.7629C44.2369 67.8158 49.2969 67.8561 54.3569 67.8839L58.3324 67.8621L58.3108 63.93C58.3211 62.0593 58.3296 60.1887 58.3365 58.318L58.3219 54.3239L54.3569 54.3384C50.6309 54.3248 46.9049 54.318 43.1789 54.318C39.6676 54.318 36.1562 54.3724 32.6449 54.4813L28.693 54.6038L28.8082 58.318C29.0401 65.7976 29.519 73.2772 30.2449 80.7568C30.5116 83.5045 30.8116 86.2523 31.1449 89ZM34.1449 89H31.1449L31.3333 90.553L32.6449 90.5V87.5L34.1449 89ZM57.9632 89C58.9632 89 59.9632 89 60.9632 89C61.2966 87.3271 61.5966 85.6543 61.8632 83.9814C62.9299 77.2899 63.4632 70.5985 63.4632 63.907C63.4632 62.044 63.4587 60.181 63.4495 58.318L59.4632 62.3042C61.6406 62.2935 63.8179 62.2765 65.9952 62.2532L62.0601 58.318C62.1489 66.6287 62.3292 74.9393 62.6009 83.25L62.4937 86.5299L65.9952 86.6443C70.3192 86.503 74.6432 86.3369 78.9672 86.146L76.0712 83.25C76.1558 85.1667 76.2453 87.0833 76.3396 89L78.9672 86.3724C74.1388 86.61 69.3103 86.8785 64.4818 87.1778C62.809 87.2815 61.1361 87.3889 59.4632 87.5C59.4632 88.5 59.4632 89.5 59.4632 90.5C61.1361 90.6111 62.809 90.7185 64.4818 90.8222C69.3103 91.1215 74.1388 91.39 78.9672 91.6276L81.7175 91.4923L81.5949 89C81.6892 87.0833 81.7787 85.1667 81.8633 83.25L81.73 80.232L78.9672 80.354C74.6432 80.1631 70.3192 79.997 65.9952 79.8557L69.3896 83.25C69.6613 74.9393 69.8416 66.6287 69.9304 58.318L69.8879 54.3412L65.9952 54.3828C63.8179 54.3595 61.6406 54.3425 59.4632 54.3318L55.4575 54.3515L55.477 58.318C55.4678 60.181 55.4632 62.044 55.4632 63.907C55.4632 70.5985 55.9966 77.2899 57.0632 83.9814C57.3299 85.6543 57.6299 87.3271 57.9632 89ZM60.9632 89H57.9632L58.2778 90.5787L59.4632 90.5V87.5L60.9632 89ZM82.0414 89C83.0414 89 84.0414 89 85.0414 89C85.3747 86.2523 85.6747 83.5045 85.9414 80.7568C86.6673 73.2772 87.1462 65.7976 87.3781 58.318L83.5414 62.1547C87.0527 62.2636 90.564 62.318 94.0754 62.318C97.8014 62.318 101.527 62.3112 105.253 62.2976L101.274 58.318C101.281 60.1887 101.289 62.0593 101.299 63.93L105.253 59.9761C100.193 60.0039 95.1334 60.0442 90.0734 60.0971L86.281 60.0575L86.2405 63.93C86.2637 66.1533 86.2894 68.3767 86.3175 70.6L86.2707 74.3078L90.0734 74.3559C95.026 74.2933 99.9787 74.2187 104.931 74.132L101.399 70.6C101.432 72.4707 101.467 74.3413 101.503 76.212L104.931 72.7833C99.9787 72.8791 95.026 72.9868 90.0734 73.1066L87.0449 73.0334L86.968 76.212C87.0255 78.5887 87.0858 80.9653 87.1488 83.342L87.0734 86.187L90.0734 86.2666C95.1334 86.1324 100.193 85.9856 105.253 85.8263L102.769 83.342C102.828 85.228 102.89 87.114 102.952 89L105.253 86.6991C100.764 86.8488 96.2742 87.0083 91.7846 87.1778C89.0368 87.2815 86.2891 87.3889 83.5414 87.5C83.5414 88.5 83.5414 89.5 83.5414 90.5C86.2891 90.6111 89.0368 90.7185 91.7846 90.8222C96.2742 90.9917 100.764 91.1512 105.253 91.3009L107.628 91.2217L107.554 89C107.617 87.114 107.678 85.228 107.738 83.342L107.657 80.782L105.253 80.8577C100.193 80.6984 95.1334 80.5516 90.0734 80.4174L92.9979 83.342C93.061 80.9653 93.1212 78.5887 93.1787 76.212L90.0734 79.3173C95.026 79.4372 99.9787 79.5449 104.931 79.6407L108.425 79.5731L108.36 76.212C108.396 74.3413 108.431 72.4707 108.463 70.6L108.401 67.0073L104.931 67.068C99.9787 66.9813 95.026 66.9067 90.0734 66.8441L93.8292 70.6C93.8573 68.3767 93.883 66.1533 93.9062 63.93L90.0734 67.7629C95.1334 67.8158 100.193 67.8561 105.253 67.8839L109.229 67.8621L109.207 63.93C109.218 62.0593 109.226 60.1887 109.233 58.318L109.218 54.3239L105.253 54.3384C101.527 54.3248 97.8014 54.318 94.0754 54.318C90.564 54.318 87.0527 54.3724 83.5414 54.4813L79.5895 54.6038L79.7047 58.318C79.9366 65.7976 80.4155 73.2772 81.1414 80.7568C81.408 83.5045 81.708 86.2523 82.0414 89ZM85.0414 89H82.0414L82.2298 90.553L83.5414 90.5V87.5L85.0414 89ZM117.563 89.5411C118.495 89.1804 119.428 88.8196 120.361 88.4589C119.836 86.1776 119.28 83.9083 118.692 81.651C116.501 73.2256 113.876 64.9678 110.818 56.8775L107.094 62.3108C107.713 62.3156 108.333 62.318 108.953 62.318C110.817 62.318 112.681 62.3156 114.546 62.3108L110.79 59.6725C113.647 67.5312 116.549 75.3736 119.497 83.1995L122.98 93.0953L126.617 83.1934C129.328 75.2876 131.993 67.3655 134.612 59.4272L131.52 61.6033C134.004 61.5397 136.488 61.4717 138.972 61.3995L136.096 57.2101C132.453 67.5519 128.887 77.9236 125.398 88.3251L127.15 87.1228C126.737 87.141 126.325 87.1593 125.913 87.1778C123.596 87.2815 121.279 87.3889 118.962 87.5C118.962 88.5 118.962 89.5 118.962 90.5C121.279 90.6111 123.596 90.7185 125.913 90.8222C126.325 90.8407 126.737 90.859 127.15 90.8772L128.518 90.8167L128.901 89.6749C133.294 79.6217 137.609 69.5387 141.847 59.4259L143.373 55.1145L138.972 55.2365C136.488 55.1643 134.004 55.0963 131.52 55.0326L129.125 55.094L128.427 57.2088C125.404 65.0025 122.427 72.8124 119.494 80.6386L126.615 80.6325C123.889 72.7264 121.118 64.8368 118.302 56.9635L117.34 54.318L114.546 54.3252C112.681 54.3204 110.817 54.318 108.953 54.318C108.333 54.318 107.713 54.3204 107.094 54.3251L101.239 54.3681L103.37 59.7585C106.552 67.8007 110.167 75.6754 114.216 83.3826C115.3 85.4475 116.416 87.5003 117.563 89.5411ZM120.361 88.4589L117.563 89.5411L118.124 90.5402L118.962 90.5V87.5L120.361 88.4589ZM135.889 55.466C136.889 55.466 137.889 55.466 138.889 55.466C139.222 54.8419 139.522 54.2179 139.789 53.5938C139.994 53.1139 140.179 52.6339 140.345 52.154L137.389 55.1101C139.405 55.806 141.422 56.154 143.438 56.154C146.558 56.154 149.679 56.0614 152.799 55.8762L149.077 52.154C149.142 53.258 149.219 54.362 149.308 55.466L152.799 51.9751C148.286 52.3377 143.774 52.8939 139.261 53.6438C138.637 53.7475 138.013 53.8549 137.389 53.966C137.389 54.966 137.389 55.966 137.389 56.966C138.013 57.0771 138.637 57.1845 139.261 57.2882C143.774 58.0381 148.286 58.5943 152.799 58.9569L156.546 58.6558L156.29 55.466C156.379 54.362 156.456 53.258 156.521 52.154L156.288 48.2247L152.799 48.4318C149.679 48.2466 146.558 48.154 143.438 48.154C141.422 48.154 139.405 48.502 137.389 49.1979L133.836 50.4243L134.433 52.154C134.599 52.6339 134.784 53.1139 134.989 53.5938C135.256 54.2179 135.556 54.8419 135.889 55.466ZM138.889 55.466H135.889L136.751 57.0796L137.389 56.966V53.966L138.889 55.466ZM137.805 89C140.472 89 143.138 89 145.805 89C145.805 87.7595 145.805 86.5191 145.805 85.2786C145.805 76.2917 145.805 67.3049 145.805 58.318L141.805 62.318C143.982 62.318 146.16 62.318 148.337 62.318L144.337 58.318C144.337 68.5453 144.337 78.7727 144.337 89L148.337 85C147.4 85 146.463 85 145.526 85C144.286 85 143.046 85 141.805 85C141.805 87.6667 141.805 90.3333 141.805 93C143.046 93 144.286 93 145.526 93C146.463 93 147.4 93 148.337 93H152.337V89C152.337 78.7727 152.337 68.5453 152.337 58.318V54.318H148.337C146.16 54.318 143.982 54.318 141.805 54.318H137.805V58.318C137.805 67.3049 137.805 76.2917 137.805 85.2786C137.805 86.5191 137.805 87.7595 137.805 89ZM145.805 89H137.805V93H141.805V85L145.805 89ZM151.824 89C152.824 89 153.824 89 154.824 89C155.065 87.2367 155.288 85.4733 155.494 83.71L155.07 84.998C155.538 84.4978 156.003 83.9962 156.467 83.493C161.548 77.976 166.379 72.2747 170.961 66.3892L175.634 60.318L167.814 60.158C165.497 60.098 163.179 60.068 160.862 60.068C158.349 60.068 155.837 60.0719 153.324 60.0797L157.312 64.068C157.306 62.1513 157.298 60.2347 157.288 58.318L153.324 62.2815C161.006 62.2393 168.688 62.1604 176.37 62.045L172.643 58.318C172.669 60.066 172.698 61.814 172.728 63.562L173.436 61.4029C168.719 68.0486 164.035 74.7188 159.385 81.4133L155.688 86.2148L161.88 86.3486C166.817 86.2138 171.755 86.0638 176.692 85.8988L174.043 83.25C174.107 85.1667 174.174 87.0833 174.242 89L176.692 86.5503C171.346 86.7417 166 86.9509 160.654 87.1778C158.211 87.2815 155.767 87.3889 153.324 87.5C153.324 88.5 153.324 89.5 153.324 90.5C155.767 90.6111 158.211 90.7185 160.654 90.8222C166 91.0491 171.346 91.2583 176.692 91.4497L179.226 91.359L179.142 89C179.21 87.0833 179.277 85.1667 179.341 83.25L179.249 80.5157L176.692 80.6012C171.755 80.4362 166.817 80.2862 161.88 80.1514L164.376 85.0867C169.385 78.6559 174.361 72.2007 179.304 65.7211L180.032 64.695L180.013 63.562C180.043 61.814 180.071 60.066 180.097 58.318L180.04 54.5358L176.37 54.591C168.688 54.4755 161.006 54.3967 153.324 54.3545L149.339 54.3764L149.361 58.318C149.35 60.2347 149.342 62.1513 149.336 64.068L149.348 68.0686L153.324 68.0562C155.837 68.0641 158.349 68.068 160.862 68.068C163.179 68.068 165.497 68.038 167.814 67.978L164.668 61.7468C160.397 67.8614 156.375 74.1603 152.604 80.6435C152.26 81.2348 151.918 81.8276 151.578 82.422L151.101 83.2558L151.154 83.71C151.36 85.4733 151.584 87.2367 151.824 89ZM154.824 89H151.824L152.037 90.5585L153.324 90.5V87.5L154.824 89ZM180.151 89C181.151 89 182.151 89 183.151 89C183.484 87.7595 183.784 86.5191 184.051 85.2786C185.117 80.3167 185.651 75.3549 185.651 70.393C185.651 66.368 185.612 62.343 185.534 58.318L181.651 62.201C183.828 62.1588 186.005 62.1052 188.183 62.0402L184.461 58.318C184.766 68.5453 185.323 78.7727 186.132 89L188.183 86.9491C187.246 87.0232 186.309 87.0995 185.372 87.1778C184.132 87.2815 182.891 87.3889 181.651 87.5C181.651 88.5 181.651 89.5 181.651 90.5C182.891 90.6111 184.132 90.7185 185.372 90.8222C186.309 90.9005 187.246 90.9768 188.183 91.0509L190.382 90.8769L190.234 89C191.042 78.7727 191.6 68.5453 191.905 58.318L191.791 54.4881L188.183 54.5958C186.005 54.5308 183.828 54.4772 181.651 54.435L177.694 54.5116L177.768 58.318C177.69 62.343 177.651 66.368 177.651 70.393C177.651 75.3549 178.184 80.3167 179.251 85.2786C179.517 86.5191 179.817 87.7595 180.151 89ZM183.151 89H180.151L180.58 90.5959L181.651 90.5V87.5L183.151 89ZM190.21 85.8204C191.079 86.3148 191.948 86.8092 192.818 87.3036C193.873 86.1228 194.899 84.9254 195.896 83.7116C196.138 83.4179 196.377 83.1231 196.615 82.8274L192.572 83.4133C193.872 85.1402 196.358 86.9427 199.242 87.0931C201.154 87.2602 203.637 86.6973 205.422 84.9404C207.224 83.2077 207.909 80.8024 207.943 78.834C207.998 77.4284 208.026 76.0228 208.026 74.6172C208.026 69.1841 207.98 63.7511 207.889 58.318L204.026 62.1811C206.203 62.1446 208.38 62.1007 210.558 62.0495L206.826 58.318C206.988 65.1873 207.222 72.0567 207.53 78.926C207.961 83.7986 205.101 87.189 199.748 87.4482C198.471 87.5388 197.21 87.4761 196.025 87.1934C194.759 86.8934 193.581 86.3335 192.563 85.4902C191.864 86.2047 191.164 86.9193 190.464 87.6338C191.655 88.9653 193.22 90.013 194.9 90.66C196.475 91.2729 198.128 91.5652 199.748 91.6558C202.909 91.8372 206.617 91.2351 209.499 88.6743C212.406 86.1193 213.486 82.234 213.586 78.926C213.893 72.0567 214.128 65.1873 214.289 58.318L214.199 54.5009L210.558 54.5865C208.38 54.5353 206.203 54.4914 204.026 54.4548L200.099 54.5208L200.163 58.318C200.071 63.7511 200.026 69.1841 200.026 74.6172C200.026 76.0228 200.053 77.4284 200.108 78.834C200.156 79.4329 200.079 79.6917 200.074 79.8351C200.074 79.9761 199.898 80.2711 199.242 80.4189C198.415 80.6262 197.448 80.511 196.159 79.6827L193.128 77.5741L192.116 80.2686C191.984 80.6242 191.853 80.9808 191.724 81.3384C191.19 82.8159 190.686 84.3099 190.21 85.8204ZM192.818 87.3036L190.21 85.8204L189.813 87.0814L190.464 87.6338L192.563 85.4902L192.818 87.3036ZM235.191 89.5146C236.13 89.1715 237.069 88.8285 238.009 88.4854C237.676 86.6083 237.312 84.7426 236.918 82.8881L236.642 81.5937L234.668 81.3143C234.657 81.3129 234.647 81.3114 234.637 81.31C230.078 80.6658 225.519 80.2162 220.96 79.961L218.555 79.8265L217.438 82.4239C216.695 84.1512 215.984 85.8898 215.303 87.6397L219.028 85.0348C217.914 85.0116 216.801 85 215.688 85C214.409 85 213.13 85.0017 211.852 85.0051L215.577 90.4412C219.506 80.2033 223.318 69.9204 227.014 59.5923L223.72 61.8503C226.449 61.7808 229.178 61.7036 231.908 61.6186L228.828 59.5047C233.087 69.6093 237.462 79.6691 241.955 89.6839L243.73 87.0979C243.24 87.1243 242.751 87.1509 242.262 87.1778C240.374 87.2815 238.487 87.3889 236.6 87.5C236.6 88.5 236.6 89.5 236.6 90.5C238.487 90.6111 240.374 90.7185 242.262 90.8222C242.751 90.8491 243.24 90.8757 243.73 90.9021L246.591 90.755L245.504 88.3161C242.115 77.8763 238.61 67.4813 234.987 57.1313L234.068 54.9501L231.908 55.0174C229.178 54.9324 226.449 54.8551 223.72 54.7857L221.21 54.8495L220.425 57.0437C216.209 67.1703 212.109 77.342 208.126 87.5588L206.033 93.0096L211.852 92.9949C213.13 92.9983 214.409 93 215.688 93C216.801 93 217.914 92.9884 219.028 92.9652L221.882 92.9058L222.752 90.3603C223.359 88.5835 223.936 86.7955 224.481 84.9961L220.96 87.459C225.519 87.2038 230.078 86.7542 234.637 86.11C234.647 86.1086 234.657 86.1071 234.668 86.1057L232.417 84.5319C233.311 86.2041 234.235 87.865 235.191 89.5146ZM238.009 88.4854L235.191 89.5146L235.789 90.5477L236.6 90.5V87.5L238.009 88.4854ZM231.574 65.34C229.067 64.4307 226.56 63.5213 224.053 62.612C223.825 63.2402 223.598 63.8685 223.37 64.4967C221.896 68.5605 220.421 72.6242 218.947 76.688L217.002 82.052H222.708C226.096 82.052 229.485 82.052 232.874 82.052H238.562L236.638 76.6989C235.177 72.6358 233.717 68.5726 232.256 64.5095C232.03 63.8806 231.804 63.2518 231.578 62.6229C229.068 63.525 226.559 64.427 224.049 65.3291C224.275 65.958 224.502 66.5869 224.728 67.2158C226.188 71.2789 227.649 75.342 229.109 79.4051L232.874 74.052C229.485 74.052 226.096 74.052 222.708 74.052L226.468 79.416C227.942 75.3522 229.416 71.2885 230.89 67.2247C231.118 66.5965 231.346 65.9682 231.574 65.34ZM224.053 62.612L231.574 65.34L224.049 65.3291L231.578 62.6229L227.831 52.199L224.053 62.612Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646149)'/%3E%3Cmask id='path-3-outside-2_9052_646149' maskUnits='userSpaceOnUse' x='1.83545' y='3' width='248' height='41' fill='black'%3E%3Crect fill='white' x='1.83545' y='3' width='248' height='41'/%3E%3Cpath d='M5.87145 39V8.318H12.4034V39H5.87145ZM39.6545 39L25.0265 18.392V39H18.4945V8.318H25.2105L39.4245 28.19V8.318H45.9565V39H39.6545ZM59.0902 39V14.068H50.1202V8.318H74.5922V14.068H65.6682V39H59.0902ZM78.7797 39V8.318H100.492V13.93H85.3117V20.6H100.17V26.212H85.3117V33.342H100.492V39H78.7797ZM122.94 39L116.914 28.006H112.13V39H105.598V8.318H119.95C126.344 8.318 130.254 12.504 130.254 18.208C130.254 23.636 126.85 26.534 123.538 27.316L130.438 39H122.94ZM123.584 18.162C123.584 15.586 121.606 13.93 118.984 13.93H112.13V22.394H118.984C121.606 22.394 123.584 20.738 123.584 18.162ZM156.317 39L141.689 18.392V39H135.157V8.318H141.873L156.087 28.19V8.318H162.619V39H156.317ZM168.668 39V8.318H190.38V13.93H175.2V20.6H190.058V26.212H175.2V33.342H190.38V39H168.668ZM202.571 39V14.068H193.601V8.318H218.073V14.068H209.149V39H202.571ZM219.83 34.676L223.418 29.708C225.58 31.962 228.938 33.848 233.17 33.848C236.758 33.848 238.506 32.146 238.506 30.398C238.506 28.098 235.838 27.316 232.296 26.488C227.282 25.338 220.842 23.958 220.842 17.104C220.842 11.998 225.258 7.858 232.48 7.858C237.356 7.858 241.404 9.33 244.44 12.136L240.806 16.92C238.322 14.62 235.01 13.562 232.02 13.562C229.076 13.562 227.512 14.85 227.512 16.69C227.512 18.76 230.088 19.404 233.63 20.232C238.69 21.382 245.13 22.9 245.13 29.708C245.13 35.32 241.128 39.552 232.848 39.552C226.96 39.552 222.728 37.574 219.83 34.676Z'/%3E%3C/mask%3E%3Cpath d='M5.87145 39V8.318H12.4034V39H5.87145ZM39.6545 39L25.0265 18.392V39H18.4945V8.318H25.2105L39.4245 28.19V8.318H45.9565V39H39.6545ZM59.0902 39V14.068H50.1202V8.318H74.5922V14.068H65.6682V39H59.0902ZM78.7797 39V8.318H100.492V13.93H85.3117V20.6H100.17V26.212H85.3117V33.342H100.492V39H78.7797ZM122.94 39L116.914 28.006H112.13V39H105.598V8.318H119.95C126.344 8.318 130.254 12.504 130.254 18.208C130.254 23.636 126.85 26.534 123.538 27.316L130.438 39H122.94ZM123.584 18.162C123.584 15.586 121.606 13.93 118.984 13.93H112.13V22.394H118.984C121.606 22.394 123.584 20.738 123.584 18.162ZM156.317 39L141.689 18.392V39H135.157V8.318H141.873L156.087 28.19V8.318H162.619V39H156.317ZM168.668 39V8.318H190.38V13.93H175.2V20.6H190.058V26.212H175.2V33.342H190.38V39H168.668ZM202.571 39V14.068H193.601V8.318H218.073V14.068H209.149V39H202.571ZM219.83 34.676L223.418 29.708C225.58 31.962 228.938 33.848 233.17 33.848C236.758 33.848 238.506 32.146 238.506 30.398C238.506 28.098 235.838 27.316 232.296 26.488C227.282 25.338 220.842 23.958 220.842 17.104C220.842 11.998 225.258 7.858 232.48 7.858C237.356 7.858 241.404 9.33 244.44 12.136L240.806 16.92C238.322 14.62 235.01 13.562 232.02 13.562C229.076 13.562 227.512 14.85 227.512 16.69C227.512 18.76 230.088 19.404 233.63 20.232C238.69 21.382 245.13 22.9 245.13 29.708C245.13 35.32 241.128 39.552 232.848 39.552C226.96 39.552 222.728 37.574 219.83 34.676Z' fill='white'/%3E%3Cpath d='M4.37145 39C5.37145 39 6.37145 39 7.37145 39C7.70478 37.7595 8.00478 36.5191 8.27145 35.2786C9.33812 30.3167 9.87145 25.3549 9.87145 20.393C9.87145 16.368 9.83246 12.343 9.75447 8.318L5.87145 12.201C8.04878 12.1588 10.2261 12.1052 12.4034 12.0402L8.68123 8.318C8.98659 18.5453 9.54371 28.7727 10.3526 39L12.4034 36.9491C11.4666 37.0232 10.5297 37.0995 9.59285 37.1778C8.35238 37.2815 7.11192 37.3889 5.87145 37.5C5.87145 38.5 5.87145 39.5 5.87145 40.5C7.11192 40.6111 8.35238 40.7185 9.59285 40.8222C10.5297 40.9005 11.4666 40.9768 12.4034 41.0509L14.6027 40.8769L14.4543 39C15.2632 28.7727 15.8203 18.5453 16.1257 8.318L16.0113 4.48805L12.4034 4.59578C10.2261 4.53077 8.04878 4.47717 5.87145 4.43498L1.91468 4.51165L1.98843 8.318C1.91044 12.343 1.87145 16.368 1.87145 20.393C1.87145 25.3549 2.40478 30.3167 3.47145 35.2786C3.73812 36.5191 4.03812 37.7595 4.37145 39ZM7.37145 39H4.37145L4.80031 40.5959L5.87145 40.5V37.5L7.37145 39ZM38.4313 39.8682C39.2468 39.2894 40.0622 38.7106 40.8777 38.1318C39.4359 35.5247 37.9669 32.9369 36.4707 30.3684C33.7097 25.6283 30.856 20.954 27.9098 16.3454L21.7385 7.22921L21.4907 18.392C21.1812 24.7705 21.0265 31.1491 21.0265 37.5276C21.0265 38.0184 21.0266 38.5092 21.0268 39L25.0265 35.0003C22.8492 35.0012 20.6718 35.0041 18.4945 35.009L22.4855 39C22.4624 28.7727 22.3951 18.5453 22.2837 8.318L18.4945 12.1072C20.7332 12.0828 22.9718 12.0563 25.2105 12.0276L22.1933 10.4762C27.016 17.0396 31.8615 23.5867 36.7298 30.1174L42.6434 38.5458L42.7375 28.19C42.6072 21.566 42.4584 14.942 42.291 8.318L39.4245 11.1845C41.6018 11.1294 43.7792 11.0724 45.9565 11.0134L43.2611 8.318C43.5151 17.6855 43.8061 27.053 44.1343 36.4205C44.1644 37.2803 44.1948 38.1402 44.2256 39L45.9565 37.2691C43.8558 37.3442 41.7552 37.4212 39.6545 37.5C39.6545 38.5 39.6545 39.5 39.6545 40.5C41.7552 40.5788 43.8558 40.6558 45.9565 40.7309L47.747 40.6669L47.6874 39C47.7182 38.1402 47.7486 37.2803 47.7787 36.4205C48.1069 27.053 48.3979 17.6855 48.6519 8.318L48.5769 5.55157L45.9565 5.62261C43.7792 5.56358 41.6018 5.50655 39.4245 5.45153L36.4875 5.52575L36.558 8.318C36.3906 14.942 36.2418 21.566 36.1115 28.19L42.1192 26.2626C37.5115 19.5453 32.881 12.8444 28.2277 6.15983L27.0702 4.58457L25.2105 4.60836C22.9718 4.57973 20.7332 4.55321 18.4945 4.52881L14.6645 4.57055L14.7053 8.318C14.5938 18.5453 14.5266 28.7727 14.5035 39L14.5125 43L18.4945 42.991C20.6718 42.9959 22.8492 42.9988 25.0265 42.9997L29.0278 42.998L29.0262 39C29.0264 38.5092 29.0265 38.0184 29.0265 37.5276C29.0265 31.1491 28.8718 24.7705 28.5623 18.392L22.1432 20.4386C25.5218 24.7404 28.9929 28.9764 32.5566 33.1467C34.4876 35.4065 36.4459 37.647 38.4313 39.8682ZM40.8777 38.1318L38.4313 39.8682L39.0174 40.5239L39.6545 40.5V37.5L40.8777 38.1318ZM57.5902 39C58.5902 39 59.5902 39 60.5902 39C60.9235 37.1615 61.2235 35.3231 61.4902 33.4846C62.429 27.0124 62.9547 20.5402 63.0672 14.068L63.1352 10.1613L59.0902 10.091C58.2085 10.0757 57.3269 10.068 56.4452 10.068C54.3369 10.068 52.2285 10.0729 50.1202 10.0826L54.1056 14.068C54.0967 12.1513 54.0839 10.2347 54.067 8.318L50.1202 12.2647C58.2775 12.1928 66.4349 12.0479 74.5922 11.8301L71.0801 8.318C71.1313 10.2347 71.1865 12.1513 71.2457 14.068L74.5922 10.7215C71.6176 10.8134 68.6429 10.915 65.6682 11.0263L62.7444 10.9169L62.6265 14.068C62.9375 22.3787 63.3241 30.6893 63.7865 39L65.6682 37.1183C65.314 37.138 64.9598 37.1578 64.6056 37.1778C62.7672 37.2815 60.9287 37.3889 59.0902 37.5C59.0902 38.5 59.0902 39.5 59.0902 40.5C60.9287 40.6111 62.7672 40.7185 64.6056 40.8222C64.9598 40.8422 65.314 40.862 65.6682 40.8817L67.6485 40.7716L67.55 39C68.0123 30.6893 68.3989 22.3787 68.7099 14.068L65.6682 17.1097C68.6429 17.221 71.6176 17.3226 74.5922 17.4145L78.0389 17.308L77.9388 14.068C77.998 12.1513 78.0532 10.2347 78.1043 8.318L78.0081 4.71467L74.5922 4.80587C66.4349 4.58808 58.2775 4.44321 50.1202 4.37125L46.139 4.40637L46.1735 8.318C46.1566 10.2347 46.1437 12.1513 46.1348 14.068L46.1533 18.0717L50.1202 18.0534C52.2285 18.0631 54.3369 18.068 56.4452 18.068C57.3269 18.068 58.2085 18.0603 59.0902 18.045L55.1132 14.068C55.2258 20.5402 55.7514 27.0124 56.6902 33.4846C56.9569 35.3231 57.2569 37.1615 57.5902 39ZM60.5902 39H57.5902L57.8755 40.5734L59.0902 40.5V37.5L60.5902 39ZM77.2797 39C78.2797 39 79.2797 39 80.2797 39C80.613 36.2523 80.913 33.5045 81.1796 30.7568C81.9055 23.2772 82.3844 15.7976 82.6163 8.318L78.7797 12.1547C82.291 12.2636 85.8023 12.318 89.3137 12.318C93.0397 12.318 96.7657 12.3112 100.492 12.2976L96.5121 8.318C96.5189 10.1887 96.5275 12.0593 96.5378 13.93L100.492 9.9761C95.4317 10.0039 90.3717 10.0442 85.3117 10.0971L81.5193 10.0575L81.4788 13.93C81.502 16.1533 81.5277 18.3767 81.5558 20.6L81.5089 24.3078L85.3117 24.3559C90.2643 24.2933 95.217 24.2187 100.17 24.132L96.6376 20.6C96.6704 22.4707 96.7048 24.3413 96.741 26.212L100.17 22.7833C95.217 22.8791 90.2643 22.9868 85.3117 23.1066L82.2832 23.0334L82.2063 26.212C82.2638 28.5887 82.3241 30.9653 82.3871 33.342L82.3116 36.187L85.3117 36.2666C90.3717 36.1324 95.4317 35.9856 100.492 35.8263L98.0074 33.342C98.0668 35.228 98.1279 37.114 98.1908 39L100.492 36.6991C96.0021 36.8488 91.5125 37.0083 87.0229 37.1778C84.2751 37.2815 81.5274 37.3889 78.7797 37.5C78.7797 38.5 78.7797 39.5 78.7797 40.5C81.5274 40.6111 84.2751 40.7185 87.0229 40.8222C91.5125 40.9917 96.0021 41.1512 100.492 41.3009L102.867 41.2217L102.793 39C102.855 37.114 102.917 35.228 102.976 33.342L102.895 30.782L100.492 30.8577C95.4317 30.6984 90.3717 30.5516 85.3117 30.4174L88.2362 33.342C88.2992 30.9653 88.3595 28.5887 88.417 26.212L85.3117 29.3173C90.2643 29.4372 95.217 29.5449 100.17 29.6407L103.663 29.5731L103.598 26.212C103.634 24.3413 103.669 22.4707 103.702 20.6L103.639 17.0073L100.17 17.068C95.217 16.9813 90.2643 16.9067 85.3117 16.8441L89.0675 20.6C89.0956 18.3767 89.1213 16.1533 89.1445 13.93L85.3117 17.7629C90.3717 17.8158 95.4317 17.8561 100.492 17.8839L104.467 17.8621L104.446 13.93C104.456 12.0593 104.464 10.1887 104.471 8.318L104.457 4.32393L100.492 4.33843C96.7657 4.32481 93.0397 4.318 89.3137 4.318C85.8023 4.318 82.291 4.37243 78.7797 4.4813L74.8278 4.60383L74.943 8.318C75.1749 15.7976 75.6538 23.2772 76.3797 30.7568C76.6463 33.5045 76.9463 36.2523 77.2797 39ZM80.2797 39H77.2797L77.4681 40.553L78.7797 40.5V37.5L80.2797 39ZM121.625 39.721C122.502 39.2403 123.378 38.7597 124.255 38.279C123.512 36.2293 122.739 34.1956 121.938 32.1779C121.184 30.2823 120.405 28.4009 119.6 26.5336L119 25.1402L116.914 24.9427C115.319 24.7917 113.725 24.6589 112.13 24.5445L108.933 24.315L108.668 28.006C108.405 31.6707 108.239 35.3353 108.168 39L112.13 35.0384C110.795 35.0128 109.459 35 108.124 35C107.282 35 106.44 35.0006 105.598 35.0017L109.596 39C109.583 28.7727 109.485 18.5453 109.305 8.318L105.598 12.0248C110.382 11.9403 115.166 11.8375 119.95 11.7165C124.128 11.5171 127.183 13.9765 127.331 18.208C127.529 21.3735 125.884 24.0459 122.971 24.9137L119.778 25.5364L121.413 28.5711C123.87 32.373 126.341 36.1665 128.826 39.9518L130.438 37.1283C130.093 37.1447 129.749 37.1612 129.404 37.1778C127.25 37.2815 125.095 37.3889 122.94 37.5C122.94 38.5 122.94 39.5 122.94 40.5C125.095 40.6111 127.25 40.7185 129.404 40.8222C129.749 40.8388 130.093 40.8553 130.438 40.8717L133.789 40.7333L132.05 38.0482C129.935 34.0441 127.806 30.0483 125.663 26.0608L124.105 29.7183C129.376 28.8564 133.322 23.2441 133.177 18.208C133.995 11.359 126.658 4.40561 119.95 4.91946C115.166 4.79845 110.382 4.69571 105.598 4.61123L101.827 4.67782L101.891 8.318C101.711 18.5453 101.613 28.7727 101.6 39L101.605 43.0037L105.598 42.9983C106.44 42.9994 107.282 43 108.124 43C109.459 43 110.795 42.9872 112.13 42.9616L116.166 42.8842L116.092 39C116.021 35.3353 115.855 31.6707 115.592 28.006L112.13 31.4675C113.725 31.3531 115.319 31.2203 116.914 31.0693L114.228 29.4784C115.369 31.1614 116.536 32.8303 117.728 34.485C118.998 36.2463 120.297 37.9917 121.625 39.721ZM124.255 38.279L121.625 39.721L122.25 40.5356L122.94 40.5V37.5L124.255 38.279ZM119.584 18.162C122.251 18.162 124.917 18.162 127.584 18.162C127.586 17.0812 127.382 15.9008 126.887 14.7837C125.447 11.3981 121.741 9.84709 118.984 9.93C116.699 9.93 114.415 9.93 112.13 9.93H108.13V13.93C108.13 16.7513 108.13 19.5727 108.13 22.394V26.394H112.13C114.415 26.394 116.699 26.394 118.984 26.394C121.741 26.4769 125.447 24.9259 126.887 21.5403C127.382 20.4232 127.586 19.2428 127.584 18.162C124.917 18.162 122.251 18.162 119.584 18.162C119.583 18.2878 119.564 18.3188 119.569 18.3065C119.573 18.2835 119.637 18.2387 119.567 18.2841C119.503 18.3221 119.296 18.3956 118.984 18.394C116.699 18.394 114.415 18.394 112.13 18.394L116.13 22.394C116.13 19.5727 116.13 16.7513 116.13 13.93L112.13 17.93C114.415 17.93 116.699 17.93 118.984 17.93C119.296 17.9284 119.503 18.0019 119.567 18.0399C119.637 18.0853 119.573 18.0405 119.569 18.0175C119.564 18.0052 119.583 18.0362 119.584 18.162ZM127.584 18.162H119.584H127.584ZM155.093 39.8682C155.909 39.2894 156.724 38.7106 157.54 38.1318C156.098 35.5247 154.629 32.9369 153.133 30.3684C150.372 25.6283 147.518 20.954 144.572 16.3454L138.401 7.22921L138.153 18.392C137.843 24.7705 137.689 31.1491 137.689 37.5276C137.689 38.0184 137.689 38.5092 137.689 39L141.689 35.0003C139.511 35.0012 137.334 35.0041 135.157 35.009L139.148 39C139.125 28.7727 139.057 18.5453 138.946 8.318L135.157 12.1072C137.395 12.0828 139.634 12.0563 141.873 12.0276L138.855 10.4762C143.678 17.0396 148.524 23.5867 153.392 30.1174L159.306 38.5458L159.4 28.19C159.269 21.566 159.12 14.942 158.953 8.318L156.087 11.1845C158.264 11.1294 160.441 11.0724 162.619 11.0134L159.923 8.318C160.177 17.6855 160.468 27.053 160.796 36.4205C160.827 37.2803 160.857 38.1402 160.888 39L162.619 37.2691C160.518 37.3442 158.417 37.4212 156.317 37.5C156.317 38.5 156.317 39.5 156.317 40.5C158.417 40.5788 160.518 40.6558 162.619 40.7309L164.409 40.6669L164.35 39C164.38 38.1402 164.411 37.2803 164.441 36.4205C164.769 27.053 165.06 17.6855 165.314 8.318L165.239 5.55157L162.619 5.62261C160.441 5.56358 158.264 5.50655 156.087 5.45153L153.15 5.52575L153.22 8.318C153.053 14.942 152.904 21.566 152.774 28.19L158.781 26.2626C154.174 19.5453 149.543 12.8444 144.89 6.15983L143.732 4.58457L141.873 4.60836C139.634 4.57973 137.395 4.55321 135.157 4.52881L131.327 4.57055L131.367 8.318C131.256 18.5453 131.189 28.7727 131.166 39L131.175 43L135.157 42.991C137.334 42.9959 139.511 42.9988 141.689 42.9997L145.69 42.998L145.688 39C145.689 38.5092 145.689 38.0184 145.689 37.5276C145.689 31.1491 145.534 24.7705 145.224 18.392L138.805 20.4386C142.184 24.7404 145.655 28.9764 149.219 33.1467C151.15 35.4065 153.108 37.647 155.093 39.8682ZM157.54 38.1318L155.093 39.8682L155.68 40.5239L156.317 40.5V37.5L157.54 38.1318ZM167.168 39C168.168 39 169.168 39 170.168 39C170.502 36.2523 170.802 33.5045 171.068 30.7568C171.794 23.2772 172.273 15.7976 172.505 8.318L168.668 12.1547C172.18 12.2636 175.691 12.318 179.202 12.318C182.928 12.318 186.654 12.3112 190.38 12.2976L186.401 8.318C186.408 10.1887 186.416 12.0593 186.426 13.93L190.38 9.9761C185.32 10.0039 180.26 10.0442 175.2 10.0971L171.408 10.0575L171.367 13.93C171.391 16.1533 171.416 18.3767 171.444 20.6L171.398 24.3078L175.2 24.3559C180.153 24.2933 185.106 24.2187 190.058 24.132L186.526 20.6C186.559 22.4707 186.593 24.3413 186.63 26.212L190.058 22.7833C185.106 22.8791 180.153 22.9868 175.2 23.1066L172.172 23.0334L172.095 26.212C172.152 28.5887 172.213 30.9653 172.276 33.342L172.2 36.187L175.2 36.2666C180.26 36.1324 185.32 35.9856 190.38 35.8263L187.896 33.342C187.955 35.228 188.017 37.114 188.079 39L190.38 36.6991C185.891 36.8488 181.401 37.0083 176.912 37.1778C174.164 37.2815 171.416 37.3889 168.668 37.5C168.668 38.5 168.668 39.5 168.668 40.5C171.416 40.6111 174.164 40.7185 176.912 40.8222C181.401 40.9917 185.891 41.1512 190.38 41.3009L192.755 41.2217L192.681 39C192.744 37.114 192.805 35.228 192.865 33.342L192.784 30.782L190.38 30.8577C185.32 30.6984 180.26 30.5516 175.2 30.4174L178.125 33.342C178.188 30.9653 178.248 28.5887 178.306 26.212L175.2 29.3173C180.153 29.4372 185.106 29.5449 190.058 29.6407L193.552 29.5731L193.487 26.212C193.523 24.3413 193.558 22.4707 193.59 20.6L193.527 17.0073L190.058 17.068C185.106 16.9813 180.153 16.9067 175.2 16.8441L178.956 20.6C178.984 18.3767 179.01 16.1533 179.033 13.93L175.2 17.7629C180.26 17.8158 185.32 17.8561 190.38 17.8839L194.356 17.8621L194.334 13.93C194.344 12.0593 194.353 10.1887 194.36 8.318L194.345 4.32393L190.38 4.33843C186.654 4.32481 182.928 4.318 179.202 4.318C175.691 4.318 172.18 4.37243 168.668 4.4813L164.716 4.60383L164.832 8.318C165.064 15.7976 165.542 23.2772 166.268 30.7568C166.535 33.5045 166.835 36.2523 167.168 39ZM170.168 39H167.168L167.357 40.553L168.668 40.5V37.5L170.168 39ZM201.071 39C202.071 39 203.071 39 204.071 39C204.404 37.1615 204.704 35.3231 204.971 33.4846C205.909 27.0124 206.435 20.5402 206.548 14.068L206.616 10.1613L202.571 10.091C201.689 10.0757 200.807 10.068 199.926 10.068C197.817 10.068 195.709 10.0729 193.601 10.0826L197.586 14.068C197.577 12.1513 197.564 10.2347 197.547 8.318L193.601 12.2647C201.758 12.1928 209.915 12.0479 218.073 11.8301L214.561 8.318C214.612 10.2347 214.667 12.1513 214.726 14.068L218.073 10.7215C215.098 10.8134 212.123 10.915 209.149 11.0263L206.225 10.9169L206.107 14.068C206.418 22.3787 206.805 30.6893 207.267 39L209.149 37.1183C208.794 37.138 208.44 37.1578 208.086 37.1778C206.248 37.2815 204.409 37.3889 202.571 37.5C202.571 38.5 202.571 39.5 202.571 40.5C204.409 40.6111 206.248 40.7185 208.086 40.8222C208.44 40.8422 208.794 40.862 209.149 40.8817L211.129 40.7716L211.03 39C211.493 30.6893 211.879 22.3787 212.19 14.068L209.149 17.1097C212.123 17.221 215.098 17.3226 218.073 17.4145L221.519 17.308L221.419 14.068C221.478 12.1513 221.534 10.2347 221.585 8.318L221.489 4.71467L218.073 4.80587C209.915 4.58808 201.758 4.44321 193.601 4.37125L189.619 4.40637L189.654 8.318C189.637 10.2347 189.624 12.1513 189.615 14.068L189.634 18.0717L193.601 18.0534C195.709 18.0631 197.817 18.068 199.926 18.068C200.807 18.068 201.689 18.0603 202.571 18.045L198.594 14.068C198.706 20.5402 199.232 27.0124 200.171 33.4846C200.437 35.3231 200.737 37.1615 201.071 39ZM204.071 39H201.071L201.356 40.5734L202.571 40.5V37.5L204.071 39ZM218.614 33.7978C219.424 34.3833 220.235 34.9687 221.046 35.5542C222.454 34.0518 223.846 32.5374 225.222 31.0108L221.812 31.2483C222.215 31.7554 222.655 32.2385 223.123 32.6923C225.715 35.2306 229.385 36.8572 233.17 37.0559C234.676 37.1282 236.34 37.0346 238.161 36.204C239.91 35.4492 242.106 33.3458 242.141 30.398C242.24 28.936 241.448 26.9782 240.39 25.9804C239.358 24.9397 238.388 24.4681 237.556 24.082C235.886 23.3531 234.511 23.0215 233.188 22.6706L233.172 22.6669C230.923 22.1042 228.898 21.5872 227.405 20.8598C225.356 19.7696 224.926 19.1327 224.826 17.104C224.682 14.1355 227.979 11.7113 232.48 11.7345C236.134 11.6811 239.472 12.6714 241.914 14.869L241.476 9.88485C240.288 11.4968 239.101 13.1101 237.916 14.7248L243.271 14.2571C240.119 11.4291 236.074 10.0625 232.02 10.1085C230.647 10.1455 229.113 10.2948 227.406 11.2266C225.683 12.0507 224.035 14.5737 224.188 16.69C224.114 18.188 225.152 20.0975 226.187 20.8445C227.214 21.6697 228.075 21.9841 228.845 22.2671C230.38 22.7896 231.66 23.0247 232.914 23.2932L232.933 23.2975C238.291 24.3024 242.496 25.6331 242.446 29.708C242.879 34.418 238.382 37.4175 232.848 37.4781C230.855 37.5597 228.871 37.396 226.99 36.8968C224.732 36.3027 222.629 35.203 220.89 33.6153C220.183 34.3224 219.476 35.0296 218.769 35.7367C220.695 37.8331 223.2 39.4296 225.9 40.3745C228.149 41.1706 230.516 41.5452 232.848 41.6259C236.035 41.7212 239.537 41.3268 242.682 39.3024C245.88 37.334 247.82 33.323 247.814 29.708C248.104 26.3079 245.902 22.1253 242.885 20.4021C239.962 18.5388 236.986 17.8606 234.326 17.1665L234.345 17.1708C233.138 16.8553 231.943 16.5437 231.096 16.1987C230.685 16.0382 230.376 15.8287 230.427 15.8375C230.447 15.8446 230.572 15.9486 230.678 16.1492C230.788 16.3468 230.831 16.5895 230.835 16.69C230.851 16.6963 230.838 16.8687 230.762 17.0042C230.689 17.1433 230.612 17.1905 230.671 17.1689C230.779 17.1171 231.349 16.9845 232.02 17.0155C234.371 17.0761 236.772 18.0411 238.34 19.5829L241.364 22.2919L243.696 19.1152C244.933 17.5405 246.169 15.9645 247.403 14.3871L249.44 11.625L246.966 9.40295C243.036 5.60927 237.46 3.97056 232.48 3.98154C226.202 3.51001 216.715 8.18681 216.858 17.104C216.449 21.418 220.219 26.6905 223.919 28.0602C226.616 29.3448 229.164 29.8359 231.419 30.3091L231.403 30.3054C232.643 30.5633 233.853 30.8295 234.624 31.1019C235.002 31.2252 235.228 31.3794 235.137 31.2666C235.098 31.2104 234.989 31.0543 234.925 30.8573C234.857 30.6619 234.852 30.4678 234.87 30.398C234.894 30.1656 235.029 29.954 235.104 29.9173C235.18 29.8728 235.165 29.9653 235.021 30.0775C234.733 30.316 234.01 30.5628 233.17 30.6401C230.796 30.8704 228.325 30.3282 226.15 28.9669C225.761 28.7245 225.384 28.4567 225.024 28.1677L222.81 26.3072L221.614 28.4052C220.597 30.1906 219.597 31.9882 218.614 33.7978ZM221.046 35.5542L218.614 33.7978L217.962 34.9963L218.769 35.7367L220.89 33.6153L221.046 35.5542Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646149)'/%3E%3Cmask id='path-5-outside-3_9052_646149' maskUnits='userSpaceOnUse' x='245.835' y='10' width='27' height='30' fill='black'%3E%3Crect fill='white' x='245.835' y='10' width='27' height='30'/%3E%3Cpath d='M262.836 26.4936L263.144 34.8083L258.311 35L258.003 26.6853L251.003 26.963L250.835 22.4395L257.835 22.1618L257.539 14.1917L262.372 14L262.668 21.97L269.668 21.6923L269.835 26.2159L262.836 26.4936Z'/%3E%3C/mask%3E%3Cpath d='M262.836 26.4936L263.144 34.8083L258.311 35L258.003 26.6853L251.003 26.963L250.835 22.4395L257.835 22.1618L257.539 14.1917L262.372 14L262.668 21.97L269.668 21.6923L269.835 26.2159L262.836 26.4936Z' fill='white'/%3E%3Cpath d='M264.335 26.438C263.336 26.475 262.336 26.5121 261.337 26.5492C261.053 27.883 260.802 29.2155 260.585 30.5468C260.346 32.0078 260.147 33.4673 259.989 34.9253L263.019 31.6532C261.399 31.4814 259.78 31.3591 258.164 31.2863L262.025 34.8622C262.132 32.6309 262.144 30.4031 262.061 28.1787C262.041 27.6315 262.02 27.0843 261.998 26.5371L261.859 22.5404L257.844 22.6904C255.511 22.7883 253.179 22.8979 250.847 23.0189L254.948 26.8166C254.873 25.3095 254.794 23.8025 254.71 22.2957L250.989 26.3139C253.321 26.1779 255.652 26.0304 257.982 25.8713L261.578 25.8312L261.545 22.0241C261.371 19.3702 261.181 16.7169 260.977 14.0642L257.676 17.6293C259.284 17.5014 260.892 17.3679 262.5 17.2289L259.143 14.1198C259.365 16.7719 259.603 19.4234 259.855 22.0744L259.8 24.7288L262.78 24.7828C265.107 24.5553 267.435 24.3162 269.762 24.0656L267.294 21.7804C267.452 23.2845 267.615 24.7883 267.783 26.292L269.754 24.1635C268.745 24.2787 267.736 24.396 266.727 24.5155C265.41 24.6716 264.093 24.8313 262.776 24.9948C262.816 25.994 262.856 26.9932 262.895 27.9924C264.221 28.051 265.547 28.1059 266.872 28.1571C267.887 28.1963 268.902 28.2334 269.917 28.2682L272.098 28.0193L271.888 26.1397C271.944 24.6277 271.995 23.1159 272.041 21.6043L271.776 19.0819L269.573 19.3191C267.234 19.2536 264.895 19.1997 262.556 19.1573L265.481 21.8657C265.536 19.2033 265.576 16.5414 265.602 13.8802L265.319 10.5054L262.244 10.7711C260.63 10.7599 259.016 10.7543 257.403 10.7541L253.849 11.0369L254.101 14.3193C254.094 16.9799 254.102 19.6399 254.125 22.2994L257.688 18.4522C255.352 18.4783 253.017 18.5159 250.682 18.5651L246.749 18.7944L246.961 22.5832C246.989 24.0921 247.021 25.6008 247.059 27.1094L247.256 31.1097L251.16 30.9071C253.494 30.843 255.828 30.7674 258.161 30.6803L254.008 26.8336C254.027 27.3809 254.046 27.9281 254.067 28.4754C254.149 30.6997 254.326 32.9205 254.597 35.1378L255.086 39.1351L258.459 38.7137C260.064 38.5131 261.668 38.263 263.27 37.9633L266.782 37.3061L266.3 34.6912C266.034 33.2489 265.728 31.8081 265.381 30.3688C265.066 29.0573 264.717 27.747 264.335 26.438ZM261.337 26.5492L264.335 26.438L262.895 27.9924L262.776 24.9948L261.678 24.9462L261.337 26.5492Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646149)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 48px;
  }
  #first_screen .cta h1 .title-svg {
    width: 343px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='343' height='100' viewBox='0 0 343 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_25405' maskUnits='userSpaceOnUse' x='-0.0673828' y='53' width='343' height='44' fill='black'%3E%3Crect fill='white' x='-0.0673828' y='53' width='343' height='44'/%3E%3Cpath d='M20.4586 88H12.5466V64.218H3.94462V57.318H29.0146V64.218H20.4586V88ZM55.2745 88H32.7805V57.318H55.2745V64.218H40.6925V69.002H54.9525V75.902H40.6925V81.1H55.2745V88ZM58.1664 88.552V81.56C61.0184 81.56 62.8584 79.858 63.7324 72.866L65.5724 57.318H88.4344V88H80.5224V64.218H72.7024L71.5984 73.464C70.1264 85.884 64.8824 88.552 58.1664 88.552ZM116.458 88H93.9641V57.318H116.458V64.218H101.876V69.002H116.136V75.902H101.876V81.1H116.458V88ZM138.992 88H121.052V57.318H138.44C144.512 57.318 147.41 61.274 147.41 65.138C147.41 68.956 145.064 71.532 142.166 72.176C145.432 72.682 148.008 75.81 148.008 79.674C148.008 84.136 145.018 88 138.992 88ZM136.646 69.094C138.256 69.094 139.36 68.036 139.36 66.518C139.36 65.046 138.256 63.988 136.646 63.988H128.964V69.094H136.646ZM136.922 81.33C138.808 81.33 139.958 80.226 139.958 78.57C139.958 77.052 138.854 75.81 136.922 75.81H128.964V81.33H136.922ZM159.954 88H152.318V57.318H160.23V75.396L172.65 57.318H180.838V88H172.88V69.048L159.954 88ZM184.666 93.658V81.56C187.61 81.1 189.358 79.858 190.232 72.866L192.072 57.318H214.934V81.1H217.694V93.658H209.736V88H192.578V93.658H184.666ZM198.098 73.464C197.684 76.914 196.488 79.352 194.74 81.1H207.022V64.218H199.202L198.098 73.464ZM243.587 88H221.093V57.318H243.587V64.218H229.005V69.002H243.265V75.902H229.005V81.1H243.587V88ZM276.747 88H268.835V75.672H256.093V88H248.181V57.318H256.093V68.772H268.835V57.318H276.747V88ZM289.913 88H282.277V57.318H290.189V75.396L302.609 57.318H310.797V88H302.839V69.048L289.913 88ZM338.821 88H316.327V57.318H338.821V64.218H324.239V69.002H338.499V75.902H324.239V81.1H338.821V88Z'/%3E%3C/mask%3E%3Cpath d='M20.4586 88H12.5466V64.218H3.94462V57.318H29.0146V64.218H20.4586V88ZM55.2745 88H32.7805V57.318H55.2745V64.218H40.6925V69.002H54.9525V75.902H40.6925V81.1H55.2745V88ZM58.1664 88.552V81.56C61.0184 81.56 62.8584 79.858 63.7324 72.866L65.5724 57.318H88.4344V88H80.5224V64.218H72.7024L71.5984 73.464C70.1264 85.884 64.8824 88.552 58.1664 88.552ZM116.458 88H93.9641V57.318H116.458V64.218H101.876V69.002H116.136V75.902H101.876V81.1H116.458V88ZM138.992 88H121.052V57.318H138.44C144.512 57.318 147.41 61.274 147.41 65.138C147.41 68.956 145.064 71.532 142.166 72.176C145.432 72.682 148.008 75.81 148.008 79.674C148.008 84.136 145.018 88 138.992 88ZM136.646 69.094C138.256 69.094 139.36 68.036 139.36 66.518C139.36 65.046 138.256 63.988 136.646 63.988H128.964V69.094H136.646ZM136.922 81.33C138.808 81.33 139.958 80.226 139.958 78.57C139.958 77.052 138.854 75.81 136.922 75.81H128.964V81.33H136.922ZM159.954 88H152.318V57.318H160.23V75.396L172.65 57.318H180.838V88H172.88V69.048L159.954 88ZM184.666 93.658V81.56C187.61 81.1 189.358 79.858 190.232 72.866L192.072 57.318H214.934V81.1H217.694V93.658H209.736V88H192.578V93.658H184.666ZM198.098 73.464C197.684 76.914 196.488 79.352 194.74 81.1H207.022V64.218H199.202L198.098 73.464ZM243.587 88H221.093V57.318H243.587V64.218H229.005V69.002H243.265V75.902H229.005V81.1H243.587V88ZM276.747 88H268.835V75.672H256.093V88H248.181V57.318H256.093V68.772H268.835V57.318H276.747V88ZM289.913 88H282.277V57.318H290.189V75.396L302.609 57.318H310.797V88H302.839V69.048L289.913 88ZM338.821 88H316.327V57.318H338.821V64.218H324.239V69.002H338.499V75.902H324.239V81.1H338.821V88Z' fill='white'/%3E%3Cpath d='M20.4586 89.5C20.4586 88.5 20.4586 87.5 20.4586 86.5C18.6002 86.1667 16.7418 85.8667 14.8834 85.6C14.1045 85.4882 13.3256 85.3823 12.5466 85.2823L15.2644 88C16.1192 81.3453 16.5466 74.6907 16.5466 68.036C16.5466 66.7633 16.5449 65.4907 16.5414 64.218L16.5523 60.2341L12.5466 60.2232C9.67928 60.231 6.81195 60.2477 3.94462 60.2731L7.88948 64.218C7.86905 61.918 7.84296 59.618 7.81119 57.318L3.94462 61.1846C12.3013 61.0691 20.658 60.8788 29.0146 60.6136L25.719 57.318C25.792 59.618 25.8707 61.918 25.955 64.218L29.0146 61.1584C26.1626 61.263 23.3106 61.3763 20.4586 61.4983L17.86 61.3871L17.7389 64.218C17.9986 70.2869 18.2977 76.3559 18.6364 82.4248C18.7401 84.2832 18.8475 86.1416 18.9586 88C19.9586 88 20.9586 88 21.9586 88C22.0697 86.1416 22.1771 84.2832 22.2808 82.4248C22.6195 76.3559 22.9187 70.2869 23.1783 64.218L20.4586 66.9377C23.3106 67.0597 26.1626 67.173 29.0146 67.2776L32.1822 67.1615L32.0742 64.218C32.1586 61.918 32.2372 59.618 32.3102 57.318L32.2024 53.9212L29.0146 54.0224C20.658 53.7572 12.3013 53.5669 3.94462 53.4514L0.025387 53.5056L0.0780466 57.318C0.0462775 59.618 0.0201817 61.918 -0.000241041 64.218L0.0350955 68.1976L3.94462 68.1629C6.81195 68.1883 9.67928 68.205 12.5466 68.2128L8.55183 64.218C8.54835 65.4907 8.54662 66.7633 8.54662 68.036C8.54662 74.6907 8.97404 81.3453 9.82887 88L10.2164 91.0171L12.5466 90.7177C13.3256 90.6177 14.1045 90.5118 14.8834 90.4C16.7418 90.1333 18.6002 89.8333 20.4586 89.5ZM20.4586 86.5V89.5L22.0314 89.2179L21.9586 88H18.9586L20.4586 86.5ZM55.2745 89.5C55.2745 88.5 55.2745 87.5 55.2745 86.5C52.5406 86.1667 49.8066 85.8667 47.0727 85.6C42.3086 85.1353 37.5446 84.7718 32.7805 84.5096L36.2709 88C36.6106 81.8283 36.7805 75.6567 36.7805 69.485C36.7805 65.4293 36.7724 61.3737 36.7561 57.318L32.7805 61.2935C40.2785 61.2634 47.7765 61.2054 55.2745 61.1196L51.4729 57.318C51.4993 59.618 51.5282 61.918 51.5598 64.218L55.2745 60.5033C50.4138 60.57 45.5532 60.6485 40.6925 60.7386L37.2788 60.6753L37.2131 64.218C37.2427 65.8127 37.2736 67.4073 37.3056 69.002L37.2389 72.3193L40.6925 72.3889C45.4458 72.2932 50.1992 72.1863 54.9525 72.0683L51.8862 69.002C51.9434 71.302 52.0031 73.602 52.0655 75.902L54.9525 73.015C50.1992 73.1439 45.4458 73.284 40.6925 73.4353L38.3067 73.3593L38.2258 75.902C38.2809 77.6347 38.3375 79.3673 38.3957 81.1L38.3213 83.3173L40.6925 83.3968C45.1192 83.2483 49.546 83.0901 53.9727 82.9222C54.4066 82.9058 54.8406 82.8892 55.2745 82.8726L53.5019 81.1C53.5902 83.4 53.681 85.7 53.7745 88C54.7745 88 55.7745 88 56.7745 88C56.868 85.7 56.9588 83.4 57.0471 81.1L56.9766 79.2621L55.2745 79.3274C54.8406 79.3108 54.4066 79.2942 53.9727 79.2778C49.546 79.1099 45.1192 78.9517 40.6925 78.8032L42.9893 81.1C43.0475 79.3673 43.1041 77.6347 43.1592 75.902L40.6925 78.3687C45.4458 78.52 50.1992 78.6601 54.9525 78.789L57.9156 78.7087L57.8395 75.902C57.9019 73.602 57.9616 71.302 58.0188 69.002L57.9408 65.8615L54.9525 65.9357C50.1992 65.8177 45.4458 65.7108 40.6925 65.6151L44.0794 69.002C44.1115 67.4073 44.1423 65.8127 44.1719 64.218L40.6925 67.6974C45.5532 67.7875 50.4138 67.866 55.2745 67.9327L59.0395 67.881L58.9892 64.218C59.0208 61.918 59.0497 59.618 59.0761 57.318L59.0321 53.4734L55.2745 53.5164C47.7765 53.4306 40.2785 53.3726 32.7805 53.3424L28.789 53.3585L28.805 57.318C28.7887 61.3737 28.7805 65.4293 28.7805 69.485C28.7805 75.6567 28.9504 81.8283 29.2901 88L29.4922 91.6714L32.7805 91.4904C37.5446 91.2282 42.3086 90.8647 47.0727 90.4C49.8066 90.1333 52.5406 89.8333 55.2745 89.5ZM55.2745 86.5V89.5L56.8278 89.3106L56.7745 88H53.7745L55.2745 86.5ZM56.6664 88.552C57.6664 88.552 58.6664 88.552 59.6664 88.552C59.9592 86.2213 60.2263 83.8907 60.4677 81.56L58.1664 83.8613C58.5924 83.8945 59.0492 83.8997 59.5361 83.8491C60.8502 83.7495 62.4034 83.0071 63.3547 81.9993C64.3311 81.0042 64.8926 79.9501 65.34 78.9591C66.2041 76.9741 66.6265 75.1156 66.9857 73.2727L66.9883 73.2513C67.9514 68.11 68.7864 62.9536 69.4934 57.782L65.5724 61.2663C67.4791 61.3008 69.3859 61.318 71.2927 61.318C77.0066 61.318 82.7205 61.3008 88.4344 61.2665L84.4859 57.318C84.5474 67.5453 84.664 77.7727 84.8356 88L88.4344 84.4012C85.7971 84.4454 83.1597 84.4933 80.5224 84.5449L83.9775 88C83.8225 80.0727 83.6344 72.1453 83.4133 64.218L83.4916 61.4099L80.5224 61.3271C77.9157 61.3998 75.3091 61.4761 72.7024 61.556L70.423 61.4861L70.0591 63.9024C69.7856 66.9957 69.517 70.0895 69.2535 73.184C68.8538 77.7942 67.8619 82.6188 64.6979 85.0782C63.017 86.4053 60.6624 86.9509 58.1664 87.052C58.1664 88.052 58.1664 89.052 58.1664 90.052C60.9397 90.1665 64.0947 89.8335 66.7882 88.0636C71.8576 84.5774 73.1058 78.7106 73.9435 73.7419C74.4158 70.6745 74.8832 67.6043 75.3456 64.5336L72.7024 66.88C75.3091 66.9599 77.9157 67.0362 80.5224 67.1089L77.6315 64.218C77.4104 72.1453 77.2223 80.0727 77.0673 88L77.1361 91.5213L80.5224 91.4551C83.1597 91.5067 85.7971 91.5546 88.4344 91.5988L92.0926 91.5375L92.0332 88C92.2048 77.7727 92.3214 67.5453 92.3829 57.318L92.359 53.3459L88.4344 53.3695C82.7205 53.3352 77.0066 53.318 71.2927 53.318C69.3859 53.318 67.4791 53.3352 65.5724 53.3697L61.9936 53.4343L61.6514 56.854C61.1317 62.0477 60.74 67.2566 60.4765 72.4807L60.4791 72.4593C60.3614 75.66 59.6776 79.0119 58.7231 79.1184C58.5746 79.177 58.3856 79.2254 58.1664 79.2587L55.6537 79.5189L55.8651 81.56C56.1065 83.8907 56.3736 86.2213 56.6664 88.552ZM59.6664 88.552H56.6664L56.8617 90.1066L58.1664 90.052V87.052L59.6664 88.552ZM116.458 89.5C116.458 88.5 116.458 87.5 116.458 86.5C113.724 86.1667 110.99 85.8667 108.256 85.6C103.492 85.1353 98.7282 84.7718 93.9641 84.5096L97.4545 88C97.7942 81.8283 97.9641 75.6567 97.9641 69.485C97.9641 65.4293 97.9559 61.3737 97.9397 57.318L93.9641 61.2935C101.462 61.2634 108.96 61.2054 116.458 61.1196L112.657 57.318C112.683 59.618 112.712 61.918 112.743 64.218L116.458 60.5033C111.597 60.57 106.737 60.6485 101.876 60.7386L98.4624 60.6753L98.3967 64.218C98.4263 65.8127 98.4571 67.4073 98.4892 69.002L98.4225 72.3193L101.876 72.3889C106.629 72.2932 111.383 72.1863 116.136 72.0683L113.07 69.002C113.127 71.302 113.187 73.602 113.249 75.902L116.136 73.015C111.383 73.1439 106.629 73.284 101.876 73.4353L99.4903 73.3593L99.4094 75.902C99.4645 77.6347 99.5211 79.3673 99.5793 81.1L99.5049 83.3173L101.876 83.3968C106.303 83.2483 110.73 83.0901 115.156 82.9222C115.59 82.9058 116.024 82.8892 116.458 82.8726L114.686 81.1C114.774 83.4 114.865 85.7 114.958 88C115.958 88 116.958 88 117.958 88C118.052 85.7 118.142 83.4 118.231 81.1L118.16 79.2621L116.458 79.3274C116.024 79.3108 115.59 79.2942 115.156 79.2778C110.73 79.1099 106.303 78.9517 101.876 78.8032L104.173 81.1C104.231 79.3673 104.288 77.6347 104.343 75.902L101.876 78.3687C106.629 78.52 111.383 78.6601 116.136 78.789L119.099 78.7087L119.023 75.902C119.085 73.602 119.145 71.302 119.202 69.002L119.124 65.8615L116.136 65.9357C111.383 65.8177 106.629 65.7108 101.876 65.6151L105.263 69.002C105.295 67.4073 105.326 65.8127 105.355 64.218L101.876 67.6974C106.737 67.7875 111.597 67.866 116.458 67.9327L120.223 67.881L120.173 64.218C120.204 61.918 120.233 59.618 120.26 57.318L120.216 53.4734L116.458 53.5164C108.96 53.4306 101.462 53.3726 93.9641 53.3424L89.9726 53.3585L89.9886 57.318C89.9723 61.3737 89.9641 65.4293 89.9641 69.485C89.9641 75.6567 90.134 81.8283 90.4737 88L90.6758 91.6714L93.9641 91.4904C98.7282 91.2282 103.492 90.8647 108.256 90.4C110.99 90.1333 113.724 89.8333 116.458 89.5ZM116.458 86.5V89.5L118.011 89.3106L117.958 88H114.958L116.458 86.5ZM138.992 89.5C138.992 88.5 138.992 87.5 138.992 86.5C137.108 86.1667 135.225 85.8667 133.341 85.6C129.245 85.0201 125.148 84.5978 121.052 84.3332L124.719 88C124.941 84.5618 125.052 81.1236 125.052 77.6854C125.052 70.8963 125.004 64.1071 124.908 57.318L121.052 61.1737C126.848 61.0915 132.644 60.9743 138.44 60.822C141.82 60.6691 144.122 62.3429 144.318 65.138C144.448 67.2531 143.399 68.9686 141.576 69.5187L141.749 74.866C143.668 74.9488 145.646 77.1076 145.759 79.674C145.904 81.7914 145.128 83.833 143.424 85.0628C142.255 85.9253 140.677 86.3933 138.992 86.5C138.992 87.5 138.992 88.5 138.992 89.5C141.068 89.6112 143.326 89.3027 145.362 88.149C148.37 86.5207 150.188 82.987 150.257 79.674C150.506 75.3835 147.668 70.4456 142.583 69.486L142.757 74.8333C147.304 74.1124 150.587 69.3645 150.502 65.138C151.016 58.5938 143.92 53.4244 138.44 53.814C132.644 53.6617 126.848 53.5445 121.052 53.4623L117.142 53.5178L117.196 57.318C117.1 64.1071 117.052 70.8963 117.052 77.6854C117.052 81.1236 117.163 84.5618 117.385 88L117.636 91.8875L121.052 91.6668C125.148 91.4022 129.245 90.9799 133.341 90.4C135.225 90.1333 137.108 89.8333 138.992 89.5ZM138.992 86.5V89.5V86.5ZM136.646 65.094C136.646 67.7607 136.646 70.4273 136.646 73.094C137.647 73.0942 138.775 72.8966 139.87 72.3335C142.047 71.3191 143.461 68.5903 143.36 66.518C143.392 64.8959 142.657 62.9182 141.234 61.6835C139.83 60.4228 138.077 59.9805 136.646 59.988C134.085 59.988 131.525 59.988 128.964 59.988H124.964V63.988C124.964 65.69 124.964 67.392 124.964 69.094V73.094H128.964C131.044 73.094 133.124 73.094 135.204 73.094C135.685 73.094 136.165 73.094 136.646 73.094C136.646 70.4273 136.646 67.7607 136.646 65.094C136.165 65.094 135.685 65.094 135.204 65.094C133.124 65.094 131.044 65.094 128.964 65.094L132.964 69.094C132.964 67.392 132.964 65.69 132.964 63.988L128.964 67.988C131.525 67.988 134.085 67.988 136.646 67.988C136.598 67.9899 136.263 67.968 135.896 67.6421C135.521 67.329 135.341 66.755 135.36 66.518C135.358 66.3941 135.394 66.1319 135.553 65.8548C135.707 65.5767 135.982 65.3316 136.208 65.221C136.446 65.0995 136.606 65.0945 136.646 65.094ZM136.646 73.094V65.094V73.094ZM136.922 77.33C136.922 79.9967 136.922 82.6633 136.922 85.33C137.854 85.3277 138.911 85.1914 140.026 84.7055C142.401 83.8411 144.123 80.7072 143.958 78.57C143.988 76.8374 143.2 74.7819 141.679 73.5014C140.172 72.1966 138.347 71.8038 136.922 71.81C134.269 71.81 131.617 71.81 128.964 71.81H124.964V75.81C124.964 77.65 124.964 79.49 124.964 81.33V85.33H128.964C131.105 85.33 133.247 85.33 135.388 85.33C135.9 85.33 136.411 85.33 136.922 85.33C136.922 82.6633 136.922 79.9967 136.922 77.33C136.411 77.33 135.9 77.33 135.388 77.33C133.247 77.33 131.105 77.33 128.964 77.33L132.964 81.33C132.964 79.49 132.964 77.65 132.964 75.81L128.964 79.81C131.617 79.81 134.269 79.81 136.922 79.81C137.026 79.8103 136.781 79.8378 136.442 79.5498C136.098 79.2706 135.941 78.7687 135.958 78.57C135.957 78.5161 135.974 78.2703 136.152 77.9771C136.322 77.682 136.639 77.4469 136.809 77.3808C136.985 77.3069 137.012 77.3321 136.922 77.33ZM136.922 85.33V77.33V85.33ZM159.954 89.5C159.954 88.5 159.954 87.5 159.954 86.5C157.408 86.209 154.863 85.9435 152.318 85.7033L154.614 88C154.649 87.6293 154.684 87.2586 154.718 86.8879C155.619 77.0313 156.14 67.1746 156.279 57.318L152.318 61.2796C154.125 61.3052 155.933 61.318 157.74 61.318C158.57 61.318 159.4 61.3177 160.23 61.3171L156.231 57.318C156.235 63.344 156.255 69.37 156.291 75.396L156.258 88.0738L163.476 77.6263C167.58 71.5755 171.665 65.5116 175.73 59.4345L172.65 61.0557C175.379 61.0221 178.108 60.9851 180.838 60.945L177.211 57.318C177.361 67.5453 177.557 77.7727 177.799 88L180.838 84.9613C178.185 85.024 175.532 85.0897 172.88 85.1586L175.721 88C175.557 81.6827 175.376 75.3653 175.177 69.048L175.279 61.6342L170.981 67.7533C168.439 71.7454 165.904 75.743 163.377 79.7461C161.82 82.2136 160.266 84.6831 158.714 87.1548C159.541 87.7183 160.367 88.2817 161.193 88.8452C162.928 86.4987 164.66 84.1502 166.388 81.7996C169.193 77.9861 171.989 74.1671 174.778 70.3427L170.582 69.048C170.383 75.3653 170.202 81.6827 170.038 88L170.114 90.9132L172.88 90.8414C175.532 90.9103 178.185 90.976 180.838 91.0387L183.946 90.9652L183.876 88C184.118 77.7727 184.314 67.5453 184.465 57.318L184.41 53.6385L180.838 53.691C178.108 53.6509 175.379 53.6139 172.65 53.5803L170.637 53.6051L169.569 55.2015C165.355 61.1764 161.159 67.1645 156.983 73.1657L164.168 75.396C164.204 69.37 164.224 63.344 164.229 57.318L164.226 53.316L160.23 53.3189C159.4 53.3183 158.57 53.318 157.74 53.318C155.933 53.318 154.125 53.3308 152.318 53.3564L148.301 53.4133L148.356 57.318C148.496 67.1746 149.016 77.0313 149.918 86.8879C149.952 87.2586 149.986 87.6293 150.021 88L150.256 90.4912L152.318 90.2967C154.863 90.0565 157.408 89.791 159.954 89.5ZM159.954 86.5V89.5L160.846 89.398L161.193 88.8452L158.714 87.1548L159.954 86.5ZM183.166 93.658C184.166 93.658 185.166 93.658 186.166 93.658C186.5 91.2352 186.8 88.8124 187.066 86.3896C187.244 84.7797 187.406 83.1699 187.554 81.56L185.112 84.4128C186.22 84.3242 187.726 84.0806 189.153 83.1249C190.577 82.1771 191.463 80.8287 192.027 79.6905C193.136 77.368 193.52 75.3415 193.887 73.3228L193.89 73.2989C194.607 69.0416 195.218 64.7719 195.725 60.4898C195.832 59.5892 195.938 58.6886 196.043 57.7879L192.072 61.3164C199.693 61.3077 207.314 61.2624 214.934 61.1804L211.072 57.318C211.157 65.2453 211.282 73.1727 211.447 81.1L211.376 84.5136L214.934 84.5875C215.854 84.5684 216.774 84.5487 217.694 84.5286L214.266 81.1C214.358 85.286 214.46 89.472 214.574 93.658L217.694 90.5379C215.042 90.6101 212.389 90.6867 209.736 90.7678L212.627 93.658C212.569 91.772 212.509 89.886 212.447 88L212.533 85.3815L209.736 85.2894C204.017 85.4778 198.298 85.6868 192.578 85.9164L190.582 85.8362L190.495 88C190.571 89.886 190.648 91.772 190.729 93.658L192.578 91.8083C192.364 91.8174 192.149 91.8266 191.935 91.8358C189.512 91.9395 187.089 92.0469 184.666 92.158C184.666 93.158 184.666 94.158 184.666 95.158C187.089 95.2691 189.512 95.3765 191.935 95.4802C192.149 95.4894 192.364 95.4986 192.578 95.5077L194.503 95.4258L194.428 93.658C194.508 91.772 194.586 89.886 194.662 88L192.578 90.0836C198.298 90.3132 204.017 90.5222 209.736 90.7106L207.026 88C206.964 89.886 206.904 91.772 206.846 93.658L206.937 96.6338L209.736 96.5482C212.389 96.6293 215.042 96.7059 217.694 96.7781L220.897 96.6909L220.814 93.658C220.928 89.472 221.031 85.286 221.123 81.1L221.046 77.5979L217.694 77.6714C216.774 77.6513 215.854 77.6316 214.934 77.6125L218.422 81.1C218.586 73.1727 218.711 65.2453 218.797 57.318L218.755 53.4145L214.934 53.4556C207.314 53.3736 199.693 53.3283 192.072 53.3196L188.515 53.3236L188.102 56.8481C187.994 57.7485 187.887 58.649 187.78 59.5496C187.274 63.8317 186.872 68.1262 186.575 72.4331L186.578 72.4091C186.455 74.1326 186.249 75.8614 185.888 77.027C185.708 77.6105 185.547 77.9107 185.44 78.0807C185.342 78.2584 184.968 78.5083 184.221 78.7072L181.578 79.3722L181.779 81.56C181.927 83.1699 182.089 84.7797 182.266 86.3896C182.533 88.8124 182.833 91.2352 183.166 93.658ZM186.166 93.658H183.166L183.381 95.217L184.666 95.158V92.158L186.166 93.658ZM202.07 73.9406C199.422 73.6229 196.775 73.3051 194.127 72.9874C194.04 73.7149 193.906 74.4065 193.723 75.0416C193.334 76.3875 192.745 77.4393 191.912 78.2716L185.084 85.1H194.74C198.834 85.1 202.928 85.1 207.022 85.1H211.022V81.1C211.022 75.4727 211.022 69.8453 211.022 64.218V60.218H207.022C204.416 60.218 201.809 60.218 199.202 60.218H195.652L195.231 63.7438C194.971 65.9189 194.711 68.094 194.451 70.2691C194.343 71.176 194.235 72.0829 194.127 72.9898C196.774 73.3059 199.422 73.6221 202.07 73.9382C202.178 73.0314 202.287 72.1245 202.395 71.2176C202.655 69.0425 202.914 66.8674 203.174 64.6922L199.202 68.218C201.809 68.218 204.416 68.218 207.022 68.218L203.022 64.218C203.022 69.8453 203.022 75.4727 203.022 81.1L207.022 77.1C202.928 77.1 198.834 77.1 194.74 77.1L197.569 83.9284C199.471 82.0482 200.749 79.6012 201.41 77.2563C201.732 76.1375 201.939 75.0271 202.07 73.9406ZM194.127 72.9874L202.07 73.9406L194.127 72.9898L194.127 72.9874ZM243.587 89.5C243.587 88.5 243.587 87.5 243.587 86.5C240.853 86.1667 238.119 85.8667 235.385 85.6C230.621 85.1353 225.857 84.7718 221.093 84.5096L224.583 88C224.923 81.8283 225.093 75.6567 225.093 69.485C225.093 65.4293 225.085 61.3737 225.069 57.318L221.093 61.2935C228.591 61.2634 236.089 61.2054 243.587 61.1196L239.785 57.318C239.812 59.618 239.841 61.918 239.872 64.218L243.587 60.5033C238.726 60.57 233.866 60.6485 229.005 60.7386L225.591 60.6753L225.526 64.218C225.555 65.8127 225.586 67.4073 225.618 69.002L225.551 72.3193L229.005 72.3889C233.758 72.2932 238.512 72.1863 243.265 72.0683L240.199 69.002C240.256 71.302 240.316 73.602 240.378 75.902L243.265 73.015C238.512 73.1439 233.758 73.284 229.005 73.4353L226.619 73.3593L226.538 75.902C226.593 77.6347 226.65 79.3673 226.708 81.1L226.634 83.3173L229.005 83.3968C233.432 83.2483 237.858 83.0901 242.285 82.9222C242.719 82.9058 243.153 82.8892 243.587 82.8726L241.814 81.1C241.903 83.4 241.994 85.7 242.087 88C243.087 88 244.087 88 245.087 88C245.18 85.7 245.271 83.4 245.36 81.1L245.289 79.2621L243.587 79.3274C243.153 79.3108 242.719 79.2942 242.285 79.2778C237.858 79.1099 233.432 78.9517 229.005 78.8032L231.302 81.1C231.36 79.3673 231.417 77.6347 231.472 75.902L229.005 78.3687C233.758 78.52 238.512 78.6601 243.265 78.789L246.228 78.7087L246.152 75.902C246.214 73.602 246.274 71.302 246.331 69.002L246.253 65.8615L243.265 65.9357C238.512 65.8177 233.758 65.7108 229.005 65.6151L232.392 69.002C232.424 67.4073 232.455 65.8127 232.484 64.218L229.005 67.6974C233.866 67.7875 238.726 67.866 243.587 67.9327L247.352 67.881L247.302 64.218C247.333 61.918 247.362 59.618 247.389 57.318L247.345 53.4734L243.587 53.5164C236.089 53.4306 228.591 53.3726 221.093 53.3424L217.102 53.3585L217.117 57.318C217.101 61.3737 217.093 65.4293 217.093 69.485C217.093 75.6567 217.263 81.8283 217.603 88L217.805 91.6714L221.093 91.4904C225.857 91.2282 230.621 90.8647 235.385 90.4C238.119 90.1333 240.853 89.8333 243.587 89.5ZM243.587 86.5V89.5L245.14 89.3106L245.087 88H242.087L243.587 86.5ZM276.747 89.5C276.747 88.5 276.747 87.5 276.747 86.5C274.11 86.1824 271.472 85.895 268.835 85.6379L271.197 88C271.21 87.8697 271.222 87.7393 271.235 87.609C271.618 83.63 271.933 79.651 272.178 75.672L272.371 72.5468L268.835 72.3286C264.588 72.0664 260.34 71.8828 256.093 71.7776L252.297 71.6837L252.199 75.672C252.128 78.5163 252.093 81.3607 252.093 84.205C252.093 85.47 252.094 86.735 252.095 88L256.093 84.0023C253.456 84.0055 250.818 84.0121 248.181 84.0221L252.159 88C252.12 77.7727 252.031 67.5453 251.891 57.318L248.181 61.0284C250.818 60.9924 253.456 60.953 256.093 60.9102L252.501 57.318C252.563 61.136 252.632 64.954 252.708 68.772L252.642 72.0886L256.093 72.1573C260.34 72.0728 264.588 71.9795 268.835 71.8775L271.864 71.9503L271.94 68.772C271.849 64.954 271.75 61.136 271.644 57.318L268.835 60.1273C271.472 60.0543 274.11 59.9778 276.747 59.898L274.167 57.318C274.393 64.7777 274.645 72.2373 274.925 79.697C275.028 82.4647 275.136 85.2323 275.247 88C276.247 88 277.247 88 278.247 88C278.358 85.2323 278.465 82.4647 278.569 79.697C278.849 72.2373 279.101 64.7777 279.327 57.318L279.247 54.6623L276.747 54.738C274.11 54.6582 271.472 54.5817 268.835 54.5087L265.95 54.5886L266.026 57.318C265.92 61.136 265.821 64.954 265.729 68.772L268.835 65.6665C264.588 65.5645 260.34 65.4712 256.093 65.3867L259.478 68.772C259.554 64.954 259.623 61.136 259.685 57.318L259.626 53.6685L256.093 53.7258C253.456 53.683 250.818 53.6436 248.181 53.6076L244.421 53.659L244.47 57.318C244.331 67.5453 244.242 77.7727 244.203 88L244.218 91.9929L248.181 91.9779C250.818 91.9879 253.456 91.9945 256.093 91.9977L260.095 91.9928L260.091 88C260.092 86.735 260.093 85.47 260.093 84.205C260.093 81.3607 260.058 78.5163 259.987 75.672L256.093 79.5664C260.34 79.4612 264.588 79.2776 268.835 79.0154L265.491 75.672C265.737 79.651 266.052 83.63 266.435 87.609C266.447 87.7393 266.46 87.8697 266.473 88L266.723 90.568L268.835 90.3621C271.472 90.105 274.11 89.8176 276.747 89.5ZM276.747 86.5V89.5L278.3 89.313L278.247 88H275.247L276.747 86.5ZM289.913 89.5C289.913 88.5 289.913 87.5 289.913 86.5C287.367 86.209 284.822 85.9435 282.277 85.7033L284.573 88C284.608 87.6293 284.643 87.2586 284.677 86.8879C285.578 77.0313 286.099 67.1746 286.238 57.318L282.277 61.2796C284.084 61.3052 285.892 61.318 287.699 61.318C288.529 61.318 289.359 61.3177 290.189 61.3171L286.19 57.318C286.194 63.344 286.214 69.37 286.25 75.396L286.217 88.0738L293.435 77.6263C297.539 71.5755 301.624 65.5116 305.689 59.4345L302.609 61.0557C305.338 61.0221 308.067 60.9851 310.797 60.945L307.17 57.318C307.32 67.5453 307.516 77.7727 307.758 88L310.797 84.9613C308.144 85.024 305.491 85.0897 302.839 85.1586L305.68 88C305.516 81.6827 305.335 75.3653 305.136 69.048L305.238 61.6342L300.94 67.7533C298.398 71.7454 295.863 75.743 293.336 79.7461C291.779 82.2136 290.225 84.6831 288.673 87.1548C289.5 87.7183 290.326 88.2817 291.152 88.8452C292.887 86.4987 294.618 84.1502 296.347 81.7996C299.152 77.9861 301.948 74.1671 304.737 70.3427L300.541 69.048C300.342 75.3653 300.161 81.6827 299.997 88L300.073 90.9132L302.839 90.8414C305.491 90.9103 308.144 90.976 310.797 91.0387L313.905 90.9652L313.835 88C314.077 77.7727 314.273 67.5453 314.424 57.318L314.369 53.6385L310.797 53.691C308.067 53.6509 305.338 53.6139 302.609 53.5803L300.596 53.6051L299.528 55.2015C295.313 61.1764 291.118 67.1645 286.942 73.1657L294.127 75.396C294.163 69.37 294.183 63.344 294.188 57.318L294.185 53.316L290.189 53.3189C289.359 53.3183 288.529 53.318 287.699 53.318C285.892 53.318 284.084 53.3308 282.277 53.3564L278.26 53.4133L278.315 57.318C278.455 67.1746 278.975 77.0313 279.877 86.8879C279.91 87.2586 279.945 87.6293 279.98 88L280.215 90.4912L282.277 90.2967C284.822 90.0565 287.367 89.791 289.913 89.5ZM289.913 86.5V89.5L290.805 89.398L291.152 88.8452L288.673 87.1548L289.913 86.5ZM338.821 89.5C338.821 88.5 338.821 87.5 338.821 86.5C336.087 86.1667 333.354 85.8667 330.62 85.6C325.856 85.1353 321.091 84.7718 316.327 84.5096L319.818 88C320.158 81.8283 320.327 75.6567 320.327 69.485C320.327 65.4293 320.319 61.3737 320.303 57.318L316.327 61.2935C323.825 61.2634 331.323 61.2054 338.821 61.1196L335.02 57.318C335.046 59.618 335.075 61.918 335.107 64.218L338.821 60.5033C333.961 60.57 329.1 60.6485 324.239 60.7386L320.826 60.6753L320.76 64.218C320.79 65.8127 320.82 67.4073 320.853 69.002L320.786 72.3193L324.239 72.3889C328.993 72.2932 333.746 72.1863 338.499 72.0683L335.433 69.002C335.49 71.302 335.55 73.602 335.612 75.902L338.499 73.015C333.746 73.1439 328.993 73.284 324.239 73.4353L321.854 73.3593L321.773 75.902C321.828 77.6347 321.884 79.3673 321.943 81.1L321.868 83.3173L324.239 83.3968C328.666 83.2483 333.093 83.0901 337.52 82.9222C337.954 82.9058 338.387 82.8892 338.821 82.8726L337.049 81.1C337.137 83.4 337.228 85.7 337.321 88C338.321 88 339.321 88 340.321 88C340.415 85.7 340.506 83.4 340.594 81.1L340.523 79.2621L338.821 79.3274C338.387 79.3108 337.954 79.2942 337.52 79.2778C333.093 79.1099 328.666 78.9517 324.239 78.8032L326.536 81.1C326.594 79.3673 326.651 77.6347 326.706 75.902L324.239 78.3687C328.993 78.52 333.746 78.6601 338.499 78.789L341.463 78.7087L341.386 75.902C341.449 73.602 341.509 71.302 341.566 69.002L341.488 65.8615L338.499 65.9357C333.746 65.8177 328.993 65.7108 324.239 65.6151L327.626 69.002C327.658 67.4073 327.689 65.8127 327.719 64.218L324.239 67.6974C329.1 67.7875 333.961 67.866 338.821 67.9327L342.586 67.881L342.536 64.218C342.568 61.918 342.597 59.618 342.623 57.318L342.579 53.4734L338.821 53.5164C331.323 53.4306 323.825 53.3726 316.327 53.3424L312.336 53.3585L312.352 57.318C312.336 61.3737 312.327 65.4293 312.327 69.485C312.327 75.6567 312.497 81.8283 312.837 88L313.039 91.6714L316.327 91.4904C321.091 91.2282 325.856 90.8647 330.62 90.4C333.354 90.1333 336.087 89.8333 338.821 89.5ZM338.821 86.5V89.5L340.375 89.3106L340.321 88H337.321L338.821 86.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_25405)'/%3E%3Cmask id='path-3-outside-2_7301_25405' maskUnits='userSpaceOnUse' x='0.932617' y='3' width='245' height='39' fill='black'%3E%3Crect fill='white' x='0.932617' y='3' width='245' height='39'/%3E%3Cpath d='M13.3286 38H5.69262V7.318H13.6046V25.396L26.0246 7.318H34.2126V38H26.2546V19.048L13.3286 38ZM68.3094 38H60.3974V25.672H47.6554V38H39.7434V7.318H47.6554V18.772H60.3974V7.318H68.3094V38ZM88.6051 38H80.6931V14.218H72.0911V7.318H97.1611V14.218H88.6051V38ZM123.421 38H100.927V7.318H123.421V14.218H108.839V19.002H123.099V25.902H108.839V31.1H123.421V38ZM135.927 38H128.015V7.318H143.379C150.279 7.318 154.051 11.964 154.051 17.53C154.051 23.05 150.279 27.696 143.379 27.696H135.927V38ZM142.321 20.796C144.437 20.796 146.001 19.6 146.001 17.53C146.001 15.414 144.437 14.218 142.321 14.218H135.927V20.796H142.321ZM186.139 38H178.227V25.672H165.485V38H157.573V7.318H165.485V18.772H178.227V7.318H186.139V38ZM214.163 38H191.669V7.318H214.163V14.218H199.581V19.002H213.841V25.902H199.581V31.1H214.163V38ZM233.523 38H225.611V14.218H217.009V7.318H242.079V14.218H233.523V38Z'/%3E%3C/mask%3E%3Cpath d='M13.3286 38H5.69262V7.318H13.6046V25.396L26.0246 7.318H34.2126V38H26.2546V19.048L13.3286 38ZM68.3094 38H60.3974V25.672H47.6554V38H39.7434V7.318H47.6554V18.772H60.3974V7.318H68.3094V38ZM88.6051 38H80.6931V14.218H72.0911V7.318H97.1611V14.218H88.6051V38ZM123.421 38H100.927V7.318H123.421V14.218H108.839V19.002H123.099V25.902H108.839V31.1H123.421V38ZM135.927 38H128.015V7.318H143.379C150.279 7.318 154.051 11.964 154.051 17.53C154.051 23.05 150.279 27.696 143.379 27.696H135.927V38ZM142.321 20.796C144.437 20.796 146.001 19.6 146.001 17.53C146.001 15.414 144.437 14.218 142.321 14.218H135.927V20.796H142.321ZM186.139 38H178.227V25.672H165.485V38H157.573V7.318H165.485V18.772H178.227V7.318H186.139V38ZM214.163 38H191.669V7.318H214.163V14.218H199.581V19.002H213.841V25.902H199.581V31.1H214.163V38ZM233.523 38H225.611V14.218H217.009V7.318H242.079V14.218H233.523V38Z' fill='white'/%3E%3Cpath d='M13.3286 39.5C13.3286 38.5 13.3286 37.5 13.3286 36.5C10.7833 36.209 8.23795 35.9435 5.69262 35.7033L7.9893 38C8.02428 37.6293 8.05872 37.2586 8.09262 36.8879C8.99399 27.0313 9.51452 17.1746 9.6542 7.318L5.69262 11.2796C7.50009 11.3052 9.30756 11.318 11.115 11.318C11.9449 11.318 12.7748 11.3177 13.6046 11.3171L9.60552 7.318C9.60987 13.344 9.63005 19.37 9.66604 25.396L9.63272 38.0738L16.8509 27.6263C20.9549 21.5755 25.0397 15.5116 29.1054 9.43454L26.0246 11.0557C28.754 11.0221 31.4833 10.9851 34.2126 10.945L30.5857 7.318C30.7362 17.5453 30.9323 27.7727 31.1739 38L34.2126 34.9613C31.5599 35.024 28.9073 35.0897 26.2546 35.1586L29.0961 38C28.9322 31.6827 28.751 25.3653 28.5523 19.048L28.654 11.6342L24.3564 17.7533C21.8137 21.7454 19.279 25.743 16.7524 29.7461C15.195 32.2136 13.6407 34.6831 12.0894 37.1548C12.9155 37.7183 13.7417 38.2817 14.5678 38.8452C16.3027 36.4987 18.0345 34.1502 19.7632 31.7996C22.5678 27.9861 25.3644 24.1671 28.1528 20.3427L23.9569 19.048C23.7583 25.3653 23.577 31.6827 23.4132 38L23.4887 40.9132L26.2546 40.8414C28.9073 40.9103 31.56 40.976 34.2126 41.0387L37.3214 40.9652L37.2513 38C37.4929 27.7727 37.689 17.5453 37.8396 7.318L37.7854 3.63845L34.2126 3.69104C31.4833 3.65087 28.754 3.61394 26.0246 3.58025L24.0119 3.60509L22.9439 5.20146C18.7295 11.1764 14.5343 17.1645 10.3583 23.1657L17.5432 25.396C17.5792 19.37 17.5994 13.344 17.6037 7.318L17.6008 3.31601L13.6046 3.3189C12.7748 3.3183 11.9449 3.318 11.115 3.318C9.30756 3.318 7.50009 3.3308 5.69262 3.35642L1.67571 3.41334L1.73104 7.318C1.87071 17.1746 2.39124 27.0313 3.29262 36.8879C3.32652 37.2586 3.36095 37.6293 3.39593 38L3.63099 40.4912L5.69262 40.2967C8.23795 40.0565 10.7833 39.791 13.3286 39.5ZM13.3286 36.5V39.5L14.2209 39.398L14.5678 38.8452L12.0894 37.1548L13.3286 36.5ZM68.3094 39.5C68.3094 38.5 68.3094 37.5 68.3094 36.5C65.6721 36.1824 63.0347 35.895 60.3974 35.6379L62.7595 38C62.7722 37.8697 62.7848 37.7393 62.7974 37.609C63.1808 33.63 63.4953 29.651 63.7408 25.672L63.9337 22.5468L60.3974 22.3286C56.1501 22.0664 51.9027 21.8828 47.6554 21.7776L43.8597 21.6837L43.761 25.672C43.6906 28.5163 43.6554 31.3607 43.6554 34.205C43.6554 35.47 43.6562 36.735 43.6577 38L47.6554 34.0023C45.0181 34.0055 42.3807 34.0121 39.7434 34.0221L43.7213 38C43.6827 27.7727 43.5935 17.5453 43.4538 7.318L39.7434 11.0284C42.3807 10.9924 45.0181 10.953 47.6554 10.9102L44.0632 7.318C44.1251 11.136 44.1941 14.954 44.2701 18.772L44.204 22.0886L47.6554 22.1573C51.9027 22.0728 56.1501 21.9795 60.3974 21.8775L63.4266 21.9503L63.5029 18.772C63.4112 14.954 63.3125 11.136 63.2067 7.318L60.3974 10.1273C63.0347 10.0543 65.6721 9.97783 68.3094 9.89804L65.7294 7.318C65.9551 14.7777 66.2077 22.2373 66.4872 29.697C66.5909 32.4647 66.6983 35.2323 66.8094 38C67.8094 38 68.8094 38 69.8094 38C69.9205 35.2323 70.0279 32.4647 70.1316 29.697C70.4111 22.2373 70.6637 14.7777 70.8894 7.318L70.8091 4.66233L68.3094 4.73796C65.6721 4.65816 63.0347 4.58173 60.3974 4.50866L57.5124 4.58859L57.5881 7.318C57.4823 11.136 57.3836 14.954 57.2919 18.772L60.3974 15.6665C56.1501 15.5645 51.9027 15.4712 47.6554 15.3867L51.0407 18.772C51.1167 14.954 51.1857 11.136 51.2476 7.318L51.1884 3.66851L47.6554 3.72579C45.0181 3.68303 42.3807 3.64363 39.7434 3.60759L35.983 3.65897L36.033 7.318C35.8932 17.5453 35.8041 27.7727 35.7655 38L35.7806 41.9929L39.7434 41.9779C42.3807 41.9879 45.0181 41.9945 47.6554 41.9977L51.658 41.9928L51.6531 38C51.6546 36.735 51.6554 35.47 51.6554 34.205C51.6554 31.3607 51.6202 28.5163 51.5498 25.672L47.6554 29.5664C51.9027 29.4612 56.1501 29.2776 60.3974 29.0154L57.054 25.672C57.2995 29.651 57.614 33.63 57.9974 37.609C58.01 37.7393 58.0226 37.8697 58.0353 38L58.2856 40.568L60.3974 40.3621C63.0347 40.105 65.6721 39.8176 68.3094 39.5ZM68.3094 36.5V39.5L69.8621 39.313L69.8094 38H66.8094L68.3094 36.5ZM88.6051 39.5C88.6051 38.5 88.6051 37.5 88.6051 36.5C86.7467 36.1667 84.8883 35.8667 83.0299 35.6C82.251 35.4882 81.472 35.3823 80.6931 35.2823L83.4109 38C84.2657 31.3453 84.6931 24.6907 84.6931 18.036C84.6931 16.7633 84.6914 15.4907 84.6879 14.218L84.6988 10.2341L80.6931 10.2232C77.8258 10.231 74.9584 10.2477 72.0911 10.2731L76.036 14.218C76.0155 11.918 75.9894 9.618 75.9577 7.318L72.0911 11.1846C80.4478 11.0691 88.8044 10.8788 97.1611 10.6136L93.8655 7.318C93.9385 9.618 94.0171 11.918 94.1015 14.218L97.1611 11.1584C94.3091 11.263 91.4571 11.3763 88.6051 11.4983L86.0065 11.3871L85.8854 14.218C86.1451 20.2869 86.4442 26.3559 86.7829 32.4248C86.8866 34.2832 86.994 36.1416 87.1051 38C88.1051 38 89.1051 38 90.1051 38C90.2162 36.1416 90.3236 34.2832 90.4273 32.4248C90.766 26.3559 91.0652 20.2869 91.3248 14.218L88.6051 16.9377C91.4571 17.0597 94.3091 17.173 97.1611 17.2776L100.329 17.1615L100.221 14.218C100.305 11.918 100.384 9.618 100.457 7.318L100.349 3.92121L97.1611 4.02238C88.8044 3.75717 80.4478 3.56685 72.0911 3.45143L68.1719 3.50556L68.2245 7.318C68.1928 9.618 68.1667 11.918 68.1462 14.218L68.1816 18.1976L72.0911 18.1629C74.9584 18.1883 77.8258 18.205 80.6931 18.2128L76.6983 14.218C76.6948 15.4907 76.6931 16.7633 76.6931 18.036C76.6931 24.6907 77.1205 31.3453 77.9754 38L78.3629 41.0171L80.6931 40.7177C81.472 40.6177 82.251 40.5118 83.0299 40.4C84.8883 40.1333 86.7467 39.8333 88.6051 39.5ZM88.6051 36.5V39.5L90.1779 39.2179L90.1051 38H87.1051L88.6051 36.5ZM123.421 39.5C123.421 38.5 123.421 37.5 123.421 36.5C120.687 36.1667 117.953 35.8667 115.219 35.6C110.455 35.1353 105.691 34.7718 100.927 34.5096L104.417 38C104.757 31.8283 104.927 25.6567 104.927 19.485C104.927 15.4293 104.919 11.3737 104.903 7.318L100.927 11.2935C108.425 11.2634 115.923 11.2054 123.421 11.1196L119.619 7.318C119.646 9.618 119.675 11.918 119.706 14.218L123.421 10.5033C118.56 10.57 113.7 10.6485 108.839 10.7386L105.425 10.6753L105.36 14.218C105.389 15.8127 105.42 17.4073 105.452 19.002L105.385 22.3193L108.839 22.3889C113.592 22.2932 118.346 22.1863 123.099 22.0683L120.033 19.002C120.09 21.302 120.15 23.602 120.212 25.902L123.099 23.015C118.346 23.1439 113.592 23.284 108.839 23.4353L106.453 23.3593L106.372 25.902C106.427 27.6347 106.484 29.3673 106.542 31.1L106.468 33.3173L108.839 33.3968C113.266 33.2483 117.692 33.0901 122.119 32.9222C122.553 32.9058 122.987 32.8892 123.421 32.8726L121.648 31.1C121.737 33.4 121.828 35.7 121.921 38C122.921 38 123.921 38 124.921 38C125.014 35.7 125.105 33.4 125.194 31.1L125.123 29.2621L123.421 29.3274C122.987 29.3108 122.553 29.2942 122.119 29.2778C117.692 29.1099 113.266 28.9517 108.839 28.8032L111.136 31.1C111.194 29.3673 111.251 27.6347 111.306 25.902L108.839 28.3687C113.592 28.52 118.346 28.6601 123.099 28.789L126.062 28.7087L125.986 25.902C126.048 23.602 126.108 21.302 126.165 19.002L126.087 15.8615L123.099 15.9357C118.346 15.8177 113.592 15.7108 108.839 15.6151L112.226 19.002C112.258 17.4073 112.289 15.8127 112.318 14.218L108.839 17.6974C113.7 17.7875 118.56 17.866 123.421 17.9327L127.186 17.881L127.136 14.218C127.167 11.918 127.196 9.618 127.223 7.318L127.179 3.47341L123.421 3.51643C115.923 3.43058 108.425 3.37259 100.927 3.34245L96.9355 3.35849L96.9514 7.318C96.9351 11.3737 96.927 15.4293 96.927 19.485C96.927 25.6567 97.0969 31.8283 97.4366 38L97.6387 41.6714L100.927 41.4904C105.691 41.2282 110.455 40.8647 115.219 40.4C117.953 40.1333 120.687 39.8333 123.421 39.5ZM123.421 36.5V39.5L124.974 39.3106L124.921 38H121.921L123.421 36.5ZM135.927 39.5C135.927 38.5 135.927 37.5 135.927 36.5C134.179 36.1667 132.43 35.8667 130.682 35.6C129.793 35.4644 128.904 35.3374 128.015 35.219L130.796 38C131.609 31.8962 132.015 25.7925 132.015 19.6887C132.015 15.5652 131.994 11.4416 131.953 7.318L128.015 11.2562C133.136 11.205 138.258 11.122 143.379 11.0073C147.637 10.8195 150.645 13.2844 150.845 17.53C151.128 21.6767 148.138 25.0294 143.379 25.1948C140.895 25.3171 138.411 25.4468 135.927 25.584L133.938 25.4741L133.815 27.696C133.908 29.3825 134.005 31.0689 134.105 32.7553C134.208 34.5036 134.316 36.2518 134.427 38C135.427 38 136.427 38 137.427 38C137.538 36.2518 137.645 34.5036 137.749 32.7553C137.849 31.0689 137.946 29.3825 138.039 27.696L135.927 29.808C138.411 29.9452 140.895 30.0749 143.379 30.1972C149.832 31.1054 157.592 24.8034 157.257 17.53C158.09 10.3364 150.375 3.06372 143.379 3.62872C138.258 3.51397 133.136 3.431 128.015 3.37981L124.038 3.41956L124.077 7.318C124.035 11.4416 124.015 15.5652 124.015 19.6887C124.015 25.7925 124.421 31.8962 125.234 38L125.646 41.0964L128.015 40.781C128.904 40.6626 129.793 40.5356 130.682 40.4C132.43 40.1333 134.179 39.8333 135.927 39.5ZM135.927 36.5V39.5L137.503 39.1995L137.427 38H134.427L135.927 36.5ZM142.321 16.796C142.321 19.4627 142.321 22.1293 142.321 24.796C143.19 24.795 144.121 24.6823 145.092 24.3589C147.724 23.7334 150.247 20.2012 150.001 17.53C150.055 15.7724 149.224 13.3692 147.492 11.9881C145.797 10.5872 143.89 10.2228 142.321 10.218C140.19 10.218 138.058 10.218 135.927 10.218H131.927V14.218C131.927 16.4107 131.927 18.6033 131.927 20.796V24.796H135.927C137.55 24.796 139.173 24.796 140.796 24.796C141.305 24.796 141.813 24.796 142.321 24.796C142.321 22.1293 142.321 19.4627 142.321 16.796C141.813 16.796 141.305 16.796 140.796 16.796C139.173 16.796 137.55 16.796 135.927 16.796L139.927 20.796C139.927 18.6033 139.927 16.4107 139.927 14.218L135.927 18.218C138.058 18.218 140.19 18.218 142.321 18.218C142.602 18.2106 142.614 18.3189 142.357 18.1221C142.239 18.0283 142.108 17.8499 142.054 17.7109C141.995 17.5704 142.001 17.4955 142.001 17.53C141.995 17.5598 142.014 17.3159 142.184 17.088C142.347 16.8559 142.554 16.7677 142.551 16.773C142.556 16.7725 142.467 16.7969 142.321 16.796ZM142.321 24.796V16.796V24.796ZM186.139 39.5C186.139 38.5 186.139 37.5 186.139 36.5C183.502 36.1824 180.865 35.895 178.227 35.6379L180.59 38C180.602 37.8697 180.615 37.7393 180.627 37.609C181.011 33.63 181.325 29.651 181.571 25.672L181.764 22.5468L178.227 22.3286C173.98 22.0664 169.733 21.8828 165.485 21.7776L161.69 21.6837L161.591 25.672C161.521 28.5163 161.485 31.3607 161.485 34.205C161.485 35.47 161.486 36.735 161.488 38L165.485 34.0023C162.848 34.0055 160.211 34.0121 157.573 34.0221L161.551 38C161.513 27.7727 161.424 17.5453 161.284 7.318L157.573 11.0284C160.211 10.9924 162.848 10.953 165.485 10.9102L161.893 7.318C161.955 11.136 162.024 14.954 162.1 18.772L162.034 22.0886L165.485 22.1573C169.733 22.0728 173.98 21.9795 178.227 21.8775L181.257 21.9503L181.333 18.772C181.241 14.954 181.143 11.136 181.037 7.318L178.227 10.1273C180.865 10.0543 183.502 9.97783 186.139 9.89804L183.559 7.318C183.785 14.7777 184.038 22.2373 184.317 29.697C184.421 32.4647 184.528 35.2323 184.639 38C185.639 38 186.639 38 187.639 38C187.751 35.2323 187.858 32.4647 187.962 29.697C188.241 22.2373 188.494 14.7777 188.72 7.318L188.639 4.66233L186.139 4.73796C183.502 4.65816 180.865 4.58173 178.227 4.50866L175.343 4.58859L175.418 7.318C175.312 11.136 175.214 14.954 175.122 18.772L178.227 15.6665C173.98 15.5645 169.733 15.4712 165.485 15.3867L168.871 18.772C168.947 14.954 169.016 11.136 169.078 7.318L169.019 3.66851L165.485 3.72579C162.848 3.68303 160.211 3.64363 157.573 3.60759L153.813 3.65897L153.863 7.318C153.723 17.5453 153.634 27.7727 153.596 38L153.611 41.9929L157.573 41.9779C160.211 41.9879 162.848 41.9945 165.485 41.9977L169.488 41.9928L169.483 38C169.485 36.735 169.485 35.47 169.485 34.205C169.485 31.3607 169.45 28.5163 169.38 25.672L165.485 29.5664C169.733 29.4612 173.98 29.2776 178.227 29.0154L174.884 25.672C175.13 29.651 175.444 33.63 175.827 37.609C175.84 37.7393 175.853 37.8697 175.865 38L176.116 40.568L178.227 40.3621C180.865 40.105 183.502 39.8176 186.139 39.5ZM186.139 36.5V39.5L187.692 39.313L187.639 38H184.639L186.139 36.5ZM214.163 39.5C214.163 38.5 214.163 37.5 214.163 36.5C211.429 36.1667 208.695 35.8667 205.961 35.6C201.197 35.1353 196.433 34.7718 191.669 34.5096L195.16 38C195.499 31.8283 195.669 25.6567 195.669 19.485C195.669 15.4293 195.661 11.3737 195.645 7.318L191.669 11.2935C199.167 11.2634 206.665 11.2054 214.163 11.1196L210.362 7.318C210.388 9.618 210.417 11.918 210.448 14.218L214.163 10.5033C209.303 10.57 204.442 10.6485 199.581 10.7386L196.168 10.6753L196.102 14.218C196.131 15.8127 196.162 17.4073 196.194 19.002L196.128 22.3193L199.581 22.3889C204.335 22.2932 209.088 22.1863 213.841 22.0683L210.775 19.002C210.832 21.302 210.892 23.602 210.954 25.902L213.841 23.015C209.088 23.1439 204.335 23.284 199.581 23.4353L197.195 23.3593L197.114 25.902C197.17 27.6347 197.226 29.3673 197.284 31.1L197.21 33.3173L199.581 33.3968C204.008 33.2483 208.435 33.0901 212.861 32.9222C213.295 32.9058 213.729 32.8892 214.163 32.8726L212.391 31.1C212.479 33.4 212.57 35.7 212.663 38C213.663 38 214.663 38 215.663 38C215.757 35.7 215.848 33.4 215.936 31.1L215.865 29.2621L214.163 29.3274C213.729 29.3108 213.295 29.2942 212.861 29.2778C208.435 29.1099 204.008 28.9517 199.581 28.8032L201.878 31.1C201.936 29.3673 201.993 27.6347 202.048 25.902L199.581 28.3687C204.335 28.52 209.088 28.6601 213.841 28.789L216.804 28.7087L216.728 25.902C216.791 23.602 216.85 21.302 216.907 19.002L216.829 15.8615L213.841 15.9357C209.088 15.8177 204.335 15.7108 199.581 15.6151L202.968 19.002C203 17.4073 203.031 15.8127 203.061 14.218L199.581 17.6974C204.442 17.7875 209.303 17.866 214.163 17.9327L217.928 17.881L217.878 14.218C217.909 11.918 217.938 9.618 217.965 7.318L217.921 3.47341L214.163 3.51643C206.665 3.43058 199.167 3.37259 191.669 3.34245L187.678 3.35849L187.694 7.318C187.677 11.3737 187.669 15.4293 187.669 19.485C187.669 25.6567 187.839 31.8283 188.179 38L188.381 41.6714L191.669 41.4904C196.433 41.2282 201.197 40.8647 205.961 40.4C208.695 40.1333 211.429 39.8333 214.163 39.5ZM214.163 36.5V39.5L215.716 39.3106L215.663 38H212.663L214.163 36.5ZM233.523 39.5C233.523 38.5 233.523 37.5 233.523 36.5C231.665 36.1667 229.806 35.8667 227.948 35.6C227.169 35.4882 226.39 35.3823 225.611 35.2823L228.329 38C229.184 31.3453 229.611 24.6907 229.611 18.036C229.611 16.7633 229.609 15.4907 229.606 14.218L229.617 10.2341L225.611 10.2232C222.744 10.231 219.876 10.2477 217.009 10.2731L220.954 14.218C220.934 11.918 220.907 9.618 220.876 7.318L217.009 11.1846C225.366 11.0691 233.722 10.8788 242.079 10.6136L238.783 7.318C238.856 9.618 238.935 11.918 239.019 14.218L242.079 11.1584C239.227 11.263 236.375 11.3763 233.523 11.4983L230.924 11.3871L230.803 14.218C231.063 20.2869 231.362 26.3559 231.701 32.4248C231.805 34.2832 231.912 36.1416 232.023 38C233.023 38 234.023 38 235.023 38C235.134 36.1416 235.242 34.2832 235.345 32.4248C235.684 26.3559 235.983 20.2869 236.243 14.218L233.523 16.9377C236.375 17.0597 239.227 17.173 242.079 17.2776L245.247 17.1615L245.139 14.218C245.223 11.918 245.302 9.618 245.375 7.318L245.267 3.92121L242.079 4.02238C233.722 3.75717 225.366 3.56685 217.009 3.45143L213.09 3.50556L213.143 7.318C213.111 9.618 213.085 11.918 213.064 14.218L213.1 18.1976L217.009 18.1629C219.876 18.1883 222.744 18.205 225.611 18.2128L221.616 14.218C221.613 15.4907 221.611 16.7633 221.611 18.036C221.611 24.6907 222.038 31.3453 222.893 38L223.281 41.0171L225.611 40.7177C226.39 40.6177 227.169 40.5118 227.948 40.4C229.806 40.1333 231.665 39.8333 233.523 39.5ZM233.523 36.5V39.5L235.096 39.2179L235.023 38H232.023L233.523 36.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_25405)'/%3E%3Cmask id='path-5-outside-3_7301_25405' maskUnits='userSpaceOnUse' x='245.933' y='10' width='27' height='30' fill='black'%3E%3Crect fill='white' x='245.933' y='10' width='27' height='30'/%3E%3Cpath d='M262.933 26.4936L263.242 34.8083L258.409 35L258.1 26.6853L251.1 26.963L250.933 22.4395L257.932 22.1618L257.636 14.1917L262.469 14L262.765 21.97L269.765 21.6923L269.933 26.2159L262.933 26.4936Z'/%3E%3C/mask%3E%3Cpath d='M262.933 26.4936L263.242 34.8083L258.409 35L258.1 26.6853L251.1 26.963L250.933 22.4395L257.932 22.1618L257.636 14.1917L262.469 14L262.765 21.97L269.765 21.6923L269.933 26.2159L262.933 26.4936Z' fill='white'/%3E%3Cpath d='M264.432 26.438C263.433 26.475 262.433 26.5121 261.434 26.5492C261.15 27.883 260.899 29.2155 260.682 30.5468C260.443 32.0078 260.245 33.4673 260.086 34.9253L263.116 31.6532C261.496 31.4814 259.878 31.3591 258.261 31.2863L262.123 34.8622C262.229 32.6309 262.241 30.4031 262.158 28.1787C262.138 27.6315 262.117 27.0843 262.095 26.5371L261.956 22.5404L257.942 22.6904C255.609 22.7883 253.276 22.8979 250.944 23.0189L255.045 26.8166C254.971 25.3095 254.891 23.8025 254.807 22.2957L251.086 26.3139C253.418 26.1779 255.749 26.0304 258.079 25.8713L261.675 25.8312L261.642 22.0241C261.468 19.3702 261.279 16.7169 261.074 14.0642L257.773 17.6293C259.381 17.5014 260.99 17.3679 262.598 17.2289L259.24 14.1198C259.463 16.7719 259.7 19.4234 259.952 22.0744L259.897 24.7288L262.877 24.7828C265.205 24.5553 267.532 24.3162 269.859 24.0656L267.391 21.7804C267.549 23.2845 267.712 24.7883 267.88 26.292L269.851 24.1635C268.842 24.2787 267.833 24.396 266.825 24.5155C265.507 24.6716 264.19 24.8313 262.874 24.9948C262.913 25.994 262.953 26.9932 262.993 27.9924C264.318 28.051 265.644 28.1059 266.969 28.1571C267.984 28.1963 268.999 28.2334 270.014 28.2682L272.195 28.0193L271.985 26.1397C272.041 24.6277 272.092 23.1159 272.138 21.6043L271.873 19.0819L269.671 19.3191C267.331 19.2536 264.992 19.1997 262.654 19.1573L265.578 21.8657C265.633 19.2033 265.674 16.5414 265.699 13.8802L265.416 10.5054L262.341 10.7711C260.727 10.7599 259.114 10.7543 257.5 10.7541L253.946 11.0369L254.199 14.3193C254.191 16.9799 254.199 19.6399 254.222 22.2994L257.785 18.4522C255.449 18.4783 253.114 18.5159 250.779 18.5651L246.847 18.7944L247.058 22.5832C247.086 24.0921 247.118 25.6008 247.156 27.1094L247.353 31.1097L251.257 30.9071C253.591 30.843 255.925 30.7674 258.259 30.6803L254.105 26.8336C254.124 27.3809 254.143 27.9281 254.164 28.4754C254.246 30.6997 254.423 32.9205 254.694 35.1378L255.184 39.1351L258.556 38.7137C260.161 38.5131 261.765 38.263 263.367 37.9633L266.879 37.3061L266.397 34.6912C266.131 33.2489 265.825 31.8081 265.478 30.3688C265.163 29.0573 264.814 27.747 264.432 26.438ZM261.434 26.5492L264.432 26.438L262.993 27.9924L262.874 24.9948L261.775 24.9462L261.434 26.5492Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_25405)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .speed {
    font-size: 18px;
    padding: 8px 15px;
  }
  #first_screen .cta .points {
    margin-bottom: 130px;
  }
  #first_screen .cta .points .point {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #first_screen .cta .bubble {
    top: 110px;
  }
  #first_screen .cta .discount-block {
    margin-left: 45px;
  }
  #first_screen .cta .discount-block:before {
    top: 59%;
  }
  #first_screen .cta .discount-block .old_price {
    left: -37px;
    bottom: -120px;
  }
  #first_screen .cta .discount-block .bottom-quote-row {
    justify-content: center;
    left: 0;
    bottom: 13px;
  }
  #first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > * {
    color: #FCDA40;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
  }
  #first_screen .cta .form-block:before {
    background-image: url(../img/img-may2026-inet-375.png);
    width: 329px;
    height: 329px;
    top: -320px;
    right: -65px;
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
}

/*** Tarifi ***/
.tarifi-internet {
  background: #f2f6fa;
  padding: 80px 0 90px;
}
.tarifi-internet h2 {
  margin-bottom: 50px;
}
.tarifi-internet .mode-switch {
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  background-color: #f6f7fb;
  border-radius: 48px;
  margin: 0 auto 50px;
}
.tarifi-internet .mode-switch a {
  padding: 20px 48px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a.active {
  background-color: #FFF;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  cursor: default;
  transition: all 0.2s;
}
.tarifi-internet .tarifi-points {
  margin: 0 -25px;
}
.tarifi-internet .tarifi-points [data-control-this*=unlimited]:not([data-control-this*=two-years]) {
  display: none;
}
.tarifi-internet .tarifi-points .single-tarif {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 384px;
  min-height: 474px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 39px 50px 50px;
  margin: 0 25px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .pack-header path {
  fill: #EC327D;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .list .list-item .icon-point svg path {
  fill: #EC327D;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .button {
  background: #EC327D;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .pack-header path {
  fill: #197AC0;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item a {
  color: #197AC0;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item .icon-point svg path {
  fill: #197AC0;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .button {
  background: #197AC0;
}
.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: #EC327D;
}
.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: #EC327D;
  color: #FFF;
  min-width: 290px;
  width: auto;
  height: 62px;
  padding: 0 20px;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button:hover {
  background: #197AC0;
  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;
}