@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1065px;
  --breakpoint-xl: 1350px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 1065px) {
  .container {
    max-width: 1130px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1175px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1065px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1350px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1064.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1065px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1349.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1350px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-offwhite {
  background-color: #f8f8f8;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-pattern-gold {
  background-size: cover;
  max-height: 420px;
}
@media (max-width: 1064.98px) {
  .bg-pattern-gold {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .bg-pattern-gold {
    height: 390px;
  }
}

.bg-pattern-red {
  background-size: cover;
  height: 500px;
}
@media (max-width: 1064.98px) {
  .bg-pattern-red {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .bg-pattern-red {
    height: 305px;
  }
}

.bg-dropshadow {
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.08);
}

.pattern-gold-tree {
  background-image: url("data:image/svg+xml,%3Csvg width='521' height='420' viewBox='0 0 521 420' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1081_3885' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='521' height='420'%3E%3Crect width='521' height='420' fill='%23970639'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1081_3885)'%3E%3Crect width='521' height='600' fill='%23C8A568'/%3E%3Cpath opacity='0.05' d='M439.825 150.615C434.217 139.744 439.434 127.667 444.949 114.9C445.331 114.024 445.691 113.138 446.062 112.252C448.269 111.531 450.939 110.84 453.732 110.109C465.773 106.997 482.258 102.731 485.587 88.9126C486.598 84.7084 484.783 80.9576 480.979 78.8967C489.402 73.8888 501.587 65.264 505.113 55.6501C506.494 51.8993 506.504 48.674 505.164 46.067C504.061 43.934 502.206 42.6768 500.69 42.1513L498.072 40.925C505.37 32.3003 521.143 11.9286 520.999 -2.69333C520.896 -13.245 515.556 -15.8005 513.267 -16.4085C512.432 -16.6352 511.803 -16.6661 511.494 -16.6558L504.236 -16.7382C504.546 -27.9906 502.979 -57.389 478.99 -65.1585L478.082 -65.4058C453.341 -70.898 436.795 -46.456 431.238 -36.6256L424.908 -40.2631C424.702 -40.3868 424.114 -40.6959 423.249 -40.9329C420.97 -41.5408 415.094 -41.9943 409.568 -33.0501C401.857 -20.5612 404.847 4.91125 406.641 16.0194L403.682 15.7412C402.486 15.5248 400.208 15.3908 397.857 16.8643C395.373 18.4203 393.723 21.1922 392.961 25.0975C391.002 35.1546 397.002 48.7255 401.641 57.2884C397.27 57.0823 393.806 59.3699 392.486 63.5432C388.187 77.0831 400.125 89.098 408.847 97.8671C411.507 100.546 414.022 103.071 415.63 105.173C415.64 105.193 415.661 105.224 415.671 105.235C415.187 106.162 414.888 106.976 414.764 107.749C413.434 116.219 411.311 123.226 409.249 129.996C403.96 147.452 399.383 162.527 410.723 191.915C421.981 221.035 398.022 257.606 375.909 286.2C353.343 315.372 337.498 318.504 313.519 323.224C306.437 324.625 298.426 326.202 289.458 328.613C276.283 332.147 263.097 334.332 249.149 336.64C230.748 339.69 211.707 342.843 190.841 349.428C182.831 351.952 175.666 354.415 169.192 356.899C168.141 357.3 167.089 357.713 166.048 358.125C153.687 363.05 144.017 368.048 135.997 373.602C133.244 359.258 122.069 314.383 83.9259 266.364C123.039 237.43 166.543 203.714 197.789 170.791C234.552 132.047 239.356 106.038 243.211 85.1308C245.696 71.663 247.654 61.0289 257.994 50.2917C298.076 8.63115 297.53 -78.3481 297.231 -125.078C297.21 -128.767 297.189 -132.199 297.189 -135.342C297.189 -158.928 309.663 -174.509 320.673 -188.244C331.116 -201.29 340.982 -213.603 335.601 -229.142C333.776 -234.398 341.663 -243.187 348.621 -250.936C351.559 -254.203 354.394 -257.407 356.827 -260.571C358.487 -260.231 360.281 -259.819 362.126 -259.396C374.219 -256.604 390.785 -252.791 400.033 -263.549C402.847 -266.815 402.95 -270.999 400.517 -274.595C410.269 -275.162 425.011 -277.202 432.527 -284.137C435.454 -286.837 436.949 -289.701 436.939 -292.648C436.939 -295.059 435.867 -297.038 434.764 -298.202L433.001 -300.511C443.413 -304.818 466.681 -315.658 473.227 -328.745C477.938 -338.183 474.381 -342.923 472.629 -344.531C472 -345.118 471.443 -345.438 471.165 -345.572L464.763 -349.003C470.165 -358.875 482.196 -385.769 464.474 -403.76L463.784 -404.399C444.351 -420.721 418.527 -406.604 409.115 -400.422L405.156 -406.584C405.032 -406.79 404.651 -407.336 403.991 -407.944C402.249 -409.531 397.239 -412.653 388.26 -407.243C375.724 -399.69 366.755 -375.64 363.281 -364.913L360.786 -366.531C359.827 -367.273 357.858 -368.447 355.106 -368.221C352.188 -367.984 349.456 -366.273 347.003 -363.151C340.673 -355.103 339.807 -340.244 340.013 -330.476C336.23 -332.681 332.116 -332.238 329.034 -329.136C319.034 -319.069 324.148 -302.86 327.879 -291.03C329.024 -287.414 330.096 -284.013 330.56 -281.386C330.694 -280.654 330.745 -279.5 330.756 -278.078C298.014 -254.955 243.16 -192.644 234.356 -130.107C229.077 -92.6094 209.83 -45.5184 178.707 6.07567C145.461 61.1835 110.534 102.679 97.0597 117.961C79.5961 137.755 51.5555 155.767 21.8654 174.83C13.6594 180.096 5.19571 185.526 -3.23709 191.132C-11.6699 185.537 -20.1337 180.106 -28.3397 174.83C-58.0297 155.767 -86.0807 137.755 -103.534 117.961C-117.008 102.679 -151.935 61.1835 -185.182 6.07565C-216.305 -45.5184 -235.552 -92.6094 -240.83 -130.107C-249.789 -193.726 -306.385 -257.088 -338.89 -279.222C-338.859 -280.108 -338.807 -280.86 -338.714 -281.386C-338.24 -284.003 -337.168 -287.414 -336.034 -291.031C-332.302 -302.86 -327.199 -319.069 -337.189 -329.136C-340.271 -332.238 -344.374 -332.671 -348.157 -330.476C-347.962 -340.244 -348.828 -355.103 -355.157 -363.151C-357.611 -366.273 -360.332 -367.984 -363.25 -368.221C-366.013 -368.447 -367.982 -367.283 -368.941 -366.531L-371.435 -364.913C-374.909 -375.629 -383.889 -399.68 -396.414 -407.243C-405.393 -412.653 -410.404 -409.541 -412.146 -407.944C-412.816 -407.336 -413.187 -406.79 -413.311 -406.584L-417.269 -400.422C-426.682 -406.604 -452.506 -420.721 -471.938 -404.399L-472.629 -403.76C-490.35 -385.769 -478.32 -358.875 -472.918 -349.003L-479.32 -345.572C-479.588 -345.427 -480.144 -345.108 -480.783 -344.531C-482.536 -342.934 -486.093 -338.183 -481.371 -328.745C-474.825 -315.658 -451.557 -304.818 -441.145 -300.511L-442.908 -298.202C-444.011 -297.038 -445.083 -295.07 -445.083 -292.648C-445.094 -289.712 -443.599 -286.837 -440.671 -284.137C-433.156 -277.202 -418.414 -275.162 -408.661 -274.595C-411.094 -271.009 -410.991 -266.826 -408.177 -263.549C-398.93 -252.781 -382.363 -256.604 -370.27 -259.396C-367.858 -259.953 -365.559 -260.468 -363.497 -260.849C-361.033 -257.593 -358.106 -254.306 -355.085 -250.936C-348.127 -243.187 -340.24 -234.398 -342.065 -229.142C-347.446 -213.603 -337.591 -201.29 -327.137 -188.244C-316.127 -174.498 -303.653 -158.918 -303.653 -135.342C-303.653 -132.199 -303.674 -128.767 -303.694 -125.078C-303.993 -78.3482 -304.54 8.63113 -264.458 50.2917C-254.118 61.0289 -252.16 71.663 -249.675 85.1308C-245.819 106.038 -241.015 132.047 -204.253 170.791C-172.996 203.724 -129.502 237.43 -90.3693 266.405C-129.564 315.743 -140.275 361.752 -142.646 374.756C-155.533 365.441 -172.904 357.692 -199.058 349.459C-219.934 342.885 -238.964 339.721 -257.376 336.671C-271.324 334.363 -284.509 332.168 -297.684 328.644C-306.653 326.243 -314.674 324.656 -321.746 323.255C-345.725 318.525 -361.57 315.403 -384.136 286.231C-387.322 282.12 -390.837 277.988 -394.229 273.99C-412.404 252.629 -431.197 230.546 -418.867 191.678C-409.27 161.435 -413.342 146.535 -418.063 129.295C-419.847 122.762 -421.692 116.003 -422.991 107.77C-423.187 106.502 -423.867 105.111 -425.104 103.328C-424.929 103.05 -424.754 102.793 -424.609 102.597C-423.001 100.495 -420.486 97.9598 -417.826 95.2909C-409.105 86.5219 -397.156 74.5173 -401.466 60.967C-402.796 56.7835 -406.249 54.5062 -410.62 54.7123C-405.981 46.1493 -399.981 32.5682 -401.94 22.5214C-402.692 18.616 -404.342 15.8442 -406.837 14.2882C-409.187 12.8147 -411.476 12.9384 -412.672 13.1548L-415.63 13.4329C-413.837 2.32482 -410.847 -23.1476 -418.558 -35.6365C-424.084 -44.5807 -429.97 -44.1376 -432.238 -43.5194C-433.104 -43.2927 -433.692 -42.9835 -433.898 -42.8599L-440.228 -39.2224C-445.784 -49.0528 -462.33 -73.4948 -487.072 -68.0025L-487.979 -67.7553C-511.958 -59.9858 -513.525 -30.5874 -513.226 -19.335L-520.484 -19.2525C-520.793 -19.2525 -521.432 -19.2216 -522.267 -19.0052C-524.556 -18.3973 -529.896 -15.8315 -529.999 -5.29012C-530.143 9.3318 -514.37 29.6933 -507.072 38.3284L-509.69 39.5649C-511.206 40.0904 -513.051 41.3372 -514.164 43.4805C-515.515 46.0875 -515.494 49.3128 -514.113 53.0636C-510.587 62.6879 -498.402 71.3024 -489.979 76.3103C-493.783 78.3711 -495.608 82.122 -494.587 86.3262C-491.258 100.144 -474.773 104.41 -462.743 107.522C-461.052 107.955 -459.413 108.388 -457.887 108.821C-456.877 112.644 -455.743 116.528 -454.547 120.516C-450.052 135.457 -445.403 150.904 -448.99 162.908C-450.32 167.35 -451.609 171.523 -452.846 175.511C-463.856 211.05 -470.505 232.504 -453.928 289.549C-439.434 339.443 -402.94 373.313 -342.374 393.108C-316.158 401.681 -289.076 413.593 -259.592 429.544L-255.871 431.554C-232.83 443.981 -204.161 459.437 -188.522 479.541C-152.162 526.313 -141.018 604.873 -142.523 657.92C-143.811 703.157 -154.718 748.805 -174.079 789.94C-182.13 807.056 -191.243 826.459 -205.305 838.639C-212.686 845.038 -221.006 849.736 -229.82 854.703C-238.48 859.587 -247.438 864.637 -255.366 871.427C-266.438 880.897 -274.572 888.45 -281.757 895.91C-288.86 903.288 -313.581 909.285 -328.344 912.861C-332.436 913.85 -335.962 914.706 -338.549 915.437C-371.322 924.742 -373.951 965.784 -374.044 967.536C-374.147 969.504 -372.992 971.318 -371.167 972.049C-369.353 972.771 -367.25 972.276 -365.961 970.782C-359.549 963.332 -339.951 944.001 -326.385 944.001C-315.849 944.001 -303.726 941.394 -295.056 939.096C-296.911 940.59 -299.385 942.022 -302.684 943.166C-319.024 948.823 -336.859 981.931 -338.838 985.682C-339.704 987.32 -339.498 989.309 -338.323 990.741C-337.148 992.174 -335.24 992.751 -333.457 992.236C-331.983 991.803 -297.179 981.385 -284.025 970.452C-280.262 967.32 -274.046 967.248 -266.84 967.155C-256.541 967.031 -245.562 966.372 -237.871 958.685C-233.717 954.522 -231.016 949.308 -227.562 944.743C-223.15 938.9 -218.779 935.747 -213.975 931.687C-201.759 921.352 -187.841 911.552 -173.955 903.721C-171.275 902.217 -168.574 900.743 -165.852 899.311C-164.316 898.497 -158.873 896.786 -158.11 895.323C-159.77 898.486 -161.615 902.155 -163.512 906.163C-163.646 906.38 -163.739 906.514 -163.698 906.565C-170.883 921.816 -178.821 942.187 -181.12 961.601C-182.233 970.978 -194.078 979.087 -202.728 985.002L-205.027 986.589C-207.057 987.99 -209.099 989.34 -211.109 990.669C-222.676 998.295 -234.624 1006.19 -238.809 1022.42C-241.583 1033.15 -242.985 1045.42 -242.985 1058.84C-242.985 1061.05 -241.418 1062.94 -239.263 1063.36C-237.098 1063.77 -234.943 1062.59 -234.119 1060.55C-230.789 1052.26 -219.717 1029.48 -208.594 1023.71C-202.047 1020.3 -196.016 1020.3 -189.646 1020.3C-182.656 1020.3 -175.44 1020.3 -168.027 1015.69C-160.017 1010.7 -153.316 1001.4 -149.079 994.42C-144.471 1007.69 -142.141 1021.15 -145.615 1023.85C-157.388 1033.02 -155.193 1054.38 -154.904 1056.78C-154.698 1058.48 -153.564 1059.93 -151.956 1060.53C-150.358 1061.13 -148.543 1060.8 -147.265 1059.66C-140.317 1053.43 -133.564 1046.1 -127.173 1037.87C-121.224 1030.21 -117.132 1023.57 -114.286 1017C-111.771 1011.19 -110.812 1005.27 -109.884 999.552C-109.627 997.975 -109.369 996.44 -109.039 994.935C-108.565 992.607 -108.06 990.391 -107.524 988.248C-105.668 981.911 -102.627 975.182 -98.6166 968.7C-90.6476 955.82 -79.3901 945.433 -66.0605 938.653C-60.7513 935.953 -55.9268 933.583 -51.6382 931.553C-51.6897 935.541 -52.8649 942.373 -53.4423 945.722C-54.7618 953.368 -55.2979 956.531 -51.5867 958.211C-50.0093 958.922 -47.5145 958.922 -45.6383 956.583C-40.5559 950.256 -36.9375 948.576 -33.1025 946.804C-29.3912 945.083 -25.1851 943.146 -20.6801 937.396C-18.5976 934.737 -17.0925 932.955 -15.9894 931.759C-15.7317 933.542 -15.4843 935.726 -15.2472 937.777C-14.8658 941.126 -14.3915 945.289 -13.6699 949.916C-13.1132 953.532 -14.8039 961.281 -16.5874 969.484C-18.9482 980.324 -21.8965 993.802 -21.4842 1005.86C-20.9996 1019.9 -2.50525 1054.82 5.42242 1069.19C7.14404 1072.3 9.88626 1074.58 13.1645 1075.61C13.9893 1075.87 14.783 1076 15.5459 1076C16.7005 1076 17.7624 1075.69 18.7211 1075.08C21.8345 1073.1 22.6489 1069.45 24.5148 1055.88C25.2983 1050.18 24.8138 1041.66 24.2571 1031.78C23.3087 1015.08 21.9994 992.205 28.3395 985.62C44.7103 968.608 53.7513 945.444 57.3079 934.686C71.9056 944.011 98.6885 963.394 104.554 978.129C110.668 993.483 118.905 1001.64 126.172 1008.85C135.884 1018.47 142.894 1025.43 140.811 1046.94C140.533 1049.84 142.399 1052.27 145.141 1052.62C145.285 1052.64 145.43 1052.65 145.584 1052.65C152.213 1052.65 164.13 1035.36 165.378 1027.44C168.027 1010.54 159.615 992.184 154.048 980.035C153.244 978.294 152.357 976.346 151.636 974.667C158.759 976.491 168.584 983.384 176.78 989.144C184.285 994.42 191.377 999.387 197.46 1001.74C214.5 1008.29 220.346 1028.51 220.408 1028.7C220.964 1030.73 222.737 1032.13 224.933 1032.07C227.036 1032.03 228.84 1030.56 229.315 1028.51C229.799 1026.39 240.933 976.655 211.068 961.127C202.624 956.747 199.552 951.039 196.305 945.011C192.882 938.643 188.996 931.43 178.821 926.906L174.975 925.195C166.646 921.517 166.646 921.517 163.491 917.89C161.996 916.179 159.955 913.83 156.605 910.357C153.636 907.266 149.512 902.382 146.925 898.765C155.78 898.806 172.017 900.125 183.192 908.43C191.583 914.664 199.284 918.261 205.47 921.146C212.634 924.495 217.81 926.916 221.222 931.636C225.48 937.53 229.356 935.479 230.438 934.706C236.356 930.492 230.521 910.213 225.882 900.403C225.923 900.414 225.954 900.413 225.995 900.424C226.644 900.537 227.191 900.62 227.572 900.661C235.284 901.537 242.417 903.69 251.448 907.843C258.994 911.315 267.778 915.128 276.468 916.416L279.303 916.828C294.457 918.972 317.354 922.228 327.859 945.299C328.745 947.247 331.436 953.172 336.735 952.141C339.034 951.688 344.24 950.678 345.807 925.381C352.229 925.422 362.435 926.154 368.25 929.173C369.322 929.729 372.59 931.419 375.404 929.472C376.992 928.379 377.786 926.525 377.548 924.526C376.744 917.838 357.167 898.909 339.312 892.046C328.498 887.893 317.065 884.112 306.004 880.464C276.241 870.634 245.459 860.463 221.139 841.431C191.552 818.277 168.172 783.83 155.306 744.457C135.172 682.805 133.399 611.406 150.44 548.57C156.842 524.984 165.605 492.7 184.089 474.915C205.604 454.223 230.624 440.735 257.118 426.443L260.108 424.825C282.695 412.625 307.602 402.021 336.271 392.408C395.6 372.51 431.413 338.856 445.733 289.539C462.959 230.052 461.371 192.399 439.825 150.615ZM477.763 87.0887C476.289 93.2198 469.928 96.476 464.526 98.5369C458.804 100.721 452.722 101.731 447.052 104.06C444.3 105.193 441.691 106.657 439.248 108.367C436.764 110.109 433.723 112.767 431.733 115.034C432.991 112.273 435.991 108.841 437.918 106.523C439.918 104.112 442.032 101.803 444.145 99.4849C448.763 94.3945 453.588 89.4897 458.578 84.7805C459.887 83.5543 461.33 82.0911 462.66 80.8855L474.577 85.0382C474.577 85.0382 475.835 85.4915 475.845 85.4915C478.01 86.0789 477.845 86.7384 477.763 87.0887ZM470.186 76.2794L466.99 77.248C475.722 69.8288 485.392 62.7291 495.979 55.9489C490.381 64.5736 478.247 73.1984 470.186 76.2794ZM488.587 39.5855L484.866 43.6145L497.443 49.5292C470.258 66.3872 448.743 85.2855 433.176 106.09C434.465 102.38 435.96 98.001 437.568 93.0961C439.372 87.6451 441.32 81.514 443.341 74.9708L444.743 73.353C458.908 57.0411 476.948 41.667 498.649 27.3233C494.773 32.527 491 36.9785 488.587 39.5855ZM511.989 -7.70126C512.453 -6.81506 512.917 -5.23853 512.948 -2.5697C512.999 3.03589 509.649 10.3932 505.298 17.5135C481.814 32.0633 462.155 47.726 446.516 64.4191C447.805 60.05 449.176 55.5985 450.433 51.0234C451.289 47.9939 452.155 44.9129 453.021 41.8422L453.526 41.2548C468.67 23.8301 488.268 7.48739 511.989 -7.70126ZM495.969 -13.1729L495.515 -8.82446L505.01 -8.72144C485.742 4.00445 469.268 17.5342 455.784 31.8366C456.887 27.6943 457.99 23.5519 459.072 19.4714C460.227 15.2054 461.258 11.0012 462.289 6.87939L463.268 5.75625C472.516 -4.89847 483.464 -15.1307 495.938 -24.9611C496.453 -18.3148 495.979 -13.3069 495.969 -13.1729ZM495.299 -30.3812C483.814 -21.5194 473.588 -12.3176 464.681 -2.76547C465.299 -5.33127 465.887 -7.84552 466.464 -10.2877C467.567 -14.8628 468.526 -19.2216 469.412 -23.2403C469.681 -24.4562 469.938 -25.6206 470.196 -26.7747L470.845 -27.5269C476.505 -34.0496 482.886 -40.4177 489.804 -46.6518C492.814 -41.6748 494.443 -35.8116 495.299 -30.3812ZM414.527 92.21C406.837 84.4817 397.27 74.8574 400.105 65.9441C400.218 65.5731 400.404 65.0064 402.301 65.5113L403.28 65.7174L408.826 66.9539L418.414 68.9633L413.032 60.8022C408.97 54.6505 398.868 36.5354 400.806 26.602C400.96 25.8292 401.156 25.0254 401.527 24.335C401.651 24.1083 401.806 23.8301 402.074 23.7374C402.105 23.727 402.146 23.7168 402.177 23.7168C402.28 23.7065 402.404 23.7065 402.517 23.7168C402.764 23.7374 403.012 23.758 403.259 23.7889C403.641 23.8198 404.012 23.861 404.393 23.8919C404.867 23.9332 405.352 23.9847 405.826 24.0259C406.373 24.0774 406.919 24.1289 407.465 24.1804C408.053 24.232 408.63 24.2938 409.218 24.3453C409.806 24.3968 410.393 24.4586 410.981 24.5102C411.537 24.5617 412.094 24.6132 412.651 24.6751C413.146 24.7163 413.64 24.7678 414.146 24.809C414.548 24.8503 414.95 24.8812 415.352 24.9224C415.63 24.943 415.908 24.9739 416.187 24.9945C416.311 25.0048 416.434 25.0151 416.558 25.0254L415.445 19.6877C413.414 9.89859 409.63 -17.9129 416.372 -28.8459C418.31 -31.999 419.898 -32.9573 420.682 -33.1428C420.888 -33.1943 421.104 -33.1531 421.279 -33.0397L434.599 -25.3939L436.465 -29.3817C436.619 -29.7115 452.444 -62.8606 476.124 -57.6054L476.67 -57.4612C481.041 -56.0391 484.433 -53.5661 487.082 -50.4748C481.722 -45.6729 476.732 -40.768 472.093 -35.791C473.897 -44.694 475.289 -48.5066 474.041 -48.7643C473.175 -48.9394 470.845 -39.8922 465.742 -24.2295C464.454 -20.3138 463.062 -16.0787 461.681 -11.5757C460.279 -7.0727 458.774 -2.33267 457.33 2.60312C455.887 7.53891 454.31 12.6086 452.866 17.8123C451.403 23.0057 449.918 28.2816 448.434 33.5575C447.021 38.8539 445.609 44.1503 444.217 49.3643C442.794 54.5681 441.578 59.7409 440.3 64.7282C437.815 74.7028 435.619 84.0489 433.867 92.0966C431.64 102.082 430.104 110.047 429.259 114.653C429.187 114.653 429.197 114.653 429.125 114.653C426.846 109.078 424.125 103.04 422.001 100.278C420.063 97.7743 417.383 95.0643 414.527 92.21ZM326.91 -226.134C330.457 -215.891 324.436 -207.658 313.488 -193.994C302.127 -179.805 287.994 -162.154 287.994 -135.342C287.994 -132.188 288.014 -128.726 288.035 -125.017C288.324 -79.595 288.86 4.95247 251.366 43.9133C239.118 56.6496 236.82 69.0663 234.17 83.4615C230.531 103.174 226.005 127.698 191.119 164.464C160.13 197.109 116.647 230.732 77.6271 259.615C76.6478 258.42 75.6581 257.224 74.6066 256.029C71.9572 252.999 69.2149 250.063 66.4212 247.188C105.41 218.387 149.182 184.702 179.769 152.449C211.171 119.362 214.851 99.4643 218.397 80.226C221.16 65.2331 224.304 48.2515 240.108 31.8366C272.767 -2.11628 272.231 -85.0357 271.973 -124.883C271.953 -128.633 271.932 -132.127 271.932 -135.321C271.932 -147.542 274.18 -158.887 278.819 -169.995C285.489 -185.905 294.457 -202.299 305.447 -218.725C312.674 -229.524 323.199 -244.568 334.931 -257.655C335.683 -257.593 336.446 -257.624 337.189 -257.871C339.786 -258.726 342.23 -259.448 344.405 -260.014C343.529 -259.025 342.652 -258.036 341.786 -257.067C332.694 -246.969 323.313 -236.51 326.91 -226.134ZM46.6793 225.59C50.6277 222.962 54.5967 220.335 58.5657 217.707C92.8639 195.027 128.337 171.585 156.388 139.796L157.986 137.982C174.728 119.032 192.037 99.4333 199.738 75.0223L200.48 72.6523C205.284 57.2575 215.274 25.2418 237.18 -0.982862C250.737 -17.2123 261.922 -51.1858 267.035 -86.8286C265.685 -46.116 259.912 4.59182 236.778 28.6319C220.016 46.0463 216.748 63.7493 213.861 79.381C210.428 97.9598 206.882 117.177 176.419 149.276C145.925 181.415 102.08 215.121 63.112 243.901C57.1327 237.955 50.9266 232.319 44.5969 226.991C45.2876 226.528 45.9886 226.054 46.6793 225.59ZM44.133 221.767C43.0609 222.478 41.9784 223.21 40.9063 223.931C35.0507 219.139 29.1436 214.585 23.2469 210.257C28.0921 207.114 32.9374 203.982 37.7414 200.901C69.2149 180.683 98.9463 161.589 119.183 138.642C166.697 84.7496 250.665 -31.5765 263.922 -125.686C264.283 -128.273 264.767 -130.9 265.334 -133.559C267.004 -81.1303 250.562 -24.178 233.655 -3.92988C211.171 22.9954 200.985 55.6088 196.099 71.2818L195.367 73.6312C187.955 97.1149 170.976 116.343 154.553 134.932L152.955 136.746C125.307 168.081 90.0908 191.359 56.04 213.874C52.0607 216.512 48.0917 219.129 44.133 221.767ZM393.94 -268.783C387.847 -261.704 374.579 -264.754 363.92 -267.217C359.972 -268.124 356.25 -268.989 353.085 -269.299C352.168 -269.391 351.044 -269.36 349.776 -269.237C360.044 -274.059 371.177 -278.026 383.146 -281.118L392.713 -271.277L392.95 -271.091L392.961 -271.091C394.62 -269.566 394.177 -269.062 393.94 -268.783ZM391.466 -282.447L388.878 -282.519C400.002 -285.085 411.816 -286.94 424.3 -288.083C415.403 -283.003 398.074 -282.251 391.466 -282.447ZM425.207 -306.065L420.073 -304.199L428.527 -293.133C396.734 -290.68 369.033 -283.797 345.735 -272.472C348.57 -275.172 351.889 -278.387 355.559 -282.014C359.652 -286.033 364.178 -290.598 368.94 -295.482L370.92 -296.265C390.919 -304.241 413.929 -309.589 439.712 -312.34C433.918 -309.496 428.537 -307.27 425.207 -306.065ZM467.536 -337.338C467.547 -336.339 467.237 -334.721 466.041 -332.33C463.536 -327.312 457.196 -322.304 450.093 -317.987C422.64 -315.885 398.064 -311.021 376.579 -303.385C379.713 -306.673 382.961 -310.001 386.167 -313.504C388.301 -315.802 390.476 -318.152 392.651 -320.48L393.373 -320.769C414.744 -329.301 439.578 -334.783 467.536 -337.338ZM461.815 -341.481C438.929 -339.049 418.146 -334.618 399.661 -328.116C402.527 -331.29 405.404 -334.474 408.218 -337.606C411.187 -340.862 414.012 -344.139 416.816 -347.334L418.197 -347.89C431.259 -353.094 445.63 -357.154 461.176 -360.142C458.609 -353.99 455.908 -349.745 455.825 -349.631L453.444 -345.973L461.815 -341.481ZM463.093 -365.253C448.867 -362.667 435.599 -359.204 423.341 -354.815C425.063 -356.814 426.733 -358.792 428.362 -360.698C431.434 -364.264 434.269 -367.695 436.887 -370.859C437.681 -371.817 438.444 -372.734 439.186 -373.651L440.104 -374.022C448.104 -377.216 456.66 -379.937 465.65 -382.286C466.041 -376.454 464.804 -370.477 463.093 -365.253ZM334.745 -323.479C335.024 -323.757 335.446 -324.18 336.89 -322.85L337.292 -322.438L342.023 -318.553L349.611 -312.34L348.559 -322.088C347.766 -329.435 347.075 -350.239 353.322 -358.184C354.673 -359.905 355.601 -360.255 355.838 -360.204L355.951 -360.101L367.992 -352.321L369.456 -357.586C372.126 -367.242 381.456 -393.745 392.424 -400.36C396.208 -402.637 398.105 -402.359 398.548 -402.05L407.012 -388.86L410.486 -391.539C410.775 -391.766 439.929 -413.962 458.526 -398.34L458.938 -397.959C462.165 -394.682 464.041 -390.901 464.99 -386.923C458.052 -385.12 451.382 -383.069 445.001 -380.771C450.65 -387.892 453.959 -392.343 453.959 -392.343C453.959 -392.343 445.743 -385.017 434.063 -373.445C431.135 -370.56 427.96 -367.427 424.682 -364.058C421.383 -360.698 417.878 -357.185 414.352 -353.444C410.816 -349.714 407.105 -345.932 403.445 -341.965C399.775 -338.018 396.053 -334.01 392.321 -329.991C388.651 -325.931 384.981 -321.861 381.373 -317.863C377.734 -313.886 374.301 -309.836 370.899 -305.992C364.147 -298.264 357.941 -290.948 352.704 -284.601C346.188 -276.759 341.188 -270.381 338.333 -266.671C338.281 -266.65 338.24 -266.64 338.189 -266.63C338.714 -272.658 339.065 -279.345 338.446 -282.797C337.89 -285.92 336.735 -289.567 335.518 -293.431C332.25 -303.87 328.158 -316.853 334.745 -323.479ZM26.8447 182.569C57.0915 163.145 85.6579 144.804 103.967 124.04C149.894 71.9516 230.954 -39.9128 243.469 -128.829C251.221 -183.886 298.756 -241.394 330.106 -266.207C330.034 -265.403 329.962 -264.589 329.869 -263.745C329.735 -262.395 330.075 -261.076 330.818 -260.004C319.158 -246.887 308.777 -232.028 301.602 -221.301C290.468 -204.659 281.375 -188.018 274.592 -171.86C266.499 -155.919 261.376 -140.597 259.365 -126.315C246.263 -33.2871 162.904 82.1014 115.719 135.622C95.9051 158.086 66.4418 177.015 35.2157 197.078C29.958 200.457 24.6179 203.889 19.2778 207.372C14.2779 203.786 9.36057 200.375 4.51529 197.088C12.0203 192.121 19.5356 187.268 26.8447 182.569ZM-249.923 -128.829C-237.407 -39.9128 -156.347 71.9619 -110.42 124.04C-92.1115 144.804 -63.5451 163.145 -33.2984 182.569C-28.1438 185.877 -22.9892 189.185 -17.8553 192.523C-14.4636 194.728 -11.1751 197.088 -7.70095 199.169C-4.49484 201.086 -1.32998 202.786 1.76273 204.888C7.94822 209.103 14.0718 213.41 20.0923 217.862C32.8137 227.27 45.0918 237.337 56.3802 248.445C60.5966 252.587 64.6584 256.864 68.5552 261.305C74.0087 267.518 78.7302 274.505 83.5857 281.172C88.5856 288.024 93.2763 295.124 97.6061 302.419C104.822 314.558 111.111 327.253 116.286 340.391C119.812 349.346 122.853 358.516 125.203 367.852C126.162 371.665 127.059 375.519 127.636 379.486C127.647 379.599 127.688 379.702 127.709 379.805C122.801 383.319 117.925 387.039 112.977 390.975L112.389 388.224C108.946 372.015 105.688 356.703 99.2762 341.524C92.5753 325.635 83.9568 310.137 73.6684 295.464C59.1842 274.804 40.7207 255.648 17.2058 236.884C2.04117 224.776 -14.4946 214.307 -30.4736 204.177C-34.2055 201.818 -37.9374 199.448 -41.6486 197.067C-72.8645 177.025 -102.359 158.096 -122.183 135.602C-164.914 87.1505 -249.912 -29.9691 -265.829 -126.387C-267.345 -135.579 -278.025 -159.505 -289.303 -182.051C-293.54 -191.099 -298.695 -201.001 -304.808 -211.419C-309.148 -219.127 -312.828 -225.113 -315.138 -228.04C-322.055 -238.571 -329.962 -249.442 -338.787 -260.323C-338.178 -261.333 -337.89 -262.518 -338.013 -263.745C-338.158 -265.084 -338.271 -266.372 -338.374 -267.619C-307.076 -243.63 -257.83 -184.947 -249.923 -128.829ZM85.0187 367.316C62.9058 303.821 6.95853 259.842 -50.1949 221.767C-54.1432 219.129 -58.1123 216.512 -62.0915 213.884C-96.1424 191.369 -131.358 168.091 -159.007 136.756C-160.986 134.52 -163.007 132.263 -165.027 130.006C-180.264 113.035 -196.006 95.4764 -201.387 73.7754C-209.49 41.0487 -223.305 18.3378 -236.665 -3.63111C-255.211 -34.1218 -272.396 -67.3843 -273.87 -115.815C-273.974 -119.02 -273.85 -122.07 -273.829 -124.883C-273.798 -128.644 -273.778 -132.137 -273.778 -135.342C-273.778 -135.774 -273.798 -136.259 -273.839 -136.784C-272.004 -131.972 -270.767 -128.098 -270.365 -125.635C-254.283 -28.1968 -168.656 89.84 -125.626 138.642C-105.369 161.61 -75.617 180.714 -44.1229 200.931C-40.4013 203.322 -36.6693 205.682 -32.9272 208.052C-17.0512 218.119 -0.628934 228.527 14.3501 240.469C37.5146 258.945 55.6791 277.802 69.9159 298.091C80.0188 312.497 88.4722 327.706 95.0494 343.307C101.286 358.084 104.503 373.19 107.894 389.182L108.967 394.19C105.699 396.838 102.389 399.559 99.0081 402.361C97.3483 403.742 95.771 405.175 94.1628 406.586C93.9876 405.649 93.8123 404.752 93.637 403.804C91.4206 391.944 88.9155 378.507 85.0187 367.316ZM90.1629 410.213C83.6476 416.334 77.6683 422.754 72.2664 429.359C69.0603 371.788 30.4116 325.439 -2.4949 296.092C-20.9893 279.616 -41.0713 264.85 -60.5039 250.578L-69.0913 244.251C-108.152 215.43 -152.203 181.6 -182.872 149.286C-213.325 117.188 -216.882 97.9701 -220.315 79.381C-223.201 63.7595 -226.469 46.0463 -243.232 28.6422C-263.324 7.76553 -271.097 -38.0477 -273.468 -75.1641C-266.499 -47.3835 -253.407 -22.2923 -240.582 -1.21985C-227.397 20.4503 -213.769 42.852 -205.841 74.8883C-200.192 97.7125 -184.058 115.694 -168.45 133.087C-166.429 135.334 -164.419 137.57 -162.45 139.806C-134.389 171.595 -98.9258 195.048 -64.6173 217.728C-60.6483 220.355 -56.6793 222.973 -52.7309 225.6C3.75241 263.232 59.0192 306.624 80.6786 368.841C84.462 379.692 86.8331 392.387 89.1217 404.659C89.4619 406.555 89.8227 408.379 90.1629 410.213ZM-467.052 -397.98L-466.639 -398.361C-448.042 -413.972 -418.888 -391.787 -418.599 -391.56L-415.125 -388.881L-406.661 -402.071C-406.218 -402.38 -404.332 -402.658 -400.548 -400.381C-389.579 -393.765 -380.25 -367.262 -377.58 -357.607L-376.116 -352.342L-364.075 -360.121L-363.961 -360.224C-363.724 -360.276 -362.796 -359.926 -361.446 -358.205C-355.199 -350.26 -355.889 -329.456 -356.683 -322.109L-357.735 -312.361L-350.147 -318.574L-345.426 -322.459L-345.024 -322.871C-343.57 -324.2 -343.147 -323.778 -342.879 -323.5C-336.292 -316.874 -340.384 -303.89 -343.683 -293.462C-344.9 -289.598 -346.054 -285.95 -346.611 -282.828C-347.23 -279.376 -346.879 -272.689 -346.353 -266.661C-346.405 -266.681 -346.446 -266.692 -346.498 -266.702C-349.353 -270.411 -354.353 -276.79 -360.869 -284.632C-366.095 -290.979 -372.301 -298.285 -379.064 -306.023C-382.466 -309.867 -385.899 -313.906 -389.538 -317.894C-393.146 -321.892 -396.816 -325.962 -400.486 -330.022C-404.208 -334.031 -407.94 -338.039 -411.599 -341.996C-415.249 -345.963 -418.97 -349.745 -422.496 -353.475C-426.022 -357.205 -429.527 -360.729 -432.826 -364.089C-436.114 -367.458 -439.279 -370.591 -442.207 -373.476C-453.877 -385.058 -462.103 -392.374 -462.103 -392.374C-462.103 -392.374 -458.794 -387.923 -453.124 -380.823C-459.506 -383.11 -466.176 -385.161 -473.114 -386.975C-472.155 -390.911 -470.279 -394.693 -467.052 -397.98ZM-463.959 -349.621C-464.031 -349.735 -466.743 -353.97 -469.31 -360.132C-453.763 -357.154 -439.393 -353.094 -426.331 -347.88L-424.95 -347.323C-422.156 -344.129 -419.321 -340.862 -416.352 -337.596C-413.527 -334.463 -410.661 -331.29 -407.785 -328.106C-426.269 -334.608 -447.052 -339.039 -469.938 -341.47L-461.567 -345.953L-463.959 -349.621ZM-473.784 -382.276C-464.794 -379.926 -456.248 -377.206 -448.248 -374.012L-447.331 -373.641C-446.588 -372.734 -445.826 -371.807 -445.032 -370.848C-442.413 -367.685 -439.578 -364.243 -436.506 -360.688C-434.888 -358.782 -433.207 -356.814 -431.486 -354.804C-443.733 -359.194 -457.011 -362.656 -471.227 -365.243C-472.938 -370.477 -474.165 -376.454 -473.784 -382.276ZM-474.175 -332.33C-475.371 -334.721 -475.681 -336.339 -475.67 -337.338C-447.712 -334.783 -422.867 -329.301 -401.497 -320.769L-400.775 -320.48C-398.61 -318.152 -396.435 -315.802 -394.29 -313.504C-391.095 -310.011 -387.847 -306.683 -384.703 -303.385C-406.177 -311.021 -430.764 -315.885 -458.217 -317.987C-465.33 -322.304 -471.66 -327.312 -474.175 -332.33ZM-433.341 -306.065C-436.671 -307.27 -442.042 -309.486 -447.846 -312.34C-422.063 -309.599 -399.053 -304.251 -379.054 -296.265L-377.074 -295.482C-372.312 -290.587 -367.786 -286.033 -363.693 -282.014C-360.034 -278.387 -356.704 -275.172 -353.869 -272.472C-377.167 -283.797 -404.868 -290.67 -436.661 -293.133L-428.207 -304.2L-433.341 -306.065ZM-432.444 -288.083C-419.96 -286.94 -408.146 -285.085 -397.022 -282.519L-399.61 -282.447C-406.208 -282.251 -423.537 -283.003 -432.444 -288.083ZM-372.054 -267.217C-382.713 -264.765 -395.981 -261.704 -402.074 -268.783C-402.311 -269.062 -402.754 -269.567 -401.095 -271.081L-401.084 -271.081L-400.837 -271.267L-391.27 -281.107C-379.301 -278.016 -368.178 -274.049 -357.9 -269.226C-359.168 -269.35 -360.291 -269.391 -361.209 -269.288C-364.384 -268.979 -368.106 -268.124 -372.054 -267.217ZM-197.563 164.464C-232.449 127.698 -236.974 103.174 -240.613 83.4615C-243.273 69.0663 -245.562 56.6495 -257.809 43.9133C-295.303 4.95245 -294.767 -79.595 -294.478 -125.017C-294.458 -128.726 -294.437 -132.178 -294.437 -135.342C-294.437 -162.154 -308.571 -179.805 -319.942 -193.994C-330.879 -207.658 -336.9 -215.891 -333.354 -226.134C-329.756 -236.51 -339.147 -246.969 -348.219 -257.078C-348.9 -257.84 -349.59 -258.644 -350.292 -259.427C-348.724 -258.974 -347.044 -258.469 -345.302 -257.892C-344.395 -257.593 -343.457 -257.552 -342.56 -257.716C-327.065 -238.653 -314.55 -219.498 -304.839 -202.124C-301.653 -196.22 -298.251 -189.677 -294.88 -182.968C-283.654 -159.66 -278.376 -141.782 -278.376 -135.352C-278.376 -132.158 -278.396 -128.675 -278.427 -124.893C-278.437 -122.42 -278.458 -119.772 -278.51 -116.99C-278.499 -116.577 -278.479 -116.206 -278.468 -115.805C-278.582 -73.536 -276.891 0.284572 -246.551 31.8057C-230.748 48.2205 -227.614 65.2125 -224.841 80.2054C-221.284 99.4437 -217.614 119.341 -186.213 152.429C-155.306 185.001 -111.049 218.985 -71.8233 247.93L-63.2255 254.257C-43.8857 268.477 -23.8861 283.171 -5.55667 299.513C27.7107 329.169 66.9675 376.477 67.8747 434.965C62.2357 442.384 57.2358 449.947 52.8854 457.511C53.6792 450.524 54.1225 443.146 54.1225 435.335C54.1225 432.749 54.0709 430.204 53.9678 427.71C52.6586 394.85 35.0095 361.968 0.0205366 327.191C-0.103182 327.067 -0.237215 326.985 -0.360933 326.882C-12.6287 314.857 -26.6593 303.584 -38.927 293.918L-44.2774 289.766C-53.7206 282.46 -67.9986 271.424 -82.7612 260.522C-82.8849 260.439 -83.0086 260.377 -83.1323 260.305C-122.4 231.268 -166.326 197.376 -197.563 164.464ZM44.9164 435.346C44.9164 506.601 5.89669 541.223 -3.2371 548.344C-12.371 541.254 -51.3701 506.838 -51.3701 435.346C-51.3701 432.893 -51.3185 430.472 -51.2257 428.081C-50.0505 398.652 -34.3395 368.821 -3.23709 336.991C27.8756 368.821 43.5866 398.662 44.7618 428.092C44.8649 430.472 44.9164 432.883 44.9164 435.346ZM-99.6578 482.086C-107.977 460.468 -114.802 437.314 -115.266 416.159C-116.235 370.737 -98.9876 324.955 -65.4007 283.634C-59.2256 288.354 -53.6587 292.661 -49.1846 296.113L-48.03 297.009C-68.3594 319.586 -82.4623 342.617 -91.0703 367.327C-95.4516 379.898 -98.0392 393.242 -100.534 406.143L-101.266 409.946C-101.503 411.78 -105.967 449.339 -99.6578 482.086ZM-138.574 457.562C-141.358 453.348 -144.265 449.246 -147.327 445.31C-155.842 434.346 -166.883 423.939 -181.048 413.449C-188.872 407.658 -207.862 399.497 -224.614 392.294C-234.851 387.894 -243.613 382.845 -249.067 379.939C-264.18 371.881 -277.159 366.389 -287.664 362.442C-279.015 364.194 -270.458 365.647 -262.046 367.038C-244.644 369.923 -226.665 372.912 -207.769 378.857C-196.078 382.546 -184.378 387.049 -172.007 392.634C-160.801 397.704 -154.358 402.32 -145.203 409.327C-145.481 417.128 -145.244 424.856 -144.213 431.894C-143.049 439.859 -141.038 448.597 -138.574 457.562ZM-426.919 131.717C-422.403 148.214 -418.836 161.239 -427.62 188.896C-441.496 232.617 -420.104 257.76 -401.229 279.945C-397.744 284.036 -394.445 287.911 -391.404 291.847C-366.734 323.749 -348.601 327.325 -323.519 332.271C-316.581 333.642 -308.725 335.187 -300.056 337.516C-286.448 341.164 -273.046 343.39 -258.871 345.739C-240.778 348.738 -222.067 351.839 -201.82 358.218C-173.316 367.203 -155.863 375.426 -143.482 385.72C-143.368 385.813 -143.234 385.885 -143.11 385.967C-143.894 391.676 -144.543 397.714 -144.935 403.794C-152.904 397.776 -159.574 393.232 -170.13 388.461C-182.666 382.793 -194.532 378.229 -206.398 374.488C-225.603 368.429 -243.747 365.431 -261.386 362.504C-275.252 360.206 -289.602 357.836 -304.014 353.972C-312.22 351.767 -319.467 350.345 -326.478 348.964C-352.766 343.771 -375.456 339.299 -403.847 302.574C-406.672 298.916 -409.682 295.392 -412.867 291.651L-413.187 291.28C-413.703 290.672 -414.311 289.972 -415.001 289.188C-417.898 285.881 -420.579 282.357 -423.125 278.76C-426.012 274.68 -428.96 270.393 -431.104 265.88C-432.331 263.294 -433.733 260.604 -434.64 257.894C-435.527 255.225 -436.176 252.402 -436.815 249.651C-438.022 244.416 -438.857 239.109 -439.3 233.751C-440.073 224.188 -439.506 214.585 -438.083 205.105C-437.011 197.923 -435.826 190.73 -433.929 183.723C-422.476 141.382 -432.465 119.63 -432.032 118.548C-431.63 117.528 -431.249 116.549 -430.857 115.591C-429.64 121.567 -428.228 126.915 -426.919 131.717ZM-485.66 -60.0682L-485.113 -60.2124C-461.433 -65.4677 -445.609 -32.3185 -445.454 -31.9887L-443.588 -28.0009L-430.269 -35.6468C-430.084 -35.7499 -429.877 -35.8014 -429.671 -35.7499C-428.888 -35.5644 -427.31 -34.6061 -425.362 -31.453C-418.62 -20.52 -422.403 7.28127 -424.434 17.0807L-425.537 22.4184C-425.414 22.4081 -425.29 22.3978 -425.166 22.3874C-424.888 22.3668 -424.609 22.3359 -424.331 22.3153C-423.929 22.2741 -423.527 22.2432 -423.125 22.202C-422.63 22.1608 -422.135 22.1092 -421.63 22.068C-421.073 22.0165 -420.517 21.965 -419.96 21.9135C-419.372 21.862 -418.785 21.8001 -418.208 21.7486C-417.62 21.697 -417.043 21.6352 -416.455 21.5837C-415.909 21.5322 -415.362 21.4807 -414.816 21.4292C-414.342 21.3879 -413.857 21.3364 -413.383 21.2952C-413.001 21.254 -412.63 21.2231 -412.249 21.1922C-412.001 21.1716 -411.754 21.1509 -411.517 21.12C-411.414 21.1097 -411.28 21.12 -411.177 21.12C-411.146 21.12 -411.105 21.1304 -411.074 21.1406C-410.806 21.2231 -410.651 21.5116 -410.538 21.7383C-410.156 22.439 -409.96 23.2324 -409.806 24.0052C-407.868 33.9386 -417.981 52.0641 -422.032 58.2055L-427.424 66.3665L-417.836 64.3572L-412.29 63.131L-411.311 62.9249C-409.404 62.42 -409.228 62.9867 -409.105 63.3577C-406.27 72.271 -415.837 81.8952 -423.527 89.6235C-426.372 92.4881 -429.063 95.1879 -430.991 97.7022C-433.104 100.464 -435.836 106.512 -438.114 112.077C-438.186 112.077 -438.176 112.077 -438.248 112.077C-439.094 107.46 -440.64 99.4951 -442.857 89.5102C-444.609 81.4728 -446.795 72.1164 -449.289 62.1417C-450.568 57.1648 -451.774 51.9919 -453.207 46.7882C-454.588 41.5742 -456.001 36.2778 -457.423 30.9813C-458.908 25.7055 -460.392 20.4194 -461.856 15.2259C-463.299 10.0222 -464.877 4.95247 -466.32 0.0166803C-467.753 -4.91911 -469.268 -9.65916 -470.67 -14.1622C-472.052 -18.6755 -473.454 -22.9106 -474.732 -26.816C-479.845 -42.4786 -482.165 -51.5258 -483.031 -51.3507C-484.278 -51.0931 -482.897 -47.2804 -481.082 -38.3775C-485.722 -43.3545 -490.711 -48.249 -496.072 -53.0612C-493.422 -56.1731 -490.02 -58.6565 -485.66 -60.0682ZM-498.804 -49.2692C-491.876 -43.035 -485.505 -36.6669 -479.835 -30.1443L-479.186 -29.3921C-478.938 -28.238 -478.68 -27.0736 -478.412 -25.8577C-477.526 -21.839 -476.567 -17.4802 -475.454 -12.9051C-474.876 -10.4629 -474.289 -7.94865 -473.67 -5.37257C-482.577 -14.9144 -492.804 -24.1265 -504.288 -32.9883C-503.443 -38.4084 -501.814 -44.2716 -498.804 -49.2692ZM-504.515 -11.4315L-504.969 -15.78C-504.979 -15.9139 -505.463 -20.9219 -504.927 -27.5682C-492.443 -17.7481 -481.505 -7.50554 -472.258 3.14919L-471.279 4.27239C-470.248 8.40444 -469.217 12.6086 -468.062 16.8643C-466.98 20.9448 -465.877 25.0872 -464.774 29.2296C-478.258 14.9271 -494.742 1.39745 -513.999 -11.3284L-504.515 -11.4315ZM-521.948 -5.16646C-521.917 -7.8456 -521.463 -9.41185 -520.989 -10.298C-497.268 4.88033 -477.66 21.2231 -462.526 38.6684L-462.021 39.2557C-461.155 42.3264 -460.289 45.4075 -459.433 48.4369C-458.176 53.0121 -456.805 57.4636 -455.516 61.8326C-471.155 45.1395 -490.814 29.4769 -514.298 14.9271C-518.649 7.80675 -521.999 0.449417 -521.948 -5.16646ZM-497.587 36.9888C-500 34.3818 -503.773 29.9303 -507.628 24.7162C-485.928 39.0599 -467.887 54.4238 -453.722 70.7459L-452.32 72.3637C-450.31 78.8967 -448.362 85.0381 -446.557 90.4891C-444.949 95.4043 -443.465 99.7836 -442.166 103.483C-457.743 82.6784 -479.258 63.7904 -506.432 46.9222L-493.855 41.0178L-497.587 36.9888ZM-504.989 53.3418C-494.402 60.1221 -484.732 67.2321 -476 74.641L-479.186 73.6723C-487.247 70.6016 -499.381 61.9666 -504.989 53.3418ZM-473.526 95.9401C-478.928 93.8792 -485.289 90.6231 -486.763 84.492C-486.845 84.1313 -487 83.4822 -484.845 82.9051C-484.835 82.9051 -483.577 82.4517 -483.577 82.4517L-471.66 78.299C-470.32 79.4943 -468.877 80.9576 -467.567 82.1941C-462.578 86.9032 -457.753 91.808 -453.135 96.8984C-451.032 99.2169 -448.908 101.525 -446.908 103.947C-444.97 106.265 -441.98 109.696 -440.722 112.458C-442.712 110.191 -445.753 107.533 -448.238 105.791C-450.671 104.081 -453.289 102.617 -456.042 101.484C-461.722 99.1345 -467.804 98.1143 -473.526 95.9401ZM-326.385 934.809C-338.869 934.809 -352.683 945.073 -362.044 953.646C-358.704 942.651 -351.477 928.668 -336.034 924.289C-333.622 923.598 -330.168 922.764 -326.168 921.795C-303.983 916.416 -283.386 910.883 -275.108 902.289C-268.139 895.055 -260.201 887.687 -249.366 878.413C-242.108 872.2 -233.933 867.594 -225.284 862.71C-216.459 857.733 -207.336 852.591 -199.254 845.584C-183.738 832.126 -174.172 811.796 -165.739 793.856C-145.842 751.577 -134.636 704.671 -133.317 658.178C-130.843 570.941 -156.45 505.787 -181.244 473.895C-198.068 452.255 -227.686 436.284 -251.489 423.455L-255.201 421.445C-285.18 405.236 -312.756 393.098 -339.498 384.36C-396.961 365.585 -431.496 333.724 -445.073 286.973C-460.877 232.576 -454.897 213.266 -444.032 178.21C-442.784 174.192 -441.485 169.987 -440.145 165.526C-435.774 150.873 -440.826 134.087 -445.702 117.847C-445.959 116.992 -446.207 116.147 -446.465 115.292C-444.836 116.755 -443.042 118.476 -441.186 120.372C-440.475 121.093 -439.609 121.598 -438.671 121.866C-438.31 123.03 -435.207 120.877 -434.898 122.021C-429.176 143.093 -434.248 163.588 -438.413 182.755C-444.527 210.906 -450.846 240.006 -429.558 282.388C-412.465 316.423 -389.146 350.376 -334.746 368.151C-307.097 377.188 -278.674 389.677 -247.871 406.339L-244.211 408.317C-219.068 421.878 -187.78 438.746 -168.821 463.137C-128.183 515.401 -115.534 598.423 -117.245 658.704C-118.626 707.608 -130.42 756.956 -151.347 801.44C-160.048 819.936 -170.883 842.956 -189.058 858.712C-198.346 866.759 -208.604 872.55 -217.717 877.692C-225.665 882.175 -233.17 886.399 -239.253 891.613C-246.294 897.642 -255.458 905.679 -263.85 914.396C-265.52 916.148 -275.613 923.609 -293.458 929.121C-301.53 931.43 -315.199 934.809 -326.385 934.809ZM-299.674 951.863C-292.726 949.452 -286.293 945.083 -282.747 938.498C-282.458 937.963 -282.18 937.447 -281.901 936.932C-279.149 931.893 -275.108 927.699 -270.221 924.68C-266.798 922.578 -263.396 920.548 -260.531 917.549C-252.283 908.976 -243.232 901.032 -236.263 895.065C-230.521 890.15 -223.212 886.028 -215.398 881.628C-206.15 876.414 -195.676 870.5 -186.048 862.143C-167.141 845.749 -156.079 822.244 -147.182 803.325C-125.997 758.306 -114.059 708.319 -112.657 658.786C-110.926 597.722 -123.812 513.505 -165.192 460.272C-184.749 435.119 -216.501 417.993 -242.057 404.216L-245.696 402.248C-276.747 385.462 -305.416 372.86 -333.333 363.741C-380.981 348.171 -404.105 319.731 -420.393 289.982C-419.702 290.775 -419.053 291.517 -418.465 292.187C-417.795 292.95 -417.197 293.63 -416.692 294.227L-416.373 294.609C-413.228 298.298 -410.259 301.78 -407.496 305.356C-398.641 316.815 -388.579 327.614 -376.538 335.785C-367.621 341.834 -357.755 346.11 -347.395 348.975C-342.518 350.324 -337.57 351.396 -332.611 352.396C-324.808 353.982 -317.096 355.961 -309.488 358.424C-293.849 363.473 -278.829 370.325 -264.067 377.476C-259.84 379.527 -255.634 381.629 -251.448 383.772C-245.778 386.689 -236.778 392.047 -226.449 396.478C-209.923 403.588 -191.202 411.635 -183.8 417.107C-169.78 427.473 -159.347 437.314 -150.976 448.082C-144.409 456.521 -138.533 465.682 -133.245 475.327C-128.265 490.773 -122.637 505.838 -118.162 517.812C-114.709 527.065 -111.977 534.361 -110.874 538.287C-110.4 539.997 -109.853 541.708 -109.266 543.562C-105.122 556.587 -95.3279 578.123 -94.1527 668.379C-93.998 680.023 -95.6888 691.338 -97.3898 702.796C-99.0804 714.182 -101.915 725.651 -104.565 736.862C-104.998 738.696 -105.451 740.531 -105.905 742.355C-112.41 768.105 -122.131 791.785 -134.729 819.421C-141.1 833.394 -148.255 847.954 -159.595 859.052C-165.873 865.193 -173.058 868.861 -180.666 872.736C-183.718 874.292 -186.872 875.899 -189.996 877.692C-208.903 888.553 -228.243 901.866 -243.356 917.725C-248.799 923.433 -253.696 929.668 -259.417 935.108C-264.561 940.003 -270.52 944.289 -277.365 946.402C-281.324 947.628 -284.86 949.287 -288.509 951.245C-298.818 956.778 -308.87 963.033 -318.189 970.092C-320.88 972.132 -323.519 974.255 -325.962 976.573C-319.478 967.443 -305.406 953.852 -299.674 951.863ZM-173.378 892.654C-185.625 899.331 -197.305 907.018 -208.387 915.478C-208.449 915.52 -208.501 915.561 -208.563 915.612C-214.191 919.919 -219.676 924.423 -225.006 929.09C-230.273 933.717 -234.748 937.53 -237.675 943.96C-240.902 951.059 -248.263 955.604 -255.861 957.386C-267.335 960.086 -280.076 955.202 -289.911 963.383C-296.385 968.762 -312.901 975.759 -323.581 979.644C-315.509 972.709 -306.262 967 -297.169 961.518C-290.282 957.355 -283.344 953.007 -275.633 950.606C-268.396 948.349 -262.201 944.197 -256.706 939.034C-250.819 933.501 -245.778 927.143 -240.201 921.29C-225.243 905.607 -206.439 892.458 -187.697 881.711C-184.666 879.97 -181.563 878.393 -178.563 876.868C-170.986 873.004 -163.151 869.006 -156.368 862.37C-144.471 850.726 -136.791 835.094 -130.533 821.368C-117.843 793.505 -108.029 769.61 -101.441 743.519C-100.482 739.717 -97.132 723.786 -96.2867 719.953C-97.3691 757.893 -108.091 799.503 -118.204 821.544C-120.565 826.696 -122.967 831.817 -125.441 836.907C-127.637 841.452 -129.874 845.965 -132.162 850.447C-134.234 854.497 -136.348 858.536 -138.492 862.545C-140.482 866.254 -142.502 869.933 -144.543 873.601C-145.347 875.044 -146.11 876.487 -147.182 877.764C-148.523 879.372 -150.172 880.783 -152.017 881.773C-159.059 885.544 -166.357 888.831 -173.378 892.654ZM-234.871 1033.84C-229.665 1011.63 -216.82 1005.46 -206.068 998.367C-203.996 996.996 -201.893 995.605 -199.8 994.163L-197.542 992.617C-187.439 985.703 -173.605 976.223 -171.996 962.693C-169.852 944.537 -162.162 924.958 -155.244 910.295C-151.038 903.587 -130.152 869.675 -109.833 825.377C-94.0599 790.991 -83.9983 739.418 -84.9261 668.287C-86.1322 576.66 -95.9053 555.196 -100.482 540.811C-101.039 539.059 -101.544 537.452 -102.008 535.834C-103.214 531.548 -105.998 524.077 -109.534 514.628C-118.204 491.422 -131.317 456.346 -135.111 430.565C-139.461 401.001 -128.193 356.445 -127.327 353.055C-120.503 332.426 -107.225 302.141 -82.1839 270.939C-77.6582 274.309 -73.2563 277.637 -69.0605 280.832C-103.276 322.977 -120.853 369.769 -119.864 416.241C-119.193 447.113 -107.297 477.182 -95.1527 505.127C-82.421 534.412 -73.8954 565.645 -69.7718 597.382C-64.607 637.229 -66.7409 678.797 -72.5655 718.459L-74.5655 732.102C-77.1324 749.794 -79.9365 768.394 -83.122 788.982C-86.5549 811.095 -94.1218 836.928 -105.761 856.743C-112.152 867.615 -122.204 890.109 -132.832 913.933C-147.914 947.69 -168.615 985.662 -176.46 991.669C-184.429 997.769 -190.161 998.861 -195.718 999.933C-199.367 1000.63 -203.13 1001.36 -207.192 1003.47C-217.779 1008.96 -226.954 1017.91 -234.871 1033.84ZM-150.667 981.334C-152.842 983.992 -154.956 986.692 -156.935 989.484C-161.656 996.151 -165.811 1003.47 -172.914 1007.91C-178.089 1011.13 -183.45 1011.13 -189.666 1011.13C-196.532 1011.13 -204.109 1011.5 -212.47 1016.3C-217.14 1018.97 -225.768 1028.43 -230.975 1035.81C-226.201 1023.46 -216.872 1013.68 -205.068 1007.55C-201.604 1005.74 -198.326 1005.12 -194.852 1004.46C-189.058 1003.34 -182.491 1002.09 -173.666 995.327C-164.893 988.609 -145.512 953.594 -128.637 915.818C-118.049 892.118 -108.06 869.737 -101.802 859.093C-89.8744 838.793 -82.1014 812.393 -78.5861 789.713C-75.3902 769.115 -72.5862 750.495 -70.0192 732.792L-68.0193 719.159C-63.5864 689.009 -61.7616 665.134 -62.3905 632.479C-63.5451 572.363 -78.2974 532.186 -82.2458 521.284C-86.6786 509.074 -91.3074 496.966 -94.0909 484.271C-99.6474 458.933 -100.482 432.543 -96.3485 406.916C-89.9466 367.162 -71.6171 329.417 -44.3496 299.781L-24.6697 316.114C-52.865 340.7 -72.3181 375.096 -78.8747 411.924C-84.8023 445.279 -82.5756 479.48 -69.0913 510.764C-66.5244 516.72 -64.2771 522.5 -61.8338 528.374C-56.7206 540.729 -52.4319 553.424 -49.3083 566.428C-46.2671 579.112 -43.927 591.972 -43.5146 604.976C-43.4631 606.625 -43.4322 608.274 -43.4012 609.923C-42.9167 647.286 -45.9888 684.897 -51.4113 721.746L-53.4011 735.327C-55.9267 752.762 -58.7411 771.444 -61.9988 792.434C-65.8956 817.587 -75.5346 849.087 -88.7095 871.52C-94.4311 881.258 -104.658 904.154 -114.544 926.288C-119.286 936.912 -123.863 947.37 -130.585 956.871C-136.667 965.475 -143.997 973.204 -150.667 981.334ZM-102.101 951.327C-104.596 955.542 -106.544 959.725 -108.647 964.125C-111.946 971.019 -114.42 977.944 -116.42 985.857C-116.503 986.136 -116.616 986.424 -116.688 986.702C-117.75 990.536 -118.369 994.379 -118.977 998.089C-119.853 1003.5 -120.688 1008.6 -122.75 1013.37C-125.276 1019.21 -128.997 1025.22 -134.461 1032.26C-138.121 1036.98 -141.915 1041.38 -145.77 1045.42C-145.214 1039.93 -143.667 1033.99 -139.966 1031.11C-128.348 1022.06 -139.502 992.679 -143.811 982.591C-144.1 980.674 -139.688 975.203 -138.049 973.523C-127.606 962.806 -122.266 954.336 -116.111 940.941C-114.152 936.685 -112.224 932.419 -110.317 928.142C-100.482 906.122 -90.3177 883.349 -84.72 873.828C-71.246 850.901 -61.4214 818.834 -57.4319 793.114C-54.1742 772.103 -51.3598 753.411 -48.8341 735.966L-46.8444 722.385C-42.329 691.739 -41.092 659.724 -39.123 627.759C-38.2467 613.498 -39.1539 599.206 -41.1951 585.038C-44.2672 563.677 -50.5351 542.893 -59.071 523.067C-61.3905 517.668 -63.6379 512.32 -66.009 506.776C-78.019 478.696 -80.2252 444.589 -75.1016 414.706C-72.2356 397.951 -66.71 381.629 -58.3493 366.811C-48.3702 349.119 -35.3808 333.24 -21.2367 318.721C-17.0513 322.307 -12.9173 325.996 -8.9484 329.767C-42.2569 363.607 -59.1225 395.684 -60.4009 427.731C-60.5039 430.235 -60.5555 432.78 -60.5555 435.366C-60.5555 466.63 -53.5968 491.144 -44.7207 509.774C-40.1951 519.275 -36.9477 529.785 -33.7829 539.832C-30.2778 551.002 -27.3088 562.347 -25.247 573.878C-23.5769 583.203 -22.3192 592.642 -21.7522 602.102C-21.1852 611.479 -21.7831 620.732 -21.7831 630.099C-24.1542 668.73 -26.9789 697.994 -30.9582 724.992C-32.02 732.287 -33.02 739.562 -34.0199 746.827C-38.2364 777.534 -46.2156 834.022 -54.9783 863.225C-59.4936 878.249 -66.6069 891.48 -74.5243 904.844C-83.7303 920.332 -92.9156 935.819 -102.101 951.327ZM-50.2877 917.91C-50.3599 917.993 -50.4423 918.075 -50.5145 918.168C-52.1227 919.95 -53.9577 921.476 -55.8649 922.918C-57.6793 924.289 -59.7617 925.154 -61.7823 926.174C-63.9575 927.267 -66.1327 928.38 -68.3079 929.482C-68.9471 929.812 -69.5862 930.142 -70.2357 930.461C-75.8541 933.274 -81.2149 936.788 -86.0704 940.796C-72.3491 916.035 -54.4216 893.283 -46.1847 865.842C-37.2158 835.96 -28.9995 777.76 -24.9274 748.053C-23.9377 740.809 -22.9377 733.565 -21.8759 726.3C-17.8657 699.025 -15.0101 669.523 -12.6184 630.624C-10.5463 596.939 -15.8761 567.479 -23.6388 541.656C-19.2987 546.561 -15.3296 550.27 -12.2472 552.898C-11.2679 553.733 -10.2679 554.547 -9.2473 555.33C-8.38139 556 -7.45353 556.762 -6.63908 557.504C-3.45359 560.462 -1.96916 564.635 -1.08256 568.788C-0.134137 573.187 0.154559 577.711 0.360736 582.204C0.505022 585.408 0.577166 588.613 0.659685 591.818C0.721514 594.384 0.793718 597.073 0.886492 599.876C1.81429 627.183 1.7524 634.159 0.340102 657.21L-0.350633 668.616C-1.80419 693.027 -2.29906 701.25 -6.36083 728.856L-8.35045 742.396C-9.536 750.546 -11.4225 758.44 -13.2369 766.075C-15.6699 776.256 -18.175 786.777 -19.0513 797.998L-19.5152 804.109C-19.8038 807.911 -20.0718 811.724 -20.3811 815.526C-20.7213 819.668 -21.0821 823.821 -21.5048 827.953C-23.9377 851.591 -27.3397 875.683 -37.288 897.477C-39.0715 901.372 -47.8444 915.118 -50.2877 917.91ZM-14.1132 913.5C-17.4739 919.312 -21.3193 924.773 -26.0099 929.719C-28.4944 932.347 -31.2263 934.768 -34.1952 936.829C-35.7623 937.911 -37.3911 938.9 -39.092 939.766C-40.3292 940.394 -41.6693 940.879 -42.9373 941.435C-43.6177 940.477 -43.0816 937.932 -43.0404 936.716C-42.9785 934.799 -42.927 932.893 -42.8652 930.976C-42.7724 927.988 -42.6796 925 -42.5868 922.022C-42.5146 919.734 -41.7209 918.188 -40.7518 916.148C-39.1745 912.861 -37.4838 909.626 -35.8447 906.38C-30.35 895.539 -25.948 884.132 -22.9687 872.344C-19.9584 860.443 -18.7214 848.119 -17.1647 835.97C-16.6183 831.683 -16.1441 827.397 -15.7317 823.1C-15.34 819.102 -15.0101 815.103 -14.7008 811.095C-14.5256 808.9 -14.3709 806.705 -14.206 804.511L-13.7421 798.41C-13.5977 796.545 -12.5978 784.84 -12.371 783.026C-11.8452 803.439 -10.2989 833.332 -6.35052 850.313C-5.88659 852.313 -5.40209 854.24 -4.93817 856.094C-2.59802 865.533 -0.742366 872.983 -2.21655 882.906C-3.54644 891.768 -7.06176 900.125 -11.1442 908.039C-12.0926 909.904 -13.072 911.717 -14.1132 913.5ZM-12.3297 1005.54C-12.7009 994.637 -10.0102 982.313 -7.63916 971.441C-5.48456 961.59 -3.79388 953.811 -4.61859 948.504C-5.30926 944.073 -5.75256 940.178 -6.13397 936.747C-6.44323 934.006 -6.72162 931.625 -7.07214 929.595C-7.87622 924.917 -7.16485 920.115 -4.89691 915.942C0.48444 906.029 5.19568 895.663 6.89667 884.297C8.64924 872.55 6.50489 863.915 4.01008 853.899C3.55652 852.076 3.0926 850.2 2.62873 848.242C-0.938226 832.951 -5.37109 802.511 -6.06182 784.128C-2.80413 807.324 6.79359 834.538 12.8037 846.655C16.5356 854.229 19.2675 862.112 20.6283 870.448C24.2055 892.366 22.0097 901.465 18.8861 922.939C16.5768 938.838 11.2677 956.985 7.43268 965.578C4.51526 972.122 1.19574 979.541 -0.711426 991.958C-3.43298 1009.6 2.61835 1037.76 8.26776 1056.39C-1.62897 1037.44 -12.0617 1013.57 -12.3297 1005.54ZM45.1948 940.765C43.267 945.897 40.8134 950.905 38.2362 955.738C34.927 961.941 31.1435 967.917 26.7519 973.42C25.1333 975.429 23.4427 977.377 21.6592 979.242C12.546 988.712 13.8655 1011.87 15.0305 1032.3C15.5459 1041.29 16.2779 1048.95 16.0614 1054.44C15.8449 1060.08 14.9789 1062.68 14.9789 1062.68C10.3089 1047.22 1.47412 1012.85 4.56683 992.761C6.37091 981.055 9.62857 974.389 12.3089 967.742C21.7726 944.31 24.8344 924.598 26.1024 913.675C28.123 896.333 28.7106 882.463 26.0612 869.16C34.8239 885.709 40.0609 904.144 47.4216 921.331C48.1535 923.042 48.8855 924.763 49.1638 926.597L49.1844 926.7C49.8854 931.79 46.8855 936.242 45.1948 940.765ZM151.656 997.955C154.955 1006.74 157.708 1016.52 156.223 1026C155.749 1029.05 153.615 1034.06 149.997 1037.68C149.254 1019.51 141.244 1010.9 132.574 1002.31C125.626 995.42 118.43 988.289 113.028 974.718C111.111 969.916 108.028 965.62 104.719 961.694C100.853 957.108 96.5133 952.935 92.0082 948.988C87.4929 945.031 82.7713 941.312 77.9467 937.746C73.5653 934.521 69.2871 931.852 64.648 929.132C60.2666 926.576 56.4729 923.021 53.6585 918.807C48.1535 910.574 45.1226 900.372 41.4526 891.253C37.8857 882.371 34.0301 873.416 29.2879 865.08C28.4941 863.689 27.6075 862.184 26.6591 860.577C16.1233 842.688 -3.48461 809.415 -3.02068 742.983L-1.06194 729.639C3.03077 701.796 3.5359 693.522 4.99977 668.936L5.69051 657.539C7.1028 634.509 7.175 626.935 6.25746 599.701C6.16469 596.908 6.09255 594.25 6.03072 591.694C5.81423 583.193 5.62868 575.846 4.55654 569.56C3.1957 561.626 5.54616 553.537 11.2986 547.89C16.3397 542.944 22.5046 535.999 28.556 526.859C22.0406 563.553 15.7006 615.858 18.2676 672.007C18.0201 683.29 17.0408 694.666 16.082 705.671C14.3913 725.229 12.6285 745.446 14.9377 765.828C18.4634 796.865 24.3912 826.655 40.1434 854.332C56.9987 883.926 77.4416 911.387 106.956 937.385C107.431 937.808 122.41 952.069 125.616 956.088C128.379 959.55 139.698 972.101 140.987 973.997C143.533 977.727 144.698 982.137 146.553 986.208C148.296 990.092 150.151 993.946 151.656 997.955ZM200.707 993.143C195.676 991.205 189.037 986.548 182.006 981.612C174.264 976.181 165.852 973.358 157.378 969.463C148.636 965.434 141.471 960.385 134.244 954.068C125.77 946.67 94.637 917.261 87.833 909.842C75.3178 896.209 63.2769 881.464 53.308 865.873C50.3287 861.216 47.4937 856.476 44.7618 851.674C29.3601 824.625 23.6695 795.546 20.216 765.21C18.0511 746.136 20.2881 719.231 21.8963 700.642C24.9581 726.486 29.4838 760.346 37.7414 785.633L38.432 787.745C46.6999 813.125 59.1842 851.478 110.647 908.698C121.492 920.754 143.956 940.982 156.873 950.328C161.13 953.398 165.295 956.964 170.12 961.096C177.718 967.598 187.181 975.697 202.13 986.403C205.449 988.784 215.789 998.058 218.243 1005.87C215.305 1003.62 204.552 994.626 200.707 993.143ZM149.925 916.725C153.12 920.043 155.079 922.29 156.502 923.928C161.007 929.101 161.78 929.441 171.202 933.604L175.027 935.304C182.326 938.55 184.893 943.331 188.15 949.369C191.738 956.036 195.81 963.59 206.758 969.278C218.665 975.471 222.016 989.907 222.407 1002.72C219.119 993.74 214.201 983.766 207.49 978.953C192.862 968.474 183.573 960.519 176.099 954.13C171.12 949.874 166.821 946.196 162.264 942.898C149.986 934.016 127.812 914.046 117.492 902.577C71.1736 851.076 57.8131 817.546 47.1844 784.932L46.4938 782.82C14.4326 684.598 28.6282 573.373 39.9475 515.823C45.9165 485.487 66.1016 441.621 104.874 409.461C125.77 392.129 143.966 377.796 165.79 368.233C165.852 368.213 165.914 368.182 165.976 368.151C166.388 367.976 166.821 367.801 167.233 367.625C174.852 364.493 183.553 361.391 193.563 358.238C213.82 351.86 232.521 348.758 250.613 345.76C264.798 343.41 278.19 341.184 291.798 337.537C300.468 335.208 308.323 333.662 315.261 332.292C340.353 327.346 358.477 323.77 383.146 291.868C406.744 261.356 432.176 222.056 419.28 188.649C409.074 162.218 413.022 149.193 418.022 132.706C419.331 128.389 420.723 123.659 421.95 118.455C422.3 119.331 422.671 120.238 423.032 121.176C423.682 122.835 425.042 124.061 426.754 124.514C428.434 124.968 430.207 124.545 431.589 123.484C427.908 134.005 426.156 145.113 432.217 155.881C432.29 156.046 432.362 156.2 432.434 156.365C443.557 192.503 444.629 244.272 397.826 299.936C396.857 301.09 396.105 301.976 395.631 302.605C367.239 339.319 344.539 343.802 318.261 348.985C311.251 350.366 303.993 351.798 295.798 353.993C281.386 357.857 267.046 360.227 253.098 362.535C235.541 365.451 217.387 368.45 198.181 374.509C192.181 376.405 186.14 378.672 180.233 381.268C173.161 384.38 165.924 388.08 158.656 392.243C153.615 394.705 148.852 397.632 144.368 400.991C134.44 407.483 124.513 414.768 114.822 422.816C87.596 445.393 66.4727 480.221 55.3286 520.882C32.8961 602.72 35.226 696.181 61.7202 777.307L62.4109 779.44C72.2251 809.591 88.1114 846.161 130.337 891.613C133.966 895.519 137.182 899.774 140.017 904.288C142.038 907.492 144.976 911.583 149.925 916.725ZM139.626 889.82C139.615 889.82 139.605 889.82 139.585 889.82C137.1 890.078 134.595 889.439 132.894 887.605C91.8536 843.173 76.3591 807.458 66.7511 777.977L66.05 775.844C39.8341 695.552 37.5249 603.05 59.7306 522.057C70.6273 482.303 91.2247 448.298 117.729 426.319C119.636 424.732 121.554 423.218 123.471 421.703C99.5442 450.359 87.1424 491.433 77.4003 527.323C56.3286 605.018 58.5244 693.326 83.4311 769.589L84.1321 771.743C84.8744 774.02 85.6063 776.359 86.3588 778.739C95.1937 806.86 106.884 843.945 167.275 891.758C153.244 888.584 140.43 889.748 139.626 889.82ZM209.294 912.809C203.181 909.955 196.264 906.72 188.614 901.042C186.151 899.218 183.522 897.683 180.8 896.374C112.235 845.666 100.41 808.096 90.7608 777.379C90.0083 774.978 89.266 772.629 88.5238 770.331L87.8228 768.177C63.1841 692.739 61.0192 605.389 81.8641 528.539C94.0494 483.632 108.822 433.316 146.956 404.773C151.574 401.754 156.182 398.93 160.78 396.303C161.512 395.952 162.234 395.571 162.976 395.241L162.914 395.107C169.378 391.49 175.79 388.234 182.078 385.473C187.831 382.948 193.707 380.733 199.563 378.888C218.449 372.932 236.438 369.954 253.912 367.048C267.891 364.74 282.355 362.35 296.973 358.424C305.024 356.26 312.199 354.848 319.137 353.478C346.322 348.119 369.817 343.482 399.259 305.397C399.723 304.81 400.424 303.965 401.342 302.883C407.249 295.855 412.383 288.89 416.878 282.006C416.764 282.501 416.63 283.026 416.558 283.48C410.115 319.514 381.651 344.832 326.972 363.164C322.55 364.648 318.23 366.162 313.962 367.698L313.911 367.574C289.251 376.765 265.87 381.866 242.438 383.185C203.078 385.4 161.759 419.096 147.914 435.068C127.059 459.139 110.771 492.36 99.5235 533.815C79.6683 606.986 81.7404 690.132 105.194 761.943L106.266 765.241C116.162 795.772 129.719 837.588 208.428 892.613C211.191 894.54 213.026 897.085 215.222 900.3C215.459 900.764 215.748 901.248 216.098 901.763C218.861 905.7 221.418 913.861 222.789 920.311C218.882 917.282 214.315 915.149 209.294 912.809ZM334.848 938.797C321.776 913.572 296.076 909.924 280.52 907.719L277.746 907.317C270.262 906.205 262.2 902.691 255.221 899.486C247.912 896.117 240.304 893.396 232.345 892.087C228.49 891.449 224.614 890.985 220.727 890.696C217.49 890.459 213.933 890.501 211.047 888.831C133.605 834.692 120.874 795.391 110.626 763.819L109.554 760.521C86.3692 689.534 84.328 607.346 103.946 535.02C115.008 494.235 130.976 461.622 151.378 438.077C164.264 423.207 205.15 389.883 242.675 387.781C253.17 387.193 263.654 385.813 274.241 383.711C264.51 388.121 255.18 392.737 246.16 397.601L243.191 399.208C216.109 413.81 188.109 428.916 163.636 452.441C139.018 476.12 128.544 514.741 121.606 540.296C102.987 608.933 104.925 686.927 126.925 754.277C137.265 785.911 153.821 815.268 174.811 839.185C183.078 848.603 192.552 856.919 202.985 863.874C214.418 871.499 226.882 877.497 239.716 882.36C247.056 885.142 254.458 887.811 261.932 890.191C270.324 892.86 278.437 895.55 286.849 897.693C294.787 899.713 302.643 902.021 310.354 904.834C317.045 907.276 323.807 910.069 329.663 914.17C331.972 915.788 334.178 917.653 335.869 919.92C336.467 920.713 336.704 921.702 336.652 922.691C336.333 928.689 335.642 934.655 334.848 938.797ZM436.836 286.973C423.413 333.188 389.538 364.823 333.281 383.69C304.107 393.479 278.716 404.288 255.665 416.746L252.675 418.354C225.624 432.955 200.068 446.742 177.646 468.299C157.316 487.836 148.172 521.552 141.492 546.169C123.987 610.685 125.812 684.001 146.492 747.311C159.914 788.405 184.388 824.398 215.397 848.675C240.984 868.696 272.53 879.114 303.045 889.202C314.003 892.819 325.333 896.56 335.941 900.64C345.817 904.432 355.033 911.635 361.126 917.498C357.198 916.797 353.219 916.395 349.229 916.251C347.137 916.169 345.044 916.169 342.951 916.22C341.611 916.262 340.261 915.932 339.147 915.18C338.9 915.004 338.652 914.829 338.405 914.664C333.601 911.285 327.807 908.018 322.385 905.627C314.735 902.268 306.89 899.538 298.942 897.044C290.684 894.447 281.849 891.428 273.479 889.161C263.005 886.327 254.18 882.741 244.314 879.176C231.469 874.529 218.954 868.82 207.449 861.401C196.583 854.394 186.79 845.862 178.264 836.155C157.687 812.702 141.44 783.892 131.296 752.855C109.565 686.33 107.657 609.294 126.049 541.502C132.853 516.431 143.131 478.552 166.831 455.748C190.851 432.667 218.562 417.715 245.376 403.258L248.345 401.651C272.231 388.749 298.426 377.59 328.416 367.533C384.858 348.604 414.29 322.152 421.053 284.294C422.135 278.204 426.599 267.168 429.558 259.873C430.403 257.791 431.125 255.988 431.568 254.628C443.145 227.373 445.052 202.003 442.248 180.086C450.671 206.764 451.073 237.996 436.836 286.973Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-gold-root {
  background-image: url("data:image/svg+xml,%3Csvg width='506' height='500' viewBox='0 0 506 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4469_307' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='506' height='500'%3E%3Crect width='506' height='500' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4469_307)'%3E%3Crect width='506' height='500' fill='%23C8A568'/%3E%3Cpath opacity='0.05' d='M765.078 -1040.03C753.269 -1062.93 764.253 -1088.36 775.866 -1115.25C776.669 -1117.1 777.429 -1118.96 778.211 -1120.83C782.856 -1122.35 788.478 -1123.8 794.36 -1125.34C819.714 -1131.9 854.423 -1140.88 861.435 -1169.99C863.562 -1178.84 859.742 -1186.74 851.732 -1191.08C869.466 -1201.63 895.124 -1219.79 902.548 -1240.04C905.456 -1247.94 905.478 -1254.74 902.656 -1260.23C900.334 -1264.72 896.426 -1267.37 893.235 -1268.47L887.722 -1271.06C903.09 -1289.22 936.302 -1332.13 935.998 -1362.93C935.781 -1385.15 924.537 -1390.53 919.718 -1391.81C917.959 -1392.29 916.635 -1392.35 915.984 -1392.33L900.702 -1392.51C901.354 -1416.21 898.054 -1478.12 847.542 -1494.49L845.632 -1495.01C793.536 -1506.58 758.696 -1455.1 746.996 -1434.39L733.668 -1442.05C733.234 -1442.31 731.997 -1442.97 730.173 -1443.46C725.376 -1444.75 713.003 -1445.7 701.368 -1426.86C685.131 -1400.56 691.426 -1346.91 695.203 -1323.51L688.974 -1324.1C686.456 -1324.55 681.658 -1324.84 676.709 -1321.73C671.478 -1318.46 668.005 -1312.62 666.398 -1304.39C662.274 -1283.21 674.907 -1254.63 684.676 -1236.59C675.472 -1237.03 668.178 -1232.21 665.4 -1223.42C656.348 -1194.9 681.485 -1169.6 699.849 -1151.13C705.449 -1145.48 710.746 -1140.17 714.132 -1135.74C714.154 -1135.7 714.197 -1135.63 714.219 -1135.61C713.198 -1133.66 712.569 -1131.94 712.308 -1130.31C709.508 -1112.47 705.037 -1097.72 700.695 -1083.46C689.56 -1046.69 679.922 -1014.94 703.799 -953.044C727.503 -891.712 677.056 -814.688 630.495 -754.462C582.979 -693.021 549.615 -686.424 499.125 -676.484C484.212 -673.532 467.346 -670.212 448.461 -665.133C420.72 -657.689 392.957 -653.088 363.587 -648.227C324.84 -641.803 284.748 -635.162 240.813 -621.293C223.947 -615.976 208.861 -610.789 195.229 -605.559C193.015 -604.712 190.8 -603.844 188.608 -602.976C162.581 -592.602 142.22 -582.076 125.332 -570.378C119.537 -600.589 96.0064 -695.105 15.6909 -796.241C98.0469 -857.182 189.65 -928.194 255.444 -997.535C332.85 -1079.14 342.966 -1133.92 351.084 -1177.95C356.315 -1206.32 360.44 -1228.71 382.212 -1251.33C466.608 -1339.07 465.458 -1522.27 464.828 -1620.69C464.785 -1628.46 464.741 -1635.69 464.741 -1642.31C464.741 -1691.98 491.007 -1724.8 514.19 -1753.73C536.179 -1781.21 556.952 -1807.14 545.621 -1839.87C541.779 -1850.94 558.385 -1869.45 573.037 -1885.77C579.223 -1892.65 585.193 -1899.4 590.316 -1906.06C593.811 -1905.35 597.588 -1904.48 601.473 -1903.59C626.935 -1897.71 661.818 -1889.68 681.289 -1912.33C687.215 -1919.21 687.432 -1928.03 682.31 -1935.6C702.844 -1936.79 733.885 -1941.09 749.709 -1955.7C755.874 -1961.38 759.022 -1967.42 759 -1973.62C759 -1978.7 756.742 -1982.87 754.42 -1985.32L750.708 -1990.18C772.632 -1999.25 821.624 -2022.09 835.408 -2049.65C845.328 -2069.53 837.839 -2079.51 834.149 -2082.9C832.825 -2084.13 831.653 -2084.81 831.067 -2085.09L817.587 -2092.32C828.961 -2113.11 854.293 -2169.75 816.979 -2207.65L815.525 -2208.99C774.607 -2243.37 720.231 -2213.64 700.413 -2200.61L692.078 -2213.59C691.817 -2214.03 691.014 -2215.18 689.625 -2216.46C685.956 -2219.8 675.407 -2226.38 656.5 -2214.98C630.104 -2199.07 611.219 -2148.42 603.904 -2125.83L598.651 -2129.23C596.632 -2130.8 592.486 -2133.27 586.691 -2132.79C580.548 -2132.29 574.795 -2128.69 569.629 -2122.11C556.301 -2105.16 554.478 -2073.87 554.912 -2053.29C546.945 -2057.94 538.284 -2057.01 531.794 -2050.47C510.738 -2029.27 521.505 -1995.13 529.363 -1970.22C531.772 -1962.6 534.03 -1955.44 535.007 -1949.9C535.289 -1948.36 535.397 -1945.93 535.419 -1942.94C466.478 -1894.23 350.976 -1763 332.438 -1631.28C321.324 -1552.3 280.797 -1453.12 215.264 -1344.46C145.259 -1228.39 71.7164 -1140.99 43.3455 -1108.81C6.57405 -1067.11 -52.4687 -1029.18 -114.985 -989.028C-132.263 -977.937 -150.085 -966.5 -167.841 -954.693C-185.597 -966.478 -203.419 -977.916 -220.697 -989.028C-283.213 -1029.18 -342.277 -1067.11 -379.027 -1108.81C-407.398 -1140.99 -480.941 -1228.39 -550.946 -1344.46C-616.479 -1453.12 -657.006 -1552.3 -668.12 -1631.28C-686.983 -1765.28 -806.153 -1898.73 -874.595 -1945.34C-874.53 -1947.21 -874.422 -1948.8 -874.226 -1949.9C-873.228 -1955.41 -870.97 -1962.6 -868.583 -1970.22C-860.725 -1995.13 -849.98 -2029.27 -871.014 -2050.47C-877.504 -2057.01 -886.143 -2057.92 -894.11 -2053.29C-893.697 -2073.87 -895.521 -2105.16 -908.849 -2122.11C-914.015 -2128.69 -919.746 -2132.29 -925.889 -2132.79C-931.706 -2133.27 -935.852 -2130.82 -937.871 -2129.23L-943.124 -2125.83C-950.439 -2148.4 -969.346 -2199.05 -995.72 -2214.98C-1014.63 -2226.38 -1025.18 -2219.82 -1028.84 -2216.46C-1030.26 -2215.18 -1031.04 -2214.03 -1031.3 -2213.59L-1039.63 -2200.61C-1059.45 -2213.64 -1113.83 -2243.37 -1154.74 -2208.99L-1156.2 -2207.65C-1193.51 -2169.75 -1168.18 -2113.11 -1156.81 -2092.32L-1170.29 -2085.09C-1170.85 -2084.79 -1172.02 -2084.11 -1173.37 -2082.9C-1177.06 -2079.53 -1184.55 -2069.53 -1174.61 -2049.65C-1160.82 -2022.09 -1111.83 -1999.25 -1089.91 -1990.18L-1093.62 -1985.32C-1095.94 -1982.87 -1098.2 -1978.72 -1098.2 -1973.62C-1098.22 -1967.44 -1095.07 -1961.38 -1088.91 -1955.7C-1073.08 -1941.09 -1042.04 -1936.79 -1021.51 -1935.6C-1026.63 -1928.05 -1026.41 -1919.24 -1020.49 -1912.33C-1001.02 -1889.65 -966.133 -1897.71 -940.671 -1903.59C-935.592 -1904.76 -930.751 -1905.85 -926.41 -1906.65C-921.222 -1899.79 -915.057 -1892.87 -908.697 -1885.77C-894.045 -1869.45 -877.439 -1850.94 -881.281 -1839.87C-892.612 -1807.14 -871.86 -1781.21 -849.85 -1753.73C-826.667 -1724.78 -800.401 -1691.96 -800.401 -1642.31C-800.401 -1635.69 -800.444 -1628.46 -800.488 -1620.69C-801.117 -1522.27 -802.268 -1339.07 -717.872 -1251.33C-696.1 -1228.71 -691.975 -1206.32 -686.744 -1177.95C-678.626 -1133.92 -668.51 -1079.14 -591.103 -997.535C-525.288 -928.173 -433.707 -857.182 -351.307 -796.154C-433.837 -692.24 -456.39 -595.337 -461.383 -567.948C-488.517 -587.567 -525.093 -603.888 -580.163 -621.228C-624.12 -635.075 -664.19 -641.738 -702.959 -648.162C-732.328 -653.023 -760.091 -657.646 -787.833 -665.068C-806.718 -670.125 -823.606 -673.467 -838.497 -676.419C-888.987 -686.38 -922.351 -692.956 -969.867 -754.397C-976.574 -763.057 -983.976 -771.76 -991.118 -780.18C-1029.39 -825.17 -1068.96 -871.68 -1043 -953.543C-1022.79 -1017.24 -1031.36 -1048.62 -1041.3 -1084.93C-1045.06 -1098.69 -1048.95 -1112.93 -1051.68 -1130.27C-1052.09 -1132.94 -1053.53 -1135.87 -1056.13 -1139.62C-1055.76 -1140.21 -1055.39 -1140.75 -1055.09 -1141.16C-1051.7 -1145.59 -1046.41 -1150.93 -1040.81 -1156.55C-1022.44 -1175.02 -997.283 -1200.31 -1006.36 -1228.84C-1009.16 -1237.66 -1016.43 -1242.45 -1025.63 -1242.02C-1015.86 -1260.05 -1003.23 -1288.66 -1007.35 -1309.82C-1008.94 -1318.04 -1012.41 -1323.88 -1017.67 -1327.16C-1022.61 -1330.26 -1027.43 -1330 -1029.95 -1329.55L-1036.18 -1328.96C-1032.4 -1352.36 -1026.11 -1406.01 -1042.35 -1432.31C-1053.98 -1451.15 -1066.38 -1450.21 -1071.15 -1448.91C-1072.97 -1448.43 -1074.21 -1447.78 -1074.65 -1447.52L-1087.97 -1439.86C-1099.67 -1460.57 -1134.51 -1512.05 -1186.61 -1500.48L-1188.52 -1499.96C-1239.01 -1483.59 -1242.31 -1421.68 -1241.68 -1397.98L-1256.96 -1397.8C-1257.61 -1397.8 -1258.96 -1397.74 -1260.72 -1397.28C-1265.54 -1396 -1276.78 -1390.6 -1277 -1368.39C-1277.3 -1337.6 -1244.09 -1294.71 -1228.72 -1276.53L-1234.24 -1273.92C-1237.43 -1272.81 -1241.31 -1270.19 -1243.66 -1265.67C-1246.5 -1260.18 -1246.46 -1253.39 -1243.55 -1245.49C-1236.12 -1225.22 -1210.47 -1207.08 -1192.73 -1196.53C-1200.74 -1192.19 -1204.58 -1184.29 -1202.43 -1175.43C-1195.42 -1146.33 -1160.71 -1137.35 -1135.38 -1130.79C-1131.82 -1129.88 -1128.37 -1128.97 -1125.16 -1128.06C-1123.03 -1120 -1120.64 -1111.82 -1118.13 -1103.42C-1108.66 -1071.95 -1098.87 -1039.42 -1106.42 -1014.14C-1109.23 -1004.78 -1111.94 -995.994 -1114.54 -987.595C-1137.73 -912.742 -1151.73 -867.556 -1116.82 -747.409C-1086.3 -642.324 -1009.46 -570.986 -881.932 -529.295C-826.732 -511.238 -769.708 -486.149 -707.626 -452.553L-699.79 -448.321C-651.275 -422.148 -590.908 -389.593 -557.979 -347.251C-481.419 -248.741 -457.953 -83.2783 -461.123 28.4483C-463.836 123.724 -486.802 219.868 -527.567 306.506C-544.52 342.555 -563.709 383.421 -593.318 409.074C-608.86 422.551 -626.377 432.448 -644.937 442.908C-663.17 453.196 -682.034 463.83 -698.726 478.132C-722.039 498.077 -739.166 513.986 -754.296 529.699C-769.252 545.238 -821.305 557.869 -852.389 565.4C-861.007 567.483 -868.431 569.285 -873.879 570.826C-942.885 590.423 -948.421 676.866 -948.616 680.555C-948.833 684.701 -946.402 688.52 -942.56 690.061C-938.739 691.58 -934.311 690.539 -931.598 687.392C-918.096 671.701 -876.831 630.986 -848.265 630.986C-826.08 630.986 -800.553 625.495 -782.298 620.655C-786.205 623.802 -791.415 626.819 -798.361 629.228C-832.766 641.143 -870.319 710.874 -874.487 718.774C-876.31 722.225 -875.876 726.414 -873.402 729.43C-870.927 732.447 -866.911 733.663 -863.156 732.577C-860.052 731.666 -786.769 709.724 -759.071 686.698C-751.148 680.1 -738.059 679.948 -722.886 679.752C-701.201 679.492 -678.083 678.103 -661.89 661.913C-653.142 653.145 -647.455 642.163 -640.183 632.549C-630.892 620.243 -621.688 613.602 -611.573 605.051C-585.85 583.283 -556.546 562.644 -527.307 546.149C-521.663 542.981 -515.976 539.877 -510.245 536.861C-507.011 535.146 -495.55 531.543 -493.943 528.461C-497.438 535.124 -501.324 542.851 -505.318 551.293C-505.6 551.749 -505.795 552.031 -505.709 552.139C-520.838 584.26 -537.553 627.166 -542.393 668.055C-544.738 687.804 -569.679 704.885 -587.891 717.342L-592.731 720.684C-597.008 723.636 -601.306 726.479 -605.539 729.279C-629.894 745.339 -655.052 761.963 -663.865 796.145C-669.704 818.76 -672.656 844.586 -672.656 872.865C-672.656 877.509 -669.357 881.502 -664.82 882.371C-660.262 883.239 -655.725 880.765 -653.988 876.468C-646.977 858.997 -623.664 811.012 -600.242 798.858C-586.458 791.696 -573.76 791.696 -560.345 791.696C-545.628 791.696 -530.433 791.696 -514.826 781.973C-497.959 771.469 -483.85 751.871 -474.928 737.179C-465.225 765.132 -460.319 793.476 -467.635 799.162C-492.424 818.477 -487.8 863.468 -487.193 868.524C-486.758 872.105 -484.371 875.144 -480.985 876.424C-477.62 877.683 -473.799 876.989 -471.108 874.579C-456.477 861.471 -442.259 846.018 -428.801 828.7C-416.276 812.553 -407.659 798.576 -401.667 784.729C-396.371 772.489 -394.352 760.032 -392.399 747.986C-391.856 744.666 -391.313 741.432 -390.619 738.264C-389.62 733.359 -388.557 728.693 -387.428 724.179C-383.521 710.831 -377.117 696.659 -368.673 683.008C-351.894 655.879 -328.19 634.003 -300.123 619.722C-288.944 614.036 -278.785 609.045 -269.755 604.769C-269.863 613.168 -272.338 627.557 -273.553 634.61C-276.332 650.714 -277.461 657.377 -269.646 660.914C-266.325 662.412 -261.072 662.412 -257.121 657.485C-246.42 644.16 -238.801 640.622 -230.726 636.889C-222.911 633.265 -214.055 629.185 -204.569 617.075C-200.184 611.475 -197.015 607.721 -194.692 605.203C-194.15 608.958 -193.629 613.558 -193.129 617.878C-192.326 624.931 -191.328 633.699 -189.808 643.443C-188.636 651.061 -192.196 667.382 -195.951 684.657C-200.922 707.489 -207.13 735.876 -206.262 761.269C-205.242 790.85 -166.3 864.401 -149.607 894.655C-145.982 901.209 -140.208 906.005 -133.305 908.176C-131.569 908.718 -129.897 909 -128.291 909C-125.86 909 -123.624 908.349 -121.605 907.069C-115.05 902.902 -113.335 895.197 -109.406 866.614C-107.756 854.613 -108.777 836.665 -109.949 815.873C-111.946 780.693 -114.702 732.512 -101.353 718.644C-66.8821 682.813 -47.8452 634.024 -40.3563 611.367C-9.61939 631.008 46.7751 671.831 59.1263 702.866C71.9985 735.203 89.3423 752.392 104.646 767.563C125.094 787.833 139.854 802.483 135.469 847.798C134.883 853.897 138.812 859.019 144.586 859.756C144.89 859.8 145.194 859.822 145.52 859.822C159.477 859.822 184.57 823.404 187.197 806.714C192.776 771.122 175.063 732.469 163.341 706.881C161.648 703.213 159.781 699.111 158.262 695.574C173.261 699.415 193.948 713.935 211.205 726.067C227.007 737.179 241.942 747.639 254.749 752.587C290.63 766.39 302.938 808.972 303.068 809.384C304.241 813.659 307.974 816.611 312.598 816.481C317.026 816.394 320.825 813.291 321.823 808.972C322.843 804.523 346.287 699.763 283.402 667.056C265.624 657.833 259.155 645.809 252.318 633.113C245.111 619.701 236.927 604.509 215.503 594.981L207.406 591.378C189.867 583.63 189.867 583.63 183.225 575.991C180.077 572.388 175.779 567.44 168.724 560.126C162.473 553.615 153.79 543.328 148.342 535.71C166.988 535.797 201.176 538.575 224.706 556.068C242.376 569.198 258.591 576.772 271.615 582.849C286.701 589.902 297.598 595.003 304.783 604.942C313.748 617.357 321.91 613.038 324.189 611.41C336.649 602.534 324.363 559.822 314.595 539.161C314.682 539.183 314.747 539.183 314.833 539.204C316.201 539.443 317.352 539.617 318.155 539.704C334.391 541.548 349.413 546.084 368.428 554.831C384.317 562.145 402.811 570.174 421.11 572.887L427.08 573.755C458.989 578.27 507.2 585.128 529.319 633.721C531.186 637.823 536.852 650.302 548.009 648.131C552.85 647.177 563.811 645.05 567.111 591.769C580.634 591.856 602.124 593.397 614.367 599.755C616.624 600.928 623.505 604.487 629.431 600.385C632.774 598.085 634.446 594.178 633.946 589.968C632.253 575.882 591.032 536.014 553.436 521.56C530.665 512.814 506.592 504.849 483.301 497.166C420.633 476.461 355.816 455.041 304.61 414.955C242.311 366.189 193.08 293.636 165.989 210.709C123.596 80.8607 119.862 -69.5187 155.744 -201.863C169.224 -251.541 187.675 -319.536 226.595 -356.995C271.897 -400.575 324.58 -428.984 380.367 -459.086L386.662 -462.493C434.221 -488.189 486.665 -510.522 547.032 -530.771C671.955 -572.679 747.365 -643.561 777.516 -747.431C813.788 -872.722 810.445 -952.024 765.078 -1040.03ZM844.959 -1173.83C841.855 -1160.91 828.462 -1154.06 817.088 -1149.72C805.04 -1145.11 792.233 -1142.99 780.294 -1138.08C774.499 -1135.7 769.007 -1132.61 763.862 -1129.01C758.631 -1125.34 752.227 -1119.74 748.038 -1114.97C750.686 -1120.79 757.003 -1128.01 761.062 -1132.9C765.273 -1137.97 769.723 -1142.84 774.173 -1147.72C783.898 -1158.44 794.057 -1168.77 804.563 -1178.69C807.319 -1181.27 810.358 -1184.35 813.159 -1186.89L838.252 -1178.15C838.252 -1178.15 840.9 -1177.19 840.922 -1177.19C845.48 -1175.95 845.133 -1174.57 844.959 -1173.83ZM829.005 -1196.59L822.276 -1194.55C840.661 -1210.18 861.022 -1225.13 883.315 -1239.41C871.528 -1221.25 845.979 -1203.08 829.005 -1196.59ZM867.751 -1273.88L859.915 -1265.39L886.398 -1252.93C829.157 -1217.43 783.854 -1177.63 751.077 -1133.81C753.79 -1141.62 756.938 -1150.84 760.324 -1161.17C764.123 -1172.66 768.225 -1185.57 772.48 -1199.35L775.432 -1202.76C805.257 -1237.11 843.244 -1269.49 888.937 -1299.7C880.776 -1288.74 872.831 -1279.37 867.751 -1273.88ZM917.026 -1373.47C918.003 -1371.61 918.98 -1368.29 919.045 -1362.66C919.153 -1350.86 912.099 -1335.36 902.938 -1320.37C853.49 -1289.72 812.095 -1256.73 779.166 -1221.57C781.879 -1230.78 784.766 -1240.15 787.414 -1249.79C789.216 -1256.17 791.039 -1262.66 792.863 -1269.13L793.926 -1270.36C825.814 -1307.06 867.079 -1341.48 917.026 -1373.47ZM883.294 -1385L882.338 -1375.84L902.33 -1375.62C861.76 -1348.82 827.073 -1320.32 798.68 -1290.2C801.003 -1298.92 803.325 -1307.65 805.605 -1316.24C808.036 -1325.23 810.206 -1334.08 812.377 -1342.76L814.439 -1345.13C833.91 -1367.57 856.963 -1389.12 883.228 -1409.83C884.314 -1395.83 883.315 -1385.28 883.294 -1385ZM881.883 -1421.24C857.701 -1402.58 836.168 -1383.2 817.413 -1363.08C818.716 -1368.48 819.953 -1373.78 821.168 -1378.92C823.491 -1388.56 825.51 -1397.74 827.377 -1406.2C827.941 -1408.76 828.484 -1411.21 829.026 -1413.64L830.394 -1415.23C842.311 -1428.97 855.748 -1442.38 870.313 -1455.51C876.651 -1445.03 880.081 -1432.68 881.883 -1421.24ZM711.809 -1163.04C695.616 -1179.32 675.472 -1199.59 681.441 -1218.36C681.68 -1219.14 682.071 -1220.34 686.065 -1219.27L688.127 -1218.84L699.805 -1216.24L719.993 -1212L708.662 -1229.19C700.109 -1242.15 678.836 -1280.3 682.917 -1301.22C683.243 -1302.85 683.655 -1304.54 684.437 -1306C684.697 -1306.48 685.023 -1307.06 685.587 -1307.26C685.652 -1307.28 685.739 -1307.3 685.804 -1307.3C686.021 -1307.32 686.282 -1307.32 686.521 -1307.3C687.042 -1307.26 687.563 -1307.21 688.084 -1307.15C688.887 -1307.08 689.668 -1307 690.471 -1306.93C691.47 -1306.84 692.49 -1306.74 693.489 -1306.65C694.639 -1306.54 695.789 -1306.43 696.94 -1306.32C698.177 -1306.22 699.393 -1306.09 700.63 -1305.98C701.867 -1305.87 703.105 -1305.74 704.342 -1305.63C705.514 -1305.52 706.686 -1305.41 707.858 -1305.28C708.9 -1305.2 709.942 -1305.09 711.006 -1305C711.853 -1304.91 712.699 -1304.85 713.546 -1304.76C714.132 -1304.72 714.718 -1304.65 715.304 -1304.61C715.564 -1304.59 715.825 -1304.57 716.085 -1304.54L713.741 -1315.79C709.465 -1336.4 701.498 -1394.98 715.695 -1418.01C719.776 -1424.65 723.118 -1426.67 724.768 -1427.06C725.202 -1427.17 725.658 -1427.08 726.027 -1426.84L754.072 -1410.74L758.001 -1419.14C758.327 -1419.83 791.647 -1489.65 841.508 -1478.58L842.658 -1478.28C851.862 -1475.28 859.004 -1470.07 864.582 -1463.56C853.295 -1453.45 842.789 -1443.12 833.02 -1432.63C836.819 -1451.39 839.75 -1459.42 837.123 -1459.96C835.3 -1460.33 830.394 -1441.27 819.649 -1408.28C816.936 -1400.04 814.005 -1391.12 811.096 -1381.63C808.144 -1372.15 804.975 -1362.17 801.936 -1351.77C798.897 -1341.37 795.576 -1330.7 792.537 -1319.74C789.455 -1308.8 786.329 -1297.69 783.203 -1286.57C780.229 -1275.42 777.255 -1264.26 774.325 -1253.28C771.329 -1242.32 768.768 -1231.43 766.076 -1220.92C760.845 -1199.91 756.221 -1180.23 752.531 -1163.28C747.843 -1142.25 744.608 -1125.47 742.828 -1115.77C742.676 -1115.77 742.698 -1115.77 742.546 -1115.77C737.749 -1127.51 732.018 -1140.23 727.547 -1146.05C723.466 -1151.32 717.822 -1157.03 711.809 -1163.04ZM527.322 -1833.53C534.79 -1811.96 522.113 -1794.62 499.06 -1765.84C475.139 -1735.95 445.379 -1698.78 445.379 -1642.31C445.379 -1635.67 445.422 -1628.37 445.466 -1620.56C446.073 -1524.89 447.202 -1346.82 368.254 -1264.76C342.466 -1237.94 337.626 -1211.79 332.047 -1181.47C324.385 -1139.95 314.855 -1088.3 241.399 -1010.86C176.148 -942.106 84.5886 -871.289 2.42804 -810.456C0.365905 -812.973 -1.71796 -815.491 -3.93207 -818.009C-9.51074 -824.389 -15.2848 -830.575 -21.1674 -836.63C60.9281 -897.289 153.096 -968.236 217.5 -1036.17C283.619 -1105.85 291.368 -1147.76 298.836 -1188.28C304.653 -1219.86 311.274 -1255.63 344.55 -1290.2C413.318 -1361.71 412.189 -1536.35 411.646 -1620.28C411.603 -1628.18 411.559 -1635.54 411.559 -1642.26C411.559 -1668 416.292 -1691.9 426.06 -1715.29C440.104 -1748.8 458.989 -1783.33 482.129 -1817.93C497.345 -1840.67 519.508 -1872.36 544.21 -1899.92C545.795 -1899.79 547.401 -1899.86 548.964 -1900.38C554.434 -1902.18 559.579 -1903.7 564.159 -1904.89C562.314 -1902.81 560.469 -1900.72 558.645 -1898.68C539.5 -1877.41 519.747 -1855.39 527.322 -1833.53ZM-62.7361 -882.119C-54.4224 -887.653 -46.0651 -893.187 -37.7079 -898.722C34.5109 -946.49 109.204 -995.864 168.269 -1062.82L171.633 -1066.64C206.885 -1106.55 243.331 -1147.83 259.546 -1199.24L261.109 -1204.23C271.224 -1236.66 292.258 -1304.09 338.386 -1359.32C366.93 -1393.5 390.482 -1465.06 401.249 -1540.13C398.405 -1454.38 386.249 -1347.58 337.539 -1296.95C302.244 -1260.27 295.362 -1222.98 289.285 -1190.06C282.056 -1150.93 274.589 -1110.46 210.445 -1042.85C146.236 -975.159 53.9168 -904.169 -28.1353 -843.553C-40.7253 -856.075 -53.7929 -867.947 -67.1209 -879.167C-65.6666 -880.144 -64.1904 -881.142 -62.7361 -882.119ZM-68.0976 -890.171C-70.3551 -888.673 -72.6343 -887.132 -74.8919 -885.613C-87.2214 -895.705 -99.6595 -905.298 -112.076 -914.413C-101.874 -921.032 -91.6713 -927.63 -81.5559 -934.119C-15.2848 -976.7 47.3179 -1016.92 89.9285 -1065.25C189.976 -1178.75 366.778 -1423.76 394.693 -1621.97C395.453 -1627.42 396.473 -1632.95 397.667 -1638.55C401.184 -1528.13 366.561 -1408.18 330.962 -1365.53C283.619 -1308.82 262.173 -1240.13 251.884 -1207.12L250.342 -1202.17C234.735 -1152.71 198.984 -1112.21 164.405 -1073.06L161.04 -1069.24C102.822 -1003.24 28.6717 -954.216 -43.0262 -906.795C-51.405 -901.239 -59.7621 -895.727 -68.0976 -890.171ZM668.461 -1923.36C655.632 -1908.45 627.695 -1914.87 605.25 -1920.06C596.936 -1921.97 589.1 -1923.79 582.436 -1924.44C580.504 -1924.64 578.138 -1924.57 575.468 -1924.31C597.088 -1934.47 620.532 -1942.83 645.733 -1949.34L665.877 -1928.61L666.377 -1928.22L666.398 -1928.22C669.893 -1925.01 668.96 -1923.95 668.461 -1923.36ZM663.251 -1952.14L657.802 -1952.29C681.224 -1957.69 706.1 -1961.6 732.387 -1964.01C713.654 -1953.31 677.165 -1951.72 663.251 -1952.14ZM734.297 -2001.88L723.487 -1997.95L741.287 -1974.64C674.343 -1969.48 616.017 -1954.98 566.959 -1931.13C572.928 -1936.82 579.918 -1943.59 587.646 -1951.23C596.263 -1959.69 605.793 -1969.3 615.821 -1979.59L619.989 -1981.24C662.1 -1998.04 710.55 -2009.3 764.839 -2015.1C752.64 -2009.11 741.309 -2004.42 734.297 -2001.88ZM823.426 -2067.75C823.448 -2065.64 822.797 -2062.24 820.279 -2057.2C815.004 -2046.63 801.654 -2036.08 786.698 -2026.99C728.893 -2022.56 677.143 -2012.32 631.906 -1996.24C638.505 -2003.16 645.343 -2010.17 652.093 -2017.55C656.587 -2022.39 661.167 -2027.34 665.747 -2032.24L667.267 -2032.85C712.265 -2050.82 764.557 -2062.37 823.426 -2067.75ZM811.379 -2076.47C763.189 -2071.35 719.428 -2062.02 680.508 -2048.32C686.542 -2055.01 692.599 -2061.72 698.525 -2068.31C704.776 -2075.17 710.724 -2082.07 716.628 -2088.8L719.537 -2089.97C747.039 -2100.93 777.299 -2109.48 810.033 -2115.78C804.628 -2102.82 798.941 -2093.88 798.767 -2093.64L793.753 -2085.94L811.379 -2076.47ZM814.07 -2126.54C784.115 -2121.09 756.178 -2113.8 730.369 -2104.56C733.994 -2108.77 737.51 -2112.93 740.94 -2116.95C747.409 -2124.46 753.378 -2131.69 758.891 -2138.35C760.563 -2140.37 762.169 -2142.3 763.732 -2144.23L765.664 -2145.01C782.509 -2151.74 800.525 -2157.47 819.454 -2162.42C820.279 -2150.13 817.674 -2137.55 814.07 -2126.54ZM543.82 -2038.56C544.406 -2039.14 545.296 -2040.03 548.335 -2037.23L549.181 -2036.37L559.145 -2028.18L575.121 -2015.1L572.907 -2035.63C571.235 -2051.1 569.781 -2094.92 582.935 -2111.65C585.779 -2115.28 587.733 -2116.02 588.232 -2115.91L588.471 -2115.69L613.824 -2099.3L616.907 -2110.39C622.529 -2130.73 642.173 -2186.55 665.27 -2200.48C673.236 -2205.28 677.23 -2204.69 678.164 -2204.04L695.985 -2176.26L703.3 -2181.91C703.908 -2182.38 765.295 -2229.13 804.454 -2196.23L805.322 -2195.43C812.117 -2188.53 816.067 -2180.56 818.064 -2172.18C803.456 -2168.39 789.411 -2164.07 775.975 -2159.23C787.87 -2174.22 794.838 -2183.6 794.838 -2183.6C794.838 -2183.6 777.538 -2168.17 752.944 -2143.8C746.779 -2137.72 740.093 -2131.12 733.19 -2124.02C726.244 -2116.95 718.864 -2109.55 711.44 -2101.67C703.995 -2093.81 696.18 -2085.85 688.474 -2077.49C680.747 -2069.18 672.91 -2060.74 665.053 -2052.27C657.325 -2043.72 649.597 -2035.15 642 -2026.73C634.337 -2018.35 627.109 -2009.82 619.946 -2001.73C605.728 -1985.45 592.66 -1970.04 581.633 -1956.67C567.914 -1940.16 557.386 -1926.72 551.374 -1918.91C551.265 -1918.87 551.178 -1918.85 551.07 -1918.82C552.177 -1931.52 552.915 -1945.6 551.612 -1952.88C550.44 -1959.45 548.009 -1967.13 545.448 -1975.27C538.566 -1997.26 529.949 -2024.6 543.82 -2038.56ZM-104.5 -972.729C-40.8121 -1013.64 19.3377 -1052.27 57.8891 -1096C154.593 -1205.71 325.275 -1441.32 351.627 -1628.59C367.95 -1744.55 468.041 -1865.67 534.051 -1917.93C533.899 -1916.24 533.748 -1914.53 533.552 -1912.75C533.27 -1909.9 533.986 -1907.13 535.549 -1904.87C510.999 -1877.24 489.14 -1845.95 474.032 -1823.35C450.588 -1788.3 431.443 -1753.25 417.16 -1719.22C400.12 -1685.65 389.332 -1653.38 385.099 -1623.29C357.509 -1427.36 181.987 -1184.33 82.635 -1071.61C40.9144 -1024.29 -21.124 -984.426 -86.8741 -942.171C-97.9446 -935.052 -109.189 -927.825 -120.433 -920.49C-130.961 -928.042 -141.315 -935.226 -151.517 -942.149C-135.715 -952.61 -119.89 -962.832 -104.5 -972.729ZM-687.265 -1628.59C-660.913 -1441.32 -490.232 -1205.69 -393.527 -1096C-354.976 -1052.27 -294.826 -1013.64 -231.138 -972.729C-220.285 -965.762 -209.431 -958.795 -198.621 -951.763C-191.48 -947.119 -184.555 -942.149 -177.24 -937.765C-170.489 -933.728 -163.825 -930.147 -157.313 -925.72C-144.289 -916.844 -131.395 -907.772 -118.718 -898.396C-91.9318 -878.581 -66.0789 -857.378 -42.3098 -833.982C-33.4317 -825.257 -24.8792 -816.251 -16.674 -806.897C-5.19104 -793.81 4.75061 -779.095 14.9745 -765.053C25.5024 -750.621 35.3791 -735.668 44.496 -720.302C59.6909 -694.736 72.932 -667.998 83.8288 -640.327C91.2526 -621.467 97.6561 -602.151 102.605 -582.489C104.624 -574.459 106.513 -566.342 107.728 -557.986C107.75 -557.747 107.837 -557.53 107.88 -557.313C97.5477 -549.912 87.2802 -542.078 76.8609 -533.787L75.6236 -539.582C68.3735 -573.721 61.5142 -605.971 48.0125 -637.939C33.903 -671.405 15.756 -704.047 -5.90747 -734.951C-36.4056 -778.466 -75.2826 -818.811 -124.796 -858.332C-156.727 -883.833 -191.545 -905.884 -225.19 -927.217C-233.048 -932.187 -240.906 -937.179 -248.721 -942.193C-314.449 -984.405 -376.553 -1024.27 -418.295 -1071.65C-508.27 -1173.7 -687.243 -1420.37 -720.759 -1623.45C-723.95 -1642.81 -746.438 -1693.2 -770.185 -1740.69C-779.107 -1759.74 -789.96 -1780.6 -802.832 -1802.54C-811.971 -1818.77 -819.72 -1831.38 -824.583 -1837.55C-839.148 -1859.73 -855.797 -1882.62 -874.378 -1905.54C-873.098 -1907.67 -872.49 -1910.16 -872.75 -1912.75C-873.054 -1915.57 -873.293 -1918.28 -873.51 -1920.91C-807.608 -1870.38 -703.914 -1746.78 -687.265 -1628.59ZM17.9918 -583.617C-28.5695 -717.351 -146.373 -809.979 -266.716 -890.171C-275.029 -895.727 -283.387 -901.239 -291.765 -906.773C-363.463 -954.194 -437.614 -1003.22 -495.832 -1069.22C-500 -1073.93 -504.254 -1078.68 -508.509 -1083.44C-540.591 -1119.18 -573.738 -1156.16 -585.069 -1201.87C-602.131 -1270.8 -631.218 -1318.63 -659.35 -1364.9C-698.401 -1429.12 -734.586 -1499.18 -737.69 -1601.18C-737.907 -1607.93 -737.647 -1614.35 -737.603 -1620.28C-737.538 -1628.2 -737.495 -1635.56 -737.495 -1642.31C-737.495 -1643.22 -737.538 -1644.24 -737.625 -1645.35C-733.761 -1635.21 -731.156 -1627.05 -730.31 -1621.86C-696.447 -1416.64 -516.15 -1168.03 -425.545 -1065.25C-382.891 -1016.87 -320.245 -976.635 -253.93 -934.054C-246.094 -929.019 -238.236 -924.049 -230.357 -919.057C-196.928 -897.854 -162.349 -875.934 -130.809 -850.78C-82.0334 -811.867 -43.786 -772.15 -13.8088 -729.417C7.46392 -699.077 25.2636 -667.043 39.1126 -634.185C52.2453 -603.063 59.0179 -571.246 66.1594 -537.564L68.4169 -527.016C61.5358 -521.438 54.568 -515.709 47.4481 -509.806C43.9533 -506.897 40.6321 -503.881 37.2458 -500.907C36.8768 -502.882 36.5078 -504.77 36.1388 -506.767C31.4718 -531.747 26.1971 -560.048 17.9918 -583.617ZM28.8235 -493.268C15.1048 -480.376 2.51482 -466.856 -8.85957 -452.944C-15.6104 -574.198 -96.9896 -671.818 -166.278 -733.628C-205.22 -768.331 -247.505 -799.431 -288.423 -829.489L-306.504 -842.815C-388.752 -903.518 -481.505 -974.769 -546.083 -1042.83C-610.205 -1110.43 -617.694 -1150.91 -624.923 -1190.06C-631.001 -1222.96 -637.882 -1260.27 -673.177 -1296.93C-715.484 -1340.9 -731.851 -1437.39 -736.843 -1515.56C-722.17 -1457.05 -694.602 -1404.2 -667.598 -1359.82C-639.835 -1314.18 -611.139 -1267 -594.446 -1199.52C-582.551 -1151.45 -548.58 -1113.58 -515.715 -1076.95C-511.461 -1072.21 -507.228 -1067.51 -503.082 -1062.8C-443.996 -995.842 -369.324 -946.446 -297.084 -898.678C-288.726 -893.144 -280.369 -887.631 -272.056 -882.097C-153.124 -802.838 -36.753 -711.447 8.8532 -580.405C16.8196 -557.552 21.8122 -530.814 26.6312 -504.966C27.3475 -500.972 28.1072 -497.131 28.8235 -493.268ZM-1144.46 -2195.47L-1143.59 -2196.27C-1104.43 -2229.15 -1043.04 -2182.43 -1042.43 -2181.95L-1035.12 -2176.31L-1017.3 -2204.09C-1016.36 -2204.74 -1012.39 -2205.32 -1004.42 -2200.53C-981.328 -2186.59 -961.683 -2130.77 -956.061 -2110.44L-952.979 -2099.35L-927.625 -2115.73L-927.387 -2115.95C-926.887 -2116.06 -924.933 -2115.32 -922.09 -2111.7C-908.936 -2094.96 -910.39 -2051.15 -912.061 -2035.67L-914.276 -2015.14L-898.299 -2028.23L-888.358 -2036.41L-887.511 -2037.28C-884.45 -2040.08 -883.56 -2039.19 -882.996 -2038.6C-869.125 -2024.65 -877.743 -1997.3 -884.689 -1975.34C-887.25 -1967.2 -889.682 -1959.52 -890.854 -1952.94C-892.156 -1945.67 -891.418 -1931.58 -890.311 -1918.89C-890.42 -1918.93 -890.506 -1918.95 -890.615 -1918.98C-896.628 -1926.79 -907.156 -1940.22 -920.875 -1956.74C-931.88 -1970.11 -944.948 -1985.49 -959.187 -2001.79C-966.35 -2009.89 -973.579 -2018.4 -981.241 -2026.8C-988.839 -2035.22 -996.566 -2043.79 -1004.29 -2052.34C-1012.13 -2060.78 -1019.99 -2069.22 -1027.69 -2077.56C-1035.38 -2085.91 -1043.21 -2093.88 -1050.64 -2101.74C-1058.06 -2109.59 -1065.44 -2117.01 -1072.39 -2124.09C-1079.31 -2131.19 -1085.98 -2137.78 -1092.14 -2143.86C-1116.71 -2168.25 -1134.04 -2183.66 -1134.04 -2183.66C-1134.04 -2183.66 -1127.07 -2174.29 -1115.13 -2159.34C-1128.57 -2164.15 -1142.61 -2168.47 -1157.22 -2172.29C-1155.2 -2180.58 -1151.25 -2188.55 -1144.46 -2195.47ZM-1137.94 -2093.62C-1138.1 -2093.86 -1143.8 -2102.78 -1149.21 -2115.76C-1116.48 -2109.48 -1086.22 -2100.93 -1058.71 -2089.95L-1055.8 -2088.78C-1049.92 -2082.05 -1043.95 -2075.17 -1037.7 -2068.29C-1031.75 -2061.69 -1025.72 -2055.01 -1019.66 -2048.3C-1058.58 -2062 -1102.34 -2071.33 -1150.53 -2076.45L-1132.91 -2085.89L-1137.94 -2093.62ZM-1158.63 -2162.4C-1139.7 -2157.45 -1121.71 -2151.72 -1104.86 -2144.99L-1102.93 -2144.21C-1101.37 -2142.3 -1099.76 -2140.35 -1098.09 -2138.33C-1092.58 -2131.66 -1086.61 -2124.42 -1080.14 -2116.93C-1076.73 -2112.91 -1073.19 -2108.77 -1069.57 -2104.54C-1095.35 -2113.78 -1123.31 -2121.07 -1153.25 -2126.52C-1156.85 -2137.55 -1159.43 -2150.13 -1158.63 -2162.4ZM-1159.46 -2057.2C-1161.97 -2062.24 -1162.62 -2065.64 -1162.6 -2067.75C-1103.73 -2062.37 -1051.42 -2050.82 -1006.42 -2032.85L-1004.9 -2032.24C-1000.34 -2027.34 -995.763 -2022.39 -991.248 -2017.55C-984.519 -2010.19 -977.681 -2003.18 -971.061 -1996.24C-1016.28 -2012.32 -1068.05 -2022.56 -1125.85 -2026.99C-1140.83 -2036.08 -1154.16 -2046.63 -1159.46 -2057.2ZM-1073.47 -2001.88C-1080.49 -2004.42 -1091.79 -2009.09 -1104.02 -2015.1C-1049.73 -2009.32 -1001.28 -1998.06 -959.165 -1981.24L-954.998 -1979.59C-944.969 -1969.28 -935.44 -1959.69 -926.822 -1951.23C-919.116 -1943.59 -912.105 -1936.82 -906.135 -1931.13C-955.193 -1954.98 -1013.52 -1969.46 -1080.46 -1974.64L-1062.66 -1997.95L-1073.47 -2001.88ZM-1071.59 -1964.01C-1045.3 -1961.6 -1020.42 -1957.69 -997 -1952.29L-1002.45 -1952.14C-1016.34 -1951.73 -1052.83 -1953.31 -1071.59 -1964.01ZM-944.426 -1920.06C-966.871 -1914.9 -994.808 -1908.45 -1007.64 -1923.36C-1008.14 -1923.95 -1009.07 -1925.01 -1005.57 -1928.2L-1005.55 -1928.2L-1005.03 -1928.59L-984.888 -1949.32C-959.686 -1942.81 -936.265 -1934.45 -914.623 -1924.29C-917.293 -1924.55 -919.659 -1924.64 -921.591 -1924.42C-928.277 -1923.77 -936.113 -1921.97 -944.426 -1920.06ZM-577.016 -1010.86C-650.472 -1088.3 -660.001 -1139.95 -667.664 -1181.47C-673.264 -1211.79 -678.083 -1237.94 -703.871 -1264.76C-782.819 -1346.82 -781.69 -1524.89 -781.082 -1620.56C-781.039 -1628.37 -780.995 -1635.64 -780.995 -1642.31C-780.995 -1698.78 -810.755 -1735.95 -834.698 -1765.84C-857.729 -1794.62 -870.406 -1811.96 -862.939 -1833.53C-855.363 -1855.39 -875.138 -1877.41 -894.24 -1898.7C-895.673 -1900.31 -897.127 -1902 -898.603 -1903.65C-895.304 -1902.7 -891.766 -1901.63 -888.097 -1900.42C-886.187 -1899.79 -884.212 -1899.7 -882.323 -1900.05C-849.698 -1859.9 -823.345 -1819.55 -802.898 -1782.96C-796.19 -1770.53 -789.027 -1756.75 -781.929 -1742.62C-758.29 -1693.53 -747.176 -1655.87 -747.176 -1642.33C-747.176 -1635.6 -747.22 -1628.26 -747.285 -1620.3C-747.306 -1615.09 -747.35 -1609.51 -747.458 -1603.65C-747.436 -1602.79 -747.393 -1602 -747.371 -1601.16C-747.61 -1512.13 -744.05 -1356.65 -680.167 -1290.26C-646.89 -1255.69 -640.291 -1219.9 -634.452 -1188.33C-626.963 -1147.81 -619.236 -1105.9 -553.116 -1036.21C-488.039 -967.607 -394.851 -896.031 -312.257 -835.067L-294.153 -821.741C-253.431 -791.791 -211.32 -760.843 -172.725 -726.422C-102.677 -663.961 -20.0169 -564.323 -18.1067 -441.137C-29.9804 -425.511 -40.5082 -409.581 -49.6685 -393.652C-47.9971 -408.366 -47.0637 -423.905 -47.0637 -440.356C-47.0637 -445.804 -47.1723 -451.164 -47.3893 -456.416C-50.1461 -525.627 -87.3083 -594.881 -160.982 -668.128C-161.242 -668.389 -161.524 -668.562 -161.785 -668.779C-187.616 -694.107 -217.159 -717.85 -242.99 -738.207L-254.256 -746.953C-274.139 -762.341 -304.204 -785.584 -335.288 -808.546C-335.548 -808.72 -335.809 -808.85 -336.069 -809.002C-418.751 -870.161 -511.244 -941.542 -577.016 -1010.86ZM-66.448 -440.335C-66.448 -290.259 -148.608 -217.337 -167.841 -202.34C-187.073 -217.272 -269.19 -289.76 -269.19 -440.335C-269.19 -445.5 -269.082 -450.6 -268.886 -455.635C-266.412 -517.619 -233.331 -580.449 -167.841 -647.489C-102.329 -580.449 -69.2481 -517.597 -66.7735 -455.613C-66.5565 -450.6 -66.448 -445.522 -66.448 -440.335ZM-370.865 -341.89C-388.383 -387.423 -402.753 -436.189 -403.73 -480.745C-405.77 -576.412 -369.454 -672.838 -298.733 -759.866C-285.731 -749.926 -274.009 -740.855 -264.588 -733.584L-262.157 -731.696C-304.963 -684.145 -334.658 -635.639 -352.784 -583.596C-362.009 -557.118 -367.457 -529.013 -372.71 -501.841L-374.252 -493.832C-374.751 -489.969 -384.15 -410.862 -370.865 -341.89ZM-452.809 -393.543C-458.67 -402.42 -464.791 -411.057 -471.238 -419.348C-489.168 -442.44 -512.416 -464.36 -542.241 -486.453C-558.717 -498.65 -598.701 -515.839 -633.975 -531.009C-655.529 -540.276 -673.98 -550.911 -685.463 -557.031C-717.286 -574.003 -744.615 -585.57 -766.734 -593.883C-748.522 -590.193 -730.505 -587.133 -712.792 -584.203C-676.151 -578.126 -638.294 -571.832 -598.506 -559.31C-573.89 -551.54 -549.253 -542.056 -523.204 -530.293C-499.609 -519.615 -486.042 -509.892 -466.766 -495.134C-467.352 -478.705 -466.853 -462.428 -464.683 -447.605C-462.23 -430.829 -457.997 -412.425 -452.809 -393.543ZM-1059.95 -1079.83C-1050.44 -1045.09 -1042.93 -1017.65 -1061.43 -959.403C-1090.64 -867.318 -1045.6 -814.363 -1005.86 -767.636C-998.52 -759.02 -991.574 -750.86 -985.17 -742.569C-933.226 -675.377 -895.043 -667.846 -842.231 -657.429C-827.622 -654.542 -811.081 -651.287 -792.826 -646.382C-764.173 -638.699 -735.954 -634.011 -706.107 -629.063C-668.011 -622.747 -628.613 -616.215 -585.981 -602.781C-525.961 -583.856 -489.211 -566.537 -463.141 -544.856C-462.903 -544.66 -462.62 -544.508 -462.36 -544.335C-464.01 -532.311 -465.377 -519.594 -466.202 -506.789C-482.981 -519.463 -497.026 -529.034 -519.254 -539.083C-545.649 -551.019 -570.634 -560.634 -595.618 -568.512C-636.058 -581.273 -674.263 -587.589 -711.403 -593.752C-740.599 -598.592 -770.815 -603.584 -801.161 -611.722C-818.44 -616.367 -833.7 -619.362 -848.46 -622.27C-903.813 -633.208 -951.59 -642.627 -1011.37 -719.977C-1017.32 -727.681 -1023.66 -735.103 -1030.36 -742.982L-1031.04 -743.763C-1032.12 -745.043 -1033.4 -746.519 -1034.86 -748.169C-1040.96 -755.135 -1046.6 -762.558 -1051.96 -770.132C-1058.04 -778.726 -1064.25 -787.755 -1068.76 -797.26C-1071.35 -802.708 -1074.3 -808.372 -1076.21 -814.08C-1078.08 -819.701 -1079.44 -825.648 -1080.79 -831.443C-1083.33 -842.468 -1085.09 -853.645 -1086.02 -864.93C-1087.65 -885.071 -1086.45 -905.298 -1083.46 -925.264C-1081.2 -940.391 -1078.71 -955.54 -1074.71 -970.298C-1050.59 -1059.48 -1071.63 -1105.29 -1070.72 -1107.57C-1069.87 -1109.72 -1069.07 -1111.78 -1068.24 -1113.8C-1065.68 -1101.21 -1062.71 -1089.95 -1059.95 -1079.83ZM-1183.64 -1483.77L-1182.49 -1484.07C-1132.63 -1495.14 -1099.3 -1425.32 -1098.98 -1424.63L-1095.05 -1416.23L-1067.01 -1432.33C-1066.61 -1432.55 -1066.18 -1432.66 -1065.75 -1432.55C-1064.1 -1432.16 -1060.78 -1430.14 -1056.67 -1423.5C-1042.48 -1400.47 -1050.44 -1341.92 -1054.72 -1321.28L-1057.04 -1310.04C-1056.78 -1310.06 -1056.52 -1310.08 -1056.26 -1310.1C-1055.67 -1310.14 -1055.09 -1310.21 -1054.5 -1310.25C-1053.66 -1310.34 -1052.81 -1310.4 -1051.96 -1310.49C-1050.92 -1310.58 -1049.88 -1310.69 -1048.81 -1310.77C-1047.64 -1310.88 -1046.47 -1310.99 -1045.3 -1311.1C-1044.06 -1311.21 -1042.82 -1311.34 -1041.61 -1311.45C-1040.37 -1311.55 -1039.16 -1311.68 -1037.92 -1311.79C-1036.77 -1311.9 -1035.62 -1312.01 -1034.47 -1312.12C-1033.47 -1312.21 -1032.45 -1312.31 -1031.45 -1312.4C-1030.65 -1312.49 -1029.86 -1312.55 -1029.06 -1312.62C-1028.54 -1312.66 -1028.02 -1312.7 -1027.52 -1312.77C-1027.3 -1312.79 -1027.02 -1312.77 -1026.8 -1312.77C-1026.74 -1312.77 -1026.65 -1312.75 -1026.59 -1312.73C-1026.02 -1312.55 -1025.7 -1311.95 -1025.46 -1311.47C-1024.65 -1309.99 -1024.24 -1308.32 -1023.92 -1306.69C-1019.84 -1285.77 -1041.13 -1247.6 -1049.66 -1234.66L-1061.01 -1217.47L-1040.83 -1221.7L-1029.15 -1224.29L-1027.09 -1224.72C-1023.07 -1225.78 -1022.7 -1224.59 -1022.44 -1223.81C-1016.47 -1205.04 -1036.62 -1184.77 -1052.81 -1168.49C-1058.8 -1162.46 -1064.47 -1156.77 -1068.52 -1151.47C-1072.97 -1145.66 -1078.73 -1132.92 -1083.52 -1121.2C-1083.68 -1121.2 -1083.65 -1121.2 -1083.81 -1121.2C-1085.59 -1130.92 -1088.84 -1147.7 -1093.51 -1168.73C-1097.2 -1185.66 -1101.8 -1205.36 -1107.05 -1226.37C-1109.75 -1236.85 -1112.29 -1247.75 -1115.3 -1258.71C-1118.21 -1269.69 -1121.19 -1280.84 -1124.18 -1292C-1127.31 -1303.11 -1130.43 -1314.25 -1133.52 -1325.18C-1136.55 -1336.14 -1139.88 -1346.82 -1142.91 -1357.22C-1145.93 -1367.61 -1149.12 -1377.6 -1152.07 -1387.08C-1154.98 -1396.59 -1157.94 -1405.51 -1160.63 -1413.73C-1171.39 -1446.72 -1176.28 -1465.78 -1178.1 -1465.41C-1180.73 -1464.86 -1177.82 -1456.83 -1174 -1438.08C-1183.77 -1448.56 -1194.27 -1458.87 -1205.56 -1469.01C-1199.98 -1475.56 -1192.82 -1480.79 -1183.64 -1483.77ZM-1211.31 -1461.02C-1196.73 -1447.89 -1183.31 -1434.48 -1171.37 -1420.74L-1170 -1419.16C-1169.48 -1416.73 -1168.94 -1414.27 -1168.38 -1411.71C-1166.51 -1403.25 -1164.49 -1394.07 -1162.15 -1384.43C-1160.93 -1379.29 -1159.69 -1373.99 -1158.39 -1368.57C-1177.15 -1388.66 -1198.68 -1408.07 -1222.86 -1426.73C-1221.08 -1438.15 -1217.65 -1450.5 -1211.31 -1461.02ZM-1223.34 -1381.33L-1224.29 -1390.49C-1224.32 -1390.77 -1225.34 -1401.32 -1224.21 -1415.32C-1197.92 -1394.63 -1174.89 -1373.06 -1155.42 -1350.62L-1153.36 -1348.25C-1151.18 -1339.55 -1149.01 -1330.7 -1146.58 -1321.73C-1144.3 -1313.14 -1141.98 -1304.41 -1139.66 -1295.69C-1168.05 -1325.81 -1202.76 -1354.31 -1243.31 -1381.11L-1223.34 -1381.33ZM-1260.04 -1368.13C-1259.98 -1373.78 -1259.02 -1377.08 -1258.03 -1378.94C-1208.08 -1346.97 -1166.79 -1312.55 -1134.93 -1275.81L-1133.86 -1274.57C-1132.04 -1268.11 -1130.22 -1261.62 -1128.41 -1255.24C-1125.77 -1245.6 -1122.88 -1236.22 -1120.17 -1227.02C-1153.09 -1262.18 -1194.49 -1295.17 -1243.94 -1325.81C-1253.1 -1340.81 -1260.15 -1356.31 -1260.04 -1368.13ZM-1208.75 -1279.35C-1213.83 -1284.84 -1221.78 -1294.21 -1229.89 -1305.2C-1184.2 -1274.99 -1146.21 -1242.63 -1116.39 -1208.25L-1113.44 -1204.84C-1109.2 -1191.08 -1105.1 -1178.15 -1101.3 -1166.67C-1097.92 -1156.31 -1094.79 -1147.09 -1092.05 -1139.3C-1124.85 -1183.12 -1170.16 -1222.9 -1227.38 -1258.43L-1200.89 -1270.86L-1208.75 -1279.35ZM-1224.34 -1244.9C-1202.04 -1230.62 -1181.68 -1215.65 -1163.3 -1200.04L-1170 -1202.08C-1186.98 -1208.55 -1212.53 -1226.74 -1224.34 -1244.9ZM-1158.09 -1155.19C-1169.46 -1159.53 -1182.86 -1166.38 -1185.96 -1179.3C-1186.13 -1180.06 -1186.46 -1181.42 -1181.92 -1182.64C-1181.9 -1182.64 -1179.25 -1183.59 -1179.25 -1183.59L-1154.16 -1192.34C-1151.34 -1189.82 -1148.3 -1186.74 -1145.54 -1184.14C-1135.03 -1174.22 -1124.88 -1163.89 -1115.15 -1153.17C-1110.72 -1148.28 -1106.25 -1143.42 -1102.04 -1138.32C-1097.96 -1133.44 -1091.66 -1126.21 -1089.02 -1120.4C-1093.21 -1125.17 -1099.61 -1130.77 -1104.84 -1134.44C-1109.96 -1138.04 -1115.48 -1141.12 -1121.27 -1143.51C-1133.23 -1148.46 -1146.04 -1150.61 -1158.09 -1155.19ZM-848.265 611.627C-874.552 611.627 -903.639 633.243 -923.349 651.3C-916.316 628.143 -901.1 598.692 -868.583 589.468C-863.503 588.014 -856.231 586.256 -847.809 584.216C-801.096 572.887 -757.725 561.233 -740.295 543.133C-725.621 527.897 -708.907 512.38 -686.093 492.847C-670.811 479.76 -653.598 470.059 -635.386 459.772C-616.804 449.289 -597.594 438.46 -580.576 423.701C-547.907 395.357 -527.763 352.538 -510.007 314.753C-468.112 225.706 -444.517 126.914 -441.738 28.9908C-436.529 -154.746 -490.449 -291.973 -542.654 -359.144C-578.079 -404.72 -640.443 -438.36 -690.564 -465.38L-698.379 -469.612C-761.503 -503.75 -819.569 -529.316 -875.876 -547.721C-996.87 -587.263 -1069.59 -654.369 -1098.18 -752.835C-1131.45 -867.404 -1118.86 -908.076 -1095.98 -981.909C-1093.36 -990.373 -1090.62 -999.228 -1087.8 -1008.63C-1078.6 -1039.49 -1089.23 -1074.84 -1099.5 -1109.04C-1100.04 -1110.85 -1100.56 -1112.63 -1101.11 -1114.43C-1097.68 -1111.35 -1093.9 -1107.72 -1089.99 -1103.73C-1088.5 -1102.21 -1086.67 -1101.14 -1084.7 -1100.58C-1083.94 -1098.13 -1077.4 -1102.66 -1076.75 -1100.25C-1064.7 -1055.87 -1075.38 -1012.71 -1084.15 -972.338C-1097.03 -913.046 -1110.33 -851.757 -1065.51 -762.493C-1029.52 -690.808 -980.417 -619.297 -865.869 -581.859C-807.651 -562.826 -747.805 -536.522 -682.945 -501.428L-675.239 -497.261C-622.296 -468.7 -556.416 -433.173 -516.497 -381.802C-430.928 -271.725 -404.294 -96.8644 -407.897 30.0977C-410.806 133.1 -435.639 237.035 -479.704 330.726C-498.024 369.683 -520.838 418.167 -559.108 451.351C-578.665 468.301 -600.264 480.498 -619.453 491.328C-636.189 500.769 -651.991 509.667 -664.798 520.648C-679.624 533.345 -698.922 550.273 -716.591 568.634C-720.108 572.323 -741.359 588.036 -778.933 599.647C-795.93 604.509 -824.713 611.627 -848.265 611.627ZM-792.023 647.545C-777.392 642.467 -763.847 633.265 -756.38 619.397C-755.772 618.268 -755.186 617.183 -754.6 616.098C-748.804 605.485 -740.295 596.652 -730.006 590.293C-722.799 585.866 -715.636 581.59 -709.601 575.274C-692.236 557.218 -673.177 540.485 -658.503 527.919C-646.413 517.567 -631.022 508.885 -614.569 499.618C-595.098 488.637 -573.043 476.179 -552.769 458.578C-512.959 424.049 -489.667 374.544 -470.934 334.698C-426.327 239.878 -401.19 134.597 -398.238 30.2713C-394.591 -98.3403 -421.725 -275.718 -508.856 -387.835C-550.034 -440.812 -616.891 -476.882 -670.703 -505.899L-678.365 -510.044C-743.746 -545.398 -804.113 -571.941 -862.895 -591.148C-963.225 -623.941 -1011.91 -683.841 -1046.21 -746.498C-1044.76 -744.826 -1043.39 -743.264 -1042.15 -741.853C-1040.74 -740.247 -1039.48 -738.815 -1038.42 -737.556L-1037.74 -736.753C-1031.12 -728.983 -1024.87 -721.648 -1019.05 -714.117C-1000.41 -689.983 -979.223 -667.238 -953.869 -650.028C-935.092 -637.288 -914.319 -628.282 -892.503 -622.248C-882.236 -619.405 -871.817 -617.148 -861.376 -615.043C-844.944 -611.701 -828.707 -607.534 -812.687 -602.347C-779.758 -591.712 -748.131 -577.28 -717.047 -562.218C-708.147 -557.899 -699.291 -553.472 -690.478 -548.958C-678.539 -542.816 -659.589 -531.53 -637.838 -522.198C-603.042 -507.223 -563.623 -490.273 -548.037 -478.749C-518.516 -456.916 -496.548 -436.189 -478.922 -413.51C-465.095 -395.735 -452.722 -376.441 -441.586 -356.127C-431.102 -323.595 -419.25 -291.865 -409.829 -266.646C-402.557 -247.157 -396.805 -231.791 -394.483 -223.523C-393.484 -219.92 -392.334 -216.317 -391.096 -212.411C-382.37 -184.978 -361.749 -139.619 -359.274 50.4766C-358.948 75.001 -362.508 98.8309 -366.09 122.964C-369.65 146.946 -375.619 171.101 -381.198 194.714C-382.11 198.577 -383.065 202.44 -384.02 206.282C-397.717 260.518 -418.186 310.391 -444.712 368.598C-458.127 398.027 -473.192 428.693 -497.069 452.067C-510.289 465.002 -525.418 472.728 -541.438 480.889C-547.863 484.166 -554.506 487.552 -561.083 491.328C-600.893 514.203 -641.615 542.243 -673.438 575.644C-684.899 587.667 -695.21 600.797 -707.257 612.256C-718.089 622.565 -730.635 631.594 -745.049 636.043C-753.384 638.625 -760.83 642.12 -768.514 646.243C-790.221 657.898 -811.385 671.071 -831.008 685.938C-836.674 690.235 -842.231 694.706 -847.375 699.589C-833.721 680.36 -804.092 651.734 -792.023 647.545ZM-526.091 522.841C-551.879 536.904 -576.473 553.094 -599.808 570.912C-599.938 570.999 -600.047 571.086 -600.177 571.194C-612.029 580.266 -623.577 589.751 -634.799 599.582C-645.892 609.327 -655.313 617.356 -661.477 630.899C-668.271 645.852 -683.77 655.423 -699.768 659.178C-723.928 664.864 -750.758 654.577 -771.466 671.809C-785.098 683.138 -819.872 697.874 -842.361 706.056C-825.364 691.45 -805.893 679.427 -786.748 667.881C-772.247 659.113 -757.639 649.954 -741.402 644.898C-726.164 640.145 -713.118 631.398 -701.548 620.525C-689.153 608.871 -678.539 595.48 -666.795 583.153C-635.299 550.121 -595.705 522.428 -556.242 499.792C-549.86 496.124 -543.327 492.804 -537.01 489.592C-521.055 481.453 -504.558 473.032 -490.275 459.056C-465.225 434.531 -449.054 401.608 -435.877 372.7C-409.156 314.015 -388.491 263.686 -374.621 208.734C-372.602 200.726 -365.547 167.173 -363.767 159.1C-366.046 239.01 -388.622 326.646 -409.916 373.069C-414.887 383.92 -419.945 394.706 -425.154 405.428C-429.778 414.999 -434.488 424.504 -439.307 433.945C-443.67 442.474 -448.12 450.982 -452.635 459.424C-456.825 467.238 -461.079 474.986 -465.377 482.712C-467.07 485.75 -468.677 488.789 -470.934 491.48C-473.756 494.865 -477.229 497.839 -481.115 499.922C-495.941 507.866 -511.309 514.789 -526.091 522.841ZM-655.573 820.214C-644.611 773.422 -617.564 760.422 -594.924 745.491C-590.561 742.604 -586.133 739.674 -581.726 736.636L-576.972 733.38C-555.699 718.818 -526.569 698.851 -523.183 670.355C-518.668 632.115 -502.474 590.879 -487.909 559.996C-479.052 545.867 -435.074 474.443 -392.29 381.142C-359.079 308.72 -337.893 200.097 -339.846 50.2816C-342.386 -142.701 -362.964 -187.908 -372.602 -218.205C-373.774 -221.895 -374.838 -225.28 -375.815 -228.688C-378.354 -237.716 -384.215 -253.451 -391.66 -273.352C-409.916 -322.227 -437.527 -396.104 -445.515 -450.405C-454.676 -512.67 -430.95 -606.514 -429.127 -613.654C-414.757 -657.103 -386.798 -720.888 -334.072 -786.604C-324.543 -779.508 -315.274 -772.498 -306.439 -765.77C-378.485 -677.005 -415.495 -578.452 -413.411 -480.572C-412 -415.55 -386.95 -352.221 -361.379 -293.362C-334.571 -231.683 -316.62 -165.901 -307.937 -99.0563C-297.062 -15.1313 -301.555 72.4183 -313.82 155.953L-318.031 184.687C-323.436 221.951 -329.34 261.125 -336.047 304.488C-343.276 351.062 -359.209 405.471 -383.716 447.206C-397.174 470.102 -418.338 517.48 -440.718 567.657C-472.475 638.756 -516.063 718.731 -532.582 731.384C-549.361 744.232 -561.43 746.532 -573.13 748.789C-580.814 750.265 -588.737 751.784 -597.29 756.233C-619.583 767.801 -638.902 786.661 -655.573 820.214ZM-478.271 709.616C-482.851 715.215 -487.301 720.901 -491.469 726.783C-501.411 740.825 -510.159 756.233 -525.115 765.587C-536.011 772.38 -547.299 772.38 -560.388 772.38C-574.845 772.38 -590.8 773.162 -608.404 783.254C-618.237 788.875 -636.406 808.82 -647.368 824.359C-637.318 798.337 -617.673 777.741 -592.818 764.828C-585.525 761.03 -578.622 759.706 -571.307 758.317C-559.108 755.973 -545.28 753.325 -526.699 739.088C-508.227 724.938 -467.418 651.191 -431.883 571.629C-409.59 521.712 -388.557 474.573 -375.38 452.154C-350.265 409.399 -333.899 353.796 -326.497 306.028C-319.767 262.644 -313.863 223.427 -308.458 186.142L-304.247 157.429C-294.913 93.9261 -291.071 43.6404 -292.395 -25.1362C-294.826 -151.751 -325.889 -236.371 -334.202 -259.332C-343.536 -285.05 -353.283 -310.551 -359.144 -337.289C-370.844 -390.657 -372.602 -446.238 -363.897 -500.213C-350.417 -583.943 -311.823 -663.44 -254.408 -725.858L-212.97 -691.459C-272.338 -639.676 -313.299 -567.231 -327.104 -489.665C-339.586 -419.413 -334.897 -347.381 -306.504 -281.491C-301.099 -268.947 -296.367 -256.771 -291.223 -244.401C-280.456 -218.379 -271.426 -191.641 -264.849 -164.252C-258.445 -137.536 -253.518 -110.45 -252.65 -83.0612C-252.541 -79.5888 -252.476 -76.1164 -252.411 -72.6437C-251.391 6.05085 -257.859 85.2667 -269.277 162.876L-273.467 191.481C-278.785 228.202 -284.711 267.549 -291.57 311.758C-299.775 364.735 -320.071 431.081 -347.813 478.328C-359.86 498.837 -381.393 547.061 -402.21 593.679C-412.195 616.055 -421.833 638.083 -435.986 658.093C-448.793 676.215 -464.227 692.492 -478.271 709.616ZM-376.01 646.417C-381.263 655.293 -385.366 664.105 -389.794 673.372C-396.74 687.891 -401.95 702.475 -406.161 719.143C-406.334 719.729 -406.573 720.337 -406.725 720.923C-408.961 728.996 -410.263 737.092 -411.544 744.905C-413.389 756.299 -415.147 767.042 -419.489 777.09C-424.807 789.395 -432.643 802.048 -444.148 816.871C-451.854 826.811 -459.842 836.079 -467.96 844.586C-466.788 833.04 -463.532 820.518 -455.739 814.462C-431.276 795.386 -454.762 733.511 -463.836 712.263C-464.444 708.227 -455.153 696.702 -451.702 693.165C-429.713 670.594 -418.469 652.754 -405.51 624.54C-401.385 615.577 -397.326 606.592 -393.31 597.585C-372.602 551.206 -351.199 503.243 -339.412 483.189C-311.041 434.9 -290.354 367.361 -281.954 313.19C-275.095 268.938 -269.169 229.569 -263.85 192.826L-259.661 164.222C-250.153 99.6773 -247.549 32.2462 -243.403 -35.0761C-241.557 -65.113 -243.468 -95.2148 -247.766 -125.056C-254.234 -170.047 -267.432 -213.821 -285.405 -255.578C-290.289 -266.95 -295.022 -278.214 -300.014 -289.89C-325.303 -349.03 -329.948 -420.867 -319.16 -483.805C-313.125 -519.094 -301.49 -553.472 -283.886 -584.681C-262.874 -621.945 -235.523 -655.389 -205.741 -685.968C-196.928 -678.415 -188.224 -670.646 -179.867 -662.702C-250.001 -591.43 -285.514 -523.869 -288.206 -456.373C-288.423 -451.099 -288.531 -445.739 -288.531 -440.291C-288.531 -374.445 -273.879 -322.813 -255.189 -283.575C-245.66 -263.564 -238.822 -241.427 -232.158 -220.267C-224.778 -196.741 -218.526 -172.846 -214.185 -148.56C-210.669 -128.919 -208.02 -109.04 -206.826 -89.1166C-205.633 -69.3669 -206.891 -49.8776 -206.891 -30.1496C-211.884 51.2147 -217.832 112.851 -226.211 169.712C-228.447 185.078 -230.552 200.4 -232.658 215.701C-241.536 280.376 -258.337 399.351 -276.788 460.857C-286.295 492.5 -301.273 520.366 -317.944 548.515C-337.328 581.135 -356.669 613.754 -376.01 646.417ZM-266.911 576.034C-267.063 576.208 -267.237 576.382 -267.389 576.577C-270.775 580.332 -274.639 583.544 -278.655 586.582C-282.475 589.469 -286.86 591.291 -291.114 593.44C-295.694 595.74 -300.275 598.085 -304.855 600.407C-306.201 601.101 -307.546 601.796 -308.914 602.468C-320.744 608.393 -332.032 615.794 -342.256 624.236C-313.364 572.084 -275.616 524.164 -258.272 466.369C-239.387 403.431 -222.086 280.853 -213.512 218.284C-211.428 203.026 -209.323 187.769 -207.087 172.469C-198.643 115.021 -192.63 52.8858 -187.594 -29.0427C-183.231 -99.9894 -194.454 -162.038 -210.799 -216.426C-201.66 -206.095 -193.303 -198.282 -186.813 -192.748C-184.75 -190.99 -182.645 -189.275 -180.496 -187.626C-178.673 -186.215 -176.719 -184.609 -175.004 -183.046C-168.297 -176.818 -165.171 -168.028 -163.304 -159.282C-161.307 -150.015 -160.699 -140.487 -160.265 -131.025C-159.961 -124.275 -159.809 -117.526 -159.636 -110.776C-159.505 -105.372 -159.353 -99.7074 -159.158 -93.8041C-157.204 -36.2914 -157.335 -21.5986 -160.309 26.9508L-161.763 50.9759C-164.824 102.39 -165.866 119.709 -174.418 177.851L-178.608 206.369C-181.104 223.536 -185.076 240.16 -188.897 256.242C-194.019 277.684 -199.294 299.843 -201.139 323.478L-202.116 336.347C-202.724 344.356 -203.288 352.386 -203.939 360.394C-204.656 369.119 -205.416 377.865 -206.306 386.568C-211.428 436.354 -218.592 487.096 -239.539 532.997C-243.294 541.201 -261.767 570.153 -266.911 576.034ZM-190.742 566.745C-197.818 578.986 -205.915 590.488 -215.791 600.906C-221.023 606.44 -226.775 611.54 -233.027 615.881C-236.326 618.16 -239.756 620.243 -243.338 622.066C-245.942 623.39 -248.764 624.41 -251.434 625.582C-252.867 623.564 -251.738 618.203 -251.651 615.642C-251.521 611.606 -251.412 607.59 -251.282 603.554C-251.087 597.26 -250.891 590.966 -250.696 584.694C-250.544 579.876 -248.873 576.62 -246.832 572.323C-243.511 565.4 -239.951 558.585 -236.5 551.749C-224.93 528.917 -215.661 504.892 -209.388 480.064C-203.049 454.997 -200.445 429.041 -197.167 403.453C-196.016 394.424 -195.018 385.396 -194.15 376.346C-193.325 367.925 -192.63 359.504 -191.979 351.062C-191.61 346.439 -191.284 341.816 -190.937 337.194L-189.96 324.346C-189.656 320.417 -187.551 295.763 -187.073 291.943C-185.966 334.937 -182.71 397.897 -174.396 433.663C-173.42 437.874 -172.399 441.932 -171.422 445.839C-166.495 465.719 -162.588 481.409 -165.692 502.309C-168.492 520.974 -175.894 538.575 -184.49 555.243C-186.487 559.171 -188.549 562.991 -190.742 566.745ZM-186.986 760.596C-187.768 737.634 -182.102 711.678 -177.11 688.781C-172.573 668.033 -169.013 651.647 -170.75 640.47C-172.204 631.138 -173.137 622.934 -173.94 615.707C-174.592 609.934 -175.178 604.921 -175.916 600.645C-177.609 590.792 -176.111 580.679 -171.336 571.889C-160.005 551.011 -150.085 529.178 -146.503 505.24C-142.813 480.498 -147.328 462.311 -152.581 441.216C-153.536 437.375 -154.513 433.424 -155.49 429.301C-163 397.094 -172.334 332.983 -173.789 294.265C-166.929 343.119 -146.72 400.436 -134.065 425.959C-126.207 441.91 -120.455 458.513 -117.589 476.071C-110.057 522.233 -114.681 541.397 -121.258 586.626C-126.12 620.113 -137.299 658.332 -145.374 676.432C-151.517 690.213 -158.507 705.839 -162.523 731.992C-168.253 769.147 -155.511 828.461 -143.616 867.7C-164.455 827.788 -186.422 777.502 -186.986 760.596ZM-65.8619 624.171C-69.9211 634.979 -75.0873 645.527 -80.5141 655.706C-87.482 668.771 -95.4485 681.359 -104.696 692.948C-108.104 697.18 -111.663 701.282 -115.419 705.21C-134.608 725.155 -131.829 773.921 -129.376 816.958C-128.291 835.905 -126.75 852.03 -127.206 863.598C-127.662 875.469 -129.485 880.939 -129.485 880.939C-139.318 848.384 -157.921 776.005 -151.409 733.684C-147.61 709.03 -140.751 694.988 -135.107 680.99C-115.18 631.637 -108.733 590.119 -106.063 567.114C-101.809 530.588 -100.571 501.376 -106.15 473.358C-87.699 508.213 -76.6719 547.039 -61.1732 583.24C-59.632 586.842 -58.0908 590.467 -57.5047 594.33L-57.4614 594.547C-55.9853 605.268 -62.302 614.644 -65.8619 624.171ZM158.305 744.622C165.251 763.135 171.047 783.731 167.921 803.698C166.923 810.122 162.429 820.67 154.81 828.287C153.247 790.025 136.381 771.881 118.126 753.803C103.495 739.284 88.3437 724.265 76.9694 695.682C72.9319 685.569 66.4415 676.519 59.4736 668.25C51.3336 658.592 42.195 649.802 32.7091 641.49C23.2015 633.156 13.2597 625.322 3.10089 617.813C-6.12451 611.02 -15.1329 605.398 -24.9011 599.669C-34.1265 594.286 -42.1146 586.799 -48.0405 577.922C-59.632 560.582 -66.0139 539.096 -73.7415 519.889C-81.2521 501.181 -89.3705 482.321 -99.3556 464.764C-101.027 461.834 -102.894 458.665 -104.891 455.279C-127.075 417.603 -168.362 347.524 -167.385 207.606L-163.261 179.5C-154.643 120.859 -153.579 103.432 -150.497 51.6488L-149.043 27.6453C-146.069 -20.8608 -145.917 -36.8124 -147.849 -94.1733C-148.044 -100.055 -148.196 -105.654 -148.326 -111.036C-148.782 -128.941 -149.173 -144.415 -151.43 -157.654C-154.296 -174.365 -149.347 -191.402 -137.234 -203.295C-126.619 -213.713 -113.639 -228.34 -100.897 -247.591C-114.616 -170.307 -127.965 -60.143 -122.56 58.1163C-123.081 81.8809 -125.143 105.841 -127.162 129.019C-130.722 170.212 -134.434 212.793 -129.572 255.721C-122.148 321.09 -109.666 383.833 -76.4982 442.127C-41.0074 504.458 2.03729 562.296 64.1841 617.053C65.1826 617.942 96.7227 647.979 103.474 656.443C109.291 663.736 133.125 690.17 135.838 694.163C141.2 702.02 143.653 711.308 147.56 719.881C151.229 728.063 155.136 736.18 158.305 744.622ZM261.587 734.487C250.994 730.407 237.014 720.597 222.21 710.202C205.908 698.764 188.195 692.817 170.352 684.614C151.945 676.128 136.859 665.494 121.642 652.19C103.799 636.607 38.2443 574.667 23.9177 559.041C-2.43445 530.328 -27.7881 499.271 -48.7786 466.435C-55.0519 456.625 -61.0212 446.642 -66.7736 436.528C-99.2037 379.558 -111.186 318.312 -118.458 254.419C-123.016 214.247 -118.306 157.58 -114.919 118.428C-108.473 172.859 -98.9432 244.175 -81.556 297.434L-80.1016 301.883C-62.6927 355.337 -36.4057 436.116 71.9551 556.632C94.7907 582.024 142.09 624.627 169.289 644.312C178.254 650.779 187.023 658.288 197.182 666.991C213.18 680.686 233.107 697.744 264.582 720.294C271.572 725.307 293.344 744.84 298.51 761.29C292.323 756.559 269.683 737.613 261.587 734.487ZM154.658 573.538C161.388 580.527 165.512 585.258 168.507 588.709C177.993 599.604 179.621 600.32 199.461 609.088L207.515 612.669C222.883 619.505 228.288 629.575 235.147 642.293C242.701 656.335 251.276 672.243 274.328 684.223C299.4 697.267 306.455 727.672 307.28 754.649C300.355 735.746 290.001 714.738 275.87 704.602C245.068 682.531 225.51 665.776 209.772 652.32C199.288 643.357 190.236 635.609 180.641 628.664C154.789 609.956 108.097 567.896 86.3685 543.741C-11.1606 435.269 -39.2927 364.648 -61.6725 295.958L-63.1268 291.509C-130.635 84.637 -100.745 -149.624 -76.9106 -270.835C-64.3424 -334.728 -21.8403 -427.117 59.7993 -494.852C103.799 -531.356 142.112 -561.545 188.065 -581.686C188.195 -581.729 188.326 -581.794 188.456 -581.859C189.324 -582.228 190.236 -582.597 191.104 -582.966C207.146 -589.564 225.466 -596.096 246.544 -602.737C289.198 -616.172 328.574 -622.704 366.67 -629.02C396.538 -633.968 424.736 -638.656 453.389 -646.339C471.644 -651.243 488.185 -654.499 502.793 -657.385C555.628 -667.803 593.789 -675.334 645.733 -742.526C695.42 -806.788 748.971 -889.563 721.816 -959.924C700.326 -1015.59 708.64 -1043.02 719.168 -1077.75C721.925 -1086.84 724.855 -1096.8 727.438 -1107.76C728.176 -1105.92 728.958 -1104.01 729.717 -1102.03C731.085 -1098.54 733.95 -1095.96 737.553 -1095C741.092 -1094.05 744.825 -1094.94 747.734 -1097.17C739.985 -1075.01 736.295 -1051.62 749.058 -1028.94C749.21 -1028.59 749.362 -1028.27 749.514 -1027.92C772.936 -951.807 775.193 -842.771 676.644 -725.532C674.603 -723.102 673.019 -721.235 672.02 -719.911C612.24 -642.584 564.441 -633.143 509.11 -622.227C494.349 -619.318 479.068 -616.302 461.811 -611.679C431.465 -603.54 401.27 -598.549 371.901 -593.687C334.934 -587.545 296.708 -581.23 256.268 -568.468C243.635 -564.475 230.915 -559.7 218.477 -554.231C203.586 -547.677 188.347 -539.886 173.044 -531.118C162.429 -525.931 152.401 -519.767 142.958 -512.692C122.055 -499.019 101.151 -483.675 80.7465 -466.725C23.4186 -419.174 -21.0589 -345.818 -44.524 -260.179C-91.7581 -87.8141 -86.8524 109.031 -31.0657 279.898L-29.6114 284.391C-8.94646 347.893 24.5039 424.917 113.415 520.649C121.056 528.874 127.829 537.837 133.798 547.343C138.053 554.093 144.239 562.709 154.658 573.538ZM132.973 516.872C132.952 516.872 132.93 516.872 132.886 516.872C127.655 517.415 122.38 516.069 118.799 512.206C32.3835 418.623 -0.241933 343.401 -20.4728 281.309L-21.9489 276.816C-77.1495 107.707 -82.0118 -87.1198 -35.2551 -257.705C-12.3109 -341.434 31.0593 -413.054 86.8677 -459.346C90.8835 -462.689 94.921 -465.879 98.9585 -469.069C48.5768 -408.713 22.4634 -322.206 1.95041 -246.614C-42.4185 -82.9745 -37.7948 103.019 14.649 263.643L16.125 268.179C17.6879 272.975 19.2291 277.901 20.8137 282.915C39.4165 342.142 64.0321 420.251 191.191 520.952C161.648 514.268 134.666 516.72 132.973 516.872ZM279.668 565.291C266.796 559.28 252.231 552.465 236.124 540.507C230.936 536.665 225.401 533.431 219.671 530.675C75.298 423.875 50.4002 344.746 30.0825 280.05C28.4979 274.993 26.9351 270.045 25.3722 265.205L23.8961 260.669C-27.9833 101.782 -32.5418 -82.193 11.3495 -244.053C37.0071 -338.635 68.1131 -444.61 148.407 -504.727C158.132 -511.086 167.834 -517.033 177.516 -522.567C179.057 -523.305 180.576 -524.108 182.139 -524.802L182.009 -525.084C195.619 -532.702 209.121 -539.56 222.362 -545.376C234.475 -550.694 246.848 -555.36 259.177 -559.245C298.944 -571.789 336.823 -578.061 373.616 -584.181C403.05 -589.043 433.505 -594.078 464.285 -602.347C481.239 -606.904 496.347 -609.878 510.955 -612.764C568.196 -624.05 617.666 -633.816 679.661 -714.03C680.638 -715.267 682.114 -717.047 684.046 -719.325C696.484 -734.127 707.294 -748.798 716.758 -763.295C716.52 -762.254 716.237 -761.147 716.085 -760.192C702.519 -684.297 642.586 -630.973 527.453 -592.363C518.14 -589.238 509.045 -586.048 500.058 -582.814L499.95 -583.075C448.027 -563.716 398.796 -552.973 349.456 -550.195C266.579 -545.528 179.578 -474.56 150.426 -440.921C106.513 -390.223 72.2157 -320.252 48.5334 -232.941C6.72598 -78.829 11.089 96.2913 60.4722 247.539L62.7297 254.484C83.5682 318.79 112.113 406.86 277.845 522.754C283.662 526.812 287.526 532.173 292.15 538.944C292.649 539.921 293.257 540.941 293.995 542.026C299.812 550.317 305.196 567.505 308.083 581.091C299.856 574.711 290.24 570.218 279.668 565.291ZM544.036 620.026C516.512 566.897 462.397 559.215 429.641 554.57L423.802 553.724C408.043 551.38 391.068 543.979 376.372 537.23C360.982 530.133 344.963 524.403 328.205 521.647C320.087 520.301 311.925 519.325 303.741 518.717C296.925 518.218 289.436 518.305 283.359 514.789C120.296 400.762 93.4884 317.987 71.9118 251.489L69.6542 244.544C20.8354 95.0328 16.5374 -78.0697 57.8456 -230.402C81.1371 -316.303 114.761 -384.992 157.719 -434.583C184.853 -465.901 270.942 -536.088 349.955 -540.515C372.053 -541.752 394.129 -544.66 416.422 -549.088C395.93 -539.799 376.286 -530.076 357.292 -519.832L351.041 -516.447C294.017 -485.694 235.061 -453.877 183.529 -404.329C131.693 -354.456 109.638 -273.114 95.0296 -219.29C55.8269 -74.7275 59.9079 89.5418 106.23 231.392C128.002 298.02 162.864 359.852 207.059 410.224C224.468 430.061 244.416 447.575 266.384 462.224C290.457 478.285 316.7 490.916 343.725 501.16C359.181 507.019 374.766 512.64 390.504 517.654C408.173 523.275 425.256 528.939 442.969 533.453C459.684 537.707 476.224 542.568 492.461 548.493C506.549 553.637 520.788 559.518 533.118 568.156C537.98 571.564 542.626 575.492 546.186 580.266C547.445 581.938 547.944 584.021 547.835 586.104C547.162 598.735 545.708 611.301 544.036 620.026ZM758.783 -752.835C730.52 -655.497 659.192 -588.869 540.737 -549.131C479.307 -528.513 425.843 -505.747 377.306 -479.508L371.011 -476.123C314.052 -445.37 260.241 -416.331 213.028 -370.929C170.222 -329.78 150.968 -258.768 136.902 -206.92C100.044 -71.0378 103.886 83.3783 147.43 216.721C175.692 303.272 227.225 379.08 292.519 430.212C346.395 472.381 412.818 494.323 477.071 515.57C500.145 523.188 524.001 531.066 546.337 539.66C567.133 547.647 586.539 562.817 599.367 575.166C591.097 573.691 582.718 572.844 574.318 572.54C569.911 572.366 565.505 572.367 561.098 572.475C558.276 572.562 555.433 571.868 553.088 570.283C552.567 569.914 552.046 569.545 551.525 569.198C541.41 562.079 529.211 555.2 517.793 550.164C501.686 543.089 485.167 537.338 468.431 532.086C451.044 526.617 432.441 520.258 414.815 515.483C392.761 509.515 374.18 501.962 353.407 494.453C326.36 484.665 300.008 472.642 275.783 457.015C252.904 442.257 232.282 424.287 214.331 403.843C171.004 354.448 136.794 293.766 115.434 228.397C69.6759 88.2833 65.6601 -73.9677 104.385 -216.751C118.712 -269.554 140.354 -349.334 190.258 -397.363C240.835 -445.977 299.183 -477.468 355.642 -507.917L361.894 -511.303C412.189 -538.475 467.346 -561.979 530.491 -583.161C649.337 -623.03 711.31 -678.741 725.55 -758.477C727.829 -771.304 737.228 -794.548 743.458 -809.913C745.238 -814.297 746.757 -818.095 747.691 -820.96C772.067 -878.364 776.083 -931.797 770.179 -977.959C787.914 -921.77 788.76 -855.989 758.783 -752.835Z' fill='white'/%3E%3C/g%3E%3C/svg%3E ");
}

.pattern-gold-leaves {
  background-image: url("data:image/svg+xml,%3Csvg width='506' height='600' viewBox='0 0 506 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4171_9589' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='506' height='600'%3E%3Crect width='506' height='600' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4171_9589)'%3E%3Crect width='506' height='600' fill='%23C8A568'/%3E%3Cg opacity='0.15'%3E%3Cpath d='M171.281 312.084C169.08 307.857 171.112 303.178 173.256 298.218C173.425 297.88 173.538 297.542 173.707 297.203C174.554 296.922 175.626 296.64 176.698 296.358C181.382 295.174 187.759 293.483 189.057 288.128C189.452 286.494 188.718 285.028 187.251 284.239C190.524 282.266 195.265 278.94 196.619 275.22C197.183 273.755 197.183 272.515 196.619 271.5C196.168 270.655 195.49 270.204 194.87 269.978L193.854 269.527C196.675 266.202 202.827 258.31 202.77 252.617C202.714 248.502 200.682 247.544 199.779 247.319C199.441 247.206 199.215 247.206 199.102 247.206H196.28C196.393 242.866 195.772 231.423 186.461 228.436L186.123 228.323C176.529 226.181 170.096 235.651 167.951 239.484L165.468 238.074C165.412 238.018 165.186 237.905 164.848 237.849C163.945 237.623 161.687 237.454 159.543 240.893C156.552 245.74 157.737 255.605 158.414 259.945L157.286 259.832C156.834 259.776 155.931 259.719 155.028 260.283C154.069 260.903 153.392 261.974 153.11 263.496C152.376 267.385 154.69 272.684 156.496 275.953C154.803 275.897 153.448 276.742 152.94 278.377C151.247 283.619 155.931 288.297 159.317 291.679C160.333 292.694 161.349 293.709 161.97 294.498C161.687 294.836 161.575 295.118 161.575 295.456C161.067 298.725 160.22 301.431 159.43 304.08C157.399 310.844 155.593 316.706 159.994 328.093C164.34 339.366 155.085 353.571 146.507 364.675C137.76 376.005 131.609 377.188 122.298 379.048C119.533 379.612 116.429 380.232 112.93 381.134C107.795 382.487 102.716 383.332 97.2982 384.234C90.1313 385.418 82.7387 386.658 74.6689 389.195C71.5652 390.153 68.8 391.111 66.2605 392.069C65.8655 392.238 65.414 392.407 65.019 392.52C60.2223 394.437 56.4413 396.353 53.3376 398.551C52.2654 392.971 47.92 375.554 33.1348 356.953C48.3151 345.735 65.1883 332.658 77.3213 319.863C91.5986 304.869 93.4608 294.78 94.9281 286.663C95.8874 281.421 96.6211 277.306 100.684 273.135C116.259 256.957 116.034 223.25 115.921 205.1C115.921 203.69 115.921 202.338 115.921 201.098C115.921 191.966 120.774 185.878 125.006 180.58C129.07 175.507 132.907 170.716 130.819 164.684C130.142 162.655 133.189 159.273 135.898 156.229C137.027 154.989 138.155 153.749 139.058 152.509C139.679 152.622 140.412 152.791 141.09 152.96C145.773 154.031 152.207 155.497 155.818 151.325C156.891 150.085 156.947 148.451 155.988 147.042C159.769 146.816 165.468 146.027 168.403 143.321C169.532 142.25 170.096 141.179 170.096 139.996C170.096 139.037 169.701 138.305 169.249 137.854L168.572 136.952C172.635 135.261 181.664 131.09 184.204 126.017C186.01 122.353 184.655 120.493 183.978 119.873C183.752 119.647 183.527 119.534 183.414 119.478L180.931 118.125C183.019 114.292 187.703 103.864 180.818 96.8748L180.536 96.6493C172.974 90.3362 162.985 95.8038 159.317 98.1712L157.794 95.8038C157.737 95.7474 157.568 95.522 157.342 95.2965C156.665 94.6765 154.69 93.4928 151.247 95.5783C146.394 98.5094 142.895 107.81 141.541 111.981L140.582 111.361C140.187 111.079 139.453 110.628 138.381 110.685C137.252 110.797 136.18 111.417 135.221 112.658C132.794 115.758 132.456 121.564 132.512 125.34C131.045 124.495 129.465 124.664 128.28 125.847C124.386 129.737 126.361 136.05 127.828 140.616C128.28 142.025 128.675 143.321 128.844 144.336C128.9 144.618 128.9 145.069 128.9 145.632C116.203 154.595 94.9281 178.776 91.4857 203.014C89.4541 217.557 81.9487 235.82 69.8722 255.83C56.9492 277.193 43.4055 293.314 38.2137 299.233C31.4418 306.899 20.5504 313.888 9.03824 321.272C5.87804 323.301 2.54854 325.443 -0.724533 327.585C-3.9976 325.387 -7.27066 323.301 -10.4873 321.272C-21.9995 313.888 -32.8909 306.899 -39.6628 299.233C-44.911 293.314 -58.4547 277.193 -71.3212 255.83C-83.3977 235.82 -90.8468 217.557 -92.9348 203.014C-96.4336 178.325 -118.386 153.749 -130.97 145.181C-130.97 144.843 -130.914 144.561 -130.914 144.336C-130.744 143.321 -130.293 142.025 -129.841 140.616C-128.374 135.994 -126.399 129.737 -130.293 125.847C-131.478 124.664 -133.058 124.495 -134.525 125.34C-134.469 121.564 -134.807 115.758 -137.234 112.658C-138.193 111.474 -139.266 110.797 -140.394 110.685C-141.466 110.572 -142.2 111.023 -142.595 111.361L-143.554 111.981C-144.909 107.81 -148.408 98.5094 -153.261 95.5783C-156.76 93.4928 -158.678 94.6765 -159.356 95.2965C-159.638 95.522 -159.751 95.7474 -159.807 95.8038L-161.331 98.1712C-164.999 95.7474 -174.987 90.2798 -182.549 96.6493L-182.831 96.8748C-189.716 103.864 -185.032 114.292 -182.944 118.125L-185.427 119.478C-185.54 119.534 -185.766 119.647 -185.992 119.873C-186.669 120.493 -188.08 122.353 -186.217 126.017C-183.678 131.09 -174.649 135.317 -170.586 136.952L-171.263 137.854C-171.714 138.305 -172.109 139.094 -172.109 139.996C-172.109 141.123 -171.545 142.25 -170.416 143.321C-167.482 146.027 -161.782 146.816 -158.001 147.042C-158.96 148.451 -158.904 150.085 -157.832 151.325C-154.22 155.497 -147.787 154.031 -143.103 152.96C-142.144 152.735 -141.297 152.565 -140.451 152.396C-139.491 153.636 -138.363 154.933 -137.178 156.229C-134.469 159.217 -131.422 162.655 -132.099 164.684C-134.187 170.716 -130.349 175.507 -126.286 180.58C-121.997 185.878 -117.201 191.966 -117.201 201.098C-117.201 202.338 -117.201 203.634 -117.201 205.1C-117.313 223.193 -117.539 256.957 -101.964 273.135C-97.9573 277.306 -97.1672 281.421 -96.2078 286.663C-94.6842 294.78 -92.8219 304.869 -78.601 319.863C-66.4681 332.658 -49.5948 345.735 -34.4146 356.953C-49.6513 376.061 -53.7708 393.929 -54.7301 398.946C-59.7526 395.339 -66.4681 392.351 -76.6259 389.138C-84.7521 386.602 -92.0883 385.362 -99.2552 384.178C-104.673 383.276 -109.808 382.43 -114.887 381.078C-118.386 380.119 -121.489 379.556 -124.198 378.992C-133.51 377.188 -139.661 375.948 -148.408 364.618C-149.649 363.04 -151.004 361.406 -152.301 359.884C-159.356 351.598 -166.635 343.03 -161.895 327.98C-158.17 316.256 -159.751 310.45 -161.556 303.798C-162.234 301.262 -162.967 298.669 -163.475 295.456C-163.531 294.949 -163.814 294.441 -164.322 293.709C-164.265 293.596 -164.209 293.483 -164.152 293.427C-163.531 292.638 -162.572 291.623 -161.5 290.608C-158.114 287.226 -153.487 282.548 -155.18 277.306C-155.687 275.671 -157.042 274.826 -158.735 274.882C-156.929 271.556 -154.615 266.314 -155.349 262.425C-155.631 260.903 -156.308 259.832 -157.268 259.212C-158.17 258.648 -159.073 258.705 -159.525 258.761L-160.653 258.874C-159.976 254.59 -158.791 244.669 -161.782 239.822C-163.927 236.327 -166.24 236.552 -167.087 236.778C-167.425 236.891 -167.651 237.003 -167.707 237.06L-170.134 238.469C-172.278 234.636 -178.712 225.166 -188.305 227.308L-188.644 227.421C-197.955 230.408 -198.576 241.851 -198.463 246.191L-201.285 246.248C-201.398 246.248 -201.68 246.248 -201.962 246.36C-202.865 246.586 -204.896 247.6 -204.953 251.659C-205.009 257.352 -198.858 265.243 -196.036 268.569L-197.052 269.02C-197.617 269.245 -198.35 269.696 -198.802 270.542C-199.31 271.556 -199.31 272.796 -198.802 274.262C-197.447 277.982 -192.707 281.364 -189.434 283.281C-190.901 284.07 -191.635 285.535 -191.24 287.17C-189.942 292.525 -183.565 294.16 -178.881 295.4C-178.204 295.569 -177.583 295.738 -177.019 295.907C-176.624 297.373 -176.172 298.894 -175.721 300.416C-173.971 306.222 -172.166 312.197 -173.576 316.876C-174.084 318.623 -174.592 320.201 -175.044 321.779C-179.333 335.589 -181.872 343.875 -175.495 366.028C-169.852 385.362 -155.687 398.495 -132.212 406.217C-122.054 409.543 -111.557 414.165 -100.102 420.366L-98.6344 421.155C-89.7181 425.946 -78.5446 431.977 -72.5063 439.756C-58.3983 457.906 -54.053 488.344 -54.6737 508.918C-55.1816 526.448 -59.414 544.148 -66.9195 560.1C-70.0233 566.751 -73.5785 574.248 -79.0525 578.983C-81.9305 581.463 -85.1471 583.266 -88.5895 585.239C-91.9754 587.156 -95.4178 589.072 -98.5216 591.721C-102.81 595.385 -105.971 598.316 -108.792 601.191C-111.557 604.066 -121.151 606.377 -126.851 607.786C-128.431 608.181 -129.785 608.519 -130.801 608.801C-143.498 612.408 -144.514 628.304 -144.57 628.98C-144.627 629.769 -144.175 630.446 -143.442 630.728C-142.764 631.009 -141.918 630.84 -141.41 630.22C-138.927 627.346 -131.309 619.849 -126.061 619.849C-121.997 619.849 -117.257 618.834 -113.928 617.932C-114.661 618.496 -115.621 619.06 -116.862 619.51C-123.182 621.709 -130.124 634.56 -130.914 636.026C-131.252 636.646 -131.196 637.435 -130.688 637.999C-130.236 638.563 -129.503 638.788 -128.826 638.563C-128.261 638.393 -114.718 634.335 -109.639 630.107C-108.171 628.867 -105.745 628.867 -102.98 628.811C-98.973 628.755 -94.7406 628.529 -91.7497 625.542C-90.1132 623.907 -89.0974 621.878 -87.743 620.13C-86.05 617.876 -84.3571 616.636 -82.4948 615.057C-77.7545 611.055 -72.337 607.222 -66.976 604.235C-65.9602 603.671 -64.888 603.051 -63.8158 602.544C-63.195 602.206 -61.107 601.586 -60.8248 601.022C-61.4456 602.262 -62.1792 603.671 -62.9128 605.193C-62.9693 605.306 -62.9693 605.362 -62.9693 605.362C-65.7345 611.281 -68.8382 619.172 -69.7411 626.725C-70.1926 630.333 -74.7636 633.49 -78.1495 635.801L-79.0525 636.421C-79.8425 636.984 -80.6326 637.492 -81.4226 637.999C-85.9372 640.93 -90.5646 644.03 -92.2012 650.287C-93.2734 654.458 -93.8377 659.193 -93.8377 664.435C-93.8377 665.281 -93.2169 666.013 -92.3705 666.182C-91.524 666.352 -90.6775 665.901 -90.3953 665.111C-89.0974 661.899 -84.8085 653.049 -80.5197 650.794C-77.9802 649.498 -75.6101 649.498 -73.1835 649.498C-70.4747 649.498 -67.6532 649.498 -64.7751 647.694C-61.6713 645.778 -59.0755 642.17 -57.4389 639.464C-55.6331 644.594 -54.7302 649.836 -56.0845 650.851C-60.6555 654.402 -59.8091 662.688 -59.6962 663.646C-59.6398 664.322 -59.1883 664.886 -58.5676 665.111C-57.9468 665.337 -57.2132 665.224 -56.7617 664.773C-54.053 662.349 -51.4571 659.531 -48.9741 656.318C-46.6604 653.331 -45.0802 650.794 -43.9516 648.201C-42.9922 645.947 -42.5972 643.636 -42.2586 641.437C-42.1458 640.817 -42.0329 640.254 -41.9201 639.634C-41.7508 638.732 -41.525 637.886 -41.3557 637.041C-40.6221 634.56 -39.437 631.968 -37.9134 629.431C-34.8096 624.414 -30.4643 620.412 -25.2726 617.763C-23.1846 616.692 -21.3223 615.79 -19.6858 615.001C-19.6858 616.523 -20.1372 619.172 -20.3629 620.469C-20.8708 623.456 -21.0966 624.64 -19.6293 625.316C-19.0086 625.598 -18.0492 625.598 -17.3156 624.696C-15.3405 622.272 -13.9297 621.596 -12.4624 620.92C-10.9952 620.243 -9.41508 619.51 -7.6657 617.256C-6.87564 616.241 -6.25488 615.508 -5.85986 615.057C-5.74699 615.734 -5.63414 616.579 -5.5777 617.369C-5.4084 618.665 -5.23911 620.3 -4.95694 622.103C-4.73122 623.513 -5.4084 626.5 -6.0856 629.713C-6.98851 633.884 -8.17358 639.126 -8.00429 643.805C-7.83499 649.272 -0.611679 662.8 2.43567 668.381C3.11285 669.564 4.18507 670.466 5.42659 670.861C5.76518 670.974 6.04733 671.03 6.3295 671.03C6.78096 671.03 7.17596 670.917 7.571 670.692C8.75607 669.903 9.09467 668.493 9.82829 663.251C10.1105 661.053 9.94115 657.727 9.71542 653.894C9.3204 647.412 8.86893 638.563 11.2955 635.97C17.6724 629.375 21.1712 620.412 22.5255 616.241C28.1688 619.849 38.6087 627.402 40.866 633.095C43.2362 639.07 46.4528 642.226 49.2744 644.988C53.0554 648.709 55.7641 651.414 54.9741 659.757C54.8612 660.884 55.5948 661.842 56.667 661.955C56.7234 661.955 56.7799 661.955 56.8363 661.955C59.4322 661.955 64.0032 655.247 64.5111 652.147C65.5269 645.608 62.2538 638.45 60.1094 633.771C59.8272 633.095 59.4322 632.362 59.1501 631.686C61.9153 632.362 65.7526 635.068 68.9128 637.323C71.8473 639.352 74.5561 641.325 76.9262 642.226C83.5288 644.763 85.786 652.598 85.8425 652.711C86.0682 653.5 86.7454 654.064 87.5919 654.007C88.382 654.007 89.1155 653.443 89.2849 652.654C89.4541 651.865 93.7995 632.531 82.1744 626.5C78.9013 624.809 77.7162 622.611 76.4183 620.243C75.0639 617.763 73.5967 615.001 69.6465 613.197L68.1792 612.521C64.9626 611.112 64.9626 611.112 63.7211 609.703C63.1567 609.026 62.3667 608.124 61.0687 606.771C59.9401 605.588 58.3036 603.671 57.2878 602.262C60.7302 602.262 67.0505 602.769 71.3394 606.039C74.6125 608.463 77.6034 609.872 79.9735 610.943C82.7387 612.239 84.7703 613.197 86.0682 615.001C87.7047 617.312 89.2284 616.467 89.6799 616.185C91.9936 614.55 89.7363 606.715 87.8741 602.882H87.9305C88.2126 602.939 88.382 602.939 88.5512 602.995C91.5421 603.333 94.3073 604.179 97.8061 605.757C100.741 607.11 104.127 608.575 107.512 609.083L108.585 609.252C114.454 610.097 123.37 611.337 127.433 620.3C127.772 621.032 128.844 623.343 130.875 622.949C131.778 622.78 133.81 622.385 134.374 612.577C136.857 612.577 140.807 612.859 143.065 614.043C143.516 614.268 144.758 614.888 145.83 614.156C146.451 613.705 146.733 613.028 146.676 612.239C146.394 609.646 138.776 602.319 131.835 599.669C127.659 598.035 123.201 596.569 118.912 595.16C107.343 591.327 95.436 587.381 85.9554 579.997C74.4996 571.035 65.414 557.676 60.3916 542.4C52.5475 518.501 51.8703 490.768 58.5293 466.417C61.0123 457.286 64.3983 444.716 71.5651 437.839C79.9171 429.835 89.6235 424.593 99.8941 419.013L101.079 418.393C109.826 413.658 119.533 409.543 130.65 405.823C153.674 398.101 167.556 385.023 173.143 365.915C180.254 342.861 179.633 328.262 171.281 312.084ZM186.01 287.452C185.445 289.819 182.962 291.116 180.874 291.905C178.674 292.75 176.303 293.145 174.103 294.047C173.03 294.498 172.015 295.061 171.055 295.738C170.096 296.414 168.911 297.429 168.121 298.331C168.629 297.26 169.757 295.907 170.547 295.005C171.337 294.103 172.127 293.201 172.974 292.299C174.78 290.327 176.642 288.41 178.561 286.606C179.069 286.155 179.633 285.535 180.141 285.085L184.768 286.719L185.276 286.888C186.123 287.057 186.066 287.283 186.01 287.452ZM183.075 283.224L181.834 283.619C185.22 280.744 189.001 277.982 193.064 275.389C190.919 278.715 186.179 282.041 183.075 283.224ZM190.242 269.02L188.775 270.598L193.684 272.909C183.132 279.448 174.78 286.776 168.741 294.836C169.249 293.37 169.814 291.679 170.434 289.819C171.112 287.677 171.902 285.31 172.692 282.773L173.256 282.153C178.786 275.84 185.784 269.865 194.192 264.285C192.612 266.258 191.145 268.005 190.242 269.02ZM199.271 250.644C199.441 250.982 199.61 251.602 199.666 252.617C199.666 254.815 198.368 257.634 196.675 260.396C187.59 266.032 179.915 272.12 173.877 278.602C174.385 276.911 174.893 275.164 175.4 273.417C175.739 272.233 176.078 271.049 176.416 269.865L176.586 269.64C182.454 262.876 190.073 256.563 199.271 250.644ZM193.064 248.559L192.894 250.25L196.563 250.306C189.057 255.266 182.68 260.508 177.432 266.032C177.883 264.454 178.278 262.82 178.73 261.241C179.181 259.607 179.576 257.972 179.971 256.337L180.366 255.886C183.978 251.772 188.211 247.769 193.064 243.993C193.289 246.529 193.064 248.502 193.064 248.559ZM192.838 241.851C188.38 245.289 184.373 248.84 180.931 252.561C181.157 251.546 181.382 250.588 181.608 249.63C182.059 247.826 182.398 246.191 182.737 244.613C182.85 244.162 182.962 243.711 183.019 243.26L183.301 242.978C185.502 240.442 187.985 237.962 190.637 235.538C191.879 237.511 192.499 239.765 192.838 241.851ZM161.462 289.425C158.471 286.437 154.746 282.661 155.875 279.222C155.931 279.053 155.988 278.884 156.721 279.053L157.116 279.11L159.261 279.561L162.985 280.35L160.897 277.193C159.317 274.826 155.423 267.78 156.157 263.947C156.213 263.665 156.27 263.327 156.439 263.045C156.496 262.989 156.552 262.876 156.665 262.82H156.721C156.778 262.82 156.834 262.82 156.834 262.82C156.947 262.82 157.004 262.82 157.116 262.876C157.286 262.876 157.399 262.932 157.568 262.932C157.737 262.932 157.963 262.989 158.132 262.989C158.358 262.989 158.527 263.045 158.753 263.045C158.979 263.045 159.204 263.101 159.43 263.101C159.656 263.101 159.882 263.158 160.107 263.158C160.333 263.158 160.559 263.214 160.784 263.214C160.954 263.214 161.18 263.27 161.349 263.27C161.518 263.27 161.631 263.327 161.8 263.327C161.913 263.327 162.026 263.327 162.139 263.383C162.195 263.383 162.252 263.383 162.308 263.383L161.857 261.298C161.067 257.521 159.599 246.699 162.252 242.471C162.985 241.231 163.606 240.893 163.945 240.836C164.001 240.836 164.114 240.836 164.17 240.893L169.362 243.88L170.096 242.358C170.152 242.245 176.303 229.394 185.502 231.423L185.728 231.479C187.421 232.043 188.718 233.001 189.791 234.185C187.703 236.045 185.784 237.962 183.978 239.878C184.655 236.44 185.22 234.918 184.712 234.861C184.373 234.805 183.47 238.3 181.495 244.387C180.987 245.909 180.479 247.544 179.915 249.291C179.351 251.039 178.786 252.899 178.222 254.815C177.658 256.732 177.037 258.705 176.473 260.734C175.908 262.763 175.344 264.792 174.78 266.822C174.215 268.851 173.707 270.936 173.143 272.966C172.579 274.995 172.127 276.968 171.62 278.94C170.66 282.83 169.814 286.437 169.136 289.538C168.29 293.427 167.669 296.527 167.331 298.274C167.274 298.274 167.274 298.274 167.274 298.274C166.371 296.132 165.356 293.765 164.509 292.694C163.606 291.567 162.59 290.496 161.462 289.425ZM127.433 165.924C128.787 169.87 126.474 173.083 122.241 178.382C117.84 183.906 112.366 190.726 112.366 201.154C112.366 202.394 112.366 203.747 112.366 205.156C112.479 222.742 112.704 255.548 98.1447 270.655C93.4044 275.615 92.5015 280.406 91.4857 285.986C90.0749 293.652 88.3255 303.122 74.7818 317.383C62.7617 330.065 45.8885 343.086 30.7082 354.303C30.3132 353.852 29.9182 353.401 29.5231 352.894C28.5074 351.71 27.4352 350.583 26.3629 349.456C41.4868 338.295 58.4729 325.218 70.3801 312.704C82.5694 299.853 83.9803 292.187 85.3911 284.69C86.4633 278.884 87.7048 272.289 93.7994 265.92C106.497 252.73 106.271 220.601 106.158 205.156C106.158 203.69 106.158 202.338 106.158 201.098C106.158 196.363 107.005 191.966 108.81 187.626C111.406 181.425 114.905 175.112 119.138 168.743C121.959 164.572 126.022 158.709 130.593 153.636C130.875 153.693 131.158 153.636 131.496 153.58C132.512 153.242 133.471 152.96 134.261 152.735C133.923 153.129 133.584 153.524 133.246 153.862C129.69 157.864 126.079 161.922 127.433 165.924ZM18.6881 341.17C20.2118 340.155 21.7355 339.141 23.3156 338.126C36.6336 329.333 50.4031 320.258 61.2945 307.913L61.9152 307.237C68.4049 299.909 75.1204 292.299 78.1113 282.83L78.3934 281.928C80.2557 275.953 84.1495 263.552 92.6144 253.35C97.8626 247.037 102.208 233.903 104.183 220.037C103.675 235.82 101.418 255.492 92.4451 264.849C85.9554 271.613 84.6574 278.49 83.5288 284.521C82.2308 291.736 80.82 299.176 69.0257 311.633C57.1749 324.091 40.1888 337.168 25.065 348.328C22.7513 346.017 20.3247 343.819 17.8981 341.79C18.1803 341.508 18.406 341.339 18.6881 341.17ZM17.7288 339.648C17.3338 339.93 16.8823 340.212 16.4873 340.493C14.23 338.633 11.9163 336.886 9.659 335.195C11.5213 333.955 13.44 332.771 15.3022 331.587C27.4916 323.752 39.0602 316.368 46.9043 307.462C65.3576 286.55 97.919 241.456 103.054 204.93C103.224 203.916 103.393 202.901 103.619 201.887C104.296 222.235 97.8625 244.331 91.3164 252.166C82.5694 262.594 78.6191 275.277 76.7569 281.364L76.4748 282.266C73.5967 291.398 66.9941 298.838 60.6173 306.053L59.9966 306.729C49.2744 318.905 35.6178 327.923 22.3562 336.66C20.7762 337.619 19.2525 338.633 17.7288 339.648ZM153.505 149.409C151.135 152.171 145.999 150.987 141.823 150.029C140.3 149.691 138.832 149.353 137.647 149.24C137.309 149.183 136.857 149.24 136.349 149.296C140.356 147.436 144.645 145.914 149.272 144.674L152.997 148.507L153.11 148.563C153.73 149.071 153.561 149.296 153.505 149.409ZM152.545 144.11H151.53C155.875 143.096 160.446 142.419 165.299 141.968C161.8 143.885 155.085 144.167 152.545 144.11ZM165.638 134.923L163.663 135.655L166.936 139.939C154.577 140.897 143.855 143.547 134.826 147.943C135.954 146.872 137.196 145.632 138.663 144.223C140.243 142.645 141.993 140.897 143.855 138.981L144.645 138.643C152.433 135.543 161.349 133.457 171.337 132.442C169.024 133.626 166.936 134.472 165.638 134.923ZM182.059 122.804C182.059 123.198 181.947 123.818 181.495 124.776C180.536 126.693 178.053 128.666 175.288 130.357C164.622 131.146 155.085 133.062 146.733 135.994C147.974 134.697 149.216 133.401 150.457 132.048C151.304 131.146 152.15 130.244 152.997 129.342L153.279 129.229C161.575 125.904 171.168 123.818 182.059 122.804ZM179.802 121.225C170.942 122.184 162.872 123.875 155.649 126.411C156.778 125.171 157.85 123.931 158.979 122.747C160.107 121.507 161.236 120.211 162.308 118.971L162.872 118.745C167.951 116.716 173.538 115.138 179.576 114.01C178.561 116.378 177.545 118.069 177.488 118.069L176.586 119.478L179.802 121.225ZM180.31 111.981C174.78 112.996 169.644 114.349 164.904 116.04C165.581 115.25 166.202 114.518 166.879 113.785C168.064 112.376 169.193 111.079 170.209 109.839C170.491 109.445 170.829 109.106 171.112 108.768L171.45 108.656C174.554 107.415 177.883 106.344 181.382 105.443C181.439 107.641 180.987 109.952 180.31 111.981ZM130.48 128.159C130.593 128.046 130.763 127.877 131.327 128.384L131.496 128.553L133.358 130.075L136.293 132.499L135.898 128.722C135.616 125.847 135.334 117.787 137.76 114.743C138.268 114.067 138.663 113.954 138.719 113.954L138.776 114.01L143.46 117.054L144.024 115.025C145.04 111.305 148.708 100.99 152.94 98.4531C154.408 97.5512 155.141 97.6639 155.311 97.7767L158.584 102.906L159.938 101.891C160.051 101.779 171.394 93.2109 178.561 99.2422L178.73 99.4113C179.971 100.708 180.705 102.117 181.1 103.695C178.391 104.372 175.795 105.217 173.312 106.063C175.513 103.301 176.811 101.61 176.811 101.61C176.811 101.61 173.595 104.428 169.08 108.937C167.951 110.065 166.71 111.248 165.412 112.601C164.114 113.898 162.76 115.25 161.405 116.716C160.051 118.182 158.584 119.647 157.173 121.169C155.762 122.691 154.295 124.269 152.884 125.791C151.473 127.369 150.062 128.948 148.652 130.47C147.241 131.991 145.886 133.57 144.588 135.092C141.993 138.079 139.566 140.897 137.534 143.378C134.995 146.421 133.076 148.902 131.948 150.311H131.891C132.117 147.943 132.23 145.35 132.004 144.054C131.778 142.87 131.327 141.405 130.875 139.939C129.521 135.768 127.941 130.751 130.48 128.159ZM11.0134 324.429C22.7513 316.876 33.8684 309.773 40.9224 301.713C58.755 281.533 90.1877 238.131 95.0974 203.634C98.0883 182.271 116.542 159.95 128.731 150.367C128.675 150.649 128.675 150.987 128.618 151.325C128.562 151.833 128.675 152.34 129.013 152.791C124.499 157.864 120.435 163.67 117.67 167.785C113.325 174.267 109.826 180.693 107.174 186.949C104.014 193.15 102.039 199.068 101.249 204.592C96.1696 240.667 63.834 285.423 45.4935 306.166C37.8187 314.903 26.3629 322.23 14.23 330.009C12.1984 331.306 10.1105 332.658 8.02246 334.011C6.10376 332.602 4.18506 331.306 2.3228 330.009C5.25726 328.149 8.19176 326.289 11.0134 324.429ZM-96.4336 203.69C-91.5804 238.187 -60.0912 281.59 -42.3151 301.769C-35.2046 309.83 -24.1439 316.932 -12.406 324.485C-10.3744 325.782 -8.39932 327.078 -6.42419 328.374C-5.12625 329.22 -3.82831 330.122 -2.47394 330.967C-1.23242 331.7 0.00909424 332.376 1.19417 333.166C3.62076 334.8 5.99089 336.491 8.30461 338.182C13.2707 341.846 18.011 345.736 22.4127 350.019C24.0492 351.598 25.6293 353.289 27.153 354.98C29.2974 357.403 31.1032 360.109 32.9655 362.702C34.8842 365.351 36.7465 368.113 38.383 370.932C41.2046 375.61 43.6312 380.57 45.6063 385.643C46.9607 389.138 48.1458 392.689 49.0487 396.297C49.4437 397.762 49.7823 399.284 50.008 400.806C50.008 400.863 50.008 400.863 50.0645 400.919C48.1458 402.272 46.2835 403.737 44.3648 405.259L44.1391 404.188C42.7847 397.931 41.5432 391.957 39.0602 386.094C36.4643 379.95 33.1348 373.919 29.1281 368.226C23.4849 360.222 16.318 352.781 7.23241 345.51C1.36346 340.832 -5.06982 336.773 -11.2774 332.827C-12.7446 331.926 -14.1554 331.024 -15.6226 330.065C-27.7556 322.287 -39.1549 314.959 -46.8861 306.222C-63.4772 287.452 -96.49 242.02 -102.641 204.592C-103.205 201.041 -107.381 191.741 -111.727 183.004C-113.363 179.509 -115.395 175.62 -117.765 171.618C-119.458 168.63 -120.869 166.319 -121.772 165.192C-124.48 161.133 -127.528 156.906 -130.97 152.678C-130.744 152.284 -130.632 151.833 -130.688 151.325C-130.744 150.818 -130.801 150.311 -130.801 149.803C-118.611 159.16 -99.4809 181.933 -96.4336 203.69ZM33.5863 396.128C25.0086 371.495 3.28215 354.472 -18.8957 339.648C-20.4194 338.633 -21.9995 337.619 -23.5231 336.604C-36.7283 327.867 -50.3849 318.848 -61.1635 306.673C-61.9535 305.828 -62.7435 304.926 -63.4772 304.08C-69.4025 297.485 -75.4972 290.665 -77.5852 282.266C-80.7454 269.584 -86.1065 260.79 -91.2418 252.222C-98.4651 240.385 -105.124 227.477 -105.688 208.707C-105.745 207.467 -105.688 206.283 -105.688 205.212C-105.688 203.747 -105.688 202.394 -105.688 201.154C-105.688 200.985 -105.688 200.816 -105.745 200.59C-105.011 202.45 -104.56 203.972 -104.391 204.93C-98.1265 242.696 -64.9444 288.523 -48.2405 307.406C-40.3964 316.312 -28.8278 323.696 -16.582 331.587C-15.1148 332.546 -13.7039 333.447 -12.2367 334.349C-6.0856 338.239 0.291245 342.297 6.10376 346.919C15.0765 354.078 22.1305 361.406 27.6609 369.241C31.5547 374.821 34.8842 380.739 37.4236 386.771C39.8502 392.52 41.0918 398.382 42.3897 404.583L42.7847 406.556C41.5432 407.57 40.2453 408.641 38.9473 409.712C38.3266 410.276 37.7058 410.783 37.085 411.347C37.0286 411.009 36.9722 410.614 36.8593 410.276C36.0693 405.654 35.1099 400.468 33.5863 396.128ZM35.5614 412.756C33.0219 415.123 30.7082 417.604 28.6202 420.196C27.3787 397.875 12.3677 379.894 -0.385956 368.508C-7.55284 362.138 -15.3405 356.389 -22.9024 350.865L-26.2319 348.385C-41.4122 337.224 -58.5111 324.091 -70.4183 311.521C-82.2691 299.064 -83.6235 291.623 -84.9778 284.408C-86.1065 278.377 -87.348 271.5 -93.8377 264.736C-101.625 256.619 -104.673 238.863 -105.576 224.49C-102.867 235.256 -97.7879 245.008 -92.8219 253.181C-87.6866 261.579 -82.4384 270.26 -79.3346 282.717C-77.1338 291.567 -70.8698 298.556 -64.8315 305.264C-64.0415 306.109 -63.2514 307.011 -62.5178 307.857C-51.6264 320.201 -37.8569 329.276 -24.5389 338.07C-23.0153 339.084 -21.4352 340.099 -19.9115 341.113C2.04065 355.712 23.4849 372.566 31.8933 396.691C33.3605 400.919 34.2635 405.823 35.1664 410.558C35.2792 411.347 35.4485 412.023 35.5614 412.756ZM-180.687 99.2986L-180.518 99.1295C-173.294 93.0982 -161.951 101.666 -161.895 101.779L-160.541 102.793L-157.268 97.6639C-157.098 97.5512 -156.365 97.4385 -154.897 98.3403C-150.665 100.877 -146.997 111.192 -145.981 114.912L-145.417 116.941L-140.733 113.898L-140.676 113.841C-140.564 113.841 -140.225 113.954 -139.717 114.63C-137.291 117.731 -137.573 125.791 -137.855 128.609L-138.25 132.386L-135.315 129.962L-133.51 128.44L-133.34 128.271C-132.776 127.764 -132.607 127.933 -132.494 128.046C-129.954 130.639 -131.534 135.655 -132.832 139.714C-133.284 141.236 -133.735 142.645 -133.961 143.829C-134.187 145.181 -134.074 147.774 -133.848 150.085H-133.905C-135.033 148.62 -136.952 146.196 -139.491 143.152C-141.523 140.672 -143.95 137.854 -146.545 134.866C-147.9 133.401 -149.198 131.822 -150.609 130.244C-152.019 128.722 -153.43 127.144 -154.841 125.566C-156.308 123.987 -157.719 122.465 -159.13 120.944C-160.541 119.422 -162.008 117.956 -163.362 116.491C-164.717 115.025 -166.071 113.672 -167.369 112.376C-168.667 111.079 -169.852 109.839 -171.037 108.712C-175.552 104.203 -178.768 101.384 -178.768 101.384C-178.768 101.384 -177.47 103.132 -175.269 105.837C-177.752 104.935 -180.348 104.146 -183.057 103.47C-182.662 102.004 -181.928 100.595 -180.687 99.2986ZM-179.502 118.069C-179.558 118.012 -180.574 116.378 -181.59 114.01C-175.552 115.194 -169.965 116.716 -164.886 118.745L-164.322 118.971C-163.249 120.211 -162.121 121.507 -160.992 122.747C-159.92 123.987 -158.791 125.171 -157.663 126.411C-164.829 123.875 -172.899 122.184 -181.759 121.225L-178.486 119.478L-179.502 118.069ZM-183.283 105.386C-179.784 106.288 -176.454 107.359 -173.351 108.599L-173.012 108.712C-172.73 109.05 -172.448 109.445 -172.109 109.783C-171.093 111.023 -169.965 112.319 -168.78 113.729C-168.159 114.461 -167.482 115.25 -166.805 115.983C-171.545 114.292 -176.737 112.939 -182.211 111.925C-183.001 109.952 -183.452 107.641 -183.283 105.386ZM-183.452 124.776C-183.904 123.818 -184.016 123.198 -184.016 122.804C-173.181 123.818 -163.531 125.904 -155.236 129.229L-154.954 129.342C-154.107 130.244 -153.261 131.146 -152.471 132.048C-151.229 133.401 -149.988 134.697 -148.746 135.994C-157.098 133.062 -166.635 131.146 -177.301 130.357C-180.01 128.666 -182.493 126.693 -183.452 124.776ZM-167.595 134.923C-168.893 134.472 -170.981 133.57 -173.238 132.499C-163.249 133.57 -154.277 135.655 -146.545 138.699L-145.755 139.037C-143.893 140.954 -142.144 142.701 -140.564 144.28C-139.153 145.689 -137.855 146.929 -136.726 148C-145.755 143.603 -156.534 140.954 -168.836 139.996L-165.619 135.655L-167.595 134.923ZM-167.256 141.912C-162.403 142.363 -157.832 143.096 -153.543 144.054H-154.559C-157.098 144.167 -163.814 143.885 -167.256 141.912ZM-143.837 150.029C-147.956 150.987 -153.148 152.171 -155.462 149.409C-155.575 149.296 -155.744 149.127 -155.067 148.507L-154.954 148.451L-151.229 144.618C-146.602 145.801 -142.257 147.38 -138.306 149.24C-138.814 149.183 -139.209 149.183 -139.604 149.183C-140.846 149.296 -142.313 149.634 -143.837 150.029ZM-76.118 317.439C-89.6617 303.178 -91.4111 293.652 -92.8219 286.043C-93.8377 280.462 -94.7406 275.615 -99.4809 270.711C-114.04 255.605 -113.815 222.799 -113.702 205.212C-113.702 203.803 -113.702 202.45 -113.702 201.21C-113.702 190.782 -119.176 183.962 -123.577 178.438C-127.81 173.139 -130.18 169.927 -128.769 165.981C-127.358 161.979 -131.027 157.92 -134.525 153.975C-134.807 153.693 -135.09 153.355 -135.315 153.073C-134.695 153.242 -134.074 153.467 -133.397 153.693C-133.058 153.806 -132.663 153.806 -132.324 153.749C-126.286 161.133 -121.433 168.574 -117.709 175.338C-116.467 177.649 -115.169 180.185 -113.871 182.778C-109.526 191.797 -107.438 198.73 -107.438 201.267C-107.438 202.507 -107.438 203.86 -107.438 205.325C-107.438 206.283 -107.438 207.298 -107.494 208.369C-107.494 208.538 -107.494 208.651 -107.494 208.82C-107.551 225.223 -106.874 253.857 -95.0792 266.089C-88.9281 272.458 -87.743 279.053 -86.6708 284.859C-85.3164 292.356 -83.8492 300.022 -71.6598 312.873C-59.6398 325.5 -42.4844 338.69 -27.2477 349.907L-23.9182 352.387C-16.4127 357.911 -8.62503 363.604 -1.51457 369.917C11.4084 381.416 26.6451 399.792 26.9837 422.451C24.7828 425.326 22.8641 428.257 21.1712 431.188C21.4533 428.482 21.6226 425.608 21.6226 422.62C21.6226 421.606 21.6226 420.647 21.5662 419.689C21.0583 406.95 14.23 394.211 0.629837 380.683C0.573395 380.627 0.516968 380.627 0.460541 380.57C-4.27977 375.892 -9.75369 371.552 -14.494 367.775L-16.582 366.14C-20.2501 363.322 -25.7804 359.038 -31.5365 354.811C-31.593 354.754 -31.6494 354.754 -31.7058 354.698C-46.9425 343.368 -63.985 330.178 -76.118 317.439ZM18.011 422.507C18.011 450.127 2.88713 463.599 -0.668106 466.305C-4.22334 463.543 -19.3472 450.24 -19.3472 422.507C-19.3472 421.549 -19.3472 420.591 -19.2907 419.689C-18.8393 408.303 -12.7446 396.691 -0.668106 384.347C11.4084 396.691 17.5031 408.303 17.9545 419.689C18.011 420.591 18.011 421.549 18.011 422.507ZM-38.0827 440.601C-41.2993 432.203 -43.9516 423.24 -44.1209 415.011C-44.5159 397.424 -37.8005 379.612 -24.7647 363.604C-22.3945 365.408 -20.1936 367.099 -18.5007 368.451L-18.0492 368.79C-25.9497 377.527 -31.4237 386.489 -34.7532 396.071C-36.4461 400.975 -37.4619 406.105 -38.4212 411.121L-38.7034 412.587C-38.8163 413.376 -40.5657 427.919 -38.0827 440.601ZM-53.2065 431.132C-54.2787 429.497 -55.4073 427.919 -56.5924 426.397C-59.9219 422.169 -64.1543 418.111 -69.6847 414.052C-72.732 411.798 -80.0682 408.641 -86.6144 405.823C-90.5646 404.132 -94.007 402.159 -96.095 401.032C-101.964 397.931 -106.986 395.789 -111.05 394.268C-107.664 394.944 -104.391 395.508 -101.117 396.071C-94.3456 397.199 -87.4044 398.326 -80.0682 400.637C-75.5536 402.046 -70.9827 403.794 -66.1859 405.992C-61.8406 407.965 -59.3576 409.769 -55.8024 412.474C-55.9152 415.518 -55.8024 418.505 -55.4074 421.211C-54.9559 424.255 -54.1658 427.637 -53.2065 431.132ZM-165.112 304.757C-163.362 311.182 -161.951 316.199 -165.394 326.909C-170.811 343.875 -162.459 353.627 -155.123 362.251C-153.769 363.829 -152.471 365.351 -151.286 366.873C-141.692 379.274 -134.695 380.627 -124.932 382.543C-122.223 383.051 -119.176 383.671 -115.846 384.572C-110.542 385.982 -105.35 386.827 -99.8759 387.785C-92.8783 388.969 -85.5986 390.153 -77.7545 392.633C-66.6938 396.128 -59.9219 399.284 -55.1252 403.286C-55.0687 403.343 -55.0123 403.343 -55.0123 403.399C-55.2945 405.597 -55.5766 407.965 -55.7459 410.332C-58.8497 408.021 -61.4456 406.217 -65.5087 404.357C-70.3619 402.159 -74.9893 400.412 -79.5603 398.946C-87.0094 396.579 -94.0634 395.451 -100.892 394.268C-106.253 393.366 -111.84 392.464 -117.426 390.942C-120.587 390.096 -123.408 389.533 -126.117 388.969C-136.331 386.94 -145.135 385.192 -156.139 370.988C-157.211 369.579 -158.396 368.226 -159.638 366.76L-159.751 366.648C-159.976 366.422 -160.202 366.14 -160.428 365.802C-161.556 364.506 -162.572 363.153 -163.588 361.744C-164.717 360.165 -165.845 358.474 -166.692 356.727C-167.143 355.712 -167.707 354.698 -168.046 353.627C-168.385 352.612 -168.61 351.485 -168.893 350.414C-169.344 348.385 -169.683 346.299 -169.852 344.27C-170.134 340.55 -169.908 336.829 -169.4 333.166C-169.005 330.404 -168.554 327.585 -167.764 324.88C-163.306 308.42 -167.2 300.022 -167.03 299.571C-166.861 299.176 -166.748 298.782 -166.579 298.443C-166.184 300.811 -165.619 302.896 -165.112 304.757ZM-187.91 230.352L-187.684 230.296C-178.486 228.266 -172.335 241.118 -172.278 241.231L-171.545 242.753L-166.353 239.765C-166.297 239.709 -166.184 239.709 -166.127 239.709C-165.845 239.765 -165.224 240.16 -164.434 241.4C-161.839 245.628 -163.306 256.45 -164.096 260.227L-164.547 262.312C-164.491 262.312 -164.434 262.312 -164.378 262.312C-164.265 262.312 -164.152 262.312 -164.039 262.312C-163.87 262.312 -163.757 262.256 -163.588 262.256C-163.419 262.256 -163.193 262.199 -163.024 262.199C-162.798 262.199 -162.572 262.143 -162.403 262.143C-162.177 262.143 -161.951 262.087 -161.726 262.087L-161.048 262.03C-160.823 262.03 -160.597 261.974 -160.428 261.974C-160.258 261.974 -160.033 261.918 -159.863 261.918C-159.694 261.918 -159.581 261.861 -159.412 261.861C-159.299 261.861 -159.243 261.861 -159.13 261.861C-159.073 261.861 -159.017 261.861 -159.017 261.861H-158.96C-158.848 261.918 -158.791 262.03 -158.735 262.087C-158.622 262.369 -158.509 262.65 -158.453 262.989C-157.719 266.822 -161.613 273.867 -163.193 276.235L-165.281 279.391L-161.556 278.602L-159.412 278.151L-159.017 278.039C-158.283 277.87 -158.227 278.039 -158.17 278.208C-157.042 281.646 -160.766 285.423 -163.757 288.41C-164.829 289.538 -165.902 290.552 -166.635 291.567C-167.425 292.638 -168.498 295.005 -169.4 297.147H-169.457C-169.795 295.343 -170.36 292.299 -171.263 288.41C-171.94 285.31 -172.786 281.646 -173.746 277.813C-174.254 275.897 -174.705 273.867 -175.269 271.838C-175.834 269.809 -176.342 267.78 -176.906 265.694C-177.47 263.665 -178.035 261.579 -178.655 259.607C-179.22 257.577 -179.84 255.605 -180.405 253.688C-180.969 251.772 -181.533 249.911 -182.098 248.164C-182.662 246.417 -183.17 244.782 -183.678 243.26C-185.653 237.172 -186.556 233.678 -186.894 233.734C-187.402 233.847 -186.838 235.312 -186.161 238.751C-187.967 236.834 -189.885 234.918 -191.973 233.058C-190.901 231.874 -189.603 230.916 -187.91 230.352ZM-193.046 234.523C-190.337 236.947 -187.91 239.427 -185.709 241.964L-185.427 242.245C-185.314 242.696 -185.258 243.147 -185.145 243.598C-184.806 245.177 -184.411 246.868 -184.016 248.615C-183.791 249.573 -183.565 250.531 -183.339 251.546C-186.782 247.826 -190.788 244.275 -195.246 240.836C-194.795 238.751 -194.174 236.496 -193.046 234.523ZM-195.246 249.235L-195.416 247.544C-195.416 247.488 -195.641 245.571 -195.416 242.978C-190.563 246.811 -186.33 250.757 -182.718 254.872L-182.323 255.323C-181.928 256.901 -181.533 258.536 -181.082 260.227C-180.687 261.805 -180.235 263.44 -179.784 265.018C-185.032 259.437 -191.409 254.195 -198.914 249.291L-195.246 249.235ZM-202.018 251.659C-202.018 250.644 -201.849 250.024 -201.623 249.686C-192.425 255.605 -184.806 261.918 -178.937 268.682L-178.712 268.907C-178.373 270.091 -178.035 271.275 -177.696 272.458C-177.188 274.206 -176.68 275.953 -176.172 277.644C-182.267 271.162 -189.885 265.074 -198.971 259.437C-200.72 256.675 -202.018 253.801 -202.018 251.659ZM-192.538 268.005C-193.441 266.991 -194.908 265.243 -196.431 263.214C-188.023 268.794 -181.025 274.769 -175.495 281.082L-174.931 281.702C-174.141 284.239 -173.407 286.606 -172.674 288.748C-172.053 290.665 -171.488 292.356 -170.981 293.821C-177.019 285.761 -185.371 278.433 -195.924 271.895L-191.014 269.584L-192.538 268.005ZM-195.416 274.318C-191.296 276.968 -187.572 279.73 -184.186 282.604L-185.427 282.21C-188.531 281.026 -193.215 277.7 -195.416 274.318ZM-183.226 290.834C-185.314 290.045 -187.797 288.748 -188.362 286.381C-188.418 286.268 -188.475 285.986 -187.628 285.761L-187.12 285.592L-182.493 283.957C-181.985 284.408 -181.421 284.972 -180.913 285.479C-178.994 287.283 -177.075 289.199 -175.326 291.172C-174.479 292.074 -173.689 292.976 -172.899 293.878C-172.166 294.78 -170.981 296.132 -170.473 297.203C-171.263 296.302 -172.448 295.287 -173.407 294.611C-174.366 293.934 -175.382 293.37 -176.454 292.92C-178.599 292.074 -180.969 291.679 -183.226 290.834ZM-126.117 616.241C-130.97 616.241 -136.331 620.243 -139.943 623.569C-138.645 619.285 -135.823 613.874 -129.841 612.183C-128.882 611.901 -127.584 611.563 -126.004 611.224C-117.37 609.139 -109.413 606.997 -106.196 603.671C-103.488 600.853 -100.384 598.035 -96.2078 594.427C-93.3862 592.003 -90.226 590.256 -86.8401 588.339C-83.3977 586.423 -79.8989 584.394 -76.7387 581.688C-70.7005 576.446 -66.976 568.555 -63.7029 561.621C-55.9717 545.219 -51.6264 527.012 -51.1185 508.975C-50.1591 475.154 -60.0912 449.845 -69.7411 437.501C-76.2873 429.102 -87.743 422.902 -96.9979 417.942L-98.4651 417.153C-110.09 410.896 -120.812 406.161 -131.196 402.779C-153.487 395.508 -166.917 383.163 -172.166 365.013C-178.317 343.932 -176.003 336.435 -171.771 322.85C-171.263 321.272 -170.755 319.638 -170.247 317.947C-168.554 312.253 -170.529 305.771 -172.391 299.458C-172.504 299.12 -172.561 298.782 -172.674 298.443C-172.053 299.007 -171.376 299.684 -170.642 300.416C-170.36 300.698 -170.021 300.867 -169.683 300.98C-169.57 301.431 -168.328 300.585 -168.215 301.036C-166.015 309.21 -167.99 317.157 -169.57 324.598C-171.94 335.533 -174.366 346.806 -166.127 363.266C-159.468 376.456 -150.439 389.645 -129.334 396.522C-118.611 400.017 -107.551 404.865 -95.5871 411.347L-94.1763 412.136C-84.4135 417.378 -72.2806 423.917 -64.9444 433.386C-49.1998 453.678 -44.2902 485.864 -44.911 509.256C-45.4753 528.196 -50.0463 547.361 -58.1725 564.609C-61.5585 571.768 -65.7344 580.73 -72.7885 586.818C-76.4001 589.918 -80.4068 592.172 -83.9056 594.202C-87.0094 595.949 -89.8874 597.584 -92.2576 599.613C-94.9663 601.924 -98.5216 605.081 -101.795 608.463C-102.472 609.139 -106.366 612.014 -113.307 614.156C-116.467 614.888 -121.772 616.241 -126.117 616.241ZM-115.733 622.836C-113.025 621.878 -110.542 620.187 -109.187 617.65C-109.074 617.425 -108.962 617.256 -108.849 617.03C-107.776 615.057 -106.196 613.423 -104.334 612.295C-102.98 611.506 -101.682 610.717 -100.553 609.534C-97.3365 606.208 -93.8377 603.108 -91.1289 600.797C-88.8717 598.88 -86.05 597.302 -83.0591 595.554C-79.4475 593.525 -75.3844 591.214 -71.6598 588.001C-64.3236 581.632 -60.0348 572.5 -56.5924 565.173C-48.3533 547.699 -43.7259 528.309 -43.1616 509.144C-42.4844 485.47 -47.5068 452.777 -63.5336 432.146C-71.1519 422.395 -83.4542 415.743 -93.3862 410.389L-94.797 409.656C-106.874 403.117 -117.991 398.27 -128.826 394.719C-147.335 388.687 -156.308 377.639 -162.629 366.084C-162.346 366.366 -162.121 366.704 -161.895 366.93C-161.613 367.211 -161.387 367.493 -161.218 367.719L-161.105 367.888C-159.863 369.297 -158.735 370.65 -157.663 372.059C-154.22 376.512 -150.326 380.683 -145.642 383.84C-142.2 386.207 -138.363 387.842 -134.356 388.969C-132.437 389.476 -130.519 389.927 -128.6 390.322C-125.553 390.942 -122.562 391.731 -119.627 392.689C-113.533 394.662 -107.72 397.311 -102.02 400.073C-100.384 400.862 -98.7473 401.708 -97.1108 402.497C-94.9099 403.624 -91.4111 405.71 -87.4044 407.401C-80.9711 410.163 -73.7478 413.263 -70.8698 415.405C-65.4523 419.407 -61.3892 423.24 -58.1161 427.411C-55.5766 430.681 -53.2629 434.232 -51.2314 437.952C-49.3127 443.927 -47.1118 449.789 -45.3624 454.411C-44.008 458.019 -42.9358 460.837 -42.5408 462.359C-42.3715 463.035 -42.1458 463.712 -41.9201 464.388C-40.2835 469.461 -36.5026 477.804 -36.0511 512.808C-35.9947 517.317 -36.6154 521.714 -37.2926 526.167C-37.9698 530.563 -39.042 535.016 -40.0578 539.356C-40.2271 540.089 -40.3964 540.766 -40.5657 541.498C-43.1051 551.475 -46.8861 560.663 -51.7393 571.373C-54.2223 576.784 -56.9874 582.421 -61.3892 586.761C-63.8158 589.129 -66.5809 590.538 -69.5718 592.06C-70.7569 592.68 -71.9984 593.3 -73.1835 593.976C-80.5197 598.204 -88.0252 603.333 -93.8941 609.477C-96.0386 611.675 -97.9008 614.099 -100.102 616.241C-102.077 618.158 -104.391 619.792 -107.043 620.638C-108.566 621.089 -109.977 621.765 -111.388 622.498C-115.395 624.64 -119.289 627.064 -122.9 629.826C-123.916 630.615 -124.988 631.46 -125.891 632.362C-123.408 628.867 -117.934 623.625 -115.733 622.836ZM-66.6938 599.895C-71.4341 602.488 -76.0051 605.475 -80.294 608.744L-80.3504 608.801C-82.5512 610.492 -84.6392 612.239 -86.7272 614.043C-88.7588 615.847 -90.5082 617.312 -91.6368 619.792C-92.8783 622.554 -95.7564 624.302 -98.6909 624.978C-103.149 625.993 -108.115 624.133 -111.896 627.289C-114.435 629.375 -120.812 632.08 -124.988 633.602C-121.828 630.897 -118.273 628.698 -114.718 626.556C-112.065 624.922 -109.357 623.231 -106.366 622.329C-103.544 621.483 -101.174 619.849 -99.0295 617.819C-96.7157 615.678 -94.7971 613.197 -92.5962 610.943C-86.7837 604.855 -79.5039 599.782 -72.2242 595.611C-71.0391 594.934 -69.854 594.314 -68.6689 593.751C-65.7345 592.229 -62.6871 590.707 -60.0348 588.114C-55.4073 583.605 -52.4164 577.517 -49.9899 572.218C-45.0802 561.396 -41.2429 552.152 -38.7034 542.006C-38.3084 540.54 -37.0669 534.34 -36.7283 532.874C-37.1233 547.586 -41.2993 563.707 -45.2495 572.275C-46.1525 574.304 -47.1118 576.277 -48.0712 578.25C-48.9176 579.997 -49.8206 581.745 -50.6671 583.492C-51.4571 585.07 -52.3036 586.648 -53.0936 588.17C-53.8837 589.636 -54.6737 591.045 -55.4638 592.454C-55.8024 593.018 -56.0845 593.582 -56.4796 594.089C-56.9875 594.709 -57.6646 595.273 -58.3418 595.667C-61.1635 597.133 -63.9851 598.373 -66.6938 599.895ZM-90.5646 654.627C-88.5331 646.003 -83.567 643.636 -79.3911 640.874C-78.601 640.31 -77.7545 639.803 -76.9645 639.239L-76.118 638.619C-72.2242 635.913 -66.8067 632.249 -66.1859 627.007C-65.3394 619.961 -62.3485 612.352 -59.6962 606.659C-58.0597 604.066 -49.9334 590.932 -42.0894 573.74C-35.9947 560.381 -32.0444 540.427 -32.4394 512.808C-32.8909 477.296 -36.6719 468.954 -38.4777 463.374C-38.7034 462.697 -38.8727 462.077 -39.042 461.457C-39.4935 459.766 -40.5657 456.891 -41.9765 453.228C-45.3624 444.209 -50.4413 430.624 -51.9085 420.591C-53.6015 409.148 -49.1998 391.844 -48.8612 390.547C-46.2089 382.543 -41.0736 370.819 -31.3672 358.7C-29.6178 359.996 -27.9249 361.293 -26.2883 362.533C-39.5499 378.879 -46.3782 397.03 -45.9832 415.067C-45.701 427.017 -41.13 438.685 -36.3897 449.564C-31.4236 460.893 -28.1506 473.012 -26.514 485.357C-24.4825 500.801 -25.329 516.922 -27.5863 532.311L-28.3763 537.609C-29.3921 544.486 -30.4643 551.701 -31.7058 559.649C-33.0038 568.216 -35.9947 578.25 -40.5092 585.916C-42.9923 590.143 -46.8861 598.88 -51.0056 608.068C-56.8746 621.145 -64.888 635.857 -67.9353 638.224C-71.0391 640.592 -73.2399 641.043 -75.4408 641.437C-76.8516 641.719 -78.3188 642.001 -79.8989 642.79C-83.9621 644.988 -87.5173 648.427 -90.5646 654.627ZM-57.8904 634.279C-58.7368 635.293 -59.5269 636.364 -60.317 637.435C-62.1228 640.028 -63.7593 642.846 -66.5245 644.594C-68.4996 645.834 -70.5876 645.834 -73.0142 645.834C-75.6665 645.834 -78.601 646.003 -81.8741 647.863C-83.6799 648.878 -87.0094 652.542 -89.041 655.416C-87.1787 650.625 -83.567 646.849 -78.996 644.425C-77.6417 643.748 -76.4001 643.466 -75.0458 643.241C-72.7885 642.79 -70.249 642.339 -66.8067 639.69C-63.4207 637.097 -55.8588 623.513 -49.3127 608.857C-45.1931 599.669 -41.3557 590.989 -38.8727 586.874C-34.2453 578.983 -31.2543 568.78 -29.8436 559.987C-28.602 551.983 -27.5298 544.768 -26.514 537.891L-25.724 532.592C-23.9746 520.924 -23.2974 511.624 -23.5231 498.998C-23.9746 475.662 -29.6743 460.104 -31.2543 455.877C-32.9473 451.142 -34.7531 446.463 -35.8818 441.503C-38.0262 431.695 -38.3648 421.436 -36.7283 411.516C-34.2453 396.128 -27.1348 381.472 -16.5256 369.973L-8.90721 376.286C-19.8551 385.812 -27.417 399.172 -29.9564 413.432C-32.2701 426.397 -31.3672 439.643 -26.1755 451.762C-25.1597 454.073 -24.3132 456.328 -23.3539 458.582C-21.3787 463.374 -19.6858 468.278 -18.5007 473.351C-17.3156 478.255 -16.4127 483.271 -16.2434 488.288C-16.2434 488.908 -16.187 489.584 -16.187 490.204C-16.0177 504.691 -17.2027 519.29 -19.2907 533.551L-20.0808 538.793C-21.0401 545.557 -22.1688 552.772 -23.4103 560.945C-24.934 570.697 -28.6585 582.928 -33.7938 591.609C-35.9947 595.385 -40.0013 604.235 -43.8387 612.859C-45.701 616.974 -47.4504 621.032 -50.0463 624.753C-52.4729 628.135 -55.2945 631.122 -57.8904 634.279ZM-39.042 622.611C-40.0014 624.245 -40.7914 625.88 -41.5815 627.571C-42.8794 630.22 -43.8387 632.926 -44.6288 636.026C-44.6852 636.139 -44.6852 636.251 -44.7417 636.364C-45.1367 637.83 -45.4189 639.352 -45.6446 640.761C-45.9832 642.846 -46.3218 644.819 -47.1118 646.679C-48.0712 648.934 -49.5384 651.302 -51.6828 654.007C-53.0936 655.867 -54.5609 657.558 -56.0845 659.137C-55.8588 656.995 -55.2945 654.684 -53.8272 653.613C-49.3127 650.118 -53.658 638.732 -55.2945 634.786C-55.4073 634.053 -53.7144 631.911 -53.0372 631.291C-48.9741 627.12 -46.8861 623.851 -44.5159 618.665C-43.7823 617.03 -42.9923 615.339 -42.2586 613.705C-38.4212 605.137 -34.5274 596.344 -32.3266 592.623C-27.0784 583.717 -23.2974 571.317 -21.7173 561.34C-20.4758 553.166 -19.3472 545.951 -18.3878 539.187L-17.5978 533.945C-15.8484 522.052 -15.3405 509.651 -14.6069 497.25C-14.2683 491.726 -14.6069 486.202 -15.3969 480.678C-16.582 472.392 -19.0086 464.332 -22.3381 456.666C-23.241 454.58 -24.1439 452.495 -25.0468 450.353C-29.7307 439.474 -30.5772 426.228 -28.5456 414.616C-27.417 408.134 -25.2726 401.821 -22.0559 396.015C-18.1621 389.138 -13.1396 382.994 -7.6657 377.357C-6.02916 378.767 -4.44907 380.176 -2.86896 381.641C-15.7919 394.775 -22.3381 407.232 -22.846 419.633C-22.9024 420.591 -22.9024 421.606 -22.9024 422.564C-22.9024 434.683 -20.1936 444.209 -16.7513 451.424C-15.0019 455.088 -13.7604 459.202 -12.5189 463.092C-11.1645 467.432 -9.97942 471.829 -9.18936 476.282C-8.5686 479.889 -8.06073 483.553 -7.83501 487.217C-7.60927 490.881 -7.83501 494.432 -7.83501 498.096C-8.73792 513.089 -9.86655 524.419 -11.3902 534.903C-11.7852 537.722 -12.1803 540.54 -12.5753 543.359C-14.2118 555.252 -17.3156 577.179 -20.7015 588.509C-22.4509 594.371 -25.2161 599.444 -28.3199 604.63C-31.9315 610.604 -35.4868 616.636 -39.042 622.611ZM-18.9521 609.646C-18.9521 609.703 -19.0086 609.703 -19.065 609.759C-19.6858 610.435 -20.4194 611.055 -21.153 611.619C-21.8302 612.183 -22.6767 612.465 -23.4667 612.859C-24.3132 613.31 -25.1597 613.705 -26.0061 614.156C-26.2319 614.268 -26.5141 614.437 -26.7398 614.55C-28.9406 615.621 -31.0286 617.03 -32.8909 618.552C-27.5863 608.97 -20.5887 600.12 -17.4285 589.467C-13.9297 577.855 -10.7695 555.308 -9.18936 543.753C-8.79434 540.935 -8.39932 538.116 -8.00429 535.298C-6.42419 524.701 -5.35197 513.259 -4.39264 498.208C-3.60258 485.131 -5.63412 473.745 -8.68147 463.712C-6.98851 465.628 -5.46484 467.038 -4.27977 468.052C-3.88474 468.39 -3.48972 468.672 -3.0947 469.01C-2.7561 469.292 -2.41751 469.574 -2.07892 469.856C-0.837402 470.983 -0.273071 472.618 0.0655212 474.253C0.460541 475.944 0.573395 477.691 0.629837 479.438C0.686264 480.678 0.742706 481.918 0.742706 483.159C0.742706 484.173 0.799133 485.188 0.85556 486.259C1.19415 496.856 1.19415 499.561 0.629837 508.524L0.347672 512.92C-0.216644 522.39 -0.442368 525.603 -1.96605 536.313L-2.75609 541.555C-3.20755 544.711 -3.94118 547.755 -4.67479 550.743C-5.63414 554.688 -6.59349 558.747 -6.93208 563.143L-7.10138 565.511C-7.21423 566.976 -7.32712 568.442 -7.43997 569.964C-7.55284 571.598 -7.72212 573.177 -7.89142 574.811C-8.85077 583.999 -10.1487 593.3 -14.0425 601.755C-14.5504 603.22 -17.9928 608.575 -18.9521 609.646ZM-4.90053 607.955C-6.19847 610.21 -7.6657 612.352 -9.52797 614.268C-10.4873 615.283 -11.5595 616.241 -12.6882 617.03C-13.3089 617.425 -13.9297 617.819 -14.6069 618.158C-15.1148 618.383 -15.6226 618.609 -16.1305 618.778C-16.4127 618.383 -16.187 617.425 -16.187 616.974C-16.187 616.241 -16.1305 615.508 -16.1305 614.776C-16.0741 613.592 -16.0741 612.465 -16.0177 611.281C-16.0177 610.379 -15.6791 609.815 -15.2841 609.026C-14.6633 607.73 -14.0425 606.49 -13.3654 605.25C-11.2209 601.022 -9.52797 596.625 -8.3429 592.06C-7.15782 587.438 -6.70634 582.646 -6.0856 577.968C-5.85986 576.277 -5.69058 574.642 -5.52129 572.951C-5.35199 571.429 -5.23912 569.851 -5.12625 568.273C-5.06982 567.427 -5.01338 566.582 -4.95694 565.736L-4.78766 563.369C-4.73122 562.636 -4.3362 558.127 -4.27977 557.394C-4.05403 565.285 -3.48973 576.897 -1.90962 583.492C-1.74033 584.281 -1.51459 585.014 -1.34529 585.747C-0.442368 589.41 0.291245 592.285 -0.273087 596.174C-0.780975 599.613 -2.13535 602.826 -3.71545 605.926C-4.11047 606.546 -4.50549 607.279 -4.90053 607.955ZM-4.22334 643.636C-4.39264 639.408 -3.32043 634.617 -2.41751 630.389C-1.57103 626.556 -0.950256 623.569 -1.23242 621.483C-1.51459 619.736 -1.68388 618.27 -1.85318 616.918C-1.96605 615.847 -2.07892 614.945 -2.19177 614.156C-2.53036 612.352 -2.2482 610.492 -1.34529 608.857C0.742706 605.024 2.60495 601.022 3.22571 596.569C3.90289 592.003 3.05643 588.678 2.09708 584.788C1.92778 584.056 1.75848 583.379 1.58919 582.59C0.234818 576.672 -1.51459 564.834 -1.79675 557.732C-0.555252 566.751 3.1693 577.292 5.53944 581.97C7.00668 584.901 8.02245 587.945 8.58678 591.214C9.99757 599.726 9.15111 603.22 7.90959 611.563C7.00668 617.707 4.97511 624.753 3.45145 628.078C2.3228 630.615 1.02487 633.49 0.29126 638.337C-0.78096 645.158 1.58919 656.093 3.79004 663.308C-0.047348 656.036 -4.11047 646.736 -4.22334 643.636ZM18.1238 618.496C17.3902 620.469 16.4309 622.442 15.4151 624.302C14.1171 626.725 12.6499 629.036 10.9569 631.178C10.3362 631.968 9.65898 632.7 8.9818 633.433C5.42657 637.097 5.93446 646.059 6.38593 654.007C6.61165 657.502 6.89381 660.489 6.78094 662.575C6.66808 664.773 6.3295 665.788 6.3295 665.788C4.52367 659.813 1.08128 646.454 2.3228 638.675C2.99998 634.166 4.29794 631.573 5.31372 628.98C8.98181 619.905 10.1669 612.239 10.6748 608.012C11.4648 601.304 11.6906 595.893 10.6748 590.763C14.0607 597.189 16.0923 604.348 18.9703 610.999C19.2525 611.675 19.5346 612.352 19.6475 613.028V613.085C19.9297 615.057 18.801 616.748 18.1238 618.496ZM59.4322 640.705C60.7301 644.087 61.8024 647.919 61.1816 651.583C61.0123 652.767 60.1658 654.684 58.755 656.093C58.4729 649.047 55.3691 645.721 51.9832 642.396C49.2744 639.69 46.5092 636.984 44.3648 631.686C43.6312 629.826 42.4461 628.135 41.1482 626.613C39.6809 624.809 37.988 623.231 36.2386 621.709C34.4892 620.187 32.6269 618.721 30.7646 617.369C29.0717 616.128 27.3787 615.057 25.5729 614.043C23.8799 613.028 22.4127 611.675 21.284 610.041C19.1396 606.828 17.9545 602.882 16.5437 599.331C15.1329 595.893 13.6657 592.398 11.8034 589.185C11.4648 588.621 11.1262 588.058 10.7876 587.438C6.66808 580.504 -0.893829 567.596 -0.724533 541.837L0.0655212 536.651C1.64561 525.828 1.87134 522.672 2.43567 513.089L2.71783 508.693C3.28217 499.787 3.28215 496.799 2.94356 486.259C2.88712 485.188 2.88712 484.117 2.83069 483.159C2.77425 479.889 2.66139 477.014 2.26637 474.591C1.75848 471.49 2.66139 468.39 4.86224 466.192C6.83737 464.276 9.20755 461.57 11.5777 458.019C9.03825 472.223 6.61165 492.515 7.571 514.329C7.45813 518.726 7.11955 523.123 6.72452 527.407C6.04733 535.016 5.37013 542.851 6.27306 550.743C7.62743 562.805 9.94115 574.36 16.0358 585.07C22.582 596.569 30.5389 607.222 41.9947 617.256C42.164 617.425 47.9765 622.949 49.218 624.527C50.2902 625.88 54.6919 630.728 55.1998 631.46C56.1591 632.926 56.6671 634.617 57.3442 636.195C58.1343 637.661 58.8679 639.183 59.4322 640.705ZM78.5063 638.844C76.5312 638.112 73.9917 636.308 71.2266 634.391C68.2357 632.306 64.9626 631.178 61.6331 629.657C58.2471 628.078 55.482 626.162 52.6603 623.682C49.3873 620.807 37.3108 609.421 34.6585 606.546C29.8053 601.248 25.1214 595.554 21.284 589.523C20.1554 587.719 19.0267 585.859 17.9545 583.999C11.9727 573.515 9.77187 562.242 8.41748 550.461C7.571 543.077 8.47392 532.649 9.03824 525.434C10.2233 535.467 11.9727 548.601 15.1894 558.409L15.4715 559.254C18.6882 569.118 23.5413 583.999 43.5183 606.151C47.7507 610.83 56.4413 618.665 61.4638 622.329C63.1003 623.513 64.7368 624.922 66.5991 626.5C69.5336 629.036 73.2017 632.193 79.0142 636.308C80.3121 637.21 84.3188 640.817 85.2782 643.861C84.1495 642.903 79.9735 639.408 78.5063 638.844ZM58.755 609.195C59.9966 610.492 60.7302 611.337 61.2945 612.014C63.0439 614.043 63.326 614.156 66.9941 615.79L68.4614 616.467C71.283 617.707 72.2987 619.567 73.5403 621.934C74.951 624.527 76.5312 627.458 80.7636 629.657C85.3911 632.08 86.689 637.661 86.8583 642.621C85.5603 639.126 83.6981 635.237 81.1022 633.377C75.4025 629.318 71.7909 626.218 68.9128 623.738C66.9941 622.103 65.3012 620.638 63.5518 619.398C58.8115 615.959 50.1773 608.181 46.1706 603.784C28.2252 583.83 23.0334 570.809 18.9139 558.183L18.6317 557.338C6.1602 519.233 11.6906 476.113 16.0923 453.791C18.406 442.01 26.2501 424.988 41.3175 412.53C49.4437 405.823 56.4977 400.242 64.9626 396.522C64.9626 396.522 65.019 396.522 65.019 396.466C65.1883 396.41 65.3576 396.353 65.5269 396.24C68.4614 395 71.8473 393.817 75.7411 392.577C83.5852 390.096 90.865 388.913 97.8626 387.729C103.393 386.827 108.585 385.982 113.833 384.516C117.219 383.614 120.266 382.994 122.918 382.487C132.681 380.57 139.679 379.161 149.272 366.817C158.414 354.98 168.29 339.761 163.324 326.796C159.374 316.537 160.897 311.521 162.816 305.095C163.324 303.404 163.888 301.6 164.34 299.571C164.453 299.909 164.622 300.247 164.735 300.642C164.961 301.262 165.525 301.769 166.202 301.938C166.879 302.107 167.556 301.938 168.064 301.544C166.653 305.602 165.976 309.942 168.29 314.114C168.29 314.17 168.346 314.226 168.346 314.283C172.692 328.318 173.087 348.385 154.916 369.973C154.521 370.424 154.238 370.762 154.069 370.988C143.065 385.249 134.261 386.94 124.047 388.969C121.338 389.533 118.517 390.04 115.3 390.886C109.713 392.407 104.127 393.309 98.709 394.211C91.8807 395.339 84.8831 396.522 77.3777 398.833C75.0639 399.566 72.6938 400.468 70.4365 401.426C67.6713 402.61 64.9061 404.075 62.0845 405.71C60.1094 406.668 58.3036 407.796 56.5542 409.092C52.7168 411.629 48.8229 414.447 45.0984 417.547C34.5456 426.284 26.3065 439.812 22.0177 455.595C13.3271 487.33 14.23 523.574 24.5007 555.027L24.7828 555.872C28.6202 567.54 34.7713 581.745 51.1367 599.387C52.5475 600.909 53.789 602.544 54.8612 604.291C55.7077 605.644 56.8363 607.222 58.755 609.195ZM54.8047 598.767C53.8454 598.88 52.8296 598.655 52.2089 597.922C36.295 580.674 30.2567 566.864 26.5322 555.421L26.2501 554.576C16.0923 523.461 15.1893 487.555 23.8235 456.159C28.0559 440.714 36.0693 427.524 46.3399 419.013C47.0735 418.393 47.8072 417.829 48.5972 417.209C39.2859 428.313 34.4892 444.265 30.7082 458.188C22.5255 488.344 23.372 522.559 33.0784 552.152L33.3605 552.997C33.6427 553.899 33.9249 554.801 34.207 555.703C37.6494 566.582 42.164 581.012 65.5833 599.557C60.053 598.316 55.0869 598.767 54.8047 598.767ZM81.8358 607.673C79.4656 606.546 76.7569 605.306 73.8224 603.108C72.8631 602.431 71.8473 601.811 70.7751 601.304C44.1391 581.632 39.5681 567.089 35.8436 555.139C35.5614 554.181 35.2792 553.279 34.9971 552.434L34.7149 551.588C25.1779 522.334 24.3314 488.457 32.4012 458.639C37.1415 441.221 42.8411 421.718 57.6828 410.614C59.4886 409.43 61.238 408.359 63.0439 407.345C63.326 407.232 63.6082 407.063 63.8904 406.95V406.894C66.3734 405.485 68.9128 404.245 71.3394 403.174C73.5403 402.215 75.854 401.313 78.1113 400.637C85.4475 398.326 92.4451 397.142 99.2169 396.015C104.634 395.113 110.278 394.211 115.921 392.689C119.025 391.844 121.846 391.28 124.499 390.773C135.051 388.687 144.193 386.883 155.593 372.115C155.762 371.89 156.044 371.552 156.383 371.157C158.697 368.395 160.672 365.746 162.421 363.04C162.365 363.209 162.308 363.435 162.308 363.604C159.825 377.583 148.764 387.391 127.546 394.493C125.853 395.057 124.16 395.677 122.523 396.24V396.184C112.93 399.735 103.901 401.708 94.8152 402.215C79.5221 403.061 63.4953 416.138 58.1343 422.338C50.0645 431.695 43.744 444.547 39.3423 460.612C31.6676 489.021 32.4576 521.263 41.5432 549.108L41.9382 550.404C45.7756 562.241 51.0238 578.475 81.5536 599.782C82.6259 600.515 83.3595 601.529 84.2059 602.769C84.3188 602.939 84.4317 603.164 84.5446 603.333C85.6168 604.855 86.6325 608.012 87.1404 610.548C85.5603 609.421 83.7545 608.575 81.8358 607.673ZM130.537 617.763C125.458 607.955 115.469 606.546 109.431 605.701L108.359 605.531C105.481 605.081 102.321 603.728 99.612 602.488C96.7903 601.191 93.7994 600.12 90.7521 599.613C89.2849 599.387 87.7612 599.162 86.2375 599.049C84.996 598.936 83.5852 598.993 82.4565 598.316C52.3782 577.348 47.4686 562.072 43.4619 549.841L43.0669 548.544C34.0941 521.037 33.2477 489.133 40.866 461.063C45.1549 445.223 51.3624 432.597 59.2629 423.466C64.2854 417.716 80.1428 404.752 94.7023 403.963C98.7655 403.737 102.829 403.174 106.948 402.384C103.167 404.075 99.5555 405.879 96.0567 407.739L94.9281 408.359C84.4317 414.052 73.5403 419.858 64.0596 428.99C54.5226 438.178 50.4595 453.171 47.7507 463.092C40.5274 489.697 41.261 519.966 49.8387 546.064C53.8454 558.352 60.2787 569.738 68.4049 578.983C71.6216 582.646 75.2897 585.859 79.3528 588.565C83.8109 591.552 88.6077 593.863 93.6302 595.724C96.5082 596.795 99.3298 597.866 102.264 598.767C105.537 599.782 108.698 600.853 111.914 601.698C114.962 602.488 118.065 603.389 121.056 604.46C123.652 605.419 126.304 606.49 128.562 608.068C129.465 608.688 130.311 609.421 130.988 610.323C131.214 610.604 131.327 610.999 131.27 611.394C131.101 613.817 130.875 616.128 130.537 617.763ZM170.152 364.957C164.96 382.881 151.812 395.169 129.972 402.441C118.63 406.217 108.81 410.445 99.8377 415.236L98.709 415.856C88.2126 421.549 78.2806 426.848 69.59 435.246C61.6895 442.8 58.1343 455.877 55.5384 465.459C48.7101 490.486 49.4437 518.895 57.4571 543.471C62.6488 559.423 72.1859 573.346 84.2059 582.759C94.138 590.538 106.384 594.596 118.235 598.486C122.467 599.895 126.869 601.36 130.988 602.939C134.826 604.404 138.381 607.222 140.751 609.477C139.227 609.195 137.704 609.083 136.124 608.97C135.334 608.914 134.487 608.914 133.697 608.97C133.189 608.97 132.625 608.857 132.23 608.575C132.117 608.519 132.061 608.463 131.948 608.35C130.085 607.053 127.828 605.757 125.74 604.855C122.806 603.559 119.702 602.488 116.654 601.529C113.438 600.515 109.995 599.331 106.779 598.486C102.716 597.358 99.2734 596.005 95.436 594.596C90.4699 592.792 85.6168 590.594 81.1586 587.719C76.9262 585.014 73.1453 581.688 69.8157 577.912C61.8024 568.836 55.5384 557.619 51.5881 545.613C43.1797 519.797 42.3897 489.923 49.5566 463.655C52.2089 453.904 56.1591 439.249 65.3576 430.399C74.6689 421.437 85.4475 415.631 95.831 410.05L96.9596 409.43C106.215 404.414 116.372 400.073 128.054 396.184C149.949 388.856 161.405 378.598 164.001 363.886C164.396 361.518 166.146 357.234 167.274 354.416C167.613 353.627 167.895 352.894 168.064 352.387C172.579 341.79 173.312 331.982 172.24 323.471C175.513 333.842 175.683 345.961 170.152 364.957Z' fill='white'/%3E%3Cpath d='M21.6756 236.101C20.5469 232.156 18.2896 231.761 17.3867 231.761C17.0481 231.761 16.8224 231.817 16.7095 231.817L14.0008 232.55C12.985 228.323 9.37333 217.444 -0.389444 216.993H-0.78447C-10.6037 217.444 -14.3282 228.266 -15.4004 232.55L-18.1656 231.817C-18.2784 231.761 -18.5042 231.761 -18.8428 231.761C-19.7457 231.761 -22.003 232.212 -23.188 236.101C-24.8246 241.569 -21.1001 250.813 -19.2942 254.759L-20.4229 254.984C-20.8743 255.041 -21.7772 255.21 -22.5109 255.999C-23.3009 256.844 -23.6395 258.028 -23.4702 259.55C-23.1881 263.496 -19.5764 268.005 -16.9241 270.711C-18.5606 271.105 -19.6328 272.289 -19.6893 273.98C-19.915 279.504 -14.2153 282.773 -10.0958 285.141C-8.79783 285.873 -7.61277 286.55 -6.82272 287.17C-6.03266 287.733 -4.39614 289.763 -2.42101 292.412C-2.02598 292.976 -1.34879 293.257 -0.671602 293.257C0.11845 293.257 0.852079 292.807 1.19067 292.13C2.60148 289.65 3.95583 287.677 4.63302 287.17C5.4795 286.55 6.66458 285.873 7.96252 285.141C12.1385 282.773 17.8946 279.504 17.7253 273.98C17.6689 272.289 16.5967 271.105 14.9601 270.711C17.6124 268.005 21.2805 263.496 21.6191 259.55C21.732 258.028 21.4498 256.788 20.6598 255.942C20.039 255.266 19.1925 254.984 18.5718 254.928L17.4431 254.702C19.3618 250.813 23.1992 241.569 21.6756 236.101ZM11.2356 234.748L11.5178 236.439L15.073 235.538C9.14761 242.245 4.35087 249.009 0.739204 255.717C0.739204 254.026 0.739214 252.391 0.682781 250.757C0.682781 249.066 0.626337 247.375 0.626337 245.74L0.908493 245.233C3.27865 240.272 6.32599 235.368 9.99409 230.408C10.897 232.776 11.2356 234.692 11.2356 234.748ZM9.20404 228.379C5.8181 232.832 2.88362 237.341 0.51347 241.851C0.51347 240.836 0.457035 239.821 0.400602 238.863C0.344172 237.003 0.287754 235.312 0.174891 233.734C0.174891 233.226 0.118446 232.776 0.118446 232.325L0.287758 231.986C1.755 228.943 3.50439 225.955 5.42309 222.911C7.17249 224.377 8.35756 226.406 9.20404 228.379ZM-0.615158 223.644C-0.953751 223.644 -0.897322 227.308 -1.23592 233.677C-1.34878 235.256 -1.40522 237.003 -1.46165 238.807C-1.51808 240.667 -1.63094 242.583 -1.63094 244.556C-1.68737 246.529 -1.74381 248.615 -1.74381 250.7C-1.74381 252.786 -1.80025 254.928 -1.80025 257.07C-1.80025 259.212 -1.80024 261.297 -1.74381 263.439C-1.74381 265.525 -1.68737 267.61 -1.63094 269.583C-1.51807 273.585 -1.40521 277.306 -1.23592 280.462C-1.06662 284.408 -0.840899 287.564 -0.671602 289.368H-0.728024C-2.13883 287.508 -3.77536 285.535 -4.84757 284.69C-5.80692 283.957 -7.10488 283.224 -8.45926 282.435C-12.1273 280.349 -16.6984 277.7 -16.5291 274.093C-16.5291 273.924 -16.529 273.698 -15.739 273.698H-15.344L-13.256 273.585L-9.47504 273.36L-12.3531 270.88C-14.4975 269.02 -20.1407 263.214 -20.4229 259.324C-20.4229 259.043 -20.4793 258.704 -20.3664 258.423C-20.3664 258.31 -20.31 258.197 -20.1971 258.141H-20.1407C-20.0843 258.141 -20.0843 258.084 -20.0279 258.084C-19.915 258.084 -19.8586 258.028 -19.7457 258.028C-19.6328 258.028 -19.4635 257.972 -19.2942 257.972C-19.1249 257.915 -18.9556 257.915 -18.7299 257.859C-18.5042 257.803 -18.3349 257.803 -18.1092 257.746C-17.8834 257.69 -17.6577 257.69 -17.432 257.633C-17.2063 257.577 -16.9805 257.577 -16.7548 257.521C-16.529 257.464 -16.3033 257.464 -16.134 257.408C-15.9647 257.352 -15.739 257.352 -15.5697 257.295C-15.4004 257.295 -15.2876 257.239 -15.1183 257.239C-15.0054 257.239 -14.8925 257.183 -14.7797 257.183C-14.7232 257.183 -14.6668 257.183 -14.6668 257.126L-15.6261 255.266C-17.3755 251.828 -21.608 241.794 -20.1971 237.003C-19.8021 235.65 -19.2942 235.143 -19.0121 234.974C-18.9556 234.918 -18.8428 234.918 -18.7863 234.974L-13.0303 236.496L-12.7481 234.805C-12.6917 234.692 -10.1522 220.657 -0.78447 220.206H-0.558735C1.2471 220.318 2.77077 220.882 4.06871 221.784C2.54504 224.151 1.19067 226.462 -0.0508442 228.773C-0.22014 225.166 -0.107267 223.644 -0.615158 223.644ZM10.8406 279.729C8.92188 281.139 6.72102 282.097 4.85875 283.562C3.95584 284.239 3.10936 285.084 2.37574 285.986C1.64212 286.888 0.739202 288.184 0.231314 289.255C0.40061 288.072 1.19067 286.493 1.69856 285.422C2.20645 284.295 2.77076 283.224 3.33508 282.153C4.52016 279.786 5.87455 277.475 7.22892 275.164C7.62395 274.544 7.96254 273.867 8.35757 273.304L13.2672 273.642L13.7751 273.698C14.6215 273.698 14.6215 273.98 14.678 274.093C14.678 276.573 12.6464 278.433 10.8406 279.729ZM10.6713 270.823L9.59906 271.5C12.1385 267.836 15.0166 264.172 18.2896 260.565C17.0481 264.397 13.38 268.907 10.6713 270.823ZM18.1768 258.084C9.71193 267.159 3.56082 276.404 -0.163712 285.761C-0.0508461 284.239 0.0620251 282.435 0.174891 280.462C0.287754 278.264 0.400606 275.727 0.51347 273.078L0.852072 272.345C4.52017 264.792 9.71193 257.239 16.3709 249.629C15.468 251.94 14.5087 254.026 13.8315 255.266L12.8721 257.126L18.1768 258.084ZM17.8382 245.289C10.502 253.124 4.7459 260.959 0.569914 268.794C0.626347 267.047 0.682781 265.243 0.682781 263.383C0.682781 262.143 0.682772 260.903 0.739204 259.663L0.852072 259.381C4.7459 251.32 10.4455 243.203 17.7817 235.143C18.0639 235.425 18.4025 235.988 18.6847 236.947C19.249 239.089 18.7411 242.189 17.8382 245.289Z' fill='white'/%3E%3Cpath d='M-18.2234 110.459C-18.3362 110.403 -18.5619 110.403 -18.9005 110.403C-19.8035 110.403 -22.0607 110.798 -23.1894 114.743C-24.713 120.211 -20.8757 129.399 -19.0134 133.401L-20.1421 133.57C-20.7628 133.626 -21.5529 133.908 -22.23 134.585C-23.0201 135.43 -23.3022 136.614 -23.1894 138.192C-22.8508 142.138 -19.1827 146.591 -16.5304 149.353C-18.1669 149.747 -19.2391 150.931 -19.2956 152.622C-19.4649 158.146 -13.7088 161.415 -9.53279 163.783C-8.23485 164.515 -7.04977 165.192 -6.20329 165.812C-5.5261 166.319 -4.17172 168.292 -2.76092 170.772C-2.36589 171.449 -1.63227 171.9 -0.842222 171.9C-0.165035 171.9 0.455706 171.561 0.907164 171.054C2.88229 168.405 4.57527 166.432 5.30889 165.868C6.15537 165.248 7.34044 164.572 8.58195 163.839C12.7579 161.472 18.4576 158.146 18.2319 152.678C18.1754 150.987 17.1032 149.747 15.4667 149.409C18.0626 146.704 21.7307 142.194 22.0128 138.248C22.1257 136.727 21.7871 135.486 20.997 134.697C20.2634 133.908 19.4169 133.739 18.9091 133.683L17.7804 133.457C19.5862 129.455 23.3108 120.267 21.6742 114.8C20.5456 110.91 18.2883 110.459 17.3289 110.459C16.9903 110.459 16.7082 110.516 16.6518 110.516L13.8866 111.249C12.8144 107.021 9.08985 96.1986 -0.729355 95.6913H-1.12438C-10.8872 96.1422 -14.4988 107.021 -15.5146 111.249L-18.2234 110.459ZM-19.4084 123.875C-20.3113 120.775 -20.8192 117.674 -20.2549 115.589C-19.9728 114.574 -19.6342 114.067 -19.4084 113.785C-12.0722 121.902 -6.37259 129.962 -2.47876 138.023L-2.36589 138.305C-2.36589 139.545 -2.3659 140.785 -2.30947 142.025C-2.30947 143.885 -2.25304 145.689 -2.19661 147.436C-6.31616 139.545 -12.0722 131.71 -19.4084 123.875ZM-19.8035 139.207C-16.5304 142.814 -13.5959 146.478 -11.1129 150.142L-12.1851 149.465C-14.9503 147.436 -18.6184 142.983 -19.8035 139.207ZM-3.88957 164.572C-4.62319 163.67 -5.46966 162.881 -6.37258 162.148C-8.23484 160.683 -10.4357 159.724 -12.3544 158.315C-14.1602 157.019 -16.1918 155.159 -16.1353 152.678C-16.1353 152.566 -16.1354 152.284 -15.2324 152.284L-14.7245 152.227L-9.81495 151.889C-9.41992 152.453 -9.02489 153.186 -8.6863 153.749C-7.27549 156.004 -5.97756 158.371 -4.79248 160.739C-4.22816 161.81 -3.66383 162.881 -3.15594 164.008C-2.64805 165.079 -1.91444 166.657 -1.68871 167.841C-2.25304 166.77 -3.15595 165.474 -3.88957 164.572ZM-19.6906 136.67L-14.386 135.712L-15.3453 133.852C-15.9661 132.612 -16.9254 130.583 -17.8848 128.215C-11.2258 135.768 -6.03399 143.378 -2.36589 150.931L-2.02729 151.664C-1.91443 154.313 -1.85801 156.793 -1.68871 159.048C-1.57585 161.077 -1.46298 162.824 -1.35011 164.346C-5.13107 154.989 -11.2258 145.689 -19.6906 136.67ZM-1.01153 98.7351H-0.785799C8.63838 99.186 11.1778 113.165 11.1778 113.334L11.46 115.025L17.2161 113.503C17.2725 113.503 17.3854 113.503 17.4418 113.503C17.724 113.672 18.2319 114.18 18.6269 115.533C20.0377 120.324 15.8053 130.301 14.0559 133.795L13.0965 135.656C13.153 135.656 13.2094 135.656 13.2094 135.656C13.3223 135.656 13.4351 135.712 13.548 135.712L13.9995 135.768C14.1688 135.825 14.3945 135.825 14.5638 135.881C14.7895 135.937 15.0152 135.937 15.1845 135.994C15.4103 136.05 15.636 136.05 15.8617 136.106C16.0874 136.163 16.3132 136.163 16.5389 136.219C16.7646 136.276 16.9339 136.276 17.1596 136.332C17.3289 136.388 17.5547 136.388 17.724 136.445C17.8933 136.445 18.0061 136.501 18.1754 136.501C18.2883 136.501 18.3447 136.557 18.4576 136.557C18.514 136.557 18.5705 136.557 18.5705 136.614C18.5705 136.614 18.5705 136.614 18.6269 136.614C18.7398 136.67 18.7398 136.783 18.7962 136.896C18.8526 137.177 18.8526 137.516 18.8526 137.797C18.5704 141.743 12.9272 147.493 10.7828 149.353L7.90477 151.889L11.6857 152.115L13.8866 152.227H14.2816C15.0717 152.227 15.0717 152.453 15.0717 152.622C15.241 156.23 10.6699 158.879 7.00185 160.964C5.64748 161.754 4.34954 162.486 3.39019 163.219C2.31798 164.065 0.68145 166.037 -0.729355 167.898C-0.785788 167.898 -0.729368 167.898 -0.785799 167.898C-0.616503 166.094 -0.39076 162.937 -0.221464 158.992C-0.0521679 155.779 0.0606956 152.058 0.173559 148.113C0.229992 146.14 0.286427 144.054 0.286427 141.969C0.286427 139.883 0.286417 137.741 0.34285 135.656C0.34285 133.514 0.286427 131.372 0.286427 129.286C0.286427 127.2 0.173559 125.115 0.173559 123.142C0.117126 121.169 0.0606804 119.196 0.00424767 117.393C-0.0521851 115.589 -0.165031 113.841 -0.221464 112.263C-0.560059 105.894 -0.50363 102.23 -0.842222 102.23C-1.35011 102.173 -1.23725 103.752 -1.46298 107.303C-2.70449 104.992 -4.05886 102.624 -5.58253 100.313C-4.34102 99.3551 -2.81737 98.7915 -1.01153 98.7351ZM-7.04978 101.441C-5.07465 104.485 -3.32525 107.528 -1.91445 110.516L-1.74514 110.854C-1.74514 111.305 -1.80158 111.756 -1.80158 112.263C-1.85801 113.841 -1.97086 115.589 -2.02729 117.393C-2.08373 118.351 -2.08373 119.365 -2.14016 120.38C-4.51031 115.927 -7.38836 111.418 -10.8307 106.908C-9.92781 104.992 -8.68631 102.963 -7.04978 101.441ZM-12.7494 113.334C-12.7494 113.278 -12.4108 111.361 -11.5644 108.938C-7.89626 113.898 -4.84892 118.858 -2.47876 123.762L-2.25303 124.269C-2.30946 125.904 -2.30947 127.595 -2.30947 129.286C-2.30947 130.921 -2.30947 132.612 -2.30947 134.246C-5.92113 127.539 -10.7179 120.775 -16.6432 114.067L-13.088 114.969L-12.7494 113.334Z' fill='white'/%3E%3Cpath d='M19.9255 54.4302C19.4741 54.5429 18.684 54.9375 18.1197 55.8394C17.5554 56.7976 17.4425 58.0377 17.8939 59.5596C19.0226 63.3925 23.4807 67 26.5845 69.142C25.0608 69.8184 24.2708 71.2276 24.553 72.9186C25.4559 78.3298 31.7198 80.359 36.2908 81.881C37.7017 82.3319 38.9996 82.7828 39.959 83.1774C40.8054 83.572 42.8934 85.2066 45.3764 87.3486C45.8843 87.7995 46.5615 87.9686 47.2387 87.8559C48.0288 87.6868 48.5931 87.1231 48.8753 86.3903C49.7217 83.6847 50.6246 81.4864 51.1889 80.81C51.8661 80.0208 52.9384 79.119 54.0106 78.1044C57.6222 74.8914 62.5318 70.4948 61.2339 65.1399C60.8389 63.5053 59.5409 62.547 57.848 62.4907C59.8795 59.2777 62.5318 54.1483 62.0804 50.2026C61.9111 48.6807 61.2903 47.5534 60.3874 46.877C59.5974 46.3133 58.7509 46.2569 58.1301 46.3133L57.0015 46.3697C58.0172 42.0858 59.8231 32.2779 57.1708 27.2612C55.2521 23.6537 52.9948 23.7101 52.0919 23.8792C51.7533 23.9356 51.5275 24.0483 51.4147 24.1047L48.8753 25.4011C47.013 21.4554 41.2004 11.5912 31.5505 13.1695L31.212 13.2258C21.6749 15.706 20.3205 27.0921 20.1512 31.4324L17.3296 31.3197C17.2167 31.3197 16.991 31.3197 16.6524 31.376C15.7495 31.5451 13.6615 32.447 13.3229 36.5054C12.8715 42.1985 18.4018 50.4281 20.9977 53.9792L19.9255 54.4302ZM58.1301 65.9291C58.6945 68.2965 57.1143 70.5512 55.5907 72.2422C54.0106 73.9896 52.0919 75.4551 50.5682 77.2589C49.8346 78.1607 49.1574 79.119 48.6495 80.1336C48.0852 81.1482 47.5209 82.6137 47.2387 83.7411C47.1823 82.5574 47.6337 80.8663 47.8595 79.6826C48.1416 78.4989 48.4238 77.3152 48.7624 76.1315C49.4395 73.5386 50.2296 71.0021 51.1325 68.522C51.3583 67.8455 51.584 67.1128 51.8662 66.4364L56.7193 65.76L57.2272 65.7036C58.0737 65.5345 58.1301 65.76 58.1301 65.9291ZM58.9202 51.95C58.5252 55.8957 55.8728 61.0251 53.6155 63.5053L52.6562 64.4072C54.3492 60.2924 56.4372 56.1776 58.9202 51.95ZM58.2994 49.4699C51.9226 60.1232 47.803 70.4384 46.1665 80.359C45.9408 78.8371 45.715 77.0898 45.3764 75.1169C45.0378 72.9186 44.6428 70.4384 44.1349 67.8455L44.3607 67.0564C46.3358 58.9395 49.8346 50.4281 54.8006 41.6348C54.4056 44.115 53.8977 46.3133 53.5027 47.6661L52.9384 49.6953L58.2994 49.4699ZM53.1641 27.1485C53.4462 27.374 53.8977 27.8249 54.4056 28.7268C55.4214 30.6433 55.5907 33.7998 55.3085 37.0127C49.7782 46.2006 45.7715 55.1066 43.3449 63.618C43.0063 61.8706 42.7241 60.1233 42.3291 58.3195C42.1034 57.1358 41.8212 55.8957 41.5955 54.712L41.6519 54.4302C43.7963 45.6933 47.6337 36.5618 53.1641 27.1485ZM44.5299 24.0483C45.8843 26.2466 46.618 28.0504 46.618 28.1067L47.2387 29.685L50.5118 28.0504C46.1101 35.8854 42.837 43.4386 40.6926 50.7663C40.354 49.1317 39.9589 47.497 39.6203 45.9187C39.2818 44.2277 38.8867 42.5931 38.4917 41.0148L38.6046 40.4511C40.0154 35.0963 41.9905 29.6287 44.5299 24.0483ZM43.3449 22.3009C40.9747 27.374 39.056 32.3906 37.6452 37.2382C37.4195 36.2236 37.1373 35.2654 36.9116 34.3071C36.4601 32.5034 36.0651 30.8687 35.6137 29.2905C35.5008 28.8395 35.3879 28.3886 35.2751 27.9376L35.3879 27.5431C36.178 24.2738 37.2502 20.9481 38.5481 17.5661C40.4668 18.8062 42.1034 20.5536 43.3449 22.3009ZM16.3703 36.7873C16.4831 35.3781 16.8782 34.7581 17.1039 34.5326C17.1603 34.4762 17.2167 34.4762 17.3296 34.4762L23.255 34.7581L23.1986 33.067C23.1986 32.8979 22.8035 18.6934 31.8891 16.326L32.1149 16.2697C33.8643 15.9878 35.5008 16.2697 36.968 16.8333C35.9523 19.4262 35.1058 22.0191 34.3721 24.5556C33.4128 21.1736 33.2435 19.5953 32.7356 19.7644C32.397 19.8771 33.1871 23.3719 34.2029 29.685C34.4286 31.2633 34.7108 32.9543 35.0494 34.7581C35.3879 36.5618 35.6701 38.4783 36.0651 40.4511C36.4602 42.424 36.7987 44.4532 37.1938 46.4824C37.5888 48.5116 38.0402 50.5972 38.4917 52.6828C38.9432 54.7684 39.3946 56.854 39.8461 58.8832C40.2975 60.9124 40.749 62.9416 41.2005 64.8581C42.1034 68.7474 43.0063 72.3549 43.8528 75.4551C44.8686 79.2881 45.7151 82.3319 46.2794 84.0793C46.2794 84.0793 46.2794 84.0793 46.2229 84.0793C44.4735 82.5574 42.442 80.9791 41.2005 80.359C40.0718 79.8517 38.661 79.3444 37.1938 78.8935C33.1871 77.5971 28.1646 75.9624 27.5439 72.4113C27.4874 72.2422 27.4874 72.0167 28.221 71.8476L28.6161 71.7349L30.7605 71.1712L34.4286 70.1566L31.0991 68.2965C28.6161 66.8873 21.9006 62.4343 20.8284 58.6577C20.772 58.3759 20.6591 58.094 20.7156 57.7558C20.7156 57.6431 20.7155 57.5304 20.772 57.474C20.772 57.474 20.772 57.474 20.8284 57.4176C20.8849 57.4176 20.8849 57.3613 20.9413 57.3613C20.9977 57.3049 21.1106 57.3049 21.2235 57.2485L21.6185 57.0794C21.7878 57.0231 21.9571 56.9667 22.1264 56.854C22.3521 56.7976 22.5214 56.6849 22.6907 56.6285C22.9164 56.5721 23.1421 56.4594 23.3114 56.3467C23.5372 56.2903 23.7629 56.1776 23.9322 56.1212C24.1579 56.0648 24.3272 55.9521 24.553 55.8957C24.7222 55.8394 24.948 55.7266 25.1173 55.6703C25.2866 55.6139 25.3994 55.5575 25.5687 55.5011C25.6816 55.4448 25.7945 55.4448 25.8509 55.3884C25.9073 55.3884 25.9073 55.3321 25.9638 55.3321L24.6094 53.6974C22.2392 50.6536 15.9752 41.7476 16.3703 36.7873Z' fill='white'/%3E%3Cpath d='M96.6158 72.9187C96.1644 72.9751 95.3179 73.2006 94.5842 74.0461C93.8506 74.8916 93.5685 76.1317 93.7378 77.6536C94.1892 81.5993 98.0266 85.8832 100.792 88.5324C99.1553 88.9834 98.1395 90.2234 98.1395 91.9144C98.1395 97.4384 104.008 100.426 108.241 102.624C109.539 103.301 110.78 103.921 111.627 104.541C112.417 105.104 114.223 107.021 116.254 109.557C116.706 110.121 117.326 110.403 118.004 110.346C118.794 110.29 119.471 109.839 119.866 109.163C121.164 106.626 122.405 104.597 123.083 104.033C123.873 103.357 125.058 102.624 126.299 101.835C130.362 99.2422 135.949 95.7474 135.554 90.2234C135.441 88.5324 134.313 87.3487 132.676 87.0669C135.215 84.1922 138.658 79.5701 138.827 75.6244C138.884 74.1024 138.489 72.8624 137.698 72.0732C137.021 71.3968 136.175 71.1714 135.554 71.1714L134.425 71.0586C136.118 67.0002 139.504 57.5869 137.698 52.232C136.401 48.3427 134.143 48.0609 133.24 48.0609C132.902 48.0609 132.676 48.1172 132.563 48.1736L129.854 49.0191C128.613 44.8479 124.55 34.1946 114.787 34.1382H114.392C104.573 35.0401 101.356 46.0316 100.51 50.3155L97.7444 49.6955C97.6316 49.6955 97.4059 49.6391 97.0673 49.6391C96.1644 49.6955 93.9071 50.2028 92.9477 54.1485C91.5933 59.6725 95.7129 68.7476 97.688 72.6369L96.6158 72.9187ZM128.951 96.3111C127.089 97.7766 124.945 98.904 123.139 100.426C122.236 101.159 121.446 102.004 120.769 102.962C120.035 103.921 119.245 105.217 118.794 106.344C118.963 105.161 119.64 103.526 120.092 102.455C120.543 101.328 121.051 100.2 121.559 99.1294C122.631 96.7057 123.873 94.3382 125.114 91.9708C125.453 91.3508 125.791 90.6744 126.186 90.0543L131.096 90.1671H131.604C132.45 90.1107 132.507 90.3925 132.507 90.5053C132.676 92.9291 130.701 94.9019 128.951 96.3111ZM128.387 87.4051L127.315 88.1379C129.685 84.3613 132.394 80.5847 135.498 76.8081C134.482 80.6974 130.983 85.3195 128.387 87.4051ZM135.272 74.2715C127.259 83.6849 121.502 93.2673 118.229 102.793C118.286 101.271 118.286 99.4676 118.286 97.4948C118.286 95.2401 118.286 92.76 118.286 90.1107L118.624 89.3779C121.897 81.6556 126.751 73.877 133.071 65.9856C132.281 68.353 131.378 70.4386 130.814 71.735L129.911 73.6515L135.272 74.2715ZM133.861 51.4429C134.143 51.7247 134.482 52.232 134.82 53.2466C135.498 55.3322 135.159 58.4324 134.369 61.589C127.428 69.7622 122.01 77.879 118.229 85.8832C118.173 84.1358 118.173 82.332 118.06 80.4719C118.004 79.2319 117.947 77.9918 117.947 76.7517L118.06 76.4699C121.615 68.2403 126.92 59.8416 133.861 51.4429ZM127.315 51.3301L127.654 52.9648L131.152 51.8938C125.566 58.8833 121.051 65.8165 117.778 72.6933C117.721 71.0586 117.609 69.3676 117.552 67.733C117.496 66.042 117.326 64.3509 117.27 62.7163L117.496 62.209C119.64 57.1923 122.462 52.1193 125.904 46.9899C126.864 49.3573 127.259 51.2738 127.315 51.3301ZM125.001 45.017C121.785 49.6391 119.132 54.2612 116.988 58.827C116.931 57.8124 116.819 56.7978 116.762 55.8395C116.593 54.0358 116.48 52.2884 116.311 50.7101C116.254 50.2592 116.198 49.7519 116.198 49.3009L116.367 48.9627C117.665 45.8625 119.302 42.7623 121.107 39.6622C122.744 41.1841 124.042 43.1569 125.001 45.017ZM95.9951 54.9376C96.3336 53.5285 96.7851 53.0212 97.0673 52.8521C97.1237 52.7957 97.2365 52.7957 97.293 52.7957L103.106 54.0358L103.331 52.3448C103.331 52.232 105.25 38.0839 114.618 37.2384H114.843C116.649 37.2384 118.173 37.7457 119.527 38.5912C118.116 41.015 116.875 43.3824 115.746 45.8062C115.351 42.3114 115.408 40.7331 114.9 40.7895C114.561 40.8459 114.787 44.4534 114.731 50.8228C114.731 52.4011 114.731 54.1485 114.731 55.9522C114.731 57.8124 114.731 59.7288 114.787 61.7017C114.843 63.6745 114.843 65.7601 114.956 67.8457C115.013 69.9313 115.126 72.0732 115.182 74.1588C115.295 76.3008 115.408 78.3863 115.521 80.4719C115.633 82.5575 115.803 84.6431 115.916 86.6159C116.198 90.618 116.48 94.2819 116.762 97.4948C117.157 101.44 117.496 104.541 117.721 106.344C117.665 106.344 117.721 106.344 117.665 106.344C116.141 104.541 114.448 102.681 113.32 101.891C112.304 101.215 111.006 100.539 109.595 99.8058C105.814 97.833 101.187 95.4656 101.13 91.8017C101.13 91.6326 101.13 91.4071 101.864 91.4071L102.259 91.3508L104.46 91.1253L108.241 90.7307L105.306 88.3633C103.106 86.5596 97.1801 81.092 96.7287 77.2026C96.6722 76.9208 96.6722 76.5826 96.7287 76.3008C96.7287 76.188 96.7851 76.0753 96.8415 76.0189H96.8979C96.9544 76.0189 96.9544 75.9626 97.0108 75.9626C97.1237 75.9626 97.1801 75.9062 97.293 75.9062C97.4058 75.8498 97.5751 75.8498 97.7444 75.7935C97.9137 75.7371 98.1395 75.7371 98.3088 75.6807C98.5345 75.6244 98.7038 75.568 98.9295 75.568C99.1552 75.5116 99.381 75.4553 99.6067 75.3989C99.8324 75.3425 100.058 75.2862 100.284 75.2298C100.51 75.1734 100.679 75.1171 100.905 75.1171C101.074 75.0607 101.3 75.0607 101.469 75.0043C101.638 74.948 101.751 74.948 101.92 74.8916C102.033 74.8916 102.146 74.8352 102.259 74.8352C102.315 74.8352 102.372 74.8352 102.428 74.7789L101.413 72.9187C99.4938 69.5931 94.81 59.7852 95.9951 54.9376Z' fill='white'/%3E%3Cpath d='M249.268 176.803L248.93 176.634C240.183 172.125 231.549 179.678 228.501 182.835L226.47 180.862C226.413 180.805 226.244 180.636 225.905 180.467C225.115 180.016 222.971 179.283 219.98 182.102C215.86 186.047 214.45 195.912 214.055 200.252L212.982 199.857C212.531 199.632 211.684 199.406 210.669 199.688C209.596 200.026 208.693 200.872 208.016 202.281C206.267 205.889 207.226 211.525 208.129 215.189C206.493 214.682 204.969 215.189 204.066 216.655C201.132 221.333 204.405 226.97 206.831 231.141C207.565 232.381 208.242 233.621 208.637 234.523C209.032 235.425 209.484 237.962 209.879 241.231C209.935 241.907 210.33 242.527 210.951 242.865C211.628 243.26 212.474 243.26 213.152 242.809C215.578 241.344 217.723 240.329 218.626 240.216C219.641 240.103 221.052 240.103 222.519 240.103C227.373 240.103 233.975 240.16 236.571 235.256C237.361 233.79 237.079 232.212 235.837 231.028C239.505 229.957 244.923 227.928 247.18 224.659C248.083 223.362 248.365 222.179 248.14 221.051C247.914 220.15 247.35 219.473 246.842 219.135L245.995 218.402C249.607 215.866 257.507 209.778 258.918 204.31C259.934 200.365 258.185 198.843 257.394 198.392C257.112 198.223 256.887 198.166 256.774 198.11L254.065 197.377C255.194 193.262 257.507 182.045 249.268 176.803ZM253.501 200.534C245.036 203.409 237.474 206.847 231.041 210.905C231.887 209.44 232.677 208.031 233.467 206.621C234.314 205.156 235.104 203.634 235.894 202.225L236.345 201.887C240.86 198.786 245.995 196.024 251.638 193.544C251.187 196.081 250.51 197.941 250.51 197.997L249.889 199.576L253.501 200.534ZM251.526 184.807C252.146 186.949 252.203 189.317 251.977 191.459C246.785 193.657 242.045 196.081 237.756 198.786C238.264 197.885 238.715 196.983 239.167 196.137C240.013 194.503 240.803 192.981 241.537 191.571C241.763 191.12 241.989 190.726 242.158 190.331L242.44 190.106C245.262 188.189 248.309 186.442 251.526 184.807ZM212.869 239.371C212.531 237.06 212.079 234.523 211.572 233.283C211.12 232.156 210.33 230.859 209.54 229.506C207.396 225.843 204.743 221.333 206.718 218.233C206.775 218.12 206.944 217.895 207.565 218.289L207.903 218.459L209.879 219.473L213.265 221.164L212.079 217.557C211.177 214.851 209.145 207.072 210.838 203.521C210.951 203.239 211.12 202.958 211.346 202.732C211.402 202.676 211.515 202.563 211.628 202.563H211.684C211.741 202.563 211.797 202.563 211.797 202.619C211.91 202.676 211.967 202.676 212.079 202.732C212.192 202.788 212.362 202.845 212.474 202.901C212.644 202.958 212.813 203.014 212.982 203.07C213.208 203.127 213.377 203.183 213.603 203.296C213.829 203.352 213.998 203.465 214.224 203.521L214.845 203.747C215.07 203.803 215.24 203.916 215.465 203.972L216.03 204.198C216.199 204.254 216.312 204.31 216.481 204.367C216.594 204.423 216.707 204.423 216.763 204.479L216.876 204.536L216.989 202.394C217.215 198.505 218.513 187.738 222.124 184.3C223.14 183.285 223.874 183.116 224.156 183.116C224.212 183.116 224.325 183.173 224.382 183.229L228.614 187.4L229.686 186.104C229.799 185.991 238.998 175.112 247.35 179.396L247.575 179.509C249.099 180.467 250.115 181.764 250.792 183.173C248.309 184.469 245.939 185.822 243.738 187.231C245.318 184.075 246.164 182.778 245.769 182.553C245.487 182.384 243.681 185.597 240.239 190.951C239.393 192.304 238.433 193.77 237.474 195.292C236.515 196.87 235.442 198.448 234.427 200.196C233.411 201.887 232.282 203.634 231.266 205.438C230.194 207.241 229.122 209.102 228.05 210.905C226.978 212.765 225.962 214.626 224.89 216.429C223.874 218.233 222.858 220.093 221.899 221.784C219.98 225.279 218.231 228.605 216.82 231.423C215.014 234.861 213.66 237.736 212.869 239.371ZM233.806 233.79C232.677 235.932 229.968 236.552 227.711 236.778C225.341 237.06 222.971 236.834 220.601 237.116C219.472 237.285 218.343 237.567 217.271 237.962C216.143 238.356 214.732 239.089 213.772 239.709C214.506 238.807 215.973 237.792 216.933 237.116C217.948 236.383 218.964 235.763 219.98 235.087C222.237 233.621 224.495 232.268 226.865 230.972C227.485 230.634 228.163 230.239 228.783 229.901L232.846 232.663L233.298 232.945C234.032 233.452 233.919 233.678 233.806 233.79ZM232.056 228.999L230.758 229.056C234.765 227.139 239.11 225.448 243.738 223.926C240.803 226.575 235.386 228.605 232.056 228.999ZM242.553 217.049L240.747 218.177L244.867 221.615C233.016 225.279 223.084 230.239 215.183 236.496C216.03 235.256 217.045 233.734 218.118 232.043C219.303 230.183 220.657 228.097 222.068 225.843L222.745 225.392C229.686 220.657 237.982 216.655 247.519 213.442C245.6 215.02 243.738 216.317 242.553 217.049ZM255.984 201.605C256.097 201.999 256.097 202.619 255.814 203.634C255.25 205.776 253.275 208.2 250.961 210.398C240.691 213.555 231.774 217.5 224.269 222.235C225.172 220.713 226.131 219.191 227.034 217.613C227.655 216.542 228.275 215.471 228.896 214.4L229.122 214.231C236.627 209.158 245.6 204.987 255.984 201.605Z' fill='white'/%3E%3Cpath d='M255.192 241.512C250.056 243.485 249.266 249.967 248.702 254.759C248.533 256.224 248.363 257.577 248.138 258.592C247.912 259.55 246.727 261.861 245.09 264.679C244.752 265.299 244.695 265.976 244.978 266.596C245.26 267.329 245.993 267.779 246.783 267.892C249.605 268.174 251.975 268.681 252.709 269.076C253.612 269.583 254.74 270.429 255.869 271.331C259.706 274.262 265.011 278.207 269.977 275.896C271.501 275.22 272.178 273.754 271.896 272.063C275.451 273.416 280.981 275.051 284.819 273.811C286.286 273.303 287.245 272.571 287.753 271.5C288.148 270.654 288.092 269.809 287.866 269.189L287.584 268.118C291.986 268.23 301.974 268.118 306.376 264.567C309.592 261.974 309.028 259.719 308.689 258.93C308.577 258.648 308.407 258.423 308.351 258.31L306.601 256.112C310.1 253.519 318.678 245.909 315.236 236.778L315.066 236.439C310.777 227.59 299.322 228.492 295.033 229.168L294.638 226.35C294.638 226.237 294.581 226.011 294.469 225.673C294.074 224.828 292.832 222.968 288.769 223.419C283.126 224.095 276.072 231.141 273.137 234.354L272.516 233.396C272.291 232.945 271.783 232.268 270.767 231.874C269.695 231.479 268.453 231.648 267.099 232.381C263.544 234.185 260.891 239.314 259.424 242.752C258.296 241.4 256.772 240.949 255.192 241.512ZM268.566 273.134C266.365 274.149 263.826 273.022 261.907 271.838C259.876 270.654 258.07 269.02 255.982 267.836C254.966 267.272 253.894 266.821 252.765 266.483C251.637 266.145 250.113 265.863 248.928 265.807C250.056 265.525 251.862 265.581 252.991 265.638C254.176 265.694 255.417 265.75 256.659 265.807C259.311 265.976 261.964 266.258 264.616 266.652C265.293 266.765 266.083 266.821 266.76 266.934L268.397 271.556L268.566 272.063C268.961 272.965 268.735 273.078 268.566 273.134ZM270.033 268.23L268.961 267.498C273.307 268.343 277.821 269.583 282.449 271.162C278.498 271.5 272.911 269.921 270.033 268.23ZM285.665 264.961L283.521 264.792L284.762 270.034C273.081 265.863 262.133 263.834 252.032 264.116C253.499 263.608 255.135 262.988 257.054 262.312C259.142 261.523 261.456 260.677 263.939 259.719L264.785 259.775C273.137 260.17 282.166 261.917 291.816 265.074C289.277 265.13 287.02 265.074 285.665 264.961ZM304.344 262.199C302.651 263.552 299.604 264.341 296.387 264.736C286.286 261.128 276.805 258.93 267.945 258.197C269.582 257.521 271.275 256.901 272.968 256.168C274.097 255.717 275.225 255.21 276.41 254.759H276.692C285.665 255.153 295.371 257.182 305.699 260.734C305.529 261.015 305.134 261.523 304.344 262.199ZM303.498 254.477L302.03 255.379L304.288 258.31C295.766 255.548 287.697 253.8 280.078 253.124C281.602 252.448 283.126 251.771 284.649 251.151C286.229 250.475 287.753 249.798 289.277 249.122L289.841 249.178C295.315 249.404 301.071 250.249 307.053 251.715C305.191 253.406 303.554 254.477 303.498 254.477ZM308.577 250.137C303.103 248.784 297.855 247.882 292.776 247.487C293.679 247.036 294.581 246.642 295.484 246.191C297.121 245.402 298.701 244.669 300.168 243.993C300.62 243.767 301.015 243.598 301.41 243.373H301.805C305.134 243.542 308.633 243.936 312.188 244.5C311.398 246.642 309.987 248.558 308.577 250.137ZM259.819 250.7L261.004 247.093C261.907 244.387 264.955 236.947 268.453 235.143C268.735 235.03 269.018 234.861 269.3 234.805C269.413 234.805 269.526 234.748 269.582 234.805C269.582 234.805 269.582 234.805 269.638 234.805C269.695 234.861 269.695 234.861 269.695 234.917C269.751 235.03 269.808 235.087 269.864 235.143C269.921 235.256 270.033 235.368 270.09 235.537C270.203 235.707 270.316 235.876 270.372 235.988C270.485 236.158 270.598 236.327 270.711 236.552C270.823 236.721 270.936 236.947 271.106 237.116C271.275 237.285 271.331 237.51 271.501 237.679C271.614 237.849 271.726 238.074 271.839 238.243C271.952 238.412 272.065 238.581 272.121 238.75C272.234 238.863 272.291 239.032 272.404 239.145C272.46 239.258 272.516 239.314 272.573 239.427C272.629 239.483 272.629 239.483 272.629 239.54L273.984 237.905C276.467 234.917 284.029 227.082 288.995 226.462C290.405 226.293 291.083 226.575 291.365 226.744C291.421 226.801 291.478 226.857 291.478 226.97L292.381 232.832L294.017 232.437C294.13 232.381 308.069 229.224 312.188 237.679L312.301 237.849C312.922 239.54 312.978 241.174 312.696 242.696C309.931 242.245 307.222 241.907 304.626 241.682C307.787 240.103 309.254 239.596 309.028 239.145C308.859 238.863 305.529 240.329 299.547 242.527C298.024 243.091 296.444 243.711 294.694 244.331C293.001 245.007 291.196 245.684 289.333 246.416C287.471 247.149 285.552 247.938 283.634 248.727C281.715 249.517 279.74 250.362 277.765 251.151C275.79 251.997 273.871 252.842 271.952 253.688C270.033 254.533 268.171 255.379 266.309 256.224C262.697 257.859 259.311 259.437 256.433 260.846C252.878 262.594 250.056 264.059 248.476 264.905C248.476 264.905 248.476 264.905 248.42 264.848C249.549 262.819 250.734 260.508 251.072 259.212C251.354 258.028 251.524 256.562 251.749 254.984C252.257 250.757 252.878 245.571 256.264 244.274C256.377 244.218 256.603 244.162 256.941 244.838L257.11 245.176L258.07 247.149L259.819 250.7Z' fill='white'/%3E%3Cpath d='M299.213 330.854L300.116 328.149C300.172 328.092 300.229 327.811 300.229 327.472C300.285 326.571 300.003 324.316 296.222 322.85C290.918 320.821 281.437 323.865 277.317 325.387L277.205 324.259C277.205 323.809 277.092 322.907 276.358 322.118C275.568 321.272 274.383 320.877 272.859 320.877C268.909 320.877 264.169 324.147 261.234 326.571C261.008 324.88 259.88 323.752 258.187 323.527C252.713 322.907 249.045 328.318 246.336 332.32C245.49 333.504 244.756 334.687 244.079 335.42C243.458 336.153 241.314 337.675 238.548 339.422C237.984 339.817 237.589 340.38 237.533 341.057C237.476 341.846 237.871 342.579 238.548 343.03C240.919 344.608 242.781 346.074 243.232 346.806C243.797 347.652 244.417 348.948 245.038 350.245C247.126 354.585 250.004 360.56 255.478 360.785C257.171 360.842 258.469 359.883 258.977 358.305C261.516 361.124 265.692 365.126 269.643 365.746C271.166 365.971 272.408 365.746 273.311 365.069C274.044 364.506 274.383 363.716 274.439 363.096L274.721 362.025C278.559 364.167 287.475 368.62 293.062 367.493C297.069 366.648 297.633 364.449 297.689 363.547C297.689 363.209 297.689 362.984 297.633 362.871L297.125 360.109C301.414 359.376 312.531 356.614 313.716 346.919L313.773 346.524C313.942 336.717 303.389 332.264 299.213 330.854ZM256.099 356.445L256.042 356.952C255.986 357.798 255.704 357.798 255.591 357.798C253.164 357.685 251.415 355.543 250.23 353.627C248.988 351.598 248.142 349.399 246.788 347.37C246.167 346.412 245.377 345.51 244.587 344.721C243.74 343.932 242.499 342.917 241.483 342.353C242.612 342.635 244.135 343.537 245.207 344.101C246.28 344.664 247.295 345.284 248.368 345.961C250.625 347.314 252.882 348.779 255.027 350.357C255.591 350.752 256.268 351.203 256.832 351.654L256.099 356.445ZM259.09 354.134L258.469 353.007C261.968 355.769 265.354 358.925 268.74 362.476C265.072 360.954 260.839 356.952 259.09 354.134ZM274.439 358.418L272.634 357.291L271.336 362.476C262.871 353.401 254.067 346.637 244.982 342.241C246.505 342.466 248.255 342.692 250.23 342.917C252.431 343.199 254.914 343.481 257.566 343.762L258.3 344.157C265.579 348.328 272.803 354.078 279.857 361.236C277.6 360.222 275.624 359.094 274.439 358.418ZM292.328 364.506C290.184 364.957 287.137 364.224 284.089 363.096C276.81 355.261 269.36 348.948 261.855 344.213C263.604 344.383 265.41 344.552 267.272 344.721C268.514 344.833 269.755 344.946 270.941 345.003L271.223 345.172C279.01 349.625 286.685 355.881 294.247 363.773C293.908 363.998 293.344 364.28 292.328 364.506ZM295.094 357.291L293.401 357.46L294.078 361.067C287.814 354.698 281.381 349.399 274.947 345.341C276.584 345.453 278.277 345.566 279.913 345.679C281.606 345.792 283.299 345.904 284.936 345.961L285.444 346.243C290.184 348.948 294.924 352.387 299.608 356.389C297.125 357.065 295.15 357.234 295.094 357.291ZM301.583 355.712C297.351 351.992 293.062 348.779 288.773 346.13C289.789 346.186 290.805 346.186 291.764 346.243C293.57 346.299 295.319 346.355 296.899 346.412C297.351 346.412 297.859 346.412 298.31 346.412L298.649 346.581C301.583 348.272 304.461 350.188 307.339 352.387C305.703 353.965 303.615 354.98 301.583 355.712ZM310.556 346.637C310.33 348.385 309.653 349.907 308.637 351.147C306.436 349.456 304.179 347.934 301.922 346.524C305.477 346.524 307.001 346.806 307.001 346.299C307.001 345.961 303.389 345.735 297.012 344.946C295.432 344.721 293.683 344.552 291.877 344.326C290.071 344.101 288.152 343.932 286.177 343.706C284.202 343.537 282.114 343.312 280.026 343.142C277.938 342.973 275.794 342.804 273.706 342.635C271.561 342.466 269.473 342.353 267.385 342.241C265.297 342.071 263.266 342.015 261.234 341.902C257.228 341.677 253.503 341.564 250.343 341.508C246.393 341.395 243.232 341.395 241.426 341.451C241.426 341.451 241.426 341.451 241.426 341.395C243.402 340.099 245.49 338.633 246.393 337.618C247.183 336.717 248.029 335.477 248.932 334.18C251.302 330.685 254.237 326.345 257.848 326.74C258.018 326.74 258.243 326.796 258.187 327.529V327.923L258.13 330.122L258.074 333.898L260.783 331.249C262.814 329.22 268.965 324.034 272.916 324.034C273.198 324.034 273.536 324.034 273.819 324.147C273.931 324.203 274.044 324.203 274.101 324.316C274.101 324.316 274.101 324.316 274.101 324.372C274.101 324.429 274.101 324.485 274.157 324.485C274.157 324.598 274.157 324.654 274.214 324.767C274.214 324.936 274.214 325.049 274.27 325.218C274.27 325.387 274.326 325.612 274.326 325.781C274.326 326.007 274.383 326.232 274.383 326.401L274.439 327.078C274.439 327.303 274.496 327.529 274.496 327.754C274.496 327.98 274.552 328.205 274.552 328.431C274.552 328.6 274.609 328.825 274.609 328.994C274.609 329.163 274.665 329.333 274.665 329.445C274.665 329.558 274.665 329.671 274.721 329.783C274.721 329.84 274.721 329.896 274.721 329.953L276.697 329.107C280.252 327.585 290.579 324.09 295.263 325.838C296.617 326.345 297.069 326.852 297.238 327.134C297.294 327.191 297.294 327.303 297.238 327.36L295.319 332.996L296.956 333.391C297.125 333.447 310.895 336.998 310.669 346.355L310.556 346.637Z' fill='white'/%3E%3Cpath d='M240.746 369.861L242.1 367.38C242.156 367.268 242.269 367.042 242.326 366.704C242.551 365.802 242.664 363.548 239.109 361.518C234.143 358.7 224.324 360.109 220.035 360.955L220.091 359.827C220.148 359.376 220.204 358.474 219.583 357.573C218.963 356.614 217.834 356.051 216.31 355.769C212.36 355.149 207.168 357.629 203.895 359.489C203.952 357.798 202.992 356.502 201.356 355.994C196.051 354.472 191.537 359.264 188.207 362.758C187.191 363.829 186.232 364.844 185.442 365.464C184.708 366.084 182.338 367.268 179.347 368.508C178.726 368.79 178.275 369.297 178.106 369.973C177.936 370.762 178.162 371.552 178.726 372.059C180.814 373.975 182.395 375.779 182.733 376.568C183.128 377.527 183.523 378.879 183.975 380.289C185.329 384.911 187.191 391.28 192.552 392.351C194.189 392.689 195.656 391.956 196.39 390.435C198.421 393.648 201.92 398.27 205.701 399.51C207.168 399.961 208.41 399.961 209.426 399.397C210.216 398.946 210.724 398.213 210.893 397.593L211.344 396.579C214.787 399.284 222.856 405.203 228.556 404.977C232.676 404.808 233.579 402.723 233.804 401.821C233.861 401.483 233.861 401.257 233.861 401.144L233.804 398.326C238.15 398.326 249.549 397.368 252.314 387.954L252.427 387.616C254.289 378.034 244.639 371.89 240.746 369.861ZM194.02 388.067L193.85 388.574C193.625 389.42 193.399 389.364 193.286 389.364C190.859 388.856 189.561 386.433 188.659 384.347C187.756 382.149 187.304 379.838 186.288 377.639C185.837 376.568 185.216 375.61 184.539 374.652C183.862 373.694 182.79 372.566 181.887 371.833C182.959 372.284 184.313 373.412 185.273 374.145C186.232 374.877 187.135 375.666 188.094 376.456C190.126 378.203 192.101 380.007 193.963 381.867C194.471 382.374 195.035 382.881 195.487 383.389L194.02 388.067ZM197.349 386.263L196.954 385.023C199.945 388.349 202.823 392.013 205.532 396.015C202.146 393.986 198.647 389.364 197.349 386.263ZM211.796 392.971L210.216 391.562L208.071 396.522C201.187 386.207 193.625 378.09 185.385 372.284C186.853 372.735 188.546 373.243 190.464 373.806C192.609 374.426 194.979 375.159 197.575 375.836L198.196 376.343C204.685 381.641 210.893 388.462 216.705 396.691C214.617 395.282 212.868 393.873 211.796 392.971ZM228.443 401.933C226.242 402.046 223.364 400.806 220.543 399.228C214.617 390.322 208.297 382.881 201.638 377.019C203.331 377.47 205.08 377.977 206.886 378.372C208.071 378.654 209.256 378.936 210.498 379.274L210.78 379.387C217.721 385.08 224.324 392.464 230.475 401.483C230.08 401.708 229.516 401.877 228.443 401.933ZM232.394 395.226L230.701 395.113L230.757 398.777C225.565 391.449 220.148 385.249 214.448 380.176C216.085 380.57 217.665 380.965 219.301 381.303C220.994 381.698 222.631 382.036 224.211 382.43L224.662 382.769C228.895 386.207 233.014 390.378 236.965 395.057C234.369 395.339 232.45 395.226 232.394 395.226ZM239.053 394.775C235.497 390.435 231.773 386.602 227.992 383.22C229.008 383.445 229.967 383.614 230.926 383.84C232.732 384.234 234.425 384.516 236.005 384.854C236.457 384.967 236.965 385.023 237.36 385.136L237.642 385.362C240.238 387.503 242.777 389.871 245.26 392.464C243.398 393.648 241.141 394.38 239.053 394.775ZM249.38 386.996L249.323 387.222C248.815 388.913 247.912 390.266 246.727 391.336C244.809 389.307 242.833 387.447 240.858 385.7C244.357 386.32 245.824 386.771 245.937 386.32C245.994 385.982 242.438 385.192 236.344 383.389C234.82 382.938 233.127 382.43 231.378 381.98C229.628 381.472 227.766 380.965 225.791 380.458C223.872 379.95 221.897 379.387 219.866 378.936C217.834 378.428 215.746 377.921 213.714 377.414C211.626 376.907 209.595 376.456 207.507 375.948C205.475 375.441 203.444 375.046 201.525 374.595C197.631 373.75 193.963 373.017 190.803 372.397C186.909 371.664 183.805 371.157 182 370.875V370.819C184.144 369.861 186.458 368.733 187.473 367.888C188.433 367.099 189.449 366.028 190.521 364.9C193.455 361.856 197.067 358.024 200.566 358.982C200.735 359.038 200.961 359.095 200.735 359.827L200.679 360.222L200.284 362.364L199.606 366.084L202.71 363.886C205.024 362.251 211.965 358.136 215.859 358.756C216.141 358.813 216.48 358.869 216.762 359.038C216.875 359.095 216.988 359.151 216.988 359.264V359.32C216.988 359.376 216.988 359.433 216.988 359.433C216.988 359.545 216.988 359.602 216.988 359.715C216.988 359.884 216.988 359.996 216.931 360.165L216.875 360.729C216.875 360.955 216.818 361.18 216.818 361.349C216.818 361.575 216.818 361.8 216.762 362.026C216.762 362.251 216.705 362.477 216.705 362.702C216.705 362.927 216.649 363.153 216.649 363.378C216.649 363.548 216.593 363.773 216.593 363.942C216.593 364.111 216.593 364.28 216.536 364.393C216.536 364.506 216.536 364.618 216.536 364.731C216.536 364.788 216.536 364.844 216.536 364.844L218.624 364.337C222.405 363.435 233.127 361.631 237.472 364.111C238.714 364.844 239.109 365.408 239.165 365.746C239.165 365.859 239.165 365.915 239.109 365.971L236.287 371.213L237.867 371.89C238.093 372.003 251.185 377.752 249.38 386.996Z' fill='white'/%3E%3Cpath d='M235.896 439.305C235.953 439.249 236.178 439.079 236.404 438.798C236.968 438.065 237.984 436.036 235.557 432.71C232.172 428.144 222.578 425.439 218.346 424.48L218.854 423.466C219.079 423.071 219.474 422.282 219.305 421.211C219.136 420.084 218.346 419.069 217.048 418.224C213.718 416.025 207.962 416.194 204.181 416.645C204.915 415.123 204.576 413.545 203.278 412.418C199.046 408.867 192.951 411.403 188.549 413.263C187.195 413.827 185.897 414.334 184.938 414.616C184.035 414.842 181.383 415.011 178.11 414.954C177.432 414.954 176.755 415.236 176.36 415.8C175.909 416.42 175.796 417.265 176.134 417.998C177.263 420.591 177.997 422.846 177.997 423.748C177.997 424.762 177.827 426.171 177.602 427.637C176.981 432.428 176.078 438.967 180.536 442.18C181.89 443.138 183.527 443.025 184.825 442.011C185.389 445.787 186.687 451.424 189.622 454.073C190.75 455.144 191.935 455.595 193.064 455.482C194.023 455.426 194.701 454.919 195.152 454.468L195.999 453.679C198.03 457.568 203.053 466.192 208.301 468.278C212.082 469.799 213.831 468.221 214.339 467.488C214.565 467.207 214.621 466.981 214.678 466.868L215.75 464.276C219.756 466.023 230.535 469.743 236.855 462.303L237.081 462.021C242.668 453.96 236.291 444.434 233.582 440.996L235.896 439.305ZM183.527 438.798L183.188 439.192C182.681 439.869 182.455 439.699 182.342 439.643C180.367 438.234 180.085 435.472 180.141 433.217C180.197 430.85 180.705 428.539 180.705 426.115C180.705 424.988 180.536 423.804 180.31 422.677C180.028 421.549 179.52 420.027 179.012 419.013C179.802 419.858 180.649 421.437 181.157 422.508C181.721 423.578 182.285 424.649 182.793 425.777C183.922 428.201 184.994 430.624 185.954 433.105C186.179 433.725 186.518 434.457 186.744 435.134L183.527 438.798ZM187.364 438.516L187.477 437.219C188.888 441.447 190.017 445.956 190.863 450.747C188.606 447.478 187.252 441.841 187.364 438.516ZM197.861 450.522L196.958 448.605L193.008 452.269C190.92 440.038 187.308 429.553 182.116 420.929C183.245 421.944 184.599 423.128 186.123 424.424C187.816 425.89 189.735 427.468 191.823 429.159L192.218 429.892C195.999 437.388 198.877 446.069 200.852 455.99C199.497 453.735 198.425 451.762 197.861 450.522ZM209.429 465.403C207.398 464.614 205.253 462.303 203.335 459.71C201.529 449.169 198.764 439.812 195.096 431.752C196.45 432.879 197.861 434.006 199.328 435.134C200.287 435.867 201.303 436.656 202.263 437.388L202.375 437.67C206.438 445.674 209.429 455.088 211.405 465.797C211.009 465.854 210.389 465.797 209.429 465.403ZM215.75 460.893L214.226 460.104L212.815 463.486C211.066 454.693 208.639 446.802 205.423 439.869C206.777 440.883 208.075 441.898 209.373 442.856C210.727 443.871 212.082 444.885 213.436 445.843L213.718 446.351C216.201 451.198 218.289 456.666 219.982 462.585C217.499 461.795 215.806 460.893 215.75 460.893ZM222.014 463.148C220.49 457.737 218.684 452.72 216.54 448.098C217.386 448.662 218.176 449.282 218.966 449.846C220.434 450.917 221.901 451.931 223.199 452.833C223.594 453.115 223.989 453.34 224.384 453.622L224.553 453.96C226.077 456.948 227.431 460.161 228.673 463.543C226.472 463.937 224.102 463.655 222.014 463.148ZM234.598 460.273L234.485 460.443C233.357 461.795 231.946 462.641 230.422 463.148C229.463 460.499 228.447 458.019 227.318 455.595C230.253 457.568 231.438 458.582 231.72 458.188C231.889 457.906 229.011 455.764 224.102 451.593C222.86 450.578 221.562 449.451 220.152 448.267C218.741 447.084 217.273 445.843 215.693 444.603C214.113 443.363 212.533 442.067 210.897 440.77C209.26 439.474 207.567 438.178 205.874 436.881C204.181 435.585 202.488 434.345 200.795 433.048C199.102 431.752 197.466 430.568 195.829 429.384C192.613 427.017 189.565 424.875 186.913 423.071C183.64 420.817 180.988 419.069 179.464 418.111C179.464 418.055 179.464 418.111 179.464 418.055C181.778 418.055 184.373 417.942 185.671 417.604C186.857 417.265 188.211 416.702 189.678 416.082C193.572 414.447 198.425 412.418 201.247 414.729C201.36 414.842 201.529 414.954 201.077 415.574L200.852 415.913L199.61 417.716L197.466 420.873L201.19 420.14C204.012 419.576 211.969 418.618 215.298 420.76C215.524 420.929 215.806 421.098 215.976 421.324C216.032 421.38 216.088 421.493 216.088 421.606C216.088 421.606 216.088 421.606 216.088 421.662C216.088 421.718 216.032 421.718 216.032 421.775C215.976 421.887 215.919 421.944 215.919 422.057C215.863 422.169 215.806 422.338 215.693 422.451C215.637 422.62 215.524 422.789 215.411 422.958C215.298 423.128 215.242 423.353 215.129 423.522C215.016 423.691 214.903 423.917 214.847 424.142C214.734 424.368 214.621 424.537 214.508 424.762L214.226 425.326C214.113 425.495 214.057 425.664 213.944 425.833C213.888 425.946 213.831 426.115 213.718 426.228C213.662 426.34 213.605 426.453 213.549 426.51C213.549 426.566 213.493 426.566 213.493 426.622L215.581 427.017C219.418 427.693 229.971 430.455 232.905 434.457C233.752 435.641 233.865 436.317 233.808 436.656C233.808 436.768 233.752 436.825 233.695 436.881L229.011 440.545L230.196 441.785C230.366 442.011 239.959 452.495 234.598 460.273Z' fill='white'/%3E%3Cpath d='M158.694 439.08L159.541 438.291C159.936 438.009 160.557 437.389 160.726 436.318C160.952 435.19 160.557 434.007 159.597 432.767C157.171 429.61 151.697 427.806 148.029 426.961C149.214 425.777 149.44 424.142 148.593 422.677C145.771 417.942 139.225 418.28 134.429 418.562C132.961 418.618 131.551 418.731 130.535 418.618C129.575 418.562 127.092 417.773 123.989 416.646C123.311 416.42 122.634 416.477 122.07 416.871C121.449 417.322 121.054 418.055 121.111 418.844C121.28 421.719 121.223 424.03 120.941 424.875C120.603 425.833 119.925 427.074 119.248 428.37C117.047 432.654 114 438.516 117.16 443.025C118.12 444.435 119.7 444.829 121.28 444.266C120.546 447.986 119.869 453.735 121.788 457.23C122.521 458.583 123.424 459.428 124.553 459.71C125.456 459.936 126.302 459.71 126.867 459.428L127.826 459.09C128.447 463.43 130.253 473.238 134.541 477.015C137.645 479.72 139.733 478.819 140.523 478.311C140.805 478.142 140.975 477.973 141.088 477.86L143.006 475.775C146.166 478.762 155.083 485.921 163.548 481.017L163.83 480.791C171.843 475.042 169.022 463.938 167.611 459.823L170.319 458.921C170.432 458.921 170.658 458.808 170.94 458.639C171.73 458.132 173.367 456.554 172.182 452.664C170.545 447.14 162.363 441.447 158.694 439.08ZM124.045 454.581C122.973 450.748 123.65 444.998 124.835 441.842L125.399 440.658C125.23 445.167 124.779 449.789 124.045 454.581ZM121.167 440.883L120.716 441.109C119.982 441.56 119.869 441.391 119.756 441.278C118.345 439.249 119.079 436.6 119.869 434.514C120.716 432.316 122.013 430.286 122.804 428.032C123.199 426.961 123.424 425.777 123.594 424.65C123.706 423.466 123.763 421.944 123.594 420.76C124.045 421.831 124.271 423.579 124.44 424.762C124.609 425.946 124.722 427.186 124.892 428.37C125.174 431.019 125.343 433.668 125.399 436.318C125.399 436.994 125.456 437.783 125.456 438.516L121.167 440.883ZM130.704 456.666L130.478 454.524L125.512 456.61C127.657 444.378 127.77 433.274 125.794 423.41C126.528 424.762 127.431 426.284 128.39 428.032C129.519 429.948 130.76 432.147 132.171 434.401L132.284 435.247C133.356 443.533 133.131 452.721 131.663 462.754C131.099 460.274 130.817 458.075 130.704 456.666ZM138.322 475.662C137.927 475.549 137.363 475.267 136.573 474.591C134.936 473.182 133.695 470.307 132.736 467.207C134.598 456.666 135.162 446.915 134.372 438.065C135.275 439.587 136.234 441.109 137.25 442.687C137.927 443.702 138.605 444.773 139.225 445.787L139.282 446.069C140.41 454.975 140.072 464.896 138.322 475.662ZM147.464 475.493C145.433 473.915 144.078 472.505 144.022 472.449L142.893 471.209L140.41 473.915C141.708 465.065 142.047 456.779 141.426 449.226C142.329 450.635 143.232 451.988 144.135 453.397C145.094 454.806 146.054 456.215 146.957 457.568L147.013 458.132C147.69 463.543 147.859 469.349 147.464 475.493ZM149.214 476.733C149.609 471.153 149.609 465.798 149.157 460.725C149.722 461.57 150.342 462.416 150.85 463.205C151.866 464.727 152.882 466.08 153.841 467.376C154.123 467.771 154.406 468.165 154.688 468.503L154.744 468.898C155.196 472.224 155.365 475.718 155.365 479.326C153.108 478.931 150.963 477.86 149.214 476.733ZM169.304 455.877C169.247 455.933 169.191 455.99 169.134 456.046L163.491 457.906L164.168 459.485C164.225 459.597 169.699 472.731 162.08 478.255L161.911 478.368C160.387 479.269 158.751 479.608 157.171 479.551C157.171 476.789 157.058 474.084 156.776 471.434C158.864 474.253 159.654 475.662 160.049 475.38C160.331 475.155 158.299 472.167 155.083 466.643C154.293 465.29 153.39 463.769 152.487 462.19C151.528 460.612 150.568 458.977 149.496 457.286C148.424 455.595 147.408 453.848 146.223 452.044C145.094 450.297 143.966 448.493 142.837 446.689C141.652 444.886 140.523 443.138 139.338 441.391C138.21 439.643 137.024 437.952 135.896 436.318C133.639 432.992 131.494 429.948 129.632 427.355C127.318 424.142 125.399 421.606 124.271 420.197C124.271 420.197 124.271 420.197 124.327 420.14C126.528 420.93 128.955 421.719 130.309 421.831C131.551 421.944 133.018 421.831 134.598 421.775C138.83 421.55 144.078 421.268 145.941 424.368C145.997 424.481 146.166 424.706 145.489 425.101L145.151 425.326L143.345 426.623L140.298 428.877L144.078 429.441C146.9 429.835 154.744 431.639 157.114 434.739C157.284 434.965 157.509 435.247 157.566 435.529C157.622 435.641 157.622 435.754 157.622 435.81C157.622 435.81 157.622 435.81 157.622 435.867C157.566 435.923 157.566 435.923 157.509 435.98C157.453 436.036 157.396 436.092 157.284 436.149C157.171 436.261 157.058 436.374 156.945 436.43C156.832 436.543 156.663 436.712 156.55 436.825C156.381 436.994 156.211 437.107 156.099 437.276L155.591 437.727C155.421 437.896 155.252 438.065 155.083 438.178C154.913 438.347 154.744 438.46 154.575 438.629C154.462 438.742 154.293 438.911 154.18 439.023C154.067 439.136 153.954 439.249 153.841 439.362C153.785 439.418 153.672 439.531 153.616 439.587C153.559 439.587 153.559 439.643 153.503 439.7L155.309 440.771C158.694 442.687 167.724 448.775 169.134 453.566C169.586 454.863 169.473 455.595 169.304 455.877Z' fill='white'/%3E%3Cpath d='M251.354 289.481L251.185 289.143C246.444 280.519 235.045 281.985 230.813 282.886L230.248 280.124C230.248 280.012 230.192 279.786 230.022 279.448C229.627 278.603 228.217 276.799 224.21 277.475C218.623 278.433 211.964 285.817 209.143 289.2L208.465 288.241C208.24 287.847 207.675 287.114 206.66 286.832C205.587 286.494 204.346 286.719 202.991 287.509C199.549 289.538 197.122 294.723 195.825 298.275C194.752 296.922 193.229 296.527 191.649 297.204C186.57 299.402 186.175 305.997 185.836 310.732C185.723 312.197 185.667 313.55 185.441 314.565C185.272 315.523 184.199 317.89 182.676 320.821C182.337 321.441 182.337 322.174 182.676 322.738C183.014 323.414 183.748 323.922 184.538 323.922C187.416 324.091 189.73 324.429 190.52 324.824C191.423 325.274 192.608 326.064 193.793 326.909C197.8 329.615 203.274 333.335 208.127 330.742C209.594 329.953 210.215 328.487 209.876 326.853C213.488 328.036 219.131 329.333 222.856 327.924C224.323 327.36 225.226 326.571 225.677 325.5C226.016 324.654 225.903 323.753 225.677 323.189L225.395 322.118C229.797 322.005 239.729 321.385 243.961 317.609C247.009 314.847 246.388 312.648 245.993 311.859C245.823 311.577 245.654 311.352 245.598 311.295L243.735 309.153C247.065 306.448 255.248 298.444 251.354 289.481ZM186.175 321.047C187.247 318.961 188.263 316.594 188.545 315.297C188.771 314.114 188.883 312.648 188.996 311.07C189.278 306.842 189.617 301.6 192.946 300.135C193.059 300.078 193.285 299.966 193.624 300.642L193.793 300.98L194.865 302.897L196.727 306.222L197.743 302.559C198.477 299.797 201.186 292.243 204.572 290.214C204.854 290.045 205.136 289.932 205.418 289.82C205.531 289.82 205.644 289.763 205.757 289.82C205.757 289.82 205.757 289.82 205.813 289.82C205.869 289.82 205.869 289.876 205.926 289.932L206.095 290.158C206.208 290.27 206.264 290.383 206.377 290.496C206.49 290.665 206.603 290.778 206.716 290.947C206.829 291.116 206.998 291.285 207.111 291.454C207.224 291.623 207.393 291.849 207.506 292.018C207.619 292.187 207.788 292.412 207.901 292.582C208.014 292.751 208.183 292.92 208.296 293.089C208.409 293.258 208.522 293.427 208.635 293.54C208.748 293.653 208.804 293.765 208.917 293.934C208.973 294.047 209.03 294.103 209.086 294.216L209.143 294.329L210.44 292.638C212.754 289.538 219.921 281.308 224.831 280.463C226.242 280.237 226.919 280.463 227.201 280.632C227.257 280.688 227.314 280.744 227.314 280.857L228.499 286.719L230.135 286.212C230.248 286.156 244.018 282.266 248.532 290.496L248.645 290.665C249.322 292.3 249.492 293.934 249.266 295.513C246.501 295.174 243.792 295.005 241.14 294.893C244.187 293.145 245.654 292.582 245.428 292.131C245.259 291.849 242.043 293.483 236.117 296.02C234.65 296.64 233.07 297.316 231.377 298.106C229.684 298.838 227.934 299.627 226.129 300.473C224.323 301.318 222.461 302.164 220.542 303.066C218.68 303.968 216.761 304.87 214.842 305.828C212.923 306.786 211.005 307.744 209.143 308.646C207.28 309.548 205.418 310.563 203.669 311.465C200.113 313.325 196.84 315.072 194.019 316.594C190.463 318.567 187.755 320.145 186.175 321.047C186.175 321.103 186.175 321.103 186.175 321.047ZM206.66 328.149C204.515 329.277 201.919 328.262 199.944 327.247C197.856 326.12 195.994 324.654 193.849 323.583C192.834 323.076 191.705 322.682 190.576 322.4C189.448 322.118 187.868 321.892 186.683 321.892C187.811 321.554 189.561 321.554 190.746 321.498C191.931 321.441 193.172 321.498 194.414 321.498C197.066 321.554 199.775 321.667 202.427 321.949C203.104 322.005 203.894 322.062 204.628 322.118L206.49 326.627L206.66 327.135C207.055 327.98 206.772 328.093 206.66 328.149ZM207.901 323.189L206.829 322.512C211.231 323.133 215.802 324.147 220.485 325.5C216.479 326.064 210.836 324.711 207.901 323.189ZM223.307 319.13L221.163 319.074L222.686 324.26C210.779 320.652 199.775 319.243 189.73 320.089C191.141 319.525 192.777 318.849 194.639 318.059C196.671 317.214 198.985 316.199 201.411 315.072H202.258C210.666 315.016 219.752 316.312 229.515 318.961C226.919 319.13 224.661 319.13 223.307 319.13ZM241.817 315.41C240.18 316.876 237.189 317.778 233.973 318.341C223.702 315.241 214.109 313.55 205.192 313.268C206.829 312.535 208.465 311.803 210.102 310.957C211.231 310.45 212.303 309.886 213.431 309.379H213.714C222.686 309.323 232.449 310.844 243.002 313.832C242.945 314.17 242.607 314.677 241.817 315.41ZM240.575 307.744L239.221 308.703L241.647 311.521C233.013 309.21 224.831 307.857 217.212 307.575C218.68 306.842 220.203 306.11 221.67 305.377C223.194 304.644 224.718 303.855 226.185 303.066H226.749C232.223 303.009 238.036 303.573 244.074 304.7C242.155 306.561 240.575 307.688 240.575 307.744ZM229.515 301.318C230.417 300.811 231.32 300.36 232.167 299.909C233.803 299.064 235.327 298.218 236.681 297.429C237.133 297.204 237.528 296.978 237.923 296.753H238.318C241.648 296.753 245.146 296.978 248.758 297.373C248.081 299.515 246.783 301.488 245.428 303.122C239.842 302.051 234.537 301.431 229.515 301.318Z' fill='white'/%3E%3Cpath d='M57.4001 119.816L54.6914 120.606C54.5786 120.606 54.3528 120.718 54.0707 120.887C53.2806 121.338 51.5312 122.86 52.547 126.806C53.9014 132.33 61.7454 138.418 65.3571 140.954L64.4542 141.687C64.0591 141.969 63.4384 142.532 63.1563 143.603C62.9305 144.731 63.2127 145.914 64.1156 147.211C66.3729 150.48 71.7339 152.509 75.402 153.58C74.1605 154.708 73.8784 156.286 74.612 157.808C77.2079 162.712 83.754 162.655 88.5507 162.655C90.018 162.655 91.3724 162.655 92.3881 162.768C93.3475 162.881 95.8305 163.783 98.8214 165.079C99.4422 165.361 100.176 165.305 100.74 164.966C101.417 164.572 101.812 163.839 101.812 163.05C101.756 160.175 101.925 157.864 102.264 157.019C102.659 156.06 103.392 154.877 104.126 153.58C106.553 149.409 109.826 143.66 106.948 138.981C106.045 137.572 104.521 137.065 102.941 137.516C103.844 133.795 104.803 128.102 103.054 124.495C102.377 123.086 101.53 122.24 100.402 121.902C99.4986 121.62 98.6521 121.789 98.0878 122.071L97.0156 122.466C96.6206 118.069 95.2662 108.205 91.2031 104.259C88.2686 101.441 86.1242 102.173 85.2777 102.681C84.9955 102.85 84.8262 103.019 84.7134 103.075L82.6818 105.048C79.6345 101.892 71.1132 94.3385 62.4227 98.8478L62.084 99.0169C53.9578 104.428 56.2151 115.645 57.4001 119.816ZM102.885 140.954L103.336 140.729C104.07 140.278 104.239 140.503 104.295 140.616C105.593 142.701 104.747 145.351 103.844 147.38C102.885 149.578 101.53 151.495 100.627 153.693C100.176 154.764 99.8936 155.891 99.6679 157.019C99.4986 158.202 99.3857 159.724 99.4422 160.908C98.9907 159.781 98.8778 158.033 98.765 156.906C98.6521 155.722 98.5957 154.482 98.5392 153.242C98.3699 150.593 98.37 147.944 98.4264 145.238C98.4264 144.562 98.4264 143.772 98.4828 143.04L102.885 140.954ZM100.627 127.144C101.474 131.033 100.571 136.727 99.2164 139.827L98.5957 140.954C98.9907 136.501 99.6679 131.879 100.627 127.144ZM94.1375 124.72L94.2504 126.862L99.3293 125.002C96.6205 137.121 95.9434 148.169 97.467 158.146C96.7899 156.793 95.9998 155.159 95.0405 153.411C94.0247 151.438 92.8396 149.24 91.5981 146.873L91.5416 146.027C90.8645 137.685 91.5417 128.497 93.4604 118.633C93.8554 121.113 94.0247 123.368 94.1375 124.72ZM87.4221 105.386C87.8171 105.499 88.325 105.781 89.1151 106.514C90.6952 108.036 91.8238 110.967 92.5574 114.067C90.1873 124.495 89.1715 134.19 89.5101 143.096C88.6636 141.574 87.8171 139.939 86.8578 138.361C86.237 137.29 85.6163 136.219 84.9955 135.148V134.866C84.3183 125.96 85.1648 116.096 87.4221 105.386ZM78.2801 105.105C80.2552 106.796 81.4967 108.261 81.5532 108.318L82.6253 109.614L85.2212 107.021C83.5283 115.814 82.7382 124.044 83.0204 131.653C82.1739 130.244 81.3274 128.779 80.4809 127.37C79.6345 125.904 78.7315 124.438 77.8851 123.029L77.8286 122.466C77.4336 117.054 77.6029 111.249 78.2801 105.105ZM70.6053 100.933C72.8062 101.441 74.8941 102.624 76.5871 103.865C75.9099 109.445 75.6842 114.8 75.9099 119.816C75.3456 118.971 74.8377 118.125 74.3298 117.28C73.3705 115.702 72.4111 114.292 71.5646 112.94C71.2825 112.545 71.0568 112.15 70.7746 111.756L70.7181 111.361C70.436 108.036 70.436 104.541 70.6053 100.933ZM63.8335 101.723L64.0027 101.61C65.5828 100.764 67.2194 100.539 68.7995 100.652C68.6866 103.414 68.6866 106.176 68.7995 108.768C66.8243 105.837 66.1472 104.428 65.7521 104.71C65.47 104.879 67.3323 107.979 70.2667 113.672C71.0003 115.082 71.7904 116.603 72.6369 118.238C73.4834 119.873 74.3863 121.564 75.402 123.311C76.3614 125.059 77.3772 126.862 78.3929 128.666C79.4087 130.47 80.481 132.33 81.5532 134.19C82.6254 135.994 83.6976 137.854 84.7698 139.658C85.842 141.461 86.9142 143.209 87.93 144.9C90.018 148.282 91.9931 151.438 93.7425 154.144C95.8869 157.47 97.6927 160.062 98.7085 161.584C98.7085 161.584 98.7085 161.584 98.6521 161.641C96.5077 160.739 94.0811 159.837 92.7267 159.668C91.4852 159.499 90.018 159.499 88.4379 159.555C84.2054 159.555 78.9573 159.612 77.2643 156.399C77.2079 156.286 77.095 156.06 77.7722 155.666L78.1108 155.44L79.973 154.257L83.1333 152.171L79.4087 151.438C76.5871 150.875 68.8559 148.733 66.5986 145.52C66.4293 145.294 66.26 145.012 66.1472 144.674C66.0907 144.562 66.0907 144.449 66.1472 144.392V144.336C66.2036 144.28 66.2036 144.28 66.26 144.223C66.3164 144.167 66.4293 144.111 66.4857 144.054C66.5986 143.942 66.7115 143.885 66.8244 143.772L67.2758 143.434C67.4451 143.321 67.6144 143.152 67.7837 143.04C67.953 142.871 68.1223 142.758 68.2916 142.589C68.4609 142.42 68.6302 142.307 68.7995 142.138C68.9688 142.025 69.138 141.856 69.3073 141.743C69.4766 141.63 69.5895 141.518 69.7588 141.349C69.8717 141.236 69.9845 141.123 70.0974 141.067C70.2103 141.01 70.2667 140.954 70.3231 140.841C70.3796 140.785 70.3796 140.785 70.436 140.729L68.6302 139.601C65.3571 137.516 56.6665 130.977 55.425 126.13C55.0864 124.72 55.2557 124.044 55.425 123.762C55.4815 123.706 55.5379 123.649 55.6508 123.649L61.4069 122.071L60.7861 120.493C60.7861 120.211 55.9329 106.852 63.8335 101.723Z' fill='white'/%3E%3Cpath d='M147.126 346.243C149.553 342.072 152.826 336.322 149.948 331.7C149.045 330.291 147.521 329.727 145.941 330.235C146.844 326.571 147.803 320.821 146.11 317.214C145.433 315.805 144.53 314.959 143.458 314.621C142.555 314.339 141.709 314.508 141.144 314.79L140.072 315.185C139.677 310.844 138.323 300.924 134.26 296.978C131.325 294.16 129.124 294.892 128.334 295.4C128.052 295.569 127.883 295.738 127.77 295.851L125.738 297.824C122.691 294.667 114.17 287.114 105.479 291.623L105.197 291.792C96.9578 297.147 99.2151 308.364 100.4 312.535L97.6915 313.324C97.5786 313.324 97.3529 313.437 97.0707 313.606C96.2807 314.057 94.5312 315.579 95.547 319.525C96.9014 325.049 104.745 331.136 108.357 333.673L107.454 334.406C107.059 334.688 106.438 335.251 106.213 336.322C105.987 337.45 106.269 338.633 107.172 339.93C109.429 343.199 114.79 345.228 118.458 346.299C117.217 347.427 116.878 349.005 117.668 350.527C120.264 355.374 126.81 355.374 131.607 355.318C133.074 355.318 134.429 355.318 135.445 355.431C136.404 355.543 138.887 356.445 141.878 357.742C142.499 358.024 143.232 357.967 143.797 357.629C144.474 357.234 144.869 356.502 144.869 355.713C144.812 352.838 144.982 350.527 145.32 349.681C145.659 348.723 146.336 347.483 147.126 346.243ZM143.627 319.807C144.474 323.696 143.571 329.389 142.217 332.489L141.596 333.617C141.934 329.164 142.612 324.598 143.627 319.807ZM137.081 317.383L137.194 319.525L142.273 317.665C139.564 329.784 138.887 340.832 140.411 350.809C139.734 349.456 138.943 347.821 137.984 346.074C136.968 344.101 135.783 341.903 134.542 339.535L134.485 338.69C133.808 330.347 134.485 321.159 136.404 311.295C136.799 313.775 137.025 316.03 137.081 317.383ZM130.366 298.049C130.761 298.162 131.325 298.444 132.059 299.176C133.639 300.698 134.767 303.629 135.501 306.786C133.131 317.214 132.115 326.909 132.51 335.759C131.664 334.237 130.817 332.602 129.858 331.024C129.237 329.953 128.616 328.882 127.996 327.811V327.529C127.262 318.623 128.108 308.759 130.366 298.049ZM121.224 297.824C123.199 299.515 124.44 300.98 124.497 301.036L125.569 302.333L128.165 299.74C126.472 308.533 125.682 316.763 125.964 324.372C125.118 322.963 124.271 321.498 123.425 320.089C122.578 318.623 121.675 317.157 120.829 315.805L120.772 315.241C120.377 309.717 120.547 303.911 121.224 297.824ZM113.549 293.596C115.75 294.103 117.838 295.287 119.531 296.527C118.854 302.107 118.628 307.462 118.854 312.479C118.289 311.633 117.781 310.788 117.273 309.942C116.314 308.421 115.355 306.955 114.508 305.602C114.226 305.208 114 304.813 113.718 304.418L113.662 304.024C113.38 300.698 113.38 297.203 113.549 293.596ZM141.652 354.247C139.508 353.345 137.081 352.443 135.727 352.274C134.485 352.105 133.018 352.161 131.438 352.161C127.206 352.161 121.957 352.218 120.264 349.005C120.208 348.892 120.095 348.667 120.716 348.272L121.054 348.047L122.917 346.863L126.077 344.777L122.352 344.045C119.531 343.481 111.8 341.339 109.542 338.126C109.373 337.901 109.204 337.619 109.091 337.337C109.034 337.224 109.034 337.111 109.091 337.055C109.091 337.055 109.091 337.055 109.147 336.999C109.147 336.942 109.204 336.942 109.204 336.886C109.26 336.83 109.373 336.773 109.429 336.717C109.542 336.604 109.655 336.548 109.768 336.435C109.937 336.322 110.05 336.21 110.219 336.097C110.389 335.984 110.558 335.815 110.727 335.702C110.897 335.589 111.066 335.42 111.235 335.251C111.404 335.082 111.574 334.969 111.743 334.8C111.912 334.688 112.082 334.519 112.251 334.406C112.42 334.293 112.533 334.18 112.702 334.011C112.815 333.898 112.928 333.786 113.041 333.729C113.154 333.673 113.21 333.617 113.323 333.504C113.38 333.448 113.38 333.448 113.436 333.391L111.687 332.264C108.414 330.178 99.723 323.64 98.4815 318.792C98.1429 317.383 98.3122 316.707 98.4815 316.425C98.5379 316.368 98.5944 316.312 98.6508 316.312L104.407 314.677L103.786 313.099C103.73 312.986 98.8765 299.571 106.777 294.441L106.946 294.329C108.526 293.483 110.163 293.258 111.743 293.371C111.63 296.133 111.63 298.894 111.743 301.487C109.768 298.556 109.091 297.147 108.696 297.429C108.414 297.598 110.276 300.698 113.21 306.391C113.944 307.8 114.734 309.322 115.637 310.957C116.483 312.592 117.386 314.283 118.402 316.03C119.361 317.777 120.377 319.581 121.393 321.385C122.409 323.189 123.481 325.049 124.553 326.909C125.625 328.713 126.698 330.573 127.77 332.377C128.842 334.18 129.914 335.928 130.93 337.619C133.018 341.001 134.993 344.157 136.743 346.863C138.887 350.132 140.636 352.725 141.652 354.247ZM143.627 346.412C143.176 347.483 142.894 348.61 142.668 349.738C142.499 350.921 142.386 352.443 142.442 353.627C142.047 352.556 141.878 350.752 141.765 349.625C141.652 348.441 141.596 347.201 141.483 346.017C141.314 343.368 141.314 340.663 141.314 338.013C141.314 337.337 141.314 336.491 141.37 335.815L145.772 333.673L146.223 333.448C146.957 332.997 147.126 333.222 147.183 333.335C148.48 335.42 147.634 338.07 146.731 340.099C145.885 342.241 144.53 344.214 143.627 346.412Z' fill='white'/%3E%3Cpath d='M78.0518 220.093C80.0269 215.696 82.7921 209.722 79.4062 205.325C78.3904 203.972 76.8103 203.634 75.2866 204.254C75.8509 200.477 76.1895 194.728 74.158 191.289C73.3679 189.937 72.4086 189.148 71.2799 188.922C70.377 188.753 69.5305 188.978 69.0226 189.317L68.0069 189.824C67.2168 185.54 64.9031 175.789 60.4449 172.294C57.2283 169.757 55.1403 170.716 54.4067 171.279C54.1245 171.505 53.9552 171.674 53.8988 171.73L52.093 173.928C48.7635 171.11 39.5086 164.402 31.3259 169.701L31.0437 169.926C23.3689 176.07 26.6984 187.006 28.2786 191.064L25.6262 192.079C25.5134 192.135 25.2876 192.191 25.0055 192.417C24.2719 192.981 22.6918 194.615 24.0461 198.448C25.9648 203.803 34.3732 209.158 38.1542 211.3L37.3641 212.145C37.0256 212.484 36.4048 213.104 36.2919 214.175C36.1791 215.302 36.5741 216.486 37.5899 217.669C40.1293 220.713 45.7161 222.235 49.4406 222.911C48.312 224.208 48.1427 225.786 49.1021 227.195C52.1494 231.817 58.6955 231.141 63.4358 230.634C64.9031 230.465 66.2574 230.352 67.2732 230.352C68.2326 230.352 70.772 231.028 73.9322 231.987C74.6094 232.212 75.2866 232.099 75.8509 231.705C76.4717 231.254 76.8103 230.465 76.6974 229.675C76.3588 226.857 76.3024 224.49 76.5845 223.644C76.8667 222.686 77.4875 221.446 78.0518 220.093ZM72.07 194.164C73.3115 197.941 72.9164 203.69 71.9007 206.903L71.3928 208.087C71.2799 203.634 71.5057 199.012 72.07 194.164ZM64.0566 186.386C64.6773 188.809 65.1288 191.064 65.2981 192.417L65.5803 194.502L70.4334 192.135C68.9098 204.423 69.3048 215.527 71.7878 225.335C70.9978 224.039 70.0384 222.517 68.9098 220.826C67.7247 218.966 66.3139 216.88 64.8466 214.682L64.7338 213.893C63.323 205.607 63.0972 196.419 64.0566 186.386ZM56.7769 173.816C57.1719 173.872 57.7362 174.154 58.5827 174.774C60.2757 176.127 61.6864 178.945 62.7587 181.989C61.4043 192.642 61.3478 202.337 62.5329 211.131C61.5171 209.665 60.5013 208.2 59.4291 206.678C58.7519 205.663 58.0183 204.648 57.2847 203.634L57.2283 203.352C55.7046 194.559 55.5353 184.638 56.7769 173.816ZM51.19 177.31L52.3751 178.494L54.7453 175.676C53.8988 184.582 53.9552 192.868 54.971 200.421C54.0116 199.068 52.9959 197.715 52.0365 196.419C51.0207 195.01 50.005 193.713 49.0456 192.36L48.9327 191.797C47.9734 186.442 47.5784 180.636 47.6348 174.436C49.7228 175.901 51.1336 177.254 51.19 177.31ZM45.829 173.308C45.7161 178.945 45.9983 184.244 46.6755 189.26C46.0547 188.471 45.434 187.626 44.8132 186.893C43.6846 185.427 42.6123 184.075 41.5966 182.834C41.3144 182.44 41.0322 182.102 40.7501 181.707L40.6936 181.313C40.1293 177.987 39.7343 174.548 39.565 170.941C41.8223 171.279 43.9667 172.237 45.829 173.308ZM73.4243 228.661C71.2235 227.984 68.684 227.308 67.3297 227.308C66.0881 227.252 64.6209 227.421 63.0408 227.59C58.8084 228.041 53.6166 228.548 51.5851 225.504C51.4722 225.392 51.3593 225.166 51.9801 224.715L52.2623 224.49L53.9552 223.137L56.8897 220.713L53.1087 220.319C50.2871 220.037 42.3302 218.684 39.7907 215.64C39.565 215.415 39.3957 215.133 39.2828 214.851C39.2264 214.738 39.17 214.625 39.2264 214.569C39.2264 214.569 39.2264 214.569 39.2264 214.513C39.2264 214.456 39.2828 214.456 39.2828 214.4C39.3393 214.344 39.3957 214.287 39.5086 214.175C39.6214 214.062 39.7343 213.949 39.7907 213.893C39.9036 213.78 40.0729 213.611 40.1858 213.498C40.3551 213.329 40.4679 213.216 40.6372 213.047C40.8065 212.878 40.9758 212.709 41.0887 212.54C41.258 212.371 41.4273 212.202 41.5401 212.033C41.7094 211.863 41.8223 211.751 41.9916 211.582C42.1045 211.469 42.2737 211.3 42.3866 211.187C42.4995 211.074 42.6123 210.962 42.7252 210.849C42.7816 210.793 42.8945 210.68 42.9509 210.623L43.0638 210.511L41.2015 209.552C37.7592 207.749 28.4478 202.112 26.8113 197.434C26.3598 196.081 26.4163 195.348 26.5856 195.066C26.642 195.01 26.6984 194.953 26.7549 194.897L32.2852 192.755L31.5516 191.233C31.4952 191.12 25.3441 178.269 32.7367 172.407L32.906 172.294C34.3732 171.336 36.0098 170.885 37.5334 170.885C37.6463 173.647 37.9285 176.352 38.3235 179.001C36.0662 176.296 35.2761 174.943 34.8811 175.225C34.599 175.45 36.7998 178.325 40.2422 183.736C41.0887 185.089 42.048 186.555 43.0638 188.02C44.0796 189.542 45.1518 191.177 46.2805 192.811C47.4091 194.446 48.5377 196.137 49.7792 197.884C50.9643 199.575 52.2058 201.323 53.4473 203.07C54.6888 204.818 55.9304 206.509 57.1719 208.2C58.4134 209.891 59.6549 211.525 60.8399 213.16C63.2665 216.373 65.5238 219.304 67.4989 221.784C70.2641 224.828 72.2957 227.195 73.4243 228.661C73.4243 228.605 73.4808 228.605 73.4243 228.661ZM74.6094 220.657C74.2708 221.784 74.1015 222.911 73.9887 224.039C73.9322 225.222 73.9887 226.801 74.158 227.928C73.6501 226.857 73.3115 225.166 73.0858 223.982C72.86 222.799 72.6907 221.615 72.465 220.375C72.07 217.726 71.7878 215.076 71.5621 212.427C71.5056 211.751 71.3928 210.905 71.3928 210.229L75.5688 207.636L76.0202 207.354C76.6974 206.847 76.8667 207.072 76.9796 207.185C78.4468 209.158 77.8825 211.863 77.2053 213.949C76.4717 216.26 75.2866 218.346 74.6094 220.657Z' fill='white'/%3E%3Cpath d='M187.869 159.104C190.747 159.16 193.061 159.442 193.851 159.78C194.811 160.231 195.996 160.964 197.237 161.753C201.3 164.346 206.944 167.841 211.684 165.079C213.151 164.233 213.715 162.712 213.264 161.133C216.932 162.148 222.575 163.332 226.243 161.753C227.654 161.133 228.614 160.288 228.952 159.217C229.234 158.315 229.121 157.469 228.896 156.906L228.557 155.835C232.959 155.609 242.891 154.651 246.954 150.705C249.888 147.887 249.211 145.689 248.76 144.9C248.591 144.618 248.421 144.392 248.365 144.336L246.446 142.25C249.719 139.319 257.62 131.09 253.387 122.24L253.218 121.902C248.196 113.447 236.853 115.307 232.62 116.378L231.943 113.616C231.943 113.503 231.83 113.278 231.661 112.996C231.209 112.207 229.799 110.403 225.792 111.248C220.205 112.376 213.828 120.042 211.176 123.48L210.442 122.578C210.16 122.184 209.596 121.507 208.58 121.225C207.451 120.944 206.266 121.225 204.968 122.015C201.582 124.156 199.382 129.455 198.197 133.006C197.068 131.71 195.544 131.371 193.964 132.104C188.998 134.472 188.772 141.067 188.659 145.858C188.603 147.323 188.547 148.676 188.377 149.691C188.208 150.649 187.249 153.073 185.838 156.06C185.556 156.68 185.556 157.357 185.894 157.977C186.346 158.653 187.079 159.104 187.869 159.104ZM210.104 162.43C207.959 163.67 205.363 162.712 203.332 161.753C201.187 160.739 199.269 159.273 197.124 158.315C196.052 157.864 194.98 157.469 193.851 157.244C192.723 157.018 191.143 156.849 189.957 156.906C191.086 156.511 192.835 156.455 194.021 156.398C195.262 156.342 196.447 156.286 197.689 156.286C200.341 156.229 202.993 156.286 205.702 156.455C206.379 156.511 207.169 156.511 207.903 156.568L209.878 161.021L210.104 161.471C210.499 162.204 210.273 162.373 210.104 162.43ZM211.176 157.413L210.047 156.793C214.449 157.3 219.076 158.146 223.76 159.273C219.867 160.006 214.167 158.879 211.176 157.413ZM226.413 152.847H224.268L225.961 157.977C213.941 154.82 202.88 153.749 192.835 154.877C194.246 154.257 195.883 153.524 197.689 152.678C199.72 151.72 201.977 150.649 204.348 149.465L205.194 149.409C213.546 149.071 222.688 150.029 232.564 152.34C230.081 152.678 227.823 152.791 226.413 152.847ZM244.81 148.451C243.229 149.973 240.295 150.987 237.078 151.664C226.695 148.902 217.045 147.549 208.185 147.549C209.765 146.76 211.402 145.971 213.038 145.069C214.11 144.505 215.239 143.941 216.311 143.378H216.593C225.566 142.983 235.385 144.167 245.995 146.816C245.882 147.211 245.543 147.774 244.81 148.451ZM243.286 140.841L241.932 141.856L244.415 144.561C235.668 142.532 227.485 141.461 219.867 141.461C221.334 140.672 222.801 139.883 224.212 139.094C225.735 138.305 227.203 137.459 228.614 136.67H229.178C234.652 136.445 240.464 136.783 246.559 137.685C244.866 139.657 243.342 140.841 243.286 140.841ZM247.97 136.106C242.383 135.204 237.078 134.81 231.999 134.81C232.902 134.303 233.749 133.795 234.595 133.288C236.175 132.386 237.699 131.484 239.053 130.695C239.449 130.47 239.844 130.188 240.239 129.962H240.634C244.02 129.793 247.462 129.906 251.074 130.188C250.509 132.386 249.268 134.415 247.97 136.106ZM191.538 150.198C191.707 149.014 191.763 147.492 191.82 145.971C191.933 141.743 192.102 136.501 195.375 134.923C195.488 134.866 195.713 134.753 196.052 135.43L196.278 135.768L197.406 137.628L199.382 140.841L200.228 137.177C200.905 134.415 203.332 126.749 206.605 124.607C206.831 124.438 207.169 124.269 207.451 124.213C207.564 124.213 207.677 124.156 207.79 124.213C207.79 124.213 207.79 124.213 207.846 124.269C207.903 124.269 207.903 124.326 207.959 124.382C208.016 124.438 208.072 124.551 208.129 124.607C208.241 124.72 208.298 124.833 208.411 124.946C208.524 125.115 208.636 125.227 208.749 125.397C208.862 125.566 209.032 125.735 209.144 125.904C209.257 126.073 209.427 126.242 209.539 126.468C209.709 126.637 209.822 126.806 209.934 127.031C210.047 127.2 210.217 127.369 210.329 127.539C210.442 127.708 210.555 127.82 210.668 127.989C210.781 128.102 210.837 128.215 210.95 128.384C211.007 128.497 211.063 128.553 211.176 128.666C211.232 128.722 211.232 128.722 211.289 128.779L212.474 127.031C214.675 123.875 221.559 115.363 226.413 114.349C227.823 114.067 228.501 114.236 228.783 114.405C228.839 114.461 228.896 114.518 228.896 114.574L230.25 120.38L231.887 119.873C231.999 119.816 245.6 115.476 250.453 123.536L250.566 123.706C251.356 125.34 251.525 126.918 251.356 128.497C248.591 128.271 245.882 128.159 243.229 128.159C246.22 126.298 247.688 125.678 247.405 125.227C247.236 124.946 244.02 126.693 238.263 129.399C236.796 130.075 235.273 130.808 233.58 131.597C231.943 132.386 230.194 133.232 228.388 134.133C226.582 135.035 224.776 135.937 222.914 136.895C221.052 137.854 219.189 138.868 217.271 139.827C215.408 140.841 213.546 141.856 211.684 142.87C209.822 143.829 208.072 144.9 206.323 145.858C202.824 147.831 199.607 149.691 196.899 151.325C193.513 153.355 190.86 155.046 189.28 156.06C189.28 156.06 189.28 156.06 189.224 156.004C190.352 153.918 191.312 151.551 191.538 150.198Z' fill='white'/%3E%3Cpath d='M194.641 182.609L194.528 182.271C190.916 173.139 179.461 173.083 175.115 173.421L174.89 170.603C174.89 170.49 174.833 170.265 174.777 169.926C174.495 169.081 173.366 167.108 169.246 167.221C163.547 167.446 155.985 173.929 152.825 176.916L152.26 175.901C152.091 175.45 151.639 174.718 150.624 174.267C149.608 173.816 148.31 173.872 146.899 174.492C143.231 176.014 140.184 180.918 138.434 184.244C137.531 182.778 136.064 182.158 134.428 182.665C129.123 184.187 127.825 190.67 126.922 195.348C126.64 196.814 126.358 198.166 126.076 199.125C125.794 200.026 124.439 202.281 122.577 204.987C122.182 205.55 122.069 206.283 122.295 206.903C122.577 207.636 123.198 208.2 123.988 208.312C126.809 208.82 129.067 209.496 129.8 209.947C130.647 210.511 131.719 211.469 132.791 212.427C136.403 215.64 141.369 219.98 146.504 218.064C148.084 217.5 148.874 216.091 148.761 214.4C152.204 216.035 157.621 218.064 161.459 217.106C162.982 216.711 163.998 216.035 164.562 215.02C165.014 214.231 165.014 213.329 164.845 212.765L164.675 211.638C169.021 212.089 179.009 212.765 183.693 209.552C187.079 207.241 186.74 204.987 186.458 204.085C186.345 203.747 186.232 203.578 186.176 203.465L184.652 201.097C188.264 198.899 197.35 192.022 194.641 182.609ZM125.963 205.55C127.261 203.578 128.615 201.436 129.067 200.139C129.462 198.955 129.744 197.546 130.026 195.968C130.872 191.797 131.888 186.667 135.331 185.653C135.5 185.596 135.726 185.54 135.951 186.273L136.064 186.611L136.854 188.64L138.265 192.135L139.732 188.64C140.805 185.991 144.473 178.832 148.084 177.311C148.366 177.198 148.649 177.085 148.987 177.029C149.1 177.029 149.213 177.029 149.269 177.085C149.269 177.085 149.269 177.085 149.326 177.141C149.326 177.198 149.382 177.198 149.382 177.254C149.439 177.367 149.495 177.423 149.495 177.48C149.551 177.592 149.664 177.761 149.721 177.874C149.834 178.043 149.89 178.212 150.003 178.382C150.116 178.551 150.229 178.776 150.285 178.945C150.398 179.171 150.511 179.34 150.624 179.565C150.737 179.791 150.849 179.96 150.962 180.185C151.075 180.354 151.188 180.58 151.301 180.749C151.414 180.918 151.47 181.087 151.583 181.256L151.809 181.651C151.865 181.764 151.922 181.876 151.978 181.933C151.978 181.989 152.035 181.989 152.035 182.045L153.502 180.523C156.211 177.761 164.337 170.49 169.359 170.321C170.77 170.265 171.447 170.546 171.673 170.772C171.729 170.828 171.786 170.885 171.786 170.997L172.237 176.916L173.93 176.634C174.043 176.634 188.151 174.492 191.593 183.285L191.65 183.511C192.158 185.202 192.101 186.837 191.65 188.358C188.941 187.682 186.289 187.118 183.693 186.724C186.966 185.371 188.49 184.976 188.264 184.526C188.151 184.187 184.709 185.427 178.558 187.175C177.034 187.626 175.341 188.077 173.592 188.64C171.842 189.148 169.98 189.711 168.061 190.331C166.143 190.951 164.167 191.515 162.192 192.191C160.217 192.868 158.186 193.488 156.154 194.164C154.122 194.841 152.147 195.573 150.172 196.25C148.197 196.926 146.278 197.659 144.36 198.335C140.635 199.688 137.136 201.041 134.146 202.168C130.534 203.634 127.656 204.874 125.963 205.55C125.963 205.607 125.963 205.607 125.963 205.55ZM145.376 215.246C143.062 216.091 140.635 214.738 138.829 213.442C136.854 212.089 135.218 210.342 133.243 209.045C132.283 208.425 131.267 207.861 130.139 207.467C129.01 207.016 127.543 206.621 126.358 206.509C127.543 206.34 129.292 206.565 130.421 206.678C131.606 206.791 132.848 206.96 134.033 207.129C136.685 207.523 139.281 207.974 141.877 208.594C142.554 208.763 143.344 208.876 144.021 209.045L145.263 213.78L145.376 214.287C145.771 215.076 145.488 215.189 145.376 215.246ZM147.238 210.454L146.222 209.609C150.511 210.793 154.913 212.371 159.371 214.287C155.364 214.4 149.947 212.371 147.238 210.454ZM163.039 208.425L160.951 208.087L161.797 213.385C150.454 208.312 139.732 205.494 129.631 204.987C131.098 204.592 132.848 204.141 134.766 203.578C136.911 202.958 139.337 202.281 141.877 201.492L142.723 201.605C151.075 202.619 159.935 205.099 169.246 208.932C166.65 208.876 164.393 208.594 163.039 208.425ZM181.887 207.072C180.081 208.312 176.978 208.82 173.761 208.989C163.998 204.592 154.687 201.661 145.94 200.252C147.633 199.745 149.326 199.181 151.075 198.617C152.26 198.223 153.445 197.828 154.574 197.434L154.856 197.49C163.772 198.561 173.253 201.323 183.298 205.663C183.129 206.001 182.734 206.509 181.887 207.072ZM181.605 199.35L180.081 200.139L182.113 203.239C173.817 199.801 165.917 197.434 158.355 196.194C159.935 195.63 161.515 195.123 163.039 194.559C164.675 193.995 166.255 193.432 167.779 192.868L168.343 192.924C173.761 193.601 179.461 194.897 185.33 196.757C183.354 198.392 181.661 199.294 181.605 199.35ZM187.022 195.404C181.661 193.657 176.47 192.361 171.504 191.571C172.463 191.233 173.422 190.839 174.325 190.5C176.018 189.88 177.655 189.204 179.122 188.64C179.573 188.471 180.025 188.302 180.42 188.133L180.815 188.189C184.144 188.584 187.587 189.26 191.086 190.162C190.126 192.135 188.546 193.939 187.022 195.404Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-green-leaf {
  background-image: url("data:image/svg+xml,%3Csvg width='722' height='340' viewBox='0 0 722 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4469_127' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='722' height='340'%3E%3Cpath d='M0 0H722V336C722 338.209 720.209 340 718 340H4.00002C1.79088 340 0 338.209 0 336V0Z' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4469_127)'%3E%3Cpath d='M0 -0.000488281H722V336C722 338.209 720.209 340 718 340H4.00002C1.79088 340 0 338.209 0 336V-0.000488281Z' fill='%2312695E'/%3E%3Cpath d='M844.266 70.3533C837.99 48.8647 825.657 46.5063 820.668 46.4877C818.735 46.4907 817.403 46.7539 816.816 46.8985L801.762 50.7742C795.954 27.4302 775.803 -31.9399 722.053 -34.6143L720.029 -34.5459C666.483 -32.1139 646.695 27.2645 641.022 50.4038L626.049 46.4821C625.356 46.2872 624.036 45.9888 622.26 46.0176C617.362 45.9336 604.997 48.1596 598.865 69.6932C590.303 99.6024 611.094 150.221 621.184 172.017L615.138 173.032C611.717 173.272 607.279 174.794 603.758 178.561C599.546 183.099 597.715 189.802 598.498 198.225C600.229 219.93 620.327 244.506 634.769 259.452C625.734 261.503 620.037 268.212 619.724 277.42C618.686 307.605 650.098 325.595 672.962 338.791C679.955 342.764 686.57 346.593 690.99 350.061C694.703 352.929 702.112 363.653 709.682 377.304C711.96 381.062 715.843 383.394 720.179 383.466C723.954 383.525 727.386 381.757 729.654 378.749C740.42 364.262 749.625 353.381 753.852 350.214C758.352 346.85 764.929 343.105 771.872 339.098C794.721 326.042 825.923 308.245 824.715 278.011C824.4 268.699 818.565 262.099 809.485 260.036C823.79 245.086 843.762 220.684 845.427 198.896C846.015 190.458 844.294 183.813 840.055 179.248C836.104 174.891 831.362 173.867 828.736 173.675L822.557 172.574C832.515 150.787 852.944 100.21 844.266 70.3533ZM667.031 27.4818C671.847 16.843 678.517 5.7051 687.49 -2.79803C698.186 13.8644 707.602 30.4766 715.49 47.078L716.459 49.0096C716.293 51.4783 716.193 54.0384 716.066 56.7552C715.583 65.5328 715.153 74.9634 714.868 84.9815C714.641 90.2584 714.454 95.7834 714.24 101.465C701.338 76.7084 685.601 52.0472 667.031 27.4818ZM634.921 66.3864L654.363 71.5291L655.956 62.371C656.008 62.0575 657.899 51.5798 662.685 38.1983C682.748 65.4258 699.376 92.4888 712.295 119.584L713.606 122.377C713.41 131.363 713.098 140.571 713.073 149.988C712.969 158.909 712.904 168.077 712.84 177.246C693.323 140.366 667.159 103.274 634.921 66.3864ZM615.146 74.4749C616.705 68.9347 618.542 66.0978 620.016 64.489C660.023 108.94 690.992 153.509 712.192 197.753L712.834 199.228C712.844 205.993 712.92 212.85 712.956 219.459C712.984 229.528 713.195 239.467 713.458 249.093C690.772 206.053 659.412 162.869 619.486 119.881C614.64 102.896 611.885 85.9342 615.146 74.4749ZM617.58 189.942L646.751 184.935L641.38 174.546C637.909 167.773 632.667 156.601 627.711 143.704C664.07 185.379 692.384 227.013 712.116 268.438L714.094 272.549C714.521 287.033 715.077 300.733 715.71 312.996C716.236 323.953 716.786 333.787 717.347 342.093C697.247 290.703 663.761 239.921 617.58 189.942ZM616.962 203.931C634.78 223.783 650.64 243.794 664.385 263.939L658.332 260.121C643.531 249.303 623.589 224.753 616.962 203.931ZM715.221 361.309C712.47 355.54 707.613 348.377 703.518 343.433C699.488 338.581 695.001 334.055 690.006 330.171C679.728 322.193 667.756 316.674 657.27 308.983C647.359 301.711 636.163 291.488 636.613 278.035C636.651 277.316 636.662 275.788 641.403 275.846L644.263 275.594L671.048 273.816C673.09 277.052 675.277 280.875 677.254 284.02C684.783 296.456 692.012 309.244 698.562 322.243C701.601 328.22 704.575 334.106 707.275 340.188C710.066 346.205 714.258 354.95 715.221 361.309ZM802.434 174.969L797.107 185.282C797.421 185.333 797.578 185.359 797.891 185.411C798.518 185.515 799.054 185.684 799.616 185.696C800.4 185.825 801.34 185.98 802.124 186.11C803.221 186.291 804.227 186.538 805.259 186.628C806.422 186.9 807.611 187.016 808.774 187.288C810.028 187.495 811.282 187.703 812.445 187.975C813.699 188.182 814.862 188.455 816.116 188.662L819.565 189.231C820.571 189.478 821.603 189.568 822.544 189.723C823.327 189.852 824.111 189.982 824.895 190.111C825.365 190.189 825.992 190.292 826.463 190.37C826.62 190.396 826.933 190.448 827.155 190.565C827.221 190.656 827.312 190.591 827.378 190.682C827.887 191.008 828.097 191.687 828.176 192.183C828.545 193.854 828.508 195.539 828.38 197.289C826.702 218.672 795.808 250.209 783.965 260.493L768.338 274.178L789.146 275.439L801.202 276.061L803.358 276.175C807.537 276.221 807.578 277.436 807.671 278.337C808.498 298.201 783.417 312.58 763.32 324.078C755.856 328.321 748.822 332.393 743.474 336.503C737.577 341.005 728.621 351.846 720.826 361.993C720.669 361.967 720.669 361.967 720.512 361.941C721.424 352.026 722.743 334.771 723.821 313.127C724.787 295.572 725.566 275.248 726.107 253.436C726.3 242.517 726.792 231.245 726.749 219.803C726.797 208.297 726.936 196.725 727.01 185.061C726.927 173.372 726.909 161.774 726.8 150.241C726.757 138.8 726.374 127.464 726.253 116.493C726.04 105.588 725.619 94.9698 725.343 84.9395C725.067 74.9092 724.621 65.4147 724.203 56.7299C722.491 21.7425 722.879 1.83722 721.038 1.7747C718.321 1.64822 719.013 10.1367 717.671 29.4818C711.003 16.7054 703.552 3.79949 695.291 -9.07903C702.454 -13.9354 710.861 -17.0567 720.603 -17.5416L721.818 -17.5826C773.255 -15.0484 787.047 61.8721 787.165 62.6163L788.786 71.8218L820.407 63.6762C820.837 63.5057 821.308 63.5834 821.752 63.8178C823.216 64.7037 825.898 67.4816 828.182 75.1057C835.549 101.203 812.148 156.12 802.434 174.969Z' fill='%232A786E'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-red-leaf {
  background-image: url("data:image/svg+xml,%3Csvg width='722' height='340' viewBox='0 0 722 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4318_17655' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='722' height='340'%3E%3Cpath d='M0 0H722V336C722 338.209 720.209 340 718 340H4.00002C1.79088 340 0 338.209 0 336V0Z' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4318_17655)'%3E%3Cpath d='M0 -0.000488281H722V336C722 338.209 720.209 340 718 340H4.00002C1.79088 340 0 338.209 0 336V-0.000488281Z' fill='%23970639'/%3E%3Cpath d='M844.266 70.3533C837.99 48.8647 825.657 46.5063 820.668 46.4877C818.735 46.4907 817.403 46.7539 816.816 46.8985L801.762 50.7742C795.954 27.4302 775.803 -31.9399 722.053 -34.6143L720.029 -34.5459C666.483 -32.1139 646.695 27.2645 641.022 50.4038L626.049 46.4821C625.356 46.2872 624.036 45.9888 622.26 46.0176C617.362 45.9336 604.997 48.1596 598.865 69.6932C590.303 99.6024 611.094 150.221 621.184 172.017L615.138 173.032C611.717 173.272 607.279 174.794 603.758 178.561C599.546 183.099 597.715 189.802 598.498 198.225C600.229 219.93 620.327 244.506 634.769 259.452C625.734 261.503 620.037 268.212 619.724 277.42C618.686 307.605 650.098 325.595 672.962 338.791C679.955 342.764 686.57 346.593 690.99 350.061C694.703 352.929 702.112 363.653 709.682 377.304C711.96 381.062 715.843 383.394 720.179 383.466C723.954 383.525 727.386 381.757 729.654 378.749C740.42 364.262 749.625 353.381 753.852 350.214C758.352 346.85 764.929 343.105 771.872 339.098C794.721 326.042 825.923 308.245 824.715 278.011C824.4 268.699 818.565 262.099 809.485 260.036C823.79 245.086 843.762 220.684 845.427 198.896C846.015 190.458 844.294 183.813 840.055 179.248C836.104 174.891 831.362 173.867 828.736 173.675L822.557 172.574C832.515 150.787 852.944 100.21 844.266 70.3533ZM667.031 27.4818C671.847 16.843 678.517 5.7051 687.49 -2.79803C698.186 13.8644 707.602 30.4766 715.49 47.078L716.459 49.0096C716.293 51.4783 716.193 54.0384 716.066 56.7552C715.583 65.5328 715.153 74.9634 714.868 84.9815C714.641 90.2584 714.454 95.7834 714.24 101.465C701.338 76.7084 685.601 52.0472 667.031 27.4818ZM634.921 66.3864L654.363 71.5291L655.956 62.371C656.008 62.0575 657.899 51.5798 662.685 38.1983C682.748 65.4258 699.376 92.4888 712.295 119.584L713.606 122.377C713.41 131.363 713.098 140.571 713.073 149.988C712.969 158.909 712.904 168.077 712.84 177.246C693.323 140.366 667.159 103.274 634.921 66.3864ZM615.146 74.4749C616.705 68.9347 618.542 66.0978 620.016 64.489C660.023 108.94 690.992 153.509 712.192 197.753L712.834 199.228C712.844 205.993 712.92 212.85 712.956 219.459C712.984 229.528 713.195 239.467 713.458 249.093C690.772 206.053 659.412 162.869 619.486 119.881C614.64 102.896 611.885 85.9342 615.146 74.4749ZM617.58 189.942L646.751 184.935L641.38 174.546C637.909 167.773 632.667 156.601 627.711 143.704C664.07 185.379 692.384 227.013 712.116 268.438L714.094 272.549C714.521 287.033 715.077 300.733 715.71 312.996C716.236 323.953 716.786 333.787 717.347 342.093C697.247 290.703 663.761 239.921 617.58 189.942ZM616.962 203.931C634.78 223.783 650.64 243.794 664.385 263.939L658.332 260.121C643.531 249.303 623.589 224.753 616.962 203.931ZM715.221 361.309C712.47 355.54 707.613 348.377 703.518 343.433C699.488 338.581 695.001 334.055 690.006 330.171C679.728 322.193 667.756 316.674 657.27 308.983C647.359 301.711 636.163 291.488 636.613 278.035C636.651 277.316 636.662 275.788 641.403 275.846L644.263 275.594L671.048 273.816C673.09 277.052 675.277 280.875 677.254 284.02C684.783 296.456 692.012 309.244 698.562 322.243C701.601 328.22 704.575 334.106 707.275 340.188C710.066 346.205 714.258 354.95 715.221 361.309ZM802.434 174.969L797.107 185.282C797.421 185.333 797.578 185.359 797.891 185.411C798.518 185.515 799.054 185.684 799.616 185.696C800.4 185.825 801.34 185.98 802.124 186.11C803.221 186.291 804.227 186.538 805.259 186.628C806.422 186.9 807.611 187.016 808.774 187.288C810.028 187.495 811.282 187.703 812.445 187.975C813.699 188.182 814.862 188.455 816.116 188.662L819.565 189.231C820.571 189.478 821.603 189.568 822.544 189.723C823.327 189.852 824.111 189.982 824.895 190.111C825.365 190.189 825.992 190.292 826.463 190.37C826.62 190.396 826.933 190.448 827.155 190.565C827.221 190.656 827.312 190.591 827.378 190.682C827.887 191.008 828.097 191.687 828.176 192.183C828.545 193.854 828.508 195.539 828.38 197.289C826.702 218.672 795.808 250.209 783.965 260.493L768.338 274.178L789.146 275.439L801.202 276.061L803.358 276.175C807.537 276.221 807.578 277.436 807.671 278.337C808.498 298.201 783.417 312.58 763.32 324.078C755.856 328.321 748.822 332.393 743.474 336.503C737.577 341.005 728.621 351.846 720.826 361.993C720.669 361.967 720.669 361.967 720.512 361.941C721.424 352.026 722.743 334.771 723.821 313.127C724.787 295.572 725.566 275.248 726.107 253.436C726.3 242.517 726.792 231.245 726.749 219.803C726.797 208.297 726.936 196.725 727.01 185.061C726.927 173.372 726.909 161.774 726.8 150.241C726.757 138.8 726.374 127.464 726.253 116.493C726.04 105.588 725.619 94.9698 725.343 84.9395C725.067 74.9092 724.621 65.4147 724.203 56.7299C722.491 21.7425 722.879 1.83722 721.038 1.7747C718.321 1.64822 719.013 10.1367 717.671 29.4818C711.003 16.7054 703.552 3.79949 695.291 -9.07903C702.454 -13.9354 710.861 -17.0567 720.603 -17.5416L721.818 -17.5826C773.255 -15.0484 787.047 61.8721 787.165 62.6163L788.786 71.8218L820.407 63.6762C820.837 63.5057 821.308 63.5834 821.752 63.8178C823.216 64.7037 825.898 67.4816 828.182 75.1057C835.549 101.203 812.148 156.12 802.434 174.969Z' fill='%23A11F3E'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-red-root {
  background-image: url("data:image/svg+xml,%3Csvg width='506' height='500' viewBox='0 0 506 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1970_8867' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='506' height='500'%3E%3Crect width='506' height='500' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1970_8867)'%3E%3Crect width='506' height='500' fill='%23C32342'/%3E%3Cpath opacity='0.05' d='M765.078 -1040.03C753.269 -1062.93 764.253 -1088.36 775.866 -1115.25C776.669 -1117.1 777.429 -1118.96 778.211 -1120.83C782.856 -1122.35 788.478 -1123.8 794.36 -1125.34C819.714 -1131.9 854.423 -1140.88 861.435 -1169.99C863.562 -1178.84 859.742 -1186.74 851.732 -1191.08C869.466 -1201.63 895.124 -1219.79 902.548 -1240.04C905.456 -1247.94 905.478 -1254.74 902.656 -1260.23C900.334 -1264.72 896.426 -1267.37 893.235 -1268.47L887.722 -1271.06C903.09 -1289.22 936.302 -1332.13 935.998 -1362.93C935.781 -1385.15 924.537 -1390.53 919.718 -1391.81C917.959 -1392.29 916.635 -1392.35 915.984 -1392.33L900.702 -1392.51C901.354 -1416.21 898.054 -1478.12 847.542 -1494.49L845.632 -1495.01C793.536 -1506.58 758.696 -1455.1 746.996 -1434.39L733.668 -1442.05C733.234 -1442.31 731.997 -1442.97 730.173 -1443.46C725.376 -1444.75 713.003 -1445.7 701.368 -1426.86C685.131 -1400.56 691.426 -1346.91 695.203 -1323.51L688.974 -1324.1C686.456 -1324.55 681.658 -1324.84 676.709 -1321.73C671.478 -1318.46 668.005 -1312.62 666.398 -1304.39C662.274 -1283.21 674.907 -1254.63 684.676 -1236.59C675.472 -1237.03 668.178 -1232.21 665.4 -1223.42C656.348 -1194.9 681.485 -1169.6 699.849 -1151.13C705.449 -1145.48 710.746 -1140.17 714.132 -1135.74C714.154 -1135.7 714.197 -1135.63 714.219 -1135.61C713.198 -1133.66 712.569 -1131.94 712.308 -1130.31C709.508 -1112.47 705.037 -1097.72 700.695 -1083.46C689.56 -1046.69 679.922 -1014.94 703.799 -953.044C727.503 -891.712 677.056 -814.688 630.495 -754.462C582.979 -693.021 549.615 -686.424 499.125 -676.484C484.212 -673.532 467.346 -670.212 448.461 -665.133C420.72 -657.689 392.957 -653.088 363.587 -648.227C324.84 -641.803 284.748 -635.162 240.813 -621.293C223.947 -615.976 208.861 -610.789 195.229 -605.559C193.015 -604.712 190.8 -603.844 188.608 -602.976C162.581 -592.602 142.22 -582.076 125.332 -570.378C119.537 -600.589 96.0064 -695.105 15.6909 -796.241C98.0469 -857.182 189.65 -928.194 255.444 -997.535C332.85 -1079.14 342.966 -1133.92 351.084 -1177.95C356.315 -1206.32 360.44 -1228.71 382.212 -1251.33C466.608 -1339.07 465.458 -1522.27 464.828 -1620.69C464.785 -1628.46 464.741 -1635.69 464.741 -1642.31C464.741 -1691.98 491.007 -1724.8 514.19 -1753.73C536.179 -1781.21 556.952 -1807.14 545.621 -1839.87C541.779 -1850.94 558.385 -1869.45 573.037 -1885.77C579.223 -1892.65 585.193 -1899.4 590.316 -1906.06C593.811 -1905.35 597.588 -1904.48 601.473 -1903.59C626.935 -1897.71 661.818 -1889.68 681.289 -1912.33C687.215 -1919.21 687.432 -1928.03 682.31 -1935.6C702.844 -1936.79 733.885 -1941.09 749.709 -1955.7C755.874 -1961.38 759.022 -1967.42 759 -1973.62C759 -1978.7 756.742 -1982.87 754.42 -1985.32L750.708 -1990.18C772.632 -1999.25 821.624 -2022.09 835.408 -2049.65C845.328 -2069.53 837.839 -2079.51 834.149 -2082.9C832.825 -2084.13 831.653 -2084.81 831.067 -2085.09L817.587 -2092.32C828.961 -2113.11 854.293 -2169.75 816.979 -2207.65L815.525 -2208.99C774.607 -2243.37 720.231 -2213.64 700.413 -2200.61L692.078 -2213.59C691.817 -2214.03 691.014 -2215.18 689.625 -2216.46C685.956 -2219.8 675.407 -2226.38 656.5 -2214.98C630.104 -2199.07 611.219 -2148.42 603.904 -2125.83L598.651 -2129.23C596.632 -2130.8 592.486 -2133.27 586.691 -2132.79C580.548 -2132.29 574.795 -2128.69 569.629 -2122.11C556.301 -2105.16 554.478 -2073.87 554.912 -2053.29C546.945 -2057.94 538.284 -2057.01 531.794 -2050.47C510.738 -2029.27 521.505 -1995.13 529.363 -1970.22C531.772 -1962.6 534.03 -1955.44 535.007 -1949.9C535.289 -1948.36 535.397 -1945.93 535.419 -1942.94C466.478 -1894.23 350.976 -1763 332.438 -1631.28C321.324 -1552.3 280.797 -1453.12 215.264 -1344.46C145.259 -1228.39 71.7164 -1140.99 43.3455 -1108.81C6.57405 -1067.11 -52.4687 -1029.18 -114.985 -989.028C-132.263 -977.937 -150.085 -966.5 -167.841 -954.693C-185.597 -966.478 -203.419 -977.916 -220.697 -989.028C-283.213 -1029.18 -342.277 -1067.11 -379.027 -1108.81C-407.398 -1140.99 -480.941 -1228.39 -550.946 -1344.46C-616.479 -1453.12 -657.006 -1552.3 -668.12 -1631.28C-686.983 -1765.28 -806.153 -1898.73 -874.595 -1945.34C-874.53 -1947.21 -874.422 -1948.8 -874.226 -1949.9C-873.228 -1955.41 -870.97 -1962.6 -868.583 -1970.22C-860.725 -1995.13 -849.98 -2029.27 -871.014 -2050.47C-877.504 -2057.01 -886.143 -2057.92 -894.11 -2053.29C-893.697 -2073.87 -895.521 -2105.16 -908.849 -2122.11C-914.015 -2128.69 -919.746 -2132.29 -925.889 -2132.79C-931.706 -2133.27 -935.852 -2130.82 -937.871 -2129.23L-943.124 -2125.83C-950.439 -2148.4 -969.346 -2199.05 -995.72 -2214.98C-1014.63 -2226.38 -1025.18 -2219.82 -1028.84 -2216.46C-1030.26 -2215.18 -1031.04 -2214.03 -1031.3 -2213.59L-1039.63 -2200.61C-1059.45 -2213.64 -1113.83 -2243.37 -1154.74 -2208.99L-1156.2 -2207.65C-1193.51 -2169.75 -1168.18 -2113.11 -1156.81 -2092.32L-1170.29 -2085.09C-1170.85 -2084.79 -1172.02 -2084.11 -1173.37 -2082.9C-1177.06 -2079.53 -1184.55 -2069.53 -1174.61 -2049.65C-1160.82 -2022.09 -1111.83 -1999.25 -1089.91 -1990.18L-1093.62 -1985.32C-1095.94 -1982.87 -1098.2 -1978.72 -1098.2 -1973.62C-1098.22 -1967.44 -1095.07 -1961.38 -1088.91 -1955.7C-1073.08 -1941.09 -1042.04 -1936.79 -1021.51 -1935.6C-1026.63 -1928.05 -1026.41 -1919.24 -1020.49 -1912.33C-1001.02 -1889.65 -966.133 -1897.71 -940.671 -1903.59C-935.592 -1904.76 -930.751 -1905.85 -926.41 -1906.65C-921.222 -1899.79 -915.057 -1892.87 -908.697 -1885.77C-894.045 -1869.45 -877.439 -1850.94 -881.281 -1839.87C-892.612 -1807.14 -871.86 -1781.21 -849.85 -1753.73C-826.667 -1724.78 -800.401 -1691.96 -800.401 -1642.31C-800.401 -1635.69 -800.444 -1628.46 -800.488 -1620.69C-801.117 -1522.27 -802.268 -1339.07 -717.872 -1251.33C-696.1 -1228.71 -691.975 -1206.32 -686.744 -1177.95C-678.626 -1133.92 -668.51 -1079.14 -591.103 -997.535C-525.288 -928.173 -433.707 -857.182 -351.307 -796.154C-433.837 -692.24 -456.39 -595.337 -461.383 -567.948C-488.517 -587.567 -525.093 -603.888 -580.163 -621.228C-624.12 -635.075 -664.19 -641.738 -702.959 -648.162C-732.328 -653.023 -760.091 -657.646 -787.833 -665.068C-806.718 -670.125 -823.606 -673.467 -838.497 -676.419C-888.987 -686.38 -922.351 -692.956 -969.867 -754.397C-976.574 -763.057 -983.976 -771.76 -991.118 -780.18C-1029.39 -825.17 -1068.96 -871.68 -1043 -953.543C-1022.79 -1017.24 -1031.36 -1048.62 -1041.3 -1084.93C-1045.06 -1098.69 -1048.95 -1112.93 -1051.68 -1130.27C-1052.09 -1132.94 -1053.53 -1135.87 -1056.13 -1139.62C-1055.76 -1140.21 -1055.39 -1140.75 -1055.09 -1141.16C-1051.7 -1145.59 -1046.41 -1150.93 -1040.81 -1156.55C-1022.44 -1175.02 -997.283 -1200.31 -1006.36 -1228.84C-1009.16 -1237.66 -1016.43 -1242.45 -1025.63 -1242.02C-1015.86 -1260.05 -1003.23 -1288.66 -1007.35 -1309.82C-1008.94 -1318.04 -1012.41 -1323.88 -1017.67 -1327.16C-1022.61 -1330.26 -1027.43 -1330 -1029.95 -1329.55L-1036.18 -1328.96C-1032.4 -1352.36 -1026.11 -1406.01 -1042.35 -1432.31C-1053.98 -1451.15 -1066.38 -1450.21 -1071.15 -1448.91C-1072.97 -1448.43 -1074.21 -1447.78 -1074.65 -1447.52L-1087.97 -1439.86C-1099.67 -1460.57 -1134.51 -1512.05 -1186.61 -1500.48L-1188.52 -1499.96C-1239.01 -1483.59 -1242.31 -1421.68 -1241.68 -1397.98L-1256.96 -1397.8C-1257.61 -1397.8 -1258.96 -1397.74 -1260.72 -1397.28C-1265.54 -1396 -1276.78 -1390.6 -1277 -1368.39C-1277.3 -1337.6 -1244.09 -1294.71 -1228.72 -1276.53L-1234.24 -1273.92C-1237.43 -1272.81 -1241.31 -1270.19 -1243.66 -1265.67C-1246.5 -1260.18 -1246.46 -1253.39 -1243.55 -1245.49C-1236.12 -1225.22 -1210.47 -1207.08 -1192.73 -1196.53C-1200.74 -1192.19 -1204.58 -1184.29 -1202.43 -1175.43C-1195.42 -1146.33 -1160.71 -1137.35 -1135.38 -1130.79C-1131.82 -1129.88 -1128.37 -1128.97 -1125.16 -1128.06C-1123.03 -1120 -1120.64 -1111.82 -1118.13 -1103.42C-1108.66 -1071.95 -1098.87 -1039.42 -1106.42 -1014.14C-1109.23 -1004.78 -1111.94 -995.994 -1114.54 -987.595C-1137.73 -912.742 -1151.73 -867.556 -1116.82 -747.409C-1086.3 -642.324 -1009.46 -570.986 -881.932 -529.295C-826.732 -511.238 -769.708 -486.149 -707.626 -452.553L-699.79 -448.321C-651.275 -422.148 -590.908 -389.593 -557.979 -347.251C-481.419 -248.741 -457.953 -83.2783 -461.123 28.4483C-463.836 123.724 -486.802 219.868 -527.567 306.506C-544.52 342.555 -563.709 383.421 -593.318 409.074C-608.86 422.551 -626.377 432.448 -644.937 442.908C-663.17 453.196 -682.034 463.83 -698.726 478.132C-722.039 498.077 -739.166 513.986 -754.296 529.699C-769.252 545.238 -821.305 557.869 -852.389 565.4C-861.007 567.483 -868.431 569.285 -873.879 570.826C-942.885 590.423 -948.421 676.866 -948.616 680.555C-948.833 684.701 -946.402 688.52 -942.56 690.061C-938.739 691.58 -934.311 690.539 -931.598 687.392C-918.096 671.701 -876.831 630.986 -848.265 630.986C-826.08 630.986 -800.553 625.495 -782.298 620.655C-786.205 623.802 -791.415 626.819 -798.361 629.228C-832.766 641.143 -870.319 710.874 -874.487 718.774C-876.31 722.225 -875.876 726.414 -873.402 729.43C-870.927 732.447 -866.911 733.663 -863.156 732.577C-860.052 731.666 -786.769 709.724 -759.071 686.698C-751.148 680.1 -738.059 679.948 -722.886 679.752C-701.201 679.492 -678.083 678.103 -661.89 661.913C-653.142 653.145 -647.455 642.163 -640.183 632.549C-630.892 620.243 -621.688 613.602 -611.573 605.051C-585.85 583.283 -556.546 562.644 -527.307 546.149C-521.663 542.981 -515.976 539.877 -510.245 536.861C-507.011 535.146 -495.55 531.543 -493.943 528.461C-497.438 535.124 -501.324 542.851 -505.318 551.293C-505.6 551.749 -505.795 552.031 -505.709 552.139C-520.838 584.26 -537.553 627.166 -542.393 668.055C-544.738 687.804 -569.679 704.885 -587.891 717.342L-592.731 720.684C-597.008 723.636 -601.306 726.479 -605.539 729.279C-629.894 745.339 -655.052 761.963 -663.865 796.145C-669.704 818.76 -672.656 844.586 -672.656 872.865C-672.656 877.509 -669.357 881.502 -664.82 882.371C-660.262 883.239 -655.725 880.765 -653.988 876.468C-646.977 858.997 -623.664 811.012 -600.242 798.858C-586.458 791.696 -573.76 791.696 -560.345 791.696C-545.628 791.696 -530.433 791.696 -514.826 781.973C-497.959 771.469 -483.85 751.871 -474.928 737.179C-465.225 765.132 -460.319 793.476 -467.635 799.162C-492.424 818.477 -487.8 863.468 -487.193 868.524C-486.758 872.105 -484.371 875.144 -480.985 876.424C-477.62 877.683 -473.799 876.989 -471.108 874.579C-456.477 861.471 -442.259 846.018 -428.801 828.7C-416.276 812.553 -407.659 798.576 -401.667 784.729C-396.371 772.489 -394.352 760.032 -392.399 747.986C-391.856 744.666 -391.313 741.432 -390.619 738.264C-389.62 733.359 -388.557 728.693 -387.428 724.179C-383.521 710.831 -377.117 696.659 -368.673 683.008C-351.894 655.879 -328.19 634.003 -300.123 619.722C-288.944 614.036 -278.785 609.045 -269.755 604.769C-269.863 613.168 -272.338 627.557 -273.553 634.61C-276.332 650.714 -277.461 657.377 -269.646 660.914C-266.325 662.412 -261.072 662.412 -257.121 657.485C-246.42 644.16 -238.801 640.622 -230.726 636.889C-222.911 633.265 -214.055 629.185 -204.569 617.075C-200.184 611.475 -197.015 607.721 -194.692 605.203C-194.15 608.958 -193.629 613.558 -193.129 617.878C-192.326 624.931 -191.328 633.699 -189.808 643.443C-188.636 651.061 -192.196 667.382 -195.951 684.657C-200.922 707.489 -207.13 735.876 -206.262 761.269C-205.242 790.85 -166.3 864.401 -149.607 894.655C-145.982 901.209 -140.208 906.005 -133.305 908.176C-131.569 908.718 -129.897 909 -128.291 909C-125.86 909 -123.624 908.349 -121.605 907.069C-115.05 902.902 -113.335 895.197 -109.406 866.614C-107.756 854.613 -108.777 836.665 -109.949 815.873C-111.946 780.693 -114.702 732.512 -101.353 718.644C-66.8821 682.813 -47.8452 634.024 -40.3563 611.367C-9.61939 631.008 46.7751 671.831 59.1263 702.866C71.9985 735.203 89.3423 752.392 104.646 767.563C125.094 787.833 139.854 802.483 135.469 847.798C134.883 853.897 138.812 859.019 144.586 859.756C144.89 859.8 145.194 859.822 145.52 859.822C159.477 859.822 184.57 823.404 187.197 806.714C192.776 771.122 175.063 732.469 163.341 706.881C161.648 703.213 159.781 699.111 158.262 695.574C173.261 699.415 193.948 713.935 211.205 726.067C227.007 737.179 241.942 747.639 254.749 752.587C290.63 766.39 302.938 808.972 303.068 809.384C304.241 813.659 307.974 816.611 312.598 816.481C317.026 816.394 320.825 813.291 321.823 808.972C322.843 804.523 346.287 699.763 283.402 667.056C265.624 657.833 259.155 645.809 252.318 633.113C245.111 619.701 236.927 604.509 215.503 594.981L207.406 591.378C189.867 583.63 189.867 583.63 183.225 575.991C180.077 572.388 175.779 567.44 168.724 560.126C162.473 553.615 153.79 543.328 148.342 535.71C166.988 535.797 201.176 538.575 224.706 556.068C242.376 569.198 258.591 576.772 271.615 582.849C286.701 589.902 297.598 595.003 304.783 604.942C313.748 617.357 321.91 613.038 324.189 611.41C336.649 602.534 324.363 559.822 314.595 539.161C314.682 539.183 314.747 539.183 314.833 539.204C316.201 539.443 317.352 539.617 318.155 539.704C334.391 541.548 349.413 546.084 368.428 554.831C384.317 562.145 402.811 570.174 421.11 572.887L427.08 573.755C458.989 578.27 507.2 585.128 529.319 633.721C531.186 637.823 536.852 650.302 548.009 648.131C552.85 647.177 563.811 645.05 567.111 591.769C580.634 591.856 602.124 593.397 614.367 599.755C616.624 600.928 623.505 604.487 629.431 600.385C632.774 598.085 634.446 594.178 633.946 589.968C632.253 575.882 591.032 536.014 553.436 521.56C530.665 512.814 506.592 504.849 483.301 497.166C420.633 476.461 355.816 455.041 304.61 414.955C242.311 366.189 193.08 293.636 165.989 210.709C123.596 80.8607 119.862 -69.5187 155.744 -201.863C169.224 -251.541 187.675 -319.536 226.595 -356.995C271.897 -400.575 324.58 -428.984 380.367 -459.086L386.662 -462.493C434.221 -488.189 486.665 -510.522 547.032 -530.771C671.955 -572.679 747.365 -643.561 777.516 -747.431C813.788 -872.722 810.445 -952.024 765.078 -1040.03ZM844.959 -1173.83C841.855 -1160.91 828.462 -1154.06 817.088 -1149.72C805.04 -1145.11 792.233 -1142.99 780.294 -1138.08C774.499 -1135.7 769.007 -1132.61 763.862 -1129.01C758.631 -1125.34 752.227 -1119.74 748.038 -1114.97C750.686 -1120.79 757.003 -1128.01 761.062 -1132.9C765.273 -1137.97 769.723 -1142.84 774.173 -1147.72C783.898 -1158.44 794.057 -1168.77 804.563 -1178.69C807.319 -1181.27 810.358 -1184.35 813.159 -1186.89L838.252 -1178.15C838.252 -1178.15 840.9 -1177.19 840.922 -1177.19C845.48 -1175.95 845.133 -1174.57 844.959 -1173.83ZM829.005 -1196.59L822.276 -1194.55C840.661 -1210.18 861.022 -1225.13 883.315 -1239.41C871.528 -1221.25 845.979 -1203.08 829.005 -1196.59ZM867.751 -1273.88L859.915 -1265.39L886.398 -1252.93C829.157 -1217.43 783.854 -1177.63 751.077 -1133.81C753.79 -1141.62 756.938 -1150.84 760.324 -1161.17C764.123 -1172.66 768.225 -1185.57 772.48 -1199.35L775.432 -1202.76C805.257 -1237.11 843.244 -1269.49 888.937 -1299.7C880.776 -1288.74 872.831 -1279.37 867.751 -1273.88ZM917.026 -1373.47C918.003 -1371.61 918.98 -1368.29 919.045 -1362.66C919.153 -1350.86 912.099 -1335.36 902.938 -1320.37C853.49 -1289.72 812.095 -1256.73 779.166 -1221.57C781.879 -1230.78 784.766 -1240.15 787.414 -1249.79C789.216 -1256.17 791.039 -1262.66 792.863 -1269.13L793.926 -1270.36C825.814 -1307.06 867.079 -1341.48 917.026 -1373.47ZM883.294 -1385L882.338 -1375.84L902.33 -1375.62C861.76 -1348.82 827.073 -1320.32 798.68 -1290.2C801.003 -1298.92 803.325 -1307.65 805.605 -1316.24C808.036 -1325.23 810.206 -1334.08 812.377 -1342.76L814.439 -1345.13C833.91 -1367.57 856.963 -1389.12 883.228 -1409.83C884.314 -1395.83 883.315 -1385.28 883.294 -1385ZM881.883 -1421.24C857.701 -1402.58 836.168 -1383.2 817.413 -1363.08C818.716 -1368.48 819.953 -1373.78 821.168 -1378.92C823.491 -1388.56 825.51 -1397.74 827.377 -1406.2C827.941 -1408.76 828.484 -1411.21 829.026 -1413.64L830.394 -1415.23C842.311 -1428.97 855.748 -1442.38 870.313 -1455.51C876.651 -1445.03 880.081 -1432.68 881.883 -1421.24ZM711.809 -1163.04C695.616 -1179.32 675.472 -1199.59 681.441 -1218.36C681.68 -1219.14 682.071 -1220.34 686.065 -1219.27L688.127 -1218.84L699.805 -1216.24L719.993 -1212L708.662 -1229.19C700.109 -1242.15 678.836 -1280.3 682.917 -1301.22C683.243 -1302.85 683.655 -1304.54 684.437 -1306C684.697 -1306.48 685.023 -1307.06 685.587 -1307.26C685.652 -1307.28 685.739 -1307.3 685.804 -1307.3C686.021 -1307.32 686.282 -1307.32 686.521 -1307.3C687.042 -1307.26 687.563 -1307.21 688.084 -1307.15C688.887 -1307.08 689.668 -1307 690.471 -1306.93C691.47 -1306.84 692.49 -1306.74 693.489 -1306.65C694.639 -1306.54 695.789 -1306.43 696.94 -1306.32C698.177 -1306.22 699.393 -1306.09 700.63 -1305.98C701.867 -1305.87 703.105 -1305.74 704.342 -1305.63C705.514 -1305.52 706.686 -1305.41 707.858 -1305.28C708.9 -1305.2 709.942 -1305.09 711.006 -1305C711.853 -1304.91 712.699 -1304.85 713.546 -1304.76C714.132 -1304.72 714.718 -1304.65 715.304 -1304.61C715.564 -1304.59 715.825 -1304.57 716.085 -1304.54L713.741 -1315.79C709.465 -1336.4 701.498 -1394.98 715.695 -1418.01C719.776 -1424.65 723.118 -1426.67 724.768 -1427.06C725.202 -1427.17 725.658 -1427.08 726.027 -1426.84L754.072 -1410.74L758.001 -1419.14C758.327 -1419.83 791.647 -1489.65 841.508 -1478.58L842.658 -1478.28C851.862 -1475.28 859.004 -1470.07 864.582 -1463.56C853.295 -1453.45 842.789 -1443.12 833.02 -1432.63C836.819 -1451.39 839.75 -1459.42 837.123 -1459.96C835.3 -1460.33 830.394 -1441.27 819.649 -1408.28C816.936 -1400.04 814.005 -1391.12 811.096 -1381.63C808.144 -1372.15 804.975 -1362.17 801.936 -1351.77C798.897 -1341.37 795.576 -1330.7 792.537 -1319.74C789.455 -1308.8 786.329 -1297.69 783.203 -1286.57C780.229 -1275.42 777.255 -1264.26 774.325 -1253.28C771.329 -1242.32 768.768 -1231.43 766.076 -1220.92C760.845 -1199.91 756.221 -1180.23 752.531 -1163.28C747.843 -1142.25 744.608 -1125.47 742.828 -1115.77C742.676 -1115.77 742.698 -1115.77 742.546 -1115.77C737.749 -1127.51 732.018 -1140.23 727.547 -1146.05C723.466 -1151.32 717.822 -1157.03 711.809 -1163.04ZM527.322 -1833.53C534.79 -1811.96 522.113 -1794.62 499.06 -1765.84C475.139 -1735.95 445.379 -1698.78 445.379 -1642.31C445.379 -1635.67 445.422 -1628.37 445.466 -1620.56C446.073 -1524.89 447.202 -1346.82 368.254 -1264.76C342.466 -1237.94 337.626 -1211.79 332.047 -1181.47C324.385 -1139.95 314.855 -1088.3 241.399 -1010.86C176.148 -942.106 84.5886 -871.289 2.42804 -810.456C0.365905 -812.973 -1.71796 -815.491 -3.93207 -818.009C-9.51074 -824.389 -15.2848 -830.575 -21.1674 -836.63C60.9281 -897.289 153.096 -968.236 217.5 -1036.17C283.619 -1105.85 291.368 -1147.76 298.836 -1188.28C304.653 -1219.86 311.274 -1255.63 344.55 -1290.2C413.318 -1361.71 412.189 -1536.35 411.646 -1620.28C411.603 -1628.18 411.559 -1635.54 411.559 -1642.26C411.559 -1668 416.292 -1691.9 426.06 -1715.29C440.104 -1748.8 458.989 -1783.33 482.129 -1817.93C497.345 -1840.67 519.508 -1872.36 544.21 -1899.92C545.795 -1899.79 547.401 -1899.86 548.964 -1900.38C554.434 -1902.18 559.579 -1903.7 564.159 -1904.89C562.314 -1902.81 560.469 -1900.72 558.645 -1898.68C539.5 -1877.41 519.747 -1855.39 527.322 -1833.53ZM-62.7361 -882.119C-54.4224 -887.653 -46.0651 -893.187 -37.7079 -898.722C34.5109 -946.49 109.204 -995.864 168.269 -1062.82L171.633 -1066.64C206.885 -1106.55 243.331 -1147.83 259.546 -1199.24L261.109 -1204.23C271.224 -1236.66 292.258 -1304.09 338.386 -1359.32C366.93 -1393.5 390.482 -1465.06 401.249 -1540.13C398.405 -1454.38 386.249 -1347.58 337.539 -1296.95C302.244 -1260.27 295.362 -1222.98 289.285 -1190.06C282.056 -1150.93 274.589 -1110.46 210.445 -1042.85C146.236 -975.159 53.9168 -904.169 -28.1353 -843.553C-40.7253 -856.075 -53.7929 -867.947 -67.1209 -879.167C-65.6666 -880.144 -64.1904 -881.142 -62.7361 -882.119ZM-68.0976 -890.171C-70.3551 -888.673 -72.6343 -887.132 -74.8919 -885.613C-87.2214 -895.705 -99.6595 -905.298 -112.076 -914.413C-101.874 -921.032 -91.6713 -927.63 -81.5559 -934.119C-15.2848 -976.7 47.3179 -1016.92 89.9285 -1065.25C189.976 -1178.75 366.778 -1423.76 394.693 -1621.97C395.453 -1627.42 396.473 -1632.95 397.667 -1638.55C401.184 -1528.13 366.561 -1408.18 330.962 -1365.53C283.619 -1308.82 262.173 -1240.13 251.884 -1207.12L250.342 -1202.17C234.735 -1152.71 198.984 -1112.21 164.405 -1073.06L161.04 -1069.24C102.822 -1003.24 28.6717 -954.216 -43.0262 -906.795C-51.405 -901.239 -59.7621 -895.727 -68.0976 -890.171ZM668.461 -1923.36C655.632 -1908.45 627.695 -1914.87 605.25 -1920.06C596.936 -1921.97 589.1 -1923.79 582.436 -1924.44C580.504 -1924.64 578.138 -1924.57 575.468 -1924.31C597.088 -1934.47 620.532 -1942.83 645.733 -1949.34L665.877 -1928.61L666.377 -1928.22L666.398 -1928.22C669.893 -1925.01 668.96 -1923.95 668.461 -1923.36ZM663.251 -1952.14L657.802 -1952.29C681.224 -1957.69 706.1 -1961.6 732.387 -1964.01C713.654 -1953.31 677.165 -1951.72 663.251 -1952.14ZM734.297 -2001.88L723.487 -1997.95L741.287 -1974.64C674.343 -1969.48 616.017 -1954.98 566.959 -1931.13C572.928 -1936.82 579.918 -1943.59 587.646 -1951.23C596.263 -1959.69 605.793 -1969.3 615.821 -1979.59L619.989 -1981.24C662.1 -1998.04 710.55 -2009.3 764.839 -2015.1C752.64 -2009.11 741.309 -2004.42 734.297 -2001.88ZM823.426 -2067.75C823.448 -2065.64 822.797 -2062.24 820.279 -2057.2C815.004 -2046.63 801.654 -2036.08 786.698 -2026.99C728.893 -2022.56 677.143 -2012.32 631.906 -1996.24C638.505 -2003.16 645.343 -2010.17 652.093 -2017.55C656.587 -2022.39 661.167 -2027.34 665.747 -2032.24L667.267 -2032.85C712.265 -2050.82 764.557 -2062.37 823.426 -2067.75ZM811.379 -2076.47C763.189 -2071.35 719.428 -2062.02 680.508 -2048.32C686.542 -2055.01 692.599 -2061.72 698.525 -2068.31C704.776 -2075.17 710.724 -2082.07 716.628 -2088.8L719.537 -2089.97C747.039 -2100.93 777.299 -2109.48 810.033 -2115.78C804.628 -2102.82 798.941 -2093.88 798.767 -2093.64L793.753 -2085.94L811.379 -2076.47ZM814.07 -2126.54C784.115 -2121.09 756.178 -2113.8 730.369 -2104.56C733.994 -2108.77 737.51 -2112.93 740.94 -2116.95C747.409 -2124.46 753.378 -2131.69 758.891 -2138.35C760.563 -2140.37 762.169 -2142.3 763.732 -2144.23L765.664 -2145.01C782.509 -2151.74 800.525 -2157.47 819.454 -2162.42C820.279 -2150.13 817.674 -2137.55 814.07 -2126.54ZM543.82 -2038.56C544.406 -2039.14 545.296 -2040.03 548.335 -2037.23L549.181 -2036.37L559.145 -2028.18L575.121 -2015.1L572.907 -2035.63C571.235 -2051.1 569.781 -2094.92 582.935 -2111.65C585.779 -2115.28 587.733 -2116.02 588.232 -2115.91L588.471 -2115.69L613.824 -2099.3L616.907 -2110.39C622.529 -2130.73 642.173 -2186.55 665.27 -2200.48C673.236 -2205.28 677.23 -2204.69 678.164 -2204.04L695.985 -2176.26L703.3 -2181.91C703.908 -2182.38 765.295 -2229.13 804.454 -2196.23L805.322 -2195.43C812.117 -2188.53 816.067 -2180.56 818.064 -2172.18C803.456 -2168.39 789.411 -2164.07 775.975 -2159.23C787.87 -2174.22 794.838 -2183.6 794.838 -2183.6C794.838 -2183.6 777.538 -2168.17 752.944 -2143.8C746.779 -2137.72 740.093 -2131.12 733.19 -2124.02C726.244 -2116.95 718.864 -2109.55 711.44 -2101.67C703.995 -2093.81 696.18 -2085.85 688.474 -2077.49C680.747 -2069.18 672.91 -2060.74 665.053 -2052.27C657.325 -2043.72 649.597 -2035.15 642 -2026.73C634.337 -2018.35 627.109 -2009.82 619.946 -2001.73C605.728 -1985.45 592.66 -1970.04 581.633 -1956.67C567.914 -1940.16 557.386 -1926.72 551.374 -1918.91C551.265 -1918.87 551.178 -1918.85 551.07 -1918.82C552.177 -1931.52 552.915 -1945.6 551.612 -1952.88C550.44 -1959.45 548.009 -1967.13 545.448 -1975.27C538.566 -1997.26 529.949 -2024.6 543.82 -2038.56ZM-104.5 -972.729C-40.8121 -1013.64 19.3377 -1052.27 57.8891 -1096C154.593 -1205.71 325.275 -1441.32 351.627 -1628.59C367.95 -1744.55 468.041 -1865.67 534.051 -1917.93C533.899 -1916.24 533.748 -1914.53 533.552 -1912.75C533.27 -1909.9 533.986 -1907.13 535.549 -1904.87C510.999 -1877.24 489.14 -1845.95 474.032 -1823.35C450.588 -1788.3 431.443 -1753.25 417.16 -1719.22C400.12 -1685.65 389.332 -1653.38 385.099 -1623.29C357.509 -1427.36 181.987 -1184.33 82.635 -1071.61C40.9144 -1024.29 -21.124 -984.426 -86.8741 -942.171C-97.9446 -935.052 -109.189 -927.825 -120.433 -920.49C-130.961 -928.042 -141.315 -935.226 -151.517 -942.149C-135.715 -952.61 -119.89 -962.832 -104.5 -972.729ZM-687.265 -1628.59C-660.913 -1441.32 -490.232 -1205.69 -393.527 -1096C-354.976 -1052.27 -294.826 -1013.64 -231.138 -972.729C-220.285 -965.762 -209.431 -958.795 -198.621 -951.763C-191.48 -947.119 -184.555 -942.149 -177.24 -937.765C-170.489 -933.728 -163.825 -930.147 -157.313 -925.72C-144.289 -916.844 -131.395 -907.772 -118.718 -898.396C-91.9318 -878.581 -66.0789 -857.378 -42.3098 -833.982C-33.4317 -825.257 -24.8792 -816.251 -16.674 -806.897C-5.19104 -793.81 4.75061 -779.095 14.9745 -765.053C25.5024 -750.621 35.3791 -735.668 44.496 -720.302C59.6909 -694.736 72.932 -667.998 83.8288 -640.327C91.2526 -621.467 97.6561 -602.151 102.605 -582.489C104.624 -574.459 106.513 -566.342 107.728 -557.986C107.75 -557.747 107.837 -557.53 107.88 -557.313C97.5477 -549.912 87.2802 -542.078 76.8609 -533.787L75.6236 -539.582C68.3735 -573.721 61.5142 -605.971 48.0125 -637.939C33.903 -671.405 15.756 -704.047 -5.90747 -734.951C-36.4056 -778.466 -75.2826 -818.811 -124.796 -858.332C-156.727 -883.833 -191.545 -905.884 -225.19 -927.217C-233.048 -932.187 -240.906 -937.179 -248.721 -942.193C-314.449 -984.405 -376.553 -1024.27 -418.295 -1071.65C-508.27 -1173.7 -687.243 -1420.37 -720.759 -1623.45C-723.95 -1642.81 -746.438 -1693.2 -770.185 -1740.69C-779.107 -1759.74 -789.96 -1780.6 -802.832 -1802.54C-811.971 -1818.77 -819.72 -1831.38 -824.583 -1837.55C-839.148 -1859.73 -855.797 -1882.62 -874.378 -1905.54C-873.098 -1907.67 -872.49 -1910.16 -872.75 -1912.75C-873.054 -1915.57 -873.293 -1918.28 -873.51 -1920.91C-807.608 -1870.38 -703.914 -1746.78 -687.265 -1628.59ZM17.9918 -583.617C-28.5695 -717.351 -146.373 -809.979 -266.716 -890.171C-275.029 -895.727 -283.387 -901.239 -291.765 -906.773C-363.463 -954.194 -437.614 -1003.22 -495.832 -1069.22C-500 -1073.93 -504.254 -1078.68 -508.509 -1083.44C-540.591 -1119.18 -573.738 -1156.16 -585.069 -1201.87C-602.131 -1270.8 -631.218 -1318.63 -659.35 -1364.9C-698.401 -1429.12 -734.586 -1499.18 -737.69 -1601.18C-737.907 -1607.93 -737.647 -1614.35 -737.603 -1620.28C-737.538 -1628.2 -737.495 -1635.56 -737.495 -1642.31C-737.495 -1643.22 -737.538 -1644.24 -737.625 -1645.35C-733.761 -1635.21 -731.156 -1627.05 -730.31 -1621.86C-696.447 -1416.64 -516.15 -1168.03 -425.545 -1065.25C-382.891 -1016.87 -320.245 -976.635 -253.93 -934.054C-246.094 -929.019 -238.236 -924.049 -230.357 -919.057C-196.928 -897.854 -162.349 -875.934 -130.809 -850.78C-82.0334 -811.867 -43.786 -772.15 -13.8088 -729.417C7.46392 -699.077 25.2636 -667.043 39.1126 -634.185C52.2453 -603.063 59.0179 -571.246 66.1594 -537.564L68.4169 -527.016C61.5358 -521.438 54.568 -515.709 47.4481 -509.806C43.9533 -506.897 40.6321 -503.881 37.2458 -500.907C36.8768 -502.882 36.5078 -504.77 36.1388 -506.767C31.4718 -531.747 26.1971 -560.048 17.9918 -583.617ZM28.8235 -493.268C15.1048 -480.376 2.51482 -466.856 -8.85957 -452.944C-15.6104 -574.198 -96.9896 -671.818 -166.278 -733.628C-205.22 -768.331 -247.505 -799.431 -288.423 -829.489L-306.504 -842.815C-388.752 -903.518 -481.505 -974.769 -546.083 -1042.83C-610.205 -1110.43 -617.694 -1150.91 -624.923 -1190.06C-631.001 -1222.96 -637.882 -1260.27 -673.177 -1296.93C-715.484 -1340.9 -731.851 -1437.39 -736.843 -1515.56C-722.17 -1457.05 -694.602 -1404.2 -667.598 -1359.82C-639.835 -1314.18 -611.139 -1267 -594.446 -1199.52C-582.551 -1151.45 -548.58 -1113.58 -515.715 -1076.95C-511.461 -1072.21 -507.228 -1067.51 -503.082 -1062.8C-443.996 -995.842 -369.324 -946.446 -297.084 -898.678C-288.726 -893.144 -280.369 -887.631 -272.056 -882.097C-153.124 -802.838 -36.753 -711.447 8.8532 -580.405C16.8196 -557.552 21.8122 -530.814 26.6312 -504.966C27.3475 -500.972 28.1072 -497.131 28.8235 -493.268ZM-1144.46 -2195.47L-1143.59 -2196.27C-1104.43 -2229.15 -1043.04 -2182.43 -1042.43 -2181.95L-1035.12 -2176.31L-1017.3 -2204.09C-1016.36 -2204.74 -1012.39 -2205.32 -1004.42 -2200.53C-981.328 -2186.59 -961.683 -2130.77 -956.061 -2110.44L-952.979 -2099.35L-927.625 -2115.73L-927.387 -2115.95C-926.887 -2116.06 -924.933 -2115.32 -922.09 -2111.7C-908.936 -2094.96 -910.39 -2051.15 -912.061 -2035.67L-914.276 -2015.14L-898.299 -2028.23L-888.358 -2036.41L-887.511 -2037.28C-884.45 -2040.08 -883.56 -2039.19 -882.996 -2038.6C-869.125 -2024.65 -877.743 -1997.3 -884.689 -1975.34C-887.25 -1967.2 -889.682 -1959.52 -890.854 -1952.94C-892.156 -1945.67 -891.418 -1931.58 -890.311 -1918.89C-890.42 -1918.93 -890.506 -1918.95 -890.615 -1918.98C-896.628 -1926.79 -907.156 -1940.22 -920.875 -1956.74C-931.88 -1970.11 -944.948 -1985.49 -959.187 -2001.79C-966.35 -2009.89 -973.579 -2018.4 -981.241 -2026.8C-988.839 -2035.22 -996.566 -2043.79 -1004.29 -2052.34C-1012.13 -2060.78 -1019.99 -2069.22 -1027.69 -2077.56C-1035.38 -2085.91 -1043.21 -2093.88 -1050.64 -2101.74C-1058.06 -2109.59 -1065.44 -2117.01 -1072.39 -2124.09C-1079.31 -2131.19 -1085.98 -2137.78 -1092.14 -2143.86C-1116.71 -2168.25 -1134.04 -2183.66 -1134.04 -2183.66C-1134.04 -2183.66 -1127.07 -2174.29 -1115.13 -2159.34C-1128.57 -2164.15 -1142.61 -2168.47 -1157.22 -2172.29C-1155.2 -2180.58 -1151.25 -2188.55 -1144.46 -2195.47ZM-1137.94 -2093.62C-1138.1 -2093.86 -1143.8 -2102.78 -1149.21 -2115.76C-1116.48 -2109.48 -1086.22 -2100.93 -1058.71 -2089.95L-1055.8 -2088.78C-1049.92 -2082.05 -1043.95 -2075.17 -1037.7 -2068.29C-1031.75 -2061.69 -1025.72 -2055.01 -1019.66 -2048.3C-1058.58 -2062 -1102.34 -2071.33 -1150.53 -2076.45L-1132.91 -2085.89L-1137.94 -2093.62ZM-1158.63 -2162.4C-1139.7 -2157.45 -1121.71 -2151.72 -1104.86 -2144.99L-1102.93 -2144.21C-1101.37 -2142.3 -1099.76 -2140.35 -1098.09 -2138.33C-1092.58 -2131.66 -1086.61 -2124.42 -1080.14 -2116.93C-1076.73 -2112.91 -1073.19 -2108.77 -1069.57 -2104.54C-1095.35 -2113.78 -1123.31 -2121.07 -1153.25 -2126.52C-1156.85 -2137.55 -1159.43 -2150.13 -1158.63 -2162.4ZM-1159.46 -2057.2C-1161.97 -2062.24 -1162.62 -2065.64 -1162.6 -2067.75C-1103.73 -2062.37 -1051.42 -2050.82 -1006.42 -2032.85L-1004.9 -2032.24C-1000.34 -2027.34 -995.763 -2022.39 -991.248 -2017.55C-984.519 -2010.19 -977.681 -2003.18 -971.061 -1996.24C-1016.28 -2012.32 -1068.05 -2022.56 -1125.85 -2026.99C-1140.83 -2036.08 -1154.16 -2046.63 -1159.46 -2057.2ZM-1073.47 -2001.88C-1080.49 -2004.42 -1091.79 -2009.09 -1104.02 -2015.1C-1049.73 -2009.32 -1001.28 -1998.06 -959.165 -1981.24L-954.998 -1979.59C-944.969 -1969.28 -935.44 -1959.69 -926.822 -1951.23C-919.116 -1943.59 -912.105 -1936.82 -906.135 -1931.13C-955.193 -1954.98 -1013.52 -1969.46 -1080.46 -1974.64L-1062.66 -1997.95L-1073.47 -2001.88ZM-1071.59 -1964.01C-1045.3 -1961.6 -1020.42 -1957.69 -997 -1952.29L-1002.45 -1952.14C-1016.34 -1951.73 -1052.83 -1953.31 -1071.59 -1964.01ZM-944.426 -1920.06C-966.871 -1914.9 -994.808 -1908.45 -1007.64 -1923.36C-1008.14 -1923.95 -1009.07 -1925.01 -1005.57 -1928.2L-1005.55 -1928.2L-1005.03 -1928.59L-984.888 -1949.32C-959.686 -1942.81 -936.265 -1934.45 -914.623 -1924.29C-917.293 -1924.55 -919.659 -1924.64 -921.591 -1924.42C-928.277 -1923.77 -936.113 -1921.97 -944.426 -1920.06ZM-577.016 -1010.86C-650.472 -1088.3 -660.001 -1139.95 -667.664 -1181.47C-673.264 -1211.79 -678.083 -1237.94 -703.871 -1264.76C-782.819 -1346.82 -781.69 -1524.89 -781.082 -1620.56C-781.039 -1628.37 -780.995 -1635.64 -780.995 -1642.31C-780.995 -1698.78 -810.755 -1735.95 -834.698 -1765.84C-857.729 -1794.62 -870.406 -1811.96 -862.939 -1833.53C-855.363 -1855.39 -875.138 -1877.41 -894.24 -1898.7C-895.673 -1900.31 -897.127 -1902 -898.603 -1903.65C-895.304 -1902.7 -891.766 -1901.63 -888.097 -1900.42C-886.187 -1899.79 -884.212 -1899.7 -882.323 -1900.05C-849.698 -1859.9 -823.345 -1819.55 -802.898 -1782.96C-796.19 -1770.53 -789.027 -1756.75 -781.929 -1742.62C-758.29 -1693.53 -747.176 -1655.87 -747.176 -1642.33C-747.176 -1635.6 -747.22 -1628.26 -747.285 -1620.3C-747.306 -1615.09 -747.35 -1609.51 -747.458 -1603.65C-747.436 -1602.79 -747.393 -1602 -747.371 -1601.16C-747.61 -1512.13 -744.05 -1356.65 -680.167 -1290.26C-646.89 -1255.69 -640.291 -1219.9 -634.452 -1188.33C-626.963 -1147.81 -619.236 -1105.9 -553.116 -1036.21C-488.039 -967.607 -394.851 -896.031 -312.257 -835.067L-294.153 -821.741C-253.431 -791.791 -211.32 -760.843 -172.725 -726.422C-102.677 -663.961 -20.0169 -564.323 -18.1067 -441.137C-29.9804 -425.511 -40.5082 -409.581 -49.6685 -393.652C-47.9971 -408.366 -47.0637 -423.905 -47.0637 -440.356C-47.0637 -445.804 -47.1723 -451.164 -47.3893 -456.416C-50.1461 -525.627 -87.3083 -594.881 -160.982 -668.128C-161.242 -668.389 -161.524 -668.562 -161.785 -668.779C-187.616 -694.107 -217.159 -717.85 -242.99 -738.207L-254.256 -746.953C-274.139 -762.341 -304.204 -785.584 -335.288 -808.546C-335.548 -808.72 -335.809 -808.85 -336.069 -809.002C-418.751 -870.161 -511.244 -941.542 -577.016 -1010.86ZM-66.448 -440.335C-66.448 -290.259 -148.608 -217.337 -167.841 -202.34C-187.073 -217.272 -269.19 -289.76 -269.19 -440.335C-269.19 -445.5 -269.082 -450.6 -268.886 -455.635C-266.412 -517.619 -233.331 -580.449 -167.841 -647.489C-102.329 -580.449 -69.2481 -517.597 -66.7735 -455.613C-66.5565 -450.6 -66.448 -445.522 -66.448 -440.335ZM-370.865 -341.89C-388.383 -387.423 -402.753 -436.189 -403.73 -480.745C-405.77 -576.412 -369.454 -672.838 -298.733 -759.866C-285.731 -749.926 -274.009 -740.855 -264.588 -733.584L-262.157 -731.696C-304.963 -684.145 -334.658 -635.639 -352.784 -583.596C-362.009 -557.118 -367.457 -529.013 -372.71 -501.841L-374.252 -493.832C-374.751 -489.969 -384.15 -410.862 -370.865 -341.89ZM-452.809 -393.543C-458.67 -402.42 -464.791 -411.057 -471.238 -419.348C-489.168 -442.44 -512.416 -464.36 -542.241 -486.453C-558.717 -498.65 -598.701 -515.839 -633.975 -531.009C-655.529 -540.276 -673.98 -550.911 -685.463 -557.031C-717.286 -574.003 -744.615 -585.57 -766.734 -593.883C-748.522 -590.193 -730.505 -587.133 -712.792 -584.203C-676.151 -578.126 -638.294 -571.832 -598.506 -559.31C-573.89 -551.54 -549.253 -542.056 -523.204 -530.293C-499.609 -519.615 -486.042 -509.892 -466.766 -495.134C-467.352 -478.705 -466.853 -462.428 -464.683 -447.605C-462.23 -430.829 -457.997 -412.425 -452.809 -393.543ZM-1059.95 -1079.83C-1050.44 -1045.09 -1042.93 -1017.65 -1061.43 -959.403C-1090.64 -867.318 -1045.6 -814.363 -1005.86 -767.636C-998.52 -759.02 -991.574 -750.86 -985.17 -742.569C-933.226 -675.377 -895.043 -667.846 -842.231 -657.429C-827.622 -654.542 -811.081 -651.287 -792.826 -646.382C-764.173 -638.699 -735.954 -634.011 -706.107 -629.063C-668.011 -622.747 -628.613 -616.215 -585.981 -602.781C-525.961 -583.856 -489.211 -566.537 -463.141 -544.856C-462.903 -544.66 -462.62 -544.508 -462.36 -544.335C-464.01 -532.311 -465.377 -519.594 -466.202 -506.789C-482.981 -519.463 -497.026 -529.034 -519.254 -539.083C-545.649 -551.019 -570.634 -560.634 -595.618 -568.512C-636.058 -581.273 -674.263 -587.589 -711.403 -593.752C-740.599 -598.592 -770.815 -603.584 -801.161 -611.722C-818.44 -616.367 -833.7 -619.362 -848.46 -622.27C-903.813 -633.208 -951.59 -642.627 -1011.37 -719.977C-1017.32 -727.681 -1023.66 -735.103 -1030.36 -742.982L-1031.04 -743.763C-1032.12 -745.043 -1033.4 -746.519 -1034.86 -748.169C-1040.96 -755.135 -1046.6 -762.558 -1051.96 -770.132C-1058.04 -778.726 -1064.25 -787.755 -1068.76 -797.26C-1071.35 -802.708 -1074.3 -808.372 -1076.21 -814.08C-1078.08 -819.701 -1079.44 -825.648 -1080.79 -831.443C-1083.33 -842.468 -1085.09 -853.645 -1086.02 -864.93C-1087.65 -885.071 -1086.45 -905.298 -1083.46 -925.264C-1081.2 -940.391 -1078.71 -955.54 -1074.71 -970.298C-1050.59 -1059.48 -1071.63 -1105.29 -1070.72 -1107.57C-1069.87 -1109.72 -1069.07 -1111.78 -1068.24 -1113.8C-1065.68 -1101.21 -1062.71 -1089.95 -1059.95 -1079.83ZM-1183.64 -1483.77L-1182.49 -1484.07C-1132.63 -1495.14 -1099.3 -1425.32 -1098.98 -1424.63L-1095.05 -1416.23L-1067.01 -1432.33C-1066.61 -1432.55 -1066.18 -1432.66 -1065.75 -1432.55C-1064.1 -1432.16 -1060.78 -1430.14 -1056.67 -1423.5C-1042.48 -1400.47 -1050.44 -1341.92 -1054.72 -1321.28L-1057.04 -1310.04C-1056.78 -1310.06 -1056.52 -1310.08 -1056.26 -1310.1C-1055.67 -1310.14 -1055.09 -1310.21 -1054.5 -1310.25C-1053.66 -1310.34 -1052.81 -1310.4 -1051.96 -1310.49C-1050.92 -1310.58 -1049.88 -1310.69 -1048.81 -1310.77C-1047.64 -1310.88 -1046.47 -1310.99 -1045.3 -1311.1C-1044.06 -1311.21 -1042.82 -1311.34 -1041.61 -1311.45C-1040.37 -1311.55 -1039.16 -1311.68 -1037.92 -1311.79C-1036.77 -1311.9 -1035.62 -1312.01 -1034.47 -1312.12C-1033.47 -1312.21 -1032.45 -1312.31 -1031.45 -1312.4C-1030.65 -1312.49 -1029.86 -1312.55 -1029.06 -1312.62C-1028.54 -1312.66 -1028.02 -1312.7 -1027.52 -1312.77C-1027.3 -1312.79 -1027.02 -1312.77 -1026.8 -1312.77C-1026.74 -1312.77 -1026.65 -1312.75 -1026.59 -1312.73C-1026.02 -1312.55 -1025.7 -1311.95 -1025.46 -1311.47C-1024.65 -1309.99 -1024.24 -1308.32 -1023.92 -1306.69C-1019.84 -1285.77 -1041.13 -1247.6 -1049.66 -1234.66L-1061.01 -1217.47L-1040.83 -1221.7L-1029.15 -1224.29L-1027.09 -1224.72C-1023.07 -1225.78 -1022.7 -1224.59 -1022.44 -1223.81C-1016.47 -1205.04 -1036.62 -1184.77 -1052.81 -1168.49C-1058.8 -1162.46 -1064.47 -1156.77 -1068.52 -1151.47C-1072.97 -1145.66 -1078.73 -1132.92 -1083.52 -1121.2C-1083.68 -1121.2 -1083.65 -1121.2 -1083.81 -1121.2C-1085.59 -1130.92 -1088.84 -1147.7 -1093.51 -1168.73C-1097.2 -1185.66 -1101.8 -1205.36 -1107.05 -1226.37C-1109.75 -1236.85 -1112.29 -1247.75 -1115.3 -1258.71C-1118.21 -1269.69 -1121.19 -1280.84 -1124.18 -1292C-1127.31 -1303.11 -1130.43 -1314.25 -1133.52 -1325.18C-1136.55 -1336.14 -1139.88 -1346.82 -1142.91 -1357.22C-1145.93 -1367.61 -1149.12 -1377.6 -1152.07 -1387.08C-1154.98 -1396.59 -1157.94 -1405.51 -1160.63 -1413.73C-1171.39 -1446.72 -1176.28 -1465.78 -1178.1 -1465.41C-1180.73 -1464.86 -1177.82 -1456.83 -1174 -1438.08C-1183.77 -1448.56 -1194.27 -1458.87 -1205.56 -1469.01C-1199.98 -1475.56 -1192.82 -1480.79 -1183.64 -1483.77ZM-1211.31 -1461.02C-1196.73 -1447.89 -1183.31 -1434.48 -1171.37 -1420.74L-1170 -1419.16C-1169.48 -1416.73 -1168.94 -1414.27 -1168.38 -1411.71C-1166.51 -1403.25 -1164.49 -1394.07 -1162.15 -1384.43C-1160.93 -1379.29 -1159.69 -1373.99 -1158.39 -1368.57C-1177.15 -1388.66 -1198.68 -1408.07 -1222.86 -1426.73C-1221.08 -1438.15 -1217.65 -1450.5 -1211.31 -1461.02ZM-1223.34 -1381.33L-1224.29 -1390.49C-1224.32 -1390.77 -1225.34 -1401.32 -1224.21 -1415.32C-1197.92 -1394.63 -1174.89 -1373.06 -1155.42 -1350.62L-1153.36 -1348.25C-1151.18 -1339.55 -1149.01 -1330.7 -1146.58 -1321.73C-1144.3 -1313.14 -1141.98 -1304.41 -1139.66 -1295.69C-1168.05 -1325.81 -1202.76 -1354.31 -1243.31 -1381.11L-1223.34 -1381.33ZM-1260.04 -1368.13C-1259.98 -1373.78 -1259.02 -1377.08 -1258.03 -1378.94C-1208.08 -1346.97 -1166.79 -1312.55 -1134.93 -1275.81L-1133.86 -1274.57C-1132.04 -1268.11 -1130.22 -1261.62 -1128.41 -1255.24C-1125.77 -1245.6 -1122.88 -1236.22 -1120.17 -1227.02C-1153.09 -1262.18 -1194.49 -1295.17 -1243.94 -1325.81C-1253.1 -1340.81 -1260.15 -1356.31 -1260.04 -1368.13ZM-1208.75 -1279.35C-1213.83 -1284.84 -1221.78 -1294.21 -1229.89 -1305.2C-1184.2 -1274.99 -1146.21 -1242.63 -1116.39 -1208.25L-1113.44 -1204.84C-1109.2 -1191.08 -1105.1 -1178.15 -1101.3 -1166.67C-1097.92 -1156.31 -1094.79 -1147.09 -1092.05 -1139.3C-1124.85 -1183.12 -1170.16 -1222.9 -1227.38 -1258.43L-1200.89 -1270.86L-1208.75 -1279.35ZM-1224.34 -1244.9C-1202.04 -1230.62 -1181.68 -1215.65 -1163.3 -1200.04L-1170 -1202.08C-1186.98 -1208.55 -1212.53 -1226.74 -1224.34 -1244.9ZM-1158.09 -1155.19C-1169.46 -1159.53 -1182.86 -1166.38 -1185.96 -1179.3C-1186.13 -1180.06 -1186.46 -1181.42 -1181.92 -1182.64C-1181.9 -1182.64 -1179.25 -1183.59 -1179.25 -1183.59L-1154.16 -1192.34C-1151.34 -1189.82 -1148.3 -1186.74 -1145.54 -1184.14C-1135.03 -1174.22 -1124.88 -1163.89 -1115.15 -1153.17C-1110.72 -1148.28 -1106.25 -1143.42 -1102.04 -1138.32C-1097.96 -1133.44 -1091.66 -1126.21 -1089.02 -1120.4C-1093.21 -1125.17 -1099.61 -1130.77 -1104.84 -1134.44C-1109.96 -1138.04 -1115.48 -1141.12 -1121.27 -1143.51C-1133.23 -1148.46 -1146.04 -1150.61 -1158.09 -1155.19ZM-848.265 611.627C-874.552 611.627 -903.639 633.243 -923.349 651.3C-916.316 628.143 -901.1 598.692 -868.583 589.468C-863.503 588.014 -856.231 586.256 -847.809 584.216C-801.096 572.887 -757.725 561.233 -740.295 543.133C-725.621 527.897 -708.907 512.38 -686.093 492.847C-670.811 479.76 -653.598 470.059 -635.386 459.772C-616.804 449.289 -597.594 438.46 -580.576 423.701C-547.907 395.357 -527.763 352.538 -510.007 314.753C-468.112 225.706 -444.517 126.914 -441.738 28.9908C-436.529 -154.746 -490.449 -291.973 -542.654 -359.144C-578.079 -404.72 -640.443 -438.36 -690.564 -465.38L-698.379 -469.612C-761.503 -503.75 -819.569 -529.316 -875.876 -547.721C-996.87 -587.263 -1069.59 -654.369 -1098.18 -752.835C-1131.45 -867.404 -1118.86 -908.076 -1095.98 -981.909C-1093.36 -990.373 -1090.62 -999.228 -1087.8 -1008.63C-1078.6 -1039.49 -1089.23 -1074.84 -1099.5 -1109.04C-1100.04 -1110.85 -1100.56 -1112.63 -1101.11 -1114.43C-1097.68 -1111.35 -1093.9 -1107.72 -1089.99 -1103.73C-1088.5 -1102.21 -1086.67 -1101.14 -1084.7 -1100.58C-1083.94 -1098.13 -1077.4 -1102.66 -1076.75 -1100.25C-1064.7 -1055.87 -1075.38 -1012.71 -1084.15 -972.338C-1097.03 -913.046 -1110.33 -851.757 -1065.51 -762.493C-1029.52 -690.808 -980.417 -619.297 -865.869 -581.859C-807.651 -562.826 -747.805 -536.522 -682.945 -501.428L-675.239 -497.261C-622.296 -468.7 -556.416 -433.173 -516.497 -381.802C-430.928 -271.725 -404.294 -96.8644 -407.897 30.0977C-410.806 133.1 -435.639 237.035 -479.704 330.726C-498.024 369.683 -520.838 418.167 -559.108 451.351C-578.665 468.301 -600.264 480.498 -619.453 491.328C-636.189 500.769 -651.991 509.667 -664.798 520.648C-679.624 533.345 -698.922 550.273 -716.591 568.634C-720.108 572.323 -741.359 588.036 -778.933 599.647C-795.93 604.509 -824.713 611.627 -848.265 611.627ZM-792.023 647.545C-777.392 642.467 -763.847 633.265 -756.38 619.397C-755.772 618.268 -755.186 617.183 -754.6 616.098C-748.804 605.485 -740.295 596.652 -730.006 590.293C-722.799 585.866 -715.636 581.59 -709.601 575.274C-692.236 557.218 -673.177 540.485 -658.503 527.919C-646.413 517.567 -631.022 508.885 -614.569 499.618C-595.098 488.637 -573.043 476.179 -552.769 458.578C-512.959 424.049 -489.667 374.544 -470.934 334.698C-426.327 239.878 -401.19 134.597 -398.238 30.2713C-394.591 -98.3403 -421.725 -275.718 -508.856 -387.835C-550.034 -440.812 -616.891 -476.882 -670.703 -505.899L-678.365 -510.044C-743.746 -545.398 -804.113 -571.941 -862.895 -591.148C-963.225 -623.941 -1011.91 -683.841 -1046.21 -746.498C-1044.76 -744.826 -1043.39 -743.264 -1042.15 -741.853C-1040.74 -740.247 -1039.48 -738.815 -1038.42 -737.556L-1037.74 -736.753C-1031.12 -728.983 -1024.87 -721.648 -1019.05 -714.117C-1000.41 -689.983 -979.223 -667.238 -953.869 -650.028C-935.092 -637.288 -914.319 -628.282 -892.503 -622.248C-882.236 -619.405 -871.817 -617.148 -861.376 -615.043C-844.944 -611.701 -828.707 -607.534 -812.687 -602.347C-779.758 -591.712 -748.131 -577.28 -717.047 -562.218C-708.147 -557.899 -699.291 -553.472 -690.478 -548.958C-678.539 -542.816 -659.589 -531.53 -637.838 -522.198C-603.042 -507.223 -563.623 -490.273 -548.037 -478.749C-518.516 -456.916 -496.548 -436.189 -478.922 -413.51C-465.095 -395.735 -452.722 -376.441 -441.586 -356.127C-431.102 -323.595 -419.25 -291.865 -409.829 -266.646C-402.557 -247.157 -396.805 -231.791 -394.483 -223.523C-393.484 -219.92 -392.334 -216.317 -391.096 -212.411C-382.37 -184.978 -361.749 -139.619 -359.274 50.4766C-358.948 75.001 -362.508 98.8309 -366.09 122.964C-369.65 146.946 -375.619 171.101 -381.198 194.714C-382.11 198.577 -383.065 202.44 -384.02 206.282C-397.717 260.518 -418.186 310.391 -444.712 368.598C-458.127 398.027 -473.192 428.693 -497.069 452.067C-510.289 465.002 -525.418 472.728 -541.438 480.889C-547.863 484.166 -554.506 487.552 -561.083 491.328C-600.893 514.203 -641.615 542.243 -673.438 575.644C-684.899 587.667 -695.21 600.797 -707.257 612.256C-718.089 622.565 -730.635 631.594 -745.049 636.043C-753.384 638.625 -760.83 642.12 -768.514 646.243C-790.221 657.898 -811.385 671.071 -831.008 685.938C-836.674 690.235 -842.231 694.706 -847.375 699.589C-833.721 680.36 -804.092 651.734 -792.023 647.545ZM-526.091 522.841C-551.879 536.904 -576.473 553.094 -599.808 570.912C-599.938 570.999 -600.047 571.086 -600.177 571.194C-612.029 580.266 -623.577 589.751 -634.799 599.582C-645.892 609.327 -655.313 617.356 -661.477 630.899C-668.271 645.852 -683.77 655.423 -699.768 659.178C-723.928 664.864 -750.758 654.577 -771.466 671.809C-785.098 683.138 -819.872 697.874 -842.361 706.056C-825.364 691.45 -805.893 679.427 -786.748 667.881C-772.247 659.113 -757.639 649.954 -741.402 644.898C-726.164 640.145 -713.118 631.398 -701.548 620.525C-689.153 608.871 -678.539 595.48 -666.795 583.153C-635.299 550.121 -595.705 522.428 -556.242 499.792C-549.86 496.124 -543.327 492.804 -537.01 489.592C-521.055 481.453 -504.558 473.032 -490.275 459.056C-465.225 434.531 -449.054 401.608 -435.877 372.7C-409.156 314.015 -388.491 263.686 -374.621 208.734C-372.602 200.726 -365.547 167.173 -363.767 159.1C-366.046 239.01 -388.622 326.646 -409.916 373.069C-414.887 383.92 -419.945 394.706 -425.154 405.428C-429.778 414.999 -434.488 424.504 -439.307 433.945C-443.67 442.474 -448.12 450.982 -452.635 459.424C-456.825 467.238 -461.079 474.986 -465.377 482.712C-467.07 485.75 -468.677 488.789 -470.934 491.48C-473.756 494.865 -477.229 497.839 -481.115 499.922C-495.941 507.866 -511.309 514.789 -526.091 522.841ZM-655.573 820.214C-644.611 773.422 -617.564 760.422 -594.924 745.491C-590.561 742.604 -586.133 739.674 -581.726 736.636L-576.972 733.38C-555.699 718.818 -526.569 698.851 -523.183 670.355C-518.668 632.115 -502.474 590.879 -487.909 559.996C-479.052 545.867 -435.074 474.443 -392.29 381.142C-359.079 308.72 -337.893 200.097 -339.846 50.2816C-342.386 -142.701 -362.964 -187.908 -372.602 -218.205C-373.774 -221.895 -374.838 -225.28 -375.815 -228.688C-378.354 -237.716 -384.215 -253.451 -391.66 -273.352C-409.916 -322.227 -437.527 -396.104 -445.515 -450.405C-454.676 -512.67 -430.95 -606.514 -429.127 -613.654C-414.757 -657.103 -386.798 -720.888 -334.072 -786.604C-324.543 -779.508 -315.274 -772.498 -306.439 -765.77C-378.485 -677.005 -415.495 -578.452 -413.411 -480.572C-412 -415.55 -386.95 -352.221 -361.379 -293.362C-334.571 -231.683 -316.62 -165.901 -307.937 -99.0563C-297.062 -15.1313 -301.555 72.4183 -313.82 155.953L-318.031 184.687C-323.436 221.951 -329.34 261.125 -336.047 304.488C-343.276 351.062 -359.209 405.471 -383.716 447.206C-397.174 470.102 -418.338 517.48 -440.718 567.657C-472.475 638.756 -516.063 718.731 -532.582 731.384C-549.361 744.232 -561.43 746.532 -573.13 748.789C-580.814 750.265 -588.737 751.784 -597.29 756.233C-619.583 767.801 -638.902 786.661 -655.573 820.214ZM-478.271 709.616C-482.851 715.215 -487.301 720.901 -491.469 726.783C-501.411 740.825 -510.159 756.233 -525.115 765.587C-536.011 772.38 -547.299 772.38 -560.388 772.38C-574.845 772.38 -590.8 773.162 -608.404 783.254C-618.237 788.875 -636.406 808.82 -647.368 824.359C-637.318 798.337 -617.673 777.741 -592.818 764.828C-585.525 761.03 -578.622 759.706 -571.307 758.317C-559.108 755.973 -545.28 753.325 -526.699 739.088C-508.227 724.938 -467.418 651.191 -431.883 571.629C-409.59 521.712 -388.557 474.573 -375.38 452.154C-350.265 409.399 -333.899 353.796 -326.497 306.028C-319.767 262.644 -313.863 223.427 -308.458 186.142L-304.247 157.429C-294.913 93.9261 -291.071 43.6404 -292.395 -25.1362C-294.826 -151.751 -325.889 -236.371 -334.202 -259.332C-343.536 -285.05 -353.283 -310.551 -359.144 -337.289C-370.844 -390.657 -372.602 -446.238 -363.897 -500.213C-350.417 -583.943 -311.823 -663.44 -254.408 -725.858L-212.97 -691.459C-272.338 -639.676 -313.299 -567.231 -327.104 -489.665C-339.586 -419.413 -334.897 -347.381 -306.504 -281.491C-301.099 -268.947 -296.367 -256.771 -291.223 -244.401C-280.456 -218.379 -271.426 -191.641 -264.849 -164.252C-258.445 -137.536 -253.518 -110.45 -252.65 -83.0612C-252.541 -79.5888 -252.476 -76.1164 -252.411 -72.6437C-251.391 6.05085 -257.859 85.2667 -269.277 162.876L-273.467 191.481C-278.785 228.202 -284.711 267.549 -291.57 311.758C-299.775 364.735 -320.071 431.081 -347.813 478.328C-359.86 498.837 -381.393 547.061 -402.21 593.679C-412.195 616.055 -421.833 638.083 -435.986 658.093C-448.793 676.215 -464.227 692.492 -478.271 709.616ZM-376.01 646.417C-381.263 655.293 -385.366 664.105 -389.794 673.372C-396.74 687.891 -401.95 702.475 -406.161 719.143C-406.334 719.729 -406.573 720.337 -406.725 720.923C-408.961 728.996 -410.263 737.092 -411.544 744.905C-413.389 756.299 -415.147 767.042 -419.489 777.09C-424.807 789.395 -432.643 802.048 -444.148 816.871C-451.854 826.811 -459.842 836.079 -467.96 844.586C-466.788 833.04 -463.532 820.518 -455.739 814.462C-431.276 795.386 -454.762 733.511 -463.836 712.263C-464.444 708.227 -455.153 696.702 -451.702 693.165C-429.713 670.594 -418.469 652.754 -405.51 624.54C-401.385 615.577 -397.326 606.592 -393.31 597.585C-372.602 551.206 -351.199 503.243 -339.412 483.189C-311.041 434.9 -290.354 367.361 -281.954 313.19C-275.095 268.938 -269.169 229.569 -263.85 192.826L-259.661 164.222C-250.153 99.6773 -247.549 32.2462 -243.403 -35.0761C-241.557 -65.113 -243.468 -95.2148 -247.766 -125.056C-254.234 -170.047 -267.432 -213.821 -285.405 -255.578C-290.289 -266.95 -295.022 -278.214 -300.014 -289.89C-325.303 -349.03 -329.948 -420.867 -319.16 -483.805C-313.125 -519.094 -301.49 -553.472 -283.886 -584.681C-262.874 -621.945 -235.523 -655.389 -205.741 -685.968C-196.928 -678.415 -188.224 -670.646 -179.867 -662.702C-250.001 -591.43 -285.514 -523.869 -288.206 -456.373C-288.423 -451.099 -288.531 -445.739 -288.531 -440.291C-288.531 -374.445 -273.879 -322.813 -255.189 -283.575C-245.66 -263.564 -238.822 -241.427 -232.158 -220.267C-224.778 -196.741 -218.526 -172.846 -214.185 -148.56C-210.669 -128.919 -208.02 -109.04 -206.826 -89.1166C-205.633 -69.3669 -206.891 -49.8776 -206.891 -30.1496C-211.884 51.2147 -217.832 112.851 -226.211 169.712C-228.447 185.078 -230.552 200.4 -232.658 215.701C-241.536 280.376 -258.337 399.351 -276.788 460.857C-286.295 492.5 -301.273 520.366 -317.944 548.515C-337.328 581.135 -356.669 613.754 -376.01 646.417ZM-266.911 576.034C-267.063 576.208 -267.237 576.382 -267.389 576.577C-270.775 580.332 -274.639 583.544 -278.655 586.582C-282.475 589.469 -286.86 591.291 -291.114 593.44C-295.694 595.74 -300.275 598.085 -304.855 600.407C-306.201 601.101 -307.546 601.796 -308.914 602.468C-320.744 608.393 -332.032 615.794 -342.256 624.236C-313.364 572.084 -275.616 524.164 -258.272 466.369C-239.387 403.431 -222.086 280.853 -213.512 218.284C-211.428 203.026 -209.323 187.769 -207.087 172.469C-198.643 115.021 -192.63 52.8858 -187.594 -29.0427C-183.231 -99.9894 -194.454 -162.038 -210.799 -216.426C-201.66 -206.095 -193.303 -198.282 -186.813 -192.748C-184.75 -190.99 -182.645 -189.275 -180.496 -187.626C-178.673 -186.215 -176.719 -184.609 -175.004 -183.046C-168.297 -176.818 -165.171 -168.028 -163.304 -159.282C-161.307 -150.015 -160.699 -140.487 -160.265 -131.025C-159.961 -124.275 -159.809 -117.526 -159.636 -110.776C-159.505 -105.372 -159.353 -99.7074 -159.158 -93.8041C-157.204 -36.2914 -157.335 -21.5986 -160.309 26.9508L-161.763 50.9759C-164.824 102.39 -165.866 119.709 -174.418 177.851L-178.608 206.369C-181.104 223.536 -185.076 240.16 -188.897 256.242C-194.019 277.684 -199.294 299.843 -201.139 323.478L-202.116 336.347C-202.724 344.356 -203.288 352.386 -203.939 360.394C-204.656 369.119 -205.416 377.865 -206.306 386.568C-211.428 436.354 -218.592 487.096 -239.539 532.997C-243.294 541.201 -261.767 570.153 -266.911 576.034ZM-190.742 566.745C-197.818 578.986 -205.915 590.488 -215.791 600.906C-221.023 606.44 -226.775 611.54 -233.027 615.881C-236.326 618.16 -239.756 620.243 -243.338 622.066C-245.942 623.39 -248.764 624.41 -251.434 625.582C-252.867 623.564 -251.738 618.203 -251.651 615.642C-251.521 611.606 -251.412 607.59 -251.282 603.554C-251.087 597.26 -250.891 590.966 -250.696 584.694C-250.544 579.876 -248.873 576.62 -246.832 572.323C-243.511 565.4 -239.951 558.585 -236.5 551.749C-224.93 528.917 -215.661 504.892 -209.388 480.064C-203.049 454.997 -200.445 429.041 -197.167 403.453C-196.016 394.424 -195.018 385.396 -194.15 376.346C-193.325 367.925 -192.63 359.504 -191.979 351.062C-191.61 346.439 -191.284 341.816 -190.937 337.194L-189.96 324.346C-189.656 320.417 -187.551 295.763 -187.073 291.943C-185.966 334.937 -182.71 397.897 -174.396 433.663C-173.42 437.874 -172.399 441.932 -171.422 445.839C-166.495 465.719 -162.588 481.409 -165.692 502.309C-168.492 520.974 -175.894 538.575 -184.49 555.243C-186.487 559.171 -188.549 562.991 -190.742 566.745ZM-186.986 760.596C-187.768 737.634 -182.102 711.678 -177.11 688.781C-172.573 668.033 -169.013 651.647 -170.75 640.47C-172.204 631.138 -173.137 622.934 -173.94 615.707C-174.592 609.934 -175.178 604.921 -175.916 600.645C-177.609 590.792 -176.111 580.679 -171.336 571.889C-160.005 551.011 -150.085 529.178 -146.503 505.24C-142.813 480.498 -147.328 462.311 -152.581 441.216C-153.536 437.375 -154.513 433.424 -155.49 429.301C-163 397.094 -172.334 332.983 -173.789 294.265C-166.929 343.119 -146.72 400.436 -134.065 425.959C-126.207 441.91 -120.455 458.513 -117.589 476.071C-110.057 522.233 -114.681 541.397 -121.258 586.626C-126.12 620.113 -137.299 658.332 -145.374 676.432C-151.517 690.213 -158.507 705.839 -162.523 731.992C-168.253 769.147 -155.511 828.461 -143.616 867.7C-164.455 827.788 -186.422 777.502 -186.986 760.596ZM-65.8619 624.171C-69.9211 634.979 -75.0873 645.527 -80.5141 655.706C-87.482 668.771 -95.4485 681.359 -104.696 692.948C-108.104 697.18 -111.663 701.282 -115.419 705.21C-134.608 725.155 -131.829 773.921 -129.376 816.958C-128.291 835.905 -126.75 852.03 -127.206 863.598C-127.662 875.469 -129.485 880.939 -129.485 880.939C-139.318 848.384 -157.921 776.005 -151.409 733.684C-147.61 709.03 -140.751 694.988 -135.107 680.99C-115.18 631.637 -108.733 590.119 -106.063 567.114C-101.809 530.588 -100.571 501.376 -106.15 473.358C-87.699 508.213 -76.6719 547.039 -61.1732 583.24C-59.632 586.842 -58.0908 590.467 -57.5047 594.33L-57.4614 594.547C-55.9853 605.268 -62.302 614.644 -65.8619 624.171ZM158.305 744.622C165.251 763.135 171.047 783.731 167.921 803.698C166.923 810.122 162.429 820.67 154.81 828.287C153.247 790.025 136.381 771.881 118.126 753.803C103.495 739.284 88.3437 724.265 76.9694 695.682C72.9319 685.569 66.4415 676.519 59.4736 668.25C51.3336 658.592 42.195 649.802 32.7091 641.49C23.2015 633.156 13.2597 625.322 3.10089 617.813C-6.12451 611.02 -15.1329 605.398 -24.9011 599.669C-34.1265 594.286 -42.1146 586.799 -48.0405 577.922C-59.632 560.582 -66.0139 539.096 -73.7415 519.889C-81.2521 501.181 -89.3705 482.321 -99.3556 464.764C-101.027 461.834 -102.894 458.665 -104.891 455.279C-127.075 417.603 -168.362 347.524 -167.385 207.606L-163.261 179.5C-154.643 120.859 -153.579 103.432 -150.497 51.6488L-149.043 27.6453C-146.069 -20.8608 -145.917 -36.8124 -147.849 -94.1733C-148.044 -100.055 -148.196 -105.654 -148.326 -111.036C-148.782 -128.941 -149.173 -144.415 -151.43 -157.654C-154.296 -174.365 -149.347 -191.402 -137.234 -203.295C-126.619 -213.713 -113.639 -228.34 -100.897 -247.591C-114.616 -170.307 -127.965 -60.143 -122.56 58.1163C-123.081 81.8809 -125.143 105.841 -127.162 129.019C-130.722 170.212 -134.434 212.793 -129.572 255.721C-122.148 321.09 -109.666 383.833 -76.4982 442.127C-41.0074 504.458 2.03729 562.296 64.1841 617.053C65.1826 617.942 96.7227 647.979 103.474 656.443C109.291 663.736 133.125 690.17 135.838 694.163C141.2 702.02 143.653 711.308 147.56 719.881C151.229 728.063 155.136 736.18 158.305 744.622ZM261.587 734.487C250.994 730.407 237.014 720.597 222.21 710.202C205.908 698.764 188.195 692.817 170.352 684.614C151.945 676.128 136.859 665.494 121.642 652.19C103.799 636.607 38.2443 574.667 23.9177 559.041C-2.43445 530.328 -27.7881 499.271 -48.7786 466.435C-55.0519 456.625 -61.0212 446.642 -66.7736 436.528C-99.2037 379.558 -111.186 318.312 -118.458 254.419C-123.016 214.247 -118.306 157.58 -114.919 118.428C-108.473 172.859 -98.9432 244.175 -81.556 297.434L-80.1016 301.883C-62.6927 355.337 -36.4057 436.116 71.9551 556.632C94.7907 582.024 142.09 624.627 169.289 644.312C178.254 650.779 187.023 658.288 197.182 666.991C213.18 680.686 233.107 697.744 264.582 720.294C271.572 725.307 293.344 744.84 298.51 761.29C292.323 756.559 269.683 737.613 261.587 734.487ZM154.658 573.538C161.388 580.527 165.512 585.258 168.507 588.709C177.993 599.604 179.621 600.32 199.461 609.088L207.515 612.669C222.883 619.505 228.288 629.575 235.147 642.293C242.701 656.335 251.276 672.243 274.328 684.223C299.4 697.267 306.455 727.672 307.28 754.649C300.355 735.746 290.001 714.738 275.87 704.602C245.068 682.531 225.51 665.776 209.772 652.32C199.288 643.357 190.236 635.609 180.641 628.664C154.789 609.956 108.097 567.896 86.3685 543.741C-11.1606 435.269 -39.2927 364.648 -61.6725 295.958L-63.1268 291.509C-130.635 84.637 -100.745 -149.624 -76.9106 -270.835C-64.3424 -334.728 -21.8403 -427.117 59.7993 -494.852C103.799 -531.356 142.112 -561.545 188.065 -581.686C188.195 -581.729 188.326 -581.794 188.456 -581.859C189.324 -582.228 190.236 -582.597 191.104 -582.966C207.146 -589.564 225.466 -596.096 246.544 -602.737C289.198 -616.172 328.574 -622.704 366.67 -629.02C396.538 -633.968 424.736 -638.656 453.389 -646.339C471.644 -651.243 488.185 -654.499 502.793 -657.385C555.628 -667.803 593.789 -675.334 645.733 -742.526C695.42 -806.788 748.971 -889.563 721.816 -959.924C700.326 -1015.59 708.64 -1043.02 719.168 -1077.75C721.925 -1086.84 724.855 -1096.8 727.438 -1107.76C728.176 -1105.92 728.958 -1104.01 729.717 -1102.03C731.085 -1098.54 733.95 -1095.96 737.553 -1095C741.092 -1094.05 744.825 -1094.94 747.734 -1097.17C739.985 -1075.01 736.295 -1051.62 749.058 -1028.94C749.21 -1028.59 749.362 -1028.27 749.514 -1027.92C772.936 -951.807 775.193 -842.771 676.644 -725.532C674.603 -723.102 673.019 -721.235 672.02 -719.911C612.24 -642.584 564.441 -633.143 509.11 -622.227C494.349 -619.318 479.068 -616.302 461.811 -611.679C431.465 -603.54 401.27 -598.549 371.901 -593.687C334.934 -587.545 296.708 -581.23 256.268 -568.468C243.635 -564.475 230.915 -559.7 218.477 -554.231C203.586 -547.677 188.347 -539.886 173.044 -531.118C162.429 -525.931 152.401 -519.767 142.958 -512.692C122.055 -499.019 101.151 -483.675 80.7465 -466.725C23.4186 -419.174 -21.0589 -345.818 -44.524 -260.179C-91.7581 -87.8141 -86.8524 109.031 -31.0657 279.898L-29.6114 284.391C-8.94646 347.893 24.5039 424.917 113.415 520.649C121.056 528.874 127.829 537.837 133.798 547.343C138.053 554.093 144.239 562.709 154.658 573.538ZM132.973 516.872C132.952 516.872 132.93 516.872 132.886 516.872C127.655 517.415 122.38 516.069 118.799 512.206C32.3835 418.623 -0.241933 343.401 -20.4728 281.309L-21.9489 276.816C-77.1495 107.707 -82.0118 -87.1198 -35.2551 -257.705C-12.3109 -341.434 31.0593 -413.054 86.8677 -459.346C90.8835 -462.689 94.921 -465.879 98.9585 -469.069C48.5768 -408.713 22.4634 -322.206 1.95041 -246.614C-42.4185 -82.9745 -37.7948 103.019 14.649 263.643L16.125 268.179C17.6879 272.975 19.2291 277.901 20.8137 282.915C39.4165 342.142 64.0321 420.251 191.191 520.952C161.648 514.268 134.666 516.72 132.973 516.872ZM279.668 565.291C266.796 559.28 252.231 552.465 236.124 540.507C230.936 536.665 225.401 533.431 219.671 530.675C75.298 423.875 50.4002 344.746 30.0825 280.05C28.4979 274.993 26.9351 270.045 25.3722 265.205L23.8961 260.669C-27.9833 101.782 -32.5418 -82.193 11.3495 -244.053C37.0071 -338.635 68.1131 -444.61 148.407 -504.727C158.132 -511.086 167.834 -517.033 177.516 -522.567C179.057 -523.305 180.576 -524.108 182.139 -524.802L182.009 -525.084C195.619 -532.702 209.121 -539.56 222.362 -545.376C234.475 -550.694 246.848 -555.36 259.177 -559.245C298.944 -571.789 336.823 -578.061 373.616 -584.181C403.05 -589.043 433.505 -594.078 464.285 -602.347C481.239 -606.904 496.347 -609.878 510.955 -612.764C568.196 -624.05 617.666 -633.816 679.661 -714.03C680.638 -715.267 682.114 -717.047 684.046 -719.325C696.484 -734.127 707.294 -748.798 716.758 -763.295C716.52 -762.254 716.237 -761.147 716.085 -760.192C702.519 -684.297 642.586 -630.973 527.453 -592.363C518.14 -589.238 509.045 -586.048 500.058 -582.814L499.95 -583.075C448.027 -563.716 398.796 -552.973 349.456 -550.195C266.579 -545.528 179.578 -474.56 150.426 -440.921C106.513 -390.223 72.2157 -320.252 48.5334 -232.941C6.72598 -78.829 11.089 96.2913 60.4722 247.539L62.7297 254.484C83.5682 318.79 112.113 406.86 277.845 522.754C283.662 526.812 287.526 532.173 292.15 538.944C292.649 539.921 293.257 540.941 293.995 542.026C299.812 550.317 305.196 567.505 308.083 581.091C299.856 574.711 290.24 570.218 279.668 565.291ZM544.036 620.026C516.512 566.897 462.397 559.215 429.641 554.57L423.802 553.724C408.043 551.38 391.068 543.979 376.372 537.23C360.982 530.133 344.963 524.403 328.205 521.647C320.087 520.301 311.925 519.325 303.741 518.717C296.925 518.218 289.436 518.305 283.359 514.789C120.296 400.762 93.4884 317.987 71.9118 251.489L69.6542 244.544C20.8354 95.0328 16.5374 -78.0697 57.8456 -230.402C81.1371 -316.303 114.761 -384.992 157.719 -434.583C184.853 -465.901 270.942 -536.088 349.955 -540.515C372.053 -541.752 394.129 -544.66 416.422 -549.088C395.93 -539.799 376.286 -530.076 357.292 -519.832L351.041 -516.447C294.017 -485.694 235.061 -453.877 183.529 -404.329C131.693 -354.456 109.638 -273.114 95.0296 -219.29C55.8269 -74.7275 59.9079 89.5418 106.23 231.392C128.002 298.02 162.864 359.852 207.059 410.224C224.468 430.061 244.416 447.575 266.384 462.224C290.457 478.285 316.7 490.916 343.725 501.16C359.181 507.019 374.766 512.64 390.504 517.654C408.173 523.275 425.256 528.939 442.969 533.453C459.684 537.707 476.224 542.568 492.461 548.493C506.549 553.637 520.788 559.518 533.118 568.156C537.98 571.564 542.626 575.492 546.186 580.266C547.445 581.938 547.944 584.021 547.835 586.104C547.162 598.735 545.708 611.301 544.036 620.026ZM758.783 -752.835C730.52 -655.497 659.192 -588.869 540.737 -549.131C479.307 -528.513 425.843 -505.747 377.306 -479.508L371.011 -476.123C314.052 -445.37 260.241 -416.331 213.028 -370.929C170.222 -329.78 150.968 -258.768 136.902 -206.92C100.044 -71.0378 103.886 83.3783 147.43 216.721C175.692 303.272 227.225 379.08 292.519 430.212C346.395 472.381 412.818 494.323 477.071 515.57C500.145 523.188 524.001 531.066 546.337 539.66C567.133 547.647 586.539 562.817 599.367 575.166C591.097 573.691 582.718 572.844 574.318 572.54C569.911 572.366 565.505 572.367 561.098 572.475C558.276 572.562 555.433 571.868 553.088 570.283C552.567 569.914 552.046 569.545 551.525 569.198C541.41 562.079 529.211 555.2 517.793 550.164C501.686 543.089 485.167 537.338 468.431 532.086C451.044 526.617 432.441 520.258 414.815 515.483C392.761 509.515 374.18 501.962 353.407 494.453C326.36 484.665 300.008 472.642 275.783 457.015C252.904 442.257 232.282 424.287 214.331 403.843C171.004 354.448 136.794 293.766 115.434 228.397C69.6759 88.2833 65.6601 -73.9677 104.385 -216.751C118.712 -269.554 140.354 -349.334 190.258 -397.363C240.835 -445.977 299.183 -477.468 355.642 -507.917L361.894 -511.303C412.189 -538.475 467.346 -561.979 530.491 -583.161C649.337 -623.03 711.31 -678.741 725.55 -758.477C727.829 -771.304 737.228 -794.548 743.458 -809.913C745.238 -814.297 746.757 -818.095 747.691 -820.96C772.067 -878.364 776.083 -931.797 770.179 -977.959C787.914 -921.77 788.76 -855.989 758.783 -752.835Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-top {
  background-image: url("data:image/svg+xml,%3Csvg width='377' height='420' viewBox='0 0 377 420' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4451_14039' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='377' height='420'%3E%3Cpath d='M0 0H373C375.209 0 377 1.79086 377 4V416C377 418.209 375.209 420 373 420H0V0Z' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4451_14039)'%3E%3Cg opacity='0.15'%3E%3Cpath d='M517.77 294.207C515.877 290.572 517.624 286.548 519.468 282.282C519.614 281.992 519.711 281.701 519.856 281.41C520.584 281.167 521.507 280.925 522.429 280.683C526.457 279.665 531.941 278.21 533.057 273.605C533.397 272.2 532.766 270.939 531.504 270.261C534.319 268.564 538.395 265.704 539.56 262.505C540.045 261.244 540.045 260.178 539.56 259.305C539.172 258.578 538.589 258.19 538.056 257.997L537.182 257.609C539.608 254.749 544.898 247.962 544.85 243.066C544.801 239.528 543.054 238.704 542.278 238.51C541.987 238.413 541.792 238.413 541.695 238.413H539.269C539.366 234.68 538.832 224.84 530.824 222.271L530.533 222.174C522.283 220.332 516.751 228.475 514.906 231.772L512.771 230.56C512.722 230.511 512.528 230.414 512.237 230.366C511.461 230.172 509.519 230.027 507.675 232.984C505.103 237.152 506.122 245.635 506.705 249.368L505.734 249.271C505.346 249.223 504.569 249.174 503.793 249.659C502.968 250.192 502.385 251.113 502.143 252.422C501.512 255.767 503.502 260.323 505.055 263.135C503.599 263.086 502.434 263.814 501.997 265.219C500.541 269.727 504.569 273.751 507.481 276.659C508.355 277.532 509.228 278.404 509.762 279.083C509.519 279.374 509.422 279.616 509.422 279.907C508.986 282.719 508.258 285.045 507.578 287.324C505.831 293.141 504.278 298.182 508.063 307.974C511.8 317.669 503.841 329.885 496.465 339.434C488.942 349.177 483.653 350.195 475.645 351.795C473.267 352.28 470.598 352.813 467.589 353.589C463.173 354.752 458.805 355.479 454.146 356.255C447.982 357.273 441.625 358.339 434.685 360.521C432.016 361.345 429.638 362.169 427.454 362.993C427.114 363.138 426.726 363.284 426.386 363.381C422.261 365.029 419.01 366.677 416.34 368.567C415.418 363.768 411.681 348.79 398.966 332.793C412.021 323.147 426.532 311.9 436.966 300.897C449.244 288.002 450.846 279.325 452.108 272.345C452.933 267.837 453.563 264.298 457.058 260.711C470.452 246.799 470.258 217.811 470.161 202.202C470.161 200.99 470.161 199.827 470.161 198.76C470.161 190.907 474.335 185.672 477.974 181.116C481.469 176.753 484.769 172.633 482.973 167.446C482.391 165.701 485.011 162.792 487.341 160.175C488.311 159.108 489.282 158.042 490.059 156.975C490.592 157.072 491.223 157.218 491.806 157.363C495.834 158.284 501.366 159.544 504.472 155.957C505.394 154.891 505.443 153.485 504.618 152.273C507.869 152.079 512.771 151.401 515.295 149.074C516.265 148.153 516.751 147.232 516.751 146.214C516.751 145.39 516.411 144.76 516.023 144.372L515.44 143.596C518.934 142.142 526.699 138.555 528.883 134.192C530.436 131.041 529.271 129.442 528.689 128.908C528.495 128.714 528.301 128.617 528.204 128.569L526.068 127.406C527.864 124.109 531.892 115.141 525.971 109.131L525.729 108.937C519.226 103.508 510.636 108.21 507.481 110.246L506.171 108.21C506.122 108.161 505.977 107.967 505.783 107.773C505.2 107.24 503.502 106.222 500.541 108.016C496.368 110.536 493.359 118.535 492.194 122.122L491.369 121.589C491.029 121.346 490.398 120.958 489.476 121.007C488.506 121.104 487.584 121.637 486.758 122.704C484.672 125.37 484.381 130.363 484.429 133.61C483.167 132.883 481.808 133.029 480.789 134.047C477.441 137.391 479.139 142.821 480.401 146.747C480.789 147.959 481.129 149.074 481.275 149.946C481.323 150.189 481.323 150.577 481.323 151.061C470.404 158.769 452.108 179.564 449.147 200.409C447.4 212.915 440.945 228.621 430.56 245.829C419.446 264.201 407.799 278.065 403.334 283.155C397.51 289.747 388.144 295.758 378.244 302.109C375.526 303.854 372.663 305.696 369.848 307.538C367.033 305.647 364.218 303.854 361.452 302.109C351.552 295.758 342.185 289.747 336.362 283.155C331.848 278.065 320.201 264.201 309.136 245.829C298.75 228.621 292.344 212.915 290.549 200.409C287.54 179.177 268.661 158.042 257.839 150.673C257.839 150.383 257.888 150.14 257.888 149.946C258.033 149.074 258.421 147.959 258.81 146.747C260.071 142.772 261.77 137.391 258.421 134.047C257.402 133.029 256.043 132.883 254.782 133.61C254.83 130.363 254.539 125.37 252.452 122.704C251.627 121.686 250.705 121.104 249.734 121.007C248.812 120.91 248.181 121.298 247.842 121.589L247.017 122.122C245.852 118.535 242.843 110.536 238.669 108.016C235.66 106.222 234.01 107.24 233.428 107.773C233.185 107.967 233.088 108.161 233.04 108.21L231.729 110.246C228.575 108.161 219.985 103.459 213.482 108.937L213.239 109.131C207.318 115.141 211.347 124.109 213.142 127.406L211.007 128.569C210.91 128.617 210.716 128.714 210.522 128.908C209.939 129.442 208.726 131.041 210.327 134.192C212.511 138.555 220.276 142.19 223.77 143.596L223.188 144.372C222.8 144.76 222.46 145.438 222.46 146.214C222.46 147.183 222.945 148.153 223.916 149.074C226.44 151.401 231.341 152.079 234.593 152.273C233.768 153.485 233.816 154.891 234.738 155.957C237.844 159.544 243.377 158.284 247.405 157.363C248.23 157.169 248.958 157.024 249.686 156.878C250.511 157.945 251.481 159.06 252.501 160.175C254.83 162.744 257.451 165.701 256.868 167.446C255.073 172.633 258.373 176.753 261.867 181.116C265.555 185.672 269.68 190.907 269.68 198.76C269.68 199.827 269.68 200.942 269.68 202.202C269.583 217.763 269.389 246.799 282.784 260.711C286.229 264.298 286.909 267.837 287.734 272.345C289.044 279.325 290.646 288.002 302.876 300.897C313.31 311.9 327.82 323.147 340.875 332.793C327.772 349.226 324.229 364.592 323.404 368.907C319.085 365.804 313.31 363.235 304.574 360.472C297.586 358.291 291.277 357.224 285.113 356.206C280.454 355.431 276.038 354.704 271.67 353.54C268.661 352.716 265.992 352.231 263.663 351.747C255.655 350.195 250.365 349.129 242.843 339.386C241.775 338.028 240.611 336.623 239.494 335.314C233.428 328.188 227.168 320.82 231.244 307.877C234.447 297.794 233.088 292.801 231.535 287.081C230.953 284.9 230.322 282.67 229.885 279.907C229.837 279.471 229.594 279.035 229.157 278.404C229.206 278.307 229.254 278.21 229.303 278.162C229.837 277.483 230.662 276.611 231.584 275.738C234.496 272.83 238.475 268.806 237.019 264.298C236.583 262.892 235.418 262.165 233.962 262.214C235.515 259.354 237.505 254.846 236.874 251.501C236.631 250.192 236.049 249.271 235.224 248.738C234.447 248.253 233.671 248.302 233.282 248.35L232.312 248.447C232.894 244.763 233.913 236.231 231.341 232.063C229.497 229.057 227.507 229.251 226.779 229.445C226.488 229.542 226.294 229.639 226.245 229.687L224.159 230.899C222.314 227.603 216.782 219.459 208.532 221.301L208.241 221.398C200.233 223.967 199.699 233.808 199.796 237.54L197.37 237.589C197.273 237.589 197.03 237.589 196.787 237.686C196.011 237.88 194.264 238.752 194.215 242.242C194.167 247.138 199.456 253.925 201.883 256.785L201.009 257.172C200.524 257.366 199.893 257.754 199.505 258.481C199.068 259.354 199.068 260.42 199.505 261.681C200.67 264.88 204.746 267.788 207.561 269.437C206.299 270.115 205.668 271.376 206.008 272.781C207.124 277.386 212.608 278.792 216.636 279.859C217.219 280.004 217.753 280.149 218.238 280.295C218.578 281.555 218.966 282.864 219.354 284.173C220.859 289.166 222.412 294.304 221.198 298.328C220.761 299.83 220.325 301.188 219.936 302.545C216.248 314.421 214.064 321.547 219.548 340.597C224.401 357.224 236.583 368.519 256.771 375.16C265.507 378.02 274.534 381.995 284.385 387.327L285.647 388.006C293.315 392.126 302.924 397.313 308.117 404.002C320.25 419.611 323.986 445.788 323.453 463.481C323.016 478.557 319.376 493.778 312.921 507.496C310.252 513.216 307.195 519.663 302.487 523.735C300.012 525.868 297.246 527.419 294.286 529.116C291.374 530.764 288.413 532.412 285.744 534.69C282.056 537.841 279.338 540.362 276.912 542.834C274.534 545.306 266.283 547.294 261.382 548.506C260.023 548.845 258.858 549.136 257.985 549.378C247.065 552.481 246.192 566.15 246.143 566.732C246.095 567.411 246.483 567.992 247.114 568.235C247.696 568.477 248.424 568.332 248.861 567.799C250.996 565.326 257.548 558.879 262.061 558.879C265.555 558.879 269.632 558.007 272.495 557.231C271.864 557.716 271.039 558.201 269.972 558.588C264.536 560.479 258.567 571.531 257.888 572.791C257.596 573.325 257.645 574.003 258.082 574.488C258.47 574.973 259.101 575.167 259.683 574.973C260.168 574.827 271.816 571.337 276.184 567.702C277.445 566.635 279.532 566.635 281.91 566.587C285.356 566.538 288.996 566.344 291.568 563.775C292.975 562.369 293.849 560.624 295.014 559.122C296.469 557.183 297.925 556.116 299.527 554.759C303.603 551.317 308.262 548.021 312.873 545.452C313.746 544.967 314.668 544.434 315.591 543.997C316.124 543.707 317.92 543.173 318.163 542.689C317.629 543.755 316.998 544.967 316.367 546.276C316.319 546.373 316.319 546.421 316.319 546.421C313.941 551.511 311.271 558.297 310.495 564.793C310.107 567.895 306.176 570.61 303.264 572.598L302.487 573.131C301.808 573.616 301.128 574.052 300.449 574.488C296.567 577.009 292.587 579.675 291.18 585.056C290.258 588.643 289.772 592.715 289.772 597.223C289.772 597.95 290.306 598.58 291.034 598.725C291.762 598.871 292.49 598.483 292.733 597.804C293.849 595.041 297.537 587.431 301.225 585.492C303.409 584.377 305.448 584.377 307.534 584.377C309.864 584.377 312.29 584.377 314.766 582.826C317.435 581.178 319.667 578.075 321.075 575.748C322.628 580.16 323.404 584.668 322.239 585.54C318.308 588.594 319.036 595.72 319.133 596.544C319.182 597.126 319.57 597.611 320.104 597.804C320.638 597.998 321.269 597.901 321.657 597.514C323.986 595.429 326.219 593.005 328.354 590.242C330.344 587.673 331.703 585.492 332.673 583.262C333.498 581.323 333.838 579.336 334.129 577.445C334.226 576.912 334.323 576.427 334.42 575.894C334.566 575.118 334.76 574.391 334.906 573.664C335.537 571.531 336.556 569.301 337.866 567.12C340.535 562.806 344.272 559.364 348.737 557.086C350.533 556.165 352.134 555.389 353.542 554.71C353.542 556.019 353.153 558.297 352.959 559.412C352.522 561.982 352.328 563 353.59 563.581C354.124 563.824 354.949 563.824 355.58 563.048C357.278 560.964 358.492 560.382 359.754 559.8C361.015 559.219 362.374 558.588 363.879 556.649C364.558 555.777 365.092 555.147 365.432 554.759C365.529 555.341 365.626 556.068 365.674 556.746C365.82 557.861 365.965 559.267 366.208 560.818C366.402 562.03 365.82 564.599 365.238 567.362C364.461 570.949 363.442 575.458 363.587 579.481C363.733 584.183 369.945 595.817 372.566 600.616C373.148 601.634 374.07 602.41 375.138 602.749C375.429 602.846 375.672 602.894 375.914 602.894C376.303 602.894 376.642 602.797 376.982 602.603C378.001 601.925 378.292 600.713 378.923 596.205C379.166 594.314 379.02 591.454 378.826 588.158C378.486 582.583 378.098 574.973 380.185 572.743C385.669 567.071 388.678 559.364 389.843 555.777C394.696 558.879 403.674 565.375 405.615 570.271C407.653 575.409 410.42 578.124 412.846 580.499C416.098 583.698 418.427 586.025 417.748 593.199C417.651 594.169 418.282 594.993 419.204 595.09C419.252 595.09 419.301 595.09 419.349 595.09C421.582 595.09 425.513 589.321 425.949 586.655C426.823 581.032 424.008 574.876 422.164 570.852C421.921 570.271 421.582 569.641 421.339 569.059C423.717 569.641 427.017 571.967 429.735 573.906C432.258 575.651 434.588 577.348 436.626 578.124C442.304 580.305 444.246 587.043 444.294 587.14C444.488 587.819 445.071 588.303 445.799 588.255C446.478 588.255 447.109 587.77 447.254 587.092C447.4 586.413 451.137 569.786 441.14 564.599C438.325 563.145 437.306 561.254 436.189 559.219C435.025 557.086 433.763 554.71 430.366 553.159L429.104 552.577C426.338 551.366 426.338 551.366 425.27 550.154C424.785 549.572 424.105 548.796 422.989 547.633C422.018 546.615 420.611 544.967 419.738 543.755C422.698 543.755 428.133 544.191 431.822 547.003C434.636 549.087 437.209 550.299 439.247 551.22C441.625 552.335 443.372 553.159 444.488 554.71C445.896 556.698 447.206 555.971 447.594 555.728C449.584 554.323 447.643 547.585 446.041 544.288H446.09C446.332 544.337 446.478 544.337 446.624 544.385C449.196 544.676 451.574 545.403 454.583 546.761C457.106 547.924 460.018 549.184 462.93 549.621L463.852 549.766C468.899 550.493 476.567 551.56 480.061 559.267C480.352 559.897 481.275 561.885 483.022 561.545C483.798 561.4 485.545 561.061 486.031 552.626C488.166 552.626 491.563 552.868 493.504 553.886C493.893 554.08 494.96 554.613 495.882 553.983C496.416 553.595 496.659 553.014 496.61 552.335C496.368 550.105 489.816 543.804 483.847 541.525C480.255 540.119 476.421 538.859 472.733 537.647C462.784 534.351 452.544 530.958 444.391 524.608C434.539 516.9 426.726 505.412 422.407 492.275C415.661 471.722 415.079 447.872 420.805 426.931C422.941 419.078 425.852 408.268 432.016 402.354C439.198 395.471 447.546 390.963 456.378 386.164L457.397 385.63C464.92 381.559 473.267 378.02 482.828 374.821C502.628 368.18 514.567 356.933 519.371 340.501C525.486 320.674 524.952 308.119 517.77 294.207ZM530.436 273.024C529.951 275.06 527.816 276.175 526.02 276.853C524.127 277.58 522.089 277.92 520.196 278.695C519.274 279.083 518.401 279.568 517.576 280.149C516.751 280.731 515.731 281.604 515.052 282.379C515.489 281.458 516.459 280.295 517.139 279.519C517.818 278.744 518.498 277.968 519.226 277.193C520.779 275.496 522.38 273.848 524.03 272.297C524.467 271.909 524.952 271.376 525.389 270.988L529.368 272.394L529.805 272.539C530.533 272.684 530.485 272.878 530.436 273.024ZM527.913 269.388L526.845 269.727C529.757 267.255 533.008 264.88 536.503 262.65C534.658 265.51 530.582 268.37 527.913 269.388ZM534.076 257.172L532.814 258.53L537.036 260.517C527.961 266.14 520.779 272.442 515.586 279.374C516.023 278.114 516.508 276.659 517.042 275.06C517.624 273.218 518.303 271.182 518.983 269L519.468 268.467C524.224 263.038 530.242 257.9 537.473 253.101C536.114 254.797 534.852 256.3 534.076 257.172ZM541.841 241.37C541.987 241.661 542.132 242.194 542.181 243.066C542.181 244.957 541.064 247.381 539.608 249.756C531.795 254.603 525.195 259.839 520.002 265.413C520.439 263.959 520.876 262.456 521.312 260.953C521.604 259.936 521.895 258.918 522.186 257.9L522.332 257.706C527.379 251.889 533.93 246.46 541.841 241.37ZM536.503 239.576L536.357 241.03L539.511 241.079C533.057 245.345 527.573 249.853 523.06 254.603C523.448 253.246 523.787 251.84 524.176 250.483C524.564 249.077 524.904 247.671 525.243 246.266L525.583 245.878C528.689 242.339 532.329 238.897 536.503 235.65C536.697 237.831 536.503 239.528 536.503 239.576ZM536.308 233.808C532.474 236.765 529.029 239.819 526.068 243.018C526.263 242.145 526.457 241.321 526.651 240.497C527.039 238.946 527.33 237.54 527.621 236.183C527.718 235.795 527.816 235.407 527.864 235.019L528.107 234.777C529.999 232.596 532.135 230.463 534.416 228.378C535.483 230.075 536.017 232.014 536.308 233.808ZM509.325 274.72C506.753 272.151 503.55 268.903 504.521 265.946C504.569 265.801 504.618 265.656 505.249 265.801L505.588 265.849L507.433 266.237L510.636 266.916L508.84 264.201C507.481 262.165 504.132 256.106 504.763 252.81C504.812 252.567 504.86 252.277 505.006 252.034C505.055 251.986 505.103 251.889 505.2 251.84H505.249C505.297 251.84 505.346 251.84 505.346 251.84C505.443 251.84 505.491 251.84 505.588 251.889C505.734 251.889 505.831 251.937 505.977 251.937C506.122 251.937 506.316 251.986 506.462 251.986C506.656 251.986 506.802 252.034 506.996 252.034C507.19 252.034 507.384 252.083 507.578 252.083C507.772 252.083 507.966 252.131 508.161 252.131C508.355 252.131 508.549 252.18 508.743 252.18C508.889 252.18 509.083 252.228 509.228 252.228C509.374 252.228 509.471 252.277 509.616 252.277C509.714 252.277 509.811 252.277 509.908 252.325C509.956 252.325 510.005 252.325 510.053 252.325L509.665 250.531C508.986 247.284 507.724 237.976 510.005 234.341C510.636 233.274 511.169 232.984 511.461 232.935C511.509 232.935 511.606 232.935 511.655 232.984L516.12 235.553L516.751 234.244C516.799 234.147 522.089 223.095 529.999 224.84L530.194 224.888C531.649 225.373 532.766 226.197 533.688 227.215C531.892 228.815 530.242 230.463 528.689 232.111C529.271 229.154 529.757 227.845 529.32 227.797C529.029 227.748 528.252 230.754 526.554 235.989C526.117 237.298 525.68 238.704 525.195 240.206C524.71 241.709 524.224 243.309 523.739 244.957C523.254 246.605 522.72 248.302 522.235 250.047C521.749 251.792 521.264 253.537 520.779 255.282C520.293 257.027 519.856 258.821 519.371 260.566C518.886 262.311 518.498 264.007 518.061 265.704C517.236 269.049 516.508 272.151 515.925 274.817C515.198 278.162 514.664 280.828 514.373 282.331C514.324 282.331 514.324 282.331 514.324 282.331C513.547 280.489 512.674 278.453 511.946 277.532C511.169 276.562 510.296 275.641 509.325 274.72ZM480.061 168.512C481.226 171.905 479.236 174.668 475.596 179.225C471.811 183.976 467.104 189.841 467.104 198.809C467.104 199.875 467.104 201.039 467.104 202.251C467.201 217.375 467.395 245.587 454.874 258.578C450.797 262.844 450.021 266.964 449.147 271.763C447.934 278.356 446.429 286.5 434.782 298.764C424.445 309.671 409.934 320.868 396.88 330.515C396.54 330.127 396.2 329.739 395.86 329.303C394.987 328.285 394.065 327.315 393.143 326.346C406.149 316.748 420.757 305.502 430.997 294.74C441.479 283.688 442.693 277.096 443.906 270.648C444.828 265.656 445.896 259.984 451.137 254.506C462.056 243.163 461.862 215.533 461.765 202.251C461.765 200.99 461.765 199.827 461.765 198.76C461.765 194.689 462.493 190.907 464.046 187.175C466.279 181.843 469.287 176.414 472.927 170.936C475.354 167.349 478.848 162.307 482.779 157.945C483.022 157.993 483.264 157.945 483.555 157.896C484.429 157.605 485.254 157.363 485.933 157.169C485.642 157.508 485.351 157.848 485.06 158.139C482.002 161.58 478.897 165.07 480.061 168.512ZM386.543 319.22C387.853 318.348 389.163 317.475 390.522 316.602C401.975 309.04 413.817 301.236 423.183 290.62L423.717 290.038C429.298 283.737 435.073 277.193 437.645 269.049L437.888 268.273C439.49 263.135 442.838 252.47 450.118 243.696C454.631 238.267 458.368 226.973 460.067 215.048C459.63 228.621 457.689 245.539 449.972 253.585C444.391 259.402 443.275 265.316 442.304 270.503C441.188 276.708 439.975 283.106 429.832 293.819C419.64 304.532 405.033 315.778 392.026 325.376C390.037 323.389 387.95 321.498 385.863 319.753C386.106 319.511 386.3 319.366 386.543 319.22ZM385.717 317.911C385.378 318.154 384.99 318.396 384.65 318.638C382.709 317.039 380.719 315.536 378.778 314.082C380.379 313.015 382.029 311.997 383.631 310.979C394.113 304.241 404.062 297.891 410.808 290.232C426.677 272.248 454.68 233.468 459.096 202.057C459.242 201.184 459.387 200.312 459.581 199.439C460.164 216.938 454.631 235.941 449.002 242.679C441.479 251.646 438.082 262.553 436.481 267.788L436.238 268.564C433.763 276.417 428.085 282.816 422.601 289.02L422.067 289.602C412.846 300.073 401.102 307.829 389.697 315.342C388.338 316.166 387.028 317.039 385.717 317.911ZM502.482 154.309C500.444 156.684 496.028 155.666 492.437 154.842C491.126 154.551 489.864 154.261 488.845 154.164C488.554 154.115 488.166 154.164 487.729 154.212C491.175 152.612 494.863 151.304 498.843 150.237L502.046 153.533L502.143 153.582C502.677 154.018 502.531 154.212 502.482 154.309ZM501.657 149.752H500.784C504.521 148.88 508.452 148.298 512.625 147.91C509.616 149.559 503.841 149.801 501.657 149.752ZM512.917 141.851L511.218 142.481L514.033 146.165C503.405 146.989 494.184 149.268 486.419 153.049C487.389 152.128 488.457 151.061 489.719 149.849C491.078 148.492 492.582 146.989 494.184 145.341L494.863 145.05C501.56 142.384 509.228 140.591 517.818 139.718C515.828 140.736 514.033 141.463 512.917 141.851ZM527.039 131.429C527.039 131.768 526.942 132.302 526.554 133.126C525.729 134.774 523.593 136.47 521.215 137.925C512.043 138.603 503.841 140.251 496.659 142.772C497.726 141.657 498.794 140.542 499.862 139.379C500.59 138.603 501.318 137.828 502.046 137.052L502.288 136.955C509.422 134.095 517.673 132.302 527.039 131.429ZM525.098 130.072C517.478 130.896 510.539 132.35 504.327 134.531C505.297 133.465 506.219 132.398 507.19 131.381C508.161 130.314 509.131 129.199 510.053 128.133L510.539 127.939C514.906 126.194 519.711 124.836 524.904 123.867C524.03 125.903 523.157 127.357 523.108 127.357L522.332 128.569L525.098 130.072ZM525.535 122.122C520.779 122.994 516.362 124.158 512.286 125.612C512.868 124.933 513.402 124.303 513.984 123.673C515.003 122.461 515.974 121.346 516.848 120.28C517.09 119.94 517.381 119.65 517.624 119.359L517.915 119.262C520.584 118.195 523.448 117.274 526.457 116.499C526.505 118.389 526.117 120.377 525.535 122.122ZM482.682 136.034C482.779 135.937 482.925 135.792 483.41 136.228L483.555 136.373L485.157 137.682L487.681 139.767L487.341 136.519C487.098 134.047 486.856 127.115 488.942 124.497C489.379 123.915 489.719 123.818 489.767 123.818L489.816 123.867L493.844 126.485L494.329 124.739C495.203 121.54 498.357 112.669 501.997 110.488C503.259 109.712 503.89 109.809 504.035 109.906L506.85 114.317L508.015 113.445C508.112 113.348 517.867 105.98 524.03 111.167L524.176 111.312C525.243 112.427 525.874 113.639 526.214 114.996C523.885 115.578 521.652 116.305 519.517 117.032C521.409 114.657 522.526 113.203 522.526 113.203C522.526 113.203 519.759 115.626 515.877 119.504C514.906 120.474 513.839 121.492 512.722 122.655C511.606 123.77 510.442 124.933 509.277 126.194C508.112 127.454 506.85 128.714 505.637 130.023C504.424 131.332 503.162 132.689 501.949 133.998C500.735 135.355 499.522 136.713 498.309 138.022C497.096 139.33 495.931 140.688 494.815 141.996C492.582 144.566 490.495 146.989 488.748 149.122C486.564 151.74 484.914 153.873 483.944 155.085H483.895C484.089 153.049 484.186 150.819 483.992 149.704C483.798 148.686 483.41 147.426 483.022 146.165C481.857 142.578 480.498 138.264 482.682 136.034ZM379.942 304.823C390.037 298.328 399.597 292.22 405.664 285.288C420.999 267.934 448.031 230.608 452.253 200.942C454.825 182.57 470.695 163.374 481.177 155.133C481.129 155.376 481.129 155.666 481.08 155.957C481.032 156.393 481.129 156.83 481.42 157.218C477.538 161.58 474.043 166.573 471.665 170.112C467.929 175.686 464.92 181.213 462.639 186.593C459.921 191.925 458.222 197.015 457.543 201.766C453.175 232.79 425.367 271.279 409.595 289.117C402.994 296.631 393.143 302.933 382.709 309.622C380.961 310.737 379.166 311.9 377.37 313.064C375.72 311.852 374.07 310.737 372.469 309.622C374.992 308.022 377.516 306.423 379.942 304.823ZM287.54 200.99C291.713 230.657 318.794 267.982 334.081 285.336C340.196 292.268 349.708 298.376 359.802 304.872C361.549 305.987 363.248 307.101 364.946 308.216C366.063 308.943 367.179 309.719 368.343 310.446C369.411 311.076 370.479 311.658 371.498 312.337C373.585 313.742 375.623 315.197 377.613 316.651C381.884 319.802 385.96 323.147 389.746 326.831C391.153 328.188 392.512 329.642 393.822 331.096C395.666 333.181 397.219 335.508 398.821 337.737C400.471 340.016 402.072 342.391 403.48 344.815C405.906 348.838 407.993 353.104 409.692 357.467C410.856 360.472 411.876 363.526 412.652 366.628C412.992 367.889 413.283 369.198 413.477 370.506C413.477 370.555 413.477 370.555 413.526 370.603C411.876 371.767 410.274 373.027 408.624 374.336L408.43 373.415C407.265 368.034 406.197 362.896 404.062 357.854C401.83 352.571 398.966 347.384 395.521 342.488C390.668 335.605 384.504 329.206 376.691 322.953C371.644 318.929 366.111 315.439 360.773 312.046C359.511 311.27 358.298 310.495 357.036 309.671C346.602 302.981 336.799 296.679 330.15 289.166C315.882 273.024 287.491 233.953 282.201 201.766C281.716 198.712 278.125 190.714 274.388 183.2C272.981 180.195 271.233 176.85 269.195 173.408C267.739 170.839 266.526 168.852 265.749 167.882C263.42 164.392 260.799 160.756 257.839 157.121C258.033 156.781 258.13 156.393 258.082 155.957C258.033 155.521 257.985 155.085 257.985 154.648C268.467 162.695 284.919 182.279 287.54 200.99ZM399.355 366.483C391.978 345.3 373.294 330.66 354.221 317.911C352.911 317.039 351.552 316.166 350.242 315.294C338.885 307.78 327.141 300.024 317.872 289.554C317.192 288.826 316.513 288.051 315.882 287.324C310.786 281.652 305.545 275.787 303.749 268.564C301.031 257.657 296.421 250.095 292.005 242.727C285.793 232.547 280.066 221.447 279.581 205.305C279.532 204.238 279.581 203.22 279.581 202.299C279.581 201.039 279.581 199.875 279.581 198.809C279.581 198.663 279.581 198.518 279.532 198.324C280.163 199.924 280.551 201.233 280.697 202.057C286.084 234.535 314.62 273.945 328.985 290.184C335.731 297.843 345.68 304.193 356.211 310.979C357.473 311.803 358.686 312.579 359.948 313.355C365.238 316.699 370.721 320.19 375.72 324.165C383.437 330.321 389.503 336.623 394.259 343.361C397.608 348.16 400.471 353.249 402.655 358.436C404.742 363.381 405.809 368.422 406.925 373.754L407.265 375.451C406.197 376.323 405.081 377.244 403.965 378.165C403.431 378.65 402.897 379.086 402.364 379.571C402.315 379.28 402.266 378.941 402.169 378.65C401.49 374.675 400.665 370.216 399.355 366.483ZM401.053 380.783C398.869 382.819 396.88 384.952 395.084 387.182C394.016 367.986 381.107 352.522 370.139 342.73C363.976 337.253 357.278 332.308 350.775 327.558L347.912 325.425C334.857 315.827 320.152 304.532 309.912 293.722C299.721 283.009 298.556 276.611 297.392 270.406C296.421 265.219 295.353 259.305 289.772 253.488C283.075 246.508 280.454 231.238 279.678 218.877C282.007 228.136 286.375 236.522 290.646 243.551C295.062 250.774 299.575 258.239 302.245 268.952C304.137 276.562 309.524 282.573 314.717 288.342C315.396 289.069 316.076 289.844 316.707 290.572C326.073 301.188 337.915 308.992 349.368 316.554C350.678 317.427 352.037 318.299 353.347 319.172C372.226 331.727 390.668 346.221 397.899 366.968C399.161 370.603 399.937 374.821 400.713 378.893C400.811 379.571 400.956 380.153 401.053 380.783ZM215.083 111.215L215.229 111.07C221.441 105.883 231.196 113.251 231.244 113.348L232.409 114.22L235.224 109.809C235.369 109.712 236 109.615 237.262 110.391C240.902 112.572 244.056 121.443 244.93 124.643L245.415 126.388L249.443 123.77L249.492 123.722C249.589 123.722 249.88 123.818 250.317 124.4C252.404 127.066 252.161 133.998 251.918 136.422L251.579 139.67L254.102 137.585L255.655 136.276L255.801 136.131C256.286 135.695 256.432 135.84 256.529 135.937C258.713 138.167 257.354 142.481 256.237 145.971C255.849 147.28 255.461 148.492 255.267 149.51C255.073 150.673 255.17 152.903 255.364 154.891H255.315C254.345 153.63 252.695 151.546 250.511 148.928C248.764 146.795 246.677 144.372 244.444 141.803C243.28 140.542 242.164 139.185 240.95 137.828C239.737 136.519 238.524 135.162 237.31 133.804C236.049 132.447 234.835 131.138 233.622 129.829C232.409 128.521 231.147 127.26 229.982 126C228.818 124.739 227.653 123.576 226.537 122.461C225.42 121.346 224.401 120.28 223.382 119.31C219.5 115.432 216.733 113.009 216.733 113.009C216.733 113.009 217.85 114.511 219.742 116.838C217.607 116.063 215.375 115.384 213.045 114.802C213.385 113.542 214.016 112.33 215.083 111.215ZM216.103 127.357C216.054 127.309 215.18 125.903 214.307 123.867C219.5 124.885 224.304 126.194 228.672 127.939L229.157 128.133C230.079 129.199 231.05 130.314 232.021 131.381C232.943 132.447 233.913 133.465 234.884 134.531C228.721 132.35 221.781 130.896 214.161 130.072L216.976 128.569L216.103 127.357ZM212.851 116.45C215.86 117.226 218.723 118.147 221.392 119.213L221.684 119.31C221.926 119.601 222.169 119.94 222.46 120.231C223.334 121.298 224.304 122.413 225.323 123.625C225.857 124.255 226.44 124.933 227.022 125.564C222.945 124.109 218.481 122.946 213.773 122.073C213.094 120.377 212.705 118.389 212.851 116.45ZM212.705 133.126C212.317 132.302 212.22 131.768 212.22 131.429C221.538 132.302 229.837 134.095 236.971 136.955L237.213 137.052C237.941 137.828 238.669 138.603 239.349 139.379C240.416 140.542 241.484 141.657 242.552 142.772C235.369 140.251 227.168 138.603 217.995 137.925C215.666 136.47 213.53 134.774 212.705 133.126ZM226.343 141.851C225.226 141.463 223.431 140.688 221.489 139.767C230.079 140.688 237.796 142.481 244.444 145.099L245.124 145.39C246.725 147.038 248.23 148.541 249.589 149.898C250.802 151.11 251.918 152.176 252.889 153.097C245.124 149.316 235.855 147.038 225.275 146.214L228.041 142.481L226.343 141.851ZM226.634 147.862C230.807 148.25 234.738 148.88 238.427 149.704H237.553C235.369 149.801 229.594 149.559 226.634 147.862ZM246.774 154.842C243.231 155.666 238.766 156.684 236.777 154.309C236.68 154.212 236.534 154.067 237.116 153.533L237.213 153.485L240.416 150.189C244.396 151.207 248.133 152.564 251.53 154.164C251.093 154.115 250.753 154.115 250.414 154.115C249.346 154.212 248.084 154.503 246.774 154.842ZM305.011 298.812C293.363 286.548 291.859 278.356 290.646 271.812C289.772 267.013 288.996 262.844 284.919 258.627C272.398 245.635 272.592 217.423 272.689 202.299C272.689 201.087 272.689 199.924 272.689 198.857C272.689 189.89 267.982 184.024 264.197 179.274C260.557 174.717 258.518 171.954 259.732 168.561C260.945 165.119 257.79 161.629 254.782 158.236C254.539 157.993 254.296 157.702 254.102 157.46C254.636 157.605 255.17 157.799 255.752 157.993C256.043 158.09 256.383 158.09 256.674 158.042C261.867 164.392 266.041 170.79 269.244 176.607C270.311 178.595 271.428 180.776 272.544 183.006C276.281 190.762 278.076 196.724 278.076 198.906C278.076 199.972 278.076 201.136 278.076 202.396C278.076 203.22 278.076 204.093 278.028 205.014C278.028 205.159 278.028 205.256 278.028 205.401C277.979 219.508 278.562 244.133 288.705 254.652C293.994 260.129 295.014 265.801 295.936 270.794C297.1 277.241 298.362 283.834 308.845 294.886C319.182 305.744 333.935 317.087 347.038 326.734L349.902 328.867C356.356 333.617 363.054 338.513 369.169 343.942C380.282 353.831 393.385 369.634 393.677 389.121C391.784 391.593 390.134 394.114 388.678 396.634C388.921 394.307 389.066 391.835 389.066 389.266C389.066 388.394 389.066 387.569 389.018 386.745C388.581 375.79 382.709 364.835 371.013 353.201C370.964 353.152 370.916 353.152 370.867 353.104C366.79 349.081 362.083 345.348 358.006 342.1L356.211 340.694C353.056 338.271 348.3 334.587 343.35 330.951C343.302 330.903 343.253 330.903 343.205 330.854C330.101 321.111 315.445 309.768 305.011 298.812ZM385.96 389.169C385.96 412.922 372.954 424.507 369.896 426.834C366.839 424.459 353.833 413.019 353.833 389.169C353.833 388.345 353.833 387.521 353.881 386.745C354.27 376.954 359.511 366.968 369.896 356.352C380.282 366.968 385.523 376.954 385.912 386.745C385.96 387.521 385.96 388.345 385.96 389.169ZM337.721 404.73C334.954 397.507 332.673 389.799 332.528 382.722C332.188 367.598 337.963 352.28 349.174 338.513C351.212 340.064 353.105 341.518 354.561 342.682L354.949 342.973C348.155 350.486 343.447 358.194 340.584 366.434C339.128 370.652 338.254 375.063 337.429 379.377L337.187 380.638C337.09 381.316 335.585 393.823 337.721 404.73ZM324.714 396.586C323.792 395.18 322.822 393.823 321.803 392.514C318.939 388.878 315.299 385.388 310.543 381.898C307.923 379.959 301.614 377.244 295.984 374.821C292.587 373.366 289.627 371.67 287.831 370.7C282.784 368.034 278.465 366.192 274.97 364.883C277.882 365.465 280.697 365.95 283.512 366.434C289.335 367.404 295.305 368.373 301.614 370.361C305.496 371.573 309.427 373.076 313.552 374.966C317.289 376.663 319.424 378.214 322.482 380.541C322.385 383.158 322.482 385.727 322.822 388.054C323.21 390.672 323.889 393.58 324.714 396.586ZM228.478 287.905C229.982 293.432 231.196 297.746 228.235 306.956C223.576 321.547 230.759 329.933 237.068 337.35C238.233 338.707 239.349 340.016 240.368 341.325C248.618 351.989 254.636 353.152 263.032 354.801C265.361 355.237 267.982 355.77 270.845 356.546C275.407 357.758 279.872 358.485 284.579 359.309C290.597 360.327 296.858 361.345 303.603 363.478C313.115 366.483 318.939 369.198 323.064 372.639C323.113 372.688 323.161 372.688 323.161 372.736C322.919 374.627 322.676 376.663 322.53 378.699C319.861 376.711 317.629 375.16 314.135 373.56C309.961 371.67 305.981 370.167 302.05 368.907C295.644 366.871 289.578 365.901 283.706 364.883C279.095 364.108 274.291 363.332 269.486 362.023C266.769 361.296 264.342 360.811 262.013 360.327C253.229 358.582 245.658 357.079 236.194 344.863C235.272 343.651 234.253 342.488 233.185 341.228L233.088 341.131C232.894 340.937 232.7 340.694 232.506 340.404C231.535 339.289 230.662 338.125 229.788 336.913C228.818 335.556 227.847 334.102 227.119 332.599C226.731 331.727 226.245 330.854 225.954 329.933C225.663 329.06 225.469 328.091 225.226 327.17C224.838 325.425 224.547 323.631 224.401 321.886C224.159 318.687 224.353 315.488 224.79 312.337C225.129 309.961 225.518 307.538 226.197 305.211C230.031 291.056 226.682 283.834 226.828 283.446C226.973 283.106 227.07 282.767 227.216 282.476C227.556 284.512 228.041 286.306 228.478 287.905ZM208.871 223.919L209.066 223.87C216.976 222.125 222.266 233.177 222.314 233.274L222.945 234.583L227.41 232.014C227.459 231.966 227.556 231.966 227.604 231.966C227.847 232.014 228.381 232.353 229.06 233.42C231.293 237.055 230.031 246.363 229.351 249.61L228.963 251.404C229.012 251.404 229.06 251.404 229.109 251.404C229.206 251.404 229.303 251.404 229.4 251.404C229.546 251.404 229.643 251.355 229.788 251.355C229.934 251.355 230.128 251.307 230.274 251.307C230.468 251.307 230.662 251.259 230.807 251.259C231.001 251.259 231.196 251.21 231.39 251.21L231.972 251.162C232.166 251.162 232.36 251.113 232.506 251.113C232.652 251.113 232.846 251.065 232.991 251.065C233.137 251.065 233.234 251.016 233.379 251.016C233.477 251.016 233.525 251.016 233.622 251.016C233.671 251.016 233.719 251.016 233.719 251.016H233.768C233.865 251.065 233.913 251.162 233.962 251.21C234.059 251.452 234.156 251.695 234.205 251.986C234.835 255.282 231.487 261.341 230.128 263.377L228.332 266.092L231.535 265.413L233.379 265.025L233.719 264.928C234.35 264.783 234.399 264.928 234.447 265.074C235.418 268.031 232.215 271.279 229.643 273.848C228.721 274.817 227.798 275.69 227.168 276.562C226.488 277.483 225.566 279.519 224.79 281.361H224.741C224.45 279.81 223.965 277.193 223.188 273.848C222.606 271.182 221.878 268.031 221.053 264.735C220.616 263.086 220.228 261.341 219.742 259.596C219.257 257.851 218.82 256.106 218.335 254.312C217.85 252.567 217.364 250.774 216.831 249.077C216.345 247.332 215.811 245.635 215.326 243.987C214.841 242.339 214.355 240.74 213.87 239.237C213.385 237.734 212.948 236.328 212.511 235.019C210.813 229.784 210.036 226.779 209.745 226.827C209.308 226.924 209.794 228.185 210.376 231.142C208.823 229.493 207.173 227.845 205.377 226.246C206.299 225.228 207.416 224.404 208.871 223.919ZM204.455 227.506C206.785 229.59 208.871 231.723 210.764 233.905L211.007 234.147C211.104 234.535 211.152 234.923 211.249 235.31C211.541 236.668 211.88 238.122 212.22 239.625C212.414 240.449 212.608 241.273 212.802 242.145C209.842 238.946 206.396 235.892 202.562 232.935C202.951 231.142 203.485 229.203 204.455 227.506ZM202.562 240.158L202.417 238.704C202.417 238.655 202.223 237.007 202.417 234.777C206.591 238.073 210.23 241.467 213.336 245.005L213.676 245.393C214.016 246.75 214.355 248.156 214.744 249.61C215.083 250.968 215.472 252.373 215.86 253.731C211.347 248.932 205.863 244.424 199.408 240.206L202.562 240.158ZM196.739 242.242C196.739 241.37 196.884 240.836 197.078 240.546C204.989 245.635 211.541 251.065 216.588 256.882L216.782 257.076C217.073 258.093 217.364 259.111 217.656 260.129C218.092 261.632 218.529 263.135 218.966 264.589C213.725 259.015 207.173 253.779 199.359 248.932C197.855 246.556 196.739 244.084 196.739 242.242ZM204.892 256.3C204.115 255.427 202.854 253.925 201.543 252.18C208.774 256.979 214.792 262.117 219.548 267.546L220.034 268.079C220.713 270.261 221.344 272.297 221.975 274.139C222.509 275.787 222.994 277.241 223.431 278.501C218.238 271.569 211.055 265.268 201.98 259.645L206.202 257.657L204.892 256.3ZM202.417 261.729C205.96 264.007 209.163 266.383 212.074 268.855L211.007 268.516C208.338 267.498 204.31 264.638 202.417 261.729ZM212.9 275.932C211.104 275.254 208.969 274.139 208.483 272.103C208.435 272.006 208.386 271.763 209.114 271.569L209.551 271.424L213.53 270.018C213.967 270.406 214.452 270.891 214.889 271.327C216.539 272.878 218.189 274.526 219.694 276.223C220.422 276.999 221.101 277.774 221.781 278.55C222.412 279.325 223.431 280.489 223.867 281.41C223.188 280.634 222.169 279.762 221.344 279.18C220.519 278.598 219.645 278.114 218.723 277.726C216.879 276.999 214.841 276.659 212.9 275.932ZM262.013 555.777C257.839 555.777 253.229 559.219 250.123 562.079C251.239 558.394 253.665 553.741 258.81 552.287C259.635 552.044 260.751 551.753 262.11 551.463C269.535 549.669 276.378 547.827 279.144 544.967C281.473 542.543 284.143 540.119 287.734 537.017C290.16 534.933 292.878 533.43 295.79 531.782C298.75 530.134 301.759 528.389 304.477 526.062C309.67 521.554 312.873 514.767 315.688 508.805C322.336 494.699 326.073 479.041 326.51 463.529C327.335 434.445 318.794 412.679 310.495 402.063C304.865 394.841 295.014 389.508 287.054 385.243L285.793 384.564C275.795 379.183 266.575 375.111 257.645 372.203C238.475 365.95 226.925 355.334 222.412 339.725C217.122 321.595 219.111 315.148 222.751 303.466C223.188 302.109 223.625 300.703 224.062 299.249C225.518 294.353 223.819 288.778 222.217 283.349C222.12 283.058 222.072 282.767 221.975 282.476C222.509 282.961 223.091 283.543 223.722 284.173C223.965 284.415 224.256 284.561 224.547 284.658C224.644 285.045 225.712 284.318 225.809 284.706C227.701 291.735 226.003 298.57 224.644 304.969C222.606 314.373 220.519 324.068 227.604 338.222C233.331 349.565 241.096 360.908 259.246 366.822C268.467 369.828 277.979 373.997 288.268 379.571L289.481 380.25C297.877 384.758 308.311 390.381 314.62 398.525C328.16 415.976 332.382 443.655 331.848 463.772C331.363 480.059 327.432 496.541 320.444 511.374C317.532 517.53 313.941 525.238 307.874 530.473C304.768 533.139 301.323 535.078 298.314 536.823C295.644 538.326 293.169 539.732 291.131 541.477C288.802 543.464 285.744 546.179 282.929 549.087C282.347 549.669 278.998 552.141 273.029 553.983C270.311 554.613 265.749 555.777 262.013 555.777ZM270.942 561.448C273.272 560.624 275.407 559.17 276.572 556.989C276.669 556.795 276.766 556.649 276.863 556.455C277.785 554.759 279.144 553.353 280.745 552.384C281.91 551.705 283.026 551.026 283.997 550.008C286.763 547.148 289.772 544.482 292.102 542.495C294.043 540.847 296.469 539.489 299.042 537.987C302.148 536.241 305.642 534.254 308.845 531.491C315.154 526.013 318.842 518.16 321.803 511.859C328.888 496.832 332.868 480.156 333.353 463.675C333.935 443.315 329.616 415.2 315.833 397.458C309.282 389.072 298.702 383.352 290.16 378.747L288.947 378.117C278.562 372.494 269.001 368.325 259.683 365.271C243.765 360.084 236.049 350.583 230.613 340.646C230.856 340.888 231.05 341.179 231.244 341.373C231.487 341.615 231.681 341.858 231.827 342.052L231.924 342.197C232.991 343.409 233.962 344.572 234.884 345.784C237.844 349.614 241.193 353.201 245.221 355.915C248.181 357.951 251.481 359.357 254.927 360.327C256.577 360.763 258.227 361.151 259.877 361.49C262.498 362.023 265.07 362.702 267.594 363.526C272.835 365.223 277.834 367.501 282.735 369.876C284.143 370.555 285.55 371.282 286.957 371.961C288.85 372.93 291.859 374.724 295.305 376.178C300.837 378.553 307.049 381.219 309.524 383.061C314.183 386.503 317.677 389.799 320.492 393.386C322.676 396.198 324.666 399.252 326.413 402.451C328.063 407.59 329.956 412.631 331.46 416.606C332.625 419.708 333.547 422.132 333.887 423.441C334.032 424.023 334.226 424.604 334.42 425.186C335.828 429.549 339.079 436.723 339.468 466.826C339.516 470.704 338.982 474.485 338.4 478.314C337.818 482.095 336.896 485.925 336.022 489.657C335.876 490.287 335.731 490.869 335.585 491.499C333.401 500.079 330.15 507.981 325.976 517.191C323.841 521.844 321.463 526.692 317.677 530.425C315.591 532.46 313.213 533.672 310.64 534.981C309.621 535.514 308.554 536.048 307.534 536.629C301.225 540.265 294.771 544.676 289.724 549.96C287.88 551.85 286.278 553.935 284.385 555.777C282.687 557.425 280.697 558.831 278.416 559.558C277.106 559.946 275.892 560.527 274.679 561.158C271.233 563 267.885 565.084 264.779 567.459C263.905 568.138 262.983 568.865 262.207 569.641C264.342 566.635 269.05 562.127 270.942 561.448ZM313.115 541.719C309.039 543.949 305.108 546.518 301.42 549.33L301.371 549.378C299.478 550.832 297.683 552.335 295.887 553.886C294.14 555.437 292.636 556.698 291.665 558.831C290.597 561.206 288.122 562.709 285.599 563.29C281.765 564.163 277.494 562.563 274.242 565.278C272.058 567.071 266.575 569.398 262.983 570.707C265.701 568.38 268.758 566.49 271.816 564.648C274.097 563.242 276.426 561.788 278.998 561.012C281.425 560.285 283.463 558.879 285.307 557.134C287.297 555.292 288.947 553.159 290.84 551.22C295.839 545.985 302.099 541.622 308.359 538.035C309.379 537.453 310.398 536.92 311.417 536.435C313.941 535.127 316.561 533.818 318.842 531.588C322.822 527.71 325.394 522.475 327.481 517.918C331.703 508.611 335.003 500.661 337.187 491.936C337.526 490.675 338.594 485.343 338.885 484.083C338.546 496.735 334.954 510.598 331.557 517.967C330.781 519.712 329.956 521.408 329.131 523.105C328.403 524.608 327.626 526.11 326.898 527.613C326.219 528.97 325.491 530.328 324.811 531.636C324.132 532.897 323.453 534.109 322.773 535.32C322.482 535.805 322.239 536.29 321.9 536.726C321.463 537.259 320.88 537.744 320.298 538.084C317.872 539.344 315.445 540.41 313.115 541.719ZM292.587 588.788C294.334 581.371 298.605 579.336 302.196 576.96C302.876 576.476 303.603 576.039 304.283 575.555L305.011 575.021C308.359 572.694 313.018 569.544 313.552 565.035C314.28 558.976 316.852 552.432 319.133 547.536C320.541 545.306 327.529 534.012 334.275 519.227C339.516 507.738 342.913 490.578 342.574 466.826C342.185 436.287 338.934 429.112 337.381 424.313C337.187 423.732 337.041 423.198 336.896 422.665C336.507 421.211 335.585 418.739 334.372 415.588C331.46 407.832 327.092 396.15 325.831 387.521C324.375 377.681 328.16 362.799 328.451 361.684C330.732 354.801 335.148 344.718 343.496 334.296C345 335.411 346.456 336.526 347.864 337.592C336.459 351.65 330.587 367.259 330.926 382.77C331.169 393.047 335.1 403.081 339.177 412.437C343.447 422.18 346.262 432.603 347.669 443.219C349.417 456.501 348.689 470.364 346.747 483.598L346.068 488.155C345.194 494.068 344.272 500.273 343.205 507.108C342.088 514.476 339.516 523.105 335.634 529.697C333.498 533.333 330.15 540.847 326.607 548.748C321.56 559.994 314.668 572.646 312.048 574.682C309.379 576.718 307.486 577.106 305.593 577.445C304.38 577.687 303.118 577.93 301.759 578.608C298.265 580.499 295.208 583.456 292.587 588.788ZM320.686 571.289C319.958 572.161 319.279 573.082 318.599 574.003C317.046 576.233 315.639 578.657 313.261 580.16C311.563 581.226 309.767 581.226 307.68 581.226C305.399 581.226 302.876 581.371 300.061 582.971C298.508 583.844 295.644 586.995 293.897 589.467C295.499 585.346 298.605 582.099 302.536 580.014C303.701 579.432 304.768 579.19 305.933 578.996C307.874 578.608 310.058 578.221 313.018 575.942C315.93 573.712 322.433 562.03 328.063 549.427C331.606 541.525 334.906 534.06 337.041 530.521C341.021 523.735 343.593 514.961 344.806 507.399C345.874 500.516 346.796 494.311 347.669 488.397L348.349 483.84C349.853 473.806 350.436 465.808 350.242 454.949C349.853 434.881 344.952 421.502 343.593 417.866C342.137 413.794 340.584 409.771 339.613 405.505C337.769 397.071 337.478 388.248 338.885 379.717C341.021 366.483 347.136 353.88 356.259 343.991L362.811 349.42C353.396 357.612 346.893 369.101 344.709 381.365C342.719 392.514 343.496 403.905 347.961 414.328C348.834 416.315 349.562 418.254 350.387 420.193C352.086 424.313 353.542 428.531 354.561 432.893C355.58 437.111 356.356 441.425 356.502 445.739C356.502 446.272 356.551 446.854 356.551 447.387C356.696 459.845 355.677 472.4 353.881 484.664L353.202 489.173C352.377 494.99 351.406 501.194 350.339 508.223C349.028 516.609 345.825 527.128 341.409 534.593C339.516 537.841 336.071 545.452 332.77 552.868C331.169 556.407 329.664 559.897 327.432 563.096C325.345 566.005 322.919 568.574 320.686 571.289ZM336.896 561.254C336.071 562.66 335.391 564.066 334.712 565.52C333.595 567.799 332.77 570.125 332.091 572.791C332.042 572.888 332.042 572.985 331.994 573.082C331.654 574.343 331.412 575.651 331.217 576.863C330.926 578.657 330.635 580.354 329.956 581.953C329.131 583.892 327.869 585.928 326.025 588.255C324.811 589.855 323.55 591.309 322.239 592.666C322.433 590.824 322.919 588.837 324.181 587.916C328.063 584.91 324.326 575.118 322.919 571.725C322.822 571.095 324.278 569.253 324.86 568.72C328.354 565.132 330.15 562.321 332.188 557.861C332.819 556.455 333.498 555.001 334.129 553.595C337.429 546.227 340.778 538.665 342.671 535.466C347.184 527.807 350.436 517.142 351.794 508.562C352.862 501.534 353.833 495.329 354.658 489.512L355.337 485.004C356.842 474.776 357.278 464.111 357.909 453.447C358.201 448.696 357.909 443.946 357.23 439.195C356.211 432.069 354.124 425.137 351.261 418.545C350.484 416.751 349.708 414.958 348.931 413.116C344.903 403.76 344.175 392.368 345.922 382.383C346.893 376.808 348.737 371.379 351.503 366.386C354.852 360.472 359.171 355.188 363.879 350.341C365.286 351.553 366.645 352.765 368.004 354.025C356.89 365.32 351.261 376.032 350.824 386.697C350.775 387.521 350.775 388.394 350.775 389.218C350.775 399.64 353.105 407.832 356.065 414.037C357.57 417.188 358.637 420.726 359.705 424.071C360.87 427.804 361.889 431.585 362.568 435.414C363.102 438.516 363.539 441.667 363.733 444.818C363.927 447.969 363.733 451.023 363.733 454.174C362.957 467.068 361.986 476.811 360.676 485.828C360.336 488.252 359.996 490.675 359.656 493.099C358.249 503.327 355.58 522.184 352.668 531.927C351.164 536.969 348.786 541.331 346.116 545.791C343.01 550.929 339.953 556.116 336.896 561.254ZM354.173 550.105C354.173 550.154 354.124 550.154 354.075 550.202C353.542 550.784 352.911 551.317 352.28 551.802C351.697 552.287 350.969 552.529 350.29 552.868C349.562 553.256 348.834 553.595 348.106 553.983C347.912 554.08 347.669 554.226 347.475 554.323C345.583 555.244 343.787 556.455 342.185 557.764C346.747 549.524 352.765 541.913 355.483 532.751C358.492 522.766 361.209 503.376 362.568 493.438C362.908 491.015 363.248 488.591 363.587 486.167C364.946 477.054 365.868 467.213 366.693 454.271C367.373 443.025 365.626 433.233 363.005 424.604C364.461 426.252 365.771 427.464 366.79 428.337C367.13 428.628 367.47 428.87 367.81 429.161C368.101 429.403 368.392 429.646 368.683 429.888C369.751 430.857 370.236 432.263 370.527 433.669C370.867 435.123 370.964 436.626 371.013 438.129C371.061 439.195 371.11 440.262 371.11 441.328C371.11 442.201 371.158 443.073 371.207 443.994C371.498 453.107 371.498 455.434 371.013 463.142L370.77 466.923C370.285 475.066 370.091 477.829 368.78 487.04L368.101 491.548C367.713 494.262 367.082 496.88 366.451 499.449C365.626 502.842 364.801 506.333 364.51 510.114L364.364 512.15C364.267 513.41 364.17 514.67 364.073 515.979C363.976 517.385 363.83 518.742 363.685 520.148C362.86 528.049 361.743 536.048 358.395 543.319C357.958 544.579 354.998 549.184 354.173 550.105ZM366.257 548.651C365.14 550.59 363.879 552.432 362.277 554.08C361.452 554.953 360.53 555.777 359.559 556.455C359.026 556.795 358.492 557.134 357.909 557.425C357.473 557.619 357.036 557.813 356.599 557.958C356.356 557.619 356.551 556.795 356.551 556.407C356.551 555.777 356.599 555.147 356.599 554.516C356.648 553.499 356.648 552.529 356.696 551.511C356.696 550.735 356.987 550.251 357.327 549.572C357.861 548.457 358.395 547.391 358.977 546.324C360.821 542.689 362.277 538.908 363.296 534.981C364.315 531.006 364.704 526.886 365.238 522.862C365.432 521.408 365.577 520.002 365.723 518.548C365.868 517.239 365.965 515.882 366.063 514.525C366.111 513.798 366.16 513.071 366.208 512.343L366.354 510.308C366.402 509.677 366.742 505.799 366.79 505.169C366.985 511.956 367.47 521.941 368.829 527.613C368.974 528.292 369.169 528.922 369.314 529.552C370.091 532.703 370.721 535.175 370.236 538.52C369.799 541.477 368.635 544.24 367.276 546.906C366.936 547.439 366.596 548.069 366.257 548.651ZM366.839 579.336C366.693 575.7 367.616 571.58 368.392 567.944C369.12 564.648 369.654 562.079 369.411 560.285C369.169 558.782 369.023 557.522 368.877 556.359C368.78 555.437 368.683 554.662 368.586 553.983C368.295 552.432 368.538 550.832 369.314 549.427C371.11 546.13 372.711 542.689 373.245 538.859C373.827 534.933 373.099 532.073 372.274 528.728C372.129 528.098 371.983 527.516 371.838 526.837C370.673 521.748 369.168 511.568 368.926 505.46C369.994 513.216 373.197 522.281 375.235 526.304C376.497 528.825 377.37 531.443 377.856 534.254C379.069 541.574 378.341 544.579 377.273 551.753C376.497 557.037 374.75 563.097 373.439 565.957C372.469 568.138 371.352 570.61 370.721 574.779C369.799 580.644 371.838 590.048 373.73 596.253C370.43 590 366.936 582.002 366.839 579.336ZM386.057 557.716C385.426 559.412 384.601 561.109 383.728 562.709C382.612 564.793 381.35 566.781 379.894 568.623C379.36 569.301 378.778 569.931 378.195 570.562C375.138 573.712 375.575 581.42 375.963 588.255C376.157 591.26 376.4 593.829 376.303 595.623C376.205 597.514 375.914 598.386 375.914 598.386C374.361 593.248 371.401 581.759 372.469 575.07C373.051 571.192 374.167 568.962 375.041 566.732C378.195 558.928 379.214 552.335 379.651 548.699C380.331 542.931 380.525 538.277 379.651 533.866C382.563 539.392 384.31 545.549 386.785 551.269C387.028 551.85 387.27 552.432 387.368 553.014V553.062C387.61 554.759 386.64 556.213 386.057 557.716ZM421.582 576.815C422.698 579.723 423.62 583.02 423.086 586.17C422.941 587.188 422.213 588.837 420.999 590.048C420.757 583.989 418.087 581.129 415.176 578.269C412.846 575.942 410.468 573.616 408.624 569.059C407.993 567.459 406.974 566.005 405.858 564.696C404.596 563.145 403.14 561.788 401.636 560.479C400.131 559.17 398.53 557.91 396.928 556.746C395.472 555.68 394.016 554.759 392.463 553.886C391.007 553.014 389.746 551.85 388.775 550.445C386.931 547.682 385.912 544.288 384.698 541.234C383.485 538.277 382.223 535.272 380.622 532.509C380.331 532.024 380.039 531.539 379.748 531.006C376.205 525.044 369.702 513.943 369.848 491.79L370.527 487.331C371.886 478.023 372.08 475.309 372.566 467.068L372.808 463.287C373.294 455.628 373.294 453.059 373.002 443.994C372.954 443.073 372.954 442.152 372.905 441.328C372.857 438.516 372.76 436.044 372.42 433.96C371.983 431.294 372.76 428.628 374.652 426.737C376.351 425.089 378.389 422.762 380.428 419.708C378.244 431.924 376.157 449.375 376.982 468.135C376.885 471.916 376.594 475.697 376.254 479.381C375.672 485.925 375.089 492.663 375.866 499.449C377.03 509.823 379.02 519.76 384.262 528.97C389.891 538.859 396.734 548.021 406.586 556.649C406.731 556.795 411.73 561.545 412.798 562.903C413.72 564.066 417.505 568.235 417.942 568.865C418.767 570.125 419.204 571.58 419.786 572.937C420.466 574.197 421.096 575.506 421.582 576.815ZM437.985 575.215C436.287 574.585 434.103 573.034 431.725 571.386C429.153 569.592 426.338 568.623 423.474 567.314C420.563 565.957 418.185 564.308 415.758 562.175C412.943 559.703 402.558 549.911 400.277 547.439C396.103 542.883 392.075 537.987 388.775 532.8C387.804 531.249 386.834 529.649 385.912 528.049C380.767 519.033 378.875 509.338 377.71 499.207C376.982 492.857 377.758 483.889 378.244 477.684C379.263 486.313 380.767 497.607 383.534 506.042L383.776 506.769C386.543 515.252 390.716 528.049 407.896 547.1C411.536 551.123 419.01 557.861 423.329 561.012C424.736 562.03 426.144 563.242 427.745 564.599C430.269 566.781 433.423 569.495 438.422 573.034C439.538 573.809 442.984 576.912 443.809 579.529C442.838 578.705 439.247 575.7 437.985 575.215ZM420.999 549.717C422.067 550.832 422.698 551.56 423.183 552.141C424.688 553.886 424.93 553.983 428.085 555.389L429.347 555.971C431.773 557.037 432.647 558.637 433.714 560.673C434.928 562.903 436.287 565.423 439.926 567.314C443.906 569.398 445.022 574.197 445.168 578.463C444.051 575.458 442.45 572.113 440.218 570.513C435.316 567.023 432.21 564.357 429.735 562.224C428.085 560.818 426.629 559.558 425.124 558.491C421.048 555.534 413.623 548.845 410.177 545.064C394.744 527.904 390.279 516.706 386.737 505.848L386.494 505.121C375.769 472.352 380.525 435.269 384.31 416.073C386.3 405.941 393.046 391.302 406.003 380.589C412.992 374.821 419.058 370.022 426.338 366.822C426.338 366.822 426.386 366.822 426.386 366.774C426.532 366.725 426.677 366.677 426.823 366.58C429.347 365.513 432.258 364.495 435.607 363.429C442.353 361.296 448.613 360.278 454.631 359.26C459.387 358.485 463.852 357.758 468.365 356.497C471.277 355.722 473.898 355.188 476.179 354.752C484.575 353.104 490.592 351.892 498.843 341.276C506.705 331.096 515.198 318.008 510.927 306.859C507.53 298.037 508.84 293.722 510.49 288.196C510.927 286.742 511.412 285.191 511.8 283.446C511.897 283.737 512.043 284.027 512.14 284.367C512.334 284.9 512.82 285.336 513.402 285.482C513.984 285.627 514.567 285.482 515.003 285.142C513.79 288.633 513.208 292.365 515.198 295.952C515.198 296.001 515.246 296.049 515.246 296.098C518.983 308.168 519.323 325.425 503.696 343.991C503.356 344.379 503.113 344.669 502.968 344.863C493.504 357.127 485.933 358.582 477.149 360.327C474.82 360.811 472.393 361.248 469.627 361.975C464.823 363.284 460.018 364.059 455.359 364.835C449.487 365.804 443.469 366.822 437.014 368.81C435.025 369.44 432.986 370.216 431.045 371.04C428.667 372.058 426.289 373.318 423.863 374.724C422.164 375.548 420.611 376.517 419.107 377.632C415.807 379.814 412.458 382.237 409.255 384.903C400.18 392.417 393.094 404.051 389.406 417.624C381.932 444.915 382.709 476.084 391.541 503.133L391.784 503.86C395.084 513.895 400.374 526.11 414.448 541.283C415.661 542.592 416.729 543.997 417.651 545.5C418.379 546.664 419.349 548.021 420.999 549.717ZM417.602 540.75C416.777 540.847 415.904 540.653 415.37 540.023C401.684 525.189 396.491 513.313 393.288 503.473L393.046 502.745C384.31 475.987 383.534 445.109 390.959 418.109C394.599 404.827 401.49 393.483 410.323 386.164C410.953 385.63 411.584 385.146 412.264 384.613C404.256 394.162 400.131 407.88 396.88 419.854C389.843 445.788 390.571 475.212 398.918 500.661L399.16 501.388C399.403 502.164 399.646 502.939 399.888 503.715C402.849 513.071 406.731 525.48 426.872 541.428C422.116 540.362 417.845 540.75 417.602 540.75ZM440.848 548.409C438.81 547.439 436.481 546.373 433.957 544.482C433.132 543.901 432.258 543.367 431.336 542.931C408.43 526.013 404.499 513.507 401.296 503.23C401.053 502.406 400.811 501.631 400.568 500.903L400.325 500.176C392.124 475.018 391.396 445.885 398.335 420.241C402.412 405.263 407.314 388.491 420.077 378.941C421.63 377.923 423.135 377.002 424.688 376.129C424.93 376.032 425.173 375.887 425.416 375.79V375.742C427.551 374.53 429.735 373.463 431.822 372.542C433.714 371.718 435.704 370.943 437.645 370.361C443.954 368.373 449.972 367.356 455.796 366.386C460.455 365.61 465.308 364.835 470.161 363.526C472.83 362.799 475.257 362.314 477.538 361.878C486.613 360.084 494.475 358.533 504.278 345.833C504.424 345.639 504.666 345.348 504.958 345.009C506.947 342.633 508.646 340.355 510.15 338.028C510.102 338.174 510.053 338.368 510.053 338.513C507.918 350.535 498.406 358.969 480.158 365.077C478.702 365.562 477.246 366.095 475.839 366.58V366.531C467.589 369.585 459.824 371.282 452.01 371.718C438.859 372.445 425.076 383.692 420.466 389.024C413.526 397.071 408.09 408.123 404.305 421.938C397.705 446.369 398.384 474.097 406.197 498.043L406.537 499.158C409.837 509.338 414.351 523.299 440.606 541.622C441.528 542.252 442.159 543.125 442.887 544.191C442.984 544.337 443.081 544.531 443.178 544.676C444.1 545.985 444.974 548.7 445.41 550.881C444.051 549.911 442.498 549.184 440.848 548.409ZM482.73 557.086C478.363 548.651 469.773 547.439 464.58 546.712L463.658 546.567C461.183 546.179 458.465 545.015 456.136 543.949C453.709 542.834 451.137 541.913 448.516 541.477C447.254 541.283 445.944 541.089 444.634 540.992C443.566 540.895 442.353 540.944 441.382 540.362C415.515 522.329 411.293 509.193 407.848 498.674L407.508 497.559C399.791 473.903 399.063 446.466 405.615 422.326C409.303 408.704 414.642 397.846 421.436 389.993C425.755 385.049 439.392 373.9 451.913 373.221C455.408 373.027 458.902 372.542 462.445 371.864C459.193 373.318 456.087 374.869 453.078 376.469L452.108 377.002C443.081 381.898 433.714 386.891 425.561 394.744C417.36 402.645 413.865 415.539 411.536 424.071C405.324 446.951 405.955 472.982 413.331 495.426C416.777 505.993 422.31 515.785 429.298 523.735C432.064 526.886 435.219 529.649 438.713 531.976C442.547 534.545 446.672 536.532 450.991 538.132C453.466 539.053 455.893 539.974 458.417 540.75C461.231 541.622 463.949 542.543 466.715 543.27C469.336 543.949 472.005 544.725 474.577 545.646C476.81 546.47 479.091 547.391 481.032 548.748C481.808 549.281 482.536 549.911 483.119 550.687C483.313 550.929 483.41 551.269 483.361 551.608C483.216 553.692 483.022 555.68 482.73 557.086ZM516.799 339.676C512.334 355.091 501.027 365.659 482.245 371.912C472.49 375.16 464.046 378.796 456.33 382.916L455.359 383.449C446.332 388.345 437.791 392.902 430.317 400.124C423.523 406.62 420.466 417.866 418.233 426.107C412.361 447.63 412.992 472.061 419.883 493.196C424.348 506.914 432.55 518.888 442.887 526.983C451.428 533.672 461.959 537.163 472.151 540.507C475.791 541.719 479.576 542.98 483.119 544.337C486.419 545.597 489.476 548.021 491.515 549.96C490.204 549.717 488.894 549.621 487.535 549.524C486.856 549.475 486.128 549.475 485.448 549.524C485.011 549.524 484.526 549.427 484.186 549.184C484.089 549.136 484.041 549.087 483.944 548.99C482.342 547.875 480.401 546.761 478.605 545.985C476.082 544.87 473.413 543.949 470.792 543.125C468.026 542.252 465.065 541.234 462.299 540.507C458.805 539.538 455.844 538.374 452.544 537.163C448.274 535.611 444.1 533.721 440.266 531.249C436.626 528.922 433.375 526.062 430.511 522.814C423.62 515.01 418.233 505.363 414.836 495.038C407.605 472.837 406.925 447.145 413.089 424.556C415.37 416.17 418.767 403.566 426.677 395.956C434.685 388.248 443.954 383.255 452.884 378.456L453.855 377.923C461.814 373.609 470.549 369.876 480.595 366.531C499.425 360.23 509.277 351.407 511.509 338.755C511.849 336.719 513.353 333.035 514.324 330.612C514.615 329.933 514.858 329.303 515.003 328.867C518.886 319.753 519.517 311.319 518.595 303.999C521.409 312.918 521.555 323.34 516.799 339.676Z' fill='white'/%3E%3Cpath d='M389.114 228.863C388.144 225.47 386.203 225.131 385.426 225.131C385.135 225.131 384.941 225.179 384.844 225.179L382.514 225.809C381.641 222.174 378.535 212.818 370.139 212.43H369.799C361.355 212.818 358.152 222.125 357.23 225.809L354.852 225.179C354.755 225.131 354.561 225.131 354.269 225.131C353.493 225.131 351.552 225.519 350.532 228.863C349.125 233.565 352.328 241.515 353.881 244.909L352.91 245.102C352.522 245.151 351.746 245.296 351.115 245.975C350.435 246.702 350.144 247.72 350.29 249.029C350.532 252.422 353.638 256.3 355.919 258.627C354.512 258.966 353.59 259.984 353.541 261.438C353.347 266.189 358.249 269 361.792 271.036C362.908 271.667 363.927 272.248 364.606 272.781C365.286 273.266 366.693 275.011 368.392 277.29C368.732 277.774 369.314 278.017 369.896 278.017C370.576 278.017 371.207 277.629 371.498 277.047C372.711 274.914 373.876 273.218 374.458 272.781C375.186 272.248 376.205 271.667 377.321 271.036C380.913 269 385.863 266.189 385.717 261.438C385.669 259.984 384.747 258.966 383.339 258.627C385.62 256.3 388.775 252.422 389.066 249.029C389.163 247.72 388.92 246.654 388.241 245.926C387.707 245.345 386.979 245.102 386.445 245.054L385.475 244.86C387.125 241.515 390.425 233.565 389.114 228.863ZM380.136 227.7L380.379 229.154L383.436 228.379C378.341 234.147 374.215 239.964 371.11 245.733C371.11 244.278 371.11 242.873 371.061 241.467C371.061 240.013 371.012 238.558 371.012 237.153L371.255 236.716C373.293 232.451 375.914 228.233 379.069 223.967C379.845 226.003 380.136 227.651 380.136 227.7ZM378.389 222.222C375.477 226.052 372.954 229.93 370.915 233.808C370.915 232.935 370.867 232.063 370.818 231.239C370.77 229.639 370.721 228.185 370.624 226.827C370.624 226.391 370.576 226.003 370.576 225.616L370.721 225.325C371.983 222.707 373.488 220.138 375.138 217.52C376.642 218.781 377.661 220.526 378.389 222.222ZM369.945 218.15C369.654 218.15 369.702 221.301 369.411 226.779C369.314 228.136 369.265 229.639 369.217 231.19C369.168 232.79 369.071 234.438 369.071 236.135C369.023 237.831 368.974 239.625 368.974 241.418C368.974 243.212 368.926 245.054 368.926 246.896C368.926 248.738 368.926 250.532 368.974 252.374C368.974 254.167 369.023 255.961 369.071 257.657C369.168 261.099 369.265 264.298 369.411 267.013C369.557 270.406 369.751 273.121 369.896 274.672H369.848C368.634 273.072 367.227 271.376 366.305 270.649C365.48 270.018 364.364 269.388 363.199 268.71C360.045 266.916 356.114 264.638 356.259 261.535C356.259 261.39 356.259 261.196 356.939 261.196H357.278L359.074 261.099L362.325 260.905L359.85 258.772C358.006 257.173 353.153 252.18 352.91 248.835C352.91 248.593 352.862 248.302 352.959 248.059C352.959 247.962 353.008 247.865 353.105 247.817H353.153C353.202 247.817 353.202 247.769 353.25 247.769C353.347 247.769 353.396 247.72 353.493 247.72C353.59 247.72 353.736 247.672 353.881 247.672C354.027 247.623 354.172 247.623 354.366 247.575C354.561 247.526 354.706 247.526 354.9 247.478C355.094 247.429 355.288 247.429 355.483 247.381C355.677 247.332 355.871 247.332 356.065 247.284C356.259 247.235 356.453 247.235 356.599 247.187C356.744 247.138 356.939 247.138 357.084 247.09C357.23 247.09 357.327 247.041 357.472 247.041C357.569 247.041 357.667 246.993 357.764 246.993C357.812 246.993 357.861 246.993 357.861 246.944L357.036 245.345C355.531 242.388 351.891 233.759 353.105 229.639C353.444 228.476 353.881 228.039 354.124 227.894C354.172 227.845 354.269 227.845 354.318 227.894L359.268 229.203L359.511 227.748C359.559 227.651 361.743 215.581 369.799 215.193H369.993C371.546 215.29 372.857 215.775 373.973 216.551C372.663 218.587 371.498 220.574 370.43 222.562C370.284 219.459 370.382 218.15 369.945 218.15ZM379.797 266.383C378.146 267.595 376.254 268.419 374.652 269.679C373.876 270.261 373.148 270.988 372.517 271.764C371.886 272.539 371.11 273.654 370.673 274.575C370.818 273.557 371.498 272.2 371.935 271.279C372.371 270.309 372.857 269.388 373.342 268.467C374.361 266.431 375.526 264.444 376.691 262.456C377.03 261.923 377.321 261.341 377.661 260.857L381.883 261.148L382.32 261.196C383.048 261.196 383.048 261.438 383.097 261.535C383.097 263.668 381.35 265.268 379.797 266.383ZM379.651 258.724L378.729 259.306C380.913 256.155 383.388 253.004 386.203 249.901C385.135 253.198 381.98 257.076 379.651 258.724ZM386.106 247.769C378.826 255.573 373.536 263.523 370.333 271.57C370.43 270.261 370.527 268.71 370.624 267.013C370.721 265.122 370.818 262.941 370.915 260.663L371.207 260.033C374.361 253.537 378.826 247.041 384.553 240.497C383.776 242.485 382.951 244.278 382.369 245.345L381.544 246.944L386.106 247.769ZM385.814 236.765C379.505 243.503 374.555 250.241 370.964 256.979C371.012 255.476 371.061 253.925 371.061 252.325C371.061 251.259 371.061 250.192 371.11 249.126L371.207 248.883C374.555 241.952 379.457 234.971 385.766 228.039C386.008 228.282 386.3 228.766 386.542 229.59C387.028 231.433 386.591 234.099 385.814 236.765Z' fill='white'/%3E%3Cpath d='M354.802 120.813C354.705 120.764 354.511 120.764 354.22 120.764C353.443 120.764 351.502 121.104 350.531 124.497C349.221 129.199 352.521 137.1 354.122 140.542L353.152 140.688C352.618 140.736 351.939 140.978 351.356 141.56C350.677 142.287 350.434 143.305 350.531 144.662C350.822 148.056 353.977 151.885 356.258 154.26C354.85 154.6 353.928 155.618 353.88 157.072C353.734 161.823 358.684 164.634 362.276 166.67C363.392 167.3 364.411 167.882 365.139 168.415C365.721 168.851 366.886 170.548 368.099 172.681C368.439 173.263 369.07 173.65 369.749 173.65C370.332 173.65 370.866 173.36 371.254 172.923C372.952 170.645 374.408 168.948 375.039 168.464C375.767 167.93 376.786 167.349 377.854 166.718C381.445 164.683 386.347 161.823 386.153 157.121C386.104 155.666 385.182 154.6 383.775 154.309C386.007 151.982 389.162 148.104 389.404 144.711C389.501 143.402 389.21 142.336 388.531 141.657C387.9 140.978 387.172 140.833 386.735 140.785L385.765 140.591C387.317 137.149 390.521 129.248 389.113 124.545C388.143 121.201 386.201 120.813 385.376 120.813C385.085 120.813 384.842 120.861 384.794 120.861L382.416 121.492C381.494 117.856 378.291 108.549 369.846 108.113H369.507C361.111 108.5 358.005 117.856 357.131 121.492L354.802 120.813ZM353.783 132.35C353.006 129.684 352.569 127.018 353.055 125.224C353.297 124.352 353.589 123.915 353.783 123.673C360.092 130.653 364.993 137.585 368.342 144.517L368.439 144.759C368.439 145.826 368.439 146.892 368.488 147.959C368.488 149.558 368.536 151.11 368.585 152.612C365.042 145.826 360.092 139.088 353.783 132.35ZM353.443 145.535C356.258 148.637 358.781 151.788 360.917 154.939L359.995 154.357C357.617 152.612 354.462 148.783 353.443 145.535ZM367.129 167.349C366.498 166.573 365.77 165.894 364.993 165.264C363.392 164.004 361.499 163.18 359.849 161.968C358.296 160.853 356.549 159.253 356.598 157.121C356.598 157.024 356.598 156.781 357.374 156.781L357.811 156.733L362.033 156.442C362.373 156.927 362.712 157.557 363.004 158.042C364.217 159.981 365.333 162.016 366.352 164.052C366.838 164.973 367.323 165.894 367.76 166.864C368.196 167.785 368.827 169.142 369.021 170.16C368.536 169.239 367.76 168.124 367.129 167.349ZM353.54 143.354L358.102 142.53L357.277 140.93C356.743 139.864 355.918 138.118 355.093 136.082C360.82 142.578 365.285 149.122 368.439 155.618L368.73 156.248C368.827 158.526 368.876 160.659 369.021 162.598C369.118 164.343 369.216 165.846 369.313 167.155C366.061 159.108 360.82 151.11 353.54 143.354ZM369.604 110.73H369.798C377.903 111.118 380.086 123.14 380.086 123.285L380.329 124.739L385.279 123.431C385.328 123.431 385.425 123.431 385.473 123.431C385.716 123.576 386.153 124.012 386.492 125.176C387.706 129.296 384.066 137.876 382.561 140.881L381.736 142.481C381.785 142.481 381.834 142.481 381.834 142.481C381.931 142.481 382.028 142.53 382.125 142.53L382.513 142.578C382.659 142.627 382.853 142.627 382.998 142.675C383.192 142.724 383.387 142.724 383.532 142.772C383.726 142.82 383.92 142.82 384.114 142.869C384.309 142.917 384.503 142.917 384.697 142.966C384.891 143.014 385.037 143.014 385.231 143.063C385.376 143.111 385.57 143.111 385.716 143.16C385.862 143.16 385.959 143.208 386.104 143.208C386.201 143.208 386.25 143.257 386.347 143.257C386.395 143.257 386.444 143.257 386.444 143.305C386.444 143.305 386.444 143.305 386.492 143.305C386.59 143.354 386.59 143.451 386.638 143.548C386.687 143.79 386.687 144.081 386.687 144.323C386.444 147.716 381.591 152.661 379.747 154.26L377.272 156.442L380.523 156.636L382.416 156.733H382.756C383.435 156.733 383.435 156.927 383.435 157.072C383.581 160.174 379.65 162.453 376.495 164.246C375.33 164.925 374.214 165.555 373.389 166.185C372.467 166.912 371.06 168.609 369.846 170.209C369.798 170.209 369.846 170.209 369.798 170.209C369.943 168.657 370.138 165.943 370.283 162.55C370.429 159.787 370.526 156.587 370.623 153.194C370.671 151.497 370.72 149.704 370.72 147.91C370.72 146.117 370.72 144.275 370.769 142.481C370.769 140.639 370.72 138.797 370.72 137.003C370.72 135.21 370.623 133.416 370.623 131.72C370.574 130.023 370.526 128.327 370.477 126.775C370.429 125.224 370.332 123.721 370.283 122.364C369.992 116.886 370.041 113.736 369.749 113.736C369.313 113.687 369.41 115.044 369.216 118.098C368.148 116.111 366.983 114.075 365.673 112.087C366.74 111.263 368.051 110.779 369.604 110.73ZM364.411 113.057C366.11 115.675 367.614 118.292 368.827 120.861L368.973 121.152C368.973 121.54 368.924 121.928 368.924 122.364C368.876 123.721 368.779 125.224 368.73 126.775C368.682 127.599 368.682 128.472 368.633 129.344C366.595 125.515 364.12 121.637 361.159 117.759C361.936 116.111 363.004 114.366 364.411 113.057ZM359.509 123.285C359.509 123.237 359.801 121.589 360.529 119.504C363.683 123.77 366.304 128.036 368.342 132.253L368.536 132.689C368.488 134.095 368.488 135.549 368.488 137.003C368.488 138.409 368.488 139.863 368.488 141.269C365.382 135.501 361.256 129.684 356.161 123.915L359.218 124.691L359.509 123.285Z' fill='white'/%3E%3Cpath d='M316.174 81.8394C315.058 86.4445 319.28 90.2256 322.386 92.9886C323.308 93.8127 324.23 94.6368 324.812 95.3154C325.298 95.8971 326.074 97.7392 326.802 100.114C326.996 100.745 327.53 101.229 328.209 101.375C328.792 101.52 329.374 101.326 329.811 100.938C331.946 99.048 333.693 97.6907 334.47 97.3514C335.295 96.9636 336.411 96.6242 337.624 96.2364C341.555 94.9761 346.942 93.231 347.719 88.529C347.961 87.0747 347.282 85.8628 345.972 85.2812C348.641 83.4391 352.523 80.3367 353.445 77.0404C353.785 75.7801 353.688 74.6652 353.203 73.8411C352.717 73.0655 352.038 72.7262 351.65 72.6292L350.728 72.2414C352.96 69.236 357.716 62.1102 357.328 57.2143C357.037 53.7241 355.241 52.9485 354.465 52.8031C354.173 52.7546 353.931 52.7546 353.882 52.7546L351.456 52.8516C351.31 49.0705 350.145 39.3271 341.944 37.1942L341.652 37.1457C333.354 35.7884 328.355 44.2715 326.753 47.6648L324.57 46.5983C324.473 46.5498 324.278 46.4529 323.987 46.4044C323.211 46.2105 321.221 46.162 319.619 49.3129C317.339 53.6271 318.94 62.0617 319.765 65.7458L318.794 65.6974C318.261 65.6004 317.533 65.6974 316.853 66.1821C316.077 66.7638 315.591 67.7333 315.397 69.0421C314.961 72.4353 317.29 76.8465 318.989 79.6096C317.63 79.6096 316.513 80.4337 316.174 81.8394ZM326.948 94.6852C326.462 93.8127 325.928 92.9886 325.298 92.213C323.987 90.6618 322.337 89.45 320.93 87.8988C319.619 86.4445 318.261 84.5056 318.746 82.4696C318.794 82.3727 318.843 82.1303 319.571 82.2757L320.008 82.3242L324.181 82.9059C324.375 83.4391 324.618 84.1178 324.812 84.6995C325.589 86.8808 326.268 89.0622 326.851 91.2435C327.093 92.2615 327.384 93.2795 327.627 94.2975C327.821 95.2669 328.209 96.7697 328.161 97.7876C327.918 96.8181 327.433 95.5578 326.948 94.6852ZM341.167 39.7634L341.361 39.8118C349.175 41.8478 348.835 54.1119 348.835 54.2088L348.786 55.6631L353.931 55.4207C353.979 55.4207 354.076 55.4207 354.125 55.4692C354.319 55.6631 354.659 56.1963 354.756 57.4082C355.095 61.674 349.709 69.333 347.622 71.9506L346.457 73.3564C346.505 73.3564 346.554 73.4048 346.554 73.4048C346.651 73.4533 346.748 73.4533 346.797 73.5018C346.942 73.5503 347.039 73.5987 347.185 73.6472C347.331 73.6957 347.476 73.7442 347.67 73.8411C347.864 73.8896 348.01 73.9865 348.204 74.035C348.398 74.0835 348.592 74.1804 348.738 74.2774C348.932 74.3259 349.126 74.4228 349.272 74.4713C349.466 74.5198 349.611 74.6167 349.806 74.6652C349.951 74.7137 350.097 74.7621 350.242 74.8591C350.339 74.9076 350.485 74.956 350.582 75.0045C350.679 75.053 350.728 75.053 350.825 75.1015C350.873 75.1015 350.873 75.1499 350.922 75.1499C350.922 75.1499 350.922 75.1499 350.97 75.1499C351.019 75.1984 351.019 75.3438 351.019 75.3923C351.019 75.6347 350.97 75.9255 350.873 76.1679C349.951 79.4157 344.176 83.2452 342.041 84.4571L339.177 86.0567L342.332 86.9293L344.176 87.414L344.516 87.511C345.147 87.6564 345.098 87.8503 345.098 87.9957C344.564 91.0981 340.294 92.4554 336.799 93.5703C335.538 93.9581 334.324 94.3944 333.354 94.8307C332.286 95.3154 330.587 96.7212 329.034 98.03C328.986 98.03 329.034 98.03 328.986 97.9815C329.423 96.4788 330.199 93.9097 331.073 90.6134C331.801 87.9473 332.577 84.8449 333.354 81.5001C333.742 79.8035 334.179 78.1069 334.518 76.3618C334.907 74.6167 335.295 72.8231 335.683 71.0296C336.023 69.236 336.411 67.4424 336.751 65.6974C337.091 63.9523 337.43 62.2072 337.77 60.5106C338.11 58.8139 338.352 57.2143 338.644 55.6146C338.935 54.0634 339.129 52.6092 339.371 51.2519C340.245 45.8227 340.924 42.7688 340.633 42.7203C340.196 42.6234 340.051 43.9322 339.226 46.8892C338.595 44.7078 337.867 42.478 336.993 40.2481C338.255 39.7634 339.614 39.521 341.167 39.7634ZM335.586 40.9752C336.702 43.8837 337.624 46.7437 338.304 49.5553L338.401 49.8946C338.304 50.2824 338.207 50.6702 338.11 51.058C337.77 52.3668 337.382 53.821 336.993 55.3722C336.799 56.1963 336.557 57.0204 336.363 57.8929C335.198 53.6756 333.548 49.4098 331.509 45.0471C332.577 43.4959 333.936 41.9932 335.586 40.9752ZM328.112 51.3488L328.646 49.9915C328.646 49.9431 329.277 48.3919 330.442 46.5014C332.626 51.3004 334.324 56.0024 335.44 60.6075L335.538 61.0923C335.198 62.498 334.907 63.8553 334.567 65.3096C334.276 66.6669 333.985 68.0726 333.645 69.4784C331.801 63.1767 328.986 56.6811 325.2 49.9431L328.112 51.3488ZM321.997 50.5248C322.434 49.7492 322.774 49.3614 323.065 49.1675C327.773 57.2628 331.121 65.1157 332.965 72.5808L333.014 72.8231C332.82 73.8411 332.577 74.9076 332.383 75.9255C332.043 77.4767 331.801 79.0279 331.509 80.4822C329.423 73.1625 325.977 65.5035 321.221 57.6021C320.978 54.8875 321.124 52.2214 321.997 50.5248ZM323.259 68.5089L322.774 66.7638C322.434 65.6004 321.997 63.7099 321.658 61.577C325.928 69.1391 328.937 76.4587 330.636 83.4391L330.83 84.1178C330.442 86.3476 330.054 88.4805 329.762 90.371C329.471 92.0676 329.277 93.6188 329.083 94.8791C327.627 86.3476 324.133 77.4282 318.649 68.315L323.259 68.5089ZM318.115 70.4964C320.202 74.132 321.997 77.7191 323.453 81.2577L322.677 80.4337C320.736 78.3008 318.455 73.8896 318.115 70.4964Z' fill='white'/%3E%3Cpath d='M250.315 87.8502C249.636 88.5288 249.296 89.5468 249.344 90.9041C249.49 94.2973 252.45 98.3207 254.634 100.744C253.227 100.987 252.256 102.005 252.159 103.459C251.819 108.21 256.624 111.215 260.118 113.445C261.186 114.123 262.205 114.754 262.884 115.335C263.467 115.82 264.535 117.517 265.651 119.747C265.942 120.328 266.573 120.765 267.252 120.765C267.835 120.813 268.417 120.571 268.757 120.086C270.552 117.905 272.057 116.256 272.736 115.772C273.464 115.287 274.532 114.705 275.648 114.123C279.336 112.233 284.335 109.615 284.335 104.913C284.335 103.459 283.462 102.344 282.054 102.005C284.384 99.775 287.684 96.0424 288.121 92.6492C288.266 91.3403 288.023 90.2739 287.393 89.5468C286.81 88.8197 286.034 88.6258 285.645 88.5773L284.675 88.3834C286.373 85.0386 289.916 77.2342 288.751 72.4837C287.926 69.0904 285.985 68.6057 285.209 68.6057C284.917 68.6057 284.675 68.6542 284.626 68.6542L282.248 69.1874C281.472 65.5033 278.706 56.0507 270.31 55.2751H270.019C261.623 55.3236 258.08 64.4853 257.061 68.0725L254.731 67.2484C254.634 67.1999 254.44 67.1515 254.149 67.1515C253.372 67.103 251.383 67.3938 250.315 70.6901C248.762 75.2952 251.722 83.3905 253.13 86.8807L252.159 86.9776C251.625 87.0746 250.897 87.2685 250.315 87.8502ZM264.923 114.317C264.34 113.542 263.661 112.815 262.884 112.136C261.332 110.827 259.487 109.858 257.886 108.597C256.381 107.385 254.683 105.689 254.828 103.604C254.828 103.508 254.877 103.265 255.605 103.314H256.042L260.264 103.217C260.555 103.75 260.895 104.332 261.186 104.865C262.302 106.852 263.321 108.937 264.292 111.021C264.729 111.991 265.165 112.912 265.554 113.881C265.942 114.802 266.524 116.208 266.67 117.226C266.233 116.305 265.505 115.141 264.923 114.317ZM269.97 57.8443H270.164C278.22 58.5714 279.87 70.7386 279.87 70.8355L280.064 72.2898L285.063 71.2233C285.112 71.2233 285.209 71.2233 285.257 71.2718C285.5 71.4172 285.888 71.8535 286.179 73.0654C287.198 77.2342 283.17 85.6688 281.52 88.5773L280.598 90.177C280.647 90.177 280.695 90.177 280.744 90.2254C280.841 90.2254 280.938 90.2739 281.035 90.2739C281.181 90.3224 281.278 90.3224 281.423 90.3709C281.569 90.4193 281.763 90.4193 281.909 90.4678C282.103 90.5163 282.297 90.5648 282.442 90.6132C282.637 90.6617 282.831 90.7102 283.025 90.7587L283.607 90.9041C283.801 90.9526 283.947 91.001 284.141 91.001C284.287 91.0495 284.432 91.0495 284.626 91.098C284.723 91.1465 284.869 91.1465 285.015 91.1949C285.112 91.1949 285.16 91.2434 285.257 91.2434C285.306 91.2434 285.306 91.2434 285.354 91.2919H285.403C285.5 91.3403 285.5 91.4373 285.5 91.5342C285.548 91.7766 285.548 92.0675 285.5 92.3098C285.112 95.6546 280.016 100.405 278.123 101.908L275.551 103.944L278.803 104.283L280.695 104.477L281.035 104.525C281.714 104.574 281.714 104.768 281.666 104.865C281.666 107.967 277.638 110.052 274.386 111.748C273.173 112.378 272.057 112.96 271.183 113.542C270.213 114.22 268.757 115.869 267.446 117.371C267.398 117.371 267.446 117.371 267.398 117.371C267.592 115.82 267.932 113.154 268.223 109.712C268.466 106.998 268.757 103.798 268.951 100.357C269.048 98.66 269.193 96.8665 269.291 95.0729C269.388 93.2793 269.485 91.4373 269.582 89.6437C269.63 87.8017 269.727 86.0081 269.776 84.2146C269.824 82.421 269.873 80.6274 269.921 78.9308C269.97 77.2342 269.97 75.5376 269.97 73.9864C270.019 72.4352 269.97 70.9325 269.97 69.5752C269.921 64.0975 270.116 60.9467 269.824 60.9467C269.388 60.8982 269.436 62.2555 269.096 65.2609C268.126 63.225 267.058 61.1406 265.845 59.0562C267.058 58.2806 268.417 57.8443 269.97 57.8443ZM264.68 59.9287C266.233 62.5948 267.641 65.3094 268.757 67.9271L268.902 68.2179C268.854 68.6057 268.854 68.9935 268.805 69.4298C268.66 70.7871 268.514 72.2898 268.417 73.841C268.368 74.665 268.271 75.5376 268.223 76.4101C266.379 72.4837 264.049 68.5087 261.332 64.5338C262.059 62.9342 263.224 61.2375 264.68 59.9287ZM259.002 71.3688L259.293 69.9145C259.293 69.866 259.681 68.2179 260.506 66.182C263.467 70.5932 265.893 74.9559 267.738 79.2701L267.932 79.7064C267.835 81.1122 267.738 82.5664 267.689 84.0207C267.641 85.4264 267.543 86.8322 267.495 88.2864C264.68 82.3725 260.798 76.4101 255.993 70.3993L259.002 71.3688ZM252.79 71.6111C253.081 70.7871 253.372 70.3023 253.615 70.0599C259.584 77.2827 264.146 84.5054 267.204 91.5827L267.301 91.8251C267.252 92.8915 267.204 93.958 267.204 95.0244C267.155 96.6241 267.107 98.1753 267.058 99.678C263.807 92.7946 259.148 85.8142 253.178 78.7854C252.547 76.0708 252.208 73.3562 252.79 71.6111ZM257.012 89.1105L256.236 87.4624C255.75 86.3959 254.974 84.6024 254.295 82.5179C259.73 89.3044 263.904 95.9939 266.718 102.635L267.01 103.314C266.961 105.592 266.961 107.725 267.01 109.664C267.01 111.409 267.058 112.912 267.058 114.22C264.243 106.028 259.342 97.836 252.402 89.6922L257.012 89.1105ZM259.245 101.617L258.323 100.987C256.09 99.1933 253.081 95.2183 252.208 91.8736C254.877 95.1214 257.255 98.3692 259.245 101.617Z' fill='white'/%3E%3Cpath d='M157.237 213.691L156.509 214.322C156.072 214.612 155.587 215.194 155.393 215.97C155.199 216.939 155.442 217.957 156.218 219.072C158.159 221.884 162.818 223.629 165.973 224.55C164.905 225.519 164.662 226.876 165.342 228.185C167.574 232.354 173.252 232.354 177.426 232.354C178.688 232.354 179.901 232.354 180.775 232.451C181.503 232.548 183.347 233.421 185.482 234.681C186.064 235.02 186.792 235.02 187.375 234.729C187.86 234.439 188.2 233.905 188.297 233.324C188.637 230.512 189.025 228.282 189.365 227.555C189.704 226.731 190.287 225.713 190.918 224.647C193.004 221.06 195.819 216.212 193.296 212.189C192.519 210.928 191.209 210.492 189.801 210.928C190.578 207.777 191.354 202.881 189.898 199.828C189.316 198.616 188.54 197.889 187.617 197.598C186.744 197.307 186.016 197.549 185.628 197.743L184.706 198.082C184.366 194.35 183.153 185.867 179.61 182.474C177.086 180.05 175.194 180.68 174.514 181.068C174.272 181.213 174.077 181.359 174.029 181.407L172.282 183.104C169.661 180.389 162.236 173.894 154.714 177.772L154.422 177.917C147.337 182.425 149.327 192.072 150.346 195.659L148.016 196.289C147.919 196.289 147.725 196.386 147.483 196.531C146.803 196.919 145.299 198.228 146.124 201.621C147.288 206.275 154.131 211.51 157.237 213.691ZM160.149 212.479C159.13 211.849 157.577 210.734 155.878 209.377C164.08 212.189 171.214 215.63 177.183 219.654L177.766 220.042C178.979 221.981 180.095 223.774 181.163 225.374C182.085 226.828 182.959 228.137 183.686 229.203C176.892 223.823 168.351 219.508 158.159 216.406L161.702 213.449L160.149 212.479ZM159.178 218.345C163.158 219.654 166.895 221.108 170.341 222.756L169.224 222.708C166.361 222.417 161.702 220.672 159.178 218.345ZM181.891 230.512C180.969 230.173 179.998 229.93 179.028 229.785C176.989 229.494 174.951 229.688 172.913 229.494C170.971 229.3 168.642 228.767 167.671 226.925C167.623 226.828 167.526 226.634 168.157 226.246L168.545 226.004L172.039 223.629C172.573 223.92 173.155 224.259 173.689 224.55C175.679 225.665 177.669 226.828 179.61 228.088C180.483 228.67 181.357 229.203 182.231 229.833C183.056 230.415 184.317 231.288 184.948 232.063C184.075 231.433 182.861 230.851 181.891 230.512ZM155.781 180.147L155.927 180.05C163.109 176.366 171.02 185.721 171.117 185.818L172.088 186.933L175.727 183.346C175.776 183.298 175.825 183.249 175.922 183.249C176.213 183.249 176.795 183.443 177.669 184.267C180.775 187.224 181.891 196.531 182.085 199.828L182.182 201.67C182.231 201.67 182.279 201.621 182.279 201.621C182.376 201.573 182.473 201.573 182.522 201.524C182.667 201.476 182.764 201.427 182.91 201.379C183.056 201.33 183.25 201.282 183.395 201.185C183.589 201.136 183.735 201.039 183.929 200.991L184.463 200.797C184.657 200.749 184.851 200.652 184.997 200.603C185.191 200.555 185.337 200.458 185.531 200.409C185.676 200.361 185.822 200.312 185.967 200.264L186.307 200.118C186.404 200.07 186.453 200.07 186.55 200.021C186.598 200.021 186.647 199.973 186.647 199.973H186.695C186.792 199.973 186.89 200.07 186.938 200.118C187.132 200.312 187.229 200.555 187.375 200.797C188.831 203.851 187.132 210.54 186.307 212.867L185.239 215.97L188.151 214.515L189.85 213.643L190.141 213.497C190.723 213.158 190.82 213.352 190.869 213.449C192.519 216.067 190.287 219.993 188.442 223.144C187.763 224.307 187.132 225.422 186.695 226.392C186.259 227.458 185.87 229.64 185.628 231.627H185.579C184.9 230.221 183.735 227.749 182.182 224.744C180.92 222.271 179.416 219.46 177.814 216.454C176.989 214.952 176.164 213.4 175.242 211.849C174.369 210.298 173.446 208.698 172.524 207.099C171.602 205.499 170.68 203.948 169.758 202.397C168.836 200.846 167.914 199.343 167.04 197.889C166.167 196.434 165.293 195.029 164.42 193.671C163.595 192.314 162.77 191.102 162.042 189.939C159.081 185.334 157.528 182.571 157.286 182.716C156.898 182.91 157.674 184.025 158.984 186.739C157.043 185.528 155.053 184.364 152.918 183.249C153.597 182.037 154.52 180.971 155.781 180.147ZM152.481 184.752C155.247 186.158 157.82 187.709 160.246 189.309L160.537 189.502C160.731 189.842 160.877 190.23 161.071 190.569C161.702 191.781 162.381 193.09 163.109 194.495C163.498 195.222 163.886 195.998 164.323 196.774C160.634 194.447 156.558 192.314 152.093 190.472C151.899 188.63 151.899 186.594 152.481 184.752ZM153.84 197.452L153.355 196.095C153.355 196.047 152.772 194.495 152.384 192.266C157.237 194.398 161.654 196.774 165.536 199.44L165.973 199.731C166.652 200.991 167.332 202.251 168.06 203.512C168.739 204.724 169.467 205.984 170.195 207.196C164.614 203.706 158.159 200.749 150.88 198.276L153.84 197.452ZM148.599 199.197C157.528 202.106 165.245 205.693 171.602 210.056L171.796 210.201C172.33 211.122 172.864 212.043 173.398 212.964C174.174 214.322 174.999 215.63 175.776 216.939C169.321 212.867 161.654 209.474 152.821 206.759C150.831 204.82 149.084 202.736 148.647 200.942C148.502 200.07 148.502 199.488 148.599 199.197Z' fill='white'/%3E%3Cpath d='M105.113 246.072L103.608 247.962C103.56 248.059 103.414 248.204 103.317 248.495C103.026 249.222 102.589 251.161 105.307 253.343C109.092 256.397 117.682 256.494 121.467 256.397L121.273 257.366C121.079 257.851 121.031 258.626 121.37 259.354C121.759 260.226 122.632 260.905 123.894 261.341C127.146 262.407 131.95 261.002 135.008 259.838C134.765 261.244 135.347 262.504 136.658 263.135C140.977 265.122 145.49 261.729 148.79 259.208C149.809 258.433 150.732 257.705 151.508 257.269C152.139 256.881 154.177 256.494 156.604 256.251C157.283 256.154 157.866 255.766 158.157 255.136C158.399 254.603 158.351 253.973 158.06 253.488C156.652 251.064 155.633 249.028 155.439 248.253C155.245 247.38 155.099 246.217 154.954 244.957C154.468 240.836 153.789 235.262 149.373 233.565C148.014 233.032 146.703 233.468 145.83 234.68C144.568 231.675 142.239 227.312 139.23 225.761C138.065 225.13 136.997 224.985 136.075 225.324C135.202 225.615 134.765 226.245 134.571 226.633L134.037 227.457C131.513 224.694 125.447 218.635 120.594 218.053C117.1 217.617 115.983 219.265 115.692 219.992C115.595 220.283 115.547 220.477 115.547 220.574L115.158 222.998C111.422 222.416 101.618 221.689 97.9301 229.251L97.6874 229.445C94.727 237.346 102.104 243.842 105.113 246.072ZM104.676 242.194C109.82 240.982 114.77 240.255 119.478 240.012L119.963 239.964C121.273 240.594 122.632 241.224 123.943 241.806C125.253 242.387 126.563 242.921 127.874 243.502C121.322 244.036 114.382 245.538 107.054 247.962L108.995 245.441L107.782 244.666C107.733 244.666 106.326 243.745 104.676 242.194ZM107.005 251.307C106.326 250.725 106.035 250.289 105.889 249.998C114.77 246.944 123.118 245.199 130.834 244.86H131.077C132.047 245.247 133.066 245.684 133.988 246.072C135.444 246.702 136.9 247.235 138.308 247.817C130.688 248.447 122.535 250.337 113.848 253.44C111.082 253.149 108.461 252.47 107.005 251.307ZM123.894 258.045L124.962 253.537L123.118 253.682C121.953 253.779 119.963 253.827 117.828 253.779C126.078 251.064 133.843 249.562 141.074 249.222L141.802 249.174C143.937 249.998 145.927 250.774 147.723 251.404C149.324 251.985 150.78 252.519 152.042 252.955C143.306 252.713 133.94 254.458 123.894 258.045ZM136.512 256.445C134.037 257.899 129.281 259.305 125.835 258.966C129.815 257.608 133.649 256.542 137.434 255.815L136.512 256.445ZM151.314 255.039C150.343 255.33 149.421 255.718 148.548 256.203C146.752 257.221 145.248 258.578 143.452 259.596C141.802 260.565 139.618 261.583 137.725 260.662C137.628 260.614 137.386 260.517 137.725 259.838L137.871 259.402L139.278 255.427C139.861 255.33 140.54 255.233 141.122 255.185C143.403 254.845 145.684 254.603 147.965 254.458C148.984 254.409 150.052 254.312 151.12 254.312C152.139 254.312 153.643 254.215 154.614 254.458C153.643 254.506 152.284 254.748 151.314 255.039ZM100.162 230.463L100.26 230.269C103.802 222.998 115.741 225.712 115.886 225.761L117.294 226.1L118.07 221.059C118.07 220.962 118.119 220.913 118.167 220.865C118.362 220.671 118.944 220.477 120.206 220.622C124.476 221.107 130.979 227.893 133.115 230.414L134.28 231.82L134.328 231.723C134.377 231.626 134.425 231.578 134.474 231.481C134.522 231.384 134.619 231.238 134.716 231.141C134.765 230.996 134.862 230.899 134.959 230.753C135.056 230.608 135.153 230.414 135.25 230.269C135.347 230.123 135.444 229.929 135.59 229.784C135.687 229.59 135.784 229.445 135.93 229.299C136.027 229.154 136.124 229.008 136.221 228.814C136.318 228.669 136.415 228.572 136.463 228.427C136.512 228.33 136.609 228.233 136.658 228.087C136.706 227.99 136.755 227.942 136.803 227.893C136.803 227.845 136.852 227.845 136.852 227.797C136.852 227.797 136.852 227.797 136.9 227.748C136.997 227.7 137.094 227.7 137.191 227.748C137.434 227.797 137.677 227.893 137.919 228.039C140.928 229.59 143.549 235.989 144.325 238.316L145.345 241.418L146.801 238.509L147.626 236.813L147.771 236.522C148.014 235.94 148.208 235.989 148.354 236.037C151.265 237.152 151.799 241.612 152.236 245.247C152.382 246.605 152.527 247.865 152.818 248.883C153.11 249.998 154.129 251.985 155.099 253.731C155.099 253.731 155.099 253.731 155.051 253.779C153.643 253.052 151.265 251.792 148.208 250.289C145.733 249.077 142.821 247.72 139.715 246.314C138.162 245.635 136.561 244.86 134.862 244.133C133.212 243.405 131.513 242.678 129.863 241.951C128.165 241.272 126.466 240.545 124.816 239.867C123.166 239.14 121.516 238.509 119.914 237.879C118.313 237.249 116.76 236.619 115.304 236.086C113.848 235.504 112.441 235.019 111.13 234.535C105.986 232.644 103.123 231.335 102.977 231.626C102.783 232.014 104.045 232.45 106.763 233.807C104.482 234.001 102.201 234.292 99.8228 234.68C99.5801 233.274 99.6286 231.868 100.162 230.463ZM109.238 235.116H109.577C109.917 235.31 110.305 235.456 110.645 235.649C111.907 236.231 113.217 236.91 114.625 237.588C115.401 237.928 116.178 238.316 116.954 238.703C112.586 239.043 108.073 239.818 103.366 240.982C102.104 239.624 100.939 237.976 100.26 236.183C103.366 235.601 106.326 235.262 109.238 235.116Z' fill='white'/%3E%3Cpath d='M158.11 327.17C158.643 326.007 159.177 324.94 159.663 324.213C160.051 323.583 161.652 322.323 163.691 320.965C164.273 320.577 164.564 319.947 164.516 319.269C164.467 318.687 164.176 318.154 163.642 317.863C161.264 316.36 159.42 315.003 158.886 314.421C158.304 313.743 157.624 312.773 156.945 311.755C154.615 308.362 151.461 303.66 146.753 304.193C145.298 304.338 144.327 305.356 144.133 306.762C141.609 304.678 137.581 301.866 134.135 301.866C132.825 301.866 131.806 302.206 131.127 302.933C130.496 303.611 130.399 304.338 130.399 304.775L130.302 305.744C126.759 304.435 118.606 301.818 114.044 303.563C110.744 304.823 110.55 306.762 110.598 307.538C110.598 307.829 110.695 308.023 110.695 308.119L111.472 310.446C107.88 311.61 98.8051 315.488 99.0477 323.922L99.0963 324.262C100.115 332.599 109.627 335.023 113.316 335.605L112.879 337.98C112.83 338.077 112.83 338.319 112.83 338.562C112.879 339.337 113.364 341.276 116.81 341.955C121.615 342.924 129.282 339.095 132.582 337.253L132.825 338.174C132.922 338.707 133.165 339.386 133.844 339.87C134.621 340.501 135.688 340.694 136.999 340.452C140.396 339.919 143.987 336.477 146.171 334.053C146.608 335.459 147.724 336.283 149.18 336.186C153.839 335.992 156.314 330.903 158.11 327.17ZM101.717 323.922V323.728C101.523 315.633 113.413 312.579 113.51 312.579L114.917 312.24L113.267 307.392C113.267 307.344 113.219 307.247 113.267 307.198C113.364 306.956 113.801 306.52 114.966 306.084C118.994 304.581 127.875 307.586 130.932 308.895L132.631 309.622C132.631 309.574 132.631 309.525 132.631 309.525C132.631 309.428 132.631 309.331 132.68 309.234C132.68 309.089 132.728 308.944 132.728 308.847C132.728 308.701 132.777 308.507 132.777 308.362C132.777 308.168 132.825 307.974 132.825 307.829C132.825 307.635 132.874 307.441 132.874 307.247L132.922 306.52C132.922 306.326 132.971 306.132 132.971 305.987C132.971 305.841 133.019 305.647 133.019 305.502C133.019 305.356 133.068 305.259 133.068 305.114C133.068 305.017 133.068 304.969 133.068 304.872C133.068 304.823 133.068 304.775 133.116 304.775V304.726C133.165 304.629 133.262 304.629 133.359 304.581C133.602 304.484 133.893 304.484 134.135 304.484C137.533 304.484 142.822 308.944 144.57 310.689L146.899 312.967L146.851 309.719L146.802 307.829V307.489C146.753 306.859 146.948 306.811 147.093 306.811C150.199 306.471 152.723 310.204 154.761 313.209C155.489 314.324 156.217 315.391 156.945 316.166C157.721 317.039 159.517 318.299 161.216 319.414C161.216 319.463 161.216 319.414 161.216 319.463C159.663 319.463 156.945 319.414 153.499 319.511C150.733 319.559 147.53 319.705 144.133 319.85C142.434 319.947 140.639 319.996 138.843 320.141C137.047 320.238 135.203 320.384 133.408 320.529C131.563 320.674 129.768 320.82 127.972 320.965C126.128 321.062 124.332 321.256 122.634 321.402C120.935 321.547 119.285 321.741 117.732 321.935C116.179 322.08 114.675 322.274 113.316 322.468C107.88 323.147 104.726 323.292 104.726 323.631C104.726 324.068 106.085 323.825 109.094 323.825C107.152 325.037 105.26 326.346 103.318 327.8C102.493 326.685 101.911 325.425 101.717 323.922ZM104.386 328.915C106.861 327.025 109.385 325.376 111.86 323.922L112.151 323.728C112.539 323.728 112.928 323.728 113.364 323.728C114.723 323.68 116.228 323.631 117.781 323.583C118.606 323.534 119.479 323.534 120.353 323.486C116.664 325.764 112.976 328.527 109.336 331.727C107.638 331.096 105.842 330.224 104.386 328.915ZM111.132 332.308C115.16 328.867 119.188 325.91 123.313 323.583L123.75 323.341C125.157 323.292 126.613 323.195 128.069 323.098C129.477 323.001 130.932 322.904 132.34 322.807C126.759 326.297 121.275 330.806 115.839 336.283L116.422 333.181L114.966 333.035C114.917 333.035 113.267 332.89 111.132 332.308ZM124.429 338.077C121.809 339.046 119.188 339.676 117.344 339.289C116.47 339.095 115.985 338.852 115.742 338.659C122.245 331.872 128.846 326.491 135.543 322.662L135.786 322.516C136.853 322.419 137.921 322.323 138.94 322.274C140.493 322.177 142.046 321.983 143.599 321.838C137.096 325.91 130.738 331.339 124.429 338.077ZM145.928 330.369C144.424 332.793 140.784 336.235 137.63 337.495C140.542 334.49 143.502 331.775 146.462 329.4L145.928 330.369ZM135.446 337.544L134.33 333.035L132.777 334.005C131.709 334.635 130.059 335.605 128.069 336.526C134.184 330.369 140.347 325.425 146.608 321.838L147.239 321.498C149.52 321.256 151.655 321.014 153.548 320.771C155.246 320.577 156.799 320.335 158.11 320.19C150.296 323.922 142.725 329.739 135.446 337.544ZM148.986 333.52C148.889 333.52 148.646 333.52 148.598 332.793L148.549 332.357L147.967 328.188C148.452 327.849 149.034 327.461 149.52 327.122C151.364 325.813 153.305 324.504 155.246 323.341C156.12 322.807 157.042 322.274 157.964 321.741C158.838 321.256 160.148 320.48 161.167 320.287C160.294 320.771 159.226 321.595 158.498 322.323C157.77 323.001 157.139 323.777 156.605 324.601C155.489 326.297 154.761 328.236 153.693 329.982C152.577 331.581 151.121 333.423 148.986 333.52Z' fill='white'/%3E%3Cpath d='M167.57 370.845C167.57 370.942 167.57 371.185 167.619 371.427C167.813 372.202 168.589 373.996 172.132 374.141C177.034 374.335 183.973 369.294 186.934 366.919L187.322 367.791C187.468 368.276 187.904 368.906 188.584 369.342C189.457 369.827 190.525 369.827 191.787 369.439C195.038 368.373 198.047 364.398 199.794 361.635C200.425 362.944 201.687 363.574 203.095 363.283C207.753 362.314 209.306 356.884 210.471 352.91C210.811 351.698 211.151 350.534 211.49 349.759C211.782 349.08 213.14 347.577 214.936 345.881C215.421 345.396 215.664 344.717 215.518 344.087C215.373 343.505 214.985 343.069 214.451 342.827C211.83 341.712 209.84 340.694 209.209 340.209C208.53 339.676 207.705 338.803 206.831 337.882C203.968 334.877 200.086 330.805 195.524 332.065C194.116 332.453 193.291 333.617 193.34 335.071C190.525 333.423 186.06 331.29 182.663 331.872C181.353 332.065 180.431 332.599 179.848 333.423C179.314 334.198 179.363 334.974 179.412 335.362L179.46 336.331C175.772 335.604 167.279 334.392 163.057 336.816C159.999 338.561 160.096 340.549 160.29 341.276C160.339 341.566 160.436 341.76 160.485 341.857L161.649 343.99C158.301 345.735 150.002 351.019 151.555 359.308L151.652 359.599C153.981 367.694 163.785 368.47 167.57 368.518V370.845ZM172.277 371.475C171.404 371.427 170.87 371.281 170.579 371.088C175.869 363.332 181.547 356.981 187.516 352.085L187.71 351.892C188.729 351.649 189.797 351.358 190.816 351.116C192.369 350.728 193.874 350.34 195.33 349.953C189.603 354.994 184.168 361.393 179.072 369.052C176.645 370.506 174.17 371.524 172.277 371.475ZM199.018 357.999C197.902 360.666 194.893 364.592 191.981 366.386C194.359 362.944 196.834 359.793 199.358 356.933L199.018 357.999ZM189.846 366.822L188.001 362.556L186.643 363.768C185.769 364.544 184.216 365.755 182.469 367.016C187.468 359.938 192.806 354.073 198.387 349.516L198.921 349.08C201.105 348.498 203.192 347.868 205.036 347.335C206.686 346.85 208.19 346.414 209.404 346.026C202.269 350.971 195.718 357.951 189.846 366.822ZM210.034 348.014C209.452 348.789 208.918 349.662 208.53 350.583C207.705 352.473 207.317 354.461 206.492 356.351C205.764 358.145 204.599 360.229 202.512 360.665C202.415 360.714 202.172 360.714 202.027 359.987L201.881 359.551L200.619 355.527C201.056 355.091 201.542 354.606 201.978 354.218C203.58 352.619 205.278 351.068 207.026 349.565C207.802 348.886 208.627 348.208 209.452 347.577C210.229 346.947 211.442 345.978 212.364 345.59C211.587 346.22 210.665 347.19 210.034 348.014ZM154.321 358.823L154.273 358.63C152.768 350.68 163.979 345.735 164.076 345.687L165.435 345.105L163.008 340.597C162.96 340.549 162.96 340.452 162.96 340.403C163.008 340.161 163.348 339.627 164.416 338.997C168.152 336.864 177.373 338.416 180.625 339.191L182.42 339.627C182.42 339.579 182.42 339.531 182.42 339.482C182.42 339.385 182.42 339.288 182.42 339.191C182.42 339.046 182.42 338.9 182.372 338.803C182.372 338.61 182.372 338.464 182.323 338.319C182.323 338.125 182.275 337.931 182.275 337.785C182.275 337.592 182.226 337.398 182.226 337.204C182.226 337.01 182.226 336.816 182.178 336.622C182.178 336.428 182.129 336.234 182.129 336.089C182.129 335.943 182.129 335.749 182.081 335.604C182.081 335.459 182.081 335.362 182.081 335.216C182.081 335.119 182.081 335.071 182.081 334.974C182.081 334.925 182.081 334.877 182.081 334.877V334.828C182.129 334.732 182.226 334.683 182.275 334.635C182.517 334.538 182.76 334.441 183.051 334.392C186.4 333.859 192.321 337.398 194.359 338.803L197.028 340.694L196.446 337.495L196.106 335.653L196.058 335.313C195.912 334.683 196.106 334.635 196.203 334.586C199.212 333.714 202.318 337.01 204.842 339.676C205.764 340.645 206.637 341.566 207.462 342.245C208.336 342.972 210.374 343.942 212.17 344.766C212.17 344.814 212.17 344.814 212.17 344.814C210.617 345.057 207.948 345.493 204.599 346.123C201.881 346.608 198.775 347.238 195.378 348.014C193.68 348.401 191.981 348.741 190.185 349.177C188.438 349.565 186.643 350.001 184.847 350.437C183.051 350.874 181.304 351.31 179.557 351.746C177.81 352.182 176.111 352.667 174.461 353.055C172.811 353.491 171.21 353.928 169.657 354.364C168.152 354.752 166.696 355.188 165.386 355.576C160.096 357.127 157.039 357.805 157.087 358.096C157.184 358.533 158.446 358.096 161.455 357.563C159.757 359.066 158.058 360.665 156.408 362.411C155.534 361.441 154.758 360.278 154.321 358.823ZM157.815 363.332C159.951 361.102 162.135 359.017 164.416 357.224L164.658 357.03C165.046 356.933 165.435 356.884 165.823 356.788C167.182 356.545 168.638 356.254 170.191 355.915C171.016 355.77 171.841 355.576 172.714 355.382C169.414 358.242 166.26 361.587 163.202 365.319C161.358 364.98 159.417 364.35 157.815 363.332ZM164.998 365.561C168.395 361.49 171.938 357.951 175.578 354.994L175.966 354.703C177.373 354.412 178.781 354.121 180.188 353.734C181.547 353.394 182.954 353.103 184.362 352.764C179.46 357.127 174.753 362.459 170.336 368.761L170.385 365.61L168.929 365.707C168.88 365.707 167.182 365.804 164.998 365.561Z' fill='white'/%3E%3Cpath d='M215.572 382.723C212.757 382.771 210.476 382.674 209.7 382.432C208.826 382.19 207.759 381.753 206.594 381.269C202.76 379.669 197.567 377.488 193.927 380.542C192.811 381.463 192.52 382.82 193.151 384.177C189.899 383.838 184.949 383.692 182.086 385.534C180.97 386.262 180.339 387.134 180.145 388.104C179.999 389.025 180.29 389.703 180.533 390.043L181.018 390.915C177.378 391.739 169.08 394.066 166.216 397.992C164.129 400.804 165.052 402.598 165.488 403.228C165.682 403.47 165.828 403.616 165.925 403.664L167.866 405.167C165.537 408.124 160.053 416.316 164.857 423.248L165.052 423.49C170.487 429.937 179.756 426.689 183.202 425.187L184.124 427.417C184.173 427.514 184.27 427.707 184.415 427.95C184.901 428.58 186.357 429.889 189.608 428.628C194.121 426.835 198.441 419.418 200.188 416.074L200.916 416.752C201.256 417.14 201.886 417.576 202.663 417.625C203.634 417.722 204.653 417.285 205.623 416.413C208.147 414.135 209.263 409.287 209.748 406.039C210.865 406.96 212.272 407.057 213.437 406.185C217.271 403.422 216.543 397.799 215.96 393.678C215.815 392.418 215.621 391.254 215.621 390.333C215.621 389.606 216.252 387.667 217.222 385.389C217.513 384.759 217.416 384.032 216.979 383.499C216.737 383.014 216.203 382.723 215.572 382.723ZM167.09 421.794L166.993 421.648C162.382 415.007 170.633 405.942 170.73 405.845L171.749 404.779L167.721 401.628C167.672 401.58 167.624 401.531 167.624 401.434C167.575 401.192 167.672 400.562 168.4 399.544C170.924 396.102 179.999 393.775 183.299 393.145L185.095 392.806C185.095 392.757 185.046 392.709 185.046 392.709C184.998 392.612 184.949 392.563 184.901 392.466C184.852 392.321 184.755 392.224 184.707 392.079C184.609 391.933 184.561 391.788 184.464 391.642C184.367 391.497 184.27 391.303 184.221 391.158L183.93 390.624C183.833 390.43 183.736 390.285 183.687 390.091C183.59 389.946 183.493 389.752 183.445 389.606C183.396 389.461 183.299 389.315 183.202 389.17L183.008 388.831C182.959 388.782 182.911 388.685 182.862 388.588C182.862 388.588 182.862 388.54 182.814 388.491V388.443C182.814 388.346 182.862 388.249 182.911 388.201C183.105 388.007 183.299 387.813 183.542 387.667C186.357 385.825 193.248 386.649 195.674 387.134L198.878 387.764L197.033 385.05L195.966 383.499L195.772 383.208C195.383 382.674 195.529 382.577 195.626 382.481C198.004 380.493 202.226 382.238 205.575 383.644C206.837 384.177 208.001 384.662 209.02 384.953C210.137 385.244 212.369 385.341 214.359 385.341C214.359 385.389 214.359 385.341 214.359 385.389C213.048 386.213 210.768 387.716 207.953 389.655C205.672 391.206 203.051 393.048 200.285 395.084C198.926 396.102 197.47 397.12 196.014 398.235C194.558 399.301 193.102 400.416 191.646 401.531C190.191 402.646 188.735 403.761 187.327 404.876C185.92 405.991 184.512 407.106 183.202 408.172C181.843 409.239 180.581 410.305 179.368 411.323C178.155 412.292 177.039 413.262 175.971 414.183C171.749 417.722 169.274 419.612 169.419 419.855C169.662 420.194 170.681 419.321 173.205 417.625C172.234 419.661 171.361 421.842 170.536 424.12C169.274 423.684 168.109 422.957 167.09 421.794ZM172.089 424.46C173.156 421.551 174.321 418.788 175.631 416.219L175.777 415.928C176.117 415.734 176.408 415.492 176.796 415.249C177.912 414.474 179.174 413.65 180.436 412.729C181.115 412.244 181.843 411.759 182.523 411.226C180.678 415.152 179.125 419.515 177.864 424.169C176.068 424.557 174.03 424.799 172.089 424.46ZM184.512 421.454L183.251 422.133C183.202 422.133 181.698 422.957 179.611 423.587C181.067 418.497 182.862 413.844 184.998 409.626L185.24 409.19C186.405 408.366 187.57 407.493 188.735 406.621C189.851 405.797 191.016 404.924 192.132 404.052C189.414 410.014 187.327 416.801 185.774 424.363L184.512 421.454ZM188.638 426.059C187.812 426.399 187.279 426.447 186.939 426.399C188.638 417.188 191.21 409.045 194.704 402.161L194.801 401.919C195.626 401.289 196.499 400.61 197.325 399.98C198.586 399.01 199.8 398.041 200.964 397.071C197.761 404.003 195.383 412.05 193.879 421.115C192.229 423.393 190.385 425.381 188.638 426.059ZM199.411 411.565L198.635 413.214C198.15 414.28 197.227 416.025 196.111 417.867C197.81 409.336 200.285 401.87 203.536 395.423L203.876 394.793C205.623 393.339 207.273 391.982 208.729 390.721C210.04 389.606 211.204 388.588 212.175 387.716C207.71 395.132 204.556 404.149 202.76 414.668L199.411 411.565ZM204.604 413.456C205.381 409.336 206.351 405.458 207.565 401.822L207.662 402.937C207.71 405.797 206.594 410.644 204.604 413.456ZM213.679 389.364C213.437 390.333 213.34 391.303 213.34 392.321C213.34 394.357 213.776 396.393 213.825 398.429C213.874 400.368 213.679 402.743 211.981 403.955C211.884 404.003 211.69 404.149 211.253 403.567L210.962 403.228L208.195 400.077C208.39 399.495 208.681 398.865 208.875 398.332C209.7 396.199 210.622 394.066 211.593 392.03C212.029 391.109 212.466 390.14 213 389.219C213.485 388.346 214.165 386.989 214.844 386.262C214.359 387.086 213.922 388.346 213.679 389.364Z' fill='white'/%3E%3Cpath d='M247.94 437.16C248.619 437.596 250.415 438.372 253.084 436.045C256.772 432.845 258.325 424.362 258.859 420.63L259.733 421.018C260.218 421.26 260.946 421.454 261.723 421.26C262.693 421.018 263.47 420.29 264.101 419.127C265.702 416.122 265.12 411.177 264.537 407.978C265.896 408.463 267.255 408.075 268.08 406.911C270.798 403.033 268.177 397.944 266.285 394.308C265.702 393.193 265.168 392.127 264.877 391.303C264.634 390.624 264.586 388.539 264.732 386.116C264.78 385.437 264.44 384.807 263.906 384.419C263.421 384.08 262.79 384.031 262.256 384.225C259.587 385.195 257.452 385.873 256.627 385.922C255.753 385.97 254.54 385.922 253.278 385.873C249.153 385.679 243.524 385.34 241.097 389.461C240.369 390.721 240.563 392.078 241.582 393.145C238.428 393.872 233.72 395.423 231.634 398.137C230.857 399.204 230.517 400.222 230.663 401.191C230.809 402.112 231.342 402.646 231.682 402.888L232.41 403.567C229.256 405.603 222.219 410.499 220.86 415.201C219.841 418.545 221.297 419.951 221.927 420.339C222.17 420.484 222.413 420.581 222.461 420.581L224.791 421.357C223.577 424.944 221.199 434.494 228.042 439.389L228.285 439.583C235.565 443.801 243.232 437.693 245.95 435.075L247.455 436.772C247.552 436.82 247.697 436.966 247.94 437.16ZM251.289 434.009C250.609 434.59 250.124 434.833 249.784 434.93C248.28 425.671 247.988 417.14 248.959 409.529L249.008 409.287C249.59 408.414 250.172 407.493 250.706 406.621C251.58 405.312 252.356 403.954 253.181 402.646C252.502 410.256 252.987 418.594 254.589 427.659C253.812 430.276 252.696 432.748 251.289 434.009ZM256.578 416.752L256.384 418.594C256.287 419.757 255.996 421.696 255.559 423.829C254.297 415.249 254.103 407.348 255.025 400.173L255.122 399.446C256.287 397.507 257.403 395.665 258.374 393.969C259.248 392.466 259.976 391.157 260.655 389.994C258.956 398.477 259.005 408.026 260.849 418.545L256.578 416.752ZM262.111 416.752C261.431 412.631 261.043 408.608 260.946 404.827L261.431 405.845C262.451 408.511 262.984 413.455 262.111 416.752ZM262.499 387.667C262.353 388.685 262.402 389.994 262.499 391.012C262.596 391.981 262.839 392.951 263.179 393.92C263.858 395.859 264.974 397.604 265.702 399.495C266.382 401.288 267.012 403.615 265.799 405.312C265.751 405.409 265.605 405.603 264.974 405.166L264.586 404.924L260.898 402.888C260.898 402.306 260.946 401.628 260.946 400.997C260.995 398.719 261.14 396.441 261.383 394.163C261.48 393.145 261.577 392.078 261.771 391.06C261.917 390.091 262.111 388.588 262.499 387.667ZM233.623 438.226C232.264 438.275 230.906 437.984 229.547 437.208L229.401 437.111C222.801 432.409 227.557 421.115 227.605 420.969L228.188 419.612L223.335 418.012C223.286 418.012 223.189 417.964 223.189 417.867C223.044 417.624 222.947 417.043 223.286 415.831C224.5 411.71 232.264 406.475 235.176 404.827L236.729 403.906C236.681 403.858 236.681 403.857 236.632 403.809C236.584 403.761 236.487 403.664 236.438 403.615C236.341 403.518 236.244 403.421 236.147 403.324L235.759 402.985C235.613 402.888 235.467 402.743 235.37 402.597C235.225 402.452 235.079 402.306 234.934 402.209C234.788 402.064 234.642 401.919 234.497 401.822C234.351 401.725 234.254 401.579 234.109 401.434C234.012 401.337 233.866 401.191 233.769 401.094C233.672 400.997 233.575 400.901 233.478 400.852C233.429 400.804 233.332 400.755 233.284 400.707C233.284 400.658 233.235 400.658 233.235 400.61C233.235 400.61 233.235 400.61 233.235 400.561C233.187 400.464 233.235 400.367 233.284 400.319C233.381 400.076 233.526 399.834 233.672 399.64C235.71 396.926 242.456 395.423 244.931 395.084L248.134 394.599L245.513 392.66L243.96 391.545L243.669 391.351C243.135 391.012 243.232 390.818 243.281 390.721C244.882 388.055 249.396 388.249 253.036 388.491C254.394 388.539 255.656 388.636 256.724 388.539C257.889 388.443 260.024 387.764 261.868 387.085C261.868 387.085 261.868 387.085 261.917 387.134C260.946 388.394 259.296 390.527 257.306 393.29C255.705 395.52 253.861 398.137 251.919 400.949C250.949 402.355 249.93 403.809 248.959 405.36C247.988 406.863 246.969 408.366 245.95 409.917C244.98 411.468 244.009 413.019 243.038 414.522C242.068 416.025 241.146 417.576 240.223 419.03C239.301 420.484 238.476 421.939 237.651 423.247C236.826 424.605 236.098 425.865 235.419 427.077C232.653 431.827 230.906 434.397 231.148 434.59C231.488 434.833 232.119 433.669 233.963 431.197C233.72 433.476 233.623 435.802 233.623 438.226ZM240.466 435.802C238.913 436.82 237.118 437.693 235.176 438.032C235.176 434.93 235.37 431.924 235.71 429.064L235.759 428.725C236.001 428.386 236.244 428.095 236.487 427.756C237.312 426.641 238.185 425.429 239.059 424.12C239.544 423.441 240.029 422.714 240.515 421.987C240.126 426.35 240.126 430.955 240.466 435.802ZM244.882 432.118C244.834 432.167 243.718 433.379 241.922 434.736C241.582 429.452 241.728 424.459 242.31 419.806L242.359 419.321C243.135 418.158 243.96 416.946 244.785 415.734C245.562 414.57 246.338 413.359 247.115 412.147C246.532 418.691 246.872 425.768 247.988 433.379L245.853 431.052L244.882 432.118Z' fill='white'/%3E%3Cpath d='M189.75 310.398C193.924 312.628 198.631 309.429 202.077 307.102C203.145 306.423 204.115 305.745 204.892 305.308C205.571 304.969 207.561 304.678 210.036 304.533C210.716 304.484 211.346 304.097 211.638 303.515C211.88 302.982 211.88 302.4 211.638 301.867C210.327 299.346 209.454 297.31 209.26 296.486C209.066 295.614 209.017 294.45 208.92 293.19C208.629 289.069 208.289 283.446 203.921 281.556C202.562 280.974 201.252 281.313 200.33 282.477C199.214 279.423 197.127 274.915 194.167 273.218C193.002 272.54 191.983 272.346 191.012 272.637C190.139 272.879 189.653 273.509 189.459 273.848L188.877 274.672C186.499 271.764 180.772 265.414 175.919 264.59C172.473 264.008 171.26 265.559 170.92 266.286C170.775 266.577 170.726 266.771 170.726 266.868L170.241 269.243C166.553 268.468 156.798 267.207 152.721 274.624L152.576 274.915C149.227 282.622 156.264 289.506 159.127 291.929L157.574 293.771C157.526 293.868 157.38 294.014 157.235 294.256C156.895 294.935 156.361 296.874 158.982 299.201C162.622 302.448 171.212 303.03 174.948 303.079L174.657 304C174.463 304.484 174.366 305.212 174.657 305.987C174.997 306.908 175.822 307.587 177.084 308.072C180.287 309.332 185.14 308.168 188.246 307.151C187.955 308.411 188.488 309.72 189.75 310.398ZM204.843 303.079C203.873 303.321 202.951 303.66 202.029 304.097C200.184 305.018 198.583 306.278 196.787 307.247C195.089 308.168 192.856 309.041 191.012 308.023C190.915 307.975 190.721 307.878 191.012 307.199L191.206 306.763L192.808 302.885C193.39 302.836 194.07 302.788 194.7 302.739C196.981 302.545 199.262 302.4 201.543 302.352C202.611 302.352 203.63 302.303 204.698 302.352C205.717 302.4 207.221 302.4 208.192 302.691C207.173 302.642 205.862 302.836 204.843 303.079ZM155.051 275.884L155.148 275.739C159.079 268.662 170.872 272.006 170.969 272.055L172.376 272.443L173.395 267.401C173.395 267.304 173.444 267.256 173.492 267.207C173.735 267.062 174.318 266.868 175.531 267.062C179.753 267.789 185.916 274.866 187.906 277.532L189.022 278.987C189.071 278.938 189.071 278.938 189.071 278.89C189.119 278.793 189.168 278.744 189.216 278.647L189.459 278.308C189.556 278.163 189.653 278.066 189.75 277.92L190.09 277.484C190.236 277.339 190.333 277.145 190.43 276.999C190.527 276.854 190.672 276.66 190.769 276.514C190.866 276.369 190.964 276.224 191.109 276.078C191.206 275.933 191.303 275.836 191.4 275.69C191.449 275.593 191.546 275.497 191.643 275.4C191.692 275.351 191.74 275.254 191.789 275.206C191.789 275.157 191.837 275.157 191.886 275.109C191.886 275.109 191.886 275.109 191.934 275.109C192.031 275.06 192.128 275.109 192.177 275.109C192.419 275.157 192.662 275.303 192.905 275.448C195.817 277.145 198.146 283.689 198.777 286.064L199.651 289.215L201.252 286.355L202.174 284.707L202.32 284.416C202.611 283.834 202.805 283.883 202.902 283.98C205.765 285.24 206.057 289.748 206.299 293.384C206.396 294.741 206.445 296.001 206.688 297.019C206.93 298.134 207.804 300.17 208.726 301.964H208.629C207.27 301.14 204.94 299.782 201.932 298.134C199.553 296.825 196.69 295.274 193.633 293.723C192.128 292.947 190.527 292.123 188.925 291.299C187.324 290.475 185.674 289.7 184.024 288.876C182.374 288.1 180.724 287.276 179.074 286.5C177.472 285.725 175.822 284.998 174.269 284.27C172.716 283.543 171.212 282.865 169.756 282.235C168.3 281.604 166.941 280.974 165.679 280.441C160.632 278.26 157.866 276.854 157.72 277.096C157.526 277.484 158.788 277.969 161.408 279.471C159.127 279.52 156.798 279.714 154.42 280.005C154.323 278.696 154.42 277.29 155.051 275.884ZM154.857 281.556C157.963 281.168 160.972 280.974 163.835 281.023H164.175C164.514 281.217 164.854 281.41 165.242 281.604C166.456 282.283 167.766 283.01 169.125 283.737C169.853 284.125 170.629 284.561 171.406 284.949C167.038 285.046 162.476 285.579 157.72 286.5C156.555 285.095 155.439 283.398 154.857 281.556ZM158.933 287.858C164.126 286.888 169.125 286.403 173.832 286.452H174.318C175.579 287.082 176.841 287.761 178.2 288.439C179.462 289.069 180.724 289.7 182.034 290.33C175.482 290.572 168.445 291.687 161.02 293.723L163.107 291.348L161.942 290.524C161.845 290.427 160.486 289.457 158.933 287.858ZM160.826 297.068C160.147 296.486 159.855 296.001 159.758 295.71C168.785 293.093 177.229 291.833 184.946 291.881H185.188C186.159 292.317 187.13 292.802 188.052 293.238C189.459 293.917 190.915 294.547 192.274 295.226C184.655 295.468 176.356 296.922 167.572 299.588C164.757 299.104 162.185 298.328 160.826 297.068ZM176.744 300.267C175.579 300.316 173.59 300.267 171.454 300.073C179.85 297.795 187.663 296.68 194.895 296.728H195.623C197.709 297.649 199.651 298.522 201.446 299.298C203.048 299.976 204.455 300.558 205.668 301.043C197.03 300.364 187.566 301.576 177.326 304.63L178.637 300.17L176.744 300.267ZM179.219 305.696C183.247 304.533 187.178 303.709 190.964 303.127L189.993 303.709C187.421 305.066 182.616 306.229 179.219 305.696Z' fill='white'/%3E%3Cpath d='M284.385 130.8C283.899 130.557 283.172 130.412 282.395 130.654C281.473 130.945 280.696 131.721 280.114 132.884C278.658 135.986 279.435 140.882 280.211 144.082C278.852 143.645 277.493 144.082 276.765 145.342C274.242 149.366 277.105 154.261 279.192 157.849C279.823 158.964 280.405 159.981 280.745 160.806C281.036 161.484 281.182 163.52 281.133 165.992C281.133 166.671 281.473 167.301 282.055 167.64C282.541 167.931 283.172 167.98 283.705 167.737C286.326 166.623 288.413 165.847 289.238 165.75C290.111 165.653 291.325 165.653 292.586 165.653C296.712 165.653 302.39 165.702 304.574 161.484C305.253 160.175 305.01 158.818 303.943 157.849C307.049 156.976 311.708 155.182 313.649 152.371C314.377 151.256 314.668 150.238 314.474 149.269C314.28 148.348 313.697 147.863 313.358 147.62L312.581 146.99C315.639 144.809 322.433 139.574 323.598 134.823C324.423 131.43 322.967 130.121 322.287 129.733C322.045 129.588 321.802 129.491 321.753 129.491L319.424 128.812C320.443 125.177 322.384 115.53 315.299 110.925L315.008 110.78C307.534 106.902 300.157 113.397 297.585 116.112L295.887 114.415C295.838 114.318 295.644 114.173 295.401 114.027C294.722 113.64 292.878 112.961 290.306 115.385C286.811 118.778 285.647 127.31 285.307 131.042L284.385 130.8ZM282.201 135.162C283.074 139.283 283.657 143.209 283.899 147.039L283.366 146.069C282.249 143.403 281.473 138.507 282.201 135.162ZM283.754 160.806C283.657 161.824 283.56 163.326 283.172 164.247C283.269 163.229 283.172 161.872 282.977 160.902C282.832 159.933 282.541 158.964 282.201 158.042C281.424 156.152 280.26 154.455 279.435 152.613C278.658 150.868 277.93 148.59 279.046 146.796C279.095 146.699 279.241 146.506 279.871 146.893L280.26 147.087L284.045 148.929C284.045 149.511 284.045 150.19 284.045 150.82C284.094 153.098 284.045 155.425 283.948 157.703C283.899 158.721 283.851 159.739 283.754 160.806ZM312.241 115.869C311.902 115.627 311.319 116.839 309.621 119.36C309.718 117.081 309.718 114.755 309.621 112.379C310.98 112.282 312.387 112.525 313.746 113.203L313.891 113.3C320.686 117.712 316.512 129.2 316.464 129.345L315.978 130.703L320.928 132.06C320.977 132.06 321.074 132.109 321.074 132.157C321.22 132.399 321.365 132.981 321.074 134.193C320.055 138.362 312.533 143.936 309.766 145.778L308.213 146.748C308.262 146.796 308.262 146.796 308.31 146.845C308.359 146.893 308.456 146.942 308.505 147.039C308.602 147.136 308.699 147.233 308.796 147.281C308.941 147.378 309.038 147.475 309.184 147.62C309.33 147.717 309.475 147.863 309.621 147.96C309.766 148.105 309.912 148.202 310.058 148.348C310.203 148.493 310.349 148.59 310.494 148.735C310.64 148.832 310.786 148.978 310.931 149.075L311.319 149.366C311.416 149.462 311.513 149.511 311.611 149.608C311.659 149.656 311.756 149.705 311.805 149.753C311.853 149.753 311.853 149.802 311.853 149.85C311.853 149.85 311.853 149.85 311.902 149.899C311.95 149.996 311.902 150.093 311.902 150.141C311.805 150.383 311.659 150.626 311.513 150.868C309.621 153.631 302.924 155.473 300.497 155.958L297.294 156.588L300.012 158.382L301.613 159.4L301.904 159.594C302.487 159.933 302.39 160.127 302.293 160.224C300.837 162.987 296.275 162.987 292.635 162.938C291.276 162.938 290.014 162.938 288.947 163.035C287.782 163.181 285.695 163.956 283.851 164.732C283.851 164.732 283.851 164.732 283.802 164.684C284.676 163.423 286.229 161.193 288.073 158.285C289.578 156.007 291.276 153.292 293.072 150.335C293.945 148.881 294.916 147.378 295.79 145.827C296.712 144.276 297.634 142.724 298.556 141.125C299.478 139.525 300.351 137.974 301.273 136.374C302.196 134.823 303.021 133.272 303.846 131.769C304.671 130.266 305.447 128.812 306.224 127.406C306.952 126.001 307.631 124.692 308.262 123.48C310.883 118.681 312.484 116.015 312.241 115.869ZM308.068 112.622C308.213 115.724 308.165 118.729 307.971 121.589V121.929C307.777 122.268 307.534 122.607 307.291 122.947C306.563 124.11 305.738 125.322 304.913 126.679C304.477 127.406 303.991 128.134 303.554 128.861C303.749 124.498 303.554 119.941 302.972 115.142C304.379 114.027 306.175 113.058 308.068 112.622ZM297.731 120.087L298.653 118.972C298.701 118.923 299.769 117.663 301.468 116.209C302.05 121.493 302.196 126.485 301.807 131.139L301.759 131.624C301.031 132.836 300.254 134.048 299.526 135.356C298.798 136.568 298.07 137.78 297.342 139.04C297.585 132.496 296.954 125.419 295.45 117.857L297.731 120.087ZM292.15 117.421C292.781 116.79 293.266 116.548 293.606 116.451C295.547 125.661 296.226 134.144 295.644 141.803L295.595 142.046C295.062 142.967 294.528 143.888 294.042 144.809C293.266 146.166 292.489 147.523 291.761 148.881C292.053 141.27 291.179 132.933 289.141 123.916C289.82 121.25 290.791 118.729 292.15 117.421ZM287.83 133.078C287.879 131.915 288.073 129.976 288.413 127.843C290.063 136.374 290.645 144.227 290.063 151.401L290.014 152.129C288.947 154.116 287.928 156.007 287.054 157.752C286.277 159.303 285.55 160.66 284.967 161.824C286.277 153.243 285.744 143.694 283.366 133.32L287.733 134.92L287.83 133.078Z' fill='white'/%3E%3Cpath d='M278.319 276.709L278.028 276.563C270.554 272.685 263.177 279.181 260.605 281.895L258.907 280.199C258.858 280.102 258.664 279.956 258.421 279.811C257.742 279.423 255.898 278.744 253.326 281.168C249.831 284.561 248.667 293.044 248.327 296.826L247.453 296.486C246.968 296.244 246.24 296.098 245.464 296.341C244.542 296.632 243.765 297.407 243.183 298.619C241.727 301.721 242.503 306.617 243.328 309.817C241.921 309.38 240.611 309.817 239.883 311.077C237.359 315.101 240.222 319.996 242.309 323.584C242.94 324.698 243.522 325.716 243.862 326.541C244.153 327.219 244.299 329.255 244.25 331.727C244.25 332.406 244.59 333.036 245.173 333.375C245.658 333.666 246.289 333.715 246.823 333.472C249.443 332.358 251.53 331.63 252.355 331.485C253.229 331.388 254.442 331.388 255.704 331.388C259.829 331.388 265.458 331.436 267.691 327.219C268.37 325.91 268.128 324.553 267.06 323.584C270.166 322.663 274.825 320.917 276.766 318.106C277.494 316.991 277.785 315.973 277.591 315.004C277.397 314.083 276.815 313.598 276.475 313.355L275.698 312.725C278.756 310.544 285.502 305.309 286.666 300.558C287.491 297.165 286.035 295.856 285.356 295.468C285.113 295.323 284.871 295.226 284.822 295.226L282.493 294.596C283.512 290.96 285.453 281.314 278.319 276.709ZM271.136 278.308C271.282 281.411 271.234 284.416 271.039 287.276L270.991 287.615C270.797 287.955 270.554 288.294 270.311 288.633C269.583 289.797 268.758 291.009 267.933 292.366C267.497 293.093 267.011 293.82 266.575 294.547C266.769 290.184 266.575 285.628 265.992 280.829C267.448 279.762 269.244 278.744 271.136 278.308ZM260.799 285.822L261.721 284.707C261.77 284.658 262.838 283.398 264.536 281.944C265.119 287.228 265.264 292.22 264.876 296.874L264.827 297.359C264.1 298.571 263.323 299.782 262.595 301.043C261.867 302.255 261.139 303.515 260.411 304.727C260.654 298.183 260.023 291.106 258.518 283.543L260.799 285.822ZM255.218 283.156C255.849 282.525 256.335 282.283 256.674 282.186C258.616 291.396 259.295 299.879 258.713 307.538V307.781C258.179 308.702 257.645 309.623 257.111 310.544C256.335 311.901 255.558 313.258 254.83 314.616C255.121 307.005 254.248 298.668 252.209 289.651C252.889 286.937 253.86 284.416 255.218 283.156ZM250.802 300.607L250.899 298.765C250.948 297.601 251.142 295.662 251.482 293.529C253.132 302.061 253.714 309.914 253.132 317.088L253.083 317.815C252.015 319.803 250.996 321.742 250.123 323.438C249.346 324.989 248.618 326.347 248.036 327.51C249.346 318.93 248.812 309.429 246.434 299.007L250.802 300.607ZM245.27 300.849C246.143 304.969 246.726 308.896 246.968 312.725L246.434 311.756C245.318 309.09 244.493 304.194 245.27 300.849ZM246.823 326.492C246.726 327.51 246.628 329.013 246.24 329.934C246.337 328.916 246.24 327.607 246.046 326.589C245.9 325.62 245.609 324.65 245.27 323.729C244.493 321.838 243.328 320.142 242.503 318.3C241.727 316.555 240.999 314.276 242.115 312.483C242.164 312.386 242.309 312.192 242.94 312.58L243.328 312.774L247.114 314.616C247.162 315.197 247.114 315.876 247.162 316.506C247.211 318.785 247.162 321.111 247.017 323.39C246.968 324.408 246.92 325.426 246.823 326.492ZM283.949 297.795C283.997 297.795 284.094 297.843 284.094 297.892C284.24 298.134 284.385 298.716 284.094 299.928C283.075 304.097 275.553 309.72 272.787 311.513L271.234 312.483C271.282 312.531 271.282 312.531 271.331 312.58C271.379 312.628 271.476 312.677 271.525 312.774C271.622 312.871 271.719 312.968 271.864 313.016C272.01 313.113 272.107 313.21 272.253 313.355C272.398 313.452 272.544 313.598 272.689 313.695C272.835 313.84 272.981 313.937 273.126 314.083C273.272 314.228 273.417 314.325 273.563 314.47C273.709 314.567 273.854 314.713 274 314.81C274.145 314.907 274.242 315.004 274.388 315.1C274.485 315.197 274.582 315.246 274.679 315.343C274.728 315.391 274.776 315.44 274.873 315.488C274.922 315.488 274.922 315.537 274.97 315.585C274.97 315.585 274.97 315.585 274.97 315.634C275.019 315.731 274.97 315.828 274.97 315.876C274.873 316.118 274.728 316.361 274.582 316.603C272.689 319.366 265.992 321.208 263.566 321.693L260.363 322.323L263.08 324.117L264.682 325.135L264.973 325.329C265.555 325.668 265.458 325.862 265.41 325.959C263.954 328.722 259.441 328.722 255.801 328.673C254.442 328.673 253.18 328.673 252.112 328.77C250.948 328.916 248.861 329.691 247.017 330.467C247.017 330.467 247.017 330.467 246.968 330.419C247.842 329.158 249.395 326.928 251.239 324.068C252.743 321.742 254.442 319.075 256.238 316.118C257.111 314.664 258.082 313.162 259.004 311.61C259.926 310.059 260.848 308.508 261.77 306.908C262.692 305.309 263.566 303.709 264.488 302.158C265.41 300.607 266.235 299.055 267.06 297.553C267.885 296.05 268.661 294.596 269.438 293.19C270.166 291.784 270.894 290.475 271.525 289.263C274.048 284.368 275.65 281.701 275.407 281.556C275.067 281.314 274.485 282.525 272.787 285.046C272.884 282.768 272.884 280.441 272.787 278.066C274.145 277.969 275.504 278.211 276.863 278.89L277.009 278.987C283.803 283.398 279.629 294.887 279.581 295.032L279.047 296.389L283.949 297.795Z' fill='white'/%3E%3Cpath d='M348.059 196.531C349.223 193.234 347.864 191.78 347.234 191.344C346.991 191.15 346.797 191.102 346.7 191.053L344.419 190.181C345.826 186.69 348.69 177.286 342.041 172.003L341.798 171.809C334.761 167.204 326.802 172.972 323.939 175.444L322.386 173.602C322.337 173.505 322.192 173.36 321.949 173.214C321.318 172.73 319.523 171.906 316.756 174.087C312.922 177.141 310.981 185.478 310.253 189.163L309.38 188.726C308.943 188.435 308.215 188.242 307.438 188.387C306.468 188.581 305.643 189.26 304.963 190.423C303.216 193.38 303.507 198.324 303.993 201.572C302.682 201.039 301.324 201.33 300.401 202.493C297.49 206.226 299.868 211.412 301.566 215.193C302.1 216.357 302.585 217.423 302.828 218.296C303.022 219.023 303.022 221.059 302.731 223.483C302.634 224.161 302.925 224.84 303.459 225.228C303.944 225.567 304.527 225.664 305.109 225.47C307.827 224.598 310.011 224.064 310.836 224.064C311.709 224.016 312.922 224.161 314.136 224.307C318.261 224.743 323.89 225.276 326.462 221.35C327.287 220.138 327.142 218.732 326.171 217.666C329.374 217.084 334.13 215.775 336.363 213.158C337.236 212.14 337.576 211.122 337.479 210.152C337.382 209.231 336.848 208.649 336.557 208.407L335.877 207.68C339.177 205.692 346.409 201.136 348.059 196.531ZM329.326 174.863C330.927 173.942 332.771 173.117 334.713 172.875C334.567 175.977 334.227 178.983 333.742 181.794L333.694 182.134C333.451 182.425 333.208 182.764 332.966 183.103C332.092 184.17 331.17 185.333 330.199 186.593C329.665 187.272 329.18 187.951 328.598 188.629C329.229 184.267 329.471 179.71 329.326 174.863ZM321.706 176.898L323.745 179.322L324.764 178.304C324.812 178.256 325.977 177.092 327.821 175.832C327.87 181.116 327.53 186.109 326.705 190.762L326.608 191.247C325.734 192.41 324.909 193.525 324.036 194.737C323.211 195.852 322.337 197.015 321.512 198.179C322.386 191.635 322.434 184.557 321.706 176.898ZM318.406 176.123C319.086 175.59 319.62 175.347 319.959 175.299C321.027 184.606 320.881 193.138 319.523 200.7L319.474 200.942C318.843 201.814 318.261 202.687 317.63 203.56C316.708 204.868 315.834 206.129 314.961 207.389C316.028 199.827 315.931 191.441 314.767 182.328C315.737 179.71 316.95 177.286 318.406 176.123ZM308.166 191.053L312.34 193.089L312.583 191.295C312.777 190.132 313.116 188.193 313.65 186.109C314.475 194.737 314.281 202.639 313.019 209.764L312.922 210.443C311.661 212.333 310.447 214.127 309.428 215.727C308.506 217.181 307.681 218.49 306.953 219.605C309.088 211.17 309.477 201.669 308.166 191.053ZM306.807 192.798C307.293 196.967 307.487 200.942 307.39 204.771L306.953 203.753C306.031 200.99 305.74 196.046 306.807 192.798ZM304.963 221.835C305.157 220.865 305.157 219.508 305.109 218.49C305.06 217.52 304.866 216.502 304.575 215.581C303.993 213.642 302.974 211.849 302.343 209.91C301.76 208.068 301.275 205.741 302.537 204.093C302.634 203.996 302.731 203.802 303.362 204.238L303.75 204.481L307.341 206.662C307.293 207.244 307.244 207.971 307.196 208.552C307.002 210.831 306.759 213.109 306.419 215.387C306.274 216.405 306.128 217.472 305.885 218.49C305.691 219.459 305.4 220.914 304.963 221.835ZM333.111 206.032L331.51 206.856L331.607 206.953C331.655 207.001 331.752 207.098 331.801 207.147C331.898 207.244 331.995 207.341 332.092 207.438C332.238 207.534 332.335 207.68 332.432 207.777C332.577 207.922 332.674 208.068 332.82 208.165C332.966 208.31 333.111 208.456 333.257 208.601C333.402 208.746 333.548 208.892 333.645 209.037C333.791 209.183 333.888 209.28 334.033 209.425C334.13 209.522 334.276 209.667 334.373 209.764C334.47 209.861 334.567 209.958 334.664 210.055L334.81 210.249C334.858 210.298 334.858 210.298 334.858 210.346C334.858 210.346 334.858 210.346 334.858 210.395C334.907 210.491 334.858 210.588 334.81 210.637C334.713 210.879 334.519 211.122 334.373 211.316C332.189 213.885 325.395 215.097 322.92 215.339L319.668 215.678L322.192 217.714L323.648 218.878L323.89 219.071C324.424 219.459 324.327 219.605 324.23 219.75C322.531 222.368 318.018 221.883 314.378 221.544C313.019 221.398 311.758 221.253 310.738 221.301C309.574 221.35 307.438 221.883 305.497 222.465C305.497 222.465 305.497 222.465 305.449 222.416C306.468 221.253 308.215 219.168 310.35 216.502C312.049 214.369 314.039 211.849 316.125 209.086C317.145 207.728 318.212 206.323 319.28 204.82C320.348 203.366 321.415 201.911 322.483 200.409C323.551 198.906 324.618 197.403 325.637 195.949C326.705 194.495 327.676 192.992 328.646 191.586C329.617 190.181 330.539 188.775 331.413 187.466C332.286 186.157 333.111 184.897 333.839 183.733C336.848 179.128 338.692 176.608 338.45 176.414C338.11 176.123 337.43 177.286 335.489 179.613C335.829 177.383 336.023 175.056 336.169 172.633C337.527 172.681 338.886 173.02 340.197 173.845L340.342 173.942C346.651 178.983 341.41 190.035 341.361 190.132L340.73 191.441L345.535 193.283C345.584 193.331 345.681 193.331 345.681 193.428C345.778 193.671 345.875 194.252 345.486 195.464C344.128 199.682 336.072 204.529 333.111 206.032Z' fill='white'/%3E%3Cpath d='M156.75 148.153L155.1 149.947C155.051 150.044 154.906 150.189 154.76 150.432C154.372 151.11 153.789 153.001 156.313 155.425C159.856 158.818 168.397 159.642 172.182 159.836L171.891 160.757C171.649 161.242 171.552 161.969 171.843 162.744C172.182 163.665 172.959 164.392 174.172 164.926C177.327 166.283 182.18 165.313 185.334 164.392C184.946 165.798 185.48 167.107 186.693 167.786C190.818 170.161 195.623 167.107 199.166 164.926C200.233 164.247 201.252 163.617 202.077 163.229C202.757 162.938 204.795 162.696 207.222 162.647C207.901 162.647 208.532 162.259 208.823 161.678C209.114 161.145 209.114 160.563 208.872 160.03C207.658 157.46 206.833 155.376 206.688 154.552C206.542 153.679 206.494 152.516 206.494 151.256C206.348 147.135 206.154 141.512 201.883 139.428C200.573 138.798 199.214 139.089 198.243 140.203C197.224 137.101 195.283 132.544 192.42 130.751C191.304 130.024 190.236 129.781 189.314 130.024C188.44 130.266 187.906 130.848 187.712 131.187L187.081 131.963C184.8 129.006 179.316 122.413 174.512 121.444C171.066 120.717 169.853 122.268 169.465 122.946C169.319 123.189 169.271 123.431 169.271 123.528L168.688 125.903C165.048 124.982 155.294 123.431 150.975 130.654L150.829 130.945C147.189 138.555 153.983 145.633 156.75 148.153ZM156.653 144.275C161.894 143.5 166.893 143.209 171.6 143.403H172.085C173.347 144.081 174.56 144.809 175.871 145.536C177.133 146.214 178.346 146.893 179.608 147.572C173.056 147.572 165.971 148.444 158.497 150.238L160.632 147.911L159.467 147.038C159.467 146.941 158.157 145.923 156.653 144.275ZM158.206 153.486C157.575 152.855 157.284 152.419 157.186 152.08C166.31 149.801 174.755 148.784 182.471 149.123H182.714C183.636 149.608 184.606 150.092 185.528 150.577C186.936 151.304 188.343 151.983 189.702 152.71C182.083 152.661 173.735 153.873 164.854 156.249C162.137 155.667 159.564 154.794 158.206 153.486ZM174.027 157.267C172.862 157.267 170.872 157.17 168.737 156.879C177.181 154.891 185.043 154.019 192.274 154.358L193.002 154.407C195.04 155.425 196.982 156.346 198.729 157.17C200.282 157.897 201.689 158.575 202.902 159.06C194.264 158.091 184.752 158.963 174.463 161.678L175.919 157.267H174.027ZM176.308 162.793C180.384 161.775 184.315 161.048 188.101 160.66L187.13 161.193C184.558 162.453 179.705 163.423 176.308 162.793ZM202.029 161.048C201.058 161.242 200.088 161.532 199.214 161.969C197.37 162.793 195.72 164.053 193.876 164.926C192.129 165.75 189.896 166.574 188.052 165.507C187.955 165.459 187.761 165.313 188.101 164.683L188.295 164.247L189.993 160.417C190.576 160.369 191.304 160.369 191.886 160.32C194.167 160.175 196.448 160.127 198.777 160.175C199.796 160.175 200.864 160.224 201.932 160.272C202.951 160.32 204.455 160.417 205.426 160.708C204.358 160.708 203.048 160.805 202.029 161.048ZM153.207 132.157L153.304 132.011C157.429 125.079 169.125 128.812 169.222 128.86L170.629 129.345L171.794 124.352C171.794 124.304 171.843 124.207 171.891 124.207C172.134 124.061 172.716 123.867 173.93 124.158C178.152 125.031 184.024 132.302 185.917 135.017L186.984 136.519C187.033 136.471 187.033 136.471 187.081 136.422C187.13 136.374 187.178 136.277 187.276 136.229C187.373 136.132 187.421 136.035 187.518 135.889C187.615 135.744 187.712 135.647 187.809 135.501L188.149 135.065C188.295 134.92 188.392 134.774 188.489 134.58C188.586 134.435 188.731 134.29 188.829 134.096C188.926 133.95 189.071 133.805 189.168 133.659C189.265 133.514 189.362 133.417 189.459 133.272C189.556 133.175 189.605 133.078 189.702 132.981C189.751 132.932 189.799 132.835 189.848 132.787C189.848 132.738 189.896 132.738 189.896 132.69C189.896 132.69 189.896 132.69 189.945 132.69C190.042 132.641 190.139 132.69 190.236 132.69C190.479 132.738 190.721 132.884 190.964 133.029C193.827 134.823 195.914 141.415 196.496 143.839L197.224 146.99L198.923 144.178L199.894 142.579L200.088 142.288C200.427 141.706 200.573 141.803 200.719 141.852C203.533 143.209 203.679 147.717 203.776 151.353C203.824 152.71 203.873 153.97 204.019 155.037C204.213 156.2 205.038 158.236 205.863 160.078L205.814 160.127C204.504 159.254 202.223 157.8 199.263 156.103C196.885 154.697 194.118 153.098 191.158 151.401C189.654 150.577 188.101 149.656 186.548 148.832C184.946 147.959 183.345 147.087 181.743 146.214C180.141 145.39 178.491 144.518 176.89 143.694C175.288 142.87 173.687 142.094 172.182 141.318C170.629 140.543 169.174 139.816 167.718 139.137C166.31 138.458 164.951 137.828 163.738 137.198C158.739 134.871 156.022 133.369 155.876 133.611C155.633 133.999 156.895 134.532 159.467 136.132C157.186 136.132 154.857 136.229 152.479 136.422C152.382 134.92 152.528 133.514 153.207 132.157ZM152.819 137.78C155.925 137.537 158.934 137.44 161.797 137.586H162.137C162.476 137.78 162.816 137.974 163.156 138.216C164.32 138.895 165.631 139.67 166.99 140.446C167.718 140.882 168.446 141.318 169.222 141.706C164.854 141.706 160.292 142.046 155.488 142.821C154.372 141.415 153.304 139.67 152.819 137.78Z' fill='white'/%3E%3Cpath d='M260.364 197.112C260.073 196.288 259.879 195.125 259.588 193.865C258.811 189.841 257.695 184.267 253.133 182.958C251.726 182.522 250.464 183.055 249.687 184.315C248.183 181.455 245.562 177.238 242.408 175.929C241.194 175.396 240.127 175.347 239.205 175.735C238.331 176.123 237.943 176.753 237.797 177.141L237.312 178.013C234.594 175.444 228.091 169.87 223.19 169.676C219.695 169.53 218.725 171.227 218.434 172.003C218.385 172.245 218.336 172.487 218.336 172.536L218.142 174.96C214.405 174.669 204.554 174.669 201.448 182.57L201.351 182.861C199.021 190.956 206.883 196.87 210.038 198.858L208.727 200.894C208.679 200.99 208.582 201.136 208.485 201.427C208.242 202.154 207.951 204.141 210.863 206.129C214.891 208.892 223.481 208.31 227.218 207.922L227.072 208.892C226.926 209.425 226.926 210.152 227.315 210.831C227.8 211.703 228.674 212.285 229.984 212.624C233.284 213.448 237.991 211.703 240.952 210.298C240.806 211.752 241.486 212.915 242.845 213.448C247.261 215.097 251.532 211.364 254.637 208.601C255.608 207.777 256.482 206.953 257.21 206.468C257.84 206.032 259.782 205.499 262.208 205.062C262.888 204.965 263.422 204.481 263.664 203.85C263.858 203.269 263.761 202.687 263.422 202.202C261.771 199.827 260.607 197.888 260.364 197.112ZM204.457 189.308C207.466 188.581 210.426 187.999 213.289 187.611L213.629 187.563C214.017 187.708 214.357 187.854 214.745 187.999C216.007 188.484 217.414 189.066 218.87 189.599C219.647 189.89 220.472 190.181 221.297 190.52C216.978 191.199 212.513 192.313 207.951 193.816C206.592 192.604 205.282 191.053 204.457 189.308ZM209.31 195.028C214.357 193.428 219.259 192.313 223.918 191.732L224.403 191.683C225.762 192.168 227.121 192.653 228.479 193.138C229.79 193.622 231.149 194.059 232.507 194.543C226.053 195.61 219.21 197.646 212.076 200.603L213.823 197.937L212.561 197.258C212.561 197.209 211.057 196.434 209.31 195.028ZM219.356 205.547C216.589 205.402 213.92 204.965 212.367 203.899C211.639 203.366 211.3 202.978 211.105 202.687C219.744 198.955 227.897 196.579 235.565 195.658L235.808 195.61C236.827 195.949 237.846 196.288 238.816 196.628C240.321 197.112 241.777 197.597 243.233 198.033C235.759 199.245 227.751 201.766 219.356 205.547ZM229.644 209.328L230.372 204.723L228.576 205.014C227.412 205.208 225.471 205.402 223.287 205.499C231.294 202.154 238.914 200.069 246.096 199.197L246.824 199.1C249.008 199.779 251.095 200.36 252.939 200.894C254.589 201.378 256.093 201.766 257.355 202.105C248.668 202.542 239.399 204.965 229.644 209.328ZM242.165 206.807C239.787 208.456 235.177 210.201 231.731 210.152C235.565 208.504 239.35 207.147 243.039 206.129L242.165 206.807ZM256.821 204.238C255.899 204.578 254.977 205.062 254.152 205.596C252.454 206.71 251.046 208.213 249.348 209.425C247.746 210.54 245.659 211.655 243.718 210.928C243.621 210.879 243.378 210.831 243.621 210.104L243.718 209.667L244.786 205.596C245.368 205.45 246.048 205.305 246.63 205.208C248.862 204.723 251.143 204.287 253.376 203.947C254.395 203.802 255.462 203.657 256.482 203.56C257.501 203.463 259.005 203.269 259.976 203.414C259.054 203.511 257.743 203.85 256.821 204.238ZM260.413 202.639C258.957 202.008 256.482 200.942 253.279 199.73C250.706 198.712 247.746 197.549 244.495 196.385C242.893 195.804 241.194 195.173 239.496 194.592C237.797 194.01 236.05 193.428 234.352 192.798C232.605 192.217 230.857 191.635 229.159 191.102C227.46 190.52 225.762 190.035 224.112 189.502C222.462 188.969 220.909 188.532 219.356 188.048C217.851 187.563 216.395 187.175 215.085 186.787C209.795 185.285 206.835 184.218 206.738 184.509C206.592 184.897 207.902 185.236 210.717 186.4C208.485 186.739 206.204 187.224 203.826 187.805C203.486 186.497 203.438 185.091 203.826 183.636L203.874 183.443C206.835 175.929 218.967 177.723 219.113 177.723L220.569 177.965L220.957 172.875C220.957 172.827 221.006 172.73 221.054 172.681C221.248 172.487 221.831 172.245 223.044 172.293C227.315 172.487 234.303 178.692 236.633 181.067L237.991 182.425C238.04 182.376 238.04 182.376 238.04 182.328C238.088 182.231 238.137 182.182 238.186 182.085C238.234 181.988 238.331 181.843 238.38 181.746C238.477 181.601 238.525 181.455 238.622 181.31C238.719 181.164 238.816 180.97 238.914 180.825C239.011 180.631 239.108 180.486 239.205 180.292C239.302 180.146 239.399 179.952 239.496 179.759C239.593 179.613 239.69 179.419 239.739 179.274C239.787 179.128 239.884 178.983 239.981 178.838C240.03 178.741 240.127 178.644 240.175 178.498C240.224 178.45 240.272 178.353 240.321 178.304C240.321 178.256 240.369 178.256 240.369 178.207C240.369 178.207 240.369 178.207 240.369 178.159C240.418 178.11 240.564 178.11 240.661 178.11C240.903 178.159 241.194 178.256 241.437 178.353C244.543 179.662 247.698 185.818 248.62 188.096L249.881 191.102L251.095 188.096L251.774 186.351L251.92 186.06C252.114 185.43 252.308 185.479 252.454 185.527C255.462 186.4 256.336 190.859 257.015 194.398C257.258 195.707 257.549 196.967 257.889 197.985C258.18 199.051 259.345 200.942 260.413 202.639C260.461 202.639 260.461 202.639 260.413 202.639Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-gold-banner {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='155' viewBox='0 0 1200 155' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1835_6233' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1200' height='155'%3E%3Crect width='1200' height='155' fill='%23C8A568'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1835_6233)'%3E%3Crect width='1200' height='155' fill='%23C8A568'/%3E%3Cg opacity='0.1'%3E%3Cpath d='M862.427 -1036.45C852.646 -1055.41 861.744 -1076.48 871.363 -1098.76C872.028 -1100.29 872.658 -1101.83 873.305 -1103.38C877.153 -1104.64 881.809 -1105.84 886.682 -1107.12C907.682 -1112.55 936.431 -1119.99 942.239 -1144.1C944 -1151.43 940.836 -1157.97 934.202 -1161.57C948.891 -1170.31 970.143 -1185.35 976.292 -1202.13C978.701 -1208.67 978.719 -1214.3 976.382 -1218.85C974.458 -1222.57 971.222 -1224.76 968.579 -1225.68L964.012 -1227.82C976.741 -1242.86 1004.25 -1278.4 1004 -1303.91C1003.82 -1322.32 994.505 -1326.78 990.514 -1327.84C989.057 -1328.24 987.96 -1328.29 987.421 -1328.27L974.764 -1328.42C975.303 -1348.05 972.57 -1399.34 930.732 -1412.89L929.149 -1413.32C885.999 -1422.91 857.141 -1380.26 847.45 -1363.11L836.411 -1369.46C836.051 -1369.67 835.026 -1370.21 833.516 -1370.63C829.543 -1371.69 819.294 -1372.48 809.657 -1356.87C796.209 -1335.09 801.423 -1290.65 804.551 -1271.27L799.391 -1271.75C797.305 -1272.13 793.332 -1272.36 789.233 -1269.79C784.9 -1267.08 782.023 -1262.24 780.692 -1255.43C777.276 -1237.88 787.74 -1214.21 795.831 -1199.27C788.208 -1199.63 782.167 -1195.64 779.865 -1188.36C772.368 -1164.73 793.188 -1143.77 808.399 -1128.47C813.037 -1123.8 817.425 -1119.4 820.229 -1115.73C820.247 -1115.69 820.283 -1115.64 820.301 -1115.62C819.456 -1114 818.935 -1112.58 818.719 -1111.23C816.4 -1096.46 812.696 -1084.23 809.1 -1072.42C799.876 -1041.97 791.894 -1015.67 811.671 -964.395C831.305 -913.591 789.52 -849.79 750.954 -799.903C711.597 -749.01 683.962 -743.545 642.142 -735.311C629.79 -732.866 615.82 -730.115 600.178 -725.909C577.2 -719.743 554.204 -715.931 529.878 -711.905C497.784 -706.583 464.576 -701.082 428.185 -689.595C414.215 -685.19 401.72 -680.894 390.428 -676.561C388.594 -675.86 386.761 -675.141 384.945 -674.422C363.387 -665.829 346.522 -657.11 332.534 -647.42C327.734 -672.444 308.244 -750.735 241.72 -834.51C309.934 -884.99 385.808 -943.811 440.304 -1001.25C504.419 -1068.84 512.797 -1114.22 519.522 -1150.69C523.855 -1174.19 527.271 -1192.74 545.304 -1211.47C615.209 -1284.16 614.256 -1435.9 613.734 -1517.43C613.698 -1523.87 613.662 -1529.85 613.662 -1535.34C613.662 -1576.49 635.418 -1603.67 654.62 -1627.63C672.833 -1650.39 690.039 -1671.87 680.654 -1698.98C677.472 -1708.15 691.226 -1723.49 703.362 -1737C708.486 -1742.7 713.431 -1748.29 717.674 -1753.81C720.569 -1753.22 723.697 -1752.5 726.916 -1751.76C748.006 -1746.89 776.899 -1740.24 793.026 -1759.01C797.935 -1764.71 798.115 -1772.01 793.871 -1778.28C810.88 -1779.27 836.591 -1782.83 849.698 -1794.93C854.804 -1799.64 857.411 -1804.63 857.393 -1809.78C857.393 -1813.98 855.523 -1817.43 853.599 -1819.47L850.525 -1823.49C868.684 -1831.01 909.264 -1849.92 920.681 -1872.75C928.898 -1889.22 922.695 -1897.49 919.638 -1900.29C918.541 -1901.32 917.571 -1901.87 917.085 -1902.11L905.92 -1908.09C915.341 -1925.32 936.323 -1972.24 905.416 -2003.62L904.212 -2004.74C870.32 -2033.22 825.282 -2008.59 808.866 -1997.8L801.962 -2008.55C801.746 -2008.91 801.081 -2009.86 799.93 -2010.92C796.892 -2013.69 788.154 -2019.14 772.494 -2009.7C750.631 -1996.52 734.988 -1954.57 728.929 -1935.85L724.578 -1938.67C722.906 -1939.97 719.472 -1942.02 714.671 -1941.62C709.583 -1941.21 704.819 -1938.22 700.54 -1932.78C689.5 -1918.74 687.99 -1892.81 688.349 -1875.77C681.751 -1879.62 674.577 -1878.84 669.201 -1873.43C651.761 -1855.87 660.679 -1827.59 667.187 -1806.95C669.183 -1800.64 671.053 -1794.71 671.862 -1790.13C672.096 -1788.85 672.186 -1786.84 672.204 -1784.36C615.101 -1744.02 519.432 -1635.31 504.077 -1526.2C494.872 -1460.78 461.304 -1378.63 407.023 -1288.62C349.039 -1192.47 288.125 -1120.08 264.626 -1093.42C234.168 -1058.88 185.264 -1027.46 133.483 -994.202C119.171 -985.015 104.41 -975.541 89.7025 -965.762C74.9953 -975.523 60.234 -984.997 45.9223 -994.202C-5.85881 -1027.46 -54.7812 -1058.88 -85.2205 -1093.42C-108.72 -1120.08 -169.634 -1192.47 -227.618 -1288.62C-281.899 -1378.63 -315.466 -1460.78 -324.672 -1526.2C-340.296 -1637.19 -439.004 -1747.74 -495.693 -1786.35C-495.639 -1787.9 -495.55 -1789.21 -495.388 -1790.13C-494.561 -1794.69 -492.691 -1800.64 -490.713 -1806.95C-484.205 -1827.59 -475.305 -1855.87 -492.727 -1873.43C-498.103 -1878.84 -505.258 -1879.6 -511.857 -1875.77C-511.515 -1892.81 -513.026 -1918.74 -524.065 -1932.78C-528.344 -1938.22 -533.091 -1941.21 -538.179 -1941.62C-542.997 -1942.02 -546.432 -1939.99 -548.104 -1938.67L-552.455 -1935.85C-558.514 -1954.55 -574.174 -1996.51 -596.019 -2009.7C-611.679 -2019.14 -620.417 -2013.71 -623.456 -2010.92C-624.625 -2009.86 -625.272 -2008.91 -625.488 -2008.55L-632.392 -1997.8C-648.807 -2008.59 -693.846 -2033.22 -727.737 -2004.74L-728.942 -2003.63C-759.849 -1972.24 -738.867 -1925.32 -729.445 -1908.09L-740.611 -1902.11C-741.078 -1901.86 -742.049 -1901.3 -743.164 -1900.29C-746.22 -1897.51 -752.423 -1889.22 -744.189 -1872.75C-732.772 -1849.92 -692.192 -1831.01 -674.032 -1823.49L-677.107 -1819.47C-679.031 -1817.43 -680.901 -1814 -680.901 -1809.78C-680.919 -1804.65 -678.312 -1799.64 -673.206 -1794.93C-660.098 -1782.83 -634.388 -1779.27 -617.379 -1778.28C-621.622 -1772.02 -621.442 -1764.73 -616.534 -1759.01C-600.406 -1740.22 -571.513 -1746.89 -550.423 -1751.76C-546.216 -1752.73 -542.206 -1753.63 -538.61 -1754.3C-534.313 -1748.62 -529.207 -1742.88 -523.939 -1737C-511.803 -1723.49 -498.049 -1708.15 -501.231 -1698.98C-510.616 -1671.87 -493.428 -1650.39 -475.197 -1627.63C-455.995 -1603.65 -434.239 -1576.47 -434.239 -1535.34C-434.239 -1529.85 -434.275 -1523.87 -434.311 -1517.43C-434.833 -1435.9 -435.786 -1284.16 -365.881 -1211.47C-347.848 -1192.74 -344.431 -1174.19 -340.098 -1150.69C-333.374 -1114.22 -324.996 -1068.84 -260.881 -1001.25C-206.367 -943.793 -130.511 -884.99 -62.2605 -834.438C-130.619 -748.362 -149.299 -668.094 -153.435 -645.407C-175.909 -661.658 -206.205 -675.177 -251.819 -689.541C-288.227 -701.01 -321.418 -706.529 -353.529 -711.851C-377.856 -715.878 -400.851 -719.707 -423.829 -725.855C-439.471 -730.044 -453.459 -732.812 -465.793 -735.257C-507.614 -743.509 -535.248 -748.956 -574.606 -799.849C-580.161 -807.022 -586.292 -814.231 -592.208 -821.206C-623.906 -858.473 -656.682 -896.998 -635.179 -964.809C-618.44 -1017.57 -625.542 -1043.57 -633.776 -1073.64C-636.887 -1085.04 -640.105 -1096.83 -642.371 -1111.2C-642.712 -1113.41 -643.899 -1115.84 -646.056 -1118.95C-645.751 -1119.43 -645.445 -1119.88 -645.193 -1120.22C-642.388 -1123.89 -638.002 -1128.31 -633.363 -1132.97C-618.152 -1148.27 -597.314 -1169.21 -604.829 -1192.85C-607.149 -1200.15 -613.172 -1204.12 -620.795 -1203.76C-612.704 -1218.7 -602.24 -1242.4 -605.656 -1259.92C-606.969 -1266.74 -609.845 -1271.57 -614.197 -1274.29C-618.296 -1276.86 -622.287 -1276.64 -624.373 -1276.26L-629.533 -1275.78C-626.405 -1295.16 -621.191 -1339.6 -634.639 -1361.39C-644.276 -1376.99 -654.543 -1376.22 -658.498 -1375.14C-660.008 -1374.74 -661.033 -1374.21 -661.393 -1373.99L-672.432 -1367.64C-682.123 -1384.79 -710.98 -1427.44 -754.131 -1417.85L-755.714 -1417.42C-797.534 -1403.87 -800.267 -1352.58 -799.745 -1332.95L-812.403 -1332.8C-812.942 -1332.8 -814.057 -1332.75 -815.513 -1332.37C-819.505 -1331.31 -828.818 -1326.83 -828.998 -1308.44C-829.25 -1282.93 -801.741 -1247.41 -789.012 -1232.35L-793.579 -1230.19C-796.221 -1229.27 -799.44 -1227.1 -801.382 -1223.36C-803.737 -1218.81 -803.701 -1213.18 -801.292 -1206.64C-795.143 -1189.85 -773.891 -1174.82 -759.202 -1166.08C-765.836 -1162.49 -769.018 -1155.94 -767.238 -1148.61C-761.431 -1124.5 -732.682 -1117.06 -711.7 -1111.63C-708.751 -1110.87 -705.892 -1110.12 -703.231 -1109.36C-701.469 -1102.69 -699.492 -1095.92 -697.406 -1088.96C-689.567 -1062.89 -681.458 -1035.94 -687.715 -1015C-690.034 -1007.25 -692.282 -999.972 -694.439 -993.015C-713.641 -931.011 -725.238 -893.583 -696.327 -794.061C-671.048 -707.015 -607.4 -647.924 -501.77 -613.389C-456.049 -598.432 -408.816 -577.65 -357.395 -549.822L-350.904 -546.316C-310.72 -524.635 -260.719 -497.669 -233.444 -462.596C-170.03 -380.997 -150.594 -243.938 -153.219 -151.391C-155.467 -72.4712 -174.489 7.16804 -208.255 78.9332C-222.297 108.794 -238.19 142.645 -262.715 163.894C-275.588 175.058 -290.098 183.255 -305.47 191.92C-320.573 200.441 -336.197 209.25 -350.023 221.097C-369.333 237.618 -383.519 250.796 -396.051 263.811C-408.439 276.683 -451.554 287.146 -477.3 293.384C-484.438 295.11 -490.587 296.602 -495.1 297.878C-552.257 314.112 -556.842 385.715 -557.004 388.771C-557.184 392.205 -555.17 395.369 -551.987 396.645C-548.823 397.904 -545.155 397.041 -542.908 394.434C-531.724 381.437 -497.545 347.711 -473.884 347.711C-455.509 347.711 -434.365 343.163 -419.245 339.154C-422.481 341.761 -426.796 344.26 -432.549 346.255C-461.047 356.125 -492.152 413.886 -495.604 420.429C-497.114 423.288 -496.754 426.757 -494.705 429.256C-492.655 431.755 -489.329 432.762 -486.218 431.863C-483.647 431.108 -422.948 412.933 -400.006 393.859C-393.444 388.394 -382.602 388.268 -370.034 388.106C-352.073 387.89 -332.925 386.74 -319.512 373.329C-312.266 366.066 -307.556 356.97 -301.532 349.006C-293.837 338.813 -286.214 333.312 -277.835 326.229C-256.53 308.197 -232.257 291.101 -208.039 277.438C-203.364 274.814 -198.653 272.243 -193.907 269.744C-191.228 268.324 -181.735 265.34 -180.404 262.787C-183.299 268.306 -186.517 274.706 -189.826 281.699C-190.059 282.076 -190.221 282.31 -190.149 282.4C-202.681 309.006 -216.525 344.547 -220.535 378.417C-222.476 394.776 -243.135 408.924 -258.22 419.243L-262.229 422.011C-265.771 424.456 -269.331 426.811 -272.837 429.13C-293.01 442.434 -313.848 456.204 -321.148 484.518C-325.985 503.251 -328.43 524.644 -328.43 548.068C-328.43 551.915 -325.697 555.223 -321.939 555.942C-318.163 556.661 -314.406 554.612 -312.967 551.052C-307.16 536.58 -287.85 496.833 -268.45 486.765C-257.033 480.833 -246.515 480.833 -235.404 480.833C-223.213 480.833 -210.628 480.833 -197.701 472.779C-183.73 464.078 -172.044 447.845 -164.654 435.674C-156.617 458.829 -152.554 482.307 -158.613 487.017C-179.146 503.017 -175.316 540.284 -174.813 544.472C-174.453 547.439 -172.475 549.956 -169.67 551.016C-166.884 552.059 -163.719 551.484 -161.49 549.488C-149.372 538.63 -137.595 525.83 -126.448 511.484C-116.073 498.109 -108.936 486.532 -103.973 475.062C-99.5862 464.923 -97.914 454.604 -96.2959 444.627C-95.8464 441.876 -95.397 439.198 -94.8216 436.573C-93.9945 432.51 -93.1136 428.645 -92.1787 424.906C-88.9424 413.85 -83.6383 402.11 -76.6443 390.803C-62.7461 368.331 -43.1124 350.21 -19.8648 338.381C-10.6054 333.671 -2.19096 329.536 5.28853 325.995C5.19863 332.952 3.14894 344.871 2.14211 350.714C-0.159284 364.053 -1.09428 369.572 5.37837 372.502C8.12923 373.743 12.4804 373.743 15.7526 369.661C24.6165 358.624 30.9273 355.693 37.6157 352.601C44.0883 349.599 51.4241 346.219 59.2811 336.188C62.913 331.55 65.538 328.44 67.4618 326.354C67.9113 329.464 68.3427 333.275 68.7562 336.853C69.4215 342.696 70.2486 349.959 71.5072 358.03C72.4781 364.34 69.5294 377.859 66.419 392.169C62.3017 411.081 57.1595 434.596 57.8787 455.629C58.7237 480.132 90.979 541.057 104.805 566.117C107.808 571.546 112.59 575.519 118.308 577.317C119.746 577.766 121.131 578 122.461 578C124.475 578 126.327 577.461 127.999 576.4C133.429 572.949 134.849 566.566 138.103 542.89C139.47 532.949 138.625 518.082 137.654 500.86C136 471.719 133.716 431.809 144.774 420.322C173.325 390.641 189.093 350.228 195.296 331.46C220.755 347.729 267.466 381.545 277.697 407.252C288.358 434.038 302.724 448.276 315.4 460.842C332.336 477.633 344.562 489.768 340.931 527.304C340.445 532.356 343.699 536.598 348.482 537.21C348.734 537.246 348.985 537.264 349.255 537.264C360.816 537.264 381.6 507.098 383.776 493.273C388.397 463.791 373.725 431.773 364.016 410.578C362.614 407.54 361.068 404.142 359.809 401.212C372.233 404.394 389.368 416.421 403.661 426.47C416.75 435.674 429.12 444.339 439.728 448.438C469.448 459.872 479.643 495.143 479.751 495.484C480.722 499.026 483.814 501.471 487.644 501.363C491.312 501.291 494.458 498.721 495.285 495.143C496.13 491.458 515.548 404.681 463.461 377.59C448.736 369.949 443.378 359.99 437.714 349.473C431.745 338.363 424.967 325.779 407.221 317.887L400.515 314.903C385.987 308.485 385.987 308.485 380.486 302.157C377.879 299.173 374.319 295.074 368.475 289.015C363.297 283.622 356.105 275.101 351.592 268.791C367.037 268.863 395.355 271.164 414.845 285.654C429.48 296.53 442.911 302.804 453.698 307.838C466.194 313.68 475.22 317.905 481.171 326.139C488.597 336.422 495.357 332.844 497.245 331.496C507.565 324.143 497.389 288.764 489.298 271.65C489.37 271.668 489.424 271.668 489.496 271.685C490.628 271.883 491.581 272.027 492.247 272.099C505.695 273.627 518.137 277.384 533.887 284.629C547.048 290.688 562.367 297.339 577.523 299.586L582.468 300.305C608.898 304.045 648.83 309.725 667.151 349.977C668.698 353.374 673.39 363.711 682.632 361.913C686.641 361.122 695.721 359.361 698.454 315.227C709.655 315.298 727.455 316.575 737.595 321.842C739.465 322.813 745.165 325.761 750.073 322.364C752.842 320.458 754.226 317.222 753.813 313.734C752.41 302.067 718.267 269.043 687.127 257.07C668.266 249.825 648.327 243.227 629.035 236.864C577.128 219.713 523.441 201.97 481.027 168.766C429.426 128.371 388.648 68.2728 366.21 -0.418363C331.096 -107.976 328.003 -232.541 357.724 -342.166C368.889 -383.316 384.171 -439.639 416.409 -470.668C453.932 -506.766 497.568 -530.298 543.776 -555.233L548.99 -558.055C588.383 -579.34 631.822 -597.839 681.823 -614.612C785.295 -649.326 847.756 -708.039 872.73 -794.079C902.773 -897.861 900.005 -963.55 862.427 -1036.45ZM928.592 -1147.28C926.021 -1136.58 914.928 -1130.9 905.506 -1127.31C895.528 -1123.49 884.92 -1121.73 875.031 -1117.67C870.23 -1115.69 865.682 -1113.14 861.42 -1110.15C857.087 -1107.12 851.783 -1102.48 848.313 -1098.52C850.507 -1103.34 855.739 -1109.33 859.101 -1113.37C862.589 -1117.58 866.275 -1121.61 869.961 -1125.65C878.016 -1134.53 886.43 -1143.09 895.132 -1151.3C897.416 -1153.44 899.933 -1156 902.252 -1158.1L923.036 -1150.86C923.036 -1150.86 925.23 -1150.06 925.248 -1150.06C929.024 -1149.04 928.736 -1147.89 928.592 -1147.28ZM915.377 -1166.14L909.803 -1164.45C925.032 -1177.39 941.897 -1189.78 960.362 -1201.61C950.599 -1186.56 929.437 -1171.51 915.377 -1166.14ZM947.471 -1230.15L940.98 -1223.12L962.915 -1212.81C915.503 -1183.39 877.98 -1150.42 850.831 -1114.13C853.078 -1120.6 855.685 -1128.24 858.49 -1136.8C861.636 -1146.31 865.034 -1157 868.558 -1168.42L871.004 -1171.24C895.707 -1199.7 927.172 -1226.52 965.019 -1251.55C958.258 -1242.47 951.678 -1234.7 947.471 -1230.15ZM988.284 -1312.65C989.093 -1311.1 989.902 -1308.35 989.956 -1303.7C990.046 -1293.92 984.203 -1281.08 976.615 -1268.66C935.658 -1243.28 901.371 -1215.95 874.096 -1186.83C876.343 -1194.45 878.735 -1202.22 880.928 -1210.2C882.421 -1215.48 883.931 -1220.86 885.441 -1226.22L886.322 -1227.24C912.734 -1257.64 946.913 -1286.15 988.284 -1312.65ZM960.344 -1322.2L959.553 -1314.61L976.112 -1314.43C942.508 -1292.23 913.777 -1268.62 890.26 -1243.67C892.183 -1250.9 894.107 -1258.13 895.995 -1265.24C898.009 -1272.69 899.807 -1280.02 901.605 -1287.21L903.313 -1289.17C919.44 -1307.76 938.535 -1325.61 960.29 -1342.76C961.189 -1331.17 960.362 -1322.43 960.344 -1322.2ZM959.175 -1352.22C939.146 -1336.76 921.31 -1320.7 905.776 -1304.04C906.855 -1308.52 907.88 -1312.9 908.886 -1317.16C910.81 -1325.15 912.482 -1332.75 914.029 -1339.76C914.496 -1341.88 914.946 -1343.91 915.395 -1345.93L916.528 -1347.24C926.399 -1358.62 937.528 -1369.73 949.592 -1380.6C954.842 -1371.92 957.683 -1361.69 959.175 -1352.22ZM818.306 -1138.34C804.893 -1151.83 788.208 -1168.62 793.152 -1184.17C793.35 -1184.81 793.674 -1185.8 796.982 -1184.92L798.69 -1184.56L808.363 -1182.41L825.084 -1178.9L815.698 -1193.14C808.615 -1203.87 790.995 -1235.47 794.375 -1252.8C794.644 -1254.15 794.986 -1255.56 795.633 -1256.76C795.849 -1257.16 796.119 -1257.64 796.586 -1257.8C796.64 -1257.82 796.712 -1257.84 796.766 -1257.84C796.946 -1257.86 797.162 -1257.86 797.359 -1257.84C797.791 -1257.8 798.222 -1257.77 798.654 -1257.71C799.319 -1257.66 799.966 -1257.59 800.632 -1257.53C801.459 -1257.46 802.304 -1257.37 803.131 -1257.3C804.084 -1257.21 805.037 -1257.12 805.99 -1257.03C807.014 -1256.94 808.021 -1256.83 809.046 -1256.74C810.071 -1256.65 811.096 -1256.54 812.121 -1256.45C813.091 -1256.36 814.062 -1256.27 815.033 -1256.17C815.896 -1256.09 816.759 -1256 817.64 -1255.93C818.342 -1255.86 819.043 -1255.81 819.744 -1255.73C820.229 -1255.7 820.715 -1255.64 821.2 -1255.61C821.416 -1255.59 821.632 -1255.57 821.848 -1255.56L819.906 -1264.87C816.364 -1281.95 809.765 -1330.47 821.524 -1349.54C824.904 -1355.04 827.673 -1356.71 829.039 -1357.04C829.399 -1357.13 829.776 -1357.05 830.082 -1356.86L853.312 -1343.52L856.566 -1350.48C856.836 -1351.05 884.434 -1408.88 925.733 -1399.71L926.686 -1399.46C934.31 -1396.98 940.225 -1392.67 944.846 -1387.27C935.496 -1378.9 926.794 -1370.34 918.703 -1361.66C921.85 -1377.19 924.277 -1383.84 922.101 -1384.29C920.591 -1384.6 916.528 -1368.81 907.628 -1341.49C905.38 -1334.66 902.953 -1327.27 900.544 -1319.41C898.099 -1311.55 895.474 -1303.28 892.957 -1294.67C890.439 -1286.06 887.689 -1277.22 885.171 -1268.14C882.618 -1259.08 880.029 -1249.87 877.44 -1240.67C874.977 -1231.43 872.514 -1222.19 870.087 -1213.09C867.605 -1204.01 865.484 -1194.99 863.254 -1186.29C858.921 -1168.89 855.092 -1152.58 852.035 -1138.54C848.152 -1121.12 845.473 -1107.22 843.998 -1099.19C843.872 -1099.19 843.89 -1099.19 843.765 -1099.19C839.791 -1108.91 835.044 -1119.45 831.341 -1124.27C827.961 -1128.64 823.286 -1133.36 818.306 -1138.34ZM665.497 -1693.73C671.682 -1675.86 661.182 -1661.5 642.088 -1637.66C622.275 -1612.91 597.625 -1582.11 597.625 -1535.34C597.625 -1529.83 597.661 -1523.79 597.697 -1517.32C598.2 -1438.08 599.135 -1290.57 533.743 -1222.6C512.384 -1200.38 508.374 -1178.72 503.753 -1153.61C497.407 -1119.22 489.514 -1076.43 428.671 -1012.29C374.624 -955.335 298.787 -896.675 230.734 -846.285C229.026 -848.37 227.3 -850.455 225.466 -852.541C220.845 -857.826 216.063 -862.949 211.19 -867.965C279.189 -918.212 355.53 -976.979 408.875 -1033.25C463.641 -1090.97 470.06 -1125.69 476.245 -1159.25C481.063 -1185.41 486.547 -1215.03 514.11 -1243.67C571.069 -1302.91 570.134 -1447.57 569.684 -1517.09C569.648 -1523.63 569.612 -1529.73 569.612 -1535.3C569.612 -1556.62 573.532 -1576.41 581.623 -1595.79C593.256 -1623.55 608.898 -1652.15 628.064 -1680.81C640.668 -1699.65 659.025 -1725.89 679.485 -1748.73C680.798 -1748.62 682.128 -1748.67 683.423 -1749.1C687.954 -1750.59 692.215 -1751.85 696.009 -1752.84C694.48 -1751.12 692.952 -1749.39 691.442 -1747.7C675.584 -1730.08 659.223 -1711.84 665.497 -1693.73ZM176.759 -905.646C183.646 -910.23 190.568 -914.814 197.49 -919.398C257.308 -958.966 319.175 -999.864 368.098 -1055.32L370.885 -1058.49C400.083 -1091.55 430.271 -1125.74 443.702 -1168.33L444.996 -1172.46C453.375 -1199.32 470.797 -1255.18 509.003 -1300.93C532.647 -1329.24 552.154 -1388.51 561.072 -1450.7C558.717 -1379.67 548.648 -1291.2 508.302 -1249.26C479.068 -1218.88 473.368 -1188 468.334 -1160.73C462.347 -1128.31 456.162 -1094.78 403.032 -1038.79C349.849 -982.714 273.382 -923.91 205.419 -873.7C194.991 -884.073 184.167 -893.906 173.128 -903.201C174.332 -904.01 175.555 -904.837 176.759 -905.646ZM172.319 -912.315C170.449 -911.075 168.561 -909.798 166.691 -908.54C156.479 -916.899 146.176 -924.845 135.892 -932.396C144.342 -937.879 152.793 -943.344 161.171 -948.719C216.063 -983.991 267.916 -1017.3 303.21 -1057.34C386.077 -1151.36 532.521 -1354.3 555.642 -1518.49C556.272 -1523 557.117 -1527.59 558.106 -1532.23C561.018 -1440.76 532.341 -1341.4 502.854 -1306.07C463.641 -1259.1 445.877 -1202.2 437.355 -1174.86L436.078 -1170.76C423.151 -1129.79 393.539 -1096.24 364.897 -1063.81L362.111 -1060.65C313.889 -1005.98 252.471 -965.366 193.085 -926.086C186.145 -921.484 179.223 -916.917 172.319 -912.315ZM782.4 -1768.14C771.774 -1755.79 748.635 -1761.11 730.044 -1765.41C723.158 -1766.99 716.667 -1768.5 711.147 -1769.04C709.547 -1769.2 707.588 -1769.15 705.376 -1768.93C723.284 -1777.35 742.702 -1784.27 763.576 -1789.66L780.261 -1772.49L780.674 -1772.17L780.692 -1772.17C783.587 -1769.51 782.814 -1768.63 782.4 -1768.14ZM778.085 -1791.98L773.572 -1792.1C792.972 -1796.58 813.577 -1799.82 835.35 -1801.81C819.834 -1792.95 789.61 -1791.64 778.085 -1791.98ZM836.932 -1833.18L827.979 -1829.93L842.722 -1810.62C787.273 -1806.34 738.962 -1794.33 698.328 -1774.58C703.272 -1779.29 709.062 -1784.9 715.463 -1791.22C722.6 -1798.23 730.493 -1806.2 738.8 -1814.72L742.252 -1816.09C777.132 -1830 817.263 -1839.33 862.23 -1844.13C852.125 -1839.17 842.74 -1835.29 836.932 -1833.18ZM910.756 -1887.74C910.774 -1886 910.235 -1883.18 908.149 -1879.01C903.78 -1870.25 892.723 -1861.51 880.335 -1853.98C832.455 -1850.31 789.592 -1841.83 752.123 -1828.51C757.589 -1834.24 763.252 -1840.05 768.844 -1846.16C772.566 -1850.17 776.359 -1854.27 780.153 -1858.33L781.412 -1858.84C818.683 -1873.72 861.996 -1883.29 910.756 -1887.74ZM900.778 -1894.97C860.863 -1890.73 824.616 -1883 792.379 -1871.65C797.377 -1877.19 802.394 -1882.75 807.302 -1888.21C812.48 -1893.89 817.407 -1899.61 822.297 -1905.18L824.706 -1906.15C847.486 -1915.23 872.55 -1922.31 899.663 -1927.53C895.186 -1916.79 890.475 -1909.39 890.332 -1909.19L886.178 -1902.81L900.778 -1894.97ZM903.007 -1936.44C878.195 -1931.93 855.056 -1925.89 833.678 -1918.23C836.681 -1921.72 839.593 -1925.17 842.434 -1928.5C847.792 -1934.72 852.736 -1940.7 857.303 -1946.22C858.688 -1947.9 860.018 -1949.5 861.313 -1951.1L862.913 -1951.74C876.865 -1957.32 891.788 -1962.06 907.466 -1966.16C908.149 -1955.99 905.992 -1945.56 903.007 -1936.44ZM679.162 -1863.56C679.647 -1864.05 680.384 -1864.79 682.902 -1862.47L683.603 -1861.75L691.855 -1854.97L705.088 -1844.13L703.254 -1861.14C701.87 -1873.95 700.665 -1910.25 711.561 -1924.11C713.916 -1927.11 715.534 -1927.72 715.948 -1927.64L716.146 -1927.46L737.146 -1913.88L739.699 -1923.07C744.356 -1939.91 760.627 -1986.15 779.757 -1997.69C786.356 -2001.67 789.664 -2001.18 790.437 -2000.64L805.198 -1977.63L811.258 -1982.3C811.761 -1982.7 862.607 -2021.42 895.042 -1994.17L895.761 -1993.5C901.389 -1987.79 904.661 -1981.19 906.315 -1974.25C894.215 -1971.1 882.582 -1967.53 871.453 -1963.52C881.306 -1975.94 887.077 -1983.71 887.077 -1983.71C887.077 -1983.71 872.748 -1970.92 852.377 -1950.74C847.271 -1945.7 841.733 -1940.24 836.015 -1934.36C830.262 -1928.5 824.149 -1922.37 818 -1915.84C811.833 -1909.33 805.36 -1902.74 798.978 -1895.82C792.577 -1888.93 786.086 -1881.94 779.578 -1874.93C773.177 -1867.84 766.776 -1860.74 760.483 -1853.77C754.137 -1846.83 748.149 -1839.76 742.216 -1833.06C730.44 -1819.57 719.616 -1806.81 710.482 -1795.74C699.119 -1782.06 690.399 -1770.93 685.419 -1764.46C685.329 -1764.42 685.257 -1764.4 685.167 -1764.38C686.084 -1774.9 686.695 -1786.57 685.617 -1792.59C684.646 -1798.04 682.632 -1804.4 680.51 -1811.14C674.811 -1829.35 667.673 -1852 679.162 -1863.56ZM142.167 -980.701C194.919 -1014.59 244.74 -1046.59 276.672 -1082.81C356.771 -1173.69 498.144 -1368.85 519.971 -1523.97C533.492 -1620.03 616.395 -1720.36 671.071 -1763.65C670.945 -1762.24 670.819 -1760.82 670.658 -1759.35C670.424 -1756.99 671.017 -1754.69 672.312 -1752.82C651.977 -1729.94 633.871 -1704.02 621.358 -1685.3C601.94 -1656.27 586.082 -1627.24 574.251 -1599.05C560.137 -1571.24 551.201 -1544.5 547.695 -1519.59C524.843 -1357.29 379.461 -1155.98 297.169 -1062.61C262.612 -1023.41 211.226 -990.39 156.766 -955.389C147.597 -949.492 138.283 -943.506 128.97 -937.429C120.25 -943.685 111.674 -949.636 103.223 -955.371C116.312 -964.036 129.419 -972.503 142.167 -980.701ZM-340.53 -1523.97C-318.703 -1368.85 -177.33 -1173.67 -97.2309 -1082.81C-65.2991 -1046.59 -15.4778 -1014.59 37.2741 -980.701C46.2639 -974.93 55.2537 -969.159 64.2075 -963.335C70.1228 -959.487 75.8583 -955.371 81.9174 -951.739C87.509 -948.396 93.0287 -945.429 98.4226 -941.762C109.21 -934.409 119.89 -926.895 130.39 -919.128C152.577 -902.715 173.991 -885.152 193.678 -865.772C201.032 -858.545 208.116 -851.085 214.912 -843.336C224.423 -832.496 232.658 -820.308 241.126 -808.676C249.846 -796.721 258.027 -784.335 265.578 -771.607C278.164 -750.43 289.132 -728.282 298.157 -705.361C304.306 -689.739 309.61 -673.739 313.71 -657.451C315.382 -650.8 316.946 -644.076 317.953 -637.155C317.971 -636.957 318.043 -636.777 318.079 -636.598C309.52 -630.467 301.016 -623.978 292.386 -617.11L291.361 -621.91C285.356 -650.189 279.674 -676.903 268.491 -703.383C256.804 -731.104 241.773 -758.142 223.83 -783.742C198.569 -819.786 166.367 -853.206 125.356 -885.942C98.9081 -907.066 70.0689 -925.331 42.2006 -943.002C35.692 -947.119 29.1834 -951.254 22.7108 -955.407C-31.7314 -990.372 -83.1708 -1023.4 -117.745 -1062.64C-192.271 -1147.17 -340.512 -1351.5 -368.272 -1519.71C-370.915 -1535.75 -389.542 -1577.49 -409.212 -1616.83C-416.601 -1632.61 -425.591 -1649.89 -436.253 -1668.06C-443.822 -1681.51 -450.241 -1691.95 -454.269 -1697.06C-466.333 -1715.43 -480.123 -1734.4 -495.514 -1753.38C-494.453 -1755.14 -493.949 -1757.21 -494.165 -1759.35C-494.417 -1761.69 -494.615 -1763.93 -494.794 -1766.11C-440.208 -1724.26 -354.32 -1621.88 -340.53 -1523.97ZM243.625 -658.386C205.059 -769.162 107.484 -845.889 7.80574 -912.315C0.919569 -916.917 -6.00261 -921.484 -12.9427 -926.068C-72.3291 -965.348 -133.747 -1005.96 -181.968 -1060.63C-185.42 -1064.53 -188.944 -1068.47 -192.468 -1072.4C-219.042 -1102.01 -246.497 -1132.64 -255.882 -1170.5C-270.014 -1227.6 -294.107 -1267.22 -317.408 -1305.55C-349.753 -1358.74 -379.725 -1416.78 -382.296 -1501.27C-382.476 -1506.86 -382.26 -1512.18 -382.225 -1517.09C-382.171 -1523.65 -382.135 -1529.74 -382.135 -1535.34C-382.135 -1536.09 -382.171 -1536.94 -382.242 -1537.85C-379.042 -1529.46 -376.885 -1522.7 -376.183 -1518.4C-348.135 -1348.41 -198.797 -1142.48 -123.751 -1057.34C-88.4208 -1017.27 -36.5319 -983.937 18.3956 -948.665C24.8862 -944.494 31.3949 -940.378 37.9215 -936.243C65.61 -918.679 94.2514 -900.522 120.376 -879.686C160.776 -847.453 192.456 -814.555 217.285 -779.158C234.905 -754.025 249.649 -727.491 261.119 -700.273C271.997 -674.494 277.607 -648.139 283.522 -620.238L285.392 -611.501C279.692 -606.881 273.921 -602.135 268.024 -597.246C265.129 -594.837 262.378 -592.338 259.573 -589.875C259.268 -591.511 258.962 -593.075 258.656 -594.729C254.791 -615.421 250.422 -638.863 243.625 -658.386ZM252.597 -583.547C241.234 -572.868 230.806 -561.669 221.385 -550.145C215.793 -650.584 148.388 -731.446 90.997 -782.645C58.7417 -811.391 23.7177 -837.152 -10.1738 -862.051L-25.1508 -873.089C-93.2753 -923.371 -170.102 -982.39 -223.591 -1038.77C-276.703 -1094.77 -282.906 -1128.29 -288.893 -1160.73C-293.927 -1187.98 -299.626 -1218.88 -328.861 -1249.25C-363.903 -1285.67 -377.46 -1365.59 -381.595 -1430.35C-369.441 -1381.88 -346.607 -1338.11 -324.24 -1301.34C-301.245 -1263.54 -277.476 -1224.45 -263.649 -1168.56C-253.797 -1128.74 -225.659 -1097.37 -198.438 -1067.03C-194.914 -1063.11 -191.408 -1059.21 -187.974 -1055.31C-139.033 -999.846 -77.1836 -958.93 -17.3477 -919.362C-10.4256 -914.778 -3.50341 -910.212 3.38276 -905.628C101.893 -839.975 198.281 -764.272 236.056 -655.726C242.654 -636.796 246.79 -614.647 250.781 -593.237C251.375 -589.929 252.004 -586.747 252.597 -583.547ZM-719.215 -1993.54L-718.496 -1994.2C-686.061 -2021.44 -635.215 -1982.74 -634.711 -1982.34L-628.652 -1977.67L-613.891 -2000.68C-613.118 -2001.22 -609.828 -2001.7 -603.229 -1997.73C-584.099 -1986.19 -567.827 -1939.95 -563.171 -1923.1L-560.617 -1913.92L-539.617 -1927.49L-539.42 -1927.67C-539.006 -1927.76 -537.388 -1927.15 -535.033 -1924.15C-524.137 -1910.29 -525.342 -1873.99 -526.726 -1861.17L-528.56 -1844.17L-515.327 -1855.01L-507.093 -1861.78L-506.391 -1862.5C-503.856 -1864.82 -503.119 -1864.09 -502.651 -1863.6C-491.162 -1852.04 -498.3 -1829.39 -504.054 -1811.2C-506.175 -1804.45 -508.189 -1798.09 -509.16 -1792.64C-510.239 -1786.62 -509.627 -1774.95 -508.71 -1764.44C-508.8 -1764.47 -508.872 -1764.49 -508.962 -1764.51C-513.943 -1770.98 -522.663 -1782.11 -534.026 -1795.79C-543.141 -1806.86 -553.965 -1819.61 -565.76 -1833.11C-571.693 -1839.82 -577.68 -1846.86 -584.027 -1853.82C-590.32 -1860.8 -596.72 -1867.9 -603.121 -1874.98C-609.612 -1881.97 -616.12 -1888.97 -622.503 -1895.87C-628.868 -1902.79 -635.359 -1909.39 -641.508 -1915.9C-647.657 -1922.4 -653.769 -1928.55 -659.523 -1934.41C-665.258 -1940.29 -670.778 -1945.76 -675.884 -1950.79C-696.237 -1971 -710.585 -1983.76 -710.585 -1983.76C-710.585 -1983.76 -704.813 -1975.99 -694.925 -1963.61C-706.054 -1967.6 -717.687 -1971.18 -729.787 -1974.34C-728.115 -1981.21 -724.843 -1987.81 -719.215 -1993.54ZM-713.821 -1909.17C-713.947 -1909.37 -718.676 -1916.76 -723.152 -1927.51C-696.039 -1922.31 -670.976 -1915.23 -648.196 -1906.13L-645.787 -1905.16C-640.914 -1899.59 -635.97 -1893.89 -630.792 -1888.19C-625.865 -1882.73 -620.867 -1877.19 -615.851 -1871.64C-648.088 -1882.98 -684.335 -1890.71 -724.249 -1894.95L-709.65 -1902.77L-713.821 -1909.17ZM-730.956 -1966.14C-715.278 -1962.04 -700.373 -1957.3 -686.42 -1951.72L-684.82 -1951.08C-683.526 -1949.5 -682.195 -1947.88 -680.811 -1946.21C-676.244 -1940.69 -671.3 -1934.68 -665.942 -1928.48C-663.119 -1925.15 -660.188 -1921.72 -657.186 -1918.22C-678.545 -1925.87 -701.703 -1931.91 -726.497 -1936.43C-729.481 -1945.56 -731.621 -1955.99 -730.956 -1966.14ZM-731.639 -1879.01C-733.725 -1883.18 -734.264 -1886 -734.246 -1887.74C-685.485 -1883.29 -642.155 -1873.72 -604.883 -1858.84L-603.625 -1858.33C-599.849 -1854.27 -596.055 -1850.17 -592.315 -1846.16C-586.742 -1840.07 -581.078 -1834.26 -575.594 -1828.51C-613.046 -1841.83 -655.927 -1850.31 -703.807 -1853.98C-716.212 -1861.51 -727.252 -1870.25 -731.639 -1879.01ZM-660.422 -1833.18C-666.229 -1835.29 -675.597 -1839.15 -685.719 -1844.13C-640.752 -1839.35 -600.622 -1830.02 -565.742 -1816.09L-562.29 -1814.72C-553.983 -1806.18 -546.09 -1798.23 -538.952 -1791.22C-532.569 -1784.9 -526.762 -1779.29 -521.818 -1774.58C-562.451 -1794.33 -610.763 -1806.32 -666.211 -1810.62L-651.468 -1829.93L-660.422 -1833.18ZM-658.858 -1801.81C-637.084 -1799.82 -616.48 -1796.58 -597.08 -1792.1L-601.593 -1791.98C-613.1 -1791.64 -643.323 -1792.95 -658.858 -1801.81ZM-553.534 -1765.41C-572.124 -1761.13 -595.264 -1755.79 -605.89 -1768.14C-606.303 -1768.63 -607.077 -1769.51 -604.182 -1772.15L-604.164 -1772.15L-603.733 -1772.47L-587.047 -1789.64C-566.173 -1784.25 -546.773 -1777.33 -528.848 -1768.91C-531.059 -1769.13 -533.019 -1769.2 -534.619 -1769.02C-540.157 -1768.48 -546.647 -1766.99 -553.534 -1765.41ZM-249.212 -1012.29C-310.055 -1076.43 -317.948 -1119.22 -324.294 -1153.61C-328.933 -1178.72 -332.925 -1200.38 -354.284 -1222.6C-419.676 -1290.57 -418.741 -1438.08 -418.238 -1517.32C-418.202 -1523.79 -418.166 -1529.82 -418.166 -1535.34C-418.166 -1582.11 -442.815 -1612.91 -462.647 -1637.66C-481.723 -1661.5 -492.223 -1675.86 -486.038 -1693.73C-479.763 -1711.84 -496.143 -1730.08 -511.965 -1747.72C-513.152 -1749.05 -514.356 -1750.45 -515.579 -1751.82C-512.846 -1751.03 -509.915 -1750.15 -506.877 -1749.14C-505.295 -1748.62 -503.658 -1748.55 -502.094 -1748.83C-475.071 -1715.58 -453.244 -1682.16 -436.307 -1651.85C-430.751 -1641.54 -424.818 -1630.13 -418.939 -1618.43C-399.359 -1577.76 -390.153 -1546.57 -390.153 -1535.35C-390.153 -1529.78 -390.19 -1523.7 -390.243 -1517.11C-390.261 -1512.79 -390.297 -1508.17 -390.387 -1503.32C-390.369 -1502.6 -390.333 -1501.95 -390.315 -1501.25C-390.513 -1427.51 -387.564 -1298.72 -334.651 -1243.73C-307.088 -1215.09 -301.622 -1185.44 -296.786 -1159.29C-290.583 -1125.72 -284.182 -1091.01 -229.416 -1033.28C-175.514 -976.458 -98.3276 -917.169 -29.9155 -866.671L-14.9204 -855.633C18.8092 -830.824 53.6895 -805.189 85.6571 -776.677C143.677 -724.938 212.143 -642.404 213.725 -540.366C203.891 -527.422 195.171 -514.227 187.583 -501.031C188.968 -513.22 189.741 -526.092 189.741 -539.718C189.741 -544.231 189.651 -548.671 189.471 -553.021C187.188 -610.351 156.407 -667.716 95.384 -728.39C95.1683 -728.605 94.9345 -728.749 94.7188 -728.929C73.3231 -749.908 48.853 -769.576 27.4573 -786.438L18.126 -793.683C1.65675 -806.429 -23.2449 -825.683 -48.9916 -844.703C-49.2074 -844.846 -49.4231 -844.954 -49.639 -845.08C-118.123 -895.74 -194.734 -954.867 -249.212 -1012.29ZM173.685 -539.7C173.685 -415.388 105.632 -354.984 89.7025 -342.562C73.7726 -354.93 5.75603 -414.974 5.75604 -539.7C5.75604 -543.979 5.84594 -548.204 6.00775 -552.374C8.05743 -603.717 35.4583 -655.762 89.7025 -711.293C143.965 -655.762 171.366 -603.699 173.415 -552.356C173.595 -548.204 173.685 -543.997 173.685 -539.7ZM-78.4602 -458.156C-92.9697 -495.872 -104.872 -536.267 -105.681 -573.174C-107.371 -652.418 -77.2914 -732.291 -18.7141 -804.38C-7.94433 -796.146 1.76459 -788.632 9.5677 -782.609L11.5814 -781.045C-23.8743 -741.657 -48.4703 -701.478 -63.4832 -658.368C-71.1245 -636.436 -75.6374 -613.155 -79.9885 -590.648L-81.265 -584.014C-81.6785 -580.814 -89.4637 -515.287 -78.4602 -458.156ZM-146.333 -500.941C-151.187 -508.294 -156.258 -515.449 -161.598 -522.316C-176.449 -541.444 -195.705 -559.601 -220.409 -577.902C-234.055 -588.005 -267.173 -602.243 -296.39 -614.809C-314.244 -622.486 -329.527 -631.295 -339.038 -636.364C-365.396 -650.422 -388.032 -660.004 -406.353 -666.889C-391.268 -663.833 -376.345 -661.299 -361.674 -658.872C-331.324 -653.838 -299.968 -648.625 -267.012 -638.252C-246.623 -631.816 -226.216 -623.96 -204.641 -614.216C-185.097 -605.371 -173.86 -597.318 -157.894 -585.093C-158.379 -571.484 -157.966 -558.001 -156.168 -545.723C-154.136 -531.826 -150.63 -516.582 -146.333 -500.941ZM-649.221 -1069.42C-641.346 -1040.64 -635.125 -1017.91 -650.443 -969.663C-674.644 -893.385 -637.336 -849.521 -604.416 -810.815C-598.339 -803.679 -592.585 -796.919 -587.281 -790.052C-544.256 -734.394 -512.63 -728.156 -468.886 -719.527C-456.786 -717.136 -443.085 -714.439 -427.965 -710.377C-404.232 -704.013 -380.858 -700.129 -356.136 -696.031C-324.582 -690.799 -291.949 -685.388 -256.637 -674.26C-206.924 -658.584 -176.485 -644.238 -154.891 -626.279C-154.693 -626.117 -154.46 -625.991 -154.244 -625.847C-155.61 -615.888 -156.743 -605.353 -157.426 -594.747C-171.325 -605.245 -182.957 -613.173 -201.368 -621.497C-223.232 -631.384 -243.926 -639.348 -264.62 -645.874C-298.116 -656.445 -329.76 -661.676 -360.523 -666.782C-384.706 -670.791 -409.733 -674.925 -434.869 -681.667C-449.18 -685.514 -461.82 -687.995 -474.046 -690.404C-519.894 -699.464 -559.467 -707.266 -608.982 -771.337C-613.909 -777.719 -619.159 -783.868 -624.715 -790.393L-625.272 -791.04C-626.171 -792.101 -627.232 -793.324 -628.436 -794.69C-633.489 -800.461 -638.163 -806.609 -642.604 -812.883C-647.639 -820.002 -652.781 -827.48 -656.52 -835.354C-658.66 -839.867 -661.105 -844.559 -662.687 -849.287C-664.234 -853.943 -665.366 -858.869 -666.481 -863.669C-668.585 -872.801 -670.041 -882.059 -670.814 -891.408C-672.163 -908.091 -671.174 -924.845 -668.693 -941.384C-666.823 -953.915 -664.755 -966.463 -661.447 -978.687C-641.472 -1052.56 -658.894 -1090.51 -658.139 -1092.39C-657.438 -1094.17 -656.772 -1095.88 -656.089 -1097.55C-653.967 -1087.13 -651.504 -1077.8 -649.221 -1069.42ZM-751.668 -1404.01L-750.715 -1404.26C-709.416 -1413.43 -681.818 -1355.6 -681.548 -1355.02L-678.294 -1348.07L-655.064 -1361.41C-654.74 -1361.59 -654.381 -1361.67 -654.021 -1361.59C-652.655 -1361.26 -649.904 -1359.59 -646.506 -1354.09C-634.747 -1335.01 -641.346 -1286.51 -644.888 -1269.42L-646.811 -1260.1C-646.596 -1260.12 -646.38 -1260.14 -646.164 -1260.16C-645.679 -1260.19 -645.193 -1260.25 -644.708 -1260.28C-644.007 -1260.36 -643.306 -1260.41 -642.604 -1260.48C-641.741 -1260.55 -640.878 -1260.64 -639.997 -1260.71C-639.026 -1260.8 -638.055 -1260.89 -637.085 -1260.98C-636.06 -1261.07 -635.035 -1261.18 -634.028 -1261.27C-633.003 -1261.36 -631.996 -1261.47 -630.971 -1261.56C-630.018 -1261.65 -629.066 -1261.74 -628.113 -1261.83C-627.286 -1261.9 -626.441 -1261.99 -625.614 -1262.06C-624.948 -1262.13 -624.301 -1262.19 -623.636 -1262.24C-623.204 -1262.28 -622.773 -1262.31 -622.359 -1262.37C-622.18 -1262.39 -621.946 -1262.37 -621.766 -1262.37C-621.712 -1262.37 -621.64 -1262.35 -621.586 -1262.33C-621.119 -1262.19 -620.849 -1261.69 -620.651 -1261.29C-619.986 -1260.07 -619.644 -1258.68 -619.375 -1257.33C-615.995 -1240 -633.632 -1208.38 -640.698 -1197.67L-650.102 -1183.43L-633.381 -1186.94L-623.708 -1189.08L-622 -1189.43C-618.673 -1190.32 -618.368 -1189.33 -618.152 -1188.68C-613.208 -1173.13 -629.893 -1156.34 -643.306 -1142.86C-648.268 -1137.86 -652.961 -1133.15 -656.323 -1128.76C-660.009 -1123.94 -664.773 -1113.39 -668.746 -1103.68C-668.872 -1103.68 -668.854 -1103.68 -668.98 -1103.68C-670.455 -1111.74 -673.152 -1125.63 -677.017 -1143.05C-680.074 -1157.08 -683.885 -1173.4 -688.236 -1190.8C-690.466 -1199.48 -692.569 -1208.51 -695.069 -1217.59C-697.478 -1226.68 -699.941 -1235.92 -702.422 -1245.16C-705.011 -1254.37 -707.6 -1263.59 -710.153 -1272.65C-712.671 -1281.73 -715.421 -1290.57 -717.938 -1299.19C-720.438 -1307.8 -723.081 -1316.07 -725.526 -1323.92C-727.935 -1331.8 -730.38 -1339.19 -732.61 -1346C-741.528 -1373.32 -745.573 -1389.11 -747.083 -1388.8C-749.259 -1388.35 -746.85 -1381.7 -743.685 -1366.17C-751.776 -1374.85 -760.478 -1383.39 -769.828 -1391.79C-765.207 -1397.22 -759.273 -1401.55 -751.668 -1404.01ZM-774.592 -1385.17C-762.51 -1374.29 -751.399 -1363.19 -741.51 -1351.81L-740.377 -1350.49C-739.946 -1348.48 -739.496 -1346.45 -739.029 -1344.33C-737.482 -1337.32 -735.81 -1329.71 -733.869 -1321.73C-732.862 -1317.47 -731.837 -1313.08 -730.758 -1308.59C-746.292 -1325.24 -764.128 -1341.31 -784.157 -1356.77C-782.683 -1366.22 -779.842 -1376.45 -774.592 -1385.17ZM-784.553 -1319.16L-785.344 -1326.75C-785.362 -1326.98 -786.207 -1335.72 -785.272 -1347.31C-763.499 -1330.18 -744.422 -1312.31 -728.295 -1293.72L-726.587 -1291.76C-724.789 -1284.55 -722.991 -1277.22 -720.977 -1269.79C-719.089 -1262.67 -717.165 -1255.45 -715.241 -1248.22C-738.759 -1273.17 -767.508 -1296.78 -801.094 -1318.98L-784.553 -1319.16ZM-814.956 -1308.23C-814.902 -1312.9 -814.111 -1315.64 -813.284 -1317.18C-771.913 -1290.7 -737.716 -1262.19 -711.322 -1231.75L-710.441 -1230.73C-708.931 -1225.37 -707.421 -1220 -705.928 -1214.71C-703.735 -1206.73 -701.343 -1198.96 -699.096 -1191.34C-726.371 -1220.46 -760.658 -1247.79 -801.615 -1273.17C-809.203 -1285.6 -815.046 -1298.43 -814.956 -1308.23ZM-772.47 -1234.68C-776.678 -1239.23 -783.258 -1247 -789.983 -1256.09C-752.136 -1231.07 -720.671 -1204.27 -695.967 -1175.79L-693.522 -1172.97C-690.016 -1161.57 -686.618 -1150.86 -683.472 -1141.35C-680.667 -1132.77 -678.078 -1125.13 -675.813 -1118.68C-702.98 -1154.97 -740.503 -1187.92 -787.897 -1217.35L-765.962 -1227.65L-772.47 -1234.68ZM-785.38 -1206.15C-766.915 -1194.32 -750.05 -1181.92 -734.821 -1168.99L-740.377 -1170.68C-754.437 -1176.04 -775.599 -1191.11 -785.38 -1206.15ZM-730.506 -1131.84C-739.928 -1135.43 -751.021 -1141.11 -753.592 -1151.81C-753.736 -1152.44 -754.006 -1153.57 -750.248 -1154.58C-750.23 -1154.58 -748.036 -1155.37 -748.036 -1155.37L-727.252 -1162.61C-724.915 -1160.53 -722.397 -1157.97 -720.114 -1155.82C-711.412 -1147.6 -702.998 -1139.04 -694.943 -1130.16C-691.275 -1126.12 -687.571 -1122.09 -684.083 -1117.87C-680.703 -1113.82 -675.489 -1107.84 -673.295 -1103.02C-676.765 -1106.97 -682.069 -1111.61 -686.403 -1114.65C-690.646 -1117.63 -695.212 -1120.19 -700.013 -1122.16C-709.92 -1126.26 -720.528 -1128.04 -730.506 -1131.84ZM-473.884 331.676C-495.657 331.676 -519.75 349.581 -536.076 364.538C-530.25 345.356 -517.647 320.961 -490.713 313.321C-486.506 312.116 -480.483 310.66 -473.507 308.97C-434.815 299.586 -398.892 289.932 -384.454 274.94C-372.3 262.319 -358.456 249.466 -339.559 233.286C-326.901 222.446 -312.644 214.41 -297.559 205.889C-282.168 197.206 -266.257 188.235 -252.161 176.011C-225.101 152.532 -208.416 117.063 -193.709 85.7647C-159.009 12.004 -139.465 -69.8285 -137.163 -150.942C-132.848 -303.138 -177.509 -416.808 -220.75 -472.447C-250.093 -510.2 -301.748 -538.064 -343.263 -560.446L-349.736 -563.952C-402.02 -592.23 -450.115 -613.407 -496.754 -628.652C-596.972 -661.406 -657.204 -716.992 -680.883 -798.555C-708.445 -893.457 -698.017 -927.146 -679.067 -988.305C-676.891 -995.316 -674.626 -1002.65 -672.289 -1010.44C-664.665 -1036 -673.475 -1065.28 -681.979 -1093.62C-682.429 -1095.11 -682.861 -1096.58 -683.31 -1098.07C-680.469 -1095.52 -677.341 -1092.52 -674.105 -1089.21C-672.864 -1087.95 -671.354 -1087.07 -669.717 -1086.6C-669.088 -1084.57 -663.676 -1088.33 -663.137 -1086.34C-653.158 -1049.57 -662.004 -1013.81 -669.268 -980.377C-679.93 -931.263 -690.951 -880.495 -653.824 -806.555C-624.013 -747.176 -583.344 -687.941 -488.466 -656.93C-440.245 -641.164 -390.675 -619.376 -336.952 -590.306L-330.569 -586.855C-286.717 -563.197 -232.149 -533.768 -199.085 -491.216C-128.21 -400.035 -106.149 -255.192 -109.133 -150.025C-111.543 -64.705 -132.111 21.3881 -168.61 98.9959C-183.784 131.265 -202.681 171.426 -234.379 198.914C-250.578 212.954 -268.468 223.057 -284.362 232.028C-298.224 239.848 -311.313 247.219 -321.921 256.315C-334.201 266.832 -350.185 280.854 -364.82 296.063C-367.733 299.119 -385.335 312.135 -416.458 321.752C-430.536 325.779 -454.376 331.676 -473.884 331.676ZM-427.299 361.428C-415.181 357.221 -403.962 349.599 -397.777 338.112C-397.273 337.177 -396.788 336.278 -396.303 335.379C-391.502 326.588 -384.454 319.271 -375.932 314.004C-369.963 310.337 -364.029 306.795 -359.031 301.564C-344.647 286.607 -328.861 272.746 -316.707 262.337C-306.693 253.762 -293.945 246.571 -280.317 238.895C-264.189 229.798 -245.922 219.48 -229.129 204.9C-196.154 176.298 -176.862 135.292 -161.346 102.286C-124.398 23.7431 -103.578 -63.4646 -101.132 -149.881C-98.1118 -256.415 -120.586 -403.343 -192.756 -496.213C-226.863 -540.096 -282.24 -569.974 -326.812 -594.01L-333.158 -597.443C-387.313 -626.728 -437.314 -648.715 -486.002 -664.624C-569.104 -691.788 -609.432 -741.405 -637.84 -793.306C-636.635 -791.921 -635.502 -790.627 -634.478 -789.459C-633.309 -788.128 -632.266 -786.942 -631.385 -785.899L-630.828 -785.234C-625.344 -778.798 -620.166 -772.722 -615.347 -766.483C-599.903 -746.493 -582.355 -727.653 -561.355 -713.397C-545.802 -702.844 -528.596 -695.383 -510.526 -690.386C-502.022 -688.031 -493.392 -686.161 -484.744 -684.417C-471.133 -681.649 -457.685 -678.197 -444.416 -673.901C-417.141 -665.092 -390.945 -653.137 -365.198 -640.661C-357.826 -637.083 -350.491 -633.416 -343.191 -629.677C-333.302 -624.589 -317.606 -615.241 -299.591 -607.511C-270.769 -595.106 -238.118 -581.066 -225.209 -571.52C-200.757 -553.435 -182.562 -536.267 -167.962 -517.481C-156.509 -502.757 -146.261 -486.775 -137.037 -469.949C-128.353 -443.001 -118.537 -416.718 -110.733 -395.828C-104.71 -379.685 -99.9458 -366.957 -98.0219 -360.107C-97.1949 -357.123 -96.242 -354.139 -95.2171 -350.903C-87.9893 -328.18 -70.9088 -290.607 -68.8591 -133.144C-68.5894 -112.83 -71.538 -93.0911 -74.5047 -73.1004C-77.4533 -53.2355 -82.3978 -33.2269 -87.0185 -13.6677C-87.7736 -10.4677 -88.5647 -7.26763 -89.3558 -4.08562C-100.701 40.8397 -117.656 82.1512 -139.627 130.366C-150.738 154.743 -163.216 180.145 -182.993 199.507C-193.943 210.221 -206.474 216.621 -219.743 223.38C-225.065 226.095 -230.567 228.9 -236.015 232.028C-268.989 250.976 -302.719 274.202 -329.077 301.869C-338.57 311.829 -347.111 322.705 -357.089 332.197C-366.061 340.736 -376.453 348.215 -388.392 351.9C-395.296 354.039 -401.463 356.934 -407.827 360.349C-425.807 370.003 -443.337 380.915 -459.591 393.23C-464.283 396.789 -468.886 400.492 -473.147 404.537C-461.838 388.61 -437.296 364.898 -427.299 361.428ZM-207.032 258.131C-228.392 269.78 -248.762 283.191 -268.09 297.95C-268.198 298.022 -268.288 298.094 -268.396 298.184C-278.213 305.698 -287.778 313.555 -297.073 321.698C-306.261 329.77 -314.064 336.422 -319.17 347.639C-324.798 360.026 -337.635 367.954 -350.886 371.064C-370.897 375.774 -393.12 367.253 -410.273 381.527C-421.564 390.911 -450.367 403.117 -468.994 409.895C-454.916 397.796 -438.788 387.837 -422.93 378.273C-410.92 371.01 -398.82 363.424 -385.371 359.235C-372.749 355.298 -361.944 348.053 -352.361 339.046C-342.094 329.393 -333.302 318.301 -323.575 308.089C-297.487 280.728 -264.692 257.789 -232.005 239.039C-226.719 236.001 -221.308 233.25 -216.076 230.589C-202.861 223.848 -189.196 216.873 -177.366 205.295C-156.617 184.981 -143.223 157.71 -132.309 133.764C-110.176 85.1534 -93.0595 43.4642 -81.5706 -2.05412C-79.8985 -8.68779 -74.0551 -36.4809 -72.5809 -43.1684C-74.4687 23.0239 -93.1675 95.6163 -110.805 134.07C-114.923 143.058 -119.112 151.993 -123.427 160.874C-127.257 168.802 -131.158 176.676 -135.15 184.496C-138.764 191.561 -142.449 198.608 -146.189 205.601C-149.659 212.073 -153.183 218.491 -156.743 224.891C-158.145 227.408 -159.476 229.924 -161.346 232.153C-163.683 234.958 -166.56 237.421 -169.778 239.147C-182.058 245.726 -194.788 251.461 -207.032 258.131ZM-314.28 504.455C-305.2 465.696 -282.798 454.928 -264.045 442.559C-260.431 440.169 -256.763 437.742 -253.113 435.225L-249.176 432.528C-231.556 420.465 -207.427 403.926 -204.623 380.322C-200.883 348.646 -187.47 314.49 -175.406 288.908C-168.07 277.205 -131.644 218.041 -96.206 140.757C-68.6974 80.7669 -51.1493 -9.20915 -52.7674 -133.306C-54.8709 -293.16 -71.9156 -330.607 -79.8985 -355.703C-80.8695 -358.759 -81.7504 -361.564 -82.5595 -364.386C-84.663 -371.865 -89.5175 -384.898 -95.6845 -401.383C-110.805 -441.868 -133.675 -503.063 -140.292 -548.042C-147.879 -599.619 -128.227 -677.352 -126.717 -683.267C-114.815 -719.257 -91.6572 -772.092 -47.9848 -826.528C-40.0918 -820.649 -32.4146 -814.842 -25.0969 -809.269C-84.7711 -735.742 -115.426 -654.108 -113.7 -573.03C-112.531 -519.17 -91.783 -466.713 -70.6031 -417.958C-48.3984 -366.867 -33.5294 -312.378 -26.3375 -257.008C-17.3298 -187.49 -21.0515 -114.97 -31.2099 -45.7749L-34.698 -21.9731C-39.1749 8.89388 -44.0653 41.3428 -49.6209 77.2616C-55.6081 115.841 -68.8051 160.909 -89.1041 195.48C-100.251 214.446 -117.781 253.69 -136.318 295.254C-162.622 354.147 -198.725 420.393 -212.408 430.874C-226.306 441.517 -236.303 443.422 -245.994 445.292C-252.358 446.514 -258.921 447.773 -266.005 451.458C-284.47 461.04 -300.472 476.662 -314.28 504.455ZM-167.423 412.843C-171.217 417.481 -174.902 422.191 -178.355 427.063C-186.589 438.694 -193.835 451.458 -206.223 459.206C-215.249 464.833 -224.598 464.833 -235.44 464.833C-247.414 464.833 -260.629 465.481 -275.21 473.84C-283.355 478.496 -298.404 495.017 -307.484 507.889C-299.159 486.334 -282.888 469.274 -262.301 458.577C-256.26 455.431 -250.542 454.335 -244.483 453.184C-234.379 451.242 -222.926 449.049 -207.535 437.256C-192.235 425.535 -158.433 364.448 -129.001 298.544C-110.536 257.196 -93.1135 218.149 -82.1999 199.579C-61.3976 164.163 -47.841 118.106 -41.7101 78.5379C-36.1363 42.6014 -31.2459 10.1164 -26.769 -20.7686L-23.281 -44.5524C-15.5498 -97.154 -12.3674 -138.807 -13.4641 -195.777C-15.4778 -300.657 -41.2066 -370.75 -48.0927 -389.77C-55.8239 -411.073 -63.8967 -432.196 -68.7512 -454.344C-78.4422 -498.55 -79.8985 -544.59 -72.6888 -589.3C-61.5234 -658.656 -29.5558 -724.507 18.0001 -776.209L52.323 -747.715C3.14893 -704.821 -30.7784 -644.813 -42.2133 -580.563C-52.5516 -522.37 -48.668 -462.704 -25.1508 -408.125C-20.6739 -397.734 -16.7544 -387.649 -12.4932 -377.402C-3.57539 -355.847 3.9041 -333.699 9.35192 -311.012C14.6559 -288.882 18.7372 -266.446 19.4564 -243.759C19.5463 -240.882 19.6002 -238.006 19.6542 -235.129C20.4992 -169.944 15.1414 -104.327 5.68412 -40.0401L2.21396 -16.3462C-2.19101 14.0714 -7.09933 46.6641 -12.7809 83.2838C-19.5772 127.166 -36.3882 182.123 -59.3659 221.259C-69.3446 238.248 -87.1803 278.193 -104.423 316.809C-112.693 335.343 -120.676 353.59 -132.399 370.165C-143.007 385.176 -155.79 398.659 -167.423 412.843ZM-82.7214 360.493C-87.0724 367.846 -90.4706 375.145 -94.1383 382.821C-99.8918 394.848 -104.207 406.929 -107.695 420.735C-107.839 421.221 -108.036 421.724 -108.162 422.209C-110.014 428.897 -111.093 435.602 -112.154 442.074C-113.682 451.512 -115.138 460.411 -118.734 468.734C-123.139 478.927 -129.63 489.408 -139.159 501.687C-145.542 509.92 -152.158 517.597 -158.883 524.644C-157.912 515.08 -155.215 504.707 -148.76 499.691C-128.497 483.889 -147.951 432.636 -155.467 415.036C-155.97 411.692 -148.275 402.147 -145.416 399.216C-127.203 380.52 -117.889 365.743 -107.155 342.372C-103.739 334.948 -100.377 327.505 -97.051 320.044C-79.8985 281.627 -62.1708 241.897 -52.4079 225.286C-28.9087 185.287 -11.7741 129.341 -4.81595 84.4703C0.865571 47.8145 5.77402 15.2038 10.179 -15.2316L13.6491 -38.9256C21.5241 -92.3899 23.6816 -148.245 27.1157 -204.011C28.644 -228.891 27.0618 -253.826 23.5018 -278.545C18.1439 -315.811 7.21233 -352.072 -7.67475 -386.66C-11.7202 -396.08 -15.6397 -405.41 -19.775 -415.082C-40.7211 -464.07 -44.5688 -523.575 -35.6329 -575.709C-30.6346 -604.94 -20.9976 -633.416 -6.41614 -659.267C10.988 -690.134 33.6423 -717.837 58.3102 -743.167C65.6099 -736.911 72.8196 -730.475 79.7418 -723.895C21.6499 -664.858 -7.76459 -608.895 -9.99408 -552.986C-10.1738 -548.617 -10.2638 -544.177 -10.2638 -539.664C-10.2638 -485.121 1.87249 -442.354 17.3528 -409.851C25.2459 -393.276 30.9094 -374.939 36.4291 -357.411C42.5422 -337.924 47.7202 -318.13 51.3161 -298.014C54.2288 -281.744 56.4223 -265.278 57.4112 -248.774C58.4001 -232.415 57.3573 -216.271 57.3573 -199.93C53.222 -132.533 48.2956 -81.4779 41.3555 -34.3775C39.5036 -21.6496 37.7596 -8.95756 36.0156 3.71651C28.662 57.2887 14.7458 155.84 -0.53684 206.788C-8.4119 232.998 -20.8178 256.081 -34.6261 279.398C-50.6819 306.418 -66.7016 333.437 -82.7214 360.493ZM7.64382 302.193C7.51796 302.337 7.37417 302.481 7.24831 302.642C4.4435 305.753 1.24318 308.413 -2.08305 310.93C-5.24748 313.321 -8.87944 314.831 -12.4034 316.611C-16.1971 318.516 -19.9907 320.458 -23.7844 322.381C-24.8992 322.957 -26.0139 323.532 -27.1466 324.089C-36.9454 328.997 -46.2949 335.127 -54.7632 342.12C-30.8324 298.921 0.433982 259.227 14.7996 211.354C30.4419 159.22 44.7716 57.6842 51.8734 5.85567C53.5995 -6.78239 55.3435 -19.4203 57.1955 -32.0943C64.1895 -79.6801 69.1698 -131.149 73.341 -199.013C76.9549 -257.781 67.6595 -309.178 54.1209 -354.229C61.6903 -345.672 68.6125 -339.2 73.9884 -334.616C75.6965 -333.16 77.4404 -331.739 79.2204 -330.373C80.7307 -329.204 82.3489 -327.874 83.7693 -326.58C89.3249 -321.42 91.9139 -314.14 93.4602 -306.895C95.1143 -299.218 95.6178 -291.326 95.9773 -283.488C96.229 -277.897 96.3549 -272.307 96.4987 -266.716C96.6066 -262.239 96.7325 -257.547 96.8943 -252.657C98.5125 -205.017 98.4046 -192.847 95.9413 -152.632L94.7367 -132.731C92.2016 -90.1429 91.3386 -75.797 84.2547 -27.636L80.7846 -4.01383C78.717 10.2061 75.4267 23.9768 72.2623 37.2979C68.0191 55.0594 63.6501 73.4144 62.1219 92.9915L61.3127 103.652C60.8093 110.286 60.3419 116.937 59.8025 123.571C59.2092 130.798 58.5799 138.043 57.8427 145.252C53.5995 186.491 47.6663 228.522 30.316 266.544C27.2055 273.339 11.905 297.321 7.64382 302.193ZM70.7341 294.499C64.8728 304.638 58.1663 314.166 49.9856 322.795C45.6525 327.379 40.888 331.604 35.7099 335.199C32.9769 337.087 30.1362 338.813 27.1696 340.323C25.012 341.419 22.6747 342.264 20.4633 343.235C19.2766 341.563 20.2116 337.123 20.2835 335.002C20.3914 331.658 20.4812 328.332 20.5891 324.988C20.7509 319.775 20.9128 314.561 21.0746 309.366C21.2005 305.375 22.5848 302.678 24.2749 299.119C27.0258 293.384 29.9744 287.739 32.8332 282.076C42.4163 263.164 50.0935 243.264 55.2896 222.697C60.5396 201.934 62.6972 180.433 65.4121 159.238C66.365 151.759 67.1921 144.281 67.9113 136.784C68.5945 129.809 69.1699 122.834 69.7093 115.841C70.0149 112.012 70.2846 108.182 70.5722 104.353L71.3813 93.7105C71.633 90.4566 73.3771 70.0345 73.7727 66.8707C74.6896 102.483 77.3864 154.636 84.2726 184.262C85.0817 187.75 85.9267 191.112 86.7358 194.347C90.8172 210.815 94.0535 223.812 91.4824 241.124C89.1631 256.585 83.0321 271.164 75.9122 284.971C74.2581 288.225 72.55 291.389 70.7341 294.499ZM73.8445 455.072C73.1972 436.052 77.8899 414.551 82.0252 395.585C85.7829 378.399 88.7315 364.826 87.2932 355.567C86.0885 347.837 85.3155 341.042 84.6502 335.055C84.1109 330.273 83.6253 326.121 83.0141 322.579C81.6117 314.418 82.8523 306.04 86.8078 298.759C96.1931 281.465 104.41 263.38 107.376 243.551C110.433 223.057 106.693 207.992 102.342 190.518C101.551 187.336 100.742 184.064 99.9328 180.649C93.7119 153.97 85.9807 100.866 84.7761 68.794C90.4577 109.261 107.197 156.739 117.679 177.88C124.187 191.094 128.952 204.846 131.325 219.39C137.564 257.627 133.734 273.501 128.287 310.966C124.259 338.705 115 370.363 108.311 385.356C103.223 396.772 97.4337 409.715 94.1075 431.378C89.3609 462.155 99.9148 511.286 109.768 543.789C92.5072 510.729 74.312 469.076 73.8445 455.072ZM174.17 342.066C170.808 351.019 166.529 359.756 162.034 368.188C156.263 379.01 149.664 389.437 142.005 399.036C139.182 402.542 136.233 405.94 133.123 409.193C117.229 425.715 119.53 466.11 121.562 501.759C122.461 517.453 123.738 530.81 123.36 540.392C122.983 550.225 121.472 554.756 121.472 554.756C113.328 527.79 97.9191 467.835 103.313 432.78C106.459 412.358 112.141 400.726 116.816 389.131C133.321 348.251 138.661 313.86 140.872 294.804C144.396 264.548 145.421 240.351 140.8 217.142C156.083 246.014 165.217 278.175 178.054 308.161C179.331 311.146 180.607 314.148 181.093 317.348L181.128 317.527C182.351 326.408 177.119 334.174 174.17 342.066ZM359.845 441.84C365.599 457.175 370.399 474.235 367.81 490.775C366.983 496.096 363.261 504.833 356.95 511.143C355.656 479.449 341.686 464.42 326.565 449.445C314.447 437.418 301.897 424.978 292.476 401.302C289.132 392.924 283.756 385.428 277.984 378.578C271.242 370.578 263.673 363.298 255.816 356.412C247.94 349.509 239.706 343.019 231.291 336.799C223.65 331.172 216.189 326.516 208.098 321.77C200.456 317.312 193.84 311.11 188.932 303.757C179.331 289.393 174.044 271.596 167.644 255.686C161.423 240.19 154.699 224.567 146.428 210.024C145.043 207.597 143.497 204.972 141.843 202.168C123.468 170.959 89.2709 112.91 90.08 -2.98905L93.4961 -26.2697C100.634 -74.8443 101.515 -89.2798 104.068 -132.174L105.273 -152.057C107.736 -192.236 107.862 -205.449 106.262 -252.963C106.1 -257.835 105.974 -262.473 105.866 -266.931C105.489 -281.763 105.165 -294.58 103.295 -305.546C100.922 -319.389 105.021 -333.501 115.054 -343.353C123.846 -351.982 134.597 -364.098 145.151 -380.044C133.788 -316.027 122.731 -224.775 127.208 -126.816C126.776 -107.131 125.068 -87.2846 123.396 -68.0849C120.447 -33.964 117.373 1.30746 121.4 36.8665C127.549 91.014 137.888 142.986 165.36 191.273C194.757 242.904 230.41 290.813 281.886 336.17C282.713 336.907 308.837 361.788 314.429 368.799C319.247 374.839 338.989 396.735 341.236 400.043C345.677 406.551 347.709 414.245 350.945 421.346C353.984 428.124 357.22 434.847 359.845 441.84ZM445.392 433.445C436.618 430.065 425.039 421.94 412.777 413.328C399.274 403.854 384.603 398.929 369.824 392.133C354.577 385.104 342.081 376.295 329.478 365.275C314.698 352.368 260.4 301.06 248.534 288.117C226.707 264.333 205.706 238.608 188.32 211.408C183.124 203.282 178.18 195.013 173.415 186.635C146.554 139.445 136.629 88.713 130.606 35.7879C126.83 2.51192 130.732 -44.4268 133.537 -76.8577C138.877 -31.7708 146.77 27.3027 161.171 71.419L162.376 75.1041C176.795 119.382 198.569 186.294 288.322 286.121C307.237 307.155 346.414 342.444 368.943 358.749C376.368 364.107 383.632 370.327 392.046 377.536C405.297 388.879 421.803 403.01 447.873 421.688C453.662 425.841 471.696 442.02 475.975 455.647C470.851 451.728 452.098 436.034 445.392 433.445ZM356.825 300.126C362.398 305.914 365.814 309.833 368.296 312.692C376.153 321.716 377.501 322.31 393.934 329.572L400.605 332.539C413.334 338.202 417.811 346.543 423.493 357.077C429.75 368.709 436.852 381.886 455.946 391.81C476.712 402.614 482.555 427.8 483.239 450.146C477.503 434.488 468.927 417.086 457.222 408.69C431.709 390.408 415.51 376.529 402.475 365.383C393.79 357.958 386.293 351.541 378.346 345.788C356.932 330.292 318.258 295.452 300.261 275.443C219.479 185.593 196.177 127.094 177.64 70.1964L176.436 66.5108C120.519 -104.848 145.277 -298.895 165.019 -399.298C175.429 -452.223 210.633 -528.752 278.254 -584.859C314.699 -615.097 346.432 -640.103 384.495 -656.786C384.603 -656.822 384.711 -656.876 384.819 -656.93C385.538 -657.236 386.293 -657.541 387.012 -657.847C400.299 -663.312 415.474 -668.723 432.932 -674.224C468.262 -685.352 500.877 -690.763 532.431 -695.995C557.171 -700.094 580.526 -703.977 604.259 -710.34C619.38 -714.403 633.08 -717.1 645.18 -719.491C688.943 -728.12 720.551 -734.358 763.576 -790.016C804.731 -843.246 849.086 -911.812 826.594 -970.094C808.794 -1016.21 815.681 -1038.93 824.401 -1067.69C826.684 -1075.23 829.111 -1083.48 831.251 -1092.56C831.862 -1091.03 832.509 -1089.45 833.139 -1087.81C834.271 -1084.91 836.645 -1082.78 839.629 -1081.98C842.56 -1081.19 845.652 -1081.93 848.062 -1083.78C841.643 -1065.43 838.586 -1046.05 849.158 -1027.26C849.284 -1026.97 849.41 -1026.7 849.536 -1026.42C868.936 -963.37 870.806 -873.053 789.179 -775.939C787.489 -773.926 786.176 -772.38 785.349 -771.283C735.833 -707.23 696.242 -699.41 650.413 -690.368C638.186 -687.959 625.529 -685.46 611.235 -681.631C586.1 -674.889 561.09 -670.755 536.764 -666.728C506.145 -661.64 474.483 -656.409 440.987 -645.838C430.523 -642.53 419.987 -638.575 409.684 -634.045C397.35 -628.616 384.729 -622.162 372.053 -614.899C363.261 -610.603 354.955 -605.497 347.134 -599.637C329.819 -588.311 312.505 -575.601 295.604 -561.561C248.12 -522.173 211.28 -461.409 191.844 -390.471C152.721 -247.696 156.784 -84.6419 202.992 56.8932L204.196 60.6146C221.313 113.216 249.019 177.017 322.663 256.315C328.992 263.129 334.602 270.553 339.546 278.427C343.07 284.018 348.194 291.155 356.825 300.126ZM338.863 253.187C338.845 253.187 338.827 253.187 338.791 253.187C334.458 253.637 330.089 252.522 327.122 249.322C255.546 171.804 228.523 109.495 211.766 58.0616L210.543 54.3404C164.821 -85.7383 160.794 -247.12 199.522 -388.422C218.526 -457.778 254.449 -517.103 300.674 -555.448C304.001 -558.217 307.345 -560.86 310.689 -563.502C268.958 -513.507 247.329 -441.85 230.338 -379.235C193.588 -243.687 197.418 -89.6215 240.857 43.4283L242.079 47.1854C243.374 51.1583 244.65 55.2393 245.963 59.3919C261.371 108.452 281.76 173.152 387.084 256.567C362.614 251.03 340.265 253.061 338.863 253.187ZM460.369 293.294C449.707 288.315 437.643 282.67 424.302 272.764C420.005 269.582 415.42 266.904 410.673 264.62C291.091 176.154 270.469 110.609 253.64 57.0191C252.327 52.8304 251.033 48.7315 249.738 44.7225L248.516 40.9654C205.545 -90.6463 201.769 -243.039 238.124 -377.114C259.375 -455.459 285.14 -543.242 351.646 -593.039C359.701 -598.306 367.738 -603.232 375.757 -607.816C377.034 -608.427 378.292 -609.093 379.587 -609.668L379.479 -609.902C390.752 -616.212 401.935 -621.892 412.903 -626.71C422.935 -631.115 433.184 -634.98 443.396 -638.198C476.335 -648.589 507.709 -653.784 538.184 -658.854C562.565 -662.881 587.79 -667.051 613.285 -673.901C627.327 -677.676 639.841 -680.139 651.941 -682.53C699.353 -691.878 740.328 -699.968 791.678 -766.412C792.487 -767.436 793.709 -768.91 795.31 -770.798C805.612 -783.058 814.566 -795.211 822.405 -807.22C822.207 -806.357 821.973 -805.44 821.847 -804.649C810.61 -741.783 760.969 -697.613 665.605 -665.631C657.892 -663.042 650.359 -660.4 642.915 -657.721L642.825 -657.937C599.818 -641.901 559.041 -633.002 518.173 -630.701C449.527 -626.836 377.465 -568.051 353.319 -540.186C316.946 -498.191 288.538 -440.232 268.923 -367.909C234.294 -240.253 237.908 -95.1946 278.811 30.089L280.681 35.8419C297.941 89.1085 321.585 162.06 458.858 258.059C463.677 261.421 466.877 265.861 470.707 271.47C471.12 272.279 471.624 273.124 472.235 274.023C477.054 280.89 481.513 295.128 483.904 306.382C477.09 301.096 469.125 297.375 460.369 293.294ZM679.342 338.633C656.543 294.624 611.721 288.261 584.589 284.413L579.753 283.713C566.7 281.771 552.64 275.641 540.468 270.05C527.72 264.171 514.451 259.425 500.571 257.142C493.847 256.027 487.086 255.218 480.308 254.715C474.662 254.302 468.459 254.373 463.425 251.461C328.363 157.008 306.158 88.4432 288.287 33.3609L286.417 27.6084C245.981 -96.2371 242.421 -239.624 276.636 -365.806C295.928 -436.96 323.778 -493.858 359.36 -534.936C381.834 -560.877 453.141 -619.016 518.587 -622.683C536.89 -623.708 555.175 -626.117 573.64 -629.784C556.667 -622.09 540.396 -614.036 524.664 -605.551L519.485 -602.747C472.253 -577.273 423.421 -550.918 380.737 -509.876C337.802 -468.564 319.535 -401.186 307.435 -356.602C274.964 -236.855 278.344 -100.785 316.712 16.714C334.746 71.9041 363.621 123.121 400.227 164.847C414.647 181.278 431.17 195.785 449.365 207.92C469.305 221.223 491.042 231.686 513.426 240.171C526.228 245.025 539.137 249.681 552.172 253.834C566.808 258.49 580.957 263.182 595.629 266.922C609.473 270.445 623.173 274.472 636.622 279.38C648.291 283.64 660.085 288.512 670.298 295.667C674.325 298.49 678.173 301.744 681.122 305.699C682.164 307.083 682.578 308.808 682.488 310.534C681.931 320.997 680.726 331.406 679.342 338.633ZM857.213 -798.555C833.804 -717.927 774.723 -662.737 676.609 -629.82C625.727 -612.742 581.443 -593.884 541.241 -572.149L536.027 -569.345C488.848 -543.871 444.277 -519.818 405.172 -482.209C369.716 -448.124 353.768 -389.302 342.117 -346.355C311.588 -233.799 314.77 -105.891 350.837 4.56137C374.247 76.2547 416.93 139.049 471.013 181.404C515.638 216.334 570.655 234.508 623.875 252.108C642.987 258.418 662.746 264.944 681.247 272.063C698.472 278.679 714.546 291.245 725.171 301.474C718.321 300.252 711.381 299.55 704.423 299.298C700.773 299.155 697.123 299.155 693.474 299.245C691.136 299.317 688.781 298.741 686.839 297.429C686.408 297.123 685.976 296.818 685.545 296.53C677.166 290.634 667.062 284.935 657.604 280.764C644.263 274.903 630.581 270.14 616.719 265.789C602.317 261.259 586.909 255.992 572.309 252.036C554.042 247.093 538.652 240.837 521.445 234.616C499.043 226.509 477.216 216.549 457.15 203.606C438.2 191.381 421.119 176.496 406.25 159.561C370.363 118.645 342.027 68.3807 324.336 14.2331C286.435 -101.828 283.108 -236.226 315.184 -354.499C327.05 -398.237 344.976 -464.322 386.311 -504.105C428.203 -544.374 476.532 -570.459 523.297 -595.682L528.475 -598.486C570.134 -620.994 615.82 -640.463 668.122 -658.009C766.56 -691.033 817.892 -737.181 829.687 -803.229C831.574 -813.854 839.36 -833.107 844.52 -845.835C845.994 -849.467 847.253 -852.613 848.026 -854.986C868.217 -902.536 871.543 -946.795 866.653 -985.033C881.342 -938.49 882.043 -884.001 857.213 -798.555Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.pattern-gold-trunk {
  background-image: url("data:image/svg+xml,%3Csvg width='506' height='420' viewBox='0 0 506 420' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1836_6499' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='506' height='420'%3E%3Crect width='506' height='420' fill='%23970639'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1836_6499)'%3E%3Crect width='506' height='420' fill='%23C8A568'/%3E%3Cpath opacity='0.05' d='M440.825 -91.3848C435.217 -102.256 440.434 -114.333 445.949 -127.1C446.331 -127.976 446.691 -128.862 447.062 -129.748C449.269 -130.469 451.939 -131.16 454.732 -131.891C466.773 -135.003 483.258 -139.269 486.587 -153.088C487.598 -157.292 485.783 -161.042 481.979 -163.103C490.402 -168.111 502.587 -176.736 506.113 -186.35C507.494 -190.101 507.504 -193.326 506.164 -195.933C505.061 -198.066 503.206 -199.323 501.69 -199.849L499.072 -201.075C506.37 -209.7 522.143 -230.071 521.999 -244.693C521.896 -255.245 516.556 -257.801 514.267 -258.409C513.432 -258.635 512.803 -258.666 512.494 -258.656L505.236 -258.738C505.546 -269.991 503.979 -299.389 479.99 -307.159L479.082 -307.406C454.341 -312.898 437.795 -288.456 432.238 -278.626L425.908 -282.263C425.702 -282.387 425.114 -282.696 424.249 -282.933C421.97 -283.541 416.094 -283.994 410.568 -275.05C402.857 -262.561 405.847 -237.089 407.641 -225.981L404.682 -226.259C403.486 -226.475 401.208 -226.609 398.857 -225.136C396.373 -223.58 394.723 -220.808 393.961 -216.903C392.002 -206.845 398.002 -193.275 402.641 -184.712C398.27 -184.918 394.806 -182.63 393.486 -178.457C389.187 -164.917 401.125 -152.902 409.847 -144.133C412.507 -141.454 415.022 -138.929 416.63 -136.827C416.64 -136.807 416.661 -136.776 416.671 -136.765C416.187 -135.838 415.888 -135.024 415.764 -134.251C414.434 -125.781 412.311 -118.774 410.249 -112.004C404.96 -94.5483 400.383 -79.473 411.723 -50.0849C422.981 -20.9647 399.022 15.6055 376.909 44.2002C354.343 73.3719 338.498 76.5044 314.519 81.2238C307.437 82.6252 299.426 84.2018 290.458 86.613C277.283 90.1474 264.097 92.332 250.149 94.6401C231.748 97.6902 212.707 100.843 191.841 107.428C183.831 109.952 176.666 112.415 170.192 114.899C169.141 115.3 168.089 115.713 167.048 116.125C154.687 121.05 145.017 126.048 136.997 131.602C134.244 117.258 123.069 72.3827 84.9259 24.3642C124.039 -4.57045 167.543 -38.2864 198.789 -71.2089C235.552 -109.953 240.356 -135.962 244.211 -156.869C246.696 -170.337 248.654 -180.971 258.994 -191.708C299.076 -233.369 298.53 -320.348 298.231 -367.079C298.21 -370.768 298.189 -374.199 298.189 -377.342C298.189 -400.928 310.663 -416.509 321.673 -430.244C332.116 -443.29 341.982 -455.603 336.601 -471.142C334.776 -476.398 342.663 -485.187 349.621 -492.936C352.559 -496.203 355.394 -499.407 357.827 -502.571C359.487 -502.231 361.281 -501.819 363.126 -501.396C375.219 -498.604 391.785 -494.791 401.033 -505.549C403.847 -508.815 403.95 -512.999 401.517 -516.595C411.269 -517.162 426.011 -519.202 433.527 -526.137C436.454 -528.837 437.949 -531.701 437.939 -534.648C437.939 -537.06 436.867 -539.038 435.764 -540.202L434.001 -542.511C444.413 -546.818 467.681 -557.658 474.227 -570.745C478.938 -580.183 475.381 -584.923 473.629 -586.531C473 -587.118 472.443 -587.438 472.165 -587.572L465.763 -591.003C471.165 -600.875 483.196 -627.769 465.474 -645.76L464.784 -646.399C445.351 -662.721 419.527 -648.604 410.115 -642.422L406.156 -648.584C406.032 -648.79 405.651 -649.336 404.991 -649.944C403.249 -651.531 398.239 -654.653 389.26 -649.243C376.724 -641.69 367.755 -617.64 364.281 -606.913L361.786 -608.531C360.827 -609.273 358.858 -610.447 356.106 -610.221C353.188 -609.984 350.456 -608.273 348.003 -605.151C341.673 -597.103 340.807 -582.244 341.013 -572.476C337.23 -574.681 333.116 -574.238 330.034 -571.136C320.034 -561.069 325.148 -544.86 328.879 -533.031C330.024 -529.414 331.096 -526.013 331.56 -523.386C331.694 -522.654 331.745 -521.5 331.756 -520.078C299.014 -496.955 244.16 -434.644 235.356 -372.107C230.077 -334.609 210.83 -287.518 179.707 -235.924C146.461 -180.817 111.534 -139.321 98.0597 -124.039C80.5961 -104.245 52.5555 -86.2327 22.8654 -67.1696C14.6594 -61.904 6.1957 -56.4736 -2.23711 -50.868C-10.6699 -56.4633 -19.1337 -61.8937 -27.3397 -67.1696C-57.0298 -86.2327 -85.0807 -104.245 -102.534 -124.039C-116.008 -139.321 -150.935 -180.817 -184.182 -235.924C-215.305 -287.518 -234.552 -334.609 -239.83 -372.107C-248.789 -435.726 -305.385 -499.088 -337.89 -521.222C-337.859 -522.108 -337.807 -522.86 -337.714 -523.386C-337.24 -526.003 -336.168 -529.414 -335.034 -533.031C-331.302 -544.86 -326.199 -561.069 -336.189 -571.136C-339.271 -574.238 -343.374 -574.671 -347.157 -572.476C-346.962 -582.244 -347.828 -597.103 -354.157 -605.151C-356.611 -608.273 -359.332 -609.984 -362.25 -610.221C-365.013 -610.447 -366.982 -609.283 -367.941 -608.531L-370.435 -606.913C-373.91 -617.63 -382.889 -641.68 -395.414 -649.243C-404.393 -654.653 -409.404 -651.541 -411.146 -649.944C-411.816 -649.336 -412.187 -648.79 -412.311 -648.584L-416.269 -642.422C-425.682 -648.605 -451.506 -662.722 -470.938 -646.399L-471.629 -645.761C-489.35 -627.769 -477.32 -600.875 -471.918 -591.003L-478.32 -587.572C-478.588 -587.427 -479.144 -587.108 -479.783 -586.531C-481.536 -584.934 -485.093 -580.183 -480.371 -570.745C-473.825 -557.658 -450.557 -546.818 -440.145 -542.511L-441.908 -540.202C-443.011 -539.038 -444.083 -537.07 -444.083 -534.648C-444.094 -531.712 -442.599 -528.837 -439.671 -526.137C-432.156 -519.202 -417.414 -517.162 -407.661 -516.595C-410.094 -513.009 -409.991 -508.826 -407.177 -505.549C-397.93 -494.781 -381.363 -498.604 -369.27 -501.396C-366.858 -501.953 -364.559 -502.468 -362.497 -502.849C-360.033 -499.593 -357.106 -496.306 -354.085 -492.936C-347.127 -485.187 -339.24 -476.398 -341.065 -471.142C-346.446 -455.603 -336.591 -443.29 -326.137 -430.244C-315.127 -416.498 -302.653 -400.918 -302.653 -377.342C-302.653 -374.199 -302.674 -370.768 -302.694 -367.079C-302.993 -320.348 -303.54 -233.369 -263.458 -191.708C-253.118 -180.971 -251.16 -170.337 -248.675 -156.869C-244.819 -135.962 -240.015 -109.953 -203.253 -71.2089C-171.996 -38.2761 -128.502 -4.57048 -89.3693 24.4054C-128.564 73.7428 -139.275 119.752 -141.646 132.756C-154.533 123.441 -171.904 115.692 -198.058 107.459C-218.933 100.885 -237.964 97.7211 -256.376 94.671C-270.324 92.3628 -283.509 90.168 -296.684 86.6439C-305.653 84.243 -313.674 82.6561 -320.746 81.2547C-344.725 76.525 -360.57 73.4028 -383.136 44.2311C-386.322 40.1197 -389.837 35.9876 -393.229 31.9895C-411.404 10.6285 -430.197 -11.4538 -417.867 -50.3219C-408.27 -80.5652 -412.342 -95.4654 -417.063 -112.705C-418.847 -119.238 -420.692 -125.997 -421.991 -134.23C-422.187 -135.498 -422.867 -136.889 -424.104 -138.672C-423.929 -138.95 -423.754 -139.208 -423.609 -139.403C-422.001 -141.505 -419.486 -144.04 -416.826 -146.709C-408.105 -155.478 -396.156 -167.483 -400.466 -181.033C-401.796 -185.217 -405.249 -187.494 -409.62 -187.288C-404.981 -195.851 -398.981 -209.432 -400.94 -219.479C-401.692 -223.384 -403.342 -226.156 -405.837 -227.712C-408.187 -229.185 -410.476 -229.062 -411.672 -228.845L-414.63 -228.567C-412.837 -239.675 -409.847 -265.148 -417.558 -277.637C-423.084 -286.581 -428.97 -286.138 -431.238 -285.519C-432.104 -285.293 -432.692 -284.984 -432.898 -284.86L-439.228 -281.222C-444.784 -291.053 -461.33 -315.495 -486.072 -310.003L-486.979 -309.755C-510.958 -301.986 -512.525 -272.587 -512.226 -261.335L-519.484 -261.253C-519.793 -261.253 -520.432 -261.222 -521.267 -261.005C-523.556 -260.397 -528.896 -257.832 -528.999 -247.29C-529.143 -232.668 -513.37 -212.307 -506.072 -203.672L-508.69 -202.435C-510.206 -201.91 -512.051 -200.663 -513.164 -198.52C-514.515 -195.913 -514.494 -192.687 -513.113 -188.936C-509.587 -179.312 -497.402 -170.698 -488.979 -165.69C-492.783 -163.629 -494.608 -159.878 -493.587 -155.674C-490.258 -141.856 -473.773 -137.59 -461.743 -134.478C-460.052 -134.045 -458.413 -133.612 -456.887 -133.179C-455.877 -129.357 -454.743 -125.472 -453.547 -121.484C-449.052 -106.543 -444.403 -91.0964 -447.99 -79.0918C-449.32 -74.6506 -450.609 -70.4773 -451.846 -66.4895C-462.856 -30.9497 -469.505 -9.49597 -452.928 47.5491C-438.434 97.4429 -401.94 131.313 -341.374 151.108C-315.158 159.681 -288.076 171.593 -258.592 187.544L-254.871 189.554C-231.83 201.981 -203.161 217.437 -187.522 237.541C-151.162 284.313 -140.018 362.873 -141.523 415.92C-142.811 461.157 -153.718 506.805 -173.079 547.94C-181.13 565.056 -190.243 584.459 -204.305 596.639C-211.686 603.038 -220.006 607.736 -228.82 612.703C-237.48 617.587 -246.438 622.636 -254.366 629.427C-265.438 638.897 -273.572 646.45 -280.757 653.91C-287.86 661.288 -312.581 667.285 -327.344 670.861C-331.436 671.85 -334.962 672.706 -337.55 673.437C-370.322 682.742 -372.951 723.784 -373.044 725.536C-373.147 727.504 -371.992 729.318 -370.167 730.049C-368.353 730.771 -366.25 730.276 -364.961 728.782C-358.549 721.332 -338.951 702.001 -325.385 702.001C-314.849 702.001 -302.726 699.394 -294.056 697.096C-295.911 698.59 -298.385 700.022 -301.684 701.166C-318.024 706.823 -335.859 739.931 -337.838 743.682C-338.704 745.32 -338.498 747.309 -337.323 748.741C-336.148 750.174 -334.24 750.751 -332.457 750.236C-330.983 749.803 -296.179 739.385 -283.025 728.452C-279.262 725.32 -273.046 725.247 -265.84 725.155C-255.541 725.031 -244.562 724.372 -236.871 716.685C-232.717 712.522 -230.016 707.308 -226.562 702.743C-222.15 696.9 -217.779 693.747 -212.975 689.687C-200.759 679.352 -186.841 669.552 -172.955 661.721C-170.275 660.217 -167.574 658.743 -164.852 657.311C-163.316 656.497 -157.873 654.786 -157.11 653.323C-158.77 656.486 -160.615 660.155 -162.512 664.163C-162.646 664.38 -162.739 664.514 -162.698 664.565C-169.883 679.816 -177.821 700.187 -180.12 719.601C-181.233 728.978 -193.078 737.087 -201.728 743.002L-204.027 744.589C-206.057 745.99 -208.099 747.34 -210.109 748.669C-221.676 756.295 -233.624 764.188 -237.809 780.417C-240.583 791.154 -241.985 803.416 -241.985 816.843C-241.985 819.048 -240.418 820.944 -238.263 821.356C-236.098 821.769 -233.944 820.594 -233.119 818.554C-229.789 810.259 -218.717 787.476 -207.594 781.705C-201.047 778.305 -195.016 778.305 -188.646 778.305C-181.656 778.305 -174.44 778.305 -167.027 773.688C-159.017 768.701 -152.316 759.396 -148.079 752.42C-143.471 765.692 -141.141 779.15 -144.616 781.849C-156.388 791.02 -154.193 812.381 -153.904 814.782C-153.698 816.482 -152.564 817.925 -150.956 818.533C-149.358 819.131 -147.543 818.801 -146.265 817.657C-139.317 811.433 -132.564 804.097 -126.173 795.874C-120.224 788.207 -116.132 781.571 -113.286 774.997C-110.771 769.185 -109.812 763.271 -108.884 757.552C-108.627 755.975 -108.369 754.44 -108.039 752.935C-107.565 750.607 -107.06 748.391 -106.524 746.248C-104.668 739.911 -101.627 733.182 -97.6165 726.7C-89.6476 713.82 -78.3901 703.433 -65.0605 696.653C-59.7514 693.953 -54.9267 691.583 -50.6382 689.553C-50.6897 693.541 -51.8649 700.373 -52.4423 703.722C-53.7618 711.368 -54.2979 714.531 -50.5866 716.211C-49.0094 716.922 -46.5145 716.922 -44.6383 714.582C-39.5559 708.256 -35.9375 706.576 -32.1025 704.804C-28.3912 703.083 -24.1851 701.146 -19.68 695.396C-17.5976 692.737 -16.0925 690.955 -14.9894 689.759C-14.7317 691.542 -14.4843 693.726 -14.2472 695.777C-13.8658 699.126 -13.3915 703.289 -12.6699 707.916C-12.1132 711.532 -13.8039 719.281 -15.5874 727.484C-17.9482 738.324 -20.8965 751.802 -20.4842 763.858C-19.9997 777.903 -1.50524 812.824 6.42242 827.189C8.14404 830.301 10.8863 832.578 14.1645 833.608C14.9893 833.866 15.7831 834 16.5459 834C17.7005 834 18.7624 833.691 19.7211 833.083C22.8345 831.104 23.6489 827.446 25.5148 813.875C26.2983 808.177 25.8138 799.656 25.2571 789.784C24.3087 773.081 22.9994 750.205 29.3395 743.62C45.7103 726.608 54.7513 703.443 58.3079 692.686C72.9055 702.011 99.6885 721.394 105.554 736.129C111.668 751.482 119.905 759.644 127.172 766.846C136.884 776.471 143.894 783.426 141.811 804.942C141.533 807.837 143.399 810.269 146.141 810.619C146.285 810.64 146.43 810.65 146.584 810.65C153.213 810.65 165.13 793.359 166.378 785.435C169.027 768.536 160.615 750.184 155.048 738.035C154.244 736.294 153.357 734.346 152.636 732.667C159.759 734.491 169.584 741.384 177.78 747.144C185.285 752.42 192.377 757.387 198.46 759.736C215.5 766.29 221.346 786.507 221.408 786.703C221.964 788.733 223.737 790.134 225.933 790.072C228.036 790.031 229.84 788.558 230.315 786.507C230.799 784.395 241.933 734.655 212.068 719.127C203.624 714.747 200.552 709.039 197.305 703.011C193.882 696.643 189.996 689.43 179.821 684.906L175.976 683.195C167.646 679.517 167.646 679.517 164.491 675.89C162.996 674.179 160.955 671.83 157.605 668.357C154.636 665.266 150.512 660.381 147.925 656.765C156.78 656.806 173.017 658.125 184.192 666.43C192.583 672.664 200.284 676.26 206.47 679.146C213.635 682.495 218.81 684.916 222.222 689.636C226.48 695.53 230.356 693.479 231.438 692.706C237.356 688.492 231.521 668.213 226.882 658.403C226.923 658.413 226.954 658.413 226.995 658.424C227.644 658.537 228.191 658.619 228.572 658.661C236.284 659.537 243.417 661.69 252.448 665.843C259.994 669.315 268.778 673.128 277.468 674.416L280.303 674.828C295.457 676.972 318.354 680.228 328.859 703.299C329.745 705.247 332.436 711.172 337.735 710.141C340.034 709.688 345.24 708.678 346.807 683.381C353.229 683.422 363.435 684.154 369.25 687.173C370.322 687.729 373.59 689.419 376.404 687.472C377.992 686.379 378.786 684.525 378.548 682.526C377.744 675.838 358.167 656.909 340.312 650.046C329.498 645.893 318.065 642.112 307.004 638.464C277.241 628.634 246.458 618.463 222.139 599.431C192.552 576.277 169.172 541.83 156.306 502.457C136.172 440.805 134.399 369.406 151.44 306.57C157.842 282.984 166.605 250.7 185.089 232.915C206.604 212.223 231.624 198.735 258.118 184.443L261.108 182.825C283.695 170.625 308.602 160.021 337.271 150.407C396.6 130.51 432.413 96.8556 446.733 47.5388C463.959 -11.9484 462.371 -49.6006 440.825 -91.3848ZM478.763 -154.911C477.289 -148.78 470.928 -145.524 465.526 -143.463C459.804 -141.279 453.722 -140.269 448.052 -137.94C445.3 -136.807 442.691 -135.343 440.248 -133.633C437.764 -131.891 434.723 -129.233 432.733 -126.966C433.991 -129.727 436.991 -133.159 438.918 -135.477C440.918 -137.889 443.032 -140.197 445.145 -142.515C449.763 -147.606 454.588 -152.51 459.578 -157.22C460.887 -158.446 462.33 -159.909 463.66 -161.115L475.577 -156.962C475.577 -156.962 476.835 -156.509 476.845 -156.509C479.01 -155.921 478.845 -155.262 478.763 -154.911ZM471.186 -165.721L467.99 -164.752C476.722 -172.171 486.392 -179.271 496.979 -186.051C491.381 -177.426 479.247 -168.802 471.186 -165.721ZM489.587 -202.415L485.866 -198.386L498.443 -192.471C471.258 -175.613 449.743 -156.715 434.176 -135.91C435.465 -139.62 436.96 -143.999 438.568 -148.904C440.372 -154.355 442.32 -160.486 444.341 -167.029L445.743 -168.647C459.908 -184.959 477.948 -200.333 499.649 -214.677C495.773 -209.473 492 -205.022 489.587 -202.415ZM512.989 -249.701C513.453 -248.815 513.917 -247.239 513.948 -244.57C513.999 -238.964 510.649 -231.607 506.298 -224.487C482.814 -209.937 463.155 -194.274 447.516 -177.581C448.805 -181.95 450.176 -186.402 451.433 -190.977C452.289 -194.006 453.155 -197.087 454.021 -200.158L454.526 -200.745C469.67 -218.17 489.268 -234.513 512.989 -249.701ZM496.969 -255.173L496.515 -250.825L506.01 -250.722C486.742 -237.996 470.268 -224.466 456.784 -210.163C457.887 -214.306 458.99 -218.448 460.072 -222.529C461.227 -226.795 462.258 -230.999 463.289 -235.121L464.268 -236.244C473.516 -246.899 484.464 -257.131 496.938 -266.961C497.453 -260.315 496.979 -255.307 496.969 -255.173ZM496.299 -272.381C484.814 -263.519 474.588 -254.318 465.681 -244.766C466.299 -247.331 466.887 -249.846 467.464 -252.288C468.567 -256.863 469.526 -261.222 470.412 -265.24C470.681 -266.456 470.938 -267.621 471.196 -268.775L471.845 -269.527C477.505 -276.05 483.886 -282.418 490.804 -288.652C493.814 -283.675 495.443 -277.812 496.299 -272.381ZM415.527 -149.79C407.837 -157.518 398.27 -167.143 401.105 -176.056C401.218 -176.427 401.404 -176.994 403.301 -176.489L404.28 -176.283L409.826 -175.046L419.414 -173.037L414.032 -181.198C409.97 -187.35 399.868 -205.465 401.806 -215.398C401.96 -216.171 402.156 -216.975 402.527 -217.665C402.651 -217.892 402.806 -218.17 403.074 -218.263C403.105 -218.273 403.146 -218.283 403.177 -218.283C403.28 -218.294 403.404 -218.294 403.517 -218.283C403.764 -218.263 404.012 -218.242 404.259 -218.211C404.641 -218.18 405.012 -218.139 405.393 -218.108C405.867 -218.067 406.352 -218.015 406.826 -217.974C407.373 -217.923 407.919 -217.871 408.465 -217.82C409.053 -217.768 409.63 -217.706 410.218 -217.655C410.806 -217.603 411.393 -217.541 411.981 -217.49C412.537 -217.438 413.094 -217.387 413.651 -217.325C414.146 -217.284 414.64 -217.232 415.146 -217.191C415.548 -217.15 415.95 -217.119 416.352 -217.078C416.63 -217.057 416.908 -217.026 417.187 -217.006C417.311 -216.995 417.434 -216.985 417.558 -216.975L416.445 -222.312C414.414 -232.101 410.63 -259.913 417.372 -270.846C419.311 -273.999 420.898 -274.957 421.682 -275.143C421.888 -275.194 422.104 -275.153 422.279 -275.04L435.599 -267.394L437.465 -271.382C437.619 -271.712 453.444 -304.861 477.124 -299.605L477.67 -299.461C482.041 -298.039 485.433 -295.566 488.082 -292.475C482.722 -287.673 477.732 -282.768 473.093 -277.791C474.897 -286.694 476.289 -290.507 475.041 -290.764C474.175 -290.939 471.845 -281.892 466.742 -266.23C465.454 -262.314 464.062 -258.079 462.681 -253.576C461.279 -249.073 459.774 -244.333 458.33 -239.397C456.887 -234.461 455.31 -229.391 453.866 -224.188C452.403 -218.994 450.918 -213.718 449.434 -208.443C448.021 -203.146 446.609 -197.85 445.217 -192.636C443.794 -187.432 442.578 -182.259 441.3 -177.272C438.815 -167.297 436.619 -157.951 434.867 -149.903C432.64 -139.918 431.104 -131.953 430.259 -127.347C430.187 -127.347 430.197 -127.347 430.125 -127.347C427.846 -132.922 425.125 -138.96 423.001 -141.722C421.063 -144.226 418.383 -146.936 415.527 -149.79ZM327.91 -468.134C331.457 -457.891 325.436 -449.658 314.488 -435.994C303.127 -421.805 288.994 -404.154 288.994 -377.342C288.994 -374.189 289.014 -370.726 289.035 -367.017C289.324 -321.595 289.86 -237.048 252.366 -198.087C240.118 -185.351 237.82 -172.934 235.17 -158.539C231.531 -138.826 227.005 -114.302 192.119 -77.5358C161.13 -44.8915 117.647 -11.2683 78.6271 17.6149C77.6478 16.4196 76.6581 15.2242 75.6066 14.0289C72.9572 10.9994 70.2149 8.06274 67.4212 5.18781C106.41 -23.6129 150.182 -57.2979 180.769 -89.5506C212.171 -122.638 215.851 -142.536 219.397 -161.774C222.16 -176.767 225.304 -193.749 241.108 -210.163C273.767 -244.116 273.231 -327.036 272.973 -366.883C272.953 -370.634 272.932 -374.127 272.932 -377.321C272.932 -389.542 275.18 -400.887 279.819 -411.995C286.489 -427.905 295.457 -444.3 306.447 -460.725C313.674 -471.524 324.199 -486.568 335.931 -499.655C336.683 -499.593 337.446 -499.624 338.189 -499.871C340.786 -500.726 343.23 -501.448 345.405 -502.014C344.529 -501.025 343.652 -500.036 342.786 -499.067C333.694 -488.969 324.313 -478.51 327.91 -468.134ZM47.6793 -16.4102C51.6277 -19.0378 55.5967 -21.6654 59.5657 -24.293C93.8639 -46.9729 129.337 -70.4154 157.388 -102.204L158.986 -104.018C175.728 -122.968 193.037 -142.567 200.738 -166.978L201.48 -169.348C206.284 -184.743 216.274 -216.758 238.18 -242.983C251.737 -259.212 262.922 -293.186 268.035 -328.829C266.685 -288.116 260.912 -237.408 237.778 -213.368C221.016 -195.954 217.748 -178.251 214.861 -162.619C211.428 -144.04 207.882 -124.823 177.419 -92.7244C146.925 -60.5851 103.08 -26.8794 64.112 1.90071C58.1327 -4.04491 51.9266 -9.68144 45.5969 -15.0088C46.2876 -15.4725 46.9886 -15.9465 47.6793 -16.4102ZM45.133 -20.2331C44.0609 -19.5221 42.9784 -18.7905 41.9063 -18.0692C36.0507 -22.8607 30.1436 -27.4153 24.2469 -31.7431C29.0921 -34.8859 33.9374 -38.0185 38.7414 -41.0995C70.2149 -61.3167 99.9463 -80.4107 120.183 -103.359C167.697 -157.25 251.665 -273.577 264.922 -367.687C265.283 -370.273 265.767 -372.901 266.334 -375.559C268.004 -323.13 251.562 -266.178 234.655 -245.93C212.171 -219.005 201.985 -186.391 197.099 -170.718L196.367 -168.369C188.955 -144.885 171.976 -125.657 155.553 -107.068L153.955 -105.255C126.307 -73.9189 91.0908 -50.6413 57.04 -28.1263C53.0607 -25.4883 49.0917 -22.8711 45.133 -20.2331ZM394.94 -510.783C388.847 -503.704 375.579 -506.754 364.92 -509.217C360.972 -510.124 357.25 -510.989 354.085 -511.299C353.168 -511.391 352.044 -511.36 350.776 -511.237C361.044 -516.059 372.177 -520.026 384.146 -523.118L393.713 -513.277L393.95 -513.092L393.961 -513.092C395.62 -511.567 395.177 -511.062 394.94 -510.783ZM392.466 -524.447L389.878 -524.519C401.002 -527.085 412.816 -528.94 425.3 -530.084C416.403 -525.003 399.074 -524.251 392.466 -524.447ZM426.207 -548.065L421.073 -546.2L429.527 -535.133C397.734 -532.68 370.033 -525.797 346.735 -514.472C349.57 -517.172 352.889 -520.387 356.559 -524.014C360.652 -528.033 365.178 -532.598 369.94 -537.482L371.92 -538.265C391.919 -546.241 414.929 -551.589 440.712 -554.34C434.918 -551.496 429.537 -549.27 426.207 -548.065ZM468.536 -579.338C468.547 -578.339 468.237 -576.721 467.041 -574.33C464.536 -569.312 458.196 -564.304 451.093 -559.987C423.64 -557.885 399.064 -553.021 377.579 -545.386C380.713 -548.673 383.961 -552.001 387.167 -555.504C389.301 -557.802 391.476 -560.152 393.651 -562.48L394.373 -562.769C415.744 -571.301 440.578 -576.783 468.536 -579.338ZM462.815 -583.481C439.929 -581.049 419.146 -576.618 400.661 -570.116C403.527 -573.29 406.404 -576.474 409.218 -579.606C412.187 -582.863 415.012 -586.139 417.816 -589.334L419.197 -589.89C432.259 -595.094 446.63 -599.154 462.176 -602.142C459.609 -595.99 456.908 -591.745 456.825 -591.632L454.444 -587.973L462.815 -583.481ZM464.093 -607.253C449.867 -604.667 436.599 -601.204 424.341 -596.815C426.063 -598.814 427.733 -600.792 429.362 -602.698C432.434 -606.264 435.269 -609.695 437.887 -612.859C438.681 -613.817 439.444 -614.734 440.186 -615.651L441.104 -616.022C449.104 -619.216 457.66 -621.937 466.65 -624.286C467.041 -618.454 465.804 -612.477 464.093 -607.253ZM335.745 -565.479C336.024 -565.757 336.446 -566.18 337.89 -564.85L338.292 -564.438L343.023 -560.554L350.611 -554.34L349.559 -564.088C348.766 -571.435 348.075 -592.24 354.322 -600.184C355.673 -601.905 356.601 -602.255 356.838 -602.204L356.951 -602.101L368.992 -594.321L370.456 -599.587C373.126 -609.242 382.456 -635.745 393.424 -642.36C397.208 -644.637 399.105 -644.359 399.548 -644.05L408.012 -630.86L411.486 -633.539C411.775 -633.766 440.929 -655.962 459.526 -640.34L459.938 -639.959C463.165 -636.682 465.041 -632.901 465.99 -628.923C459.052 -627.12 452.382 -625.069 446.001 -622.771C451.65 -629.892 454.959 -634.343 454.959 -634.343C454.959 -634.343 446.743 -627.017 435.063 -615.445C432.135 -612.56 428.96 -609.427 425.682 -606.058C422.383 -602.698 418.878 -599.185 415.352 -595.444C411.816 -591.714 408.105 -587.932 404.445 -583.965C400.775 -580.019 397.053 -576.01 393.321 -571.991C389.651 -567.931 385.981 -563.861 382.373 -559.863C378.734 -555.886 375.301 -551.836 371.899 -547.993C365.147 -540.264 358.941 -532.948 353.704 -526.601C347.188 -518.759 342.188 -512.381 339.333 -508.671C339.281 -508.65 339.24 -508.64 339.189 -508.63C339.714 -514.658 340.065 -521.345 339.446 -524.797C338.89 -527.92 337.735 -531.567 336.518 -535.431C333.25 -545.87 329.158 -558.853 335.745 -565.479ZM27.8447 -59.431C58.0915 -78.8547 86.6579 -97.1965 104.967 -117.96C150.894 -170.048 231.954 -281.913 244.469 -370.829C252.221 -425.886 299.756 -483.394 331.106 -508.207C331.034 -507.404 330.962 -506.59 330.869 -505.745C330.735 -504.395 331.075 -503.076 331.818 -502.004C320.158 -488.887 309.777 -474.028 302.602 -463.301C291.468 -446.659 282.375 -430.018 275.592 -413.86C267.499 -397.92 262.376 -382.597 260.365 -368.315C247.263 -275.287 163.904 -159.899 116.719 -106.378C96.9051 -83.9142 67.4418 -64.985 36.2157 -44.9224C30.958 -41.5426 25.6179 -38.1112 20.2778 -34.6283C15.2779 -38.2143 10.3606 -41.625 5.51532 -44.9121C13.0203 -49.8788 20.5356 -54.7322 27.8447 -59.431ZM-248.923 -370.829C-236.407 -281.913 -155.347 -170.038 -109.42 -117.96C-91.1115 -97.1965 -62.5451 -78.8547 -32.2984 -59.431C-27.1438 -56.1233 -21.9893 -52.8155 -16.8553 -49.4769C-13.4637 -47.2718 -10.1751 -44.9121 -6.70095 -42.8306C-3.49483 -40.914 -0.329958 -39.2137 2.76276 -37.1117C8.94819 -32.8972 15.0718 -28.59 21.0923 -24.1385C33.8137 -14.7306 46.0918 -4.6632 57.3802 6.44492C61.5966 10.5873 65.6583 14.8636 69.5552 19.3048C75.0087 25.5184 79.7302 32.5047 84.5857 39.1716C89.5856 46.0241 94.2763 53.1238 98.6061 60.4193C105.822 72.5578 112.111 85.2529 117.286 98.3909C120.812 107.345 123.853 116.516 126.203 125.852C127.162 129.665 128.059 133.519 128.636 137.486C128.647 137.599 128.688 137.702 128.709 137.805C123.801 141.319 118.925 145.039 113.977 148.975L113.389 146.224C109.946 130.015 106.688 114.703 100.276 99.5244C93.5753 83.635 84.9569 68.1372 74.6684 53.4638C60.1842 32.8035 41.7207 13.6477 18.2058 -5.11657C3.04114 -17.2242 -13.4946 -27.6935 -29.4736 -37.8227C-33.2055 -40.1824 -36.9374 -42.5524 -40.6487 -44.9327C-71.8645 -64.9747 -101.359 -83.9039 -121.183 -106.398C-163.914 -154.85 -248.912 -271.969 -264.829 -368.387C-266.345 -377.579 -277.025 -401.505 -288.303 -424.051C-292.54 -433.099 -297.695 -443.001 -303.808 -453.419C-308.148 -461.127 -311.828 -467.113 -314.138 -470.04C-321.055 -480.571 -328.962 -491.442 -337.787 -502.324C-337.178 -503.333 -336.89 -504.518 -337.013 -505.745C-337.158 -507.084 -337.271 -508.372 -337.374 -509.619C-306.076 -485.63 -256.83 -426.947 -248.923 -370.829ZM86.0187 125.316C63.9058 61.8206 7.95856 17.8415 -49.1948 -20.2331C-53.1432 -22.8711 -57.1122 -25.4883 -61.0915 -28.116C-95.1423 -50.631 -130.358 -73.9087 -158.007 -105.244C-159.986 -107.48 -162.007 -109.737 -164.027 -111.994C-179.264 -128.965 -195.006 -146.524 -200.387 -168.225C-208.49 -200.951 -222.305 -223.662 -235.665 -245.631C-254.211 -276.122 -271.396 -309.384 -272.87 -357.815C-272.974 -361.02 -272.85 -364.07 -272.829 -366.883C-272.798 -370.644 -272.778 -374.137 -272.778 -377.342C-272.778 -377.775 -272.798 -378.259 -272.839 -378.784C-271.004 -373.972 -269.767 -370.098 -269.365 -367.635C-253.283 -270.197 -167.656 -152.16 -124.626 -103.359C-104.369 -80.3901 -74.617 -61.2858 -43.1229 -41.0686C-39.4013 -38.6779 -35.6694 -36.3183 -31.9272 -33.9483C-16.0512 -23.8809 0.371079 -13.4734 15.3501 -1.53066C38.5146 16.9451 56.6791 35.8021 70.9159 56.0914C81.0188 70.4969 89.4722 85.7062 96.0494 101.307C102.286 116.084 105.503 131.19 108.894 147.182L109.967 152.19C106.699 154.838 103.389 157.559 100.008 160.361C98.3483 161.742 96.771 163.175 95.1628 164.586C94.9876 163.649 94.8123 162.752 94.6371 161.804C92.4206 149.944 89.9155 136.507 86.0187 125.316ZM91.1629 168.213C84.6476 174.334 78.6683 180.754 73.2664 187.359C70.0603 129.788 31.4116 83.4392 -1.49489 54.0924C-19.9893 37.6157 -40.0713 22.8495 -59.5039 8.57793L-68.0914 2.25102C-107.152 -26.5703 -151.203 -60.3996 -181.872 -92.7141C-212.325 -124.812 -215.882 -144.03 -219.315 -162.619C-222.201 -178.241 -225.469 -195.954 -242.232 -213.358C-262.324 -234.235 -270.097 -280.048 -272.468 -317.164C-265.499 -289.384 -252.407 -264.292 -239.582 -243.22C-226.397 -221.55 -212.769 -199.148 -204.841 -167.112C-199.192 -144.288 -183.058 -126.306 -167.45 -108.913C-165.429 -106.666 -163.419 -104.43 -161.45 -102.194C-133.389 -70.4051 -97.9258 -46.9524 -63.6173 -24.2724C-59.6483 -21.6448 -55.6793 -19.0275 -51.7309 -16.3999C4.75242 21.2317 60.0192 64.6235 81.6786 126.841C85.462 137.692 87.8331 150.387 90.1217 162.659C90.4619 164.555 90.8227 166.379 91.1629 168.213ZM-466.052 -639.98L-465.639 -640.361C-447.042 -655.972 -417.888 -633.787 -417.599 -633.56L-414.125 -630.881L-405.661 -644.071C-405.218 -644.38 -403.332 -644.658 -399.548 -642.381C-388.579 -635.765 -379.25 -609.262 -376.58 -599.607L-375.116 -594.342L-363.075 -602.121L-362.961 -602.224C-362.724 -602.276 -361.796 -601.926 -360.446 -600.205C-354.199 -592.26 -354.889 -571.456 -355.683 -564.109L-356.735 -554.361L-349.147 -560.574L-344.426 -564.459L-344.024 -564.871C-342.57 -566.2 -342.147 -565.778 -341.879 -565.5C-335.292 -558.874 -339.384 -545.89 -342.683 -535.462C-343.9 -531.598 -345.054 -527.951 -345.611 -524.828C-346.23 -521.376 -345.879 -514.689 -345.353 -508.661C-345.405 -508.681 -345.446 -508.692 -345.498 -508.702C-348.353 -512.412 -353.353 -518.79 -359.869 -526.632C-365.095 -532.979 -371.301 -540.285 -378.064 -548.023C-381.466 -551.867 -384.899 -555.906 -388.538 -559.894C-392.146 -563.892 -395.816 -567.962 -399.486 -572.022C-403.208 -576.031 -406.94 -580.039 -410.599 -583.996C-414.249 -587.963 -417.97 -591.745 -421.496 -595.475C-425.022 -599.205 -428.527 -602.729 -431.826 -606.089C-435.114 -609.458 -438.279 -612.591 -441.207 -615.476C-452.877 -627.058 -461.103 -634.374 -461.103 -634.374C-461.103 -634.374 -457.794 -629.923 -452.124 -622.823C-458.506 -625.111 -465.176 -627.161 -472.114 -628.975C-471.155 -632.911 -469.279 -636.693 -466.052 -639.98ZM-462.959 -591.621C-463.031 -591.735 -465.743 -595.97 -468.309 -602.132C-452.763 -599.154 -438.393 -595.094 -425.331 -589.88L-423.95 -589.323C-421.156 -586.129 -418.321 -582.863 -415.352 -579.596C-412.527 -576.464 -409.661 -573.29 -406.785 -570.106C-425.269 -576.608 -446.052 -581.039 -468.938 -583.471L-460.567 -587.953L-462.959 -591.621ZM-472.784 -624.276C-463.794 -621.926 -455.248 -619.206 -447.248 -616.012L-446.331 -615.641C-445.588 -614.734 -444.826 -613.807 -444.032 -612.848C-441.413 -609.685 -438.578 -606.243 -435.506 -602.688C-433.888 -600.782 -432.207 -598.814 -430.486 -596.804C-442.733 -601.194 -456.011 -604.656 -470.227 -607.243C-471.938 -612.477 -473.165 -618.454 -472.784 -624.276ZM-473.175 -574.331C-474.371 -576.721 -474.681 -578.339 -474.67 -579.338C-446.712 -576.783 -421.867 -571.301 -400.497 -562.769L-399.775 -562.48C-397.61 -560.152 -395.435 -557.802 -393.29 -555.504C-390.095 -552.011 -386.847 -548.683 -383.703 -545.386C-405.177 -553.021 -429.764 -557.885 -457.217 -559.987C-464.33 -564.304 -470.66 -569.312 -473.175 -574.331ZM-432.341 -548.065C-435.671 -549.27 -441.042 -551.486 -446.846 -554.34C-421.063 -551.599 -398.053 -546.251 -378.054 -538.265L-376.074 -537.482C-371.312 -532.587 -366.786 -528.033 -362.693 -524.014C-359.034 -520.387 -355.704 -517.172 -352.869 -514.472C-376.167 -525.797 -403.868 -532.67 -435.661 -535.133L-427.207 -546.2L-432.341 -548.065ZM-431.444 -530.084C-418.96 -528.94 -407.146 -527.085 -396.022 -524.519L-398.61 -524.447C-405.208 -524.251 -422.537 -525.003 -431.444 -530.084ZM-371.054 -509.217C-381.713 -506.765 -394.981 -503.704 -401.074 -510.783C-401.311 -511.062 -401.754 -511.567 -400.095 -513.081L-400.084 -513.081L-399.837 -513.267L-390.27 -523.107C-378.301 -520.016 -367.178 -516.049 -356.9 -511.227C-358.168 -511.35 -359.291 -511.391 -360.209 -511.288C-363.384 -510.979 -367.106 -510.124 -371.054 -509.217ZM-196.563 -77.5358C-231.449 -114.302 -235.974 -138.826 -239.613 -158.539C-242.273 -172.934 -244.562 -185.351 -256.809 -198.087C-294.303 -237.048 -293.767 -321.595 -293.478 -367.017C-293.458 -370.726 -293.437 -374.178 -293.437 -377.342C-293.437 -404.154 -307.571 -421.805 -318.942 -435.994C-329.879 -449.658 -335.9 -457.891 -332.354 -468.134C-328.756 -478.51 -338.147 -488.969 -347.219 -499.078C-347.9 -499.84 -348.59 -500.644 -349.291 -501.427C-347.725 -500.974 -346.044 -500.469 -344.302 -499.892C-343.395 -499.593 -342.457 -499.552 -341.56 -499.717C-326.065 -480.653 -313.55 -461.498 -303.839 -444.124C-300.653 -438.22 -297.251 -431.677 -293.88 -424.969C-282.654 -401.66 -277.376 -383.782 -277.376 -377.352C-277.376 -374.158 -277.396 -370.675 -277.427 -366.893C-277.437 -364.42 -277.458 -361.772 -277.51 -358.99C-277.499 -358.577 -277.479 -358.206 -277.468 -357.805C-277.582 -315.536 -275.891 -241.715 -245.551 -210.194C-229.748 -193.78 -226.614 -176.788 -223.841 -161.795C-220.284 -142.556 -216.614 -122.659 -185.213 -89.5713C-154.306 -56.9991 -110.049 -23.0153 -70.8233 5.92969L-62.2255 12.2566C-42.8857 26.4766 -22.8862 41.1707 -4.55665 57.5134C28.7107 87.1694 67.9675 134.477 68.8747 192.965C63.2357 200.384 58.2358 207.947 53.8854 215.51C54.6792 208.524 55.1225 201.146 55.1225 193.335C55.1225 190.749 55.0709 188.204 54.9678 185.71C53.6586 152.85 36.0095 119.968 1.02052 85.191C0.896811 85.0674 0.762799 84.9849 0.63909 84.8818C-11.6287 72.8566 -25.6593 61.5837 -37.9271 51.9181L-43.2775 47.7655C-52.7206 40.4597 -66.9986 29.4237 -81.7612 18.5217C-81.8849 18.4392 -82.0086 18.3774 -82.1323 18.3053C-121.399 -10.7325 -165.326 -44.6236 -196.563 -77.5358ZM45.9164 193.346C45.9164 264.601 6.8967 299.223 -2.23712 306.344C-11.3709 299.254 -50.3701 264.838 -50.3701 193.346C-50.3701 190.893 -50.3185 188.472 -50.2258 186.081C-49.0505 156.652 -33.3395 126.821 -2.23711 94.9904C28.8756 126.821 44.5866 156.662 45.7618 186.091C45.8649 188.472 45.9164 190.883 45.9164 193.346ZM-98.6578 240.086C-106.977 218.468 -113.802 195.314 -114.266 174.159C-115.235 128.737 -97.9876 82.955 -64.4007 41.6344C-58.2256 46.3538 -52.6587 50.661 -48.1846 54.113L-47.03 55.0095C-67.3594 77.5864 -81.4622 100.617 -90.0703 125.327C-94.4516 137.898 -97.0392 151.242 -99.534 164.143L-100.266 167.945C-100.503 169.78 -104.967 207.339 -98.6578 240.086ZM-137.574 215.562C-140.358 211.347 -143.265 207.246 -146.327 203.31C-154.842 192.346 -165.883 181.939 -180.048 171.449C-187.872 165.658 -206.862 157.497 -223.614 150.294C-233.851 145.894 -242.613 140.845 -248.067 137.939C-263.18 129.881 -276.159 124.389 -286.664 120.442C-278.015 122.194 -269.458 123.647 -261.046 125.038C-243.644 127.923 -225.665 130.912 -206.769 136.857C-195.078 140.546 -183.378 145.049 -171.007 150.634C-159.801 155.704 -153.358 160.32 -144.203 167.327C-144.481 175.128 -144.244 182.856 -143.213 189.894C-142.049 197.859 -140.038 206.597 -137.574 215.562ZM-425.919 -110.283C-421.403 -93.7858 -417.836 -80.761 -426.62 -53.1041C-440.496 -9.38261 -419.104 15.7601 -400.229 37.9454C-396.744 42.0362 -393.445 45.9107 -390.404 49.8469C-365.734 81.7493 -347.601 85.325 -322.519 90.2711C-315.581 91.6415 -307.725 93.1872 -299.056 95.516C-285.448 99.1637 -272.046 101.39 -257.871 103.739C-239.778 106.737 -221.067 109.839 -200.82 116.217C-172.316 125.203 -154.863 133.426 -142.482 143.72C-142.368 143.813 -142.234 143.885 -142.11 143.967C-142.894 149.676 -143.543 155.714 -143.935 161.794C-151.904 155.776 -158.574 151.232 -169.13 146.461C-181.666 140.793 -193.532 136.229 -205.398 132.488C-224.603 126.429 -242.747 123.431 -260.386 120.504C-274.252 118.206 -288.602 115.836 -303.014 111.972C-311.22 109.767 -318.467 108.345 -325.478 106.964C-351.766 101.771 -374.456 97.2986 -402.847 60.5738C-405.672 56.9158 -408.682 53.3916 -411.867 49.6512L-412.187 49.2802C-412.703 48.6723 -413.311 47.9716 -414.001 47.1885C-416.898 43.8807 -419.579 40.3567 -422.125 36.7604C-425.012 32.6799 -427.96 28.3933 -430.104 23.88C-431.331 21.2936 -432.733 18.6041 -433.64 15.8941C-434.527 13.2252 -435.176 10.4018 -435.815 7.65055C-437.022 2.41593 -437.857 -2.89088 -438.3 -8.24916C-439.073 -17.8116 -438.506 -27.4153 -437.083 -36.8953C-436.011 -44.0775 -434.826 -51.2699 -432.929 -58.2769C-421.476 -100.618 -431.465 -122.37 -431.032 -123.452C-430.63 -124.472 -430.249 -125.451 -429.857 -126.409C-428.64 -120.433 -427.228 -115.085 -425.919 -110.283ZM-484.66 -302.068L-484.113 -302.212C-460.433 -307.468 -444.609 -274.319 -444.454 -273.989L-442.588 -270.001L-429.269 -277.647C-429.084 -277.75 -428.877 -277.801 -428.671 -277.75C-427.888 -277.564 -426.31 -276.606 -424.362 -273.453C-417.62 -262.52 -421.403 -234.719 -423.434 -224.919L-424.537 -219.582C-424.414 -219.592 -424.29 -219.602 -424.166 -219.613C-423.888 -219.633 -423.609 -219.664 -423.331 -219.685C-422.929 -219.726 -422.527 -219.757 -422.125 -219.798C-421.63 -219.839 -421.135 -219.891 -420.63 -219.932C-420.073 -219.984 -419.517 -220.035 -418.96 -220.087C-418.372 -220.138 -417.785 -220.2 -417.208 -220.251C-416.62 -220.303 -416.043 -220.365 -415.455 -220.416C-414.909 -220.468 -414.362 -220.519 -413.816 -220.571C-413.342 -220.612 -412.857 -220.664 -412.383 -220.705C-412.001 -220.746 -411.63 -220.777 -411.249 -220.808C-411.001 -220.829 -410.754 -220.849 -410.517 -220.88C-410.414 -220.89 -410.28 -220.88 -410.177 -220.88C-410.146 -220.88 -410.105 -220.87 -410.074 -220.859C-409.806 -220.777 -409.651 -220.488 -409.538 -220.262C-409.156 -219.561 -408.96 -218.768 -408.806 -217.995C-406.868 -208.061 -416.981 -189.936 -421.032 -183.795L-426.424 -175.634L-416.836 -177.643L-411.29 -178.869L-410.311 -179.075C-408.404 -179.58 -408.228 -179.013 -408.105 -178.642C-405.27 -169.729 -414.837 -160.105 -422.527 -152.377C-425.372 -149.512 -428.063 -146.812 -429.991 -144.298C-432.104 -141.536 -434.836 -135.488 -437.114 -129.923C-437.186 -129.923 -437.176 -129.923 -437.248 -129.923C-438.094 -134.54 -439.64 -142.505 -441.857 -152.49C-443.609 -160.527 -445.795 -169.884 -448.289 -179.858C-449.568 -184.835 -450.774 -190.008 -452.207 -195.212C-453.588 -200.426 -455.001 -205.722 -456.423 -211.019C-457.908 -216.295 -459.392 -221.581 -460.856 -226.774C-462.299 -231.978 -463.877 -237.048 -465.32 -241.983C-466.753 -246.919 -468.268 -251.659 -469.67 -256.162C-471.052 -260.676 -472.454 -264.911 -473.732 -268.816C-478.845 -284.479 -481.165 -293.526 -482.031 -293.351C-483.278 -293.093 -481.897 -289.28 -480.082 -280.378C-484.722 -285.355 -489.711 -290.249 -495.072 -295.061C-492.422 -298.173 -489.02 -300.657 -484.66 -302.068ZM-497.804 -291.269C-490.876 -285.035 -484.505 -278.667 -478.835 -272.144L-478.186 -271.392C-477.938 -270.238 -477.681 -269.074 -477.412 -267.858C-476.526 -263.839 -475.567 -259.48 -474.454 -254.905C-473.876 -252.463 -473.289 -249.949 -472.67 -247.373C-481.577 -256.914 -491.804 -266.127 -503.288 -274.988C-502.443 -280.408 -500.814 -286.272 -497.804 -291.269ZM-503.515 -253.432L-503.969 -257.78C-503.979 -257.914 -504.463 -262.922 -503.927 -269.568C-491.443 -259.748 -480.505 -249.506 -471.258 -238.851L-470.279 -237.728C-469.248 -233.596 -468.217 -229.391 -467.062 -225.136C-465.98 -221.055 -464.877 -216.913 -463.773 -212.77C-477.258 -227.073 -493.742 -240.603 -512.999 -253.329L-503.515 -253.432ZM-520.948 -247.167C-520.917 -249.846 -520.463 -251.412 -519.989 -252.298C-496.268 -237.12 -476.66 -220.777 -461.526 -203.332L-461.021 -202.744C-460.155 -199.674 -459.289 -196.593 -458.433 -193.563C-457.176 -188.988 -455.805 -184.536 -454.516 -180.167C-470.155 -196.861 -489.814 -212.523 -513.298 -227.073C-517.649 -234.193 -520.999 -241.551 -520.948 -247.167ZM-496.587 -205.011C-499 -207.618 -502.773 -212.07 -506.628 -217.284C-484.928 -202.94 -466.887 -187.576 -452.722 -171.254L-451.32 -169.636C-449.31 -163.103 -447.362 -156.962 -445.557 -151.511C-443.949 -146.596 -442.465 -142.216 -441.166 -138.517C-456.743 -159.322 -478.258 -178.21 -505.432 -195.078L-492.855 -200.982L-496.587 -205.011ZM-503.989 -188.658C-493.402 -181.878 -483.732 -174.768 -475 -167.359L-478.186 -168.328C-486.247 -171.398 -498.381 -180.033 -503.989 -188.658ZM-472.526 -146.06C-477.928 -148.121 -484.289 -151.377 -485.763 -157.508C-485.845 -157.869 -486 -158.518 -483.845 -159.095C-483.835 -159.095 -482.577 -159.548 -482.577 -159.548L-470.66 -163.701C-469.32 -162.506 -467.877 -161.042 -466.567 -159.806C-461.578 -155.097 -456.753 -150.192 -452.135 -145.102C-450.032 -142.783 -447.908 -140.475 -445.908 -138.053C-443.97 -135.735 -440.98 -132.304 -439.723 -129.542C-441.712 -131.809 -444.753 -134.468 -447.238 -136.209C-449.671 -137.919 -452.289 -139.383 -455.042 -140.516C-460.722 -142.866 -466.804 -143.886 -472.526 -146.06ZM-325.385 692.809C-337.869 692.809 -351.683 703.072 -361.044 711.646C-357.704 700.651 -350.477 686.668 -335.034 682.289C-332.622 681.598 -329.168 680.763 -325.168 679.795C-302.983 674.416 -282.386 668.883 -274.108 660.289C-267.139 653.055 -259.201 645.687 -248.366 636.413C-241.108 630.2 -232.933 625.594 -224.284 620.71C-215.459 615.733 -206.336 610.591 -198.254 603.584C-182.738 590.126 -173.172 569.796 -164.739 551.856C-144.842 509.577 -133.636 462.671 -132.317 416.178C-129.843 328.941 -155.45 263.787 -180.244 231.894C-197.068 210.255 -226.686 194.283 -250.489 181.455L-254.201 179.445C-284.18 163.236 -311.756 151.098 -338.498 142.36C-395.961 123.585 -430.496 91.724 -444.073 44.973C-459.877 -9.42384 -453.897 -28.7342 -443.032 -63.7897C-441.784 -67.8084 -440.485 -72.0126 -439.145 -76.4744C-434.774 -91.1272 -439.826 -107.913 -444.702 -124.153C-444.959 -125.008 -445.207 -125.853 -445.465 -126.708C-443.836 -125.245 -442.042 -123.524 -440.186 -121.628C-439.475 -120.907 -438.609 -120.402 -437.671 -120.134C-437.31 -118.97 -434.207 -121.123 -433.898 -119.98C-428.176 -98.9071 -433.248 -78.4117 -437.413 -59.2455C-443.527 -31.094 -449.846 -1.99439 -428.558 40.3875C-411.465 74.4229 -388.146 108.376 -333.746 126.151C-306.097 135.188 -277.674 147.677 -246.871 164.339L-243.211 166.317C-218.068 179.878 -186.78 196.746 -167.821 221.137C-127.183 273.401 -114.534 356.423 -116.245 416.703C-117.626 465.608 -129.42 514.956 -150.347 559.44C-159.048 577.936 -169.883 600.956 -188.058 616.711C-197.346 624.759 -207.604 630.55 -216.717 635.692C-224.665 640.175 -232.17 644.399 -238.253 649.613C-245.294 655.641 -254.458 663.679 -262.85 672.396C-264.52 674.148 -274.613 681.609 -292.458 687.121C-300.53 689.43 -314.199 692.809 -325.385 692.809ZM-298.674 709.863C-291.726 707.452 -285.293 703.083 -281.747 696.498C-281.458 695.962 -281.18 695.447 -280.901 694.932C-278.149 689.893 -274.108 685.699 -269.221 682.68C-265.798 680.578 -262.396 678.548 -259.531 675.549C-251.283 666.976 -242.232 659.032 -235.263 653.065C-229.521 648.15 -222.212 644.028 -214.397 639.628C-205.15 634.414 -194.676 628.5 -185.048 620.143C-166.141 603.749 -155.079 580.244 -146.182 561.325C-124.997 516.306 -113.059 466.319 -111.657 416.786C-109.926 355.722 -122.812 271.504 -164.192 218.272C-183.749 193.119 -215.501 175.993 -241.057 162.216L-244.696 160.248C-275.747 143.462 -304.416 130.86 -332.333 121.741C-379.981 106.171 -403.105 77.7306 -419.393 47.9818C-418.702 48.7753 -418.053 49.5172 -417.465 50.187C-416.795 50.9495 -416.197 51.6296 -415.692 52.2272L-415.373 52.6085C-412.228 56.2975 -409.259 59.7804 -406.496 63.356C-397.641 74.8145 -387.579 85.6135 -375.538 93.7848C-366.621 99.8335 -356.755 104.11 -346.395 106.974C-341.518 108.324 -336.57 109.396 -331.611 110.395C-323.808 111.982 -316.096 113.961 -308.488 116.424C-292.849 121.473 -277.829 128.325 -263.067 135.476C-258.84 137.527 -254.634 139.629 -250.448 141.772C-244.778 144.688 -235.778 150.047 -225.449 154.478C-208.923 161.588 -190.202 169.635 -182.8 175.107C-168.78 185.473 -158.347 195.314 -149.976 206.082C-143.409 214.521 -137.533 223.682 -132.245 233.327C-127.265 248.773 -121.637 263.838 -117.162 275.812C-113.709 285.065 -110.977 292.361 -109.874 296.287C-109.4 297.997 -108.853 299.708 -108.266 301.562C-104.122 314.587 -94.3279 336.123 -93.1527 426.379C-92.9981 438.023 -94.6888 449.337 -96.3898 460.796C-98.0804 472.182 -100.915 483.651 -103.565 494.862C-103.998 496.696 -104.451 498.531 -104.905 500.354C-111.41 526.105 -121.131 549.785 -133.729 577.421C-140.1 591.394 -147.255 605.954 -158.595 617.052C-164.873 623.193 -172.058 626.861 -179.666 630.736C-182.718 632.292 -185.872 633.899 -188.996 635.692C-207.903 646.553 -227.243 659.866 -242.356 675.725C-247.799 681.433 -252.696 687.667 -258.417 693.108C-263.561 698.003 -269.52 702.289 -276.365 704.402C-280.324 705.628 -283.86 707.287 -287.509 709.245C-297.818 714.778 -307.87 721.033 -317.189 728.091C-319.88 730.132 -322.519 732.254 -324.962 734.573C-318.478 725.443 -304.406 711.852 -298.674 709.863ZM-172.378 650.654C-184.625 657.331 -196.305 665.018 -207.387 673.478C-207.449 673.519 -207.501 673.561 -207.563 673.612C-213.191 677.919 -218.676 682.423 -224.006 687.09C-229.273 691.717 -233.748 695.53 -236.675 701.96C-239.902 709.059 -247.263 713.604 -254.861 715.386C-266.335 718.086 -279.076 713.202 -288.911 721.383C-295.385 726.762 -311.901 733.759 -322.581 737.644C-314.509 730.709 -305.262 725 -296.169 719.518C-289.282 715.355 -282.344 711.007 -274.633 708.606C-267.396 706.349 -261.201 702.197 -255.706 697.034C-249.819 691.501 -244.778 685.143 -239.201 679.29C-224.243 663.607 -205.439 650.458 -186.697 639.711C-183.666 637.969 -180.563 636.393 -177.563 634.868C-169.986 631.004 -162.151 627.006 -155.368 620.37C-143.471 608.726 -135.791 593.094 -129.533 579.368C-116.843 551.505 -107.029 527.61 -100.441 501.519C-99.4825 497.717 -96.132 481.786 -95.2867 477.953C-96.3691 515.893 -107.091 557.503 -117.204 579.544C-119.565 584.696 -121.967 589.817 -124.441 594.907C-126.637 599.452 -128.874 603.965 -131.162 608.447C-133.234 612.497 -135.348 616.536 -137.492 620.545C-139.482 624.254 -141.502 627.933 -143.543 631.601C-144.347 633.044 -145.11 634.487 -146.182 635.764C-147.523 637.372 -149.172 638.783 -151.017 639.773C-158.059 643.544 -165.357 646.831 -172.378 650.654ZM-233.871 791.845C-228.665 769.629 -215.82 763.456 -205.068 756.367C-202.996 754.996 -200.893 753.605 -198.8 752.163L-196.542 750.617C-186.439 743.703 -172.605 734.223 -170.996 720.693C-168.852 702.537 -161.162 682.958 -154.244 668.295C-150.038 661.587 -129.152 627.675 -108.833 583.377C-93.0599 548.991 -82.9983 497.418 -83.9261 426.287C-85.1322 334.66 -94.9052 313.196 -99.4825 298.811C-100.039 297.059 -100.544 295.452 -101.008 293.834C-102.214 289.547 -104.998 282.077 -108.534 272.628C-117.204 249.422 -130.317 214.346 -134.111 188.565C-138.461 159.001 -127.193 114.445 -126.327 111.055C-119.503 90.4256 -106.225 60.141 -81.1839 28.9394C-76.6582 32.3089 -72.2563 35.6372 -68.0605 38.8316C-102.276 80.9765 -119.853 127.769 -118.863 174.241C-118.193 205.113 -106.297 235.181 -94.1527 263.127C-81.421 292.412 -72.8954 323.645 -68.7718 355.382C-63.607 395.229 -65.7409 436.797 -71.5655 476.459L-73.5655 490.102C-76.1324 507.794 -78.9365 526.394 -82.122 546.982C-85.5549 569.095 -93.1218 594.928 -104.761 614.743C-111.152 625.614 -121.204 648.109 -131.832 671.933C-146.914 705.69 -167.615 743.661 -175.46 749.669C-183.429 755.769 -189.161 756.861 -194.718 757.933C-198.367 758.634 -202.13 759.355 -206.192 761.467C-216.779 766.96 -225.954 775.914 -233.871 791.845ZM-149.667 739.334C-151.842 741.992 -153.956 744.692 -155.935 747.484C-160.656 754.151 -164.811 761.467 -171.914 765.909C-177.089 769.134 -182.45 769.134 -188.666 769.134C-195.532 769.134 -203.109 769.505 -211.47 774.296C-216.14 776.965 -224.768 786.435 -229.975 793.813C-225.201 781.458 -215.872 771.679 -204.068 765.548C-200.604 763.745 -197.326 763.116 -193.852 762.457C-188.058 761.344 -181.491 760.087 -172.666 753.327C-163.893 746.609 -144.512 711.594 -127.637 673.818C-117.049 650.118 -107.06 627.737 -100.802 617.093C-88.8744 596.793 -81.1014 570.393 -77.5861 547.713C-74.3902 527.115 -71.5862 508.495 -69.0192 490.792L-67.0193 477.159C-62.5864 447.009 -60.7616 423.133 -61.3905 390.479C-62.5451 330.363 -77.2974 290.186 -81.2457 279.284C-85.6786 267.074 -90.3074 254.966 -93.0908 242.271C-98.6474 216.932 -99.4825 190.543 -95.3485 164.916C-88.9466 125.162 -70.6171 87.4167 -43.3496 57.7813L-23.6697 74.1138C-51.865 98.7001 -71.3181 133.096 -77.8747 169.924C-83.8024 203.279 -81.5756 237.479 -68.0914 268.764C-65.5244 274.72 -63.2771 280.5 -60.8338 286.374C-55.7205 298.729 -51.4319 311.424 -48.3083 324.428C-45.2671 337.112 -42.927 349.972 -42.5146 362.976C-42.4631 364.625 -42.4322 366.274 -42.4012 367.923C-41.9167 405.286 -44.9888 442.897 -50.4113 479.746L-52.401 493.327C-54.9268 510.762 -57.7411 529.444 -60.9988 550.434C-64.8956 575.587 -74.5346 607.087 -87.7096 629.52C-93.4311 639.258 -103.658 662.154 -113.544 684.288C-118.286 694.911 -122.863 705.37 -129.585 714.871C-135.667 723.475 -142.997 731.203 -149.667 739.334ZM-101.101 709.327C-103.596 713.542 -105.544 717.725 -107.647 722.125C-110.946 729.019 -113.42 735.943 -115.42 743.857C-115.503 744.135 -115.616 744.424 -115.688 744.702C-116.75 748.535 -117.369 752.379 -117.977 756.089C-118.853 761.498 -119.688 766.599 -121.75 771.37C-124.276 777.212 -127.997 783.22 -133.461 790.258C-137.121 794.977 -140.915 799.377 -144.77 803.417C-144.213 797.935 -142.667 791.989 -138.966 789.114C-127.348 780.057 -138.502 750.679 -142.811 740.591C-143.1 738.674 -138.688 733.203 -137.049 731.523C-126.606 720.806 -121.265 712.336 -115.111 698.94C-113.152 694.685 -111.224 690.419 -109.317 686.142C-99.4825 664.122 -89.3178 641.349 -83.72 631.828C-70.246 608.901 -60.4215 576.833 -56.4318 551.114C-53.1742 530.103 -50.3598 511.411 -47.8341 493.966L-45.8444 480.385C-41.3291 449.739 -40.092 417.724 -38.1229 385.759C-37.2467 371.498 -38.1539 357.206 -40.1951 343.037C-43.2672 321.677 -49.5351 300.893 -58.071 281.067C-60.3905 275.667 -62.6379 270.32 -65.009 264.776C-77.019 236.696 -79.2252 202.589 -74.1016 172.706C-71.2357 155.951 -65.71 139.629 -57.3494 124.811C-47.3702 107.119 -34.3808 91.2397 -20.2367 76.7208C-16.0513 80.3067 -11.9174 83.9957 -7.94837 87.7671C-41.2569 121.607 -58.1225 153.684 -59.4008 185.731C-59.5039 188.235 -59.5555 190.78 -59.5555 193.366C-59.5555 224.63 -52.5968 249.144 -43.7208 267.774C-39.1951 277.275 -35.9477 287.785 -32.7829 297.832C-29.2778 309.002 -26.3088 320.347 -24.247 331.878C-22.5769 341.203 -21.3192 350.642 -20.7522 360.101C-20.1852 369.478 -20.7831 378.732 -20.7831 388.099C-23.1542 426.73 -25.9789 455.994 -29.9582 482.992C-31.02 490.287 -32.02 497.562 -33.02 504.827C-37.2364 535.534 -45.2156 592.022 -53.9783 621.225C-58.4937 636.249 -65.6069 649.479 -73.5243 662.844C-82.7303 678.332 -91.9156 693.819 -101.101 709.327ZM-49.2877 675.91C-49.3599 675.993 -49.4423 676.075 -49.5145 676.168C-51.1227 677.95 -52.9577 679.476 -54.8649 680.918C-56.6793 682.289 -58.7617 683.154 -60.7823 684.174C-62.9575 685.266 -65.1327 686.379 -67.3079 687.482C-67.9471 687.812 -68.5862 688.141 -69.2357 688.461C-74.8541 691.274 -80.2149 694.788 -85.0704 698.796C-71.3491 674.035 -53.4216 651.283 -45.1847 623.842C-36.2158 593.959 -27.9995 535.76 -23.9274 506.053C-22.9378 498.809 -21.9378 491.565 -20.8759 484.3C-16.8657 457.025 -14.0101 427.523 -11.6184 388.624C-9.54628 354.939 -14.8761 325.479 -22.6388 299.656C-18.2987 304.561 -14.3296 308.27 -11.2472 310.898C-10.2679 311.733 -9.26792 312.547 -8.24732 313.33C-7.38136 314 -6.45352 314.762 -5.6391 315.504C-2.4536 318.462 -0.969146 322.635 -0.0825671 326.787C0.865866 331.187 1.15454 335.711 1.36073 340.204C1.50505 343.408 1.57719 346.613 1.65966 349.818C1.72152 352.384 1.79372 355.073 1.8865 357.876C2.81431 385.182 2.75243 392.159 1.34008 415.209L0.649394 426.616C-0.804184 451.027 -1.29904 459.25 -5.36081 486.856L-7.35045 500.396C-8.53599 508.546 -10.4225 516.44 -12.2369 524.075C-14.6699 534.256 -17.175 544.777 -18.0513 555.998L-18.5152 562.109C-18.8038 565.911 -19.0718 569.723 -19.3811 573.526C-19.7213 577.668 -20.0821 581.821 -20.5048 585.953C-22.9378 609.591 -26.3397 633.683 -36.288 655.477C-38.0714 659.372 -46.8444 673.118 -49.2877 675.91ZM-13.1132 671.5C-16.4739 677.312 -20.3193 682.773 -25.0099 687.719C-27.4944 690.347 -30.2263 692.768 -33.1953 694.829C-34.7622 695.911 -36.3911 696.9 -38.0921 697.766C-39.3292 698.394 -40.6693 698.879 -41.9373 699.435C-42.6177 698.477 -42.0816 695.932 -42.0404 694.716C-41.9785 692.799 -41.927 690.893 -41.8652 688.976C-41.7724 685.988 -41.6796 683 -41.5868 680.022C-41.5146 677.734 -40.7209 676.188 -39.7518 674.148C-38.1745 670.861 -36.4838 667.625 -34.8447 664.38C-29.35 653.539 -24.948 642.132 -21.9687 630.344C-18.9584 618.443 -17.7213 606.119 -16.1647 593.97C-15.6183 589.683 -15.1441 585.397 -14.7317 581.1C-14.34 577.102 -14.0101 573.103 -13.7008 569.095C-13.5255 566.9 -13.3709 564.705 -13.206 562.51L-12.7421 556.41C-12.5977 554.545 -11.5977 542.839 -11.3709 541.026C-10.8452 561.439 -9.29886 591.332 -5.35049 608.313C-4.88658 610.312 -4.40206 612.239 -3.93816 614.094C-1.598 623.533 0.257644 630.983 -1.21655 640.906C-2.54642 649.768 -6.06178 658.125 -10.1442 666.039C-11.0926 667.904 -12.072 669.717 -13.1132 671.5ZM-11.3297 763.539C-11.7009 752.637 -9.01021 740.313 -6.63913 729.441C-4.48454 719.59 -2.79386 711.811 -3.61858 706.504C-4.30929 702.073 -4.75255 698.178 -5.13398 694.747C-5.44325 692.006 -5.72163 689.625 -6.07214 687.595C-6.87625 682.917 -6.16488 678.115 -3.89688 673.942C1.48444 664.029 6.19569 653.663 7.89668 642.297C9.64922 630.55 7.50489 621.915 5.0101 611.899C4.5565 610.076 4.09263 608.2 3.62872 606.242C0.0617859 590.95 -4.3711 560.511 -5.06181 542.128C-1.80414 565.324 7.79357 592.537 13.8038 604.655C17.5356 612.229 20.2675 620.112 21.6283 628.448C25.2055 650.366 23.0097 659.464 19.8861 680.939C17.5768 696.838 12.2677 714.984 8.43271 723.578C5.51524 730.122 2.19576 737.541 0.288588 749.957C-2.433 767.599 3.61837 795.76 9.26773 814.391C-0.62896 795.441 -11.0617 771.566 -11.3297 763.539ZM46.1948 698.765C44.267 703.897 41.8134 708.905 39.2362 713.738C35.927 719.941 32.1435 725.917 27.7519 731.42C26.1333 733.429 24.4427 735.377 22.6592 737.242C13.546 746.711 14.8655 769.866 16.0305 790.299C16.5459 799.295 17.2779 806.951 17.0614 812.443C16.8449 818.08 15.9789 820.676 15.9789 820.676C11.3089 805.22 2.4741 770.855 5.56682 750.761C7.37091 739.055 10.6286 732.388 13.3089 725.742C22.7726 702.31 25.8344 682.598 27.1024 671.675C29.123 654.333 29.7106 640.463 27.0612 627.16C35.8239 643.709 41.0609 662.144 48.4216 679.331C49.1535 681.042 49.8855 682.763 50.1638 684.597L50.1844 684.7C50.8854 689.79 47.8855 694.242 46.1948 698.765ZM152.656 755.955C155.955 764.744 158.708 774.523 157.223 784.003C156.749 787.053 154.615 792.061 150.997 795.678C150.254 777.511 142.244 768.897 133.574 760.313C126.626 753.42 119.43 746.289 114.028 732.718C112.111 727.916 109.028 723.619 105.719 719.694C101.853 715.108 97.5133 710.935 93.0082 706.988C88.4929 703.031 83.7713 699.311 78.9467 695.746C74.5653 692.521 70.287 689.852 65.648 687.132C61.2666 684.576 57.4729 681.021 54.6585 676.807C49.1535 668.573 46.1226 658.372 42.4526 649.253C38.8857 640.37 35.0301 631.416 30.2879 623.08C29.4941 621.689 28.6076 620.184 27.6591 618.577C17.1233 600.688 -2.48459 567.415 -2.02068 500.983L-0.0619359 487.639C4.03076 459.796 4.53591 451.522 5.9998 426.936L6.69049 415.539C8.10283 392.509 8.17498 384.935 7.25747 357.701C7.16469 354.908 7.09256 352.25 7.03071 349.694C6.81422 341.193 6.62866 333.846 5.55652 327.56C4.19572 319.626 6.54617 311.537 12.2986 305.89C17.3397 300.944 23.5046 293.999 29.556 284.859C23.0406 321.553 16.7006 373.858 19.2675 430.006C19.0201 441.29 18.0408 452.666 17.082 463.671C15.3913 483.229 13.6285 503.446 15.9377 523.828C19.4634 554.865 25.3912 584.655 41.1434 612.332C57.9987 641.926 78.4415 669.387 107.956 695.385C108.431 695.808 123.41 710.069 126.616 714.088C129.379 717.55 140.698 730.101 141.987 731.997C144.533 735.727 145.698 740.137 147.553 744.208C149.296 748.092 151.151 751.946 152.656 755.955ZM201.707 751.143C196.676 749.205 190.037 744.548 183.006 739.612C175.264 734.181 166.852 731.358 158.378 727.463C149.636 723.434 142.471 718.385 135.244 712.068C126.77 704.67 95.637 675.261 88.833 667.842C76.3178 654.209 64.2769 639.464 54.308 623.873C51.3287 619.216 48.4937 614.475 45.7618 609.674C30.3601 582.625 24.6695 553.546 21.216 523.21C19.0511 504.136 21.2881 477.231 22.8964 458.642C25.9581 484.486 30.4838 518.346 38.7414 543.633L39.4321 545.745C47.6999 571.125 60.1842 609.478 111.647 666.698C122.492 678.754 144.956 698.982 157.873 708.328C162.13 711.398 166.295 714.964 171.12 719.096C178.718 725.598 188.181 733.697 203.13 744.403C206.449 746.784 216.789 756.058 219.243 763.868C216.305 761.622 205.552 752.626 201.707 751.143ZM150.925 674.725C154.12 678.043 156.079 680.29 157.502 681.928C162.007 687.101 162.78 687.441 172.202 691.604L176.027 693.304C183.326 696.55 185.893 701.331 189.15 707.369C192.738 714.036 196.81 721.59 207.758 727.278C219.665 733.47 223.016 747.907 223.407 760.715C220.119 751.74 215.201 741.765 208.49 736.953C193.862 726.474 184.573 718.519 177.099 712.13C172.12 707.874 167.821 704.196 163.264 700.898C150.986 692.016 128.812 672.046 118.492 660.577C72.1736 609.076 58.8131 575.546 48.1844 542.932L47.4937 540.82C15.4326 442.598 29.6282 331.373 40.9475 273.823C46.9165 243.487 67.1016 199.621 105.874 167.461C126.77 150.129 144.966 135.796 166.79 126.233C166.852 126.213 166.914 126.182 166.976 126.151C167.388 125.976 167.821 125.801 168.233 125.625C175.852 122.493 184.553 119.391 194.563 116.238C214.82 109.86 233.521 106.758 251.613 103.759C265.798 101.41 279.19 99.1844 292.798 95.5366C301.468 93.2078 309.323 91.6621 316.261 90.2917C341.353 85.3456 359.477 81.77 384.146 49.8676C407.744 19.3563 433.176 -19.9446 420.28 -53.3513C410.074 -79.7821 414.022 -92.8069 419.022 -109.294C420.331 -113.611 421.723 -118.341 422.95 -123.545C423.3 -122.669 423.671 -121.762 424.032 -120.824C424.682 -119.165 426.042 -117.939 427.754 -117.486C429.434 -117.032 431.207 -117.455 432.589 -118.516C428.908 -107.995 427.156 -96.8873 433.217 -86.1193C433.29 -85.9544 433.362 -85.7999 433.434 -85.635C444.557 -49.4975 445.629 2.27169 398.826 57.9359C397.857 59.09 397.105 59.9762 396.631 60.6047C368.239 97.3193 345.539 101.802 319.261 106.985C312.251 108.366 304.993 109.798 296.798 111.993C282.386 115.857 268.046 118.227 254.098 120.535C236.541 123.451 218.387 126.45 199.181 132.509C193.181 134.405 187.14 136.672 181.233 139.268C174.161 142.38 166.924 146.08 159.656 150.243C154.615 152.705 149.852 155.632 145.368 158.991C135.44 165.483 125.513 172.768 115.822 180.816C88.596 203.393 67.4727 238.221 56.3286 278.882C33.8961 360.72 36.226 454.18 62.7202 535.307L63.4109 537.44C73.2251 567.591 89.1114 604.161 131.337 649.613C134.966 653.519 138.182 657.774 141.017 662.288C143.038 665.492 145.976 669.583 150.925 674.725ZM140.626 647.82C140.615 647.82 140.605 647.82 140.585 647.82C138.1 648.078 135.595 647.439 133.894 645.605C92.8536 601.173 77.3591 565.458 67.7511 535.977L67.05 533.844C40.8341 453.552 38.5249 361.05 60.7306 280.057C71.6273 240.303 92.2247 206.298 118.729 184.319C120.636 182.732 122.554 181.218 124.471 179.703C100.544 208.359 88.1423 249.433 78.4003 285.323C57.3286 363.018 59.5244 451.326 84.4311 527.589L85.1321 529.742C85.8744 532.02 86.6063 534.359 87.3588 536.739C96.1937 564.86 107.884 601.945 168.275 649.758C154.244 646.584 141.43 647.748 140.626 647.82ZM210.294 670.809C204.181 667.955 197.264 664.72 189.614 659.042C187.151 657.218 184.522 655.683 181.8 654.374C113.235 603.666 101.41 566.096 91.7608 535.379C91.0083 532.978 90.266 530.629 89.5238 528.331L88.8228 526.177C64.1841 450.739 62.0192 363.389 82.8641 286.539C95.0494 241.632 109.822 191.316 147.956 162.773C152.574 159.754 157.182 156.93 161.78 154.302C162.512 153.952 163.234 153.571 163.976 153.241L163.914 153.107C170.378 149.49 176.79 146.234 183.078 143.473C188.831 140.948 194.707 138.733 200.563 136.888C219.449 130.932 237.438 127.954 254.912 125.048C268.891 122.74 283.355 120.35 297.973 116.424C306.024 114.26 313.199 112.848 320.137 111.477C347.322 106.119 370.817 101.482 400.259 63.3973C400.723 62.8099 401.424 61.9649 402.342 60.883C408.249 53.8554 413.383 46.8896 417.878 40.0063C417.764 40.5009 417.63 41.0264 417.558 41.4798C411.115 77.5142 382.651 102.832 327.972 121.164C323.55 122.647 319.23 124.162 314.962 125.698L314.911 125.574C290.251 134.765 266.87 139.866 243.438 141.185C204.078 143.4 162.759 177.096 148.914 193.068C128.059 217.139 111.771 250.36 100.524 291.814C80.6683 364.986 82.7404 448.132 106.194 519.943L107.266 523.24C117.162 553.772 130.719 595.588 209.428 650.613C212.191 652.54 214.026 655.085 216.222 658.3C216.459 658.764 216.748 659.248 217.098 659.763C219.861 663.699 222.418 671.861 223.789 678.311C219.882 675.282 215.315 673.149 210.294 670.809ZM335.848 696.797C322.776 671.572 297.076 667.924 281.52 665.719L278.746 665.317C271.262 664.204 263.2 660.691 256.221 657.486C248.912 654.116 241.304 651.396 233.345 650.087C229.49 649.449 225.614 648.985 221.727 648.696C218.49 648.459 214.933 648.5 212.047 646.831C134.605 592.692 121.874 553.391 111.626 521.818L110.554 518.521C87.3692 447.534 85.328 365.346 104.946 293.02C116.008 252.235 131.976 219.622 152.378 196.076C165.264 181.207 206.15 147.883 243.675 145.781C254.17 145.193 264.654 143.813 275.241 141.711C265.51 146.121 256.18 150.737 247.16 155.601L244.191 157.208C217.109 171.81 189.109 186.916 164.636 210.441C140.018 234.12 129.544 272.741 122.606 298.296C103.987 366.933 105.925 444.927 127.925 512.277C138.265 543.911 154.821 573.268 175.811 597.185C184.078 606.603 193.552 614.919 203.985 621.874C215.418 629.499 227.882 635.496 240.716 640.36C248.056 643.142 255.458 645.811 262.932 648.191C271.324 650.86 279.437 653.55 287.849 655.693C295.787 657.713 303.643 660.021 311.354 662.834C318.045 665.276 324.807 668.069 330.663 672.17C332.972 673.788 335.178 675.653 336.869 677.92C337.467 678.713 337.704 679.702 337.652 680.691C337.333 686.688 336.642 692.655 335.848 696.797ZM437.836 44.973C424.413 91.1882 390.538 122.823 334.281 141.69C305.107 151.479 279.716 162.288 256.665 174.746L253.675 176.354C226.624 190.955 201.068 204.742 178.646 226.299C158.316 245.836 149.172 279.552 142.492 304.169C124.987 368.685 126.812 442.001 147.492 505.311C160.914 546.405 185.388 582.398 216.397 606.675C241.984 626.696 273.53 637.114 304.045 647.202C315.003 650.819 326.333 654.56 336.941 658.64C346.817 662.432 356.033 669.635 362.126 675.498C358.198 674.797 354.219 674.395 350.229 674.251C348.137 674.169 346.044 674.169 343.951 674.22C342.611 674.262 341.261 673.932 340.147 673.18C339.9 673.004 339.652 672.829 339.405 672.664C334.601 669.284 328.807 666.018 323.385 663.627C315.735 660.268 307.89 657.538 299.942 655.044C291.684 652.447 282.849 649.428 274.479 647.161C264.005 644.327 255.18 640.741 245.314 637.176C232.469 632.529 219.954 626.82 208.449 619.401C197.583 612.394 187.79 603.862 179.264 594.155C158.687 570.702 142.44 541.891 132.296 510.855C110.565 444.33 108.657 367.294 127.049 299.501C133.853 274.431 144.131 236.552 167.831 213.748C191.851 190.667 219.562 175.715 246.376 161.258L249.345 159.65C273.231 146.749 299.426 135.59 329.416 125.533C385.858 106.604 415.29 80.1522 422.053 42.2939C423.135 36.204 427.599 25.168 430.558 17.8725C431.403 15.791 432.125 13.9877 432.568 12.6276C444.145 -14.6275 446.052 -39.9969 443.248 -61.9143C451.671 -35.2362 452.073 -4.00369 437.836 44.973Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1065px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1350px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1065px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1350px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1065px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1350px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1065px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1350px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1065px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.c-black {
  color: #1b1b1b;
}

.bg-black {
  background-color: #1b1b1b;
}

.border-black {
  border: 1px solid #1b1b1b;
}

.c-gray-text {
  color: #767676;
}

.bg-gold {
  background-color: #c8a568;
}

.c-gold {
  color: #c8a568;
}

.bb-gold {
  border-bottom: 1px solid #c8a568;
}

.bb-gold-2 {
  border-bottom: 2px solid #c8a568;
}

.c-hover-gold:hover {
  color: #c8a568;
}

.c-white {
  color: #fff;
}

.c-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.c-green {
  color: #12695e;
}

.bb-green {
  border-bottom: 1px solid #12695e;
}

.bg-green {
  background-color: #12695e;
}

.c-rojo {
  color: #970639;
}

.bg-rojo {
  background-color: #970639;
}

.c-rojo-claro {
  color: #A11F3E;
}

.bg-rojo-claro {
  background-color: #A11F3E;
}

.bb-rojo {
  border-bottom: 1px solid #970639;
}

.c-blue {
  color: #152f5b;
}

.c-varsity {
  color: #c32342;
}

.bg-varsity {
  background-color: #c32342;
}

.bb-varsity {
  border-bottom: 1px solid #c32342;
}

.bg-gray {
  background-color: #f4f4f4;
}

.c-medium-gray {
  color: #a0a0a0;
}

.border-gray {
  border: 1px solid #d1d1d1;
}

.bb-gray {
  border-bottom: 1px solid #d1d1d1;
}

.bl-gray {
  border-left: 1px solid #d1d1d1;
}

.br-gray {
  border-right: 1px solid #d1d1d1;
}

@media (min-width: 1065px) {
  .bl-lg-gray {
    border-left: 1px solid #d1d1d1;
  }
}

@media (min-width: 768px) {
  .bl-md-gray {
    border-left: 1px solid #d1d1d1;
  }
}

.bt-gray {
  border-top: 1px solid #d1d1d1;
}

@media (max-width: 1064.98px) {
  .bt-down-md-gray {
    border-top: 1px solid #d1d1d1;
  }
}

@media (max-width: 767.98px) {
  .bt-down-sm-gray {
    border-top: 1px solid #d1d1d1;
  }
}

.c-lic-prim {
  color: #A11F3E;
}

.bg-lic-prim {
  background-color: #A11F3E;
}

.bg-lic-sec {
  background-color: #a11f3e;
}

.c-lic-sec {
  color: #a11f3e;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

/* 1rem = 10px */
@keyframes before-btn-animation-close {
  0% {
    transform: translateY(-8px) rotate(0deg);
  }
  55% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes after-btn-animation-close {
  0% {
    transform: translateY(7px) rotate(0deg);
  }
  55% {
    transform: translateY(-1px) rotate(0deg);
  }
  100% {
    transform: translateY(-1px) rotate(135deg);
  }
}
@keyframes before-btn-animation-open {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  55% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes after-btn-animation-open {
  0% {
    transform: translateY(-1px) rotate(135deg);
  }
  55% {
    transform: translateY(-1px) rotate(0deg);
  }
  100% {
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.display {
  font-family: "Panamericana";
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  .display {
    font-size: 3.5rem;
    line-height: 100%;
  }
}

h1,
.h1 {
  font-family: "Panamericana";
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 110%;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  h1,
  .h1 {
    font-size: 3.5rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
h1-uppercase,
.h1-uppercase {
  text-transform: uppercase;
}

h2,
.h2,
.search-wrapper .search-input {
  font-family: "Panamericana";
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 115%;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  h2,
  .h2,
  .search-wrapper .search-input {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2,
  .search-wrapper .search-input {
    font-size: 2rem;
  }
}

.body-text {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0;
}

.body-text-componentes {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
}

.body-text-interlineado {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0;
  line-height: 140%;
}

.body-text-mini {
  font-family: "GT America";
  font-weight: normal;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.body-text-seravek {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
}

.body-text-seravek-componentes {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 80%;
}

.body-text-seravek-interlineado {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  line-height: 140%;
}

.button-text {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 80%;
}

.breadcrumbs-text, .pagination-number,
.blog-content small {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.link {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}

.footnote {
  font-family: "Seravek";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.list-numbers-type {
  font-family: "Seravek";
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 210%;
  letter-spacing: 0.07em;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-styled li {
  position: relative;
  padding-left: 2rem;
}
.list-styled li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-styled li {
    padding-left: 1.4rem;
  }
  .list-styled li::before {
    content: "";
    width: 8px;
    height: 8px;
  }
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.m-300 {
  margin: 300px;
}

.mt-300,
.my-300 {
  margin-top: 300px;
}

.mr-300,
.mx-300 {
  margin-right: 300px;
}

.mb-300,
.my-300 {
  margin-bottom: 300px;
}

.ml-300,
.mx-300 {
  margin-left: 300px;
}

.m-295 {
  margin: 295px;
}

.mt-295,
.my-295 {
  margin-top: 295px;
}

.mr-295,
.mx-295 {
  margin-right: 295px;
}

.mb-295,
.my-295 {
  margin-bottom: 295px;
}

.ml-295,
.mx-295 {
  margin-left: 295px;
}

.m-290 {
  margin: 290px;
}

.mt-290,
.my-290 {
  margin-top: 290px;
}

.mr-290,
.mx-290 {
  margin-right: 290px;
}

.mb-290,
.my-290 {
  margin-bottom: 290px;
}

.ml-290,
.mx-290 {
  margin-left: 290px;
}

.m-285 {
  margin: 285px;
}

.mt-285,
.my-285 {
  margin-top: 285px;
}

.mr-285,
.mx-285 {
  margin-right: 285px;
}

.mb-285,
.my-285 {
  margin-bottom: 285px;
}

.ml-285,
.mx-285 {
  margin-left: 285px;
}

.m-280 {
  margin: 280px;
}

.mt-280,
.my-280 {
  margin-top: 280px;
}

.mr-280,
.mx-280 {
  margin-right: 280px;
}

.mb-280,
.my-280 {
  margin-bottom: 280px;
}

.ml-280,
.mx-280 {
  margin-left: 280px;
}

.m-275 {
  margin: 275px;
}

.mt-275,
.my-275 {
  margin-top: 275px;
}

.mr-275,
.mx-275 {
  margin-right: 275px;
}

.mb-275,
.my-275 {
  margin-bottom: 275px;
}

.ml-275,
.mx-275 {
  margin-left: 275px;
}

.m-270 {
  margin: 270px;
}

.mt-270,
.my-270 {
  margin-top: 270px;
}

.mr-270,
.mx-270 {
  margin-right: 270px;
}

.mb-270,
.my-270 {
  margin-bottom: 270px;
}

.ml-270,
.mx-270 {
  margin-left: 270px;
}

.m-265 {
  margin: 265px;
}

.mt-265,
.my-265 {
  margin-top: 265px;
}

.mr-265,
.mx-265 {
  margin-right: 265px;
}

.mb-265,
.my-265 {
  margin-bottom: 265px;
}

.ml-265,
.mx-265 {
  margin-left: 265px;
}

.m-260 {
  margin: 260px;
}

.mt-260,
.my-260 {
  margin-top: 260px;
}

.mr-260,
.mx-260 {
  margin-right: 260px;
}

.mb-260,
.my-260 {
  margin-bottom: 260px;
}

.ml-260,
.mx-260 {
  margin-left: 260px;
}

.m-255 {
  margin: 255px;
}

.mt-255,
.my-255 {
  margin-top: 255px;
}

.mr-255,
.mx-255 {
  margin-right: 255px;
}

.mb-255,
.my-255 {
  margin-bottom: 255px;
}

.ml-255,
.mx-255 {
  margin-left: 255px;
}

.m-250 {
  margin: 250px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

.mr-250,
.mx-250 {
  margin-right: 250px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

.ml-250,
.mx-250 {
  margin-left: 250px;
}

.m-245 {
  margin: 245px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mr-245,
.mx-245 {
  margin-right: 245px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.ml-245,
.mx-245 {
  margin-left: 245px;
}

.m-240 {
  margin: 240px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mr-240,
.mx-240 {
  margin-right: 240px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.ml-240,
.mx-240 {
  margin-left: 240px;
}

.m-235 {
  margin: 235px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mr-235,
.mx-235 {
  margin-right: 235px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.ml-235,
.mx-235 {
  margin-left: 235px;
}

.m-230 {
  margin: 230px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mr-230,
.mx-230 {
  margin-right: 230px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.ml-230,
.mx-230 {
  margin-left: 230px;
}

.m-225 {
  margin: 225px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mr-225,
.mx-225 {
  margin-right: 225px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.ml-225,
.mx-225 {
  margin-left: 225px;
}

.m-220 {
  margin: 220px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mr-220,
.mx-220 {
  margin-right: 220px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.ml-220,
.mx-220 {
  margin-left: 220px;
}

.m-215 {
  margin: 215px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mr-215,
.mx-215 {
  margin-right: 215px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.ml-215,
.mx-215 {
  margin-left: 215px;
}

.m-210 {
  margin: 210px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mr-210,
.mx-210 {
  margin-right: 210px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.ml-210,
.mx-210 {
  margin-left: 210px;
}

.m-205 {
  margin: 205px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mr-205,
.mx-205 {
  margin-right: 205px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.ml-205,
.mx-205 {
  margin-left: 205px;
}

.m-200 {
  margin: 200px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mr-200,
.mx-200 {
  margin-right: 200px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.ml-200,
.mx-200 {
  margin-left: 200px;
}

.m-195 {
  margin: 195px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mr-195,
.mx-195 {
  margin-right: 195px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.ml-195,
.mx-195 {
  margin-left: 195px;
}

.m-190 {
  margin: 190px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mr-190,
.mx-190 {
  margin-right: 190px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.ml-190,
.mx-190 {
  margin-left: 190px;
}

.m-185 {
  margin: 185px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mr-185,
.mx-185 {
  margin-right: 185px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.ml-185,
.mx-185 {
  margin-left: 185px;
}

.m-180 {
  margin: 180px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mr-180,
.mx-180 {
  margin-right: 180px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.ml-180,
.mx-180 {
  margin-left: 180px;
}

.m-175 {
  margin: 175px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mr-175,
.mx-175 {
  margin-right: 175px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.ml-175,
.mx-175 {
  margin-left: 175px;
}

.m-170 {
  margin: 170px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mr-170,
.mx-170 {
  margin-right: 170px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.ml-170,
.mx-170 {
  margin-left: 170px;
}

.m-165 {
  margin: 165px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mr-165,
.mx-165 {
  margin-right: 165px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.ml-165,
.mx-165 {
  margin-left: 165px;
}

.m-160 {
  margin: 160px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mr-160,
.mx-160 {
  margin-right: 160px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.ml-160,
.mx-160 {
  margin-left: 160px;
}

.m-155 {
  margin: 155px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mr-155,
.mx-155 {
  margin-right: 155px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.ml-155,
.mx-155 {
  margin-left: 155px;
}

.m-150 {
  margin: 150px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mr-150,
.mx-150 {
  margin-right: 150px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.ml-150,
.mx-150 {
  margin-left: 150px;
}

.m-145 {
  margin: 145px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mr-145,
.mx-145 {
  margin-right: 145px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.ml-145,
.mx-145 {
  margin-left: 145px;
}

.m-140 {
  margin: 140px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mr-140,
.mx-140 {
  margin-right: 140px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.ml-140,
.mx-140 {
  margin-left: 140px;
}

.m-135 {
  margin: 135px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mr-135,
.mx-135 {
  margin-right: 135px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.ml-135,
.mx-135 {
  margin-left: 135px;
}

.m-130 {
  margin: 130px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mr-130,
.mx-130 {
  margin-right: 130px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.ml-130,
.mx-130 {
  margin-left: 130px;
}

.m-125 {
  margin: 125px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mr-125,
.mx-125 {
  margin-right: 125px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.ml-125,
.mx-125 {
  margin-left: 125px;
}

.m-120 {
  margin: 120px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mr-120,
.mx-120 {
  margin-right: 120px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.ml-120,
.mx-120 {
  margin-left: 120px;
}

.m-115 {
  margin: 115px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mr-115,
.mx-115 {
  margin-right: 115px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.ml-115,
.mx-115 {
  margin-left: 115px;
}

.m-110 {
  margin: 110px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mr-110,
.mx-110 {
  margin-right: 110px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.ml-110,
.mx-110 {
  margin-left: 110px;
}

.m-105 {
  margin: 105px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mr-105,
.mx-105 {
  margin-right: 105px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.ml-105,
.mx-105 {
  margin-left: 105px;
}

.m-100 {
  margin: 100px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mr-100,
.mx-100 {
  margin-right: 100px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.ml-100,
.mx-100 {
  margin-left: 100px;
}

.m-95 {
  margin: 95px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mr-95,
.mx-95 {
  margin-right: 95px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.ml-95,
.mx-95 {
  margin-left: 95px;
}

.m-90 {
  margin: 90px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mr-90,
.mx-90 {
  margin-right: 90px;
}

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.ml-90,
.mx-90 {
  margin-left: 90px;
}

.m-85 {
  margin: 85px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mr-85,
.mx-85 {
  margin-right: 85px;
}

.mb-85,
.my-85 {
  margin-bottom: 85px;
}

.ml-85,
.mx-85 {
  margin-left: 85px;
}

.m-80 {
  margin: 80px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mr-80,
.mx-80 {
  margin-right: 80px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

.ml-80,
.mx-80 {
  margin-left: 80px;
}

.m-75 {
  margin: 75px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mr-75,
.mx-75 {
  margin-right: 75px;
}

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.ml-75,
.mx-75 {
  margin-left: 75px;
}

.m-70 {
  margin: 70px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mr-70,
.mx-70 {
  margin-right: 70px;
}

.mb-70,
.my-70 {
  margin-bottom: 70px;
}

.ml-70,
.mx-70 {
  margin-left: 70px;
}

.m-65 {
  margin: 65px;
}

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mr-65,
.mx-65 {
  margin-right: 65px;
}

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

.ml-65,
.mx-65 {
  margin-left: 65px;
}

.m-60 {
  margin: 60px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}

.mr-60,
.mx-60 {
  margin-right: 60px;
}

.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.ml-60,
.mx-60 {
  margin-left: 60px;
}

.m-55 {
  margin: 55px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

.mr-55,
.mx-55 {
  margin-right: 55px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.ml-55,
.mx-55 {
  margin-left: 55px;
}

.m-50 {
  margin: 50px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mr-50,
.mx-50 {
  margin-right: 50px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.ml-50,
.mx-50 {
  margin-left: 50px;
}

.m-45 {
  margin: 45px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mr-45,
.mx-45 {
  margin-right: 45px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.ml-45,
.mx-45 {
  margin-left: 45px;
}

.m-40 {
  margin: 40px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mr-40,
.mx-40 {
  margin-right: 40px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.ml-40,
.mx-40 {
  margin-left: 40px;
}

.m-35 {
  margin: 35px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mr-35,
.mx-35 {
  margin-right: 35px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.ml-35,
.mx-35 {
  margin-left: 35px;
}

.m-30 {
  margin: 30px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mr-30,
.mx-30 {
  margin-right: 30px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.ml-30,
.mx-30 {
  margin-left: 30px;
}

.m-25 {
  margin: 25px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mr-25,
.mx-25 {
  margin-right: 25px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.ml-25,
.mx-25 {
  margin-left: 25px;
}

.m-20 {
  margin: 20px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mr-20,
.mx-20 {
  margin-right: 20px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.ml-20,
.mx-20 {
  margin-left: 20px;
}

.m-15 {
  margin: 15px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.m-10 {
  margin: 10px;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mr-10,
.mx-10 {
  margin-right: 10px;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.ml-10,
.mx-10 {
  margin-left: 10px;
}

.m-5 {
  margin: 5px;
}

.mt-5,
.my-5 {
  margin-top: 5px;
}

.mr-5,
.mx-5 {
  margin-right: 5px;
}

.mb-5,
.my-5 {
  margin-bottom: 5px;
}

.ml-5,
.mx-5 {
  margin-left: 5px;
}

.p-300 {
  padding: 300px;
}

.pt-300,
.py-300 {
  padding-top: 300px;
}

.pr-300,
.px-300 {
  padding-right: 300px;
}

.pb-300,
.py-300 {
  padding-bottom: 300px;
}

.pl-300,
.px-300 {
  padding-left: 300px;
}

.p-295 {
  padding: 295px;
}

.pt-295,
.py-295 {
  padding-top: 295px;
}

.pr-295,
.px-295 {
  padding-right: 295px;
}

.pb-295,
.py-295 {
  padding-bottom: 295px;
}

.pl-295,
.px-295 {
  padding-left: 295px;
}

.p-290 {
  padding: 290px;
}

.pt-290,
.py-290 {
  padding-top: 290px;
}

.pr-290,
.px-290 {
  padding-right: 290px;
}

.pb-290,
.py-290 {
  padding-bottom: 290px;
}

.pl-290,
.px-290 {
  padding-left: 290px;
}

.p-285 {
  padding: 285px;
}

.pt-285,
.py-285 {
  padding-top: 285px;
}

.pr-285,
.px-285 {
  padding-right: 285px;
}

.pb-285,
.py-285 {
  padding-bottom: 285px;
}

.pl-285,
.px-285 {
  padding-left: 285px;
}

.p-280 {
  padding: 280px;
}

.pt-280,
.py-280 {
  padding-top: 280px;
}

.pr-280,
.px-280 {
  padding-right: 280px;
}

.pb-280,
.py-280 {
  padding-bottom: 280px;
}

.pl-280,
.px-280 {
  padding-left: 280px;
}

.p-275 {
  padding: 275px;
}

.pt-275,
.py-275 {
  padding-top: 275px;
}

.pr-275,
.px-275 {
  padding-right: 275px;
}

.pb-275,
.py-275 {
  padding-bottom: 275px;
}

.pl-275,
.px-275 {
  padding-left: 275px;
}

.p-270 {
  padding: 270px;
}

.pt-270,
.py-270 {
  padding-top: 270px;
}

.pr-270,
.px-270 {
  padding-right: 270px;
}

.pb-270,
.py-270 {
  padding-bottom: 270px;
}

.pl-270,
.px-270 {
  padding-left: 270px;
}

.p-265 {
  padding: 265px;
}

.pt-265,
.py-265 {
  padding-top: 265px;
}

.pr-265,
.px-265 {
  padding-right: 265px;
}

.pb-265,
.py-265 {
  padding-bottom: 265px;
}

.pl-265,
.px-265 {
  padding-left: 265px;
}

.p-260 {
  padding: 260px;
}

.pt-260,
.py-260 {
  padding-top: 260px;
}

.pr-260,
.px-260 {
  padding-right: 260px;
}

.pb-260,
.py-260 {
  padding-bottom: 260px;
}

.pl-260,
.px-260 {
  padding-left: 260px;
}

.p-255 {
  padding: 255px;
}

.pt-255,
.py-255 {
  padding-top: 255px;
}

.pr-255,
.px-255 {
  padding-right: 255px;
}

.pb-255,
.py-255 {
  padding-bottom: 255px;
}

.pl-255,
.px-255 {
  padding-left: 255px;
}

.p-250 {
  padding: 250px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

.pr-250,
.px-250 {
  padding-right: 250px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

.pl-250,
.px-250 {
  padding-left: 250px;
}

.p-245 {
  padding: 245px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pr-245,
.px-245 {
  padding-right: 245px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pl-245,
.px-245 {
  padding-left: 245px;
}

.p-240 {
  padding: 240px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pr-240,
.px-240 {
  padding-right: 240px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pl-240,
.px-240 {
  padding-left: 240px;
}

.p-235 {
  padding: 235px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pr-235,
.px-235 {
  padding-right: 235px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pl-235,
.px-235 {
  padding-left: 235px;
}

.p-230 {
  padding: 230px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pr-230,
.px-230 {
  padding-right: 230px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pl-230,
.px-230 {
  padding-left: 230px;
}

.p-225 {
  padding: 225px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pr-225,
.px-225 {
  padding-right: 225px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pl-225,
.px-225 {
  padding-left: 225px;
}

.p-220 {
  padding: 220px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pr-220,
.px-220 {
  padding-right: 220px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pl-220,
.px-220 {
  padding-left: 220px;
}

.p-215 {
  padding: 215px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pr-215,
.px-215 {
  padding-right: 215px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pl-215,
.px-215 {
  padding-left: 215px;
}

.p-210 {
  padding: 210px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pr-210,
.px-210 {
  padding-right: 210px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pl-210,
.px-210 {
  padding-left: 210px;
}

.p-205 {
  padding: 205px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pr-205,
.px-205 {
  padding-right: 205px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pl-205,
.px-205 {
  padding-left: 205px;
}

.p-200 {
  padding: 200px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pr-200,
.px-200 {
  padding-right: 200px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pl-200,
.px-200 {
  padding-left: 200px;
}

.p-195 {
  padding: 195px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pr-195,
.px-195 {
  padding-right: 195px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pl-195,
.px-195 {
  padding-left: 195px;
}

.p-190 {
  padding: 190px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pr-190,
.px-190 {
  padding-right: 190px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pl-190,
.px-190 {
  padding-left: 190px;
}

.p-185 {
  padding: 185px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pr-185,
.px-185 {
  padding-right: 185px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pl-185,
.px-185 {
  padding-left: 185px;
}

.p-180 {
  padding: 180px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pr-180,
.px-180 {
  padding-right: 180px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pl-180,
.px-180 {
  padding-left: 180px;
}

.p-175 {
  padding: 175px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pr-175,
.px-175 {
  padding-right: 175px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pl-175,
.px-175 {
  padding-left: 175px;
}

.p-170 {
  padding: 170px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pr-170,
.px-170 {
  padding-right: 170px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pl-170,
.px-170 {
  padding-left: 170px;
}

.p-165 {
  padding: 165px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pr-165,
.px-165 {
  padding-right: 165px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pl-165,
.px-165 {
  padding-left: 165px;
}

.p-160 {
  padding: 160px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pr-160,
.px-160 {
  padding-right: 160px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pl-160,
.px-160 {
  padding-left: 160px;
}

.p-155 {
  padding: 155px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pr-155,
.px-155 {
  padding-right: 155px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pl-155,
.px-155 {
  padding-left: 155px;
}

.p-150 {
  padding: 150px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pr-150,
.px-150 {
  padding-right: 150px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pl-150,
.px-150 {
  padding-left: 150px;
}

.p-145 {
  padding: 145px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pr-145,
.px-145 {
  padding-right: 145px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pl-145,
.px-145 {
  padding-left: 145px;
}

.p-140 {
  padding: 140px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pr-140,
.px-140 {
  padding-right: 140px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pl-140,
.px-140 {
  padding-left: 140px;
}

.p-135 {
  padding: 135px;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pr-135,
.px-135 {
  padding-right: 135px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pl-135,
.px-135 {
  padding-left: 135px;
}

.p-130 {
  padding: 130px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pr-130,
.px-130 {
  padding-right: 130px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pl-130,
.px-130 {
  padding-left: 130px;
}

.p-125 {
  padding: 125px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pr-125,
.px-125 {
  padding-right: 125px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pl-125,
.px-125 {
  padding-left: 125px;
}

.p-120 {
  padding: 120px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pr-120,
.px-120 {
  padding-right: 120px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pl-120,
.px-120 {
  padding-left: 120px;
}

.p-115 {
  padding: 115px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pr-115,
.px-115 {
  padding-right: 115px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pl-115,
.px-115 {
  padding-left: 115px;
}

.p-110 {
  padding: 110px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pr-110,
.px-110 {
  padding-right: 110px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pl-110,
.px-110 {
  padding-left: 110px;
}

.p-105 {
  padding: 105px;
}

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pr-105,
.px-105 {
  padding-right: 105px;
}

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pl-105,
.px-105 {
  padding-left: 105px;
}

.p-100 {
  padding: 100px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pr-100,
.px-100 {
  padding-right: 100px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pl-100,
.px-100 {
  padding-left: 100px;
}

.p-95 {
  padding: 95px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

.pr-95,
.px-95 {
  padding-right: 95px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pl-95,
.px-95 {
  padding-left: 95px;
}

.p-90 {
  padding: 90px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pr-90,
.px-90 {
  padding-right: 90px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pl-90,
.px-90 {
  padding-left: 90px;
}

.p-85 {
  padding: 85px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pr-85,
.px-85 {
  padding-right: 85px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pl-85,
.px-85 {
  padding-left: 85px;
}

.p-80 {
  padding: 80px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pr-80,
.px-80 {
  padding-right: 80px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pl-80,
.px-80 {
  padding-left: 80px;
}

.p-75 {
  padding: 75px;
}

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pr-75,
.px-75 {
  padding-right: 75px;
}

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pl-75,
.px-75 {
  padding-left: 75px;
}

.p-70 {
  padding: 70px;
}

.pt-70,
.py-70 {
  padding-top: 70px;
}

.pr-70,
.px-70 {
  padding-right: 70px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pl-70,
.px-70 {
  padding-left: 70px;
}

.p-65 {
  padding: 65px;
}

.pt-65,
.py-65 {
  padding-top: 65px;
}

.pr-65,
.px-65 {
  padding-right: 65px;
}

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

.pl-65,
.px-65 {
  padding-left: 65px;
}

.p-60 {
  padding: 60px;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pr-60,
.px-60 {
  padding-right: 60px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pl-60,
.px-60 {
  padding-left: 60px;
}

.p-55 {
  padding: 55px;
}

.pt-55,
.py-55 {
  padding-top: 55px;
}

.pr-55,
.px-55 {
  padding-right: 55px;
}

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

.pl-55,
.px-55 {
  padding-left: 55px;
}

.p-50 {
  padding: 50px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pr-50,
.px-50 {
  padding-right: 50px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pl-50,
.px-50 {
  padding-left: 50px;
}

.p-45 {
  padding: 45px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pr-45,
.px-45 {
  padding-right: 45px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pl-45,
.px-45 {
  padding-left: 45px;
}

.p-40 {
  padding: 40px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pr-40,
.px-40 {
  padding-right: 40px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pl-40,
.px-40 {
  padding-left: 40px;
}

.p-35 {
  padding: 35px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pr-35,
.px-35 {
  padding-right: 35px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pl-35,
.px-35 {
  padding-left: 35px;
}

.p-30 {
  padding: 30px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pr-30,
.px-30 {
  padding-right: 30px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pl-30,
.px-30 {
  padding-left: 30px;
}

.p-25 {
  padding: 25px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pr-25,
.px-25 {
  padding-right: 25px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pl-25,
.px-25 {
  padding-left: 25px;
}

.p-20 {
  padding: 20px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pr-20,
.px-20 {
  padding-right: 20px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pl-20,
.px-20 {
  padding-left: 20px;
}

.p-15 {
  padding: 15px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.p-10 {
  padding: 10px;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pr-10,
.px-10 {
  padding-right: 10px;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pl-10,
.px-10 {
  padding-left: 10px;
}

.p-5 {
  padding: 5px;
}

.pt-5,
.py-5 {
  padding-top: 5px;
}

.pr-5,
.px-5 {
  padding-right: 5px;
}

.pb-5,
.py-5 {
  padding-bottom: 5px;
}

.pl-5,
.px-5 {
  padding-left: 5px;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-300 {
    margin: 300px;
  }
  .mt-sm-300,
  .my-sm-300 {
    margin-top: 300px;
  }
  .mr-sm-300,
  .mx-sm-300 {
    margin-right: 300px;
  }
  .mb-sm-300,
  .my-sm-300 {
    margin-bottom: 300px;
  }
  .ml-sm-300,
  .mx-sm-300 {
    margin-left: 300px;
  }
  .m-sm-295 {
    margin: 295px;
  }
  .mt-sm-295,
  .my-sm-295 {
    margin-top: 295px;
  }
  .mr-sm-295,
  .mx-sm-295 {
    margin-right: 295px;
  }
  .mb-sm-295,
  .my-sm-295 {
    margin-bottom: 295px;
  }
  .ml-sm-295,
  .mx-sm-295 {
    margin-left: 295px;
  }
  .m-sm-290 {
    margin: 290px;
  }
  .mt-sm-290,
  .my-sm-290 {
    margin-top: 290px;
  }
  .mr-sm-290,
  .mx-sm-290 {
    margin-right: 290px;
  }
  .mb-sm-290,
  .my-sm-290 {
    margin-bottom: 290px;
  }
  .ml-sm-290,
  .mx-sm-290 {
    margin-left: 290px;
  }
  .m-sm-285 {
    margin: 285px;
  }
  .mt-sm-285,
  .my-sm-285 {
    margin-top: 285px;
  }
  .mr-sm-285,
  .mx-sm-285 {
    margin-right: 285px;
  }
  .mb-sm-285,
  .my-sm-285 {
    margin-bottom: 285px;
  }
  .ml-sm-285,
  .mx-sm-285 {
    margin-left: 285px;
  }
  .m-sm-280 {
    margin: 280px;
  }
  .mt-sm-280,
  .my-sm-280 {
    margin-top: 280px;
  }
  .mr-sm-280,
  .mx-sm-280 {
    margin-right: 280px;
  }
  .mb-sm-280,
  .my-sm-280 {
    margin-bottom: 280px;
  }
  .ml-sm-280,
  .mx-sm-280 {
    margin-left: 280px;
  }
  .m-sm-275 {
    margin: 275px;
  }
  .mt-sm-275,
  .my-sm-275 {
    margin-top: 275px;
  }
  .mr-sm-275,
  .mx-sm-275 {
    margin-right: 275px;
  }
  .mb-sm-275,
  .my-sm-275 {
    margin-bottom: 275px;
  }
  .ml-sm-275,
  .mx-sm-275 {
    margin-left: 275px;
  }
  .m-sm-270 {
    margin: 270px;
  }
  .mt-sm-270,
  .my-sm-270 {
    margin-top: 270px;
  }
  .mr-sm-270,
  .mx-sm-270 {
    margin-right: 270px;
  }
  .mb-sm-270,
  .my-sm-270 {
    margin-bottom: 270px;
  }
  .ml-sm-270,
  .mx-sm-270 {
    margin-left: 270px;
  }
  .m-sm-265 {
    margin: 265px;
  }
  .mt-sm-265,
  .my-sm-265 {
    margin-top: 265px;
  }
  .mr-sm-265,
  .mx-sm-265 {
    margin-right: 265px;
  }
  .mb-sm-265,
  .my-sm-265 {
    margin-bottom: 265px;
  }
  .ml-sm-265,
  .mx-sm-265 {
    margin-left: 265px;
  }
  .m-sm-260 {
    margin: 260px;
  }
  .mt-sm-260,
  .my-sm-260 {
    margin-top: 260px;
  }
  .mr-sm-260,
  .mx-sm-260 {
    margin-right: 260px;
  }
  .mb-sm-260,
  .my-sm-260 {
    margin-bottom: 260px;
  }
  .ml-sm-260,
  .mx-sm-260 {
    margin-left: 260px;
  }
  .m-sm-255 {
    margin: 255px;
  }
  .mt-sm-255,
  .my-sm-255 {
    margin-top: 255px;
  }
  .mr-sm-255,
  .mx-sm-255 {
    margin-right: 255px;
  }
  .mb-sm-255,
  .my-sm-255 {
    margin-bottom: 255px;
  }
  .ml-sm-255,
  .mx-sm-255 {
    margin-left: 255px;
  }
  .m-sm-250 {
    margin: 250px;
  }
  .mt-sm-250,
  .my-sm-250 {
    margin-top: 250px;
  }
  .mr-sm-250,
  .mx-sm-250 {
    margin-right: 250px;
  }
  .mb-sm-250,
  .my-sm-250 {
    margin-bottom: 250px;
  }
  .ml-sm-250,
  .mx-sm-250 {
    margin-left: 250px;
  }
  .m-sm-245 {
    margin: 245px;
  }
  .mt-sm-245,
  .my-sm-245 {
    margin-top: 245px;
  }
  .mr-sm-245,
  .mx-sm-245 {
    margin-right: 245px;
  }
  .mb-sm-245,
  .my-sm-245 {
    margin-bottom: 245px;
  }
  .ml-sm-245,
  .mx-sm-245 {
    margin-left: 245px;
  }
  .m-sm-240 {
    margin: 240px;
  }
  .mt-sm-240,
  .my-sm-240 {
    margin-top: 240px;
  }
  .mr-sm-240,
  .mx-sm-240 {
    margin-right: 240px;
  }
  .mb-sm-240,
  .my-sm-240 {
    margin-bottom: 240px;
  }
  .ml-sm-240,
  .mx-sm-240 {
    margin-left: 240px;
  }
  .m-sm-235 {
    margin: 235px;
  }
  .mt-sm-235,
  .my-sm-235 {
    margin-top: 235px;
  }
  .mr-sm-235,
  .mx-sm-235 {
    margin-right: 235px;
  }
  .mb-sm-235,
  .my-sm-235 {
    margin-bottom: 235px;
  }
  .ml-sm-235,
  .mx-sm-235 {
    margin-left: 235px;
  }
  .m-sm-230 {
    margin: 230px;
  }
  .mt-sm-230,
  .my-sm-230 {
    margin-top: 230px;
  }
  .mr-sm-230,
  .mx-sm-230 {
    margin-right: 230px;
  }
  .mb-sm-230,
  .my-sm-230 {
    margin-bottom: 230px;
  }
  .ml-sm-230,
  .mx-sm-230 {
    margin-left: 230px;
  }
  .m-sm-225 {
    margin: 225px;
  }
  .mt-sm-225,
  .my-sm-225 {
    margin-top: 225px;
  }
  .mr-sm-225,
  .mx-sm-225 {
    margin-right: 225px;
  }
  .mb-sm-225,
  .my-sm-225 {
    margin-bottom: 225px;
  }
  .ml-sm-225,
  .mx-sm-225 {
    margin-left: 225px;
  }
  .m-sm-220 {
    margin: 220px;
  }
  .mt-sm-220,
  .my-sm-220 {
    margin-top: 220px;
  }
  .mr-sm-220,
  .mx-sm-220 {
    margin-right: 220px;
  }
  .mb-sm-220,
  .my-sm-220 {
    margin-bottom: 220px;
  }
  .ml-sm-220,
  .mx-sm-220 {
    margin-left: 220px;
  }
  .m-sm-215 {
    margin: 215px;
  }
  .mt-sm-215,
  .my-sm-215 {
    margin-top: 215px;
  }
  .mr-sm-215,
  .mx-sm-215 {
    margin-right: 215px;
  }
  .mb-sm-215,
  .my-sm-215 {
    margin-bottom: 215px;
  }
  .ml-sm-215,
  .mx-sm-215 {
    margin-left: 215px;
  }
  .m-sm-210 {
    margin: 210px;
  }
  .mt-sm-210,
  .my-sm-210 {
    margin-top: 210px;
  }
  .mr-sm-210,
  .mx-sm-210 {
    margin-right: 210px;
  }
  .mb-sm-210,
  .my-sm-210 {
    margin-bottom: 210px;
  }
  .ml-sm-210,
  .mx-sm-210 {
    margin-left: 210px;
  }
  .m-sm-205 {
    margin: 205px;
  }
  .mt-sm-205,
  .my-sm-205 {
    margin-top: 205px;
  }
  .mr-sm-205,
  .mx-sm-205 {
    margin-right: 205px;
  }
  .mb-sm-205,
  .my-sm-205 {
    margin-bottom: 205px;
  }
  .ml-sm-205,
  .mx-sm-205 {
    margin-left: 205px;
  }
  .m-sm-200 {
    margin: 200px;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px;
  }
  .m-sm-195 {
    margin: 195px;
  }
  .mt-sm-195,
  .my-sm-195 {
    margin-top: 195px;
  }
  .mr-sm-195,
  .mx-sm-195 {
    margin-right: 195px;
  }
  .mb-sm-195,
  .my-sm-195 {
    margin-bottom: 195px;
  }
  .ml-sm-195,
  .mx-sm-195 {
    margin-left: 195px;
  }
  .m-sm-190 {
    margin: 190px;
  }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 190px;
  }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 190px;
  }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 190px;
  }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 190px;
  }
  .m-sm-185 {
    margin: 185px;
  }
  .mt-sm-185,
  .my-sm-185 {
    margin-top: 185px;
  }
  .mr-sm-185,
  .mx-sm-185 {
    margin-right: 185px;
  }
  .mb-sm-185,
  .my-sm-185 {
    margin-bottom: 185px;
  }
  .ml-sm-185,
  .mx-sm-185 {
    margin-left: 185px;
  }
  .m-sm-180 {
    margin: 180px;
  }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 180px;
  }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 180px;
  }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 180px;
  }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 180px;
  }
  .m-sm-175 {
    margin: 175px;
  }
  .mt-sm-175,
  .my-sm-175 {
    margin-top: 175px;
  }
  .mr-sm-175,
  .mx-sm-175 {
    margin-right: 175px;
  }
  .mb-sm-175,
  .my-sm-175 {
    margin-bottom: 175px;
  }
  .ml-sm-175,
  .mx-sm-175 {
    margin-left: 175px;
  }
  .m-sm-170 {
    margin: 170px;
  }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 170px;
  }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 170px;
  }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 170px;
  }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 170px;
  }
  .m-sm-165 {
    margin: 165px;
  }
  .mt-sm-165,
  .my-sm-165 {
    margin-top: 165px;
  }
  .mr-sm-165,
  .mx-sm-165 {
    margin-right: 165px;
  }
  .mb-sm-165,
  .my-sm-165 {
    margin-bottom: 165px;
  }
  .ml-sm-165,
  .mx-sm-165 {
    margin-left: 165px;
  }
  .m-sm-160 {
    margin: 160px;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 160px;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 160px;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 160px;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 160px;
  }
  .m-sm-155 {
    margin: 155px;
  }
  .mt-sm-155,
  .my-sm-155 {
    margin-top: 155px;
  }
  .mr-sm-155,
  .mx-sm-155 {
    margin-right: 155px;
  }
  .mb-sm-155,
  .my-sm-155 {
    margin-bottom: 155px;
  }
  .ml-sm-155,
  .mx-sm-155 {
    margin-left: 155px;
  }
  .m-sm-150 {
    margin: 150px;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 150px;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 150px;
  }
  .m-sm-145 {
    margin: 145px;
  }
  .mt-sm-145,
  .my-sm-145 {
    margin-top: 145px;
  }
  .mr-sm-145,
  .mx-sm-145 {
    margin-right: 145px;
  }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 145px;
  }
  .ml-sm-145,
  .mx-sm-145 {
    margin-left: 145px;
  }
  .m-sm-140 {
    margin: 140px;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px;
  }
  .m-sm-135 {
    margin: 135px;
  }
  .mt-sm-135,
  .my-sm-135 {
    margin-top: 135px;
  }
  .mr-sm-135,
  .mx-sm-135 {
    margin-right: 135px;
  }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 135px;
  }
  .ml-sm-135,
  .mx-sm-135 {
    margin-left: 135px;
  }
  .m-sm-130 {
    margin: 130px;
  }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 130px;
  }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 130px;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 130px;
  }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 130px;
  }
  .m-sm-125 {
    margin: 125px;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 125px;
  }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 125px;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 125px;
  }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 125px;
  }
  .m-sm-120 {
    margin: 120px;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px;
  }
  .m-sm-115 {
    margin: 115px;
  }
  .mt-sm-115,
  .my-sm-115 {
    margin-top: 115px;
  }
  .mr-sm-115,
  .mx-sm-115 {
    margin-right: 115px;
  }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 115px;
  }
  .ml-sm-115,
  .mx-sm-115 {
    margin-left: 115px;
  }
  .m-sm-110 {
    margin: 110px;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 110px;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 110px;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110px;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 110px;
  }
  .m-sm-105 {
    margin: 105px;
  }
  .mt-sm-105,
  .my-sm-105 {
    margin-top: 105px;
  }
  .mr-sm-105,
  .mx-sm-105 {
    margin-right: 105px;
  }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 105px;
  }
  .ml-sm-105,
  .mx-sm-105 {
    margin-left: 105px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px;
  }
  .m-sm-95 {
    margin: 95px;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px;
  }
  .m-sm-90 {
    margin: 90px;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px;
  }
  .m-sm-85 {
    margin: 85px;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px;
  }
  .m-sm-75 {
    margin: 75px;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px;
  }
  .m-sm-65 {
    margin: 65px;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px;
  }
  .m-sm-55 {
    margin: 55px;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px;
  }
  .m-sm-45 {
    margin: 45px;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px;
  }
  .m-sm-35 {
    margin: 35px;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px;
  }
  .m-sm-25 {
    margin: 25px;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px;
  }
  .p-sm-300 {
    padding: 300px;
  }
  .pt-sm-300,
  .py-sm-300 {
    padding-top: 300px;
  }
  .pr-sm-300,
  .px-sm-300 {
    padding-right: 300px;
  }
  .pb-sm-300,
  .py-sm-300 {
    padding-bottom: 300px;
  }
  .pl-sm-300,
  .px-sm-300 {
    padding-left: 300px;
  }
  .p-sm-295 {
    padding: 295px;
  }
  .pt-sm-295,
  .py-sm-295 {
    padding-top: 295px;
  }
  .pr-sm-295,
  .px-sm-295 {
    padding-right: 295px;
  }
  .pb-sm-295,
  .py-sm-295 {
    padding-bottom: 295px;
  }
  .pl-sm-295,
  .px-sm-295 {
    padding-left: 295px;
  }
  .p-sm-290 {
    padding: 290px;
  }
  .pt-sm-290,
  .py-sm-290 {
    padding-top: 290px;
  }
  .pr-sm-290,
  .px-sm-290 {
    padding-right: 290px;
  }
  .pb-sm-290,
  .py-sm-290 {
    padding-bottom: 290px;
  }
  .pl-sm-290,
  .px-sm-290 {
    padding-left: 290px;
  }
  .p-sm-285 {
    padding: 285px;
  }
  .pt-sm-285,
  .py-sm-285 {
    padding-top: 285px;
  }
  .pr-sm-285,
  .px-sm-285 {
    padding-right: 285px;
  }
  .pb-sm-285,
  .py-sm-285 {
    padding-bottom: 285px;
  }
  .pl-sm-285,
  .px-sm-285 {
    padding-left: 285px;
  }
  .p-sm-280 {
    padding: 280px;
  }
  .pt-sm-280,
  .py-sm-280 {
    padding-top: 280px;
  }
  .pr-sm-280,
  .px-sm-280 {
    padding-right: 280px;
  }
  .pb-sm-280,
  .py-sm-280 {
    padding-bottom: 280px;
  }
  .pl-sm-280,
  .px-sm-280 {
    padding-left: 280px;
  }
  .p-sm-275 {
    padding: 275px;
  }
  .pt-sm-275,
  .py-sm-275 {
    padding-top: 275px;
  }
  .pr-sm-275,
  .px-sm-275 {
    padding-right: 275px;
  }
  .pb-sm-275,
  .py-sm-275 {
    padding-bottom: 275px;
  }
  .pl-sm-275,
  .px-sm-275 {
    padding-left: 275px;
  }
  .p-sm-270 {
    padding: 270px;
  }
  .pt-sm-270,
  .py-sm-270 {
    padding-top: 270px;
  }
  .pr-sm-270,
  .px-sm-270 {
    padding-right: 270px;
  }
  .pb-sm-270,
  .py-sm-270 {
    padding-bottom: 270px;
  }
  .pl-sm-270,
  .px-sm-270 {
    padding-left: 270px;
  }
  .p-sm-265 {
    padding: 265px;
  }
  .pt-sm-265,
  .py-sm-265 {
    padding-top: 265px;
  }
  .pr-sm-265,
  .px-sm-265 {
    padding-right: 265px;
  }
  .pb-sm-265,
  .py-sm-265 {
    padding-bottom: 265px;
  }
  .pl-sm-265,
  .px-sm-265 {
    padding-left: 265px;
  }
  .p-sm-260 {
    padding: 260px;
  }
  .pt-sm-260,
  .py-sm-260 {
    padding-top: 260px;
  }
  .pr-sm-260,
  .px-sm-260 {
    padding-right: 260px;
  }
  .pb-sm-260,
  .py-sm-260 {
    padding-bottom: 260px;
  }
  .pl-sm-260,
  .px-sm-260 {
    padding-left: 260px;
  }
  .p-sm-255 {
    padding: 255px;
  }
  .pt-sm-255,
  .py-sm-255 {
    padding-top: 255px;
  }
  .pr-sm-255,
  .px-sm-255 {
    padding-right: 255px;
  }
  .pb-sm-255,
  .py-sm-255 {
    padding-bottom: 255px;
  }
  .pl-sm-255,
  .px-sm-255 {
    padding-left: 255px;
  }
  .p-sm-250 {
    padding: 250px;
  }
  .pt-sm-250,
  .py-sm-250 {
    padding-top: 250px;
  }
  .pr-sm-250,
  .px-sm-250 {
    padding-right: 250px;
  }
  .pb-sm-250,
  .py-sm-250 {
    padding-bottom: 250px;
  }
  .pl-sm-250,
  .px-sm-250 {
    padding-left: 250px;
  }
  .p-sm-245 {
    padding: 245px;
  }
  .pt-sm-245,
  .py-sm-245 {
    padding-top: 245px;
  }
  .pr-sm-245,
  .px-sm-245 {
    padding-right: 245px;
  }
  .pb-sm-245,
  .py-sm-245 {
    padding-bottom: 245px;
  }
  .pl-sm-245,
  .px-sm-245 {
    padding-left: 245px;
  }
  .p-sm-240 {
    padding: 240px;
  }
  .pt-sm-240,
  .py-sm-240 {
    padding-top: 240px;
  }
  .pr-sm-240,
  .px-sm-240 {
    padding-right: 240px;
  }
  .pb-sm-240,
  .py-sm-240 {
    padding-bottom: 240px;
  }
  .pl-sm-240,
  .px-sm-240 {
    padding-left: 240px;
  }
  .p-sm-235 {
    padding: 235px;
  }
  .pt-sm-235,
  .py-sm-235 {
    padding-top: 235px;
  }
  .pr-sm-235,
  .px-sm-235 {
    padding-right: 235px;
  }
  .pb-sm-235,
  .py-sm-235 {
    padding-bottom: 235px;
  }
  .pl-sm-235,
  .px-sm-235 {
    padding-left: 235px;
  }
  .p-sm-230 {
    padding: 230px;
  }
  .pt-sm-230,
  .py-sm-230 {
    padding-top: 230px;
  }
  .pr-sm-230,
  .px-sm-230 {
    padding-right: 230px;
  }
  .pb-sm-230,
  .py-sm-230 {
    padding-bottom: 230px;
  }
  .pl-sm-230,
  .px-sm-230 {
    padding-left: 230px;
  }
  .p-sm-225 {
    padding: 225px;
  }
  .pt-sm-225,
  .py-sm-225 {
    padding-top: 225px;
  }
  .pr-sm-225,
  .px-sm-225 {
    padding-right: 225px;
  }
  .pb-sm-225,
  .py-sm-225 {
    padding-bottom: 225px;
  }
  .pl-sm-225,
  .px-sm-225 {
    padding-left: 225px;
  }
  .p-sm-220 {
    padding: 220px;
  }
  .pt-sm-220,
  .py-sm-220 {
    padding-top: 220px;
  }
  .pr-sm-220,
  .px-sm-220 {
    padding-right: 220px;
  }
  .pb-sm-220,
  .py-sm-220 {
    padding-bottom: 220px;
  }
  .pl-sm-220,
  .px-sm-220 {
    padding-left: 220px;
  }
  .p-sm-215 {
    padding: 215px;
  }
  .pt-sm-215,
  .py-sm-215 {
    padding-top: 215px;
  }
  .pr-sm-215,
  .px-sm-215 {
    padding-right: 215px;
  }
  .pb-sm-215,
  .py-sm-215 {
    padding-bottom: 215px;
  }
  .pl-sm-215,
  .px-sm-215 {
    padding-left: 215px;
  }
  .p-sm-210 {
    padding: 210px;
  }
  .pt-sm-210,
  .py-sm-210 {
    padding-top: 210px;
  }
  .pr-sm-210,
  .px-sm-210 {
    padding-right: 210px;
  }
  .pb-sm-210,
  .py-sm-210 {
    padding-bottom: 210px;
  }
  .pl-sm-210,
  .px-sm-210 {
    padding-left: 210px;
  }
  .p-sm-205 {
    padding: 205px;
  }
  .pt-sm-205,
  .py-sm-205 {
    padding-top: 205px;
  }
  .pr-sm-205,
  .px-sm-205 {
    padding-right: 205px;
  }
  .pb-sm-205,
  .py-sm-205 {
    padding-bottom: 205px;
  }
  .pl-sm-205,
  .px-sm-205 {
    padding-left: 205px;
  }
  .p-sm-200 {
    padding: 200px;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px;
  }
  .p-sm-195 {
    padding: 195px;
  }
  .pt-sm-195,
  .py-sm-195 {
    padding-top: 195px;
  }
  .pr-sm-195,
  .px-sm-195 {
    padding-right: 195px;
  }
  .pb-sm-195,
  .py-sm-195 {
    padding-bottom: 195px;
  }
  .pl-sm-195,
  .px-sm-195 {
    padding-left: 195px;
  }
  .p-sm-190 {
    padding: 190px;
  }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 190px;
  }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 190px;
  }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 190px;
  }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 190px;
  }
  .p-sm-185 {
    padding: 185px;
  }
  .pt-sm-185,
  .py-sm-185 {
    padding-top: 185px;
  }
  .pr-sm-185,
  .px-sm-185 {
    padding-right: 185px;
  }
  .pb-sm-185,
  .py-sm-185 {
    padding-bottom: 185px;
  }
  .pl-sm-185,
  .px-sm-185 {
    padding-left: 185px;
  }
  .p-sm-180 {
    padding: 180px;
  }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 180px;
  }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 180px;
  }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 180px;
  }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 180px;
  }
  .p-sm-175 {
    padding: 175px;
  }
  .pt-sm-175,
  .py-sm-175 {
    padding-top: 175px;
  }
  .pr-sm-175,
  .px-sm-175 {
    padding-right: 175px;
  }
  .pb-sm-175,
  .py-sm-175 {
    padding-bottom: 175px;
  }
  .pl-sm-175,
  .px-sm-175 {
    padding-left: 175px;
  }
  .p-sm-170 {
    padding: 170px;
  }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 170px;
  }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 170px;
  }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 170px;
  }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 170px;
  }
  .p-sm-165 {
    padding: 165px;
  }
  .pt-sm-165,
  .py-sm-165 {
    padding-top: 165px;
  }
  .pr-sm-165,
  .px-sm-165 {
    padding-right: 165px;
  }
  .pb-sm-165,
  .py-sm-165 {
    padding-bottom: 165px;
  }
  .pl-sm-165,
  .px-sm-165 {
    padding-left: 165px;
  }
  .p-sm-160 {
    padding: 160px;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 160px;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 160px;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 160px;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 160px;
  }
  .p-sm-155 {
    padding: 155px;
  }
  .pt-sm-155,
  .py-sm-155 {
    padding-top: 155px;
  }
  .pr-sm-155,
  .px-sm-155 {
    padding-right: 155px;
  }
  .pb-sm-155,
  .py-sm-155 {
    padding-bottom: 155px;
  }
  .pl-sm-155,
  .px-sm-155 {
    padding-left: 155px;
  }
  .p-sm-150 {
    padding: 150px;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 150px;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150px;
  }
  .p-sm-145 {
    padding: 145px;
  }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 145px;
  }
  .pr-sm-145,
  .px-sm-145 {
    padding-right: 145px;
  }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 145px;
  }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 145px;
  }
  .p-sm-140 {
    padding: 140px;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px;
  }
  .p-sm-135 {
    padding: 135px;
  }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 135px;
  }
  .pr-sm-135,
  .px-sm-135 {
    padding-right: 135px;
  }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 135px;
  }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 135px;
  }
  .p-sm-130 {
    padding: 130px;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 130px;
  }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 130px;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 130px;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 130px;
  }
  .p-sm-125 {
    padding: 125px;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 125px;
  }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 125px;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 125px;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 125px;
  }
  .p-sm-120 {
    padding: 120px;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px;
  }
  .p-sm-115 {
    padding: 115px;
  }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 115px;
  }
  .pr-sm-115,
  .px-sm-115 {
    padding-right: 115px;
  }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 115px;
  }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 115px;
  }
  .p-sm-110 {
    padding: 110px;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110px;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 110px;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110px;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110px;
  }
  .p-sm-105 {
    padding: 105px;
  }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 105px;
  }
  .pr-sm-105,
  .px-sm-105 {
    padding-right: 105px;
  }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 105px;
  }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 105px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px;
  }
  .p-sm-95 {
    padding: 95px;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px;
  }
  .p-sm-90 {
    padding: 90px;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px;
  }
  .p-sm-85 {
    padding: 85px;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px;
  }
  .p-sm-75 {
    padding: 75px;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px;
  }
  .p-sm-70 {
    padding: 70px;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px;
  }
  .p-sm-65 {
    padding: 65px;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px;
  }
  .p-sm-55 {
    padding: 55px;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px;
  }
  .p-sm-25 {
    padding: 25px;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-300 {
    margin: 300px;
  }
  .mt-md-300,
  .my-md-300 {
    margin-top: 300px;
  }
  .mr-md-300,
  .mx-md-300 {
    margin-right: 300px;
  }
  .mb-md-300,
  .my-md-300 {
    margin-bottom: 300px;
  }
  .ml-md-300,
  .mx-md-300 {
    margin-left: 300px;
  }
  .m-md-295 {
    margin: 295px;
  }
  .mt-md-295,
  .my-md-295 {
    margin-top: 295px;
  }
  .mr-md-295,
  .mx-md-295 {
    margin-right: 295px;
  }
  .mb-md-295,
  .my-md-295 {
    margin-bottom: 295px;
  }
  .ml-md-295,
  .mx-md-295 {
    margin-left: 295px;
  }
  .m-md-290 {
    margin: 290px;
  }
  .mt-md-290,
  .my-md-290 {
    margin-top: 290px;
  }
  .mr-md-290,
  .mx-md-290 {
    margin-right: 290px;
  }
  .mb-md-290,
  .my-md-290 {
    margin-bottom: 290px;
  }
  .ml-md-290,
  .mx-md-290 {
    margin-left: 290px;
  }
  .m-md-285 {
    margin: 285px;
  }
  .mt-md-285,
  .my-md-285 {
    margin-top: 285px;
  }
  .mr-md-285,
  .mx-md-285 {
    margin-right: 285px;
  }
  .mb-md-285,
  .my-md-285 {
    margin-bottom: 285px;
  }
  .ml-md-285,
  .mx-md-285 {
    margin-left: 285px;
  }
  .m-md-280 {
    margin: 280px;
  }
  .mt-md-280,
  .my-md-280 {
    margin-top: 280px;
  }
  .mr-md-280,
  .mx-md-280 {
    margin-right: 280px;
  }
  .mb-md-280,
  .my-md-280 {
    margin-bottom: 280px;
  }
  .ml-md-280,
  .mx-md-280 {
    margin-left: 280px;
  }
  .m-md-275 {
    margin: 275px;
  }
  .mt-md-275,
  .my-md-275 {
    margin-top: 275px;
  }
  .mr-md-275,
  .mx-md-275 {
    margin-right: 275px;
  }
  .mb-md-275,
  .my-md-275 {
    margin-bottom: 275px;
  }
  .ml-md-275,
  .mx-md-275 {
    margin-left: 275px;
  }
  .m-md-270 {
    margin: 270px;
  }
  .mt-md-270,
  .my-md-270 {
    margin-top: 270px;
  }
  .mr-md-270,
  .mx-md-270 {
    margin-right: 270px;
  }
  .mb-md-270,
  .my-md-270 {
    margin-bottom: 270px;
  }
  .ml-md-270,
  .mx-md-270 {
    margin-left: 270px;
  }
  .m-md-265 {
    margin: 265px;
  }
  .mt-md-265,
  .my-md-265 {
    margin-top: 265px;
  }
  .mr-md-265,
  .mx-md-265 {
    margin-right: 265px;
  }
  .mb-md-265,
  .my-md-265 {
    margin-bottom: 265px;
  }
  .ml-md-265,
  .mx-md-265 {
    margin-left: 265px;
  }
  .m-md-260 {
    margin: 260px;
  }
  .mt-md-260,
  .my-md-260 {
    margin-top: 260px;
  }
  .mr-md-260,
  .mx-md-260 {
    margin-right: 260px;
  }
  .mb-md-260,
  .my-md-260 {
    margin-bottom: 260px;
  }
  .ml-md-260,
  .mx-md-260 {
    margin-left: 260px;
  }
  .m-md-255 {
    margin: 255px;
  }
  .mt-md-255,
  .my-md-255 {
    margin-top: 255px;
  }
  .mr-md-255,
  .mx-md-255 {
    margin-right: 255px;
  }
  .mb-md-255,
  .my-md-255 {
    margin-bottom: 255px;
  }
  .ml-md-255,
  .mx-md-255 {
    margin-left: 255px;
  }
  .m-md-250 {
    margin: 250px;
  }
  .mt-md-250,
  .my-md-250 {
    margin-top: 250px;
  }
  .mr-md-250,
  .mx-md-250 {
    margin-right: 250px;
  }
  .mb-md-250,
  .my-md-250 {
    margin-bottom: 250px;
  }
  .ml-md-250,
  .mx-md-250 {
    margin-left: 250px;
  }
  .m-md-245 {
    margin: 245px;
  }
  .mt-md-245,
  .my-md-245 {
    margin-top: 245px;
  }
  .mr-md-245,
  .mx-md-245 {
    margin-right: 245px;
  }
  .mb-md-245,
  .my-md-245 {
    margin-bottom: 245px;
  }
  .ml-md-245,
  .mx-md-245 {
    margin-left: 245px;
  }
  .m-md-240 {
    margin: 240px;
  }
  .mt-md-240,
  .my-md-240 {
    margin-top: 240px;
  }
  .mr-md-240,
  .mx-md-240 {
    margin-right: 240px;
  }
  .mb-md-240,
  .my-md-240 {
    margin-bottom: 240px;
  }
  .ml-md-240,
  .mx-md-240 {
    margin-left: 240px;
  }
  .m-md-235 {
    margin: 235px;
  }
  .mt-md-235,
  .my-md-235 {
    margin-top: 235px;
  }
  .mr-md-235,
  .mx-md-235 {
    margin-right: 235px;
  }
  .mb-md-235,
  .my-md-235 {
    margin-bottom: 235px;
  }
  .ml-md-235,
  .mx-md-235 {
    margin-left: 235px;
  }
  .m-md-230 {
    margin: 230px;
  }
  .mt-md-230,
  .my-md-230 {
    margin-top: 230px;
  }
  .mr-md-230,
  .mx-md-230 {
    margin-right: 230px;
  }
  .mb-md-230,
  .my-md-230 {
    margin-bottom: 230px;
  }
  .ml-md-230,
  .mx-md-230 {
    margin-left: 230px;
  }
  .m-md-225 {
    margin: 225px;
  }
  .mt-md-225,
  .my-md-225 {
    margin-top: 225px;
  }
  .mr-md-225,
  .mx-md-225 {
    margin-right: 225px;
  }
  .mb-md-225,
  .my-md-225 {
    margin-bottom: 225px;
  }
  .ml-md-225,
  .mx-md-225 {
    margin-left: 225px;
  }
  .m-md-220 {
    margin: 220px;
  }
  .mt-md-220,
  .my-md-220 {
    margin-top: 220px;
  }
  .mr-md-220,
  .mx-md-220 {
    margin-right: 220px;
  }
  .mb-md-220,
  .my-md-220 {
    margin-bottom: 220px;
  }
  .ml-md-220,
  .mx-md-220 {
    margin-left: 220px;
  }
  .m-md-215 {
    margin: 215px;
  }
  .mt-md-215,
  .my-md-215 {
    margin-top: 215px;
  }
  .mr-md-215,
  .mx-md-215 {
    margin-right: 215px;
  }
  .mb-md-215,
  .my-md-215 {
    margin-bottom: 215px;
  }
  .ml-md-215,
  .mx-md-215 {
    margin-left: 215px;
  }
  .m-md-210 {
    margin: 210px;
  }
  .mt-md-210,
  .my-md-210 {
    margin-top: 210px;
  }
  .mr-md-210,
  .mx-md-210 {
    margin-right: 210px;
  }
  .mb-md-210,
  .my-md-210 {
    margin-bottom: 210px;
  }
  .ml-md-210,
  .mx-md-210 {
    margin-left: 210px;
  }
  .m-md-205 {
    margin: 205px;
  }
  .mt-md-205,
  .my-md-205 {
    margin-top: 205px;
  }
  .mr-md-205,
  .mx-md-205 {
    margin-right: 205px;
  }
  .mb-md-205,
  .my-md-205 {
    margin-bottom: 205px;
  }
  .ml-md-205,
  .mx-md-205 {
    margin-left: 205px;
  }
  .m-md-200 {
    margin: 200px;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px;
  }
  .m-md-195 {
    margin: 195px;
  }
  .mt-md-195,
  .my-md-195 {
    margin-top: 195px;
  }
  .mr-md-195,
  .mx-md-195 {
    margin-right: 195px;
  }
  .mb-md-195,
  .my-md-195 {
    margin-bottom: 195px;
  }
  .ml-md-195,
  .mx-md-195 {
    margin-left: 195px;
  }
  .m-md-190 {
    margin: 190px;
  }
  .mt-md-190,
  .my-md-190 {
    margin-top: 190px;
  }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 190px;
  }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 190px;
  }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 190px;
  }
  .m-md-185 {
    margin: 185px;
  }
  .mt-md-185,
  .my-md-185 {
    margin-top: 185px;
  }
  .mr-md-185,
  .mx-md-185 {
    margin-right: 185px;
  }
  .mb-md-185,
  .my-md-185 {
    margin-bottom: 185px;
  }
  .ml-md-185,
  .mx-md-185 {
    margin-left: 185px;
  }
  .m-md-180 {
    margin: 180px;
  }
  .mt-md-180,
  .my-md-180 {
    margin-top: 180px;
  }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 180px;
  }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 180px;
  }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 180px;
  }
  .m-md-175 {
    margin: 175px;
  }
  .mt-md-175,
  .my-md-175 {
    margin-top: 175px;
  }
  .mr-md-175,
  .mx-md-175 {
    margin-right: 175px;
  }
  .mb-md-175,
  .my-md-175 {
    margin-bottom: 175px;
  }
  .ml-md-175,
  .mx-md-175 {
    margin-left: 175px;
  }
  .m-md-170 {
    margin: 170px;
  }
  .mt-md-170,
  .my-md-170 {
    margin-top: 170px;
  }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 170px;
  }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 170px;
  }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 170px;
  }
  .m-md-165 {
    margin: 165px;
  }
  .mt-md-165,
  .my-md-165 {
    margin-top: 165px;
  }
  .mr-md-165,
  .mx-md-165 {
    margin-right: 165px;
  }
  .mb-md-165,
  .my-md-165 {
    margin-bottom: 165px;
  }
  .ml-md-165,
  .mx-md-165 {
    margin-left: 165px;
  }
  .m-md-160 {
    margin: 160px;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 160px;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 160px;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 160px;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 160px;
  }
  .m-md-155 {
    margin: 155px;
  }
  .mt-md-155,
  .my-md-155 {
    margin-top: 155px;
  }
  .mr-md-155,
  .mx-md-155 {
    margin-right: 155px;
  }
  .mb-md-155,
  .my-md-155 {
    margin-bottom: 155px;
  }
  .ml-md-155,
  .mx-md-155 {
    margin-left: 155px;
  }
  .m-md-150 {
    margin: 150px;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 150px;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 150px;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 150px;
  }
  .m-md-145 {
    margin: 145px;
  }
  .mt-md-145,
  .my-md-145 {
    margin-top: 145px;
  }
  .mr-md-145,
  .mx-md-145 {
    margin-right: 145px;
  }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 145px;
  }
  .ml-md-145,
  .mx-md-145 {
    margin-left: 145px;
  }
  .m-md-140 {
    margin: 140px;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px;
  }
  .m-md-135 {
    margin: 135px;
  }
  .mt-md-135,
  .my-md-135 {
    margin-top: 135px;
  }
  .mr-md-135,
  .mx-md-135 {
    margin-right: 135px;
  }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 135px;
  }
  .ml-md-135,
  .mx-md-135 {
    margin-left: 135px;
  }
  .m-md-130 {
    margin: 130px;
  }
  .mt-md-130,
  .my-md-130 {
    margin-top: 130px;
  }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 130px;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 130px;
  }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 130px;
  }
  .m-md-125 {
    margin: 125px;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 125px;
  }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 125px;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 125px;
  }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 125px;
  }
  .m-md-120 {
    margin: 120px;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 120px;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px;
  }
  .m-md-115 {
    margin: 115px;
  }
  .mt-md-115,
  .my-md-115 {
    margin-top: 115px;
  }
  .mr-md-115,
  .mx-md-115 {
    margin-right: 115px;
  }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 115px;
  }
  .ml-md-115,
  .mx-md-115 {
    margin-left: 115px;
  }
  .m-md-110 {
    margin: 110px;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 110px;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 110px;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110px;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 110px;
  }
  .m-md-105 {
    margin: 105px;
  }
  .mt-md-105,
  .my-md-105 {
    margin-top: 105px;
  }
  .mr-md-105,
  .mx-md-105 {
    margin-right: 105px;
  }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 105px;
  }
  .ml-md-105,
  .mx-md-105 {
    margin-left: 105px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px;
  }
  .m-md-95 {
    margin: 95px;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px;
  }
  .m-md-90 {
    margin: 90px;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px;
  }
  .m-md-85 {
    margin: 85px;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px;
  }
  .m-md-75 {
    margin: 75px;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px;
  }
  .m-md-70 {
    margin: 70px;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px;
  }
  .m-md-65 {
    margin: 65px;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px;
  }
  .m-md-60 {
    margin: 60px;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px;
  }
  .m-md-55 {
    margin: 55px;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px;
  }
  .m-md-45 {
    margin: 45px;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px;
  }
  .m-md-35 {
    margin: 35px;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px;
  }
  .m-md-25 {
    margin: 25px;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px;
  }
  .p-md-300 {
    padding: 300px;
  }
  .pt-md-300,
  .py-md-300 {
    padding-top: 300px;
  }
  .pr-md-300,
  .px-md-300 {
    padding-right: 300px;
  }
  .pb-md-300,
  .py-md-300 {
    padding-bottom: 300px;
  }
  .pl-md-300,
  .px-md-300 {
    padding-left: 300px;
  }
  .p-md-295 {
    padding: 295px;
  }
  .pt-md-295,
  .py-md-295 {
    padding-top: 295px;
  }
  .pr-md-295,
  .px-md-295 {
    padding-right: 295px;
  }
  .pb-md-295,
  .py-md-295 {
    padding-bottom: 295px;
  }
  .pl-md-295,
  .px-md-295 {
    padding-left: 295px;
  }
  .p-md-290 {
    padding: 290px;
  }
  .pt-md-290,
  .py-md-290 {
    padding-top: 290px;
  }
  .pr-md-290,
  .px-md-290 {
    padding-right: 290px;
  }
  .pb-md-290,
  .py-md-290 {
    padding-bottom: 290px;
  }
  .pl-md-290,
  .px-md-290 {
    padding-left: 290px;
  }
  .p-md-285 {
    padding: 285px;
  }
  .pt-md-285,
  .py-md-285 {
    padding-top: 285px;
  }
  .pr-md-285,
  .px-md-285 {
    padding-right: 285px;
  }
  .pb-md-285,
  .py-md-285 {
    padding-bottom: 285px;
  }
  .pl-md-285,
  .px-md-285 {
    padding-left: 285px;
  }
  .p-md-280 {
    padding: 280px;
  }
  .pt-md-280,
  .py-md-280 {
    padding-top: 280px;
  }
  .pr-md-280,
  .px-md-280 {
    padding-right: 280px;
  }
  .pb-md-280,
  .py-md-280 {
    padding-bottom: 280px;
  }
  .pl-md-280,
  .px-md-280 {
    padding-left: 280px;
  }
  .p-md-275 {
    padding: 275px;
  }
  .pt-md-275,
  .py-md-275 {
    padding-top: 275px;
  }
  .pr-md-275,
  .px-md-275 {
    padding-right: 275px;
  }
  .pb-md-275,
  .py-md-275 {
    padding-bottom: 275px;
  }
  .pl-md-275,
  .px-md-275 {
    padding-left: 275px;
  }
  .p-md-270 {
    padding: 270px;
  }
  .pt-md-270,
  .py-md-270 {
    padding-top: 270px;
  }
  .pr-md-270,
  .px-md-270 {
    padding-right: 270px;
  }
  .pb-md-270,
  .py-md-270 {
    padding-bottom: 270px;
  }
  .pl-md-270,
  .px-md-270 {
    padding-left: 270px;
  }
  .p-md-265 {
    padding: 265px;
  }
  .pt-md-265,
  .py-md-265 {
    padding-top: 265px;
  }
  .pr-md-265,
  .px-md-265 {
    padding-right: 265px;
  }
  .pb-md-265,
  .py-md-265 {
    padding-bottom: 265px;
  }
  .pl-md-265,
  .px-md-265 {
    padding-left: 265px;
  }
  .p-md-260 {
    padding: 260px;
  }
  .pt-md-260,
  .py-md-260 {
    padding-top: 260px;
  }
  .pr-md-260,
  .px-md-260 {
    padding-right: 260px;
  }
  .pb-md-260,
  .py-md-260 {
    padding-bottom: 260px;
  }
  .pl-md-260,
  .px-md-260 {
    padding-left: 260px;
  }
  .p-md-255 {
    padding: 255px;
  }
  .pt-md-255,
  .py-md-255 {
    padding-top: 255px;
  }
  .pr-md-255,
  .px-md-255 {
    padding-right: 255px;
  }
  .pb-md-255,
  .py-md-255 {
    padding-bottom: 255px;
  }
  .pl-md-255,
  .px-md-255 {
    padding-left: 255px;
  }
  .p-md-250 {
    padding: 250px;
  }
  .pt-md-250,
  .py-md-250 {
    padding-top: 250px;
  }
  .pr-md-250,
  .px-md-250 {
    padding-right: 250px;
  }
  .pb-md-250,
  .py-md-250 {
    padding-bottom: 250px;
  }
  .pl-md-250,
  .px-md-250 {
    padding-left: 250px;
  }
  .p-md-245 {
    padding: 245px;
  }
  .pt-md-245,
  .py-md-245 {
    padding-top: 245px;
  }
  .pr-md-245,
  .px-md-245 {
    padding-right: 245px;
  }
  .pb-md-245,
  .py-md-245 {
    padding-bottom: 245px;
  }
  .pl-md-245,
  .px-md-245 {
    padding-left: 245px;
  }
  .p-md-240 {
    padding: 240px;
  }
  .pt-md-240,
  .py-md-240 {
    padding-top: 240px;
  }
  .pr-md-240,
  .px-md-240 {
    padding-right: 240px;
  }
  .pb-md-240,
  .py-md-240 {
    padding-bottom: 240px;
  }
  .pl-md-240,
  .px-md-240 {
    padding-left: 240px;
  }
  .p-md-235 {
    padding: 235px;
  }
  .pt-md-235,
  .py-md-235 {
    padding-top: 235px;
  }
  .pr-md-235,
  .px-md-235 {
    padding-right: 235px;
  }
  .pb-md-235,
  .py-md-235 {
    padding-bottom: 235px;
  }
  .pl-md-235,
  .px-md-235 {
    padding-left: 235px;
  }
  .p-md-230 {
    padding: 230px;
  }
  .pt-md-230,
  .py-md-230 {
    padding-top: 230px;
  }
  .pr-md-230,
  .px-md-230 {
    padding-right: 230px;
  }
  .pb-md-230,
  .py-md-230 {
    padding-bottom: 230px;
  }
  .pl-md-230,
  .px-md-230 {
    padding-left: 230px;
  }
  .p-md-225 {
    padding: 225px;
  }
  .pt-md-225,
  .py-md-225 {
    padding-top: 225px;
  }
  .pr-md-225,
  .px-md-225 {
    padding-right: 225px;
  }
  .pb-md-225,
  .py-md-225 {
    padding-bottom: 225px;
  }
  .pl-md-225,
  .px-md-225 {
    padding-left: 225px;
  }
  .p-md-220 {
    padding: 220px;
  }
  .pt-md-220,
  .py-md-220 {
    padding-top: 220px;
  }
  .pr-md-220,
  .px-md-220 {
    padding-right: 220px;
  }
  .pb-md-220,
  .py-md-220 {
    padding-bottom: 220px;
  }
  .pl-md-220,
  .px-md-220 {
    padding-left: 220px;
  }
  .p-md-215 {
    padding: 215px;
  }
  .pt-md-215,
  .py-md-215 {
    padding-top: 215px;
  }
  .pr-md-215,
  .px-md-215 {
    padding-right: 215px;
  }
  .pb-md-215,
  .py-md-215 {
    padding-bottom: 215px;
  }
  .pl-md-215,
  .px-md-215 {
    padding-left: 215px;
  }
  .p-md-210 {
    padding: 210px;
  }
  .pt-md-210,
  .py-md-210 {
    padding-top: 210px;
  }
  .pr-md-210,
  .px-md-210 {
    padding-right: 210px;
  }
  .pb-md-210,
  .py-md-210 {
    padding-bottom: 210px;
  }
  .pl-md-210,
  .px-md-210 {
    padding-left: 210px;
  }
  .p-md-205 {
    padding: 205px;
  }
  .pt-md-205,
  .py-md-205 {
    padding-top: 205px;
  }
  .pr-md-205,
  .px-md-205 {
    padding-right: 205px;
  }
  .pb-md-205,
  .py-md-205 {
    padding-bottom: 205px;
  }
  .pl-md-205,
  .px-md-205 {
    padding-left: 205px;
  }
  .p-md-200 {
    padding: 200px;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px;
  }
  .p-md-195 {
    padding: 195px;
  }
  .pt-md-195,
  .py-md-195 {
    padding-top: 195px;
  }
  .pr-md-195,
  .px-md-195 {
    padding-right: 195px;
  }
  .pb-md-195,
  .py-md-195 {
    padding-bottom: 195px;
  }
  .pl-md-195,
  .px-md-195 {
    padding-left: 195px;
  }
  .p-md-190 {
    padding: 190px;
  }
  .pt-md-190,
  .py-md-190 {
    padding-top: 190px;
  }
  .pr-md-190,
  .px-md-190 {
    padding-right: 190px;
  }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 190px;
  }
  .pl-md-190,
  .px-md-190 {
    padding-left: 190px;
  }
  .p-md-185 {
    padding: 185px;
  }
  .pt-md-185,
  .py-md-185 {
    padding-top: 185px;
  }
  .pr-md-185,
  .px-md-185 {
    padding-right: 185px;
  }
  .pb-md-185,
  .py-md-185 {
    padding-bottom: 185px;
  }
  .pl-md-185,
  .px-md-185 {
    padding-left: 185px;
  }
  .p-md-180 {
    padding: 180px;
  }
  .pt-md-180,
  .py-md-180 {
    padding-top: 180px;
  }
  .pr-md-180,
  .px-md-180 {
    padding-right: 180px;
  }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 180px;
  }
  .pl-md-180,
  .px-md-180 {
    padding-left: 180px;
  }
  .p-md-175 {
    padding: 175px;
  }
  .pt-md-175,
  .py-md-175 {
    padding-top: 175px;
  }
  .pr-md-175,
  .px-md-175 {
    padding-right: 175px;
  }
  .pb-md-175,
  .py-md-175 {
    padding-bottom: 175px;
  }
  .pl-md-175,
  .px-md-175 {
    padding-left: 175px;
  }
  .p-md-170 {
    padding: 170px;
  }
  .pt-md-170,
  .py-md-170 {
    padding-top: 170px;
  }
  .pr-md-170,
  .px-md-170 {
    padding-right: 170px;
  }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 170px;
  }
  .pl-md-170,
  .px-md-170 {
    padding-left: 170px;
  }
  .p-md-165 {
    padding: 165px;
  }
  .pt-md-165,
  .py-md-165 {
    padding-top: 165px;
  }
  .pr-md-165,
  .px-md-165 {
    padding-right: 165px;
  }
  .pb-md-165,
  .py-md-165 {
    padding-bottom: 165px;
  }
  .pl-md-165,
  .px-md-165 {
    padding-left: 165px;
  }
  .p-md-160 {
    padding: 160px;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 160px;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 160px;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 160px;
  }
  .p-md-155 {
    padding: 155px;
  }
  .pt-md-155,
  .py-md-155 {
    padding-top: 155px;
  }
  .pr-md-155,
  .px-md-155 {
    padding-right: 155px;
  }
  .pb-md-155,
  .py-md-155 {
    padding-bottom: 155px;
  }
  .pl-md-155,
  .px-md-155 {
    padding-left: 155px;
  }
  .p-md-150 {
    padding: 150px;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 150px;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 150px;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 150px;
  }
  .p-md-145 {
    padding: 145px;
  }
  .pt-md-145,
  .py-md-145 {
    padding-top: 145px;
  }
  .pr-md-145,
  .px-md-145 {
    padding-right: 145px;
  }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 145px;
  }
  .pl-md-145,
  .px-md-145 {
    padding-left: 145px;
  }
  .p-md-140 {
    padding: 140px;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px;
  }
  .p-md-135 {
    padding: 135px;
  }
  .pt-md-135,
  .py-md-135 {
    padding-top: 135px;
  }
  .pr-md-135,
  .px-md-135 {
    padding-right: 135px;
  }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 135px;
  }
  .pl-md-135,
  .px-md-135 {
    padding-left: 135px;
  }
  .p-md-130 {
    padding: 130px;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 130px;
  }
  .pr-md-130,
  .px-md-130 {
    padding-right: 130px;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 130px;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 130px;
  }
  .p-md-125 {
    padding: 125px;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 125px;
  }
  .pr-md-125,
  .px-md-125 {
    padding-right: 125px;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 125px;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 125px;
  }
  .p-md-120 {
    padding: 120px;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 120px;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 120px;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 120px;
  }
  .p-md-115 {
    padding: 115px;
  }
  .pt-md-115,
  .py-md-115 {
    padding-top: 115px;
  }
  .pr-md-115,
  .px-md-115 {
    padding-right: 115px;
  }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 115px;
  }
  .pl-md-115,
  .px-md-115 {
    padding-left: 115px;
  }
  .p-md-110 {
    padding: 110px;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 110px;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 110px;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110px;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 110px;
  }
  .p-md-105 {
    padding: 105px;
  }
  .pt-md-105,
  .py-md-105 {
    padding-top: 105px;
  }
  .pr-md-105,
  .px-md-105 {
    padding-right: 105px;
  }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 105px;
  }
  .pl-md-105,
  .px-md-105 {
    padding-left: 105px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px;
  }
  .p-md-95 {
    padding: 95px;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px;
  }
  .p-md-90 {
    padding: 90px;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px;
  }
  .p-md-85 {
    padding: 85px;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px;
  }
  .p-md-75 {
    padding: 75px;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px;
  }
  .p-md-65 {
    padding: 65px;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px;
  }
  .p-md-55 {
    padding: 55px;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px;
  }
  .p-md-25 {
    padding: 25px;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1065px) {
  .m-lg-300 {
    margin: 300px;
  }
  .mt-lg-300,
  .my-lg-300 {
    margin-top: 300px;
  }
  .mr-lg-300,
  .mx-lg-300 {
    margin-right: 300px;
  }
  .mb-lg-300,
  .my-lg-300 {
    margin-bottom: 300px;
  }
  .ml-lg-300,
  .mx-lg-300 {
    margin-left: 300px;
  }
  .m-lg-295 {
    margin: 295px;
  }
  .mt-lg-295,
  .my-lg-295 {
    margin-top: 295px;
  }
  .mr-lg-295,
  .mx-lg-295 {
    margin-right: 295px;
  }
  .mb-lg-295,
  .my-lg-295 {
    margin-bottom: 295px;
  }
  .ml-lg-295,
  .mx-lg-295 {
    margin-left: 295px;
  }
  .m-lg-290 {
    margin: 290px;
  }
  .mt-lg-290,
  .my-lg-290 {
    margin-top: 290px;
  }
  .mr-lg-290,
  .mx-lg-290 {
    margin-right: 290px;
  }
  .mb-lg-290,
  .my-lg-290 {
    margin-bottom: 290px;
  }
  .ml-lg-290,
  .mx-lg-290 {
    margin-left: 290px;
  }
  .m-lg-285 {
    margin: 285px;
  }
  .mt-lg-285,
  .my-lg-285 {
    margin-top: 285px;
  }
  .mr-lg-285,
  .mx-lg-285 {
    margin-right: 285px;
  }
  .mb-lg-285,
  .my-lg-285 {
    margin-bottom: 285px;
  }
  .ml-lg-285,
  .mx-lg-285 {
    margin-left: 285px;
  }
  .m-lg-280 {
    margin: 280px;
  }
  .mt-lg-280,
  .my-lg-280 {
    margin-top: 280px;
  }
  .mr-lg-280,
  .mx-lg-280 {
    margin-right: 280px;
  }
  .mb-lg-280,
  .my-lg-280 {
    margin-bottom: 280px;
  }
  .ml-lg-280,
  .mx-lg-280 {
    margin-left: 280px;
  }
  .m-lg-275 {
    margin: 275px;
  }
  .mt-lg-275,
  .my-lg-275 {
    margin-top: 275px;
  }
  .mr-lg-275,
  .mx-lg-275 {
    margin-right: 275px;
  }
  .mb-lg-275,
  .my-lg-275 {
    margin-bottom: 275px;
  }
  .ml-lg-275,
  .mx-lg-275 {
    margin-left: 275px;
  }
  .m-lg-270 {
    margin: 270px;
  }
  .mt-lg-270,
  .my-lg-270 {
    margin-top: 270px;
  }
  .mr-lg-270,
  .mx-lg-270 {
    margin-right: 270px;
  }
  .mb-lg-270,
  .my-lg-270 {
    margin-bottom: 270px;
  }
  .ml-lg-270,
  .mx-lg-270 {
    margin-left: 270px;
  }
  .m-lg-265 {
    margin: 265px;
  }
  .mt-lg-265,
  .my-lg-265 {
    margin-top: 265px;
  }
  .mr-lg-265,
  .mx-lg-265 {
    margin-right: 265px;
  }
  .mb-lg-265,
  .my-lg-265 {
    margin-bottom: 265px;
  }
  .ml-lg-265,
  .mx-lg-265 {
    margin-left: 265px;
  }
  .m-lg-260 {
    margin: 260px;
  }
  .mt-lg-260,
  .my-lg-260 {
    margin-top: 260px;
  }
  .mr-lg-260,
  .mx-lg-260 {
    margin-right: 260px;
  }
  .mb-lg-260,
  .my-lg-260 {
    margin-bottom: 260px;
  }
  .ml-lg-260,
  .mx-lg-260 {
    margin-left: 260px;
  }
  .m-lg-255 {
    margin: 255px;
  }
  .mt-lg-255,
  .my-lg-255 {
    margin-top: 255px;
  }
  .mr-lg-255,
  .mx-lg-255 {
    margin-right: 255px;
  }
  .mb-lg-255,
  .my-lg-255 {
    margin-bottom: 255px;
  }
  .ml-lg-255,
  .mx-lg-255 {
    margin-left: 255px;
  }
  .m-lg-250 {
    margin: 250px;
  }
  .mt-lg-250,
  .my-lg-250 {
    margin-top: 250px;
  }
  .mr-lg-250,
  .mx-lg-250 {
    margin-right: 250px;
  }
  .mb-lg-250,
  .my-lg-250 {
    margin-bottom: 250px;
  }
  .ml-lg-250,
  .mx-lg-250 {
    margin-left: 250px;
  }
  .m-lg-245 {
    margin: 245px;
  }
  .mt-lg-245,
  .my-lg-245 {
    margin-top: 245px;
  }
  .mr-lg-245,
  .mx-lg-245 {
    margin-right: 245px;
  }
  .mb-lg-245,
  .my-lg-245 {
    margin-bottom: 245px;
  }
  .ml-lg-245,
  .mx-lg-245 {
    margin-left: 245px;
  }
  .m-lg-240 {
    margin: 240px;
  }
  .mt-lg-240,
  .my-lg-240 {
    margin-top: 240px;
  }
  .mr-lg-240,
  .mx-lg-240 {
    margin-right: 240px;
  }
  .mb-lg-240,
  .my-lg-240 {
    margin-bottom: 240px;
  }
  .ml-lg-240,
  .mx-lg-240 {
    margin-left: 240px;
  }
  .m-lg-235 {
    margin: 235px;
  }
  .mt-lg-235,
  .my-lg-235 {
    margin-top: 235px;
  }
  .mr-lg-235,
  .mx-lg-235 {
    margin-right: 235px;
  }
  .mb-lg-235,
  .my-lg-235 {
    margin-bottom: 235px;
  }
  .ml-lg-235,
  .mx-lg-235 {
    margin-left: 235px;
  }
  .m-lg-230 {
    margin: 230px;
  }
  .mt-lg-230,
  .my-lg-230 {
    margin-top: 230px;
  }
  .mr-lg-230,
  .mx-lg-230 {
    margin-right: 230px;
  }
  .mb-lg-230,
  .my-lg-230 {
    margin-bottom: 230px;
  }
  .ml-lg-230,
  .mx-lg-230 {
    margin-left: 230px;
  }
  .m-lg-225 {
    margin: 225px;
  }
  .mt-lg-225,
  .my-lg-225 {
    margin-top: 225px;
  }
  .mr-lg-225,
  .mx-lg-225 {
    margin-right: 225px;
  }
  .mb-lg-225,
  .my-lg-225 {
    margin-bottom: 225px;
  }
  .ml-lg-225,
  .mx-lg-225 {
    margin-left: 225px;
  }
  .m-lg-220 {
    margin: 220px;
  }
  .mt-lg-220,
  .my-lg-220 {
    margin-top: 220px;
  }
  .mr-lg-220,
  .mx-lg-220 {
    margin-right: 220px;
  }
  .mb-lg-220,
  .my-lg-220 {
    margin-bottom: 220px;
  }
  .ml-lg-220,
  .mx-lg-220 {
    margin-left: 220px;
  }
  .m-lg-215 {
    margin: 215px;
  }
  .mt-lg-215,
  .my-lg-215 {
    margin-top: 215px;
  }
  .mr-lg-215,
  .mx-lg-215 {
    margin-right: 215px;
  }
  .mb-lg-215,
  .my-lg-215 {
    margin-bottom: 215px;
  }
  .ml-lg-215,
  .mx-lg-215 {
    margin-left: 215px;
  }
  .m-lg-210 {
    margin: 210px;
  }
  .mt-lg-210,
  .my-lg-210 {
    margin-top: 210px;
  }
  .mr-lg-210,
  .mx-lg-210 {
    margin-right: 210px;
  }
  .mb-lg-210,
  .my-lg-210 {
    margin-bottom: 210px;
  }
  .ml-lg-210,
  .mx-lg-210 {
    margin-left: 210px;
  }
  .m-lg-205 {
    margin: 205px;
  }
  .mt-lg-205,
  .my-lg-205 {
    margin-top: 205px;
  }
  .mr-lg-205,
  .mx-lg-205 {
    margin-right: 205px;
  }
  .mb-lg-205,
  .my-lg-205 {
    margin-bottom: 205px;
  }
  .ml-lg-205,
  .mx-lg-205 {
    margin-left: 205px;
  }
  .m-lg-200 {
    margin: 200px;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px;
  }
  .m-lg-195 {
    margin: 195px;
  }
  .mt-lg-195,
  .my-lg-195 {
    margin-top: 195px;
  }
  .mr-lg-195,
  .mx-lg-195 {
    margin-right: 195px;
  }
  .mb-lg-195,
  .my-lg-195 {
    margin-bottom: 195px;
  }
  .ml-lg-195,
  .mx-lg-195 {
    margin-left: 195px;
  }
  .m-lg-190 {
    margin: 190px;
  }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 190px;
  }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 190px;
  }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 190px;
  }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 190px;
  }
  .m-lg-185 {
    margin: 185px;
  }
  .mt-lg-185,
  .my-lg-185 {
    margin-top: 185px;
  }
  .mr-lg-185,
  .mx-lg-185 {
    margin-right: 185px;
  }
  .mb-lg-185,
  .my-lg-185 {
    margin-bottom: 185px;
  }
  .ml-lg-185,
  .mx-lg-185 {
    margin-left: 185px;
  }
  .m-lg-180 {
    margin: 180px;
  }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 180px;
  }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 180px;
  }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 180px;
  }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 180px;
  }
  .m-lg-175 {
    margin: 175px;
  }
  .mt-lg-175,
  .my-lg-175 {
    margin-top: 175px;
  }
  .mr-lg-175,
  .mx-lg-175 {
    margin-right: 175px;
  }
  .mb-lg-175,
  .my-lg-175 {
    margin-bottom: 175px;
  }
  .ml-lg-175,
  .mx-lg-175 {
    margin-left: 175px;
  }
  .m-lg-170 {
    margin: 170px;
  }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 170px;
  }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 170px;
  }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 170px;
  }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 170px;
  }
  .m-lg-165 {
    margin: 165px;
  }
  .mt-lg-165,
  .my-lg-165 {
    margin-top: 165px;
  }
  .mr-lg-165,
  .mx-lg-165 {
    margin-right: 165px;
  }
  .mb-lg-165,
  .my-lg-165 {
    margin-bottom: 165px;
  }
  .ml-lg-165,
  .mx-lg-165 {
    margin-left: 165px;
  }
  .m-lg-160 {
    margin: 160px;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px;
  }
  .m-lg-155 {
    margin: 155px;
  }
  .mt-lg-155,
  .my-lg-155 {
    margin-top: 155px;
  }
  .mr-lg-155,
  .mx-lg-155 {
    margin-right: 155px;
  }
  .mb-lg-155,
  .my-lg-155 {
    margin-bottom: 155px;
  }
  .ml-lg-155,
  .mx-lg-155 {
    margin-left: 155px;
  }
  .m-lg-150 {
    margin: 150px;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px;
  }
  .m-lg-145 {
    margin: 145px;
  }
  .mt-lg-145,
  .my-lg-145 {
    margin-top: 145px;
  }
  .mr-lg-145,
  .mx-lg-145 {
    margin-right: 145px;
  }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 145px;
  }
  .ml-lg-145,
  .mx-lg-145 {
    margin-left: 145px;
  }
  .m-lg-140 {
    margin: 140px;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px;
  }
  .m-lg-135 {
    margin: 135px;
  }
  .mt-lg-135,
  .my-lg-135 {
    margin-top: 135px;
  }
  .mr-lg-135,
  .mx-lg-135 {
    margin-right: 135px;
  }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 135px;
  }
  .ml-lg-135,
  .mx-lg-135 {
    margin-left: 135px;
  }
  .m-lg-130 {
    margin: 130px;
  }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 130px;
  }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 130px;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 130px;
  }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 130px;
  }
  .m-lg-125 {
    margin: 125px;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 125px;
  }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 125px;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 125px;
  }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 125px;
  }
  .m-lg-120 {
    margin: 120px;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px;
  }
  .m-lg-115 {
    margin: 115px;
  }
  .mt-lg-115,
  .my-lg-115 {
    margin-top: 115px;
  }
  .mr-lg-115,
  .mx-lg-115 {
    margin-right: 115px;
  }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 115px;
  }
  .ml-lg-115,
  .mx-lg-115 {
    margin-left: 115px;
  }
  .m-lg-110 {
    margin: 110px;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 110px;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 110px;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110px;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 110px;
  }
  .m-lg-105 {
    margin: 105px;
  }
  .mt-lg-105,
  .my-lg-105 {
    margin-top: 105px;
  }
  .mr-lg-105,
  .mx-lg-105 {
    margin-right: 105px;
  }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 105px;
  }
  .ml-lg-105,
  .mx-lg-105 {
    margin-left: 105px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px;
  }
  .m-lg-95 {
    margin: 95px;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px;
  }
  .m-lg-90 {
    margin: 90px;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px;
  }
  .m-lg-85 {
    margin: 85px;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px;
  }
  .m-lg-75 {
    margin: 75px;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px;
  }
  .m-lg-70 {
    margin: 70px;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px;
  }
  .m-lg-65 {
    margin: 65px;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px;
  }
  .m-lg-55 {
    margin: 55px;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px;
  }
  .m-lg-35 {
    margin: 35px;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px;
  }
  .m-lg-25 {
    margin: 25px;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px;
  }
  .p-lg-300 {
    padding: 300px;
  }
  .pt-lg-300,
  .py-lg-300 {
    padding-top: 300px;
  }
  .pr-lg-300,
  .px-lg-300 {
    padding-right: 300px;
  }
  .pb-lg-300,
  .py-lg-300 {
    padding-bottom: 300px;
  }
  .pl-lg-300,
  .px-lg-300 {
    padding-left: 300px;
  }
  .p-lg-295 {
    padding: 295px;
  }
  .pt-lg-295,
  .py-lg-295 {
    padding-top: 295px;
  }
  .pr-lg-295,
  .px-lg-295 {
    padding-right: 295px;
  }
  .pb-lg-295,
  .py-lg-295 {
    padding-bottom: 295px;
  }
  .pl-lg-295,
  .px-lg-295 {
    padding-left: 295px;
  }
  .p-lg-290 {
    padding: 290px;
  }
  .pt-lg-290,
  .py-lg-290 {
    padding-top: 290px;
  }
  .pr-lg-290,
  .px-lg-290 {
    padding-right: 290px;
  }
  .pb-lg-290,
  .py-lg-290 {
    padding-bottom: 290px;
  }
  .pl-lg-290,
  .px-lg-290 {
    padding-left: 290px;
  }
  .p-lg-285 {
    padding: 285px;
  }
  .pt-lg-285,
  .py-lg-285 {
    padding-top: 285px;
  }
  .pr-lg-285,
  .px-lg-285 {
    padding-right: 285px;
  }
  .pb-lg-285,
  .py-lg-285 {
    padding-bottom: 285px;
  }
  .pl-lg-285,
  .px-lg-285 {
    padding-left: 285px;
  }
  .p-lg-280 {
    padding: 280px;
  }
  .pt-lg-280,
  .py-lg-280 {
    padding-top: 280px;
  }
  .pr-lg-280,
  .px-lg-280 {
    padding-right: 280px;
  }
  .pb-lg-280,
  .py-lg-280 {
    padding-bottom: 280px;
  }
  .pl-lg-280,
  .px-lg-280 {
    padding-left: 280px;
  }
  .p-lg-275 {
    padding: 275px;
  }
  .pt-lg-275,
  .py-lg-275 {
    padding-top: 275px;
  }
  .pr-lg-275,
  .px-lg-275 {
    padding-right: 275px;
  }
  .pb-lg-275,
  .py-lg-275 {
    padding-bottom: 275px;
  }
  .pl-lg-275,
  .px-lg-275 {
    padding-left: 275px;
  }
  .p-lg-270 {
    padding: 270px;
  }
  .pt-lg-270,
  .py-lg-270 {
    padding-top: 270px;
  }
  .pr-lg-270,
  .px-lg-270 {
    padding-right: 270px;
  }
  .pb-lg-270,
  .py-lg-270 {
    padding-bottom: 270px;
  }
  .pl-lg-270,
  .px-lg-270 {
    padding-left: 270px;
  }
  .p-lg-265 {
    padding: 265px;
  }
  .pt-lg-265,
  .py-lg-265 {
    padding-top: 265px;
  }
  .pr-lg-265,
  .px-lg-265 {
    padding-right: 265px;
  }
  .pb-lg-265,
  .py-lg-265 {
    padding-bottom: 265px;
  }
  .pl-lg-265,
  .px-lg-265 {
    padding-left: 265px;
  }
  .p-lg-260 {
    padding: 260px;
  }
  .pt-lg-260,
  .py-lg-260 {
    padding-top: 260px;
  }
  .pr-lg-260,
  .px-lg-260 {
    padding-right: 260px;
  }
  .pb-lg-260,
  .py-lg-260 {
    padding-bottom: 260px;
  }
  .pl-lg-260,
  .px-lg-260 {
    padding-left: 260px;
  }
  .p-lg-255 {
    padding: 255px;
  }
  .pt-lg-255,
  .py-lg-255 {
    padding-top: 255px;
  }
  .pr-lg-255,
  .px-lg-255 {
    padding-right: 255px;
  }
  .pb-lg-255,
  .py-lg-255 {
    padding-bottom: 255px;
  }
  .pl-lg-255,
  .px-lg-255 {
    padding-left: 255px;
  }
  .p-lg-250 {
    padding: 250px;
  }
  .pt-lg-250,
  .py-lg-250 {
    padding-top: 250px;
  }
  .pr-lg-250,
  .px-lg-250 {
    padding-right: 250px;
  }
  .pb-lg-250,
  .py-lg-250 {
    padding-bottom: 250px;
  }
  .pl-lg-250,
  .px-lg-250 {
    padding-left: 250px;
  }
  .p-lg-245 {
    padding: 245px;
  }
  .pt-lg-245,
  .py-lg-245 {
    padding-top: 245px;
  }
  .pr-lg-245,
  .px-lg-245 {
    padding-right: 245px;
  }
  .pb-lg-245,
  .py-lg-245 {
    padding-bottom: 245px;
  }
  .pl-lg-245,
  .px-lg-245 {
    padding-left: 245px;
  }
  .p-lg-240 {
    padding: 240px;
  }
  .pt-lg-240,
  .py-lg-240 {
    padding-top: 240px;
  }
  .pr-lg-240,
  .px-lg-240 {
    padding-right: 240px;
  }
  .pb-lg-240,
  .py-lg-240 {
    padding-bottom: 240px;
  }
  .pl-lg-240,
  .px-lg-240 {
    padding-left: 240px;
  }
  .p-lg-235 {
    padding: 235px;
  }
  .pt-lg-235,
  .py-lg-235 {
    padding-top: 235px;
  }
  .pr-lg-235,
  .px-lg-235 {
    padding-right: 235px;
  }
  .pb-lg-235,
  .py-lg-235 {
    padding-bottom: 235px;
  }
  .pl-lg-235,
  .px-lg-235 {
    padding-left: 235px;
  }
  .p-lg-230 {
    padding: 230px;
  }
  .pt-lg-230,
  .py-lg-230 {
    padding-top: 230px;
  }
  .pr-lg-230,
  .px-lg-230 {
    padding-right: 230px;
  }
  .pb-lg-230,
  .py-lg-230 {
    padding-bottom: 230px;
  }
  .pl-lg-230,
  .px-lg-230 {
    padding-left: 230px;
  }
  .p-lg-225 {
    padding: 225px;
  }
  .pt-lg-225,
  .py-lg-225 {
    padding-top: 225px;
  }
  .pr-lg-225,
  .px-lg-225 {
    padding-right: 225px;
  }
  .pb-lg-225,
  .py-lg-225 {
    padding-bottom: 225px;
  }
  .pl-lg-225,
  .px-lg-225 {
    padding-left: 225px;
  }
  .p-lg-220 {
    padding: 220px;
  }
  .pt-lg-220,
  .py-lg-220 {
    padding-top: 220px;
  }
  .pr-lg-220,
  .px-lg-220 {
    padding-right: 220px;
  }
  .pb-lg-220,
  .py-lg-220 {
    padding-bottom: 220px;
  }
  .pl-lg-220,
  .px-lg-220 {
    padding-left: 220px;
  }
  .p-lg-215 {
    padding: 215px;
  }
  .pt-lg-215,
  .py-lg-215 {
    padding-top: 215px;
  }
  .pr-lg-215,
  .px-lg-215 {
    padding-right: 215px;
  }
  .pb-lg-215,
  .py-lg-215 {
    padding-bottom: 215px;
  }
  .pl-lg-215,
  .px-lg-215 {
    padding-left: 215px;
  }
  .p-lg-210 {
    padding: 210px;
  }
  .pt-lg-210,
  .py-lg-210 {
    padding-top: 210px;
  }
  .pr-lg-210,
  .px-lg-210 {
    padding-right: 210px;
  }
  .pb-lg-210,
  .py-lg-210 {
    padding-bottom: 210px;
  }
  .pl-lg-210,
  .px-lg-210 {
    padding-left: 210px;
  }
  .p-lg-205 {
    padding: 205px;
  }
  .pt-lg-205,
  .py-lg-205 {
    padding-top: 205px;
  }
  .pr-lg-205,
  .px-lg-205 {
    padding-right: 205px;
  }
  .pb-lg-205,
  .py-lg-205 {
    padding-bottom: 205px;
  }
  .pl-lg-205,
  .px-lg-205 {
    padding-left: 205px;
  }
  .p-lg-200 {
    padding: 200px;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px;
  }
  .p-lg-195 {
    padding: 195px;
  }
  .pt-lg-195,
  .py-lg-195 {
    padding-top: 195px;
  }
  .pr-lg-195,
  .px-lg-195 {
    padding-right: 195px;
  }
  .pb-lg-195,
  .py-lg-195 {
    padding-bottom: 195px;
  }
  .pl-lg-195,
  .px-lg-195 {
    padding-left: 195px;
  }
  .p-lg-190 {
    padding: 190px;
  }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 190px;
  }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 190px;
  }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 190px;
  }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 190px;
  }
  .p-lg-185 {
    padding: 185px;
  }
  .pt-lg-185,
  .py-lg-185 {
    padding-top: 185px;
  }
  .pr-lg-185,
  .px-lg-185 {
    padding-right: 185px;
  }
  .pb-lg-185,
  .py-lg-185 {
    padding-bottom: 185px;
  }
  .pl-lg-185,
  .px-lg-185 {
    padding-left: 185px;
  }
  .p-lg-180 {
    padding: 180px;
  }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 180px;
  }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 180px;
  }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 180px;
  }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 180px;
  }
  .p-lg-175 {
    padding: 175px;
  }
  .pt-lg-175,
  .py-lg-175 {
    padding-top: 175px;
  }
  .pr-lg-175,
  .px-lg-175 {
    padding-right: 175px;
  }
  .pb-lg-175,
  .py-lg-175 {
    padding-bottom: 175px;
  }
  .pl-lg-175,
  .px-lg-175 {
    padding-left: 175px;
  }
  .p-lg-170 {
    padding: 170px;
  }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 170px;
  }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 170px;
  }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 170px;
  }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 170px;
  }
  .p-lg-165 {
    padding: 165px;
  }
  .pt-lg-165,
  .py-lg-165 {
    padding-top: 165px;
  }
  .pr-lg-165,
  .px-lg-165 {
    padding-right: 165px;
  }
  .pb-lg-165,
  .py-lg-165 {
    padding-bottom: 165px;
  }
  .pl-lg-165,
  .px-lg-165 {
    padding-left: 165px;
  }
  .p-lg-160 {
    padding: 160px;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px;
  }
  .p-lg-155 {
    padding: 155px;
  }
  .pt-lg-155,
  .py-lg-155 {
    padding-top: 155px;
  }
  .pr-lg-155,
  .px-lg-155 {
    padding-right: 155px;
  }
  .pb-lg-155,
  .py-lg-155 {
    padding-bottom: 155px;
  }
  .pl-lg-155,
  .px-lg-155 {
    padding-left: 155px;
  }
  .p-lg-150 {
    padding: 150px;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 150px;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150px;
  }
  .p-lg-145 {
    padding: 145px;
  }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 145px;
  }
  .pr-lg-145,
  .px-lg-145 {
    padding-right: 145px;
  }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 145px;
  }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 145px;
  }
  .p-lg-140 {
    padding: 140px;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px;
  }
  .p-lg-135 {
    padding: 135px;
  }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 135px;
  }
  .pr-lg-135,
  .px-lg-135 {
    padding-right: 135px;
  }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 135px;
  }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 135px;
  }
  .p-lg-130 {
    padding: 130px;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 130px;
  }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 130px;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 130px;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 130px;
  }
  .p-lg-125 {
    padding: 125px;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 125px;
  }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 125px;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 125px;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 125px;
  }
  .p-lg-120 {
    padding: 120px;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px;
  }
  .p-lg-115 {
    padding: 115px;
  }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 115px;
  }
  .pr-lg-115,
  .px-lg-115 {
    padding-right: 115px;
  }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 115px;
  }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 115px;
  }
  .p-lg-110 {
    padding: 110px;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110px;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 110px;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110px;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110px;
  }
  .p-lg-105 {
    padding: 105px;
  }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 105px;
  }
  .pr-lg-105,
  .px-lg-105 {
    padding-right: 105px;
  }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 105px;
  }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 105px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px;
  }
  .p-lg-95 {
    padding: 95px;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px;
  }
  .p-lg-90 {
    padding: 90px;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px;
  }
  .p-lg-85 {
    padding: 85px;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px;
  }
  .p-lg-75 {
    padding: 75px;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px;
  }
  .p-lg-70 {
    padding: 70px;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px;
  }
  .p-lg-65 {
    padding: 65px;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px;
  }
  .p-lg-55 {
    padding: 55px;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px;
  }
  .p-lg-25 {
    padding: 25px;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1350px) {
  .m-xl-300 {
    margin: 300px;
  }
  .mt-xl-300,
  .my-xl-300 {
    margin-top: 300px;
  }
  .mr-xl-300,
  .mx-xl-300 {
    margin-right: 300px;
  }
  .mb-xl-300,
  .my-xl-300 {
    margin-bottom: 300px;
  }
  .ml-xl-300,
  .mx-xl-300 {
    margin-left: 300px;
  }
  .m-xl-295 {
    margin: 295px;
  }
  .mt-xl-295,
  .my-xl-295 {
    margin-top: 295px;
  }
  .mr-xl-295,
  .mx-xl-295 {
    margin-right: 295px;
  }
  .mb-xl-295,
  .my-xl-295 {
    margin-bottom: 295px;
  }
  .ml-xl-295,
  .mx-xl-295 {
    margin-left: 295px;
  }
  .m-xl-290 {
    margin: 290px;
  }
  .mt-xl-290,
  .my-xl-290 {
    margin-top: 290px;
  }
  .mr-xl-290,
  .mx-xl-290 {
    margin-right: 290px;
  }
  .mb-xl-290,
  .my-xl-290 {
    margin-bottom: 290px;
  }
  .ml-xl-290,
  .mx-xl-290 {
    margin-left: 290px;
  }
  .m-xl-285 {
    margin: 285px;
  }
  .mt-xl-285,
  .my-xl-285 {
    margin-top: 285px;
  }
  .mr-xl-285,
  .mx-xl-285 {
    margin-right: 285px;
  }
  .mb-xl-285,
  .my-xl-285 {
    margin-bottom: 285px;
  }
  .ml-xl-285,
  .mx-xl-285 {
    margin-left: 285px;
  }
  .m-xl-280 {
    margin: 280px;
  }
  .mt-xl-280,
  .my-xl-280 {
    margin-top: 280px;
  }
  .mr-xl-280,
  .mx-xl-280 {
    margin-right: 280px;
  }
  .mb-xl-280,
  .my-xl-280 {
    margin-bottom: 280px;
  }
  .ml-xl-280,
  .mx-xl-280 {
    margin-left: 280px;
  }
  .m-xl-275 {
    margin: 275px;
  }
  .mt-xl-275,
  .my-xl-275 {
    margin-top: 275px;
  }
  .mr-xl-275,
  .mx-xl-275 {
    margin-right: 275px;
  }
  .mb-xl-275,
  .my-xl-275 {
    margin-bottom: 275px;
  }
  .ml-xl-275,
  .mx-xl-275 {
    margin-left: 275px;
  }
  .m-xl-270 {
    margin: 270px;
  }
  .mt-xl-270,
  .my-xl-270 {
    margin-top: 270px;
  }
  .mr-xl-270,
  .mx-xl-270 {
    margin-right: 270px;
  }
  .mb-xl-270,
  .my-xl-270 {
    margin-bottom: 270px;
  }
  .ml-xl-270,
  .mx-xl-270 {
    margin-left: 270px;
  }
  .m-xl-265 {
    margin: 265px;
  }
  .mt-xl-265,
  .my-xl-265 {
    margin-top: 265px;
  }
  .mr-xl-265,
  .mx-xl-265 {
    margin-right: 265px;
  }
  .mb-xl-265,
  .my-xl-265 {
    margin-bottom: 265px;
  }
  .ml-xl-265,
  .mx-xl-265 {
    margin-left: 265px;
  }
  .m-xl-260 {
    margin: 260px;
  }
  .mt-xl-260,
  .my-xl-260 {
    margin-top: 260px;
  }
  .mr-xl-260,
  .mx-xl-260 {
    margin-right: 260px;
  }
  .mb-xl-260,
  .my-xl-260 {
    margin-bottom: 260px;
  }
  .ml-xl-260,
  .mx-xl-260 {
    margin-left: 260px;
  }
  .m-xl-255 {
    margin: 255px;
  }
  .mt-xl-255,
  .my-xl-255 {
    margin-top: 255px;
  }
  .mr-xl-255,
  .mx-xl-255 {
    margin-right: 255px;
  }
  .mb-xl-255,
  .my-xl-255 {
    margin-bottom: 255px;
  }
  .ml-xl-255,
  .mx-xl-255 {
    margin-left: 255px;
  }
  .m-xl-250 {
    margin: 250px;
  }
  .mt-xl-250,
  .my-xl-250 {
    margin-top: 250px;
  }
  .mr-xl-250,
  .mx-xl-250 {
    margin-right: 250px;
  }
  .mb-xl-250,
  .my-xl-250 {
    margin-bottom: 250px;
  }
  .ml-xl-250,
  .mx-xl-250 {
    margin-left: 250px;
  }
  .m-xl-245 {
    margin: 245px;
  }
  .mt-xl-245,
  .my-xl-245 {
    margin-top: 245px;
  }
  .mr-xl-245,
  .mx-xl-245 {
    margin-right: 245px;
  }
  .mb-xl-245,
  .my-xl-245 {
    margin-bottom: 245px;
  }
  .ml-xl-245,
  .mx-xl-245 {
    margin-left: 245px;
  }
  .m-xl-240 {
    margin: 240px;
  }
  .mt-xl-240,
  .my-xl-240 {
    margin-top: 240px;
  }
  .mr-xl-240,
  .mx-xl-240 {
    margin-right: 240px;
  }
  .mb-xl-240,
  .my-xl-240 {
    margin-bottom: 240px;
  }
  .ml-xl-240,
  .mx-xl-240 {
    margin-left: 240px;
  }
  .m-xl-235 {
    margin: 235px;
  }
  .mt-xl-235,
  .my-xl-235 {
    margin-top: 235px;
  }
  .mr-xl-235,
  .mx-xl-235 {
    margin-right: 235px;
  }
  .mb-xl-235,
  .my-xl-235 {
    margin-bottom: 235px;
  }
  .ml-xl-235,
  .mx-xl-235 {
    margin-left: 235px;
  }
  .m-xl-230 {
    margin: 230px;
  }
  .mt-xl-230,
  .my-xl-230 {
    margin-top: 230px;
  }
  .mr-xl-230,
  .mx-xl-230 {
    margin-right: 230px;
  }
  .mb-xl-230,
  .my-xl-230 {
    margin-bottom: 230px;
  }
  .ml-xl-230,
  .mx-xl-230 {
    margin-left: 230px;
  }
  .m-xl-225 {
    margin: 225px;
  }
  .mt-xl-225,
  .my-xl-225 {
    margin-top: 225px;
  }
  .mr-xl-225,
  .mx-xl-225 {
    margin-right: 225px;
  }
  .mb-xl-225,
  .my-xl-225 {
    margin-bottom: 225px;
  }
  .ml-xl-225,
  .mx-xl-225 {
    margin-left: 225px;
  }
  .m-xl-220 {
    margin: 220px;
  }
  .mt-xl-220,
  .my-xl-220 {
    margin-top: 220px;
  }
  .mr-xl-220,
  .mx-xl-220 {
    margin-right: 220px;
  }
  .mb-xl-220,
  .my-xl-220 {
    margin-bottom: 220px;
  }
  .ml-xl-220,
  .mx-xl-220 {
    margin-left: 220px;
  }
  .m-xl-215 {
    margin: 215px;
  }
  .mt-xl-215,
  .my-xl-215 {
    margin-top: 215px;
  }
  .mr-xl-215,
  .mx-xl-215 {
    margin-right: 215px;
  }
  .mb-xl-215,
  .my-xl-215 {
    margin-bottom: 215px;
  }
  .ml-xl-215,
  .mx-xl-215 {
    margin-left: 215px;
  }
  .m-xl-210 {
    margin: 210px;
  }
  .mt-xl-210,
  .my-xl-210 {
    margin-top: 210px;
  }
  .mr-xl-210,
  .mx-xl-210 {
    margin-right: 210px;
  }
  .mb-xl-210,
  .my-xl-210 {
    margin-bottom: 210px;
  }
  .ml-xl-210,
  .mx-xl-210 {
    margin-left: 210px;
  }
  .m-xl-205 {
    margin: 205px;
  }
  .mt-xl-205,
  .my-xl-205 {
    margin-top: 205px;
  }
  .mr-xl-205,
  .mx-xl-205 {
    margin-right: 205px;
  }
  .mb-xl-205,
  .my-xl-205 {
    margin-bottom: 205px;
  }
  .ml-xl-205,
  .mx-xl-205 {
    margin-left: 205px;
  }
  .m-xl-200 {
    margin: 200px;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px;
  }
  .m-xl-195 {
    margin: 195px;
  }
  .mt-xl-195,
  .my-xl-195 {
    margin-top: 195px;
  }
  .mr-xl-195,
  .mx-xl-195 {
    margin-right: 195px;
  }
  .mb-xl-195,
  .my-xl-195 {
    margin-bottom: 195px;
  }
  .ml-xl-195,
  .mx-xl-195 {
    margin-left: 195px;
  }
  .m-xl-190 {
    margin: 190px;
  }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 190px;
  }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 190px;
  }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 190px;
  }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 190px;
  }
  .m-xl-185 {
    margin: 185px;
  }
  .mt-xl-185,
  .my-xl-185 {
    margin-top: 185px;
  }
  .mr-xl-185,
  .mx-xl-185 {
    margin-right: 185px;
  }
  .mb-xl-185,
  .my-xl-185 {
    margin-bottom: 185px;
  }
  .ml-xl-185,
  .mx-xl-185 {
    margin-left: 185px;
  }
  .m-xl-180 {
    margin: 180px;
  }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 180px;
  }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 180px;
  }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 180px;
  }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 180px;
  }
  .m-xl-175 {
    margin: 175px;
  }
  .mt-xl-175,
  .my-xl-175 {
    margin-top: 175px;
  }
  .mr-xl-175,
  .mx-xl-175 {
    margin-right: 175px;
  }
  .mb-xl-175,
  .my-xl-175 {
    margin-bottom: 175px;
  }
  .ml-xl-175,
  .mx-xl-175 {
    margin-left: 175px;
  }
  .m-xl-170 {
    margin: 170px;
  }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 170px;
  }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 170px;
  }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 170px;
  }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 170px;
  }
  .m-xl-165 {
    margin: 165px;
  }
  .mt-xl-165,
  .my-xl-165 {
    margin-top: 165px;
  }
  .mr-xl-165,
  .mx-xl-165 {
    margin-right: 165px;
  }
  .mb-xl-165,
  .my-xl-165 {
    margin-bottom: 165px;
  }
  .ml-xl-165,
  .mx-xl-165 {
    margin-left: 165px;
  }
  .m-xl-160 {
    margin: 160px;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px;
  }
  .m-xl-155 {
    margin: 155px;
  }
  .mt-xl-155,
  .my-xl-155 {
    margin-top: 155px;
  }
  .mr-xl-155,
  .mx-xl-155 {
    margin-right: 155px;
  }
  .mb-xl-155,
  .my-xl-155 {
    margin-bottom: 155px;
  }
  .ml-xl-155,
  .mx-xl-155 {
    margin-left: 155px;
  }
  .m-xl-150 {
    margin: 150px;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 150px;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 150px;
  }
  .m-xl-145 {
    margin: 145px;
  }
  .mt-xl-145,
  .my-xl-145 {
    margin-top: 145px;
  }
  .mr-xl-145,
  .mx-xl-145 {
    margin-right: 145px;
  }
  .mb-xl-145,
  .my-xl-145 {
    margin-bottom: 145px;
  }
  .ml-xl-145,
  .mx-xl-145 {
    margin-left: 145px;
  }
  .m-xl-140 {
    margin: 140px;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px;
  }
  .m-xl-135 {
    margin: 135px;
  }
  .mt-xl-135,
  .my-xl-135 {
    margin-top: 135px;
  }
  .mr-xl-135,
  .mx-xl-135 {
    margin-right: 135px;
  }
  .mb-xl-135,
  .my-xl-135 {
    margin-bottom: 135px;
  }
  .ml-xl-135,
  .mx-xl-135 {
    margin-left: 135px;
  }
  .m-xl-130 {
    margin: 130px;
  }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 130px;
  }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 130px;
  }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 130px;
  }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 130px;
  }
  .m-xl-125 {
    margin: 125px;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 125px;
  }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 125px;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 125px;
  }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 125px;
  }
  .m-xl-120 {
    margin: 120px;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px;
  }
  .m-xl-115 {
    margin: 115px;
  }
  .mt-xl-115,
  .my-xl-115 {
    margin-top: 115px;
  }
  .mr-xl-115,
  .mx-xl-115 {
    margin-right: 115px;
  }
  .mb-xl-115,
  .my-xl-115 {
    margin-bottom: 115px;
  }
  .ml-xl-115,
  .mx-xl-115 {
    margin-left: 115px;
  }
  .m-xl-110 {
    margin: 110px;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 110px;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 110px;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 110px;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 110px;
  }
  .m-xl-105 {
    margin: 105px;
  }
  .mt-xl-105,
  .my-xl-105 {
    margin-top: 105px;
  }
  .mr-xl-105,
  .mx-xl-105 {
    margin-right: 105px;
  }
  .mb-xl-105,
  .my-xl-105 {
    margin-bottom: 105px;
  }
  .ml-xl-105,
  .mx-xl-105 {
    margin-left: 105px;
  }
  .m-xl-100 {
    margin: 100px;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px;
  }
  .m-xl-95 {
    margin: 95px;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px;
  }
  .m-xl-90 {
    margin: 90px;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px;
  }
  .m-xl-85 {
    margin: 85px;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px;
  }
  .m-xl-80 {
    margin: 80px;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px;
  }
  .m-xl-75 {
    margin: 75px;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px;
  }
  .m-xl-70 {
    margin: 70px;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px;
  }
  .m-xl-65 {
    margin: 65px;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px;
  }
  .m-xl-60 {
    margin: 60px;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px;
  }
  .m-xl-55 {
    margin: 55px;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px;
  }
  .m-xl-45 {
    margin: 45px;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px;
  }
  .m-xl-35 {
    margin: 35px;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px;
  }
  .m-xl-25 {
    margin: 25px;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px;
  }
  .p-xl-300 {
    padding: 300px;
  }
  .pt-xl-300,
  .py-xl-300 {
    padding-top: 300px;
  }
  .pr-xl-300,
  .px-xl-300 {
    padding-right: 300px;
  }
  .pb-xl-300,
  .py-xl-300 {
    padding-bottom: 300px;
  }
  .pl-xl-300,
  .px-xl-300 {
    padding-left: 300px;
  }
  .p-xl-295 {
    padding: 295px;
  }
  .pt-xl-295,
  .py-xl-295 {
    padding-top: 295px;
  }
  .pr-xl-295,
  .px-xl-295 {
    padding-right: 295px;
  }
  .pb-xl-295,
  .py-xl-295 {
    padding-bottom: 295px;
  }
  .pl-xl-295,
  .px-xl-295 {
    padding-left: 295px;
  }
  .p-xl-290 {
    padding: 290px;
  }
  .pt-xl-290,
  .py-xl-290 {
    padding-top: 290px;
  }
  .pr-xl-290,
  .px-xl-290 {
    padding-right: 290px;
  }
  .pb-xl-290,
  .py-xl-290 {
    padding-bottom: 290px;
  }
  .pl-xl-290,
  .px-xl-290 {
    padding-left: 290px;
  }
  .p-xl-285 {
    padding: 285px;
  }
  .pt-xl-285,
  .py-xl-285 {
    padding-top: 285px;
  }
  .pr-xl-285,
  .px-xl-285 {
    padding-right: 285px;
  }
  .pb-xl-285,
  .py-xl-285 {
    padding-bottom: 285px;
  }
  .pl-xl-285,
  .px-xl-285 {
    padding-left: 285px;
  }
  .p-xl-280 {
    padding: 280px;
  }
  .pt-xl-280,
  .py-xl-280 {
    padding-top: 280px;
  }
  .pr-xl-280,
  .px-xl-280 {
    padding-right: 280px;
  }
  .pb-xl-280,
  .py-xl-280 {
    padding-bottom: 280px;
  }
  .pl-xl-280,
  .px-xl-280 {
    padding-left: 280px;
  }
  .p-xl-275 {
    padding: 275px;
  }
  .pt-xl-275,
  .py-xl-275 {
    padding-top: 275px;
  }
  .pr-xl-275,
  .px-xl-275 {
    padding-right: 275px;
  }
  .pb-xl-275,
  .py-xl-275 {
    padding-bottom: 275px;
  }
  .pl-xl-275,
  .px-xl-275 {
    padding-left: 275px;
  }
  .p-xl-270 {
    padding: 270px;
  }
  .pt-xl-270,
  .py-xl-270 {
    padding-top: 270px;
  }
  .pr-xl-270,
  .px-xl-270 {
    padding-right: 270px;
  }
  .pb-xl-270,
  .py-xl-270 {
    padding-bottom: 270px;
  }
  .pl-xl-270,
  .px-xl-270 {
    padding-left: 270px;
  }
  .p-xl-265 {
    padding: 265px;
  }
  .pt-xl-265,
  .py-xl-265 {
    padding-top: 265px;
  }
  .pr-xl-265,
  .px-xl-265 {
    padding-right: 265px;
  }
  .pb-xl-265,
  .py-xl-265 {
    padding-bottom: 265px;
  }
  .pl-xl-265,
  .px-xl-265 {
    padding-left: 265px;
  }
  .p-xl-260 {
    padding: 260px;
  }
  .pt-xl-260,
  .py-xl-260 {
    padding-top: 260px;
  }
  .pr-xl-260,
  .px-xl-260 {
    padding-right: 260px;
  }
  .pb-xl-260,
  .py-xl-260 {
    padding-bottom: 260px;
  }
  .pl-xl-260,
  .px-xl-260 {
    padding-left: 260px;
  }
  .p-xl-255 {
    padding: 255px;
  }
  .pt-xl-255,
  .py-xl-255 {
    padding-top: 255px;
  }
  .pr-xl-255,
  .px-xl-255 {
    padding-right: 255px;
  }
  .pb-xl-255,
  .py-xl-255 {
    padding-bottom: 255px;
  }
  .pl-xl-255,
  .px-xl-255 {
    padding-left: 255px;
  }
  .p-xl-250 {
    padding: 250px;
  }
  .pt-xl-250,
  .py-xl-250 {
    padding-top: 250px;
  }
  .pr-xl-250,
  .px-xl-250 {
    padding-right: 250px;
  }
  .pb-xl-250,
  .py-xl-250 {
    padding-bottom: 250px;
  }
  .pl-xl-250,
  .px-xl-250 {
    padding-left: 250px;
  }
  .p-xl-245 {
    padding: 245px;
  }
  .pt-xl-245,
  .py-xl-245 {
    padding-top: 245px;
  }
  .pr-xl-245,
  .px-xl-245 {
    padding-right: 245px;
  }
  .pb-xl-245,
  .py-xl-245 {
    padding-bottom: 245px;
  }
  .pl-xl-245,
  .px-xl-245 {
    padding-left: 245px;
  }
  .p-xl-240 {
    padding: 240px;
  }
  .pt-xl-240,
  .py-xl-240 {
    padding-top: 240px;
  }
  .pr-xl-240,
  .px-xl-240 {
    padding-right: 240px;
  }
  .pb-xl-240,
  .py-xl-240 {
    padding-bottom: 240px;
  }
  .pl-xl-240,
  .px-xl-240 {
    padding-left: 240px;
  }
  .p-xl-235 {
    padding: 235px;
  }
  .pt-xl-235,
  .py-xl-235 {
    padding-top: 235px;
  }
  .pr-xl-235,
  .px-xl-235 {
    padding-right: 235px;
  }
  .pb-xl-235,
  .py-xl-235 {
    padding-bottom: 235px;
  }
  .pl-xl-235,
  .px-xl-235 {
    padding-left: 235px;
  }
  .p-xl-230 {
    padding: 230px;
  }
  .pt-xl-230,
  .py-xl-230 {
    padding-top: 230px;
  }
  .pr-xl-230,
  .px-xl-230 {
    padding-right: 230px;
  }
  .pb-xl-230,
  .py-xl-230 {
    padding-bottom: 230px;
  }
  .pl-xl-230,
  .px-xl-230 {
    padding-left: 230px;
  }
  .p-xl-225 {
    padding: 225px;
  }
  .pt-xl-225,
  .py-xl-225 {
    padding-top: 225px;
  }
  .pr-xl-225,
  .px-xl-225 {
    padding-right: 225px;
  }
  .pb-xl-225,
  .py-xl-225 {
    padding-bottom: 225px;
  }
  .pl-xl-225,
  .px-xl-225 {
    padding-left: 225px;
  }
  .p-xl-220 {
    padding: 220px;
  }
  .pt-xl-220,
  .py-xl-220 {
    padding-top: 220px;
  }
  .pr-xl-220,
  .px-xl-220 {
    padding-right: 220px;
  }
  .pb-xl-220,
  .py-xl-220 {
    padding-bottom: 220px;
  }
  .pl-xl-220,
  .px-xl-220 {
    padding-left: 220px;
  }
  .p-xl-215 {
    padding: 215px;
  }
  .pt-xl-215,
  .py-xl-215 {
    padding-top: 215px;
  }
  .pr-xl-215,
  .px-xl-215 {
    padding-right: 215px;
  }
  .pb-xl-215,
  .py-xl-215 {
    padding-bottom: 215px;
  }
  .pl-xl-215,
  .px-xl-215 {
    padding-left: 215px;
  }
  .p-xl-210 {
    padding: 210px;
  }
  .pt-xl-210,
  .py-xl-210 {
    padding-top: 210px;
  }
  .pr-xl-210,
  .px-xl-210 {
    padding-right: 210px;
  }
  .pb-xl-210,
  .py-xl-210 {
    padding-bottom: 210px;
  }
  .pl-xl-210,
  .px-xl-210 {
    padding-left: 210px;
  }
  .p-xl-205 {
    padding: 205px;
  }
  .pt-xl-205,
  .py-xl-205 {
    padding-top: 205px;
  }
  .pr-xl-205,
  .px-xl-205 {
    padding-right: 205px;
  }
  .pb-xl-205,
  .py-xl-205 {
    padding-bottom: 205px;
  }
  .pl-xl-205,
  .px-xl-205 {
    padding-left: 205px;
  }
  .p-xl-200 {
    padding: 200px;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px;
  }
  .p-xl-195 {
    padding: 195px;
  }
  .pt-xl-195,
  .py-xl-195 {
    padding-top: 195px;
  }
  .pr-xl-195,
  .px-xl-195 {
    padding-right: 195px;
  }
  .pb-xl-195,
  .py-xl-195 {
    padding-bottom: 195px;
  }
  .pl-xl-195,
  .px-xl-195 {
    padding-left: 195px;
  }
  .p-xl-190 {
    padding: 190px;
  }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 190px;
  }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 190px;
  }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 190px;
  }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 190px;
  }
  .p-xl-185 {
    padding: 185px;
  }
  .pt-xl-185,
  .py-xl-185 {
    padding-top: 185px;
  }
  .pr-xl-185,
  .px-xl-185 {
    padding-right: 185px;
  }
  .pb-xl-185,
  .py-xl-185 {
    padding-bottom: 185px;
  }
  .pl-xl-185,
  .px-xl-185 {
    padding-left: 185px;
  }
  .p-xl-180 {
    padding: 180px;
  }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 180px;
  }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 180px;
  }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 180px;
  }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 180px;
  }
  .p-xl-175 {
    padding: 175px;
  }
  .pt-xl-175,
  .py-xl-175 {
    padding-top: 175px;
  }
  .pr-xl-175,
  .px-xl-175 {
    padding-right: 175px;
  }
  .pb-xl-175,
  .py-xl-175 {
    padding-bottom: 175px;
  }
  .pl-xl-175,
  .px-xl-175 {
    padding-left: 175px;
  }
  .p-xl-170 {
    padding: 170px;
  }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 170px;
  }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 170px;
  }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 170px;
  }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 170px;
  }
  .p-xl-165 {
    padding: 165px;
  }
  .pt-xl-165,
  .py-xl-165 {
    padding-top: 165px;
  }
  .pr-xl-165,
  .px-xl-165 {
    padding-right: 165px;
  }
  .pb-xl-165,
  .py-xl-165 {
    padding-bottom: 165px;
  }
  .pl-xl-165,
  .px-xl-165 {
    padding-left: 165px;
  }
  .p-xl-160 {
    padding: 160px;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px;
  }
  .p-xl-155 {
    padding: 155px;
  }
  .pt-xl-155,
  .py-xl-155 {
    padding-top: 155px;
  }
  .pr-xl-155,
  .px-xl-155 {
    padding-right: 155px;
  }
  .pb-xl-155,
  .py-xl-155 {
    padding-bottom: 155px;
  }
  .pl-xl-155,
  .px-xl-155 {
    padding-left: 155px;
  }
  .p-xl-150 {
    padding: 150px;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 150px;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 150px;
  }
  .p-xl-145 {
    padding: 145px;
  }
  .pt-xl-145,
  .py-xl-145 {
    padding-top: 145px;
  }
  .pr-xl-145,
  .px-xl-145 {
    padding-right: 145px;
  }
  .pb-xl-145,
  .py-xl-145 {
    padding-bottom: 145px;
  }
  .pl-xl-145,
  .px-xl-145 {
    padding-left: 145px;
  }
  .p-xl-140 {
    padding: 140px;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px;
  }
  .p-xl-135 {
    padding: 135px;
  }
  .pt-xl-135,
  .py-xl-135 {
    padding-top: 135px;
  }
  .pr-xl-135,
  .px-xl-135 {
    padding-right: 135px;
  }
  .pb-xl-135,
  .py-xl-135 {
    padding-bottom: 135px;
  }
  .pl-xl-135,
  .px-xl-135 {
    padding-left: 135px;
  }
  .p-xl-130 {
    padding: 130px;
  }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 130px;
  }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 130px;
  }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 130px;
  }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 130px;
  }
  .p-xl-125 {
    padding: 125px;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 125px;
  }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 125px;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 125px;
  }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 125px;
  }
  .p-xl-120 {
    padding: 120px;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px;
  }
  .p-xl-115 {
    padding: 115px;
  }
  .pt-xl-115,
  .py-xl-115 {
    padding-top: 115px;
  }
  .pr-xl-115,
  .px-xl-115 {
    padding-right: 115px;
  }
  .pb-xl-115,
  .py-xl-115 {
    padding-bottom: 115px;
  }
  .pl-xl-115,
  .px-xl-115 {
    padding-left: 115px;
  }
  .p-xl-110 {
    padding: 110px;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 110px;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 110px;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 110px;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 110px;
  }
  .p-xl-105 {
    padding: 105px;
  }
  .pt-xl-105,
  .py-xl-105 {
    padding-top: 105px;
  }
  .pr-xl-105,
  .px-xl-105 {
    padding-right: 105px;
  }
  .pb-xl-105,
  .py-xl-105 {
    padding-bottom: 105px;
  }
  .pl-xl-105,
  .px-xl-105 {
    padding-left: 105px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px;
  }
  .p-xl-95 {
    padding: 95px;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px;
  }
  .p-xl-90 {
    padding: 90px;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px;
  }
  .p-xl-85 {
    padding: 85px;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px;
  }
  .p-xl-75 {
    padding: 75px;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px;
  }
  .p-xl-65 {
    padding: 65px;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px;
  }
  .p-xl-55 {
    padding: 55px;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px;
  }
  .p-xl-25 {
    padding: 25px;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "GT America";
  src: url("./fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("./fonts/GT-America-Standard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panamericana";
  src: url("./fonts/Panamericana-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panamericana";
  src: url("./fonts/Panamericana-SemiBold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panamericana";
  src: url("./fonts/Panamericana-Italic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.fade-on-scroll,
.animate-on-scroll,
.stagger-on-scroll,
.stagger-fast-on-scroll,
.blast-on-scroll {
  opacity: 0;
  will-change: scroll-position;
}

.stagger-on-scroll.animate,
.stagger-fast-on-scroll.animate,
.blast-on-scroll.animate {
  opacity: 1;
}
.stagger-on-scroll.animate .blast,
.stagger-fast-on-scroll.animate .blast,
.blast-on-scroll.animate .blast {
  display: inline-block;
}

.fade-on-scroll.animate {
  animation-name: d;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.animate-on-scroll.animate {
  animation-name: a;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
  }
}
svg:not(:root) {
  overflow: hidden;
  flex-shrink: 0;
}

svg[role=icon] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}

.icon-caret-right {
  height: 11px;
  width: 6px;
}

.icon-header-caret {
  width: 10px;
  height: 7px;
}

.icon-scroll-up {
  width: 13px;
  height: 9px;
}

.icon-plus {
  width: 9px;
  height: 9px;
}

.icon-accordion-plus {
  width: 25px;
  height: 25px;
}

.icon-accordion-minus {
  width: 25px;
  height: 25px;
}

.icon-accordion-line-plus {
  width: 14px;
  height: 14px;
}

.icon-accordion-line-minus {
  width: 14px;
  height: 2px;
}

.icon-link-arrow {
  width: 14px;
  height: 14px;
}

.icon-link-big-arrow {
  width: 25px;
  height: 25px;
}

.icon-input-search {
  width: 25px;
  height: 25px;
}

.icon-link-plus {
  width: 15px;
  height: 15px;
}

.icon-link-minus {
  width: 15px;
  height: 15px;
}

.icon-tabstrip-arrow {
  width: 12px;
  height: 10px;
}

.icon-header-search,
.icon-header-search-gray {
  width: 25px;
  height: 25px;
}

.facebook-icon {
  width: 23px;
  height: 23px;
}
.facebook-icon-big {
  width: 36px;
  height: 37px;
}

.twitter-icon {
  width: 23px;
  height: 23px;
}
.twitter-icon-big {
  width: 36px;
  height: 37px;
}

.instagram-icon {
  width: 23px;
  height: 23px;
}
.instagram-icon-big {
  width: 36px;
  height: 37px;
}

.whatsapp-icon {
  width: 10px;
  height: 11px;
}

.search-icon {
  height: 25px;
  width: 25px;
}

.search-icon-solo {
  height: 14px;
  width: 13px;
}

.close-icon {
  width: 10px;
  height: 9px;
}

.icon-swiper-arrow {
  width: 25px;
  height: 25px;
}

.icon-swiper-arrow-mobile {
  width: 25px;
  height: 25px;
}

.icon-scroll-up-circle {
  width: 25px;
  height: 25px;
}

.icon-goto-arrow {
  width: 11px;
  height: 16px;
}

.icon-download {
  width: 36px;
  height: 37px;
}

.icon-copy {
  width: 36px;
  height: 37px;
}

.icon-download-gold {
  width: 36px;
  height: 36px;
}

.logo-header {
  width: 45px;
  height: 47px;
}

.logo-footer {
  width: 348px;
  height: 94px;
}

.logo-404 {
  width: 101px;
  height: 104px;
}

div.video-js {
  background-color: transparent;
}
div.video-js div.vjs-poster {
  background-size: cover;
  background-color: transparent;
}
div.video-js button.vjs-big-play-button {
  border: 1px solid transparent;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 80px;
  height: 80px;
  background-color: transparent;
}
div.video-js button.vjs-big-play-button .vjs-icon-placeholder {
  display: flex;
  justify-content: center;
  align-content: center;
}
div.video-js button.vjs-big-play-button .vjs-icon-placeholder::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='50' cy='50' r='50' fill='white'/%3E%3Cpath d='M74 50L38 70.7846L38 29.2154L74 50Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative;
  top: -1px;
  right: -8px;
}
div.video-js:hover button.vjs-big-play-button {
  border: 1px solid transparent;
  background-color: transparent !important;
}
div.video-js .vjs-remaining-time {
  display: none;
}
div.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
  line-height: 1.6;
  font-size: 2.4em;
}
div.video-js video {
  -o-object-fit: cover;
     object-fit: cover;
}
div.video-js.vjs-fullscreen video {
  -o-object-fit: contain;
     object-fit: contain;
}

div.vjs-theme-sea .vjs-icon-play,
div.vjs-theme-sea .vjs-icon-placeholder {
  color: #FFF !important;
}
div.vjs-theme-sea .vjs-icon-play::before,
div.vjs-theme-sea .vjs-icon-placeholder::before {
  color: #FFF !important;
}
div.vjs-theme-sea .vjs-button:hover {
  background: transparent !important;
}
div.vjs-theme-sea .vjs-control-bar {
  background-color: transparent;
}
div.vjs-theme-sea .vjs-progress-control {
  width: 100%;
}
div.vjs-theme-sea .vjs-progress-control .vjs-progress-holder {
  margin-top: auto;
}
div.vjs-theme-sea .vjs-progress-control .vjs-slider {
  background-color: rgba(255, 255, 255, 0.1);
}
div.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
  background-color: #FFF;
}
div.vjs-theme-sea .vjs-progress-control .vjs-time-tooltip {
  background-color: rgba(255, 255, 255, 0.5);
}
div.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  color: #FFF;
}

.section-press .video-js {
  height: 100%;
}
.section-press .video-js .vjs-tech {
  position: relative;
}

footer {
  position: absolute;
  width: 100%;
}
footer .footer-logo {
  width: 100%;
  max-width: 347px !important;
}
@media (max-width: 767.98px) {
  footer .footer-logo {
    max-width: 216px !important;
  }
}
footer .nav-link {
  padding: 0 1rem;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: border 0.4s ease-in-out;
  background-color: white;
}
@media (max-width: 767.98px) {
  header {
    border-top: 2px solid #c8a568;
  }
}
header .main-links {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
header.drop-open .main-links {
  border-bottom: 1px solid #d1d1d1;
}
header .header-content {
  z-index: 8;
  position: relative;
}
header .header-content:first-child {
  z-index: 9;
}
header .header-content .link-separator {
  position: relative;
}
header .header-content .link-separator .nav-link {
  padding: 6px 18px;
}
header .header-content .link-separator:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 15px;
  width: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
header nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
header nav li {
  display: inline-block;
  color: #1b1b1b;
}
header nav li a {
  transition: color 0.3s ease;
}
header nav li:not(:last-child) {
  margin-right: 0px;
}
header nav .nav-submenu > .nav-link {
  border-bottom: 2px solid transparent;
  padding-top: 21px;
  padding-bottom: 22px;
  margin-right: 0;
  margin-left: 0;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
header nav .nav-submenu > .nav-link.show {
  border-bottom: 2px solid #c8a568;
}
header .nav-accordion {
  background-color: transparent;
  cursor: pointer;
  color: #1b1b1b;
  border: 0px;
  padding-left: 0;
}
header .nav-accordion a,
header .nav-accordion .icon-header-caret {
  color: #1b1b1b;
}
header .nav-accordion .icon-wrap {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  border-radius: 100%;
  background-color: transparent;
  flex-shrink: 0;
}
header .nav-accordion:hover a,
header .nav-accordion:hover .icon-header-caret, header .nav-accordion[aria-expanded=true] a,
header .nav-accordion[aria-expanded=true] .icon-header-caret {
  color: #c8a568;
}
header .nav-accordion:hover .icon-wrap, header .nav-accordion[aria-expanded=true] .icon-wrap {
  background-color: #f4f4f4;
}
header .nav-accordion[aria-expanded=true] .icon-wrap svg {
  transform: rotate(-180deg);
}
header .logo {
  display: inline-block;
  height: 100%;
  z-index: 99;
  position: relative;
  width: auto;
}
@media (max-width: 1064.98px) {
  header .logo {
    padding: 12px 0;
    margin-right: auto;
  }
}
header .logo img {
  height: 46px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container-fluid,
header .row {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  header .container-fluid {
    padding: 0 30px;
  }
}
@media (min-width: 1065px) {
  header .container-fluid.max-width {
    max-width: 1180px;
  }
}
header .drop-title .icon-caret {
  transform: rotate(180deg);
  transition: transform 0.1s ease;
}
header .drop-title:hover .icon-caret {
  transform: rotate(0deg);
}
header .i-action-search {
  color: #152f5b;
  border: 0;
}
header .drop-modal-links {
  white-space: nowrap;
}
header .dropdown .dropdown-toggle::after {
  content: none;
}
header .dropdown .dropdown-menu {
  padding: 0 0px;
  margin: 0%;
  border: 1px solid #d1d1d1;
  min-width: auto;
}
header .dropdown .dropdown-menu .dropdown-item:active, header .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #1b1b1b;
}
header .dropdown .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: #c8a568;
}

#site-menu-drawer {
  width: 100%;
  height: 0;
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0;
  transition: height 0.2s ease;
  z-index: 1;
}

#burger-menu {
  position: relative;
  width: 17px;
  height: 10px;
  z-index: 99;
  cursor: pointer;
}
#burger-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0b0b0b;
  transition: background-color 0.25s, transform 0.25s;
  -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
}
#burger-menu span:nth-of-type(1) {
  top: 0%;
}
#burger-menu span:nth-of-type(4) {
  top: 100%;
}
#burger-menu span:nth-of-type(2), #burger-menu span:nth-of-type(3) {
  top: 50%;
}
#burger-menu.show span {
  background-color: #0b0b0b;
}
#burger-menu.show span:nth-of-type(1), #burger-menu.show span:nth-of-type(4) {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
#burger-menu.show span:nth-of-type(2) {
  transform: rotate(-45deg);
  -webkit-transform: scaleX(-45deg);
}
#burger-menu.show span:nth-of-type(3) {
  transform: rotate(45deg);
  -webkit-transform: scaleX(45deg);
}

.header-menu {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: white;
  transition: right 0.4s ease;
  overflow: auto;
  padding-top: 98px;
}
@media (max-width: 767.98px) {
  .header-menu {
    padding-top: 71px;
  }
}
.header-menu.show {
  pointer-events: all;
  right: 0%;
}
@media (max-width: 1064.98px) {
  .header-menu .acc-border .acc-button {
    padding: 0px 30px;
  }
}
@media (max-width: 1064.98px) {
  .header-menu .acc-border .acc-body .card-body {
    padding: 21px 30px 20px;
  }
}
.header-menu .acc-border .card-header .icon-header-caret {
  transform: rotate(-180deg);
}
.header-menu .acc-border .card-header .link-title {
  border-bottom: 2px solid #c8a568;
  padding-top: 22px;
  padding-bottom: 18px;
}
.header-menu .acc-border .card-header .collapsed .link-title {
  border-bottom: 2px solid transparent;
}
.header-menu .acc-border .card-header .collapsed .icon-header-caret {
  transform: rotate(0deg);
}

.loader-component {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 2090;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  top: 0;
}

.mobile-menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
  z-index: 11;
  color: #fff;
}

.menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  outline: 0;
  z-index: 11;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__overlay::-webkit-scrollbar {
  display: none;
}

.menu__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 320px;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  background-color: #313131;
  margin: auto;
  padding-bottom: 2.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__container::-webkit-scrollbar {
  display: none;
}

.menu__header,
.menu__content,
.menu__footer {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu__header {
  padding: 2.5rem 1.5rem;
}

.menu__content {
  align-self: flex-start;
}

.menu__footer {
  align-self: flex-end;
}

.mobile-menu-nav {
  font-size: 3.4rem;
  line-height: 8rem;
  letter-spacing: -0.09rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #fff;
}
.mobile-menu-nav svg[role=icon] {
  vertical-align: baseline;
}

.mobile-menu.open {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.open .mobile-menu-nav li {
  animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(1) {
  animation-delay: 0.135s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(2) {
  animation-delay: 0.27s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(3) {
  animation-delay: 0.405s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(4) {
  animation-delay: 0.54s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(5) {
  animation-delay: 0.675s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(6) {
  animation-delay: 0.81s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(7) {
  animation-delay: 0.945s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(8) {
  animation-delay: 1.08s;
}
.mobile-menu.open .mobile-menu-nav li:nth-child(9) {
  animation-delay: 1.215s;
}

.mobile-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 26px;
  height: 17px;
}
.mobile-btn .nav-btn {
  height: 1px;
  width: 20px;
  background: #313131;
  transform: translateY(8px);
}
.mobile-btn .nav-btn::after, .mobile-btn .nav-btn::before {
  content: " ";
  display: block;
  height: 1px;
  width: 26px;
  background: #313131;
}
.mobile-btn .nav-btn::before {
  animation: before-btn-animation-open 1s ease both;
}
.mobile-btn .nav-btn::after {
  animation: after-btn-animation-open 1s ease both;
}

.icon-close {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.input-group {
  position: relative;
  margin-bottom: 20px;
  flex-wrap: initial;
}
.input-group .form-control-label {
  position: absolute;
  top: 15px;
  left: 0;
  color: #313131;
  transition: 0.2s;
  pointer-events: none;
}
.input-group .form-control {
  padding-top: 2.5rem;
}
.input-group .form-control.active + .form-control-label, .input-group .form-control:focus + .form-control-label, .input-group .form-control:valid + .form-control-label {
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  top: 0;
}

.select-input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 5px;
  background-image: url("/img/svg/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-control {
  color: #313131;
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid #313131;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:focus {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #313131;
}
.form-control::placeholder {
  color: #313131;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:active, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:hover {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.was-validated input:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03rem;
  font-weight: normal;
  color: red;
}

.input-group-inline {
  display: flex;
  border-bottom: 0.1rem solid #313131;
  margin-bottom: 2rem;
}
.input-group-inline input,
.input-group-inline button {
  background: transparent;
  border: 0;
}
.input-group-inline input {
  color: #313131;
  padding: 0;
}
.input-group-inline input::-moz-placeholder {
  color: #313131;
}
.input-group-inline input::placeholder {
  color: #313131;
}

.form-check-label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  margin-bottom: 0;
}

.form-check-input {
  display: none;
}
.form-check-input:checked ~ .checkmark {
  background-image: url("/img/svg/icons/checkbox-checked.svg");
}
.form-check-input:checked ~ .radiomark {
  background-image: url("/img/svg/icons/radio-checked.svg");
}

.checkmark,
.radiomark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.checkmark {
  background-image: url("/img/svg/icons/checkbox.svg");
}

.radiomark {
  background-image: url("/img/svg/icons/radio.svg");
}

.input-checkbox.form-input,
input.text.form-input,
input[type=button].form-input,
input[type=date].form-input,
input[type=email].form-input,
input[type=submit].form-input,
input[type=tel].form-input,
input[type=text].form-input,
textarea.form-input {
  border: none;
  outline: none;
  padding: 11px 15px;
  width: 100%;
  resize: none;
}
.input-checkbox.form-input-rounded,
input.text.form-input-rounded,
input[type=button].form-input-rounded,
input[type=date].form-input-rounded,
input[type=email].form-input-rounded,
input[type=submit].form-input-rounded,
input[type=tel].form-input-rounded,
input[type=text].form-input-rounded,
textarea.form-input-rounded {
  padding-left: 25px;
  border-radius: 40px;
}
.input-checkbox.form-input-border-gray,
input.text.form-input-border-gray,
input[type=button].form-input-border-gray,
input[type=date].form-input-border-gray,
input[type=email].form-input-border-gray,
input[type=submit].form-input-border-gray,
input[type=tel].form-input-border-gray,
input[type=text].form-input-border-gray,
textarea.form-input-border-gray {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.input-checkbox.form-input-border-gray::-moz-placeholder, input.text.form-input-border-gray::-moz-placeholder, input[type=button].form-input-border-gray::-moz-placeholder, input[type=date].form-input-border-gray::-moz-placeholder, input[type=email].form-input-border-gray::-moz-placeholder, input[type=submit].form-input-border-gray::-moz-placeholder, input[type=tel].form-input-border-gray::-moz-placeholder, input[type=text].form-input-border-gray::-moz-placeholder, textarea.form-input-border-gray::-moz-placeholder {
  color: #1b1b1b;
}
.input-checkbox.form-input-border-gray::placeholder,
input.text.form-input-border-gray::placeholder,
input[type=button].form-input-border-gray::placeholder,
input[type=date].form-input-border-gray::placeholder,
input[type=email].form-input-border-gray::placeholder,
input[type=submit].form-input-border-gray::placeholder,
input[type=tel].form-input-border-gray::placeholder,
input[type=text].form-input-border-gray::placeholder,
textarea.form-input-border-gray::placeholder {
  color: #1b1b1b;
}
.input-checkbox.form-input-padding,
input.text.form-input-padding,
input[type=button].form-input-padding,
input[type=date].form-input-padding,
input[type=email].form-input-padding,
input[type=submit].form-input-padding,
input[type=tel].form-input-padding,
input[type=text].form-input-padding,
textarea.form-input-padding {
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  .input-checkbox.form-input-padding,
  input.text.form-input-padding,
  input[type=button].form-input-padding,
  input[type=date].form-input-padding,
  input[type=email].form-input-padding,
  input[type=submit].form-input-padding,
  input[type=tel].form-input-padding,
  input[type=text].form-input-padding,
  textarea.form-input-padding {
    padding: 12px 20px;
  }
}

.search-wrapper {
  width: 38%;
}
@media (max-width: 1064.98px) {
  .search-wrapper {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper {
    width: 100%;
  }
}
.search-wrapper .search-input {
  padding-top: 15px !important;
  padding-bottom: 14px !important;
}
.search-wrapper .search-input::-moz-placeholder {
  color: #a0a0a0;
}
.search-wrapper .search-input::placeholder {
  color: #a0a0a0;
}

.form-small-search {
  position: relative;
  display: block;
  width: 100%;
  height: 27px;
}
@media (max-width: 767.98px) {
  .form-small-search {
    width: 100%;
  }
}
.form-small-search .small-search-wrapper {
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  width: 27px;
  height: 27px;
  color: #1b1b1b;
  transition: border-color 0.2s ease, width 0.4s ease;
  position: relative;
}
.form-small-search .small-search-wrapper .clear-search-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.form-small-search .small-search-wrapper .clear-search-btn.show {
  display: block;
}
@media (max-width: 767.98px) {
  .form-small-search .small-search-wrapper .clear-search-btn {
    display: block;
    top: 50%;
  }
}
.form-small-search .small-search-wrapper .search-input-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
}
.form-small-search .small-search-wrapper.show {
  width: 100%;
  max-width: 220px;
  background-color: #fff;
  border-radius: 50px;
}
.form-small-search .small-search-wrapper:hover {
  border: 1px solid #1b1b1b;
}

.search-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1b1b1b;
  border: 1px solid #d1d1d1;
  height: 27px;
  min-width: 27px;
  border-radius: 50px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .search-box {
    width: 100%;
    height: 36px;
  }
}
.search-box .search-button {
  color: #1b1b1b;
  width: 25px;
  height: 27px;
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .search-box .search-button {
    margin-right: 5px;
  }
}
.search-box .search-clear {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  display: flex;
}
.search-box .search-input {
  background: none;
  border: none;
  outline: none;
  float: left;
  color: #1b1b1b;
  transition: 0.4s;
  width: 0px;
  padding: 6px 0px;
}
@media (max-width: 767.98px) {
  .search-box .search-input {
    width: 100%;
    padding: 6px 4px 8px 12px;
  }
}
@media (min-width: 768px) {
  .search-box .search-input:not(:-moz-placeholder) {
    width: 193px;
    padding: 6px 4px 8px 29px;
  }
  .search-box .search-input:valid, .search-box .search-input:not(:placeholder-shown) {
    width: 193px;
    padding: 6px 4px 8px 29px;
  }
  .search-box .search-input:not(:-moz-placeholder) + .search-clear {
    opacity: 1;
    pointer-events: all;
  }
  .search-box .search-input:valid + .search-clear, .search-box .search-input:not(:placeholder-shown) + .search-clear {
    opacity: 1;
    pointer-events: all;
  }
}
.search-box .search-input::-moz-placeholder {
  color: #a0a0a0;
}
.search-box .search-input::placeholder {
  color: #a0a0a0;
}
@media (min-width: 768px) {
  .search-box:hover, .search-box.active {
    border: 1px solid #1b1b1b;
  }
  .search-box:hover > .search-input, .search-box.active > .search-input {
    transition: all 0.2s ease;
    width: 193px;
    padding: 6px 4px 8px 29px;
  }
  .search-box:hover > .search-clear, .search-box.active > .search-clear {
    opacity: 1;
    pointer-events: all;
  }
}

.js-search-box input.search-input {
  border-radius: 67px;
  color: #1b1b1b;
}
.js-search-box input.search-input::-moz-placeholder {
  color: #a0a0a0;
}
.js-search-box input.search-input::placeholder {
  color: #a0a0a0;
}

.drop-modal {
  position: absolute;
  width: 100%;
  top: 101%;
  left: 0%;
  opacity: 0;
  background: transparent;
  z-index: 99;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 10px;
  padding: 10px;
  min-width: 300px;
}
.drop-modal.show {
  pointer-events: all;
  top: 101%;
  opacity: 1;
}

.background-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}
.background-modal.show {
  display: block;
}

.full-modal {
  position: fixed;
  top: 0%;
  left: 0;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.4s ease;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.full-modal.show {
  pointer-events: all;
  top: 0%;
  opacity: 1;
}
.full-modal .main-controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.full-modal .controls {
  position: sticky;
  bottom: 0;
}
.full-modal .main-content {
  overflow: auto;
}

a.btn {
  display: inline-block;
  text-align: center;
}

.btn {
  background-color: transparent;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 80%;
}
.btn-squared {
  border-radius: 4px;
}
.btn-rounded {
  border-radius: 18px;
}
.btn-padding {
  padding: 12px 27px 10px;
}
.btn-large {
  min-width: 190px;
}
@media (max-width: 767.98px) {
  .btn-block-sm {
    width: 100%;
  }
}
.btn-floating {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 5;
}
.btn-newsletter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
.btn-input-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-search {
  position: absolute;
  top: 40%;
  transform: translate(-120%, 50%);
}
@media (max-width: 320px) {
  .btn-search {
    top: 51%;
  }
}
.btn-circle {
  width: 25px;
  height: 25px;
  min-height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.btn-circle svg {
  flex-shrink: 0;
  padding: 0;
}
.btn-with-icon {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 6px 15px 6px;
}
.btn-gold {
  background-color: #c8a568;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-gold:hover {
    background-color: #d2b684;
    color: #fff;
  }
}
.btn-varsity {
  background-color: #c32342;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-varsity:hover {
    background-color: #d33251;
    color: #fff;
  }
}
.btn-gray {
  background-color: #a0a0a0;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-gray:hover {
    background-color: transparent;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
  }
}
.btn-red {
  background-color: #c32342;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-red:hover {
    background-color: #d33251;
    color: #fff;
  }
}
.btn-rojo {
  background-color: #970639;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-rojo:hover {
    background-color: #a11f3e;
    color: #fff;
  }
}
.btn-green {
  background-color: #12695e;
  border: 1px solid transparent;
  color: #fff;
}
@media (min-width: 1065px) {
  .btn-green:hover {
    background-color: #2a786e;
    color: #fff;
  }
}
.btn-licenciatura {
  background-color: #a11f3e;
  border: 1px solid transparent;
  color: #fff;
}
.btn-licenciatura:hover {
  background-color: #b42949;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border: 1px solid transparent;
  color: #c8a568;
}
@media (min-width: 1065px) {
  .btn-white:hover {
    background-color: #f8f8f8;
    color: #c8a568;
  }
}
.btn-seravek-componentes {
  font-family: "Seravek";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 80%;
}
@media (min-width: 768px) {
  .btn + .btn {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .btn + .btn {
    margin-top: 10px;
  }
}

.scroll-to-top {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.scroll-to-top-left {
  right: initial !important;
}

.btn-download-cv {
  padding: 10px 10px !important;
  max-width: 120px;
}

.btn-saber-mas {
  display: flex;
  justify-content: center;
  padding: 11px 20px;
  width: 220px;
  background-color: #970639;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 18px;
}
.btn-saber-mas.show {
  border-radius: 0 0 18px 18px;
}
@media (max-width: 1064.98px) {
  .btn-saber-mas {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .btn-saber-mas {
    width: 90%;
    right: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dropdown-with-menu .btn {
  display: flex;
  justify-content: center;
  padding: 11px 10px;
  width: 220px;
  height: 36px;
  background-color: #970639;
  border: 1px solid #970639;
  color: #fff;
  border-radius: 18px;
  z-index: 0;
  position: relative;
}
.dropdown-with-menu .btn::after {
  content: none;
}
@media (max-width: 767.98px) {
  .dropdown-with-menu .btn {
    width: 100%;
  }
}
.dropdown-with-menu .dropdown-menu {
  margin-top: 0px;
  padding-top: 0;
  border: 1px solid #d1d1d1;
  width: 220px;
  border-radius: 0 0 18px 18px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .dropdown-with-menu .dropdown-menu {
    width: 100%;
  }
}
.dropdown-with-menu .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  border-bottom: 1px solid #d1d1d1;
}
.dropdown-with-menu .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-with-menu .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #970639;
}
.dropdown-with-menu.show .btn {
  border-radius: 18px 18px 0 0;
}
.dropdown-green .btn {
  background-color: #12695e;
  border: 1px solid #12695e;
}
.dropdown-green .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #12695e;
}
.dropdown-up.show .btn {
  border-radius: 0 0 18px 18px;
}
.dropdown-up .dropdown-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.dropdown-fixed {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
}
@media (max-width: 1064.98px) {
  .dropdown-fixed {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .dropdown-fixed {
    width: 90%;
    right: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.acc .acc-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: transparent;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
}
.acc .acc-button h2 {
  padding-right: 15px;
}
.acc .acc-button:focus {
  outline: none;
}
.acc-block .acc-button {
  width: 100%;
}
.acc-gray .card-header,
.acc-gray .card-body {
  background-color: #f4f4f4;
}
.acc-gray .acc-button::after {
  background-color: #d1d1d1;
}
.acc-squared .acc-button {
  padding: 31px 30px 27px;
  border-radius: 4px;
  text-align: left;
}
@media (max-width: 1064.98px) {
  .acc-squared .acc-button {
    padding: 30px 30px 27px;
  }
}
@media (max-width: 767.98px) {
  .acc-squared .acc-button {
    padding: 21px 20px 19px;
  }
}
.acc-squared .acc-button::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (max-width: 1064.98px) {
  .acc-squared .acc-button::after {
    bottom: 8px;
    width: calc(100% - 30px);
    left: 30px;
    transform: translateX(0%);
  }
}
@media (max-width: 767.98px) {
  .acc-squared .acc-button::after {
    bottom: -2px;
    width: calc(100% - 20px);
    left: 20px;
  }
}
.acc-squared .acc-button.collapsed::after {
  opacity: 0;
}
.acc-squared .acc-body .card-body {
  padding: 16px 30px 27px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .acc-squared .acc-body .card-body {
    padding: 26px 20px 26px;
  }
}
.acc-squared .acc-button[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.acc-squared .acc-body.show .card-body {
  border-radius: 0 0 4px 4px;
}
.acc-squared.acc-hover-rojo .acc-button {
  transition: border-color 0.2s ease;
}
.acc-squared.acc-hover-rojo .acc-button.collapsed:hover {
  border-color: #970639;
}
.acc-squared.acc-hover-green .acc-button {
  transition: border-color 0.2s ease;
}
.acc-squared.acc-hover-green .acc-button.collapsed:hover {
  border-color: #12695e;
}
.acc-border .acc-button {
  padding: 15px 0px 13px;
  text-align: left;
}
.acc-border .acc-body .card-body {
  padding: 12px 0px 15px;
}
.acc-border-varsity .card:not(:last-child) .acc-button {
  border-bottom: 1px solid #c32342;
}
.acc-border-varsity .card .acc-button:not(.collapsed) {
  border-bottom: 1px solid #c32342;
}
.acc-border-varsity .acc-button {
  color: #c32342;
}
.acc-border-varsity .acc-button svg {
  color: #c32342;
}
.acc-border-varsity .acc-body .card-body {
  border-bottom: 1px solid #c32342;
}
.acc-border-green .card:not(:last-child) .acc-button {
  border-bottom: 1px solid #12695e;
}
.acc-border-green .acc-button {
  color: #12695e;
}
.acc-border-green .acc-button svg {
  color: #12695e;
}
.acc-border-green .acc-body .card-body {
  border-bottom: 1px solid #12695e;
}
.acc-border-gold .card:not(:last-child) .acc-button {
  border-bottom: 1px solid #c8a568;
}
.acc-border-gold .card .acc-button:not(.collapsed) {
  border-bottom: 1px solid #c8a568;
}
.acc-border-gold .acc-button {
  color: #c8a568;
}
.acc-border-gold .acc-button svg {
  color: #c8a568;
}
.acc-border-gold .acc-body .card-body {
  border-bottom: 1px solid #c8a568;
}
.acc-border-gray .card:not(:last-child) .acc-button {
  border-bottom: 1px solid #d1d1d1;
}
.acc-border-gray .card .acc-button:not(.collapsed) {
  color: #c8a568;
  border-bottom: 1px solid #d1d1d1;
}
.acc-border-gray .acc-button {
  color: #1b1b1b;
}
.acc-border-gray .acc-button svg {
  color: #1b1b1b;
}
.acc-border-gray .acc-body .card-body {
  border-bottom: 1px solid #d1d1d1;
}
.acc-border-white .card:not(:last-child) .acc-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.acc-border-white .card .acc-button:not(.collapsed) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.acc-border-white .acc-button {
  color: #fff;
}
.acc-border-white .acc-button svg {
  color: #fff;
}
.acc-border-white .acc-body .card-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.acc .card-header .collapsed-icon {
  display: block;
}
.acc .card-header .open-icon {
  display: none;
}
.acc .card-header .collapsed svg.collapsed-icon {
  display: none;
}
.acc .card-header .collapsed svg.open-icon {
  display: block;
}

ol.list {
  padding-left: 0;
}
ol.list-numbers {
  list-style: none;
  counter-reset: number-counter;
}
ol.list-numbers li {
  display: flex;
  align-items: flex-start;
  counter-increment: number-counter;
}
ol.list-numbers li:first-child {
  margin-top: 0;
}
ol.list-numbers li::before {
  font-family: "Seravek";
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 210%;
  letter-spacing: 0.07em;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  content: counter(number-counter);
  margin-right: 12px;
  width: 15px;
  white-space: nowrap;
}
ol.list-numbers li:nth-child(-n+9)::before {
  content: "0" counter(number-counter);
}
ol.list-borders {
  list-style: none;
  counter-reset: number-counter;
}
ol.list-borders li {
  display: flex;
  align-items: flex-start;
  counter-increment: number-counter;
  margin-top: 6px;
  padding-bottom: 14px;
  padding-top: 7px;
}
ol.list-borders li:first-child {
  margin-top: 0;
}
ol.list-borders li::before {
  font-family: "Seravek";
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 210%;
  letter-spacing: 0.07em;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  content: counter(number-counter);
  margin-right: 12px;
  width: 15px;
  white-space: nowrap;
}
ol.list-borders li:nth-child(-n+9)::before {
  content: "0" counter(number-counter);
}
ol.list-borders.list-gold li {
  border-bottom: 1px solid #c8a568;
}
ol.list-borders.list-gold li:last-child {
  border-bottom: 1px solid transparent;
}
ol.list-borders.list-rojo li {
  border-bottom: 1px solid #970639;
}
ol.list-borders.list-rojo li:last-child {
  border-bottom: 1px solid transparent;
}
ol.list-borders.list-green li {
  border-bottom: 1px solid #12695e;
}
ol.list-borders.list-green li:last-child {
  border-bottom: 1px solid transparent;
}

ul.list {
  padding-left: 0;
}
ul.list-dots li {
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
}
ul.list-dots li:first-child {
  margin-top: 0;
}
ul.list-dots li::before {
  content: "";
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  white-space: nowrap;
  background-color: currentColor;
  border-radius: 50%;
  margin-top: 8px;
}
ul.list-sitemap li .nav-link {
  display: inline-block;
  padding: 1px 0px;
  position: relative;
}
ul.list-sitemap li .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: background-color 0.2s ease;
}
ul.list-sitemap li .nav-link:hover::after {
  background-color: currentColor;
}
ul.list-nav-sitemap li .nav-link {
  display: inline-block;
  padding: 1px 0px;
  position: relative;
}
ul.list-nav-sitemap li .nav-link:hover {
  color: #c8a568;
}
ul.list-mobile-menu li .nav-link {
  display: inline-block;
  padding: 21px 15px;
  position: relative;
  border-top: 1px solid #d1d1d1;
}
ul.list-mobile-menu li .nav-link:not(.nav-link-dont-hover):hover {
  color: #c8a568;
}

ol.list-black li,
ul.list-black li {
  color: #1b1b1b;
}
ol.list-black li:before,
ul.list-black li:before {
  color: #12695e;
}
ol.list-rojo li,
ul.list-rojo li {
  color: #1b1b1b;
}
ol.list-rojo li:before,
ul.list-rojo li:before {
  color: #970639;
}
ol.list-green li,
ul.list-green li {
  color: #1b1b1b;
}
ol.list-green li:before,
ul.list-green li:before {
  color: #12695e;
}
ol.list-gold li,
ul.list-gold li {
  color: #1b1b1b;
}
ol.list-gold li:before,
ul.list-gold li:before {
  color: #c8a568;
}
ol.list-white li,
ul.list-white li {
  color: #fff;
}
ol.list-white li:before,
ul.list-white li:before {
  color: #fff;
}
ol.list-breadcrumb-text li:before,
ul.list-breadcrumb-text li:before {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  ol.list-break-md,
  ul.list-break-md {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.list-inside ul li {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.list-inside ul li:first-child {
  margin-top: 0;
}
.list-inside ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  white-space: nowrap;
  background-color: currentColor;
  border-radius: 50%;
}
.list-inside-varsity li {
  color: #1b1b1b;
}
.list-inside-varsity li:before {
  color: #c32342;
}
.list-inside-gold li {
  color: #1b1b1b;
}
.list-inside-gold li:before {
  color: #c8a568;
}

.link-button a {
  position: relative;
}
.link-button svg {
  left: 0;
  transition: left 0.2s ease;
  position: relative;
}
.link-button:hover svg {
  left: 6px;
}
.link-big-square {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  padding: 18px 30px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .link-big-square {
    padding: 18px 20px;
  }
}
.link-big-square:hover {
  background-color: #f8f8f8;
}
.link-big-square-white {
  background-color: #fff;
}
.link-big-square-white:hover {
  background-color: #fff;
  border: 1px solid #c8a568;
}
.link-big-square-rojo:hover {
  border: 1px solid #970639;
}
.link-big-square-green:hover {
  border: 1px solid #12695e;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 6px 10px 7px;
}
@media (min-width: 1065px) {
  .chip {
    padding: 5px 10px 6px;
  }
}
.chip:not([class*=mr-]):not(.swiper-pagination) {
  margin-right: 10px;
}
.chip:not([class*=mb-]):not(.swiper-pagination) {
  margin-bottom: 12px;
}
.chip-small {
  padding: 4px 11px;
}
@media (max-width: 767.98px) {
  .chip-small {
    padding: 5px 11px 6px;
  }
}
.chip-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
@media (max-width: 1064.98px) {
  .chip-filter {
    padding: 4px 10px 5px;
  }
}
.chip-filter-full {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid transparent;
  text-align: left;
  padding: 24px 15px 25px;
}
.chip-filter label {
  cursor: pointer;
}
.chip-filter-gold.active {
  background-color: #c8a568;
  border: 1px solid transparent;
  color: white;
}
.chip-filter-gold:not(.chip-filter-full):hover {
  border: 1px solid #c8a568;
}
.chip-filter-rojo.active {
  background-color: #A11F3E;
  border: 1px solid transparent;
  color: white;
}
.chip-filter-rojo:not(.chip-filter-full):hover {
  border: 1px solid #A11F3E;
}
.chip-filter-varsity.active {
  background-color: #c32342;
  border: 1px solid transparent;
  color: white;
}
.chip-filter-varsity:not(.chip-filter-full):hover {
  border: 1px solid #c32342;
}
.chip-filter-green.active {
  background-color: #12695e;
  border: 1px solid transparent;
  color: white;
}
.chip-filter-green:not(.chip-filter-full):hover {
  border: 1px solid #12695e;
}

.tabstrip-square {
  justify-content: center;
}
.tabstrip-square .nav-link {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding: 25px 13px 26px;
  transition: color 0.2s ease;
}
.tabstrip-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .tabstrip-logo-wrap {
    justify-content: center;
  }
}
.tabstrip-logo-wrap .img-wrap {
  height: 45px;
  width: 30px;
  flex-shrink: 0;
}
.tabstrip-logo-wrap .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 45px;
  width: 30px;
}
.tabstrip-logo-wrap .tabstrip-logo {
  justify-content: flex-end;
}
.tabstrip-logo-wrap .tabstrip-logo .nav-link {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding: 25px 13px 26px;
  transition: color 0.2s ease;
}
.tabstrip-hero {
  justify-content: center;
}
.tabstrip-hero li {
  margin-bottom: -1px;
}
.tabstrip-hero li .nav-link {
  font-family: "Panamericana";
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 110%;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
  padding: 25px 13px 15px;
  transition: color 0.2s ease;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  .tabstrip-hero li .nav-link {
    font-size: 3.5rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767.98px) {
  .tabstrip-hero li .nav-link {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
.tabstrip-hero.tabstrip-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tabstrip-vertical {
  flex-direction: column;
}
.tabstrip-vertical .nav-item .nav-link {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding: 18px 0 20px;
  position: relative;
  transition: padding 0.2s ease, color 0.2s ease;
}
.tabstrip-vertical .nav-item .nav-link svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.tabstrip-vertical .nav-item .nav-link.active {
  padding-left: 20px;
}
.tabstrip-vertical .nav-item .nav-link.active svg {
  opacity: 1;
}
.tabstrip-vertical .nav-item:first-child .nav-link {
  border-top: 1px solid currentColor;
}
.tabstrip-gold li {
  color: #1b1b1b;
}
.tabstrip-gold li .nav-link.active {
  color: #c8a568;
  border-bottom: 1px solid currentColor;
}
.tabstrip-gold li .nav-link:hover {
  color: #c8a568;
}
.tabstrip-varsity li {
  color: #1b1b1b;
}
.tabstrip-varsity li .nav-link.active {
  color: #c32342;
  border-bottom: 1px solid currentColor;
}
.tabstrip-varsity li .nav-link:hover {
  color: #c32342;
}
.tabstrip-white li {
  color: rgba(255, 255, 255, 0.45);
}
.tabstrip-white li .nav-link.active {
  color: white;
  border-bottom: 2px solid currentColor;
}
.tabstrip-white li .nav-link:hover {
  color: #fff;
}
.tabstrip-green li {
  color: #1b1b1b;
}
.tabstrip-green li .nav-link.active {
  color: #12695e;
  border-bottom: 1px solid currentColor;
}
.tabstrip-green li .nav-link:hover {
  color: #12695e;
}
.tabstrip-red li {
  color: #1b1b1b;
}
.tabstrip-red li .nav-link.active {
  color: #970639;
  border-bottom: 1px solid currentColor;
}
.tabstrip-red li .nav-link:hover {
  color: #970639;
}
.tabstrip-facultad li {
  color: #1b1b1b;
}
.tabstrip-facultad li .nav-link {
  border-color: #970639 !important;
}
.tabstrip-facultad li .nav-link.active {
  color: #970639;
  border-bottom: 1px solid currentColor;
}
.tabstrip-facultad li .nav-link:hover {
  color: #970639;
}
.tabstrip-posgrado li {
  color: #1b1b1b;
}
.tabstrip-posgrado li .nav-link {
  border-color: #12695e !important;
}
.tabstrip-posgrado li .nav-link.active {
  color: #12695e;
  border-bottom: 1px solid currentColor;
}
.tabstrip-posgrado li .nav-link:hover {
  color: #12695e;
}
.tabstrip-green.tabstrip-vertical li .nav-link.active, .tabstrip-white.tabstrip-vertical li .nav-link.active, .tabstrip-varsity.tabstrip-vertical li .nav-link.active, .tabstrip-gold.tabstrip-vertical li .nav-link.active {
  border-bottom: 1px solid #1b1b1b;
}

.selectize-control {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .selectize-control {
    max-width: 100%;
  }
}
.selectize-control .selectize-input {
  position: relative;
  text-align: left;
  border-radius: 4px;
  width: 100%;
}
.selectize-control .selectize-input::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 12px;
  height: 5px;
  width: 9px;
  background-repeat: no-repeat;
  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 fill-rule='evenodd' clip-rule='evenodd' d='M4.53362 3.32846L1.35164 0.146484L0.644531 0.853591L4.53362 4.74268L8.42271 0.853591L7.7156 0.146484L4.53362 3.32846Z' fill='%231B1B1B'/%3E%3C/svg%3E%0A");
}
.selectize-control .selectize-input.dropdown-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.selectize-control .selectize-input > .item {
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectize-control .selectize-input input {
  height: 40px;
  width: 100% !important;
  position: relative !important;
  left: 0;
  border: 0px solid #1b1b1b;
  background-color: transparent;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0 !important;
}
.selectize-control .selectize-input input:focus {
  outline: none;
}
.selectize-control .selectize-input input::-moz-placeholder {
  color: #1b1b1b;
  opacity: 1;
}
.selectize-control .selectize-input input::placeholder {
  color: #1b1b1b;
  opacity: 1;
}
.selectize-control .selectize-dropdown {
  color: #1b1b1b;
  text-align: left;
  position: absolute;
  z-index: 9;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
.selectize-control .selectize-dropdown .option {
  cursor: pointer;
  position: relative;
  padding: 10px 11px;
  border-bottom: 1px solid #d1d1d1;
}
.selectize-control .selectize-dropdown .option:last-child {
  border-bottom: 0px solid #d1d1d1;
  margin-bottom: 0px;
}

.select-tabstrip.selectize-control, .select-square.selectize-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.select-tabstrip.selectize-control .selectize-input, .select-square.selectize-control .selectize-input {
  border-radius: 4px;
  height: 44px;
  width: 100%;
}
.select-tabstrip.selectize-control .selectize-input > .item, .select-square.selectize-control .selectize-input > .item {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 44px);
}
.select-tabstrip.selectize-control .selectize-dropdown .option, .select-square.selectize-control .selectize-dropdown .option {
  font-family: "GT America";
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.select-chip.selectize-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.select-chip.selectize-control .selectize-input {
  border-radius: 60px;
  height: 27px;
  width: 100%;
  background-color: #fff;
}
.select-chip.selectize-control .selectize-input > .item {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 44px);
  pointer-events: none;
}
@media (min-width: 1065px) {
  .select-chip.selectize-control .selectize-input > .item {
    line-height: 150%;
  }
}
.select-chip.selectize-control .selectize-dropdown .option {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
}
.select-rounded.selectize-control {
  display: inline-block;
}
.select-rounded.selectize-control .selectize-input {
  border-radius: 54px;
  width: 100%;
}
.select-rounded.selectize-control .selectize-input > .item {
  font-family: "Panamericana";
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 110%;
  letter-spacing: 0;
  padding: 8px 32px 7px 16px;
}
@media (min-width: 768px) and (max-width: 1064.98px) {
  .select-rounded.selectize-control .selectize-input > .item {
    font-size: 3.5rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767.98px) {
  .select-rounded.selectize-control .selectize-input > .item {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
.select-rounded.selectize-control .selectize-input input {
  position: absolute !important;
  left: -10000px;
}
.select-rounded.selectize-control .selectize-dropdown .option {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
}
.select-rounded.selectize-control .selectize-dropdown .option.selected {
  background-color: #c8a568;
  color: #fff;
}
.select-white.selectize-control {
  color: #1b1b1b;
}
.select-white.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-white.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-white.selectize-control .selectize-dropdown .option.selected, .select-white.selectize-control .selectize-dropdown .option.selected.active {
  background-color: #fff;
  color: #1b1b1b;
}
.select-white.selectize-control .selectize-dropdown .option:hover {
  color: #1b1b1b;
}
.select-white:hover .selectize-input {
  border: 1px solid #d1d1d1;
}
.select-black.selectize-control {
  color: #1b1b1b;
}
.select-black.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-black.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-black.selectize-control .selectize-dropdown .option.selected, .select-black.selectize-control .selectize-dropdown .option.selected.active {
  background-color: #c8a568;
  color: #fff;
}
.select-black:hover .selectize-input {
  border: 1px solid #c8a568;
}
.select-rojo.selectize-control {
  color: #1b1b1b;
}
.select-rojo.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-rojo.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-rojo.selectize-control .selectize-dropdown .option.selected, .select-rojo.selectize-control .selectize-dropdown .option.selected.active {
  color: #A11F3E;
}
.select-rojo.selectize-control .selectize-dropdown .option:hover {
  color: #A11F3E;
}
.select-rojo:hover .selectize-input {
  border: 1px solid #A11F3E;
}
.select-rojo.active {
  color: #fff;
}
.select-rojo.active .selectize-input {
  border: 1px solid #fff;
  background-color: #A11F3E;
  transition: border-color 0.2s ease;
}
.select-rojo.active .selectize-input::after {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M4.53362 3.32846L1.35164 0.146484L0.644531 0.853591L4.53362 4.74268L8.42271 0.853591L7.7156 0.146484L4.53362 3.32846Z' fill='white'/%3E%3C/svg%3E%0A");
}
.select-rojo.active .selectize-input > .item {
  color: #fff;
}
.select-varsity.selectize-control {
  color: #1b1b1b;
}
.select-varsity.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-varsity.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-varsity.selectize-control .selectize-dropdown .option.selected, .select-varsity.selectize-control .selectize-dropdown .option.selected.active {
  color: #c32342;
}
.select-varsity.selectize-control .selectize-dropdown .option:hover {
  color: #c32342;
}
.select-varsity:hover .selectize-input {
  border: 1px solid #c32342;
}
.select-varsity.active {
  color: #fff;
}
.select-varsity.active .selectize-input {
  border: 1px solid #fff;
  background-color: #c32342;
  transition: border-color 0.2s ease;
}
.select-varsity.active .selectize-input::after {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M4.53362 3.32846L1.35164 0.146484L0.644531 0.853591L4.53362 4.74268L8.42271 0.853591L7.7156 0.146484L4.53362 3.32846Z' fill='white'/%3E%3C/svg%3E%0A");
}
.select-varsity.active .selectize-input > .item {
  color: #fff;
}
.select-gold.selectize-control {
  color: #1b1b1b;
}
.select-gold.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-gold.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-gold.selectize-control .selectize-dropdown .option.selected, .select-gold.selectize-control .selectize-dropdown .option.selected.active {
  color: #c8a568;
}
.select-gold.selectize-control .selectize-dropdown .option:hover {
  color: #c8a568;
}
.select-gold:hover .selectize-input {
  border: 1px solid #c8a568;
}
.select-gold.active {
  color: #fff;
}
.select-gold.active .selectize-input {
  border: 1px solid #fff;
  background-color: #c8a568;
  transition: border-color 0.2s ease;
}
.select-gold.active .selectize-input::after {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M4.53362 3.32846L1.35164 0.146484L0.644531 0.853591L4.53362 4.74268L8.42271 0.853591L7.7156 0.146484L4.53362 3.32846Z' fill='white'/%3E%3C/svg%3E%0A");
}
.select-gold.active .selectize-input > .item {
  color: #fff;
}
.select-green.selectize-control {
  color: #1b1b1b;
}
.select-green.selectize-control .selectize-input {
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s ease;
}
.select-green.selectize-control .selectize-input > .item {
  color: #1b1b1b;
}
.select-green.selectize-control .selectize-dropdown .option.selected, .select-green.selectize-control .selectize-dropdown .option.selected.active {
  color: #12695e;
}
.select-green.selectize-control .selectize-dropdown .option:hover {
  color: #12695e;
}
.select-green:hover .selectize-input {
  border: 1px solid #12695e;
}
.select-green.active {
  color: #fff;
}
.select-green.active .selectize-input {
  border: 1px solid #fff;
  background-color: #12695e;
  transition: border-color 0.2s ease;
}
.select-green.active .selectize-input::after {
  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 fill-rule='evenodd' clip-rule='evenodd' d='M4.53362 3.32846L1.35164 0.146484L0.644531 0.853591L4.53362 4.74268L8.42271 0.853591L7.7156 0.146484L4.53362 3.32846Z' fill='white'/%3E%3C/svg%3E%0A");
}
.select-green.active .selectize-input > .item {
  color: #fff;
}

.column-card-image .img-wrap {
  border-radius: 4px;
  overflow: hidden;
  border-top: 4px solid currentColor;
}
.column-card-image .card-text {
  color: #1b1b1b;
  transition: color 0.2s ease;
}
.column-card-description {
  border-top: 1px solid currentColor;
}
.column-card-thumb {
  border-radius: 4px;
  overflow: hidden;
}
.column-card-thumb .card-text {
  transition: color 0.2s ease;
}
.column-card-paper {
  min-height: 380px;
  padding: 30px;
  position: relative;
  border-radius: 4px;
}
.column-card-paper::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-style: solid;
  border-width: 55px 55px 0px 0px;
  border-color: #c8a568 #fff;
  border-radius: 4px 0 0 0;
}
.column-card-paper-white {
  background-color: #fff;
}
.column-card-paper-white::before {
  border-color: #c8a568 #f4f4f4;
}
.column-card-contact .card-image {
  flex-shrink: 0;
}
.column-card-contact .card-image .circle-wrap {
  height: 158px;
  width: 158px;
  border-radius: 100%;
  overflow: hidden;
}
.column-card-contact .card-image .circle-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .column-card-contact .card-image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.column-card-info {
  padding: 28px 30px 25px;
  border-top: 4px solid currentColor;
  border-radius: 4px;
  overflow: hidden;
}
.column-card-slider.column-card-gray {
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}
.column-card-slider.column-card-gray:not(:first-child) {
  margin-top: 30px;
}
.column-card-curso {
  min-height: 380px;
  padding: 30px;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 1064.98px) {
  .column-card-curso {
    min-height: 350px;
  }
}
.column-card-blue .img-wrap {
  border-top: 4px solid #152f5b;
}
.column-card-blue:hover .card-text {
  color: #152f5b;
}
.column-card-blue.column-card-description {
  border-top: 1px solid #152f5b;
}
.column-card-blue.column-card-info {
  border-top: 4px solid #152f5b;
}
.column-card-green .img-wrap {
  border-top: 4px solid #12695e;
}
.column-card-green:hover .card-text {
  color: #12695e;
}
.column-card-green.column-card-description {
  border-top: 1px solid #12695e;
}
.column-card-green.column-card-info {
  border-top: 4px solid #12695e;
}
.column-card-varsity .img-wrap {
  border-top: 4px solid #c32342;
}
.column-card-varsity:hover .card-text {
  color: #c32342;
}
.column-card-varsity.column-card-description {
  border-top: 1px solid #c32342;
}
.column-card-varsity.column-card-info {
  border-top: 4px solid #c32342;
}
.column-card-gold .img-wrap {
  border-top: 4px solid #c8a568;
}
.column-card-gold:hover .card-text {
  color: #c8a568;
}
.column-card-gold.column-card-description {
  border-top: 1px solid #c8a568;
}
.column-card-gold.column-card-info {
  border-top: 4px solid #c8a568;
}
.column-card-rojo .img-wrap {
  border-top: 4px solid #970639;
}
.column-card-rojo:hover .card-text {
  color: #970639;
}
.column-card-rojo.column-card-description {
  border-top: 1px solid #970639;
}
.column-card-rojo.column-card-info {
  border-top: 4px solid #970639;
}

@media (max-width: 1064.98px) {
  .column-card-separator-md .column-hover:nth-child(3n+1):nth-last-child(-n+3) .column-card, .column-card-separator-md .column-hover:nth-child(3n+1):nth-last-child(-n+3) ~ .column-hover .column-card {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .column-card-separator-md .column-hover:nth-child(2n+1):nth-last-child(-n+2) .column-card, .column-card-separator-md .column-hover:nth-child(2n+1):nth-last-child(-n+2) ~ .column-hover .column-card {
    border-bottom: none !important;
  }
}

.grid-columns .grid-card {
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
}
.grid-columns .grid-card:nth-child(3n+1):nth-last-child(-n+3), .grid-columns .grid-card:nth-child(3n+1):nth-last-child(-n+3) ~ .grid-card {
  border-bottom: none;
}
@media (max-width: 1064.98px) {
  .grid-columns .grid-card:nth-child(3n+1):nth-last-child(-n+3), .grid-columns .grid-card:nth-child(3n+1):nth-last-child(-n+3) ~ .grid-card {
    border-bottom: 1px solid #d1d1d1;
  }
  .grid-columns .grid-card:nth-child(2n+1):nth-last-child(-n+2), .grid-columns .grid-card:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-card {
    border-bottom: none !important;
  }
}
@media (max-width: 767.98px) {
  .grid-columns .grid-card:nth-child(2n+1):nth-last-child(-n+2), .grid-columns .grid-card:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-card {
    border-bottom: 1px solid #d1d1d1;
  }
  .grid-columns .grid-card:nth-child(1n+1):nth-last-child(-n+1), .grid-columns .grid-card:nth-child(1n+1):nth-last-child(-n+1) ~ .grid-card {
    border-bottom: none !important;
  }
}

.swiper-container-bullets .swiper-pagination-bullets {
  bottom: 35px;
}
@media (max-width: 767.98px) {
  .swiper-container-bullets .swiper-pagination-bullets {
    bottom: 25px;
  }
}
.swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 42px;
  height: 10px;
  border-radius: 0;
  opacity: 1;
  position: relative;
  background-color: transparent;
}
.swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 2px;
  background-color: #fff;
}

.swiper-fraction-buttons {
  position: relative;
  top: 0%;
  left: unset;
  right: unset;
  width: 25px;
  height: 25px;
  margin-top: 0;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
}
.swiper-fraction-buttons.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-fraction-pagination {
  position: relative;
  left: unset;
  right: unset;
  bottom: 0;
  width: unset;
  display: inline-block;
  min-width: 52px;
}
@media (max-width: 767.98px) {
  .swiper-fraction-pagination.chip-small {
    padding: 4px 11px 5px;
  }
}

.swiper-controls-absolute {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  bottom: 30px;
}
@media (max-width: 1064.98px) {
  .swiper-controls-absolute {
    bottom: 20px;
  }
}

/* 
 * Anagrama [root] 2021
 * https://www.anagrama.com/
 */
/* ===== [ I.NDEX ] ======
 * i. 1. Normalize
 * i. 2. General
 * i. 3. Pages
 *    -- 1.0 Page Home
 *    -- 2.1 Encuentra / Indice
 *    -- 2.2 Encuentra / Mapa del sitio
 *    -- 3.0 About / Campus y Sede
 *    -- 3.1 About / Campus y Sede / Detalle
 *    -- 3.2 About / Fundamentos y Valores / Historia
 *    -- 3.3 About / Fundamentos y Valores / Mision
 *    -- 3.4 About / Fundamentos y Valores / Principios
 *    -- 3.5 About / Fundamentos y Valores / Símbolos
 *    -- 4.0 Educacion / Escuelas y Facultades
 *    -- 4.1 Educacion / Escuelas y Facultades / Acerca de
 *    -- 4.2 Educacion / Escuelas y Facultades / Oferta
 *    -- 4.3 Educacion / Escuelas y Facultades / Claustro
 *    -- 4.4 Educacion / Escuelas y Facultades / Proyectos
 *    -- 4.5 Educacion / Escuelas y Facultades / Publicaciones
 *    -- 4.6 Educacion / Escuelas y Facultades / Wikis
 *    -- 10.2 About / Compromiso social / Iniciativas
 *    -- 11.0 About / Números Panamericana
 *    -- 12.0 About / Modelo Educativo
 *    -- 13.0 About / Red de Alianzas / Universidad
 *    -- 13.1 About / Red de Alianzas / Red
 *    -- 13.2 About / Red de Alianzas / Internacional
 *    -- 14.0 Investigación / Áreas y Líneas / Areas de Investigación
 *    -- 14.1 Investigación / Áreas y Líneas / Proyectos Interdiciplinarios
 *    -- 14.2 Investigación / Áreas y Líneas / Areas de Interinstitucionales
 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-color: #fff;
}

body {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0;
  background: #fff;
  color: #1b1b1b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.009rem;
}

main {
  opacity: 0;
}

.body-no-scroll {
  overflow: hidden;
}

a:not([href]):not([tabindex]) {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

figure {
  margin: 0;
}

.date {
  margin-bottom: 5px;
}

.logo-facultades {
  height: 145px;
  width: 234px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1064.98px) {
  .logo-facultades {
    width: 154px;
    height: 96px;
  }
}

.logo-posgrados {
  height: 148px;
  width: 305px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 1064.98px) {
  .logo-posgrados {
    width: 154px;
    height: 96px;
  }
}

.separator-line {
  display: flex;
  align-items: center;
}
.separator-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #d1d1d1;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .separator-line::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .separator-line {
    display: block;
  }
}

.section-hero.absolute-caption .img-wrap {
  position: relative;
}
.section-hero.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-hero.absolute-caption .img-wrap figcaption {
    bottom: 46px;
  }
}

.section-hero-short.absolute-caption .img-wrap {
  position: relative;
}
.section-hero-short.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.section-hero-life .img-wrap {
  position: relative;
}
.section-hero-life .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1065px) {
  .section-hero-life .img-wrap img {
    min-height: 420px;
  }
}
@media (max-width: 1064.98px) {
  .section-hero-life .img-wrap img {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .section-hero-life .img-wrap img {
    height: 336px;
  }
}

.filter-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .filter-line:nth-child(7n+1)::before {
    content: none;
  }
}
.filter-line:first-of-type::before {
  display: none;
}

.grid-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-content: space-between;
  justify-items: stretch;
}
@media (max-width: 1064.98px) {
  .grid-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .grid-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination-number {
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 5px;
}
.pagination-number.active {
  color: #c8a568;
  border: 1px solid #c8a568;
}
.pagination-number:hover {
  color: #c8a568;
  border-color: #c8a568;
}

mark {
  background: transparent;
  color: #c8a568;
}

.page-educacion-escuelas mark,
.page-educacion-escuelas-oferta mark {
  color: #A11F3E;
}
.page-educacion-escuelas .btn mark,
.page-educacion-escuelas-oferta .btn mark {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #d1d1d1;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

.page-educacion-posgrados mark {
  color: #12695e;
}
.page-educacion-posgrados .btn mark {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #d1d1d1;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

.page-investigacion .bg-gold mark,
.page-publicaciones .bg-gold mark {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.page-investigacion .btn-white mark,
.page-publicaciones .btn-white mark {
  color: #c8a568;
  text-decoration: underline;
  text-decoration-color: #d1d1d1;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.page-investigacion .btn-gold mark,
.page-publicaciones .btn-gold mark {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #d1d1d1;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

.section-hero-short.absolute-caption .img-wrap {
  position: relative;
}
.section-hero-short.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.section-hero-short .img-wrap {
  position: relative;
}
.section-hero-short .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1065px) {
  .section-hero-short .img-wrap img {
    height: 420px;
  }
}
@media (max-width: 1064.98px) {
  .section-hero-short .img-wrap img {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .section-hero-short .img-wrap img {
    height: 500px;
  }
}

.divisor-line {
  width: 1px;
  height: 100%;
  background-color: #c8a568;
}
.divisor-line-rojo {
  background-color: #970639;
}
.divisor-line-green {
  background-color: #12695e;
}
@media (max-width: 1064.98px) {
  .divisor-line {
    width: 100%;
    height: 1px;
  }
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 7px 10px;
  margin-right: 10px;
  border: 1px solid #d1d1d1;
}
.filter-chip.active {
  background-color: #a11f3e;
  border: 1px solid #a11f3e;
  color: #fff;
}

#menu-saber-mas {
  display: none;
  position: fixed;
  width: 220px;
  bottom: 66px;
  right: 50px;
  z-index: 3;
}
@media (max-width: 1064.98px) {
  #menu-saber-mas {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  #menu-saber-mas {
    width: 90%;
    right: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#menu-saber-mas.show {
  display: block;
}
#menu-saber-mas .nav {
  background-color: #fff;
  border-radius: 18px 18px 0 0;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
#menu-saber-mas .nav .nav-item {
  border-bottom: 1px solid #d1d1d1;
}
#menu-saber-mas .nav .nav-item:last-of-type {
  border-bottom: none;
}
#menu-saber-mas .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}

#menu-agenda-sesion {
  display: none;
  position: absolute;
  width: 220px;
  bottom: -26px;
  z-index: 4;
}
@media (max-width: 1064.98px) {
  #menu-agenda-sesion {
    bottom: -67px;
  }
}
#menu-agenda-sesion.show {
  display: block;
}
#menu-agenda-sesion .nav {
  background-color: #fff;
  border-radius: 0 0 18px 18px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
#menu-agenda-sesion .nav .nav-item {
  border-bottom: 1px solid #d1d1d1;
}
#menu-agenda-sesion .nav .nav-item:last-of-type {
  border-bottom: none;
}
#menu-agenda-sesion .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}

#menu-asesoria {
  display: none;
  position: absolute;
  width: 220px;
  bottom: -73px;
  z-index: 4;
}
@media (max-width: 1064.98px) {
  #menu-asesoria {
    bottom: -114px;
  }
}
#menu-asesoria.show {
  display: block;
}
#menu-asesoria .nav {
  background-color: #fff;
  border-radius: 0 0 18px 18px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
#menu-asesoria .nav .nav-item {
  border-bottom: 1px solid #d1d1d1;
}
#menu-asesoria .nav .nav-item:last-of-type {
  border-bottom: none;
}
#menu-asesoria .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}

.section-break .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1065px) {
  .section-break .img-wrap img {
    min-height: 500px;
  }
}
@media (max-width: 1064.98px) {
  .section-break .img-wrap img {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .section-break .img-wrap img {
    min-height: 250px;
  }
}

.page-home .section-hero .img-wrap {
  position: relative;
}
.page-home .section-hero .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1065px) {
  .page-home .section-hero .img-wrap img {
    min-height: 610px;
  }
}
@media (max-width: 1064.98px) {
  .page-home .section-hero .img-wrap img {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-hero .img-wrap img {
    height: 500px;
  }
}
.page-home .section-numeralia .data-row {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1064.98px) {
  .page-home .section-numeralia .data-row {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .page-home .section-numeralia .data-row:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-numeralia .data-row {
    padding-bottom: 29px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1065px) {
  .page-home .section-niveles .column-hover {
    transition: all 0.4s ease;
  }
  .page-home .section-niveles .column-hover:not(.active) {
    flex: 0 0 29.166665%;
    max-width: 29.166665%;
  }
  .page-home .section-niveles .column-hover.active {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
.page-home .section-casos .swiper-casos > .swiper-controls {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -55px;
}
.page-home .section-casos .swiper-slide .swiper-controls {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .page-home .section-casos .swiper-slide .swiper-controls {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: -70px;
  }
  .page-home .section-casos .swiper-slide .swiper-controls .chip-small {
    padding: 4px 11px 5px;
  }
}
.page-home .section-casos .swiper-container-nested {
  height: 100%;
}
.page-home .section-casos .swiper-container-nested .img-wrap {
  height: 100%;
}
.page-home .section-casos .swiper-container-nested .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .page-encuentra-indice #filter-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-content: center;
    justify-items: center;
  }
  .page-encuentra-indice #filter-list li {
    width: 100%;
  }
}
.page-encuentra-indice #filter-list .nav-link {
  padding: 15px 14px;
}
.page-encuentra-indice .grid-columns {
  grid-row-gap: 10px;
}
.page-encuentra-indice .grid-filters {
  display: grid;
  grid-template-columns: auto;
  row-gap: 10px;
  justify-content: center;
}

.page-encuentra-mapa .grid-columns {
  grid-row-gap: 50px;
}

.page-about-campus .section-hero-short .img-wrap figcaption {
  bottom: 30px;
}
.page-about-campus .card-image {
  max-height: 300px;
}

.page-about-campus-detalle .img-wrap img {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .img-wrap img {
    height: 336px;
  }
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .swiper-gallery.swiper-container {
    overflow: initial;
  }
}
.page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap {
  position: relative;
}
.page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap img {
  border-radius: 4px;
  min-height: 580px;
}
@media (max-width: 1064.98px) {
  .page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 373px;
  }
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 47px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .swiper-gallery.absolute-caption .img-wrap figcaption {
    position: initial;
  }
}
.page-about-campus-detalle .swiper-gallery .swiper-pagination {
  text-align: left;
}
.page-about-campus-detalle .swiper-container-bullets .swiper-pagination-bullets {
  bottom: 26px;
  left: 25px;
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .swiper-container-bullets .swiper-pagination-bullets {
    left: -4px;
    bottom: -21px;
  }
}
@media (max-width: 767.98px) {
  .page-about-campus-detalle .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet::after {
    background-color: rgba(118, 118, 118, 0.5);
  }
  .page-about-campus-detalle .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 2px;
    background-color: #1b1b1b;
  }
}

.page-about-fundamentos .section-historia .row-separator::before,
.page-about-fundacion .section-historia .row-separator::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #d1d1d1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.page-about-fundamentos .section-historia .row-separator::after,
.page-about-fundacion .section-historia .row-separator::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 80px;
  background: linear-gradient(0deg, #ffffff 27.97%, rgba(255, 255, 255, 0) 100%);
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-historia .row-separator::before,
  .page-about-fundacion .section-historia .row-separator::before {
    left: 15px;
    transform: translateX(0%);
  }
  .page-about-fundamentos .section-historia .row-separator::after,
  .page-about-fundacion .section-historia .row-separator::after {
    left: 15px;
    transform: translateX(0%);
  }
}
.page-about-fundamentos .section-historia .card-timeline,
.page-about-fundacion .section-historia .card-timeline {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-historia .card-timeline:not(:first-child),
  .page-about-fundacion .section-historia .card-timeline:not(:first-child) {
    margin-top: 55px;
  }
  .page-about-fundamentos .section-historia .card-timeline:last-child,
  .page-about-fundacion .section-historia .card-timeline:last-child {
    padding-bottom: 35px;
  }
}
.page-about-fundamentos .section-historia .card-timeline::before,
.page-about-fundacion .section-historia .card-timeline::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 90px;
  background-color: #c8a568;
  left: -15px;
  top: 0;
}
@media (max-width: 1064.98px) {
  .page-about-fundamentos .section-historia .card-timeline::before,
  .page-about-fundacion .section-historia .card-timeline::before {
    width: 67px;
  }
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-historia .card-timeline::before,
  .page-about-fundacion .section-historia .card-timeline::before {
    left: 0px;
    width: 47px;
  }
}
.page-about-fundamentos .section-historia .card-timeline::after,
.page-about-fundacion .section-historia .card-timeline::after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 7px;
  background-color: #c8a568;
  left: -15px;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-historia .card-timeline::after,
  .page-about-fundacion .section-historia .card-timeline::after {
    left: 0px;
  }
}
.page-about-fundamentos .section-historia .card-timeline .card-content,
.page-about-fundacion .section-historia .card-timeline .card-content {
  top: -10px;
}
.page-about-fundamentos .section-historia .column-left .card-timeline,
.page-about-fundacion .section-historia .column-left .card-timeline {
  margin-top: 50px;
}
.page-about-fundamentos .section-historia .column-left .card-timeline::before,
.page-about-fundacion .section-historia .column-left .card-timeline::before {
  right: -15px;
  left: unset;
}
.page-about-fundamentos .section-historia .column-left .card-timeline::after,
.page-about-fundacion .section-historia .column-left .card-timeline::after {
  right: -15px;
  left: unset;
  top: 0;
  transform: translate(50%, -50%);
}
.page-about-fundamentos .section-historia .column-left .card-timeline .card-content,
.page-about-fundacion .section-historia .column-left .card-timeline .card-content {
  text-align: right;
}
.page-about-fundamentos .section-historia .column-right .card-timeline:not(:first-child),
.page-about-fundacion .section-historia .column-right .card-timeline:not(:first-child) {
  margin-top: 50px;
}
.page-about-fundamentos .section-intro .img-wrap img,
.page-about-fundacion .section-intro .img-wrap img {
  position: relative;
}
@media (max-width: 1064.98px) {
  .page-about-fundamentos .section-intro .img-wrap img,
  .page-about-fundacion .section-intro .img-wrap img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-intro .img-wrap img,
  .page-about-fundacion .section-intro .img-wrap img {
    height: 320px;
  }
}

.page-about-fundamentos .section-escudo .img-wrap img {
  position: relative;
}
@media (max-width: 1064.98px) {
  .page-about-fundamentos .section-escudo .img-wrap img {
    height: 669px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .page-about-fundamentos .section-escudo .img-wrap img {
    height: 712px;
  }
}

.page-educacion-escuelas ol.list-black li:before,
.page-educacion-escuelas ul.list-black li:before {
  color: #a11f3e;
}

.page-educacion-posgrados ol.list-black li:before,
.page-educacion-posgrados ul.list-black li:before {
  color: #12695e;
}

.page-educacion-escuelas-about .swiper-blog figure {
  margin: 0;
}
.page-educacion-escuelas-about .swiper-blog figure.img-wrap img {
  min-height: 500px;
}
@media (max-width: 1064.98px) {
  .page-educacion-escuelas-about .swiper-blog figure.img-wrap img {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .page-educacion-escuelas-about .swiper-blog figure.img-wrap img {
    min-height: 250px;
  }
}
.page-educacion-escuelas-about .swiper-pagination-bullets {
  bottom: 25px;
}
.page-educacion-escuelas-about .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 10px;
  width: 42px;
  height: 1px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-educacion-escuelas-about .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 2px;
  background-color: #fff;
}

.page-educacion-escuelas-oferta .select-tabstrip {
  min-width: 270px;
}
.page-educacion-escuelas-oferta .select-tabstrip.selectize-control {
  align-items: end;
}
.page-educacion-escuelas-oferta .select-tabstrip.selectize-control .selectize-input .item {
  color: #970639;
}
.page-educacion-escuelas-oferta .select-tabstrip .selectize-dropdown .option.selected, .page-educacion-escuelas-oferta .select-tabstrip .selectize-dropdown .option.selected.active {
  color: #970639;
}
.page-educacion-escuelas-oferta .logo-escuela {
  padding-bottom: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1064.98px) {
  .page-educacion-escuelas-oferta .logo-escuela {
    max-width: 178px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .page-educacion-escuelas-oferta .logo-escuela {
    padding-bottom: 30px;
  }
}
.page-educacion-escuelas-oferta .divisor-line {
  background-color: #970639;
}
.page-educacion-escuelas-oferta .tabstrip-vertical .nav-item .nav-link {
  border-bottom: 1px solid transparent;
}
.page-educacion-escuelas-oferta .tabstrip-vertical .nav-item .nav-link.active {
  border-bottom: 1px solid currentColor !important;
  border-top: 1px solid currentColor !important;
}
.page-educacion-escuelas-oferta .tabstrip-vertical .nav-item:first-child .nav-link {
  border-top: none;
}
.page-educacion-escuelas-oferta .tabstrip-vertical .nav-item:last-child .nav-link {
  border-bottom: 1px solid #1b1b1b;
}

.page-educacion-escuelas-claustro .acc-border-gold .acc-button {
  color: #1b1b1b;
}
.page-educacion-escuelas-claustro .filter-chip.active {
  background-color: #c8a568;
  border-color: #c8a568;
}

.page-educacion-escuelas-proyectos .filter-chip.active {
  background-color: #c8a568;
  border-color: #c8a568;
}
@media (min-width: 768px) {
  .page-educacion-escuelas-proyectos .grid-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-educacion-escuelas-publicaciones .acc-border-gold .acc-button {
  color: #1b1b1b;
}
.page-educacion-escuelas-publicaciones ul.list-dots li {
  align-items: flex-start;
  margin-top: 15px;
}
.page-educacion-escuelas-publicaciones ul.list-dots li:first-child {
  margin-top: 0;
}
.page-educacion-escuelas-publicaciones ul.list-dots li:before {
  top: 8px;
}

.page-educacion-escuelas-wikis ol.list-black li:before,
.page-educacion-escuelas-wikis ul.list-black li:before {
  color: #c8a568;
}
.page-educacion-escuelas-wikis .underline-link {
  text-decoration-color: #c8a568;
}

.page-facultades-detalle .accordion .card:first-of-type .acc-button {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .page-facultades-detalle .background-pattern {
    background-position: 95%;
  }
}
@media (max-width: 767.98px) {
  .page-facultades-detalle .vjs-16-9 {
    min-height: 280px;
  }
}
.page-facultades-detalle .vjs-poster {
  border-radius: 4px 4px 0 0;
  min-height: 280px;
}
.page-facultades-detalle .vjs-tech {
  min-height: 280px;
}
.page-facultades-detalle figure {
  margin: 0 0;
}
.page-facultades-detalle .swiper-testimonios .column-card .card-image figure {
  min-height: 280px;
}
.page-facultades-detalle .swiper-testimonios .column-card .card-image figure video {
  border-radius: 4px 4px 0 0;
}
.page-facultades-detalle .swiper-testimonios .column-card .card-description {
  border-radius: 0px 0px 4px 4px;
}
.page-facultades-detalle .swiper-testimonios .swiper-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .page-facultades-detalle .swiper-testimonios .swiper-controls {
    left: 15px;
  }
}

.page-educacion-posgrados .list-estudiantes li {
  padding-bottom: 25px;
}
.page-educacion-posgrados .list-estudiantes li:last-of-type {
  padding-bottom: 0;
}
.page-educacion-posgrados .filter-menu .nav-link.active {
  background-color: #12695e;
}
.page-educacion-posgrados ul.list-mobile-menu li .nav-link:not(.nav-link-dont-hover):hover {
  color: #12695e;
}

.page-about-fundacion .section-intro .background-pattern {
  min-height: 403px;
}
.page-about-fundacion .section-iniciativas .column-card {
  min-height: 380px;
}
@media (max-width: 767.98px) {
  .page-about-fundacion .section-iniciativas .column-card {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .page-about-fundacion .section-cta {
    text-align: center;
  }
}

.page-about-numeros .section-numeros .row-card {
  padding-top: 55px;
}
.page-about-numeros .section-numeros .row-card:not(:first-child) {
  margin-top: 55px;
}
@media (max-width: 1064.98px) {
  .page-about-numeros .section-numeros .row-card:not(:first-child) {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .page-about-numeros .section-numeros .row-card:not(:first-child) {
    margin-top: 48px;
  }
}
@media (min-width: 1065px) {
  .page-about-numeros .section-numeros .row-card .column-separator {
    position: relative;
  }
  .page-about-numeros .section-numeros .row-card .column-separator::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: #c8a568;
    margin-top: 1px;
    left: 0;
  }
}
.page-about-numeros .section-numeros .row-card .grid-columns-lg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-content: space-between;
  justify-items: stretch;
  grid-column-gap: 0;
}
@media (max-width: 1064.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 48px;
  }
}
.page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card {
  border-color: #c8a568;
  position: relative;
  padding: 0 15px 25px;
}
@media (max-width: 767.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card {
    padding: 0 15px 45px;
  }
}
.page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 75%;
  transform: translateY(-63%);
  width: 1px;
  border-left: 1px solid #c8a568;
}
@media (max-width: 767.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card::after {
    transform: translateY(-75%);
    height: 65%;
  }
}
.page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:first-child::after {
  border-left: none;
}
@media (min-width: 1065px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card {
    border-bottom: 1px solid #c8a568;
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(3n+1):nth-last-child(-n+3), .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(3n+1):nth-last-child(-n+3) ~ .grid-card {
    padding-bottom: 0px;
    border-bottom: 0px solid #c8a568;
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(3n+1):nth-last-child(-n+3)::after, .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(3n+1):nth-last-child(-n+3) ~ .grid-card::after {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(4)::after, .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(7)::after {
    border-left: none;
  }
}
@media (max-width: 1064.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card .grid-card {
    border-bottom: 0px;
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card .grid-card:not(:first-child) {
    border-left: 1px solid #c8a568;
  }
}
@media (max-width: 767.98px) {
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card {
    border-bottom: 1px solid #c8a568;
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(2n+1):nth-last-child(-n+2), .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-card {
    padding-bottom: 0px;
    border-bottom: 0px solid #c8a568;
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(2n+1):nth-last-child(-n+2)::after, .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-card::after {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
  .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(3)::after, .page-about-numeros .section-numeros .row-card .grid-columns-lg .grid-card:nth-child(6)::after {
    border-left: none;
  }
}

@media (max-width: 767.98px) {
  .page-about-modelo .section-content .img-wrap img,
  .page-about-modelo .section-content .img-wrap .video-js {
    min-height: 183px;
  }
}
.page-about-modelo a.read-more-link.collapsed::before {
  content: "Leer más";
  color: #c8a568;
}
.page-about-modelo a.read-more-link:not(.collapsed)::before {
  content: "Leer menos";
  color: #c8a568;
}
.page-about-modelo #collapseExample.collapse:not(.show) {
  display: block;
  height: 15rem;
  overflow: hidden;
}
.page-about-modelo #collapseExample.collapse:not(.show) + .read-more-link-shadow {
  position: relative;
  color: #c8a568;
}
.page-about-modelo #collapseExample.collapse:not(.show) + .read-more-link-shadow::after {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  height: 50px;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.page-about-modelo #collapseExample.collapse:not(.show) + .read-more-link-shadow .icon-link-minus {
  display: none;
}
.page-about-modelo #collapseExample.collapse:not(.show) + .read-more-link-shadow .icon-link-plus {
  display: block;
}
.page-about-modelo #collapseExample.collapse.show + .read-more-link-shadow .icon-link-minus {
  display: block;
}
.page-about-modelo #collapseExample.collapse.show + .read-more-link-shadow .icon-link-plus {
  display: none;
}
.page-about-modelo #collapseExample.collapsing {
  height: 15rem;
}
.page-about-modelo #collapseExample.collapsing + .read-more-link-shadow {
  position: relative;
  color: #c8a568;
}
.page-about-modelo #collapseExample.collapsing + .read-more-link-shadow::after {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  height: 50px;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.page-about-modelo #collapseExample.collapsing + .read-more-link-shadow .icon-link-minus {
  display: block;
}
.page-about-modelo #collapseExample.collapsing + .read-more-link-shadow .icon-link-plus {
  display: none;
}

.page-about-red .section-universidades .column-card,
.page-about-red .section-vinculacion .column-card {
  min-height: 380px;
}
@media (max-width: 767.98px) {
  .page-about-red .section-universidades .column-card,
  .page-about-red .section-vinculacion .column-card {
    min-height: 350px;
  }
}
.page-about-red .section-vinculacion .logo-img {
  margin-top: 18px;
}
.page-about-red .section-vinculacion .logo-img img {
  width: 150px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-investigacion .section-areas .column-card {
  min-height: 380px;
}
@media (max-width: 767.98px) {
  .page-investigacion .section-areas .column-card {
    min-height: 350px;
  }
}
.page-investigacion .section-proyectos .column-card {
  min-height: 190px;
}

.page-investigacion-centro .section-pattern {
  position: relative;
}
.page-investigacion-centro .section-pattern .img-pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-publicaciones .section-resumen .column-card-wrap .column-card {
  border-bottom: 1px solid #d1d1d1;
}
.page-publicaciones .section-resumen .column-card-wrap:last-child .column-card {
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .page-publicaciones .section-resumen .column-card-wrap:nth-last-child(2) .column-card {
    border-bottom: 0px;
  }
}

.page-deportes .section-logros .column-card {
  min-height: 380px;
}
@media (max-width: 767.98px) {
  .page-deportes .section-logros .column-card {
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .page-comunidad .section-hero-life .background-pattern,
  .page-arte .section-hero-life .background-pattern {
    min-height: 390px;
  }
}

.page-centros .section-content .column-card-wrap .column-card {
  border-radius: 0;
  border-bottom: 1px solid #d1d1d1;
}
.page-centros .section-content .column-card-wrap:last-child .column-card {
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .page-centros .section-content .column-card-wrap:nth-last-child(2) .column-card {
    border-bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  .page-lenguas .swiper-gallery.swiper-container {
    overflow: initial;
  }
}
.page-lenguas .swiper-gallery.absolute-caption .img-wrap {
  position: relative;
}
.page-lenguas .swiper-gallery.absolute-caption .img-wrap img {
  border-radius: 4px;
  min-height: 580px;
}
@media (max-width: 1064.98px) {
  .page-lenguas .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 373px;
  }
}
@media (max-width: 767.98px) {
  .page-lenguas .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-lenguas .swiper-gallery.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 47px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-lenguas .swiper-gallery.absolute-caption .img-wrap figcaption {
    position: initial;
  }
}
.page-lenguas .swiper-gallery .swiper-pagination {
  text-align: left;
}
.page-lenguas .swiper-container-bullets .swiper-pagination-bullets {
  bottom: 26px;
  left: 25px;
}
@media (max-width: 767.98px) {
  .page-lenguas .swiper-container-bullets .swiper-pagination-bullets {
    left: -4px;
    bottom: -21px;
  }
}
@media (max-width: 767.98px) {
  .page-lenguas .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet::after {
    background-color: rgba(118, 118, 118, 0.5);
  }
  .page-lenguas .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 2px;
    background-color: #1b1b1b;
  }
}

.page-enfoque .section-posts img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .page-xponential .section-gallery .img-wrap img {
    min-height: 183px;
  }
}
.page-xponential .section-proyectos .column-card-wrap .column-card {
  border-radius: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1064.98px) {
  .page-xponential .section-proyectos .column-card-wrap .column-card {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .page-xponential .section-proyectos .column-card-wrap .column-card .img-wrap img {
    height: 222px;
  }
}
@media (max-width: 1064.98px) {
  .page-xponential .section-proyectos .column-card-wrap .column-card {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .page-xponential .section-proyectos .column-card-wrap .column-card .img-wrap img {
    height: 183px;
  }
}
.page-xponential .section-proyectos .column-card-wrap:last-child .column-card {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-xponential .section-proyectos .column-card-wrap:nth-last-child(2) .column-card {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.page-perfiles-alumni .swiper-controls {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
@media (max-width: 1064.98px) {
  .page-perfiles-alumni .swiper-controls {
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .page-perfiles-alumni .swiper-controls {
    bottom: -290px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-perfiles-alumni .section-hero-slider .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1064.98px) {
  .page-perfiles-alumni .section-hero-slider .img-wrap img {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .page-perfiles-alumni .section-hero-slider .img-wrap img {
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .page-perfiles-alumni .section-hero-slider .js-card-description {
    min-height: 302px;
  }
}

@media (max-width: 767.98px) {
  .page-laboratorio-descripcion .swiper-gallery.swiper-container {
    overflow: initial;
  }
}
.page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap {
  position: relative;
}
.page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap img {
  border-radius: 4px;
  min-height: 580px;
}
@media (max-width: 1064.98px) {
  .page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 373px;
  }
}
@media (max-width: 767.98px) {
  .page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap img {
    min-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap figcaption {
  position: absolute;
  bottom: 47px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-laboratorio-descripcion .swiper-gallery.absolute-caption .img-wrap figcaption {
    position: initial;
  }
}
.page-laboratorio-descripcion .swiper-gallery .swiper-pagination {
  text-align: left;
}
.page-laboratorio-descripcion .swiper-container-bullets .swiper-pagination-bullets {
  bottom: 26px;
  left: 25px;
}
@media (max-width: 767.98px) {
  .page-laboratorio-descripcion .swiper-container-bullets .swiper-pagination-bullets {
    left: -4px;
    bottom: -21px;
  }
}
@media (max-width: 767.98px) {
  .page-laboratorio-descripcion .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet::after {
    background-color: rgba(118, 118, 118, 0.5);
  }
  .page-laboratorio-descripcion .swiper-container-bullets .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 2px;
    background-color: #1b1b1b;
  }
}

.page-laboratorio-contacto .select-square.selectize-control .selectize-input > .item,
.page-laboratorio-contacto .select-tabstrip.selectize-control .selectize-input > .item {
  font-family: "GT America";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 110%;
  text-transform: initial;
  line-height: 115%;
  left: 15px;
}
.page-laboratorio-contacto .select-square.selectize-control .selectize-input,
.page-laboratorio-contacto .select-tabstrip.selectize-control .selectize-input {
  height: 40px;
}

.page-legales {
  overflow-x: hidden;
}
.page-legales .list-dots li {
  align-items: flex-start;
}
.page-legales .list-dots li::before {
  margin-top: 8px;
}

.page-404 {
  height: 100vh;
}
.page-404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404 .container img {
  height: 105px;
  width: 101px;
}
.page-404 .link-button:hover svg {
  left: -6px;
}
.page-404 .icon-link-arrow {
  transform: rotate(180deg);
}

.page-blog .blog-content a {
  color: #c8a568;
}
.page-blog .blog-content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
}
.page-blog .blog-content ul li:first-child {
  margin-top: 0;
}
.page-blog .blog-content ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  white-space: nowrap;
  background-color: #c8a568;
  border-radius: 50%;
  margin-top: 8px;
}

.visibility-hidden {
  visibility: hidden;
  position: absolute;
}

.position-inherit {
  position: inherit;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .mx-only-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

.overflow-visible {
  overflow: visible;
}

@media (max-width: 1064.98px) {
  .tabstrip.horizontal-list-md {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
  }
  .tabstrip.horizontal-list-md::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .tabstrip.horizontal-list-sm {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
  }
  .tabstrip.horizontal-list-sm::-webkit-scrollbar {
    display: none;
  }
}

.text-separator-r {
  position: relative;
}
.text-separator-r::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 1px;
  background-color: currentColor;
  margin-top: 1px;
  right: 0;
}

.text-shadow {
  text-shadow: 0px 0px 100px #000000;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-60 {
  opacity: 0.6;
}

.underline-link {
  transition: color 0.2s ease;
}
.underline-link:hover {
  color: #c8a568;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.br-04 {
  border-radius: 4px;
}

.image-cover {
  height: 100%;
}
.image-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (min-width: 1065px) {
  .image-cover-lg {
    height: 100%;
  }
  .image-cover-lg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.image-br-04 img,
.image-br-04 video,
.image-br-04 .video-js {
  border-radius: 4px;
  overflow: hidden;
}

.background-pattern {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (min-width: 1065px) and (max-width: 1349.98px) {
  .px-lg-00 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: initial !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer label {
  cursor: pointer;
}

.filter-off {
  display: none !important;
}

.flex-1 {
  flex: 1;
}

.rotate-180 {
  transform: rotate(180deg);
}

.mb--1 {
  margin-bottom: -1px;
}

.load-more-hidden:not(.filter-off) {
  display: none !important;
}

div.error {
  display: none;
  color: #e30000;
  padding-top: 5px;
  font-size: 10px;
}

input.error + div.error,
textarea.error + div.error {
  display: block;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-btn, .mobile-btn .nav-btn, .mobile-btn .nav-btn::after, .mobile-btn .nav-btn::before {
  transition: all 400ms cubic-bezier(0.445, 0.5, 0.55, 0.95);
}

.mx-reset {
  margin: 0;
}

.btn,
button:focus {
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ul-reset {
  list-style: none;
  padding: 0;
}
.ul-reset * {
  text-decoration: none !important;
}

input.text,
input[type=text],
input[type=date],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit],
.input-checkbox,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

[class^=col] img {
  max-width: 100%;
}

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

::placeholder {
  color: #313131;
}

.h1,
.h2,
.search-wrapper .search-input,
.h3,
.h4,
.h5,
.h6,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin-bottom: 0;
}

#__bs_notify__ {
  top: 95% !important;
  right: 10px !important;
  border-radius: 15px !important;
  height: 60px !important;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */