@charset "UTF-8";
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #FF730E;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 115, 14;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FF730E;
  text-decoration: underline;
}
a:hover {
  color: #cc5c0b;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote, .wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child, .wp-block-quote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer, .wp-block-quote cite {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before, .wp-block-quote cite::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-block-image > figure, figure.wp-block-image {
  display: inline-block;
}

.figure-img, .wp-block-image > figure img, figure.wp-block-image img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-block-image > figure figcaption, figure.wp-block-image figcaption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .wp-block-table table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .wp-block-table table > tbody {
  vertical-align: inherit;
}
.table > thead, .wp-block-table table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > *, .wp-block-table table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ffe3cf;
  --bs-table-striped-bg: #f2d8c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ccba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd2bf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6ccba;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.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;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
    transition: none;
  }
}
.form-control[type=file], .wpcf7 [type=file].wpcf7-validation-errors,
.wpcf7 input[type=file],
.wpcf7 select[type=file],
.wpcf7 textarea[type=file], .widget_categories select[type=file],
.widget_archive select[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .wpcf7 [type=file].wpcf7-validation-errors:not(:disabled):not([readonly]),
.wpcf7 input[type=file]:not(:disabled):not([readonly]),
.wpcf7 select[type=file]:not(:disabled):not([readonly]),
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]), .widget_categories select[type=file]:not(:disabled):not([readonly]),
.widget_archive select[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus, .widget_categories select:focus,
.widget_archive select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffb987;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.form-control::-webkit-date-and-time-value, .wpcf7 .wpcf7-validation-errors::-webkit-date-and-time-value, .wpcf7 input[type=text]::-webkit-date-and-time-value,
.wpcf7 input[type=search]::-webkit-date-and-time-value,
.wpcf7 input[type=url]::-webkit-date-and-time-value,
.wpcf7 input[type=tel]::-webkit-date-and-time-value,
.wpcf7 input[type=number]::-webkit-date-and-time-value,
.wpcf7 input[type=range]::-webkit-date-and-time-value,
.wpcf7 input[type=date]::-webkit-date-and-time-value,
.wpcf7 input[type=month]::-webkit-date-and-time-value,
.wpcf7 input[type=week]::-webkit-date-and-time-value,
.wpcf7 input[type=time]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime-local]::-webkit-date-and-time-value,
.wpcf7 input[type=color]::-webkit-date-and-time-value,
.wpcf7 input[type=email]::-webkit-date-and-time-value,
.wpcf7 input[type=file]::-webkit-date-and-time-value,
.wpcf7 input[type=submit]::-webkit-date-and-time-value,
.wpcf7 select::-webkit-date-and-time-value,
.wpcf7 textarea::-webkit-date-and-time-value, .widget_categories select::-webkit-date-and-time-value,
.widget_archive select::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .widget_categories select:-ms-input-placeholder, .widget_archive select:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .widget_categories select::placeholder,
.widget_archive select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=search]:disabled,
.wpcf7 input[type=url]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=range]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=month]:disabled,
.wpcf7 input[type=week]:disabled,
.wpcf7 input[type=time]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 input[type=datetime-local]:disabled,
.wpcf7 input[type=color]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .widget_categories select:disabled,
.widget_archive select:disabled, .form-control[readonly], .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=url],
.wpcf7 input[readonly][type=tel],
.wpcf7 input[readonly][type=number],
.wpcf7 input[readonly][type=range],
.wpcf7 input[readonly][type=date],
.wpcf7 input[readonly][type=month],
.wpcf7 input[readonly][type=week],
.wpcf7 input[readonly][type=time],
.wpcf7 input[readonly][type=datetime],
.wpcf7 input[readonly][type=datetime-local],
.wpcf7 input[readonly][type=color],
.wpcf7 input[readonly][type=email],
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly], .widget_categories select[readonly],
.widget_archive select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button, .widget_categories select:hover:not(:disabled):not([readonly])::file-selector-button,
.widget_archive select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button,
.wpcf7 input[type=search]::-webkit-file-upload-button,
.wpcf7 input[type=url]::-webkit-file-upload-button,
.wpcf7 input[type=tel]::-webkit-file-upload-button,
.wpcf7 input[type=number]::-webkit-file-upload-button,
.wpcf7 input[type=range]::-webkit-file-upload-button,
.wpcf7 input[type=date]::-webkit-file-upload-button,
.wpcf7 input[type=month]::-webkit-file-upload-button,
.wpcf7 input[type=week]::-webkit-file-upload-button,
.wpcf7 input[type=time]::-webkit-file-upload-button,
.wpcf7 input[type=datetime]::-webkit-file-upload-button,
.wpcf7 input[type=datetime-local]::-webkit-file-upload-button,
.wpcf7 input[type=color]::-webkit-file-upload-button,
.wpcf7 input[type=email]::-webkit-file-upload-button,
.wpcf7 input[type=file]::-webkit-file-upload-button,
.wpcf7 input[type=submit]::-webkit-file-upload-button,
.wpcf7 select::-webkit-file-upload-button,
.wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
.widget_archive select::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button,
.wpcf7 input[type=search]::-webkit-file-upload-button,
.wpcf7 input[type=url]::-webkit-file-upload-button,
.wpcf7 input[type=tel]::-webkit-file-upload-button,
.wpcf7 input[type=number]::-webkit-file-upload-button,
.wpcf7 input[type=range]::-webkit-file-upload-button,
.wpcf7 input[type=date]::-webkit-file-upload-button,
.wpcf7 input[type=month]::-webkit-file-upload-button,
.wpcf7 input[type=week]::-webkit-file-upload-button,
.wpcf7 input[type=time]::-webkit-file-upload-button,
.wpcf7 input[type=datetime]::-webkit-file-upload-button,
.wpcf7 input[type=datetime-local]::-webkit-file-upload-button,
.wpcf7 input[type=color]::-webkit-file-upload-button,
.wpcf7 input[type=email]::-webkit-file-upload-button,
.wpcf7 input[type=file]::-webkit-file-upload-button,
.wpcf7 input[type=submit]::-webkit-file-upload-button,
.wpcf7 select::-webkit-file-upload-button,
.wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
.widget_archive select::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_categories select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.widget_archive select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 textarea {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #ffb987;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ffb987;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.form-check-input:checked {
  background-color: #FF730E;
  border-color: #FF730E;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #FF730E;
  border-color: #FF730E;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffb987'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .wpcf7 .btn-check[disabled] + input[type=submit], .woocommerce-info .btn-check[disabled] + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check[disabled] + a.button, .btn-check:disabled + .btn, .wpcf7 .btn-check:disabled + input[type=submit], .woocommerce-info .btn-check:disabled + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:disabled + a.button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF730E;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #ffd5b7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF730E;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #ffd5b7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .widget_categories .form-floating > select::-moz-placeholder, .widget_archive .form-floating > select::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 .form-floating > input[type=text]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=search]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=url]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=tel]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=number]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=range]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=date]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=month]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=week]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=time]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=datetime]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=datetime-local]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=color]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=email]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=file]:-ms-input-placeholder, .wpcf7 .form-floating > input[type=submit]:-ms-input-placeholder, .wpcf7 .form-floating > select:-ms-input-placeholder, .wpcf7 .form-floating > textarea:-ms-input-placeholder, .widget_categories .form-floating > select:-ms-input-placeholder, .widget_archive .form-floating > select:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
.wpcf7 .form-floating > input[type=search]::placeholder,
.wpcf7 .form-floating > input[type=url]::placeholder,
.wpcf7 .form-floating > input[type=tel]::placeholder,
.wpcf7 .form-floating > input[type=number]::placeholder,
.wpcf7 .form-floating > input[type=range]::placeholder,
.wpcf7 .form-floating > input[type=date]::placeholder,
.wpcf7 .form-floating > input[type=month]::placeholder,
.wpcf7 .form-floating > input[type=week]::placeholder,
.wpcf7 .form-floating > input[type=time]::placeholder,
.wpcf7 .form-floating > input[type=datetime]::placeholder,
.wpcf7 .form-floating > input[type=datetime-local]::placeholder,
.wpcf7 .form-floating > input[type=color]::placeholder,
.wpcf7 .form-floating > input[type=email]::placeholder,
.wpcf7 .form-floating > input[type=file]::placeholder,
.wpcf7 .form-floating > input[type=submit]::placeholder,
.wpcf7 .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder, .widget_categories .form-floating > select::placeholder,
.widget_archive .form-floating > select::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .widget_categories .form-floating > select:not(:-moz-placeholder-shown), .widget_archive .form-floating > select:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=text]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=search]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=url]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=tel]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=number]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=range]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=date]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=month]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=week]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=time]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=datetime]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=datetime-local]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=color]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=email]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=file]:not(:-ms-input-placeholder), .wpcf7 .form-floating > input[type=submit]:not(:-ms-input-placeholder), .wpcf7 .form-floating > select:not(:-ms-input-placeholder), .wpcf7 .form-floating > textarea:not(:-ms-input-placeholder), .widget_categories .form-floating > select:not(:-ms-input-placeholder), .widget_archive .form-floating > select:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
.wpcf7 .form-floating > input[type=search]:focus,
.wpcf7 .form-floating > input[type=url]:focus,
.wpcf7 .form-floating > input[type=tel]:focus,
.wpcf7 .form-floating > input[type=number]:focus,
.wpcf7 .form-floating > input[type=range]:focus,
.wpcf7 .form-floating > input[type=date]:focus,
.wpcf7 .form-floating > input[type=month]:focus,
.wpcf7 .form-floating > input[type=week]:focus,
.wpcf7 .form-floating > input[type=time]:focus,
.wpcf7 .form-floating > input[type=datetime]:focus,
.wpcf7 .form-floating > input[type=datetime-local]:focus,
.wpcf7 .form-floating > input[type=color]:focus,
.wpcf7 .form-floating > input[type=email]:focus,
.wpcf7 .form-floating > input[type=file]:focus,
.wpcf7 .form-floating > input[type=submit]:focus,
.wpcf7 .form-floating > select:focus,
.wpcf7 .form-floating > textarea:focus, .widget_categories .form-floating > select:focus,
.widget_archive .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown),
.wpcf7 .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown), .widget_categories .form-floating > select:not(:placeholder-shown),
.widget_archive .form-floating > select:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill, .wpcf7 .form-floating > input[type=text]:-webkit-autofill,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill,
.wpcf7 .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill, .widget_categories .form-floating > select:-webkit-autofill,
.widget_archive .form-floating > select:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > select:not(:-ms-input-placeholder) ~ label, .wpcf7 .form-floating > textarea:not(:-ms-input-placeholder) ~ label, .widget_categories .form-floating > select:not(:-ms-input-placeholder) ~ label, .widget_archive .form-floating > select:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
.wpcf7 .form-floating > input[type=search]:focus ~ label,
.wpcf7 .form-floating > input[type=url]:focus ~ label,
.wpcf7 .form-floating > input[type=tel]:focus ~ label,
.wpcf7 .form-floating > input[type=number]:focus ~ label,
.wpcf7 .form-floating > input[type=range]:focus ~ label,
.wpcf7 .form-floating > input[type=date]:focus ~ label,
.wpcf7 .form-floating > input[type=month]:focus ~ label,
.wpcf7 .form-floating > input[type=week]:focus ~ label,
.wpcf7 .form-floating > input[type=time]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:focus ~ label,
.wpcf7 .form-floating > input[type=color]:focus ~ label,
.wpcf7 .form-floating > input[type=email]:focus ~ label,
.wpcf7 .form-floating > input[type=file]:focus ~ label,
.wpcf7 .form-floating > input[type=submit]:focus ~ label,
.wpcf7 .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label,
.widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label, .wpcf7 .form-floating > input[type=text]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill ~ label,
.wpcf7 .form-floating > select:-webkit-autofill ~ label,
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label, .widget_categories .form-floating > select:-webkit-autofill ~ label,
.widget_archive .form-floating > select:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea, .widget_categories .input-group > select,
.widget_archive .input-group > select,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input[type=text]:focus,
.wpcf7 .input-group > input[type=search]:focus,
.wpcf7 .input-group > input[type=url]:focus,
.wpcf7 .input-group > input[type=tel]:focus,
.wpcf7 .input-group > input[type=number]:focus,
.wpcf7 .input-group > input[type=range]:focus,
.wpcf7 .input-group > input[type=date]:focus,
.wpcf7 .input-group > input[type=month]:focus,
.wpcf7 .input-group > input[type=week]:focus,
.wpcf7 .input-group > input[type=time]:focus,
.wpcf7 .input-group > input[type=datetime]:focus,
.wpcf7 .input-group > input[type=datetime-local]:focus,
.wpcf7 .input-group > input[type=color]:focus,
.wpcf7 .input-group > input[type=email]:focus,
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus, .widget_categories .input-group > select:focus,
.widget_archive .input-group > select:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit], .input-group .woocommerce-info a.button, .woocommerce-info .input-group a.button, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .wpcf7 input[type=submit]:focus, .wpcf7 .input-group input[type=submit]:focus, .input-group .woocommerce-info a.button:focus, .woocommerce-info .input-group a.button:focus, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .widget_categories .input-group-lg > select,
.widget_archive .input-group-lg > select,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.woocommerce-info .input-group-lg > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .widget_categories .input-group-sm > select,
.widget_archive .input-group-sm > select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.woocommerce-info .input-group-sm > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
.was-validated .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated input[type=search]:valid:focus,
.was-validated .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated input[type=url]:valid:focus,
.was-validated .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated input[type=tel]:valid:focus,
.was-validated .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated input[type=number]:valid:focus,
.was-validated .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated input[type=range]:valid:focus,
.was-validated .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated input[type=date]:valid:focus,
.was-validated .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated input[type=month]:valid:focus,
.was-validated .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated input[type=week]:valid:focus,
.was-validated .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated input[type=time]:valid:focus,
.was-validated .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated input[type=datetime]:valid:focus,
.was-validated .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated input[type=datetime-local]:valid:focus,
.was-validated .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated input[type=color]:valid:focus,
.was-validated .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated input[type=email]:valid:focus,
.was-validated .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated input[type=file]:valid:focus,
.was-validated .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated input[type=submit]:valid:focus,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus,
.was-validated .widget_archive select:valid:focus,
.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 input.is-valid[type=number]:focus,
.wpcf7 input.is-valid[type=range]:focus,
.wpcf7 input.is-valid[type=date]:focus,
.wpcf7 input.is-valid[type=month]:focus,
.wpcf7 input.is-valid[type=week]:focus,
.wpcf7 input.is-valid[type=time]:focus,
.wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 input.is-valid[type=color]:focus,
.wpcf7 input.is-valid[type=email]:focus,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus, .widget_categories select.is-valid:focus,
.widget_archive select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, textarea.form-control.is-valid,
.wpcf7 textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid, .was-validated .input-group .wpcf7 input[type=text]:valid, .wpcf7 .was-validated .input-group input[type=text]:valid,
.was-validated .input-group .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated .input-group input[type=search]:valid,
.was-validated .input-group .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated .input-group input[type=url]:valid,
.was-validated .input-group .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated .input-group input[type=tel]:valid,
.was-validated .input-group .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated .input-group input[type=number]:valid,
.was-validated .input-group .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated .input-group input[type=range]:valid,
.was-validated .input-group .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated .input-group input[type=date]:valid,
.was-validated .input-group .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated .input-group input[type=month]:valid,
.was-validated .input-group .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated .input-group input[type=week]:valid,
.was-validated .input-group .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated .input-group input[type=time]:valid,
.was-validated .input-group .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated .input-group input[type=datetime]:valid,
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid,
.was-validated .input-group .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated .input-group input[type=color]:valid,
.was-validated .input-group .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated .input-group input[type=email]:valid,
.was-validated .input-group .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated .input-group input[type=file]:valid,
.was-validated .input-group .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated .input-group input[type=submit]:valid,
.was-validated .input-group .wpcf7 select:valid,
.wpcf7 .was-validated .input-group select:valid,
.was-validated .input-group .wpcf7 textarea:valid,
.wpcf7 .was-validated .input-group textarea:valid, .was-validated .input-group .widget_categories select:valid, .widget_categories .was-validated .input-group select:valid,
.was-validated .input-group .widget_archive select:valid,
.widget_archive .was-validated .input-group select:valid, .input-group .form-control.is-valid, .input-group .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 .input-group .is-valid.wpcf7-validation-errors, .input-group .wpcf7 input.is-valid[type=text], .wpcf7 .input-group input.is-valid[type=text],
.input-group .wpcf7 input.is-valid[type=search],
.wpcf7 .input-group input.is-valid[type=search],
.input-group .wpcf7 input.is-valid[type=url],
.wpcf7 .input-group input.is-valid[type=url],
.input-group .wpcf7 input.is-valid[type=tel],
.wpcf7 .input-group input.is-valid[type=tel],
.input-group .wpcf7 input.is-valid[type=number],
.wpcf7 .input-group input.is-valid[type=number],
.input-group .wpcf7 input.is-valid[type=range],
.wpcf7 .input-group input.is-valid[type=range],
.input-group .wpcf7 input.is-valid[type=date],
.wpcf7 .input-group input.is-valid[type=date],
.input-group .wpcf7 input.is-valid[type=month],
.wpcf7 .input-group input.is-valid[type=month],
.input-group .wpcf7 input.is-valid[type=week],
.wpcf7 .input-group input.is-valid[type=week],
.input-group .wpcf7 input.is-valid[type=time],
.wpcf7 .input-group input.is-valid[type=time],
.input-group .wpcf7 input.is-valid[type=datetime],
.wpcf7 .input-group input.is-valid[type=datetime],
.input-group .wpcf7 input.is-valid[type=datetime-local],
.wpcf7 .input-group input.is-valid[type=datetime-local],
.input-group .wpcf7 input.is-valid[type=color],
.wpcf7 .input-group input.is-valid[type=color],
.input-group .wpcf7 input.is-valid[type=email],
.wpcf7 .input-group input.is-valid[type=email],
.input-group .wpcf7 input.is-valid[type=file],
.wpcf7 .input-group input.is-valid[type=file],
.input-group .wpcf7 input.is-valid[type=submit],
.wpcf7 .input-group input.is-valid[type=submit],
.input-group .wpcf7 select.is-valid,
.wpcf7 .input-group select.is-valid,
.input-group .wpcf7 textarea.is-valid,
.wpcf7 .input-group textarea.is-valid, .input-group .widget_categories select.is-valid, .widget_categories .input-group select.is-valid,
.input-group .widget_archive select.is-valid,
.widget_archive .input-group select.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid:focus, .was-validated .input-group .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated .input-group input[type=text]:valid:focus,
.was-validated .input-group .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated .input-group input[type=search]:valid:focus,
.was-validated .input-group .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated .input-group input[type=url]:valid:focus,
.was-validated .input-group .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated .input-group input[type=tel]:valid:focus,
.was-validated .input-group .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated .input-group input[type=number]:valid:focus,
.was-validated .input-group .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated .input-group input[type=range]:valid:focus,
.was-validated .input-group .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated .input-group input[type=date]:valid:focus,
.was-validated .input-group .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated .input-group input[type=month]:valid:focus,
.was-validated .input-group .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated .input-group input[type=week]:valid:focus,
.was-validated .input-group .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated .input-group input[type=time]:valid:focus,
.was-validated .input-group .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated .input-group input[type=datetime]:valid:focus,
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid:focus,
.was-validated .input-group .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated .input-group input[type=color]:valid:focus,
.was-validated .input-group .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated .input-group input[type=email]:valid:focus,
.was-validated .input-group .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated .input-group input[type=file]:valid:focus,
.was-validated .input-group .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated .input-group input[type=submit]:valid:focus,
.was-validated .input-group .wpcf7 select:valid:focus,
.wpcf7 .was-validated .input-group select:valid:focus,
.was-validated .input-group .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated .input-group textarea:valid:focus, .was-validated .input-group .widget_categories select:valid:focus, .widget_categories .was-validated .input-group select:valid:focus,
.was-validated .input-group .widget_archive select:valid:focus,
.widget_archive .was-validated .input-group select:valid:focus, .input-group .form-control.is-valid:focus, .input-group .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-valid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-valid[type=text]:focus, .wpcf7 .input-group input.is-valid[type=text]:focus,
.input-group .wpcf7 input.is-valid[type=search]:focus,
.wpcf7 .input-group input.is-valid[type=search]:focus,
.input-group .wpcf7 input.is-valid[type=url]:focus,
.wpcf7 .input-group input.is-valid[type=url]:focus,
.input-group .wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 .input-group input.is-valid[type=tel]:focus,
.input-group .wpcf7 input.is-valid[type=number]:focus,
.wpcf7 .input-group input.is-valid[type=number]:focus,
.input-group .wpcf7 input.is-valid[type=range]:focus,
.wpcf7 .input-group input.is-valid[type=range]:focus,
.input-group .wpcf7 input.is-valid[type=date]:focus,
.wpcf7 .input-group input.is-valid[type=date]:focus,
.input-group .wpcf7 input.is-valid[type=month]:focus,
.wpcf7 .input-group input.is-valid[type=month]:focus,
.input-group .wpcf7 input.is-valid[type=week]:focus,
.wpcf7 .input-group input.is-valid[type=week]:focus,
.input-group .wpcf7 input.is-valid[type=time]:focus,
.wpcf7 .input-group input.is-valid[type=time]:focus,
.input-group .wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 .input-group input.is-valid[type=datetime]:focus,
.input-group .wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 .input-group input.is-valid[type=datetime-local]:focus,
.input-group .wpcf7 input.is-valid[type=color]:focus,
.wpcf7 .input-group input.is-valid[type=color]:focus,
.input-group .wpcf7 input.is-valid[type=email]:focus,
.wpcf7 .input-group input.is-valid[type=email]:focus,
.input-group .wpcf7 input.is-valid[type=file]:focus,
.wpcf7 .input-group input.is-valid[type=file]:focus,
.input-group .wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 .input-group input.is-valid[type=submit]:focus,
.input-group .wpcf7 select.is-valid:focus,
.wpcf7 .input-group select.is-valid:focus,
.input-group .wpcf7 textarea.is-valid:focus,
.wpcf7 .input-group textarea.is-valid:focus, .input-group .widget_categories select.is-valid:focus, .widget_categories .input-group select.is-valid:focus,
.input-group .widget_archive select.is-valid:focus,
.widget_archive .input-group select.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
.was-validated .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated input[type=search]:invalid:focus,
.was-validated .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated input[type=url]:invalid:focus,
.was-validated .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated input[type=tel]:invalid:focus,
.was-validated .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated input[type=number]:invalid:focus,
.was-validated .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated input[type=range]:invalid:focus,
.was-validated .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated input[type=date]:invalid:focus,
.was-validated .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated input[type=month]:invalid:focus,
.was-validated .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated input[type=week]:invalid:focus,
.was-validated .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated input[type=time]:invalid:focus,
.was-validated .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated input[type=datetime]:invalid:focus,
.was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated input[type=color]:invalid:focus,
.was-validated .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated input[type=email]:invalid:focus,
.was-validated .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated input[type=file]:invalid:focus,
.was-validated .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated input[type=submit]:invalid:focus,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus,
.was-validated .widget_archive select:invalid:focus,
.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus, .widget_categories select.is-invalid:focus,
.widget_archive select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, textarea.form-control.is-invalid,
.wpcf7 textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid, .was-validated .input-group .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated .input-group input[type=text]:invalid,
.was-validated .input-group .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated .input-group input[type=search]:invalid,
.was-validated .input-group .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated .input-group input[type=url]:invalid,
.was-validated .input-group .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated .input-group input[type=tel]:invalid,
.was-validated .input-group .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated .input-group input[type=number]:invalid,
.was-validated .input-group .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated .input-group input[type=range]:invalid,
.was-validated .input-group .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated .input-group input[type=date]:invalid,
.was-validated .input-group .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated .input-group input[type=month]:invalid,
.was-validated .input-group .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated .input-group input[type=week]:invalid,
.was-validated .input-group .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated .input-group input[type=time]:invalid,
.was-validated .input-group .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated .input-group input[type=datetime]:invalid,
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid,
.was-validated .input-group .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated .input-group input[type=color]:invalid,
.was-validated .input-group .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated .input-group input[type=email]:invalid,
.was-validated .input-group .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated .input-group input[type=file]:invalid,
.was-validated .input-group .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated .input-group input[type=submit]:invalid,
.was-validated .input-group .wpcf7 select:invalid,
.wpcf7 .was-validated .input-group select:invalid,
.was-validated .input-group .wpcf7 textarea:invalid,
.wpcf7 .was-validated .input-group textarea:invalid, .was-validated .input-group .widget_categories select:invalid, .widget_categories .was-validated .input-group select:invalid,
.was-validated .input-group .widget_archive select:invalid,
.widget_archive .was-validated .input-group select:invalid, .input-group .form-control.is-invalid, .input-group .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors, .input-group .wpcf7 input.is-invalid[type=text], .wpcf7 .input-group input.is-invalid[type=text],
.input-group .wpcf7 input.is-invalid[type=search],
.wpcf7 .input-group input.is-invalid[type=search],
.input-group .wpcf7 input.is-invalid[type=url],
.wpcf7 .input-group input.is-invalid[type=url],
.input-group .wpcf7 input.is-invalid[type=tel],
.wpcf7 .input-group input.is-invalid[type=tel],
.input-group .wpcf7 input.is-invalid[type=number],
.wpcf7 .input-group input.is-invalid[type=number],
.input-group .wpcf7 input.is-invalid[type=range],
.wpcf7 .input-group input.is-invalid[type=range],
.input-group .wpcf7 input.is-invalid[type=date],
.wpcf7 .input-group input.is-invalid[type=date],
.input-group .wpcf7 input.is-invalid[type=month],
.wpcf7 .input-group input.is-invalid[type=month],
.input-group .wpcf7 input.is-invalid[type=week],
.wpcf7 .input-group input.is-invalid[type=week],
.input-group .wpcf7 input.is-invalid[type=time],
.wpcf7 .input-group input.is-invalid[type=time],
.input-group .wpcf7 input.is-invalid[type=datetime],
.wpcf7 .input-group input.is-invalid[type=datetime],
.input-group .wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 .input-group input.is-invalid[type=datetime-local],
.input-group .wpcf7 input.is-invalid[type=color],
.wpcf7 .input-group input.is-invalid[type=color],
.input-group .wpcf7 input.is-invalid[type=email],
.wpcf7 .input-group input.is-invalid[type=email],
.input-group .wpcf7 input.is-invalid[type=file],
.wpcf7 .input-group input.is-invalid[type=file],
.input-group .wpcf7 input.is-invalid[type=submit],
.wpcf7 .input-group input.is-invalid[type=submit],
.input-group .wpcf7 select.is-invalid,
.wpcf7 .input-group select.is-invalid,
.input-group .wpcf7 textarea.is-invalid,
.wpcf7 .input-group textarea.is-invalid, .input-group .widget_categories select.is-invalid, .widget_categories .input-group select.is-invalid,
.input-group .widget_archive select.is-invalid,
.widget_archive .input-group select.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid:focus, .was-validated .input-group .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated .input-group input[type=text]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=search]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=url]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=tel]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=number]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=range]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=date]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=month]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=week]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=time]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=datetime]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=color]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=email]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=file]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=submit]:invalid:focus,
.was-validated .input-group .wpcf7 select:invalid:focus,
.wpcf7 .was-validated .input-group select:invalid:focus,
.was-validated .input-group .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated .input-group textarea:invalid:focus, .was-validated .input-group .widget_categories select:invalid:focus, .widget_categories .was-validated .input-group select:invalid:focus,
.was-validated .input-group .widget_archive select:invalid:focus,
.widget_archive .was-validated .input-group select:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-invalid[type=text]:focus, .wpcf7 .input-group input.is-invalid[type=text]:focus,
.input-group .wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 .input-group input.is-invalid[type=search]:focus,
.input-group .wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 .input-group input.is-invalid[type=url]:focus,
.input-group .wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 .input-group input.is-invalid[type=tel]:focus,
.input-group .wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 .input-group input.is-invalid[type=number]:focus,
.input-group .wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 .input-group input.is-invalid[type=range]:focus,
.input-group .wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 .input-group input.is-invalid[type=date]:focus,
.input-group .wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 .input-group input.is-invalid[type=month]:focus,
.input-group .wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 .input-group input.is-invalid[type=week]:focus,
.input-group .wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 .input-group input.is-invalid[type=time]:focus,
.input-group .wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 .input-group input.is-invalid[type=datetime]:focus,
.input-group .wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 .input-group input.is-invalid[type=datetime-local]:focus,
.input-group .wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 .input-group input.is-invalid[type=color]:focus,
.input-group .wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 .input-group input.is-invalid[type=email]:focus,
.input-group .wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 .input-group input.is-invalid[type=file]:focus,
.input-group .wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 .input-group input.is-invalid[type=submit]:focus,
.input-group .wpcf7 select.is-invalid:focus,
.wpcf7 .input-group select.is-invalid:focus,
.input-group .wpcf7 textarea.is-invalid:focus,
.wpcf7 .input-group textarea.is-invalid:focus, .input-group .widget_categories select.is-invalid:focus, .widget_categories .input-group select.is-invalid:focus,
.input-group .widget_archive select.is-invalid:focus,
.widget_archive .input-group select.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .wpcf7 input[type=submit], .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wpcf7 input[type=submit], .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button {
    transition: none;
  }
}
.btn:hover, .wpcf7 input[type=submit]:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  color: #212529;
}
.btn-check:focus + .btn, .wpcf7 .btn-check:focus + input[type=submit], .woocommerce-info .btn-check:focus + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus + a.button, .btn:focus, .wpcf7 input[type=submit]:focus, .woocommerce-info a.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}
.btn:disabled, .wpcf7 input[type=submit]:disabled, .woocommerce-info a.button:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .btn.disabled, .wpcf7 input.disabled[type=submit], .woocommerce-info a.disabled.button, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button, fieldset:disabled .btn, fieldset:disabled .wpcf7 input[type=submit], .wpcf7 fieldset:disabled input[type=submit], fieldset:disabled .woocommerce-info a.button, .woocommerce-info fieldset:disabled a.button, fieldset:disabled .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message fieldset:disabled a.button {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #FF730E;
  border-color: #FF730E;
}
.btn-primary:hover {
  color: #000;
  background-color: #ff8832;
  border-color: #ff8126;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #ff8832;
  border-color: #ff8126;
  box-shadow: 0 0 0 0.25rem rgba(217, 98, 12, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff8f3e;
  border-color: #ff8126;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 98, 12, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #FF730E;
  border-color: #FF730E;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success, .woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus + a.button, .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button, .btn-check:active + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button, .btn-success:active, .woocommerce-notices-wrapper .woocommerce-message a.button:active, .btn-success.active, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .show > .btn-success.dropdown-toggle, .woocommerce-notices-wrapper .woocommerce-message .show > a.dropdown-toggle.button {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button:focus, .btn-check:active + .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button:focus, .btn-success:active:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:active:focus, .btn-success.active:focus, .woocommerce-notices-wrapper .woocommerce-message a.active.button:focus, .show > .btn-success.dropdown-toggle:focus, .woocommerce-notices-wrapper .woocommerce-message .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .btn-success.disabled, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info, .woocommerce-info a.button {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover, .woocommerce-info a.button:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .woocommerce-info .btn-check:focus + a.button, .btn-info:focus, .woocommerce-info a.button:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .woocommerce-info .btn-check:checked + a.button, .btn-check:active + .btn-info, .woocommerce-info .btn-check:active + a.button, .btn-info:active, .woocommerce-info a.button:active, .btn-info.active, .woocommerce-info a.active.button, .show > .btn-info.dropdown-toggle, .woocommerce-info .show > a.dropdown-toggle.button {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .woocommerce-info .btn-check:checked + a.button:focus, .btn-check:active + .btn-info:focus, .woocommerce-info .btn-check:active + a.button:focus, .btn-info:active:focus, .woocommerce-info a.button:active:focus, .btn-info.active:focus, .woocommerce-info a.active.button:focus, .show > .btn-info.dropdown-toggle:focus, .woocommerce-info .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .woocommerce-info a.button:disabled, .btn-info.disabled, .woocommerce-info a.disabled.button {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:focus + a.button, .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:checked + a.button, .btn-check:active + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:active + a.button, .btn-danger:active, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:active, .btn-danger.active, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.active.button, .show > .btn-danger.dropdown-toggle, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .show > a.dropdown-toggle.button {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:checked + a.button:focus, .btn-check:active + .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:active + a.button:focus, .btn-danger:active:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:active:focus, .btn-danger.active:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.active.button:focus, .show > .btn-danger.dropdown-toggle:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:disabled, .btn-danger.disabled, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.disabled.button {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #FF730E;
  border-color: #FF730E;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
  color: #000;
  background-color: #FF730E;
  border-color: #FF730E;
}
.btn-check:focus + .btn-outline-primary, .wpcf7 .btn-check:focus + input[type=submit], .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.5);
}
.btn-check:checked + .btn-outline-primary, .wpcf7 .btn-check:checked + input[type=submit], .btn-check:active + .btn-outline-primary, .wpcf7 .btn-check:active + input[type=submit], .btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit], .btn-outline-primary.dropdown-toggle.show, .wpcf7 input.dropdown-toggle.show[type=submit] {
  color: #000;
  background-color: #FF730E;
  border-color: #FF730E;
}
.btn-check:checked + .btn-outline-primary:focus, .wpcf7 .btn-check:checked + input[type=submit]:focus, .btn-check:active + .btn-outline-primary:focus, .wpcf7 .btn-check:active + input[type=submit]:focus, .btn-outline-primary:active:focus, .wpcf7 input[type=submit]:active:focus, .btn-outline-primary.active:focus, .wpcf7 input.active[type=submit]:focus, .btn-outline-primary.dropdown-toggle.show:focus, .wpcf7 input.dropdown-toggle.show[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.5);
}
.btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled, .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit] {
  color: #FF730E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #FF730E;
  text-decoration: underline;
}
.btn-link:hover {
  color: #cc5c0b;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit], .woocommerce-info .btn-group-lg > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit], .woocommerce-info .btn-group-sm > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF730E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #FF730E;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .wpcf7 .btn-group > input[type=submit], .woocommerce-info .btn-group > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button,
.btn-group-vertical > .btn,
.wpcf7 .btn-group-vertical > input[type=submit],
.woocommerce-info .btn-group-vertical > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .wpcf7 .btn-group > .btn-check:checked + input[type=submit], .woocommerce-info .btn-group > .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:checked + a.button,
.btn-group > .btn-check:focus + .btn,
.wpcf7 .btn-group > .btn-check:focus + input[type=submit],
.woocommerce-info .btn-group > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:focus + a.button,
.btn-group > .btn:hover,
.wpcf7 .btn-group > input[type=submit]:hover,
.woocommerce-info .btn-group > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:hover,
.btn-group > .btn:focus,
.wpcf7 .btn-group > input[type=submit]:focus,
.woocommerce-info .btn-group > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:focus,
.btn-group > .btn:active,
.wpcf7 .btn-group > input[type=submit]:active,
.woocommerce-info .btn-group > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:active,
.btn-group > .btn.active,
.wpcf7 .btn-group > input.active[type=submit],
.woocommerce-info .btn-group > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.active.button,
.btn-group-vertical > .btn-check:checked + .btn,
.wpcf7 .btn-group-vertical > .btn-check:checked + input[type=submit],
.woocommerce-info .btn-group-vertical > .btn-check:checked + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:checked + a.button,
.btn-group-vertical > .btn-check:focus + .btn,
.wpcf7 .btn-group-vertical > .btn-check:focus + input[type=submit],
.woocommerce-info .btn-group-vertical > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:focus + a.button,
.btn-group-vertical > .btn:hover,
.wpcf7 .btn-group-vertical > input[type=submit]:hover,
.woocommerce-info .btn-group-vertical > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:hover,
.btn-group-vertical > .btn:focus,
.wpcf7 .btn-group-vertical > input[type=submit]:focus,
.woocommerce-info .btn-group-vertical > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:focus,
.btn-group-vertical > .btn:active,
.wpcf7 .btn-group-vertical > input[type=submit]:active,
.woocommerce-info .btn-group-vertical > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:active,
.btn-group-vertical > .btn.active,
.wpcf7 .btn-group-vertical > input.active[type=submit],
.woocommerce-info .btn-group-vertical > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.active.button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child), .woocommerce-info .btn-group > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit],
.woocommerce-info .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:last-child) > a.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .wpcf7 .btn-group > input[type=submit]:nth-child(n+3), .woocommerce-info .btn-group > a.button:nth-child(n+3), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.wpcf7 .btn-group > :not(.btn-check) + input[type=submit],
.woocommerce-info .btn-group > :not(.btn-check) + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > :not(.btn-check) + a.button,
.btn-group > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit],
.woocommerce-info .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .woocommerce-info .btn-group-sm > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .woocommerce-info .btn-group-lg > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type=submit], .woocommerce-info .btn-group-vertical > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child), .woocommerce-info .btn-group-vertical > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > a.button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .wpcf7 .btn-group-vertical > input[type=submit] ~ .btn, .wpcf7 .btn-group-vertical > .btn ~ input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] ~ input[type=submit], .woocommerce-info .btn-group-vertical > a.button ~ .btn, .woocommerce-info .wpcf7 .btn-group-vertical > a.button ~ input[type=submit], .wpcf7 .woocommerce-info .btn-group-vertical > a.button ~ input[type=submit], .woocommerce-info .btn-group-vertical > .btn ~ a.button, .woocommerce-info .wpcf7 .btn-group-vertical > input[type=submit] ~ a.button, .wpcf7 .woocommerce-info .btn-group-vertical > input[type=submit] ~ a.button, .woocommerce-info .btn-group-vertical > a.button ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ .btn, .woocommerce-notices-wrapper .woocommerce-message .wpcf7 .btn-group-vertical > a.button ~ input[type=submit], .wpcf7 .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ input[type=submit], .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .wpcf7 .btn-group-vertical > input[type=submit] ~ a.button, .wpcf7 .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > input[type=submit] ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ a.button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-top-right-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;
  color: #FF730E;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #cc5c0b;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  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;
  isolation: isolate;
}
.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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #FF730E;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

.navbar-text {
  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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #e6680d;
  background-color: #fff1e7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e6680d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #ffb987;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #FF730E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #cc5c0b;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #cc5c0b;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FF730E;
  border-color: #FF730E;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .wpcf7 input[type=submit] .badge, .woocommerce-info a.button .badge, .woocommerce-notices-wrapper .woocommerce-message a.button .badge {
  position: relative;
  top: -1px;
}

.alert, .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #994508;
  background-color: #ffe3cf;
  border-color: #ffd5b7;
}
.alert-primary .alert-link {
  color: #7a3706;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success, .woocommerce-notices-wrapper .woocommerce-message {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link, .woocommerce-notices-wrapper .woocommerce-message .alert-link {
  color: #0c4128;
}

.alert-info, .woocommerce-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link, .woocommerce-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF730E;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #FF730E;
  border-color: #FF730E;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #994508;
  background-color: #ffe3cf;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #994508;
  background-color: #e6ccba;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #994508;
  border-color: #994508;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 14, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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 .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .wpcf7 input.placeholder[type=submit]::before, .woocommerce-info a.placeholder.button::before, .woocommerce-notices-wrapper .woocommerce-message a.placeholder.button::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #FF730E;
}
.link-primary:hover, .link-primary:focus {
  color: #ff8f3e;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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;
}

.float-start {
  float: left !important;
}

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: 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: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.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-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

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

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

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

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-md-5 {
    margin-top: 3rem !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.wrapper {
  padding: 1.5rem 0;
}

#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #1e2125 !important;
  text-decoration: none;
  background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #FF730E;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.woocommerce-input-wrapper {
  width: 100%;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

@media (min-width: 768px) {
  .woocommerce-cart #coupon_code.input-text {
    width: 110px !important;
  }
}
#stripe-payment-data #wc-stripe-cc-form .form-row {
  display: flex;
  flex-direction: column;
}
#stripe-payment-data #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  max-height: 2rem;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
  display: inherit;
}

.woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce form .form-row .required {
  color: #dc3545;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price,
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #198754;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.has-blue-color,
.has-blue-color:visited {
  color: #0d6efd;
}

.has-blue-background-color {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.has-indigo-color,
.has-indigo-color:visited {
  color: #6610f2;
}

.has-indigo-background-color {
  background-color: #6610f2;
  border-color: #6610f2;
}

.has-purple-color,
.has-purple-color:visited {
  color: #6f42c1;
}

.has-purple-background-color {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.has-pink-color,
.has-pink-color:visited {
  color: #d63384;
}

.has-pink-background-color {
  background-color: #d63384;
  border-color: #d63384;
}

.has-red-color,
.has-red-color:visited {
  color: #dc3545;
}

.has-red-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-orange-color,
.has-orange-color:visited {
  color: #fd7e14;
}

.has-orange-background-color {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.has-yellow-color,
.has-yellow-color:visited {
  color: #ffc107;
}

.has-yellow-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-green-color,
.has-green-color:visited {
  color: #198754;
}

.has-green-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-teal-color,
.has-teal-color:visited {
  color: #20c997;
}

.has-teal-background-color {
  background-color: #20c997;
  border-color: #20c997;
}

.has-cyan-color,
.has-cyan-color:visited {
  color: #0dcaf0;
}

.has-cyan-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-white-color,
.has-white-color:visited {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  border-color: #fff;
}

.has-gray-color,
.has-gray-color:visited {
  color: #6c757d;
}

.has-gray-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.has-gray-dark-color,
.has-gray-dark-color:visited {
  color: #343a40;
}

.has-gray-dark-background-color {
  background-color: #343a40;
  border-color: #343a40;
}

.has-primary-color,
.has-primary-color:visited {
  color: #FF730E;
}

.has-primary-background-color {
  background-color: #FF730E;
  border-color: #FF730E;
}

.has-secondary-color,
.has-secondary-color:visited {
  color: #6c757d;
}

.has-secondary-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.has-success-color,
.has-success-color:visited {
  color: #198754;
}

.has-success-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-info-color,
.has-info-color:visited {
  color: #0dcaf0;
}

.has-info-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-warning-color,
.has-warning-color:visited {
  color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-danger-color,
.has-danger-color:visited {
  color: #dc3545;
}

.has-danger-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-light-color,
.has-light-color:visited {
  color: #f8f9fa;
}

.has-light-background-color {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.has-dark-color,
.has-dark-color:visited {
  color: #212529;
}

.has-dark-background-color {
  background-color: #212529;
  border-color: #212529;
}

figure.wp-block-image {
  display: block;
}
.wp-block-image > figure {
  display: block;
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .alignfull,
body.understrap-no-sidebar .wp-block-cover.alignwide,
body.understrap-no-sidebar .wp-block-cover.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
  margin: 0px calc(50% - 45vw);
  max-width: 90vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
@media (max-width: 920px) {
  body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
    margin: 0px calc(50% - 48vw);
    max-width: 96vw;
    width: 100vw;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}

/*
* Use existing Bootstrap 4/5 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: theme-color("danger");
}
.wpcf7 .wpcf7-validation-errors {
  color: theme-color("danger");
  border: 1px solid #e9ecef;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style: none;
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
   * Firefox specific rule
   */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body > .site {
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
  background-color: #FFFFFF;
}

.o-wrapper {
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.o-wrapper--relative {
  position: relative;
}

.o-wrapper--flex,
.flex-dir-row {
  display: flex;
  width: 100%;
}

.o-wrapper--flex-column,
.flex-dir-column {
  display: flex;
  flex-flow: column;
}

.o-wrapper--flex-between {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .o-wrapper--flex-col-mobile {
    flex-flow: column wrap;
  }
}

@media (min-width: 992px) {
  .o-wrapper--outer {
    max-width: 1468px;
  }
}

.o-wrapper--inner {
  max-width: 1254px;
}

.o-wrapper--packages {
  max-width: 1042px;
  padding: 0;
}

@media (min-width: 992px) {
  .o-wrapper--content {
    max-width: 864px;
  }
}

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

.r {
  position: relative;
}

.o-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.o-section + .o-section {
  padding-top: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #131A25;
  font-weight: 800;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1.75rem;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 5.5rem;
    line-height: 6.7rem;
  }
  .hero--page h1, .hero--page .h1 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5.5rem;
    line-height: 6.7rem;
  }
  .hero--page h1, .hero--page .h1 {
    margin-bottom: 1.75rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.5rem;
    line-height: 4.2rem;
    margin-bottom: 2rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1.75rem;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .blog h4, .blog .h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.03rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}

p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #776558;
}

.c-lead p {
  font-size: 1.125rem;
  line-height: 2.125rem;
}

.t-heavy {
  font-weight: 700;
}

address {
  font-style: normal;
  font-weight: 400;
  color: #FF730E;
}

.phone:hover svg,
.phone:hover i {
  -webkit-animation: shake 1.2s infinite;
  animation: shake 1.2s infinite;
}

.spin:hover svg,
.spin:hover i {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: rotate(-15deg);
  }
  20%, 80% {
    transform: rotate(0);
  }
  30%, 50%, 70% {
    transform: rotate(15deg);
  }
  40%, 60% {
    transform: rotate(0);
    transition-delay: 2s;
  }
}

@keyframes shake {
  10%, 90% {
    transform: rotate(-15deg);
  }
  20%, 80% {
    transform: rotate(0);
  }
  30%, 50%, 70% {
    transform: rotate(15deg);
  }
  40%, 60% {
    transform: rotate(0);
    transition-delay: 2s;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bbl-list__element {
  flex-wrap: wrap;
}

.bbl-list {
  position: relative;
  background: #FFF6ED;
  padding: 4.5rem 0;
}

.bbl-list .o-wrapper:before,
.bbl-list:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bbl-list .o-wrapper:before {
  width: 165px;
  height: 155px;
  background-image: url(../img/svg/bbl-texture.svg);
  left: 0;
  bottom: 15.46%;
  transform: rotate(142.75deg);
}

.bbl-list:after {
  width: 100%;
  height: 95px;
  background-image: url(../img/svg/bbl-waves.svg);
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: right center;
}
@media (min-width: 992px) {
  .bbl-list:after {
    width: 50%;
  }
}

.bbl-list__title .bbl-title {
  margin-bottom: 3.5rem;
}

.bbl-list__element--item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .bbl-list__element--item {
    width: 48%;
  }
}

.bbl-list__element--item .far {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #FF730E;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .bbl-list__element--item .far {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.bbl-list__element--item p {
  width: calc(100% - 90px);
  margin-bottom: 0;
}

.blog-list {
  margin-top: 205px;
}

.blog-list__element {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .blog-list__element {
    flex-flow: row wrap;
    gap: 0 3.5rem;
  }
}
@media (min-width: 1400px) {
  .blog-list__element {
    gap: 0 6rem;
  }
}
.archive .blog-list__element {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .home .blog-list__element, .page-template-thank-you .blog-list__element {
    margin-top: 3rem;
  }
}

.blog-list__element--item {
  margin-bottom: 1rem;
  min-height: 170px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .blog-list__element--item {
    margin-bottom: 80px;
    width: 30%;
    max-width: 405px;
    min-height: inherit;
    flex-direction: column;
  }
}

.blog-list__element--item > div {
  width: 50%;
}
@media (min-width: 992px) {
  .blog-list__element--item > div {
    width: auto;
  }
}

@media (min-width: 992px) {
  .blog-list__element--item .blog-image {
    min-height: 270px;
    height: 270px;
  }
}

.blog-list__element--item .blog-image a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.blog-list__element--item .blog-image a img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.blog-list__element--item .blog-image a:hover img {
  transform: scale(1.1);
}

.blog-list__element--item .blog-list__element--tag {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  padding: 0 1rem;
  font-weight: 700;
  background-color: #FF730E;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.blog-list__element img {
  border-radius: 1rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .blog-list__element img {
    height: 270px;
    min-height: 270px;
  }
}

.blog-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin: auto;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .blog-content {
    padding: 0;
    margin-top: 2rem;
  }
}
.blog .blog-content {
  height: auto;
  margin-top: 2rem;
  flex-grow: 1;
  justify-content: inherit;
}

@media (max-width: 991.98px) {
  .blog-list__element .title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .blog-list__element .title {
    margin: 0 0 1rem;
  }
}

.blog-list__element .description {
  margin-top: 0;
}

.blog-list__element p {
  display: none;
}
@media (min-width: 992px) {
  .blog-list__element p {
    display: block;
    margin-bottom: 1rem;
  }
}

.blog-list__element .link {
  transition: all 0.15s ease-in-out;
  border-top: solid 1px #D9D9D9;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.75rem;
  text-decoration: none;
  margin-top: auto;
}
@media (min-width: 992px) {
  .blog-list__element .link {
    font-size: 1rem;
  }
}

.blog-list__element .link:hover {
  text-decoration: none;
}

.blog-list__element .link i,
.blog-list__element .link svg {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.blog-list__element .link:hover i,
.blog-list__element .link:hover svg {
  transform: translateX(0.5rem);
}

.blog-list__element .link span,
.blog-list__element .link:hover span {
  text-decoration: underline;
}

.button {
  display: inline-block;
  background-color: #FF730E;
  color: #FFFFFF;
  border-radius: 5rem;
  padding: 1.5rem 2.5rem !important;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border: solid 2px transparent;
}
@media (min-width: 992px) {
  .button {
    padding: 1.5rem 2rem !important;
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .button {
    padding: 1.5rem 2rem !important;
    font-size: 1.25rem;
  }
}

.button:hover {
  background-color: #ED5500;
  color: #FFFFFF;
  text-decoration: none;
  border: solid 2px transparent;
}

.button.secondary {
  background-color: #662E9B;
}

.button.secondary:hover {
  background-color: #47107B;
  color: #FFFFFF;
}

.button.hollow.secondary {
  border-color: #662E9B;
  color: #662E9B;
  background-color: transparent;
}

.button.hollow.secondary:hover {
  background-color: #662E9B;
  color: #FFFFFF;
}

.button.icon-left i, .button.icon-left svg {
  margin-left: 0.5rem;
}

.button.icon-right i, .button.icon-right svg {
  margin-right: 0.5rem;
}

.button.arrow i, .button.arrow svg {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.button.arrow:hover i, .button.arrow:hover svg {
  transform: translateX(15px);
}

.about-heading > div {
  flex-flow: column;
}
@media (min-width: 992px) {
  .about-heading > div {
    flex-flow: row;
  }
}

.about-heading__section {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .about-heading__section {
    width: 48%;
    text-align: inherit;
  }
}

.about-heading__texture {
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.about-heading__content--title {
  position: relative;
  z-index: 2;
}
.page-id-175 .about-heading__content--title {
  margin-bottom: 2.75rem;
}

.about-heading .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  max-width: 320px;
}
@media (max-width: 991.98px) {
  .about-heading .button {
    width: 100%;
    max-width: inherit;
    margin-bottom: 2rem;
  }
}

.about-heading .info {
  width: 50%;
  position: absolute;
  right: -5%;
  bottom: 7%;
  font-family: "Chewy", cursive;
  color: #776558;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about-heading .info {
    display: none;
  }
}

.about-heading .info svg {
  margin-top: 10%;
}

.about-heading .info--span {
  width: 60%;
  transform: rotate(4.55deg);
  margin-left: 1.5rem;
}

.content-text a:not(.button) {
  color: #662E9B;
  font-weight: 700;
}

.single-post .content-text > div {
  margin: 2rem 0;
}

.content-text ol,
.content-text ul {
  padding-left: 2rem;
  margin-bottom: 0;
}

.content-text ul li,
.content-text ol li {
  color: #776558;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.content-text ul {
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.content-text ul ul {
  margin-bottom: 0;
}

.content-text ul li {
  list-style: none;
  line-height: 2.125rem;
  position: relative;
  padding-left: 2.125rem;
}

.content-text ul li:before {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-color: #FF730E;
  position: absolute;
  left: 0;
  top: 1rem;
  transform: translateY(-50%);
}

.content-text ul li ul li:before {
  width: 1rem;
  height: 3px;
  border-radius: 6px;
  background-color: #FF730E;
}

.content-text ul li ul li,
.content-text ol li ol li {
  margin-bottom: 0.5rem;
}

.content-text ul li::marker,
.content-text ol li::marker {
  color: #FF730E;
}

.content-text ol li {
  list-style: auto;
}

.content-text ol li::marker {
  font-weight: 700;
  font-family: "Chewy", cursive;
}

.content-text ol li ol li {
  list-style: lower-alpha;
}

.content-quote .o-wrapper--inner {
  width: 100%;
}

.content-quote .testimonials__list--quote {
  z-index: 3;
}

.content-quote .testimonials__list--container {
  margin-top: 4.5rem;
}

.content-video {
  max-width: 828px;
  margin: 3.5rem 0 6.5rem;
}

.content-video > div {
  max-width: 828px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.wp-video {
  max-height: 551px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
}

.mejs-container {
  max-height: 551px;
  padding-top: 56.25%;
  border-radius: 0.5rem;
}

.mejs-controls {
  background: rgba(255, 115, 14, 0.3) !important;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.content-image.featured-image {
  margin-top: 0;
  max-width: 828px;
}

.content-image .o-wrapper--content,
.content-image .featured-image__element {
  width: 828px;
}

.content-cta__container {
  background: #FDEFE1;
  border-radius: 0 0 2.5rem 2.5rem;
  overflow: hidden;
  padding: 1.25rem 1rem 150px;
}
@media (min-width: 1200px) {
  .content-cta__container {
    padding: 70px 215px;
  }
}
@media (max-width: 1199.98px) {
  .content-cta__container {
    flex-direction: column;
  }
}

.content-cta__section {
  position: relative;
  z-index: 2;
  min-width: 319px;
  width: auto;
}

.content-cta__texture {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.content-cta__waves {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-cta__section:first-of-type {
  max-width: 686px;
}

.content-cta__section:last-of-type {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .content-cta__content--title {
    font-size: 1.625rem;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .content-cta__content--description p {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .content-cta__content--description p {
    text-align: center;
  }
}

.content-cta__section .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-cta-text {
  margin: 7.5rem 0 0;
}

.content-cta-text__title {
  position: relative;
  max-width: 938px;
  margin: auto;
  margin-bottom: 1.5rem;
}

.content-cta-text--texture {
  max-width: 612px;
  top: -4.25rem;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.content-cta-text__title h2, .content-cta-text__title .h2 {
  position: relative;
  z-index: 3;
  text-align: center;
  letter-spacing: -0.03rem;
  margin-bottom: 0;
}

.content-cta-text--info {
  max-width: 938px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.content-cta-text--info .description p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.content-cta-text .button {
  width: 319px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-faq:focus {
  outline: none;
}

.content-faq__container {
  background: #FFF6ED;
  border-radius: 2.5rem 2.5rem 0 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .content-faq__container {
    padding: 175px 0 100px 0;
  }
}

.content-faq__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.content-faq__title .info {
  color: #776558;
  font-family: "Chewy", cursive;
  font-size: 1.5rem;
  width: 20%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: -100px;
  right: -25%;
}
@media (max-width: 991.98px) {
  .content-faq__title .info {
    top: 20px;
    right: 5%;
    width: 40%;
    z-index: 2;
  }
}

.content-faq__title .info--span {
  transform: rotate(10.38deg);
}

.content-faq__title .info svg {
  margin-left: -8rem;
  margin-top: 0.75rem;
}

.content-faq__title .content-faq__title--texture {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
}

.content-faq__title h2, .content-faq__title .h2 {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .content-faq__title h2, .content-faq__title .h2 {
    margin-top: 150px;
  }
}

.content-faq__section {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .content-faq__section {
    flex-direction: column;
  }
}

.content-faq__section .nav {
  text-align: right;
  border: none;
  margin: 0 4.5rem auto;
}
@media (min-width: 992px) {
  .content-faq__section .nav {
    width: 354px;
  }
}
@media (max-width: 991.98px) {
  .content-faq__section .nav {
    margin: 0;
    flex-direction: row;
    width: 100%;
    overflow: auto;
  }
}

@media (max-width: 991.98px) {
  .content-faq__section .nav li {
    flex-grow: 1;
    min-width: 150px;
  }
}

.content-faq__section .nav li a {
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
  color: #131A25;
  transition: all 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
}
@media (max-width: 991.98px) {
  .content-faq__section .nav li a {
    border-bottom: 4px solid #F2E8DE;
  }
}
@media (min-width: 992px) {
  .content-faq__section .nav li a {
    justify-content: right;
    padding: 1.25rem 2rem 1.25rem 0;
    border-right: 4px solid #F2E8DE;
  }
}

.content-faq__section .nav li a.active {
  color: #FF730E;
}
@media (max-width: 991.98px) {
  .content-faq__section .nav li a.active {
    border-bottom-color: #FF730E;
  }
}
@media (min-width: 992px) {
  .content-faq__section .nav li a.active {
    border-right-color: #FF730E;
  }
}

@media (min-width: 992px) {
  .content-faq__section .tab-content {
    width: 831px;
  }
}

.content-faq__section .tab-content .item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .content-faq__section .tab-content .item {
    border-bottom: 1px solid #F2E8DE;
  }
}

.content-faq__section .tab-content .question {
  background: #FFF6ED;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.content-faq__section .tab-content .question > span:first-of-type {
  width: 85%;
}

.content-faq__section .tab-content .question:hover {
  color: #FF730E;
}

.content-faq__section .tab-content .question .icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #FF730E;
  color: #FF730E;
  border-radius: 100%;
}

.content-faq__section .tab-content .question .icon i:before {
  font-size: 0.8rem;
  line-height: 2rem;
}

.content-faq__section .tab-content [data-toggle=collapse] .fas:before {
  content: "\f068";
}

.content-faq__section .tab-content [data-toggle=collapse].collapsed .fas:before {
  content: "+";
}

.find-us {
  margin: 9.3rem 0;
  padding: 5rem 0 0;
}

.find-us__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .find-us__title {
    width: 50%;
  }
}

.find-us__title .find-us__title--texture {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -85px;
}

.find-us__title h2, .find-us__title .h2 {
  position: relative;
  z-index: 2;
}

.find-us__title .find-us__title--description {
  width: 90%;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.find-us__locations {
  margin-top: 3.5rem;
}

@media (min-width: 1200px) {
  .find-us__locations li {
    width: 33%;
    max-width: 400px;
  }
}

.find-us__locations .site-footer__locations--link {
  color: #131A25;
  transition: all 0.15s ease-in-out;
}

.find-us__locations .site-footer__locations--link:hover {
  color: #FF730E;
}

.map iframe {
  width: 100%;
  height: 268px;
  border: 1px solid #EEEEF0;
  border-radius: 1rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .map iframe {
    width: 100%;
    height: 268px;
  }
}

.hero {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    margin-bottom: 8.4rem;
  }
}
@media (max-width: 991.98px) {
  .hero {
    height: calc(100vh - 5.5rem);
  }
}
.single .hero {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .hero .o-wrapper--content {
    width: 100%;
    display: flex;
  }
}

.hero--page__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero--page__content {
    min-height: calc(85vh - 200px);
  }
}
@media (max-width: 991.98px) {
  .hero--page__content .page-template-support-page {
    height: calc(100vh - 200px);
  }
}
@media (min-width: 992px) {
  .hero--page__content {
    height: auto;
    overflow: inherit;
    justify-content: inherit;
  }
}
@media (min-width: 992px) {
  .page-template-contact .hero--page__content {
    max-width: 725px;
  }
}
.single-post .hero--page__content {
  max-width: 1045px;
}
@media (min-width: 992px) {
  .single-post .hero--page__content {
    width: 1045px;
  }
}

.hero--page__content--title {
  text-align: center;
}
@media (max-width: 991.98px) {
  .hero--page__content--title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .hero--page__content--title {
    text-align: inherit;
  }
}
@media (min-width: 992px) {
  .blog .hero--page__content--title {
    font-size: 5.5rem;
    line-height: 6.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .single-post .hero--page__content--title, .page-template-support-page .hero--page__content--title, .page-template-contact .hero--page__content--title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .page-template-contact .hero--page__content--title {
    font-size: 3rem;
  }
}

.hero--page__content--description {
  font-size: 1.5rem;
  color: #6B6562;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .home .hero--page__content--description {
    width: 830px;
  }
}
@media (min-width: 992px) {
  .hero--page__content--description {
    text-align: inherit;
  }
}
@media (min-width: 992px) {
  .home .hero--page__content--description, .single-post .hero--page__content--description, .page-template-support-page .hero--page__content--description, .page-template-contact .hero--page__content--description {
    letter-spacing: initial;
  }
}
.page-template-support-page .hero--page__content--description {
  width: 90%;
}

@media (min-width: 1200px) {
  .page-template-support-page .hero .o-wrapper--content {
    max-width: 975px;
  }
}

.hero--page__content .button {
  margin: 1.75rem auto 0 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .hero--page__content .button {
    width: 243px;
    height: 72px;
    padding: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero--page__figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  display: none;
}
@media (min-width: 992px) {
  .hero--page__figure {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1399.98px) {
  .hero--page__figure {
    opacity: 0.25;
  }
}

.hero--page__figure--mobile {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media (min-width: 992px) {
  .hero--page__figure--mobile {
    display: none;
  }
}

.hero--page__figure--mobile svg {
  width: auto;
  height: 100%;
  margin-left: auto;
}

.hero--page__figure svg {
  width: 100%;
}

.numbered-list {
  margin: 9.3rem 0;
  padding: 5rem 0 0;
}

.numbered-list__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .numbered-list__title {
    width: 67%;
  }
}
@media (min-width: 1200px) {
  .numbered-list__title {
    width: 50%;
  }
}

.numbered-list__title .info {
  color: #776558;
  font-family: "Chewy", cursive;
  font-size: 1.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  width: 60%;
  top: -140px;
  left: 0%;
}
@media (min-width: 992px) {
  .numbered-list__title .info {
    width: 30%;
    top: -120px;
    left: -20%;
  }
}
@media (min-width: 1200px) {
  .numbered-list__title .info {
    top: -100px;
    left: -30%;
  }
}

.icons-list .numbered-list__title .info {
  width: 100%;
  left: -80px;
  top: -90px;
}
@media (min-width: 992px) {
  .icons-list .numbered-list__title .info {
    width: 30%;
    top: -100px;
    left: -10%;
    z-index: 2;
  }
}

.numbered-list__title .info--span {
  transform: rotate(-7.42deg);
}

.numbered-list__title .info svg {
  margin-left: 7rem;
  margin-top: 0.75rem;
}

.numbered-list__title .numbered-list__title--texture {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -35px;
}
@media (min-width: 992px) {
  .numbered-list__title .numbered-list__title--texture {
    top: -85px;
  }
}

.numbered-list__title h2, .numbered-list__title .h2 {
  position: relative;
  z-index: 2;
}

.numbered-list__element {
  font-size: 1rem;
  color: #776558;
  flex-flow: wrap;
}

.numbered-list__element .numbered-list__element--item {
  width: 32%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin-top: 4rem;
}

.numbered-list__element .number {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.numbered-list__element .number:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='67' viewBox='0 0 72 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-88.6106 42.9519C-88.2785 42.8329 -87.9716 42.7962 -87.6621 42.8682C-87.5225 42.9004 -87.3711 42.965 -87.2493 43.0494C-87.0775 43.1707 -87.0253 43.4171 -87.1626 43.5942C-87.1944 43.633 -87.2063 43.7013 -87.2131 43.7586C-87.2187 43.79 -87.2201 43.822 -87.2215 43.8531C-87.2232 43.8896 -87.2248 43.9251 -87.2328 43.9576C-87.3497 44.42 -87.9086 44.8486 -88.3771 44.8428C-88.7993 44.8386 -89.2822 44.4631 -89.3818 44.0599C-89.4392 43.8246 -89.379 43.611 -89.2394 43.4148C-89.0732 43.1907 -88.8455 43.036 -88.6106 42.9519ZM-86.1449 49.6652C-86.5134 49.4041 -86.9136 49.4103 -87.3215 49.5472C-87.5402 49.6255 -87.7252 49.7466 -87.8956 49.9082C-88.148 50.1723 -88.1998 50.5108 -88.0367 50.8363C-87.8707 51.1699 -87.6014 51.3843 -87.2634 51.51C-86.3596 51.8354 -85.6504 51.0878 -85.7627 50.2687C-85.8017 50.0084 -85.9262 49.8153 -86.1449 49.6652ZM-90.5038 55.2575C-90.104 55.1234 -89.6986 55.1062 -89.2848 55.214C-89.1121 55.2618 -88.9497 55.3317 -88.8133 55.4565C-88.7047 55.5547 -88.6314 55.6564 -88.6466 55.8173C-88.6482 55.8636 -88.6388 55.915 -88.6242 55.9555C-88.4698 56.4853 -88.7127 57.0293 -89.2137 57.2636C-89.6527 57.4665 -90.0998 57.4438 -90.5244 57.2302C-90.8028 57.0922 -91.0228 56.8877 -91.1817 56.6246C-91.3493 56.3373 -91.3344 56.0486 -91.1615 55.7673C-91.007 55.5108 -90.7821 55.348 -90.5038 55.2575ZM-106.425 55.6941C-106.144 55.5845 -105.797 55.5332 -105.439 55.5878C-105.342 55.5994 -105.24 55.6421 -105.146 55.6814C-105.129 55.6886 -105.112 55.6957 -105.096 55.7026C-104.988 55.7464 -104.886 55.8013 -104.784 55.8561C-104.33 56.0772 -104.199 56.515 -104.478 56.9347C-104.601 57.1252 -104.744 57.3134 -105.008 57.3165C-105.036 57.3155 -105.062 57.3309 -105.09 57.3469C-105.107 57.3569 -105.124 57.3672 -105.143 57.3739C-105.663 57.6059 -106.183 57.5821 -106.703 57.3571C-106.91 57.2664 -107.071 57.1231 -107.204 56.933C-107.41 56.641 -107.376 56.3274 -107.129 56.0744C-106.929 55.8931 -106.711 55.7876 -106.425 55.6941ZM-94.7774 59.396C-94.8319 59.4119 -94.8886 59.4283 -94.9482 59.4453C-94.9544 59.4482 -94.9609 59.4513 -94.9676 59.4544C-94.9744 59.4576 -94.9815 59.4609 -94.9888 59.4643L-94.9913 59.4655L-94.9923 59.4659C-95.0669 59.5006 -95.1617 59.5448 -95.2414 59.596C-95.6092 59.8191 -95.7442 60.2057 -95.6064 60.6134C-95.5123 60.8997 -95.3276 61.1077 -95.0683 61.2434C-94.5858 61.4911 -94.0952 61.5074 -93.6024 61.276C-93.0963 61.0308 -92.8991 60.5122 -93.0923 59.9507C-93.271 59.4297 -93.7652 59.1496 -94.2989 59.2676C-94.4534 59.3021 -94.6044 59.3459 -94.7774 59.396ZM-99.7531 55.2244C-99.4314 55.1274 -99.0474 55.127 -98.6579 55.2435C-98.4741 55.2965 -98.3088 55.3744 -98.2521 55.5826C-98.2389 55.6193 -98.2009 55.6523 -98.1651 55.6834C-98.1535 55.6935 -98.142 55.7035 -98.1318 55.7132C-97.9059 55.934 -97.8479 56.1966 -97.9826 56.4825C-98.1617 56.8483 -98.4617 57.0563 -98.8518 57.1412C-99.1308 57.2045 -99.414 57.2054 -99.6933 57.1409C-100.041 57.0643 -100.313 56.8691 -100.486 56.5655C-100.648 56.2944 -100.638 56.0167 -100.47 55.7463C-100.321 55.5009 -100.093 55.3462 -99.7531 55.2244ZM-99.5598 45.9888C-99.6059 45.9986 -99.6517 46.0084 -99.6971 46.0174C-100.045 46.1693 -100.373 46.3508 -100.613 46.6472C-100.73 46.7804 -100.813 46.9291 -100.676 47.1083C-100.666 47.1172 -100.662 47.1358 -100.657 47.1544C-100.655 47.1638 -100.652 47.1731 -100.649 47.1812C-100.591 47.471 -100.39 47.646 -100.127 47.7435C-99.6431 47.9177 -99.17 47.8854 -98.7009 47.69C-98.5256 47.6181 -98.362 47.5138 -98.2321 47.3667C-97.8608 46.9503 -97.9248 46.4431 -98.3925 46.1352C-98.6303 45.9827 -98.8912 45.8933 -99.1738 45.9214C-99.3034 45.9343 -99.4327 45.9618 -99.5598 45.9888ZM-103.318 51.7021C-103.71 51.8333 -104.108 51.8204 -104.486 51.6356C-104.574 51.5941 -104.657 51.5415 -104.732 51.4861C-105.181 51.1261 -105.178 50.5765 -104.721 50.2209C-104.499 50.05 -104.246 49.941 -103.966 49.9048C-103.758 49.874 -103.542 49.864 -103.326 49.854C-103.272 49.8514 -103.218 49.8489 -103.164 49.8461C-103.102 49.842 -103.041 49.857 -102.981 49.8719C-102.606 49.9479 -102.474 50.1381 -102.511 50.5171C-102.512 50.5431 -102.515 50.5697 -102.518 50.5969C-102.522 50.6376 -102.527 50.6802 -102.528 50.7242C-102.516 50.9851 -102.614 51.194 -102.787 51.3747C-102.933 51.5276 -103.113 51.6377 -103.318 51.7021ZM-99.7622 40.9399C-99.5435 40.8616 -99.3241 40.8105 -99.0976 40.8299C-98.7541 40.844 -98.5185 41.0156 -98.3774 41.3307C-98.0341 42.131 -98.7086 42.8479 -99.4279 42.8313C-99.5397 42.8256 -99.6463 42.8089 -99.7478 42.7813C-99.9425 42.7231 -100.14 42.6567 -100.33 42.5875C-100.772 42.426 -100.854 42.0987 -100.646 41.686C-100.451 41.2872 -100.14 41.0844 -99.7622 40.9399ZM-93.8556 47.7098C-93.5408 48.2278 -92.9199 48.4534 -92.3529 48.2503C-92.0532 48.1429 -91.7804 47.9355 -91.6142 47.7115C-91.3379 47.3109 -91.4064 46.8418 -91.7976 46.5431C-92.0001 46.3871 -92.2279 46.3133 -92.4729 46.3188C-92.7995 46.3261 -93.0912 46.4305 -93.3507 46.624C-93.5726 46.7949 -93.7556 46.9975 -93.8638 47.2557C-93.9282 47.4067 -93.9463 47.5595 -93.8556 47.7098ZM-100.121 60.6488C-100.521 60.2987 -100.989 60.2193 -101.492 60.372C-101.795 60.4712 -101.964 60.6872 -102.06 60.9777C-102.139 61.2161 -102.123 61.4388 -102 61.651C-101.662 62.2338 -100.792 62.4157 -100.248 62.02C-99.7693 61.6747 -99.6982 61.0093 -100.121 60.6488ZM-93.0124 42.4624C-93.4498 42.6191 -93.9398 42.4015 -94.1548 41.9574C-94.3522 41.5619 -94.2088 41.0718 -93.8168 40.84C-93.4623 40.6308 -93.0663 40.5621 -92.6584 40.6536C-92.5378 40.6836 -92.4137 40.7488 -92.3058 40.8199C-92.181 40.9123 -92.1343 41.0419 -92.1848 41.2062C-92.2152 41.2994 -92.2422 41.3959 -92.2691 41.4923C-92.2961 41.5889 -92.323 41.6853 -92.3535 41.7785C-92.4707 42.113 -92.7024 42.3331 -93.0124 42.4624ZM-94.6394 51.5739C-94.934 51.4417 -95.2253 51.4455 -95.525 51.5528C-95.8571 51.6717 -96.1234 51.9225 -96.2287 52.1887C-96.3465 52.496 -96.2548 52.8014 -95.9712 52.9284C-95.7619 53.0271 -95.537 53.0928 -95.3098 53.1394C-95.0334 53.1958 -94.7713 53.1111 -94.5406 52.9645C-94.2804 52.7982 -94.1282 52.5608 -94.1522 52.2404C-94.1815 51.9309 -94.3559 51.7008 -94.6394 51.5739Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-147.776 22.2319C-148.095 22.0819 -148.338 21.8917 -148.506 21.6227C-148.582 21.5015 -148.643 21.3491 -148.669 21.2036C-148.704 20.9968 -148.566 20.7857 -148.343 20.7572C-148.293 20.7522 -148.237 20.7123 -148.191 20.6766C-148.165 20.6583 -148.141 20.6367 -148.118 20.6157C-148.091 20.591 -148.065 20.5671 -148.036 20.5497C-147.625 20.3051 -146.926 20.3958 -146.599 20.7302C-146.303 21.0307 -146.229 21.6366 -146.444 21.9918C-146.571 22.1987 -146.765 22.3073 -147.003 22.3477C-147.279 22.389 -147.55 22.3379 -147.776 22.2319ZM-144.754 15.7469C-144.679 16.1912 -144.392 16.4688 -144.006 16.6595C-143.796 16.7582 -143.579 16.8029 -143.344 16.8087C-142.979 16.7999 -142.702 16.597 -142.586 16.2518C-142.467 15.8989 -142.505 15.5576 -142.654 15.2304C-143.062 14.3634 -144.094 14.3924 -144.596 15.0507C-144.753 15.2622 -144.802 15.4865 -144.754 15.7469ZM-126.141 25.7752C-126.417 25.655 -126.699 25.4464 -126.913 25.1555C-126.973 25.0789 -127.015 24.9772 -127.053 24.8832C-127.06 24.866 -127.067 24.849 -127.074 24.8325C-127.119 24.7259 -127.152 24.6152 -127.185 24.5044C-127.35 24.0277 -127.131 23.6262 -126.637 23.5257C-126.414 23.478 -126.18 23.4454 -125.991 23.6292C-125.972 23.6501 -125.942 23.6575 -125.912 23.6654C-125.893 23.6703 -125.873 23.6752 -125.855 23.6836C-125.323 23.8861 -124.972 24.2698 -124.764 24.7955C-124.682 25.0051 -124.67 25.2202 -124.711 25.4481C-124.773 25.7996 -125.019 25.9979 -125.373 26.0027C-125.643 25.99 -125.872 25.911 -126.141 25.7752ZM-131.19 21.4056C-131.486 21.2474 -131.758 20.9771 -131.951 20.6203C-132.043 20.4533 -132.104 20.2817 -131.997 20.0944C-131.98 20.0592 -131.984 20.0091 -131.987 19.9619C-131.988 19.9466 -131.989 19.9314 -131.989 19.9173C-131.992 19.602 -131.847 19.3754 -131.549 19.2682C-131.162 19.1357 -130.803 19.2 -130.467 19.4149C-130.225 19.5667 -130.024 19.7657 -129.872 20.0082C-129.681 20.3074 -129.627 20.6368 -129.72 20.9737C-129.798 21.2795 -130.002 21.469 -130.313 21.542C-130.592 21.6103 -130.863 21.5592 -131.19 21.4056ZM-137.881 27.8005C-137.842 27.826 -137.802 27.8514 -137.764 27.877C-137.41 28.0145 -137.05 28.1173 -136.669 28.0773C-136.492 28.0653 -136.328 28.019 -136.298 27.7952C-136.298 27.7824 -136.288 27.7659 -136.278 27.7494C-136.273 27.7412 -136.268 27.7329 -136.265 27.7252C-136.101 27.4789 -136.118 27.2139 -136.235 26.959C-136.453 26.4951 -136.811 26.1846 -137.281 25.9922C-137.456 25.9195 -137.646 25.8779 -137.842 25.8904C-138.4 25.9232 -138.714 26.327 -138.602 26.8743C-138.542 27.1498 -138.421 27.3968 -138.202 27.5761C-138.101 27.6583 -137.99 27.73 -137.881 27.8005ZM-131.17 26.409C-130.8 26.5923 -130.528 26.8818 -130.392 27.2785C-130.359 27.37 -130.338 27.4657 -130.324 27.5577C-130.262 28.1292 -130.654 28.5157 -131.229 28.445C-131.507 28.4095 -131.764 28.308 -131.987 28.1365C-132.156 28.0114 -132.316 27.8664 -132.476 27.7213C-132.516 27.6851 -132.556 27.6488 -132.596 27.6129C-132.643 27.5717 -132.675 27.5187 -132.707 27.4656C-132.918 27.1476 -132.877 26.9197 -132.581 26.6779C-132.562 26.6606 -132.541 26.6437 -132.52 26.6266C-132.488 26.6009 -132.454 26.574 -132.423 26.5433C-132.246 26.3505 -132.028 26.2722 -131.778 26.2661C-131.566 26.2609 -131.361 26.3098 -131.17 26.409ZM-141.321 31.5135C-141.531 31.4148 -141.723 31.2963 -141.869 31.123C-142.102 30.8709 -142.147 30.5836 -142.023 30.2613C-141.697 29.4534 -140.712 29.4218 -140.215 29.9404C-140.14 30.0232 -140.077 30.1102 -140.025 30.2012C-139.928 30.3796 -139.836 30.5658 -139.751 30.7484C-139.553 31.1743 -139.727 31.4632 -140.167 31.6085C-140.588 31.7534 -140.952 31.6776 -141.321 31.5135ZM-140.692 22.5635C-140.547 21.9754 -140.825 21.3783 -141.37 21.1223C-141.658 20.987 -141.998 20.9414 -142.275 20.9828C-142.755 21.0714 -143.039 21.4514 -142.974 21.9382C-142.942 22.1913 -142.833 22.404 -142.656 22.5728C-142.42 22.7979 -142.14 22.9295 -141.819 22.9756C-141.541 23.0111 -141.268 22.9968 -141.008 22.8905C-140.856 22.829 -140.734 22.7338 -140.692 22.5635ZM-127.08 17.8288C-127.046 18.3587 -126.772 18.7443 -126.308 18.9908C-126.023 19.1338 -125.751 19.1003 -125.476 18.9629C-125.251 18.8497 -125.105 18.6807 -125.041 18.4446C-124.866 17.7942 -125.352 17.0521 -126.017 16.9491C-126.601 16.8556 -127.123 17.276 -127.08 17.8288ZM-145.012 25.6801C-144.591 25.8776 -144.399 26.3768 -144.563 26.8423C-144.704 27.2611 -145.153 27.5066 -145.595 27.3943C-145.994 27.2924 -146.322 27.062 -146.546 26.7097C-146.61 26.6036 -146.651 26.47 -146.677 26.3437C-146.7 26.1904 -146.641 26.0659 -146.488 25.9852C-146.401 25.9408 -146.313 25.8916 -146.226 25.8423C-146.138 25.7931 -146.051 25.7438 -145.963 25.6994C-145.643 25.5454 -145.323 25.5531 -145.012 25.6801ZM-137.395 20.3834C-137.281 20.6844 -137.072 20.8871 -136.784 21.0224C-136.465 21.1723 -136.099 21.1826 -135.836 21.0685C-135.534 20.9343 -135.382 20.6537 -135.493 20.364C-135.571 20.1467 -135.683 19.9418 -135.811 19.7487C-135.966 19.514 -136.211 19.3892 -136.478 19.3303C-136.78 19.2646 -137.056 19.3251 -137.267 19.5687C-137.466 19.8082 -137.506 20.0938 -137.395 20.3834Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-163.085 43.0693C-163.404 42.9194 -163.647 42.7291 -163.815 42.4601C-163.891 42.3389 -163.952 42.1865 -163.978 42.041C-164.014 41.8342 -163.876 41.6232 -163.653 41.5947C-163.603 41.5896 -163.546 41.5498 -163.501 41.514C-163.474 41.4957 -163.451 41.4741 -163.428 41.4531C-163.4 41.4285 -163.374 41.4045 -163.345 41.3872C-162.935 41.1426 -162.235 41.2333 -161.908 41.5676C-161.613 41.8681 -161.538 42.474 -161.754 42.8293C-161.88 43.0362 -162.074 43.1448 -162.312 43.1852C-162.589 43.2265 -162.86 43.1754 -163.085 43.0693ZM-160.064 36.5843C-159.989 37.0286 -159.701 37.3063 -159.316 37.4969C-159.106 37.5956 -158.889 37.6404 -158.654 37.6462C-158.288 37.6373 -158.011 37.4344 -157.895 37.0893C-157.776 36.7364 -157.814 36.395 -157.964 36.0679C-158.372 35.2009 -159.404 35.2298 -159.906 35.8882C-160.063 36.0997 -160.112 36.3239 -160.064 36.5843ZM-153.014 35.7014C-153.392 35.5144 -153.69 35.2409 -153.906 34.8731C-153.995 34.7175 -154.06 34.5537 -154.068 34.3693C-154.075 34.2233 -154.054 34.0998 -153.929 33.9967C-153.895 33.9651 -153.865 33.9221 -153.847 33.8832C-153.58 33.3998 -153.022 33.1862 -152.502 33.3736C-152.048 33.5394 -151.748 33.8706 -151.599 34.3209C-151.5 34.6146 -151.49 34.9143 -151.564 35.2123C-151.65 35.5336 -151.865 35.7273 -152.187 35.8044C-152.478 35.8768 -152.753 35.8335 -153.014 35.7014ZM-141.45 46.6126C-141.726 46.4924 -142.008 46.2839 -142.223 45.9929C-142.283 45.9164 -142.324 45.8147 -142.363 45.7206C-142.37 45.7034 -142.377 45.6865 -142.384 45.6699C-142.428 45.5633 -142.462 45.4526 -142.495 45.3419C-142.659 44.8651 -142.441 44.4636 -141.946 44.3631C-141.724 44.3154 -141.489 44.2828 -141.3 44.4667C-141.281 44.4875 -141.252 44.495 -141.221 44.5028C-141.202 44.5077 -141.182 44.5126 -141.164 44.5211C-140.632 44.7235 -140.281 45.1073 -140.073 45.633C-139.991 45.8426 -139.979 46.0576 -140.02 46.2856C-140.082 46.6371 -140.328 46.8354 -140.682 46.8401C-140.952 46.8274 -141.181 46.7484 -141.45 46.6126ZM-147.056 35.7865C-147.006 35.8137 -146.954 35.842 -146.9 35.872C-146.894 35.8743 -146.887 35.8767 -146.88 35.8792C-146.873 35.8818 -146.866 35.8844 -146.858 35.8871L-146.855 35.8881L-146.854 35.8885C-146.777 35.9166 -146.679 35.9521 -146.586 35.9721C-146.168 36.0734 -145.798 35.8952 -145.606 35.5098C-145.469 35.2411 -145.452 34.9637 -145.539 34.6851C-145.705 34.1699 -146.04 33.8126 -146.552 33.6289C-147.084 33.4457 -147.591 33.6734 -147.853 34.2067C-148.097 34.7011 -147.946 35.2474 -147.485 35.5401C-147.352 35.6246 -147.214 35.7001 -147.056 35.7865ZM-146.5 42.2431C-146.796 42.0849 -147.067 41.8146 -147.26 41.4577C-147.352 41.2907 -147.414 41.1191 -147.306 40.9319C-147.29 40.8966 -147.293 40.8465 -147.296 40.7993C-147.297 40.784 -147.298 40.7689 -147.299 40.7548C-147.302 40.4395 -147.156 40.2129 -146.858 40.1056C-146.472 39.9731 -146.112 40.0375 -145.776 40.2524C-145.534 40.4042 -145.333 40.6032 -145.182 40.8456C-144.99 41.1448 -144.937 41.4743 -145.03 41.8112C-145.108 42.1169 -145.312 42.3065 -145.622 42.3794C-145.902 42.4478 -146.173 42.3967 -146.5 42.2431ZM-153.191 48.6379C-153.151 48.6634 -153.112 48.6888 -153.073 48.7144C-152.72 48.852 -152.359 48.9548 -151.979 48.9147C-151.802 48.9027 -151.637 48.8564 -151.607 48.6326C-151.608 48.6198 -151.598 48.6034 -151.588 48.5869C-151.583 48.5786 -151.578 48.5704 -151.574 48.5626C-151.41 48.3163 -151.427 48.0513 -151.545 47.7965C-151.763 47.3326 -152.12 47.022 -152.59 46.8296C-152.765 46.7569 -152.955 46.7154 -153.151 46.7279C-153.709 46.7606 -154.024 47.1645 -153.912 47.7117C-153.852 47.9872 -153.731 48.2343 -153.511 48.4135C-153.41 48.4958 -153.3 48.5675 -153.191 48.6379ZM-146.479 47.2464C-146.109 47.4297 -145.837 47.7193 -145.701 48.116C-145.668 48.2075 -145.647 48.3031 -145.634 48.3951C-145.571 48.9667 -145.963 49.3531 -146.539 49.2825C-146.817 49.247 -147.073 49.1455 -147.297 48.974C-147.466 48.8489 -147.626 48.7038 -147.785 48.5588C-147.825 48.5225 -147.865 48.4863 -147.905 48.4503C-147.952 48.4092 -147.984 48.3561 -148.016 48.303C-148.227 47.9851 -148.186 47.7572 -147.891 47.5154C-147.871 47.498 -147.85 47.4812 -147.829 47.464C-147.797 47.4383 -147.764 47.4114 -147.732 47.3807C-147.555 47.188 -147.337 47.1096 -147.087 47.1035C-146.875 47.0984 -146.67 47.1472 -146.479 47.2464ZM-156.631 52.3509C-156.841 52.2522 -157.032 52.1338 -157.179 51.9604C-157.411 51.7084 -157.456 51.421 -157.332 51.0988C-157.007 50.2908 -156.021 50.2592 -155.525 50.7779C-155.45 50.8607 -155.386 50.9476 -155.334 51.0387C-155.238 51.2171 -155.145 51.4033 -155.06 51.5858C-154.862 52.0118 -155.037 52.3007 -155.477 52.446C-155.897 52.5908 -156.261 52.515 -156.631 52.3509ZM-156.001 43.401C-155.856 42.8128 -156.135 42.2158 -156.68 41.9598C-156.968 41.8245 -157.308 41.7789 -157.584 41.8202C-158.064 41.9088 -158.348 42.2888 -158.284 42.7757C-158.251 43.0288 -158.143 43.2415 -157.966 43.4103C-157.73 43.6353 -157.449 43.7669 -157.129 43.813C-156.851 43.8485 -156.577 43.8342 -156.318 43.7279C-156.165 43.6665 -156.044 43.5712 -156.001 43.401ZM-142.39 38.6662C-142.355 39.1961 -142.081 39.5818 -141.617 39.8282C-141.333 39.9713 -141.06 39.9377 -140.786 39.8003C-140.561 39.6871 -140.414 39.5182 -140.35 39.282C-140.176 38.6316 -140.662 37.8896 -141.327 37.7865C-141.91 37.693 -142.433 38.1134 -142.39 38.6662ZM-160.321 46.5176C-159.901 46.715 -159.709 47.2142 -159.872 47.6797C-160.013 48.0985 -160.462 48.3441 -160.904 48.2317C-161.303 48.1299 -161.632 47.8994 -161.855 47.5472C-161.919 47.441 -161.961 47.3074 -161.986 47.1811C-162.009 47.0278 -161.95 46.9033 -161.798 46.8227C-161.71 46.7782 -161.623 46.729 -161.535 46.6798C-161.448 46.6305 -161.36 46.5813 -161.272 46.5368C-160.952 46.3829 -160.632 46.3905 -160.321 46.5176ZM-152.705 41.2208C-152.59 41.5219 -152.382 41.7245 -152.094 41.8598C-151.775 42.0098 -151.408 42.0201 -151.145 41.906C-150.844 41.7717 -150.692 41.4911 -150.802 41.2015C-150.88 40.9842 -150.992 40.7792 -151.12 40.5861C-151.275 40.3515 -151.521 40.2267 -151.788 40.1678C-152.09 40.102 -152.366 40.1626 -152.576 40.4062C-152.775 40.6456 -152.815 40.9312 -152.705 41.2208Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-114.5 51.0783C-114.375 51.4069 -114.332 51.7119 -114.399 52.0216C-114.428 52.1614 -114.49 52.3134 -114.573 52.4365C-114.691 52.6099 -114.937 52.6667 -115.118 52.5333C-115.157 52.5024 -115.226 52.4917 -115.284 52.4861C-115.315 52.4812 -115.347 52.4803 -115.379 52.4795C-115.415 52.4785 -115.451 52.4776 -115.484 52.4703C-115.95 52.3627 -116.39 51.8141 -116.393 51.3472C-116.397 50.9264 -116.029 50.4381 -115.627 50.3312C-115.391 50.2694 -115.176 50.3253 -114.977 50.4607C-114.749 50.6219 -114.589 50.8459 -114.5 51.0783ZM-121.19 53.6637C-120.935 53.2916 -120.948 52.893 -121.094 52.4892C-121.176 52.2728 -121.301 52.0908 -121.467 51.9241C-121.736 51.6778 -122.077 51.6327 -122.4 51.8014C-122.732 51.9732 -122.942 52.2456 -123.062 52.5848C-123.371 53.4915 -122.608 54.1837 -121.788 54.0561C-121.528 54.0123 -121.336 53.8845 -121.19 53.6637ZM-126.883 49.4282C-126.741 49.824 -126.716 50.2275 -126.816 50.6419C-126.861 50.8149 -126.928 50.978 -127.05 51.1164C-127.147 51.2264 -127.248 51.3014 -127.409 51.2893C-127.456 51.2886 -127.507 51.299 -127.548 51.3143C-128.076 51.4783 -128.627 51.2467 -128.871 50.7521C-129.083 50.3186 -129.069 49.8727 -128.862 49.4456C-128.729 49.1656 -128.528 48.9424 -128.267 48.7791C-127.982 48.6066 -127.692 48.6158 -127.406 48.7828C-127.146 48.9318 -126.979 49.1527 -126.883 49.4282ZM-127.619 33.5742C-127.504 33.8516 -127.446 34.1967 -127.494 34.5545C-127.504 34.6514 -127.545 34.7533 -127.582 34.8477C-127.589 34.8649 -127.596 34.882 -127.603 34.8986C-127.645 35.0063 -127.698 35.1091 -127.751 35.2119C-127.964 35.6691 -128.401 35.8074 -128.827 35.5379C-129.021 35.4186 -129.212 35.2802 -129.22 35.0172C-129.22 34.9887 -129.236 34.9631 -129.252 34.9363C-129.263 34.9196 -129.273 34.9025 -129.28 34.884C-129.523 34.3703 -129.509 33.8511 -129.293 33.3285C-129.206 33.1211 -129.065 32.9576 -128.877 32.8218C-128.588 32.6111 -128.272 32.6383 -128.014 32.8797C-127.828 33.0754 -127.718 33.2906 -127.619 33.5742ZM-131.115 45.2498C-131.132 45.1958 -131.149 45.1397 -131.168 45.0806C-131.171 45.0745 -131.174 45.0681 -131.177 45.0614C-131.18 45.0547 -131.184 45.0477 -131.187 45.0405L-131.189 45.038L-131.189 45.0371C-131.225 44.9633 -131.271 44.8698 -131.324 44.7913C-131.555 44.4292 -131.945 44.3021 -132.352 44.4472C-132.637 44.5464 -132.843 44.7345 -132.974 44.9954C-133.213 45.4809 -133.221 45.97 -132.979 46.4566C-132.724 46.9561 -132.2 47.1426 -131.64 46.9393C-131.12 46.7513 -130.849 46.2535 -130.977 45.7241C-131.015 45.5708 -131.061 45.4212 -131.115 45.2498ZM-127.023 40.2124C-126.919 40.5311 -126.912 40.9136 -127.021 41.3039C-127.071 41.488 -127.146 41.6542 -127.354 41.7147C-127.39 41.7286 -127.423 41.7671 -127.453 41.8033C-127.463 41.8151 -127.473 41.8267 -127.483 41.837C-127.7 42.0664 -127.962 42.1293 -128.252 42.0005C-128.622 41.8291 -128.836 41.5342 -128.929 41.1471C-128.998 40.8704 -129.004 40.5882 -128.944 40.3087C-128.874 39.9608 -128.683 39.6865 -128.382 39.5078C-128.113 39.3415 -127.834 39.3458 -127.56 39.5077C-127.311 39.6518 -127.151 39.8757 -127.023 40.2124ZM-117.753 40.2277C-117.763 40.182 -117.774 40.1365 -117.784 40.0915C-117.943 39.748 -118.131 39.4248 -118.433 39.1907C-118.569 39.0771 -118.72 38.9967 -118.897 39.1374C-118.905 39.1468 -118.924 39.1519 -118.943 39.1569C-118.952 39.1594 -118.961 39.1619 -118.969 39.165C-119.259 39.229 -119.431 39.4319 -119.524 39.6966C-119.69 40.1817 -119.648 40.6524 -119.443 41.1161C-119.368 41.2894 -119.26 41.4504 -119.11 41.577C-118.686 41.9389 -118.178 41.8654 -117.878 41.3935C-117.729 41.1536 -117.644 40.892 -117.678 40.611C-117.693 40.4821 -117.723 40.3538 -117.753 40.2277ZM-123.555 36.5926C-123.694 36.2048 -123.689 35.8081 -123.511 35.4284C-123.471 35.3398 -123.419 35.2562 -123.365 35.1805C-123.012 34.7254 -122.461 34.7179 -122.096 35.1666C-121.92 35.3844 -121.806 35.6347 -121.764 35.9126C-121.729 36.1197 -121.715 36.3346 -121.701 36.5495C-121.698 36.6032 -121.694 36.6569 -121.69 36.7105C-121.685 36.7728 -121.699 36.8331 -121.713 36.8934C-121.782 37.2684 -121.97 37.4042 -122.351 37.3744C-122.377 37.3734 -122.404 37.3711 -122.432 37.3687C-122.472 37.3652 -122.515 37.3614 -122.559 37.3617C-122.821 37.3784 -123.032 37.2843 -123.217 37.1157C-123.373 36.9731 -123.487 36.796 -123.555 36.5926ZM-112.691 39.9292C-112.608 40.1456 -112.553 40.3631 -112.568 40.5892C-112.576 40.9317 -112.743 41.1697 -113.057 41.3163C-113.853 41.6737 -114.585 41.0155 -114.582 40.2985C-114.578 40.187 -114.564 40.0804 -114.538 39.9789C-114.483 39.7837 -114.42 39.5855 -114.354 39.3953C-114.201 38.9514 -113.874 38.864 -113.456 39.0633C-113.052 39.2496 -112.843 39.5555 -112.691 39.9292ZM-119.372 45.944C-119.886 46.2675 -120.101 46.8905 -119.887 47.4515C-119.773 47.748 -119.56 48.0158 -119.332 48.1771C-118.925 48.4447 -118.456 48.3674 -118.163 47.972C-118.011 47.7672 -117.941 47.5388 -117.951 47.2948C-117.964 46.9695 -118.075 46.681 -118.274 46.4261C-118.449 46.2083 -118.656 46.0299 -118.917 45.9271C-119.07 45.8657 -119.223 45.8506 -119.372 45.944ZM-132.472 39.9501C-132.128 39.5443 -132.057 39.0768 -132.22 38.5788C-132.325 38.2792 -132.545 38.1148 -132.838 38.0243C-133.079 37.9505 -133.302 37.9709 -133.513 38.0968C-134.091 38.4448 -134.257 39.3155 -133.85 39.8492C-133.495 40.32 -132.826 40.3781 -132.472 39.9501ZM-114.092 46.6833C-114.257 46.2505 -114.048 45.7581 -113.606 45.5354C-113.213 45.3311 -112.719 45.4646 -112.479 45.8507C-112.262 46.1999 -112.186 46.5931 -112.27 47.0013C-112.298 47.122 -112.361 47.2469 -112.43 47.3558C-112.521 47.4819 -112.65 47.5309 -112.816 47.4837C-112.91 47.4552 -113.007 47.4302 -113.105 47.4052C-113.202 47.3802 -113.299 47.3552 -113.393 47.3266C-113.731 47.2163 -113.956 46.9897 -114.092 46.6833ZM-123.264 45.2371C-123.137 44.9411 -123.146 44.6509 -123.26 44.3544C-123.385 44.0258 -123.642 43.7653 -123.911 43.6656C-124.221 43.554 -124.526 43.6513 -124.648 43.9363C-124.743 44.1467 -124.805 44.3721 -124.847 44.5993C-124.899 44.8758 -124.809 45.1353 -124.657 45.3623C-124.486 45.6183 -124.245 45.7654 -123.924 45.7353C-123.614 45.7003 -123.386 45.5221 -123.264 45.2371Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-140.668 53.4302C-140.552 53.7076 -140.495 54.0527 -140.543 54.4105C-140.552 54.5074 -140.593 54.6093 -140.631 54.7037C-140.638 54.7209 -140.645 54.738 -140.651 54.7546C-140.693 54.8623 -140.746 54.9651 -140.8 55.0679C-141.013 55.5251 -141.45 55.6634 -141.876 55.3939C-142.069 55.2746 -142.261 55.1362 -142.269 54.8732C-142.268 54.8447 -142.284 54.8191 -142.301 54.7923C-142.311 54.7755 -142.322 54.7585 -142.329 54.74C-142.572 54.2263 -142.557 53.7071 -142.341 53.1845C-142.254 52.9771 -142.114 52.8135 -141.925 52.6778C-141.636 52.4671 -141.321 52.4943 -141.062 52.7357C-140.877 52.9314 -140.767 53.1466 -140.668 53.4302ZM-136.604 56.4486C-136.743 56.0608 -136.738 55.6641 -136.559 55.2844C-136.519 55.1958 -136.468 55.1122 -136.414 55.0365C-136.061 54.5814 -135.51 54.5739 -135.144 55.0226C-134.969 55.2404 -134.854 55.4907 -134.813 55.7686C-134.778 55.9757 -134.764 56.1906 -134.75 56.4055C-134.746 56.4592 -134.743 56.5129 -134.739 56.5665C-134.734 56.6288 -134.748 56.6891 -134.762 56.7494C-134.831 57.1244 -135.019 57.2602 -135.4 57.2304C-135.426 57.2293 -135.453 57.2271 -135.48 57.2247C-135.521 57.2212 -135.564 57.2174 -135.608 57.2177C-135.87 57.2344 -136.081 57.1403 -136.266 56.9717C-136.422 56.8291 -136.536 56.652 -136.604 56.4486Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-86.8009 31.8408C-86.5435 32.1737 -86.3951 32.55 -86.3625 32.975C-86.3516 33.1533 -86.3649 33.329 -86.4389 33.4983C-86.4967 33.6326 -86.5693 33.7348 -86.7269 33.773C-86.7713 33.7866 -86.8171 33.8122 -86.8507 33.8392C-87.303 34.1574 -87.8982 34.1061 -88.2837 33.7107C-88.6192 33.3633 -88.7434 32.9347 -88.6791 32.465C-88.6389 32.1578 -88.5166 31.8837 -88.3188 31.6483C-88.1008 31.3966 -87.8221 31.3164 -87.4989 31.3876C-87.2052 31.4494 -86.9775 31.6081 -86.8009 31.8408ZM-92.1196 29.1652C-92.1524 29.119 -92.1865 29.071 -92.222 29.0203C-92.2268 29.0155 -92.2318 29.0104 -92.237 29.0051C-92.2422 28.9997 -92.2476 28.9941 -92.2532 28.9884L-92.2552 28.9863L-92.2559 28.9856C-92.3132 28.9266 -92.3859 28.8517 -92.4605 28.7933C-92.792 28.5197 -93.2027 28.5186 -93.5446 28.7814C-93.7855 28.9634 -93.9227 29.2054 -93.967 29.4939C-94.0447 30.0293 -93.9003 30.4967 -93.5202 30.8855C-93.1227 31.2822 -92.5665 31.2988 -92.0967 30.9335C-91.6607 30.5952 -91.556 30.0383 -91.8419 29.574C-91.9249 29.4398 -92.0156 29.3118 -92.1196 29.1652ZM-95.0492 24.5402C-94.8475 24.0486 -94.9246 23.5822 -95.2333 23.1583C-95.4261 22.9056 -95.686 22.8167 -95.9931 22.8206C-96.2449 22.8243 -96.4509 22.9123 -96.6124 23.0966C-97.0551 23.6053 -96.944 24.4846 -96.3916 24.8673C-95.9079 25.2061 -95.2535 25.056 -95.0492 24.5402Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-97.7335 31.8755C-97.5124 32.1495 -97.3776 32.4266 -97.345 32.7416C-97.3301 32.8837 -97.3421 33.0474 -97.3824 33.1897C-97.4415 33.3911 -97.6582 33.5207 -97.8711 33.4491C-97.9182 33.4318 -97.9869 33.4428 -98.0434 33.4551C-98.0751 33.4602 -98.1059 33.4692 -98.1359 33.478C-98.1711 33.4884 -98.2052 33.4984 -98.2387 33.5015C-98.7154 33.5422 -99.3042 33.1556 -99.4513 32.7123C-99.5849 32.3132 -99.386 31.7358 -99.036 31.5104C-98.8314 31.3796 -98.6092 31.3666 -98.3775 31.4341C-98.1108 31.5175 -97.8898 31.6816 -97.7335 31.8755ZM-103.299 36.3885C-103.171 35.9562 -103.307 35.5812 -103.57 35.2416C-103.716 35.0612 -103.891 34.9264 -104.1 34.8186C-104.433 34.667 -104.771 34.7287 -105.026 34.9885C-105.289 35.2537 -105.404 35.5774 -105.413 35.9368C-105.428 36.8944 -104.487 37.3185 -103.747 36.9455C-103.513 36.8239 -103.37 36.6436 -103.299 36.3885ZM-110.024 34.1069C-109.767 34.4398 -109.619 34.8161 -109.586 35.2411C-109.575 35.4194 -109.588 35.5951 -109.662 35.7644C-109.72 35.8987 -109.793 36.0009 -109.95 36.0391C-109.995 36.0527 -110.041 36.0783 -110.074 36.1053C-110.526 36.4235 -111.122 36.3722 -111.507 35.9768C-111.843 35.6294 -111.967 35.2008 -111.903 34.7311C-111.862 34.4239 -111.74 34.1498 -111.542 33.9144C-111.324 33.6627 -111.046 33.5825 -110.722 33.6537C-110.429 33.7156 -110.201 33.8742 -110.024 34.1069ZM-115.626 19.2511C-115.431 19.4796 -115.269 19.7901 -115.204 20.1453C-115.184 20.2404 -115.191 20.35 -115.198 20.4513C-115.199 20.4698 -115.2 20.4882 -115.201 20.506C-115.208 20.6214 -115.227 20.7354 -115.246 20.8495C-115.307 21.3499 -115.68 21.6156 -116.169 21.4901C-116.39 21.436 -116.615 21.3631 -116.704 21.1154C-116.712 21.0882 -116.735 21.0687 -116.759 21.0482C-116.774 21.0355 -116.79 21.0226 -116.802 21.0071C-117.192 20.5929 -117.339 20.0946 -117.295 19.5312C-117.276 19.3072 -117.193 19.1084 -117.055 18.9214C-116.846 18.6323 -116.537 18.5613 -116.217 18.7116C-115.98 18.8408 -115.808 19.0118 -115.626 19.2511ZM-115.343 31.4313C-115.376 31.3851 -115.41 31.3371 -115.445 31.2864C-115.45 31.2816 -115.455 31.2765 -115.46 31.2712C-115.466 31.2658 -115.471 31.2602 -115.477 31.2545L-115.479 31.2524L-115.479 31.2517C-115.537 31.1927 -115.609 31.1178 -115.684 31.0594C-116.016 30.7858 -116.426 30.7847 -116.768 31.0476C-117.009 31.2295 -117.146 31.4715 -117.19 31.76C-117.268 32.2954 -117.124 32.7628 -116.744 33.1516C-116.346 33.5483 -115.79 33.5649 -115.32 33.1996C-114.884 32.8613 -114.78 32.3044 -115.065 31.8401C-115.148 31.7059 -115.239 31.5779 -115.343 31.4313ZM-113.007 25.3829C-112.81 25.6544 -112.685 26.016 -112.668 26.4209C-112.658 26.6113 -112.679 26.7924 -112.858 26.9138C-112.888 26.9382 -112.907 26.9848 -112.925 27.0286C-112.931 27.0429 -112.936 27.0569 -112.942 27.0697C-113.078 27.3545 -113.308 27.4949 -113.623 27.4613C-114.029 27.4119 -114.324 27.1972 -114.532 26.8573C-114.683 26.6152 -114.776 26.3487 -114.805 26.0645C-114.846 25.712 -114.749 25.3924 -114.518 25.13C-114.313 24.8891 -114.047 24.8076 -113.736 24.8775C-113.454 24.9381 -113.233 25.1022 -113.007 25.3829ZM-104.182 22.5517C-104.207 22.5115 -104.231 22.4716 -104.254 22.4318C-104.512 22.1538 -104.79 21.9041 -105.15 21.7741C-105.314 21.7077 -105.483 21.6775 -105.608 21.8658C-105.613 21.8774 -105.629 21.8879 -105.646 21.8984C-105.654 21.9037 -105.662 21.9089 -105.669 21.9143C-105.924 22.0642 -106.025 22.31 -106.032 22.5903C-106.039 23.1026 -105.855 23.5377 -105.516 23.9159C-105.391 24.0576 -105.239 24.1777 -105.057 24.2521C-104.541 24.4659 -104.08 24.2402 -103.941 23.6992C-103.874 23.4253 -103.874 23.1504 -103.993 22.8934C-104.047 22.7755 -104.115 22.6627 -104.182 22.5517ZM-110.827 20.8751C-111.079 20.5488 -111.197 20.1698 -111.144 19.7539C-111.134 19.6573 -111.111 19.562 -111.083 19.4733C-110.888 18.9321 -110.365 18.7557 -109.879 19.0703C-109.644 19.2236 -109.459 19.4267 -109.333 19.6784C-109.236 19.8647 -109.156 20.0648 -109.076 20.2648C-109.056 20.3149 -109.036 20.3649 -109.016 20.4147C-108.992 20.4723 -108.986 20.5339 -108.981 20.5956C-108.931 20.9736 -109.068 21.1605 -109.44 21.2492C-109.465 21.2562 -109.491 21.2622 -109.518 21.2684C-109.558 21.2775 -109.6 21.2871 -109.642 21.3009C-109.885 21.3971 -110.116 21.3725 -110.343 21.2688C-110.536 21.181 -110.699 21.0476 -110.827 20.8751ZM-99.4585 20.7138C-99.3129 20.8943 -99.1929 21.0842 -99.1375 21.304C-99.039 21.6321 -99.125 21.9101 -99.378 22.1458C-100.025 22.7303 -100.925 22.3288 -101.144 21.6458C-101.175 21.5386 -101.194 21.4327 -101.201 21.3281C-101.209 21.1257 -101.21 20.9178 -101.206 20.7166C-101.197 20.2472 -100.913 20.0637 -100.454 20.125C-100.012 20.1782 -99.7186 20.4051 -99.4585 20.7138ZM-103.956 28.4868C-104.345 28.9524 -104.357 29.6109 -103.979 30.0788C-103.78 30.3261 -103.494 30.5154 -103.228 30.5988C-102.757 30.7284 -102.335 30.5109 -102.179 30.0449C-102.097 29.8032 -102.101 29.5645 -102.186 29.3355C-102.299 29.0302 -102.494 28.7896 -102.762 28.6082C-102.996 28.4549 -103.248 28.3486 -103.528 28.3309C-103.692 28.3195 -103.843 28.3523 -103.956 28.4868ZM-118.273 26.8063C-118.071 26.3147 -118.148 25.8483 -118.457 25.4244C-118.65 25.1717 -118.91 25.0828 -119.217 25.0867C-119.468 25.0904 -119.674 25.1784 -119.836 25.3627C-120.279 25.8714 -120.167 26.7507 -119.615 27.1334C-119.131 27.4722 -118.477 27.3221 -118.273 26.8063ZM-98.7035 27.5691C-98.9946 27.2081 -98.9479 26.6755 -98.5966 26.3282C-98.2858 26.0131 -97.774 25.9883 -97.4264 26.282C-97.1124 26.5476 -96.9182 26.8983 -96.8722 27.3125C-96.8613 27.4358 -96.8827 27.574 -96.915 27.6989C-96.962 27.8466 -97.0697 27.9328 -97.2421 27.9388C-97.3404 27.9406 -97.4407 27.9467 -97.541 27.9528C-97.6413 27.9588 -97.7416 27.9649 -97.84 27.9667C-98.1955 27.9654 -98.4797 27.819 -98.7035 27.5691ZM-107.877 29.0091C-107.848 28.6885 -107.947 28.4153 -108.146 28.168C-108.367 27.8939 -108.692 27.7249 -108.979 27.7126C-109.309 27.7018 -109.568 27.8879 -109.596 28.1965C-109.622 28.4259 -109.611 28.6592 -109.581 28.8884C-109.544 29.1672 -109.379 29.3865 -109.164 29.556C-108.922 29.7468 -108.647 29.8128 -108.351 29.6856C-108.067 29.557 -107.905 29.3177 -107.877 29.0091Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-135.627 54.3214C-135.295 54.2024 -134.988 54.1657 -134.678 54.2377C-134.539 54.2699 -134.387 54.3345 -134.265 54.4189C-134.094 54.5402 -134.041 54.7866 -134.179 54.9637C-134.211 55.0025 -134.222 55.0708 -134.229 55.1281C-134.235 55.1595 -134.236 55.1915 -134.238 55.2226C-134.239 55.2591 -134.241 55.2946 -134.249 55.3271C-134.366 55.7895 -134.925 56.2181 -135.393 56.2123C-135.816 56.2081 -136.298 55.8326 -136.398 55.4295C-136.455 55.1941 -136.395 54.9805 -136.256 54.7843C-136.089 54.5602 -135.862 54.4055 -135.627 54.3214ZM-133.161 61.0347C-133.53 60.7736 -133.93 60.7798 -134.338 60.9167C-134.556 60.995 -134.741 61.1161 -134.912 61.2777C-135.164 61.5418 -135.216 61.8803 -135.053 62.2058C-134.887 62.5394 -134.618 62.7538 -134.28 62.8795C-133.376 63.2048 -132.667 62.4573 -132.779 61.6382C-132.818 61.3779 -132.942 61.1848 -133.161 61.0347ZM-137.52 66.627C-137.12 66.4929 -136.715 66.4757 -136.301 66.5835C-136.128 66.6313 -135.966 66.7012 -135.829 66.826C-135.721 66.9242 -135.648 67.0259 -135.663 67.1868C-135.664 67.2331 -135.655 67.2845 -135.64 67.325C-135.486 67.8548 -135.729 68.3988 -136.23 68.6331C-136.669 68.836 -137.116 68.8133 -137.541 68.5997C-137.819 68.4617 -138.039 68.2572 -138.198 67.9941C-138.365 67.7068 -138.351 67.4181 -138.178 67.1368C-138.023 66.8803 -137.798 66.7175 -137.52 66.627ZM-153.441 67.0636C-153.16 66.954 -152.813 66.9027 -152.455 66.9573C-152.358 66.9689 -152.257 67.0116 -152.163 67.0509C-152.145 67.0582 -152.128 67.0652 -152.112 67.0721C-152.005 67.1159 -151.903 67.1708 -151.8 67.2256C-151.346 67.4467 -151.215 67.8845 -151.494 68.3042C-151.617 68.4947 -151.76 68.6829 -152.024 68.686C-152.053 68.685 -152.079 68.7004 -152.106 68.7164C-152.123 68.7264 -152.14 68.7367 -152.159 68.7434C-152.679 68.9754 -153.2 68.9516 -153.72 68.7266C-153.926 68.6359 -154.087 68.4926 -154.22 68.3025C-154.426 68.0105 -154.393 67.6969 -154.145 67.4439C-153.946 67.2626 -153.727 67.1571 -153.441 67.0636ZM-141.794 70.7655C-141.848 70.7814 -141.905 70.7978 -141.964 70.8148C-141.971 70.8177 -141.977 70.8208 -141.984 70.824C-141.991 70.8271 -141.998 70.8304 -142.005 70.8338L-142.008 70.835L-142.008 70.8354C-142.083 70.8701 -142.178 70.9143 -142.258 70.9655C-142.625 71.1886 -142.76 71.5752 -142.623 71.9829C-142.529 72.2692 -142.344 72.4772 -142.084 72.6129C-141.602 72.8606 -141.111 72.8769 -140.619 72.6455C-140.112 72.4003 -139.915 71.8817 -140.109 71.3202C-140.287 70.7992 -140.781 70.5191 -141.315 70.6371C-141.47 70.6716 -141.621 70.7154 -141.794 70.7655ZM-146.769 66.5939C-146.448 66.4969 -146.064 66.4965 -145.674 66.613C-145.49 66.666 -145.325 66.7439 -145.268 66.9521C-145.255 66.9888 -145.217 67.0218 -145.181 67.0529C-145.17 67.063 -145.158 67.073 -145.148 67.0827C-144.922 67.3035 -144.864 67.5661 -144.999 67.852C-145.178 68.2178 -145.478 68.4258 -145.868 68.5107C-146.147 68.574 -146.43 68.5749 -146.71 68.5104C-147.057 68.4338 -147.329 68.2386 -147.502 67.935C-147.664 67.6639 -147.654 67.3862 -147.487 67.1158C-147.337 66.8704 -147.109 66.7157 -146.769 66.5939ZM-146.576 57.3583C-146.622 57.3681 -146.668 57.3779 -146.713 57.3869C-147.061 57.5388 -147.389 57.7203 -147.629 58.0167C-147.746 58.1499 -147.83 58.2986 -147.692 58.4778C-147.683 58.4867 -147.678 58.5053 -147.673 58.5239C-147.671 58.5333 -147.669 58.5426 -147.666 58.5507C-147.607 58.8405 -147.407 59.0155 -147.143 59.113C-146.659 59.2872 -146.186 59.2549 -145.717 59.0595C-145.542 58.9876 -145.378 58.8833 -145.248 58.7362C-144.877 58.3198 -144.941 57.8126 -145.409 57.5047C-145.647 57.3522 -145.907 57.2628 -146.19 57.2909C-146.32 57.3038 -146.449 57.3313 -146.576 57.3583ZM-150.335 63.0716C-150.726 63.2028 -151.124 63.1899 -151.502 63.0051C-151.59 62.9636 -151.673 62.911 -151.748 62.8556C-152.198 62.4956 -152.194 61.946 -151.737 61.5904C-151.515 61.4195 -151.262 61.3105 -150.982 61.2743C-150.774 61.2435 -150.558 61.2335 -150.342 61.2235C-150.288 61.2209 -150.234 61.2184 -150.18 61.2156C-150.118 61.2115 -150.058 61.2265 -149.997 61.2414C-149.622 61.3174 -149.49 61.5076 -149.527 61.8866C-149.529 61.9126 -149.531 61.9392 -149.534 61.9664C-149.539 62.0071 -149.543 62.0497 -149.544 62.0937C-149.532 62.3546 -149.631 62.5635 -149.803 62.7442C-149.949 62.8971 -150.129 63.0072 -150.335 63.0716ZM-146.778 52.3094C-146.56 52.2311 -146.34 52.18 -146.114 52.1994C-145.77 52.2135 -145.535 52.3851 -145.394 52.7002C-145.05 53.5005 -145.725 54.2174 -146.444 54.2008C-146.556 54.1951 -146.663 54.1784 -146.764 54.1508C-146.959 54.0926 -147.156 54.0262 -147.346 53.957C-147.788 53.7955 -147.87 53.4681 -147.662 53.0555C-147.467 52.6567 -147.156 52.4539 -146.778 52.3094ZM-140.872 59.0793C-140.557 59.5973 -139.936 59.8228 -139.369 59.6198C-139.069 59.5124 -138.797 59.305 -138.63 59.081C-138.354 58.6804 -138.423 58.2113 -138.814 57.9126C-139.016 57.7566 -139.244 57.6828 -139.489 57.6883C-139.816 57.6956 -140.107 57.8 -140.367 57.9935C-140.589 58.1644 -140.772 58.367 -140.88 58.6252C-140.944 58.7762 -140.962 58.929 -140.872 59.0793ZM-147.137 72.0183C-147.538 71.6682 -148.005 71.5888 -148.508 71.7415C-148.811 71.8407 -148.98 72.0567 -149.076 72.3472C-149.155 72.5856 -149.139 72.8083 -149.017 73.0205C-148.678 73.6033 -147.808 73.7852 -147.265 73.3895C-146.785 73.0442 -146.714 72.3789 -147.137 72.0183ZM-140.029 53.8319C-140.466 53.9886 -140.956 53.771 -141.171 53.3269C-141.368 52.9314 -141.225 52.4413 -140.833 52.2095C-140.478 52.0003 -140.083 51.9316 -139.675 52.0231C-139.554 52.0531 -139.43 52.1183 -139.322 52.1894C-139.197 52.2818 -139.15 52.4113 -139.201 52.5757C-139.231 52.6689 -139.258 52.7654 -139.285 52.8618C-139.312 52.9584 -139.339 53.0548 -139.37 53.148C-139.487 53.4825 -139.719 53.7026 -140.029 53.8319ZM-141.656 62.9434C-141.95 62.8112 -142.241 62.815 -142.541 62.9223C-142.873 63.0412 -143.14 63.292 -143.245 63.5582C-143.363 63.8655 -143.271 64.1709 -142.987 64.2979C-142.778 64.3966 -142.553 64.4623 -142.326 64.5089C-142.05 64.5653 -141.787 64.4806 -141.557 64.334C-141.297 64.1677 -141.144 63.9303 -141.168 63.6099C-141.198 63.3004 -141.372 63.0703 -141.656 62.9434Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-194.792 33.6014C-195.111 33.4514 -195.354 33.2612 -195.522 32.9922C-195.598 32.871 -195.659 32.7186 -195.685 32.5731C-195.72 32.3662 -195.582 32.1552 -195.36 32.1267C-195.31 32.1217 -195.253 32.0818 -195.207 32.0461C-195.181 32.0278 -195.157 32.0062 -195.134 31.9852C-195.107 31.9605 -195.081 31.9366 -195.052 31.9192C-194.641 31.6746 -193.942 31.7653 -193.615 32.0997C-193.32 32.4002 -193.245 33.0061 -193.46 33.3613C-193.587 33.5682 -193.781 33.6768 -194.019 33.7172C-194.295 33.7585 -194.566 33.7074 -194.792 33.6014ZM-191.771 27.1164C-191.695 27.5607 -191.408 27.8383 -191.023 28.029C-190.812 28.1277 -190.596 28.1724 -190.361 28.1782C-189.995 28.1694 -189.718 27.9665 -189.602 27.6213C-189.483 27.2684 -189.521 26.9271 -189.671 26.5999C-190.079 25.7329 -191.11 25.7619 -191.612 26.4202C-191.769 26.6317 -191.819 26.856 -191.771 27.1164ZM-173.157 37.1447C-173.433 37.0245 -173.715 36.8159 -173.929 36.525C-173.99 36.4484 -174.031 36.3467 -174.07 36.2527C-174.077 36.2355 -174.084 36.2185 -174.09 36.202C-174.135 36.0954 -174.168 35.9847 -174.202 35.8739C-174.366 35.3972 -174.148 34.9957 -173.653 34.8952C-173.43 34.8475 -173.196 34.8149 -173.007 34.9987C-172.988 35.0196 -172.958 35.027 -172.928 35.0349C-172.909 35.0398 -172.889 35.0447 -172.871 35.0531C-172.339 35.2556 -171.988 35.6393 -171.78 36.165C-171.698 36.3746 -171.686 36.5897 -171.727 36.8176C-171.789 37.1691 -172.035 37.3674 -172.389 37.3722C-172.659 37.3595 -172.888 37.2805 -173.157 37.1447ZM-178.206 32.7751C-178.502 32.6169 -178.774 32.3466 -178.967 31.9898C-179.059 31.8228 -179.121 31.6512 -179.013 31.4639C-178.996 31.4287 -179 31.3786 -179.003 31.3314C-179.004 31.3161 -179.005 31.3009 -179.005 31.2868C-179.008 30.9715 -178.863 30.7449 -178.565 30.6377C-178.179 30.5052 -177.819 30.5695 -177.483 30.7844C-177.241 30.9362 -177.04 31.1352 -176.888 31.3777C-176.697 31.6769 -176.644 32.0063 -176.736 32.3432C-176.814 32.649 -177.018 32.8385 -177.329 32.9115C-177.609 32.9798 -177.879 32.9287 -178.206 32.7751ZM-184.897 39.17C-184.858 39.1955 -184.818 39.2209 -184.78 39.2465C-184.426 39.384 -184.066 39.4868 -183.685 39.4468C-183.508 39.4348 -183.344 39.3885 -183.314 39.1647C-183.314 39.1519 -183.304 39.1354 -183.295 39.1189C-183.289 39.1107 -183.285 39.1024 -183.281 39.0947C-183.117 38.8484 -183.134 38.5834 -183.251 38.3285C-183.469 37.8646 -183.827 37.5541 -184.297 37.3617C-184.472 37.289 -184.662 37.2474 -184.858 37.2599C-185.416 37.2927 -185.731 37.6965 -185.619 38.2438C-185.559 38.5192 -185.438 38.7663 -185.218 38.9456C-185.117 39.0278 -185.006 39.0995 -184.897 39.17ZM-178.186 37.7785C-177.816 37.9618 -177.544 38.2513 -177.408 38.648C-177.375 38.7395 -177.354 38.8352 -177.34 38.9272C-177.278 39.4987 -177.67 39.8852 -178.246 39.8145C-178.524 39.779 -178.78 39.6775 -179.003 39.5061C-179.173 39.3809 -179.332 39.2359 -179.492 39.0908C-179.532 39.0546 -179.572 39.0183 -179.612 38.9824C-179.659 38.9412 -179.691 38.8882 -179.723 38.8351C-179.934 38.5171 -179.893 38.2892 -179.598 38.0474C-179.578 38.0301 -179.557 38.0132 -179.536 37.9961C-179.504 37.9704 -179.47 37.9435 -179.439 37.9128C-179.262 37.72 -179.044 37.6417 -178.794 37.6356C-178.582 37.6304 -178.377 37.6793 -178.186 37.7785ZM-188.337 42.883C-188.548 42.7843 -188.739 42.6658 -188.885 42.4925C-189.118 42.2404 -189.163 41.9531 -189.039 41.6308C-188.714 40.8229 -187.728 40.7913 -187.231 41.3099C-187.156 41.3927 -187.093 41.4797 -187.041 41.5707C-186.944 41.7491 -186.852 41.9353 -186.767 42.1179C-186.569 42.5438 -186.744 42.8327 -187.183 42.978C-187.604 43.1229 -187.968 43.0471 -188.337 42.883ZM-187.708 33.933C-187.563 33.3449 -187.842 32.7478 -188.387 32.4918C-188.675 32.3565 -189.015 32.3109 -189.291 32.3523C-189.771 32.4409 -190.055 32.8209 -189.991 33.3077C-189.958 33.5608 -189.85 33.7735 -189.672 33.9423C-189.436 34.1674 -189.156 34.299 -188.835 34.3451C-188.557 34.3806 -188.284 34.3663 -188.024 34.26C-187.872 34.1985 -187.75 34.1033 -187.708 33.933ZM-174.097 29.1983C-174.062 29.7282 -173.788 30.1138 -173.324 30.3603C-173.04 30.5033 -172.767 30.4698 -172.492 30.3323C-172.268 30.2192 -172.121 30.0502 -172.057 29.8141C-171.882 29.1637 -172.368 28.4216 -173.033 28.3186C-173.617 28.2251 -174.139 28.6455 -174.097 29.1983ZM-192.028 37.0496C-191.608 37.2471 -191.416 37.7463 -191.579 38.2118C-191.72 38.6306 -192.169 38.8761 -192.611 38.7638C-193.01 38.6619 -193.338 38.4315 -193.562 38.0792C-193.626 37.9731 -193.667 37.8395 -193.693 37.7132C-193.716 37.5599 -193.657 37.4354 -193.504 37.3547C-193.417 37.3103 -193.329 37.2611 -193.242 37.2118C-193.154 37.1626 -193.067 37.1133 -192.979 37.0689C-192.659 36.9149 -192.339 36.9226 -192.028 37.0496ZM-184.412 31.7529C-184.297 32.0539 -184.089 32.2566 -183.801 32.3919C-183.481 32.5418 -183.115 32.5521 -182.852 32.438C-182.55 32.3038 -182.399 32.0232 -182.509 31.7335C-182.587 31.5162 -182.699 31.3113 -182.827 31.1182C-182.982 30.8835 -183.227 30.7587 -183.495 30.6998C-183.796 30.6341 -184.073 30.6946 -184.283 30.9382C-184.482 31.1777 -184.522 31.4633 -184.412 31.7529Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-210.101 54.4388C-210.421 54.2889 -210.664 54.0986 -210.831 53.8296C-210.907 53.7084 -210.968 53.556 -210.995 53.4105C-211.03 53.2037 -210.892 52.9927 -210.669 52.9642C-210.619 52.9591 -210.562 52.9193 -210.517 52.8835C-210.491 52.8652 -210.467 52.8436 -210.444 52.8226C-210.417 52.798 -210.39 52.774 -210.362 52.7567C-209.951 52.5121 -209.252 52.6028 -208.925 52.9371C-208.629 53.2376 -208.554 53.8435 -208.77 54.1988C-208.896 54.4057 -209.09 54.5143 -209.328 54.5547C-209.605 54.596 -209.876 54.5449 -210.101 54.4388ZM-207.08 47.9538C-207.005 48.3981 -206.717 48.6758 -206.332 48.8664C-206.122 48.9651 -205.905 49.0099 -205.67 49.0157C-205.304 49.0068 -205.027 48.8039 -204.912 48.4588C-204.792 48.1059 -204.83 47.7645 -204.98 47.4374C-205.388 46.5704 -206.42 46.5993 -206.922 47.2577C-207.079 47.4692 -207.128 47.6934 -207.08 47.9538ZM-200.03 47.0709C-200.408 46.8839 -200.707 46.6104 -200.923 46.2426C-201.011 46.087 -201.076 45.9232 -201.084 45.7388C-201.091 45.5928 -201.07 45.4693 -200.945 45.3662C-200.912 45.3346 -200.882 45.2916 -200.863 45.2527C-200.596 44.7693 -200.039 44.5557 -199.518 44.7431C-199.064 44.9089 -198.764 45.2401 -198.615 45.6903C-198.517 45.9841 -198.506 46.2838 -198.581 46.5818C-198.666 46.9031 -198.881 47.0968 -199.203 47.1739C-199.495 47.2463 -199.769 47.203 -200.03 47.0709ZM-188.466 57.9821C-188.742 57.8619 -189.024 57.6534 -189.239 57.3624C-189.299 57.2859 -189.341 57.1842 -189.379 57.0901C-189.386 57.0729 -189.393 57.056 -189.4 57.0394C-189.445 56.9328 -189.478 56.8221 -189.511 56.7114C-189.676 56.2346 -189.457 55.8331 -188.962 55.7326C-188.74 55.6849 -188.506 55.6523 -188.317 55.8362C-188.297 55.857 -188.268 55.8645 -188.237 55.8723C-188.218 55.8772 -188.199 55.8821 -188.181 55.8906C-187.648 56.093 -187.297 56.4768 -187.089 57.0025C-187.008 57.2121 -186.995 57.4271 -187.037 57.6551C-187.098 58.0066 -187.344 58.2048 -187.699 58.2096C-187.969 58.1969 -188.198 58.1179 -188.466 57.9821ZM-194.072 47.156C-194.022 47.1832 -193.971 47.2115 -193.916 47.2415C-193.91 47.2438 -193.903 47.2462 -193.896 47.2487C-193.889 47.2513 -193.882 47.2539 -193.874 47.2566L-193.872 47.2576L-193.871 47.258C-193.793 47.2861 -193.695 47.3216 -193.602 47.3416C-193.184 47.4429 -192.814 47.2647 -192.622 46.8793C-192.486 46.6106 -192.468 46.3332 -192.555 46.0546C-192.721 45.5394 -193.056 45.1821 -193.568 44.9984C-194.1 44.8152 -194.608 45.0429 -194.87 45.5762C-195.113 46.0706 -194.962 46.6169 -194.502 46.9096C-194.368 46.9941 -194.23 47.0696 -194.072 47.156ZM-193.516 53.6126C-193.812 53.4544 -194.084 53.1841 -194.276 52.8272C-194.369 52.6602 -194.43 52.4886 -194.322 52.3014C-194.306 52.2661 -194.309 52.216 -194.312 52.1688C-194.313 52.1535 -194.314 52.1384 -194.315 52.1243C-194.318 51.809 -194.172 51.5824 -193.874 51.4751C-193.488 51.3426 -193.128 51.407 -192.792 51.6219C-192.55 51.7737 -192.349 51.9727 -192.198 52.2151C-192.006 52.5143 -191.953 52.8438 -192.046 53.1807C-192.124 53.4864 -192.328 53.676 -192.638 53.7489C-192.918 53.8173 -193.189 53.7661 -193.516 53.6126ZM-200.207 60.0074C-200.167 60.0329 -200.128 60.0583 -200.089 60.0839C-199.736 60.2215 -199.375 60.3243 -198.995 60.2842C-198.818 60.2722 -198.653 60.2259 -198.623 60.0021C-198.624 59.9893 -198.614 59.9729 -198.604 59.9564C-198.599 59.9481 -198.594 59.9399 -198.59 59.9321C-198.426 59.6858 -198.443 59.4208 -198.561 59.166C-198.779 58.7021 -199.136 58.3915 -199.607 58.1991C-199.781 58.1264 -199.971 58.0849 -200.167 58.0974C-200.725 58.1301 -201.04 58.534 -200.928 59.0812C-200.868 59.3567 -200.747 59.6038 -200.527 59.783C-200.427 59.8653 -200.316 59.937 -200.207 60.0074ZM-193.495 58.6159C-193.125 58.7992 -192.853 59.0888 -192.717 59.4855C-192.685 59.577 -192.663 59.6726 -192.65 59.7646C-192.587 60.3362 -192.979 60.7226 -193.555 60.652C-193.833 60.6165 -194.09 60.515 -194.313 60.3435C-194.482 60.2184 -194.642 60.0733 -194.801 59.9283C-194.841 59.892 -194.881 59.8558 -194.921 59.8198C-194.969 59.7787 -195 59.7256 -195.032 59.6725C-195.244 59.3546 -195.202 59.1267 -194.907 58.8849C-194.887 58.8675 -194.867 58.8507 -194.845 58.8335C-194.813 58.8078 -194.78 58.7809 -194.748 58.7502C-194.571 58.5575 -194.353 58.4791 -194.103 58.473C-193.891 58.4679 -193.686 58.5167 -193.495 58.6159ZM-203.647 63.7204C-203.857 63.6217 -204.048 63.5033 -204.195 63.3299C-204.427 63.0779 -204.472 62.7905 -204.348 62.4683C-204.023 61.6603 -203.038 61.6287 -202.541 62.1474C-202.466 62.2302 -202.402 62.3171 -202.35 62.4081C-202.254 62.5866 -202.161 62.7728 -202.076 62.9553C-201.878 63.3813 -202.053 63.6702 -202.493 63.8155C-202.914 63.9603 -203.277 63.8845 -203.647 63.7204ZM-203.017 54.7705C-202.872 54.1823 -203.151 53.5853 -203.696 53.3293C-203.984 53.194 -204.324 53.1484 -204.6 53.1897C-205.08 53.2783 -205.365 53.6583 -205.3 54.1452C-205.268 54.3982 -205.159 54.611 -204.982 54.7798C-204.746 55.0048 -204.466 55.1365 -204.145 55.1825C-203.867 55.218 -203.594 55.2037 -203.334 55.0974C-203.181 55.036 -203.06 54.9407 -203.017 54.7705ZM-189.406 50.0357C-189.371 50.5656 -189.097 50.9513 -188.633 51.1977C-188.349 51.3408 -188.076 51.3072 -187.802 51.1698C-187.577 51.0566 -187.43 50.8877 -187.366 50.6515C-187.192 50.0011 -187.678 49.2591 -188.343 49.156C-188.926 49.0625 -189.449 49.4829 -189.406 50.0357ZM-207.337 57.8871C-206.917 58.0845 -206.725 58.5837 -206.888 59.0492C-207.029 59.468 -207.479 59.7136 -207.92 59.6012C-208.319 59.4994 -208.648 59.2689 -208.871 58.9167C-208.935 58.8105 -208.977 58.6769 -209.003 58.5506C-209.025 58.3973 -208.966 58.2728 -208.814 58.1922C-208.726 58.1477 -208.639 58.0985 -208.551 58.0493C-208.464 58 -208.376 57.9508 -208.289 57.9063C-207.968 57.7524 -207.648 57.76 -207.337 57.8871ZM-199.721 52.5903C-199.607 52.8914 -199.398 53.094 -199.11 53.2293C-198.791 53.3793 -198.425 53.3896 -198.161 53.2755C-197.86 53.1412 -197.708 52.8606 -197.818 52.571C-197.896 52.3537 -198.009 52.1487 -198.136 51.9556C-198.291 51.721 -198.537 51.5962 -198.804 51.5373C-199.106 51.4715 -199.382 51.5321 -199.592 51.7757C-199.791 52.0151 -199.831 52.3007 -199.721 52.5903Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-161.517 62.4478C-161.391 62.7764 -161.348 63.0814 -161.415 63.3911C-161.444 63.5309 -161.506 63.6829 -161.589 63.806C-161.707 63.9794 -161.954 64.0362 -162.134 63.9028C-162.173 63.8719 -162.242 63.8612 -162.3 63.8556C-162.331 63.8507 -162.363 63.8498 -162.395 63.849C-162.431 63.848 -162.467 63.8471 -162.5 63.8398C-162.966 63.7322 -163.406 63.1836 -163.409 62.7167C-163.413 62.2959 -163.045 61.8076 -162.643 61.7007C-162.408 61.6389 -162.192 61.6948 -161.993 61.8302C-161.765 61.9914 -161.605 62.2154 -161.517 62.4478ZM-168.206 65.0332C-167.951 64.6611 -167.965 64.2625 -168.11 63.8587C-168.192 63.6423 -168.317 63.4603 -168.483 63.2936C-168.752 63.0473 -169.093 63.0022 -169.416 63.1709C-169.748 63.3427 -169.958 63.6151 -170.078 63.9543C-170.387 64.861 -169.624 65.5532 -168.804 65.4256C-168.544 65.3818 -168.353 65.254 -168.206 65.0332ZM-173.899 60.7977C-173.757 61.1935 -173.732 61.597 -173.832 62.0114C-173.877 62.1844 -173.944 62.3475 -174.067 62.4859C-174.163 62.5959 -174.264 62.6709 -174.426 62.6588C-174.472 62.6581 -174.523 62.6685 -174.564 62.6838C-175.092 62.8478 -175.643 62.6162 -175.887 62.1216C-176.099 61.6881 -176.085 61.2422 -175.878 60.8151C-175.745 60.5351 -175.544 60.3119 -175.283 60.1486C-174.998 59.9761 -174.708 59.9853 -174.422 60.1523C-174.162 60.3013 -173.995 60.5222 -173.899 60.7977ZM-174.635 44.9437C-174.52 45.2211 -174.462 45.5662 -174.51 45.924C-174.52 46.0209 -174.561 46.1228 -174.598 46.2172C-174.605 46.2344 -174.612 46.2515 -174.619 46.2681C-174.661 46.3758 -174.714 46.4786 -174.767 46.5814C-174.98 47.0386 -175.417 47.1769 -175.843 46.9074C-176.037 46.7881 -176.228 46.6497 -176.236 46.3867C-176.236 46.3582 -176.252 46.3326 -176.268 46.3058C-176.279 46.2891 -176.289 46.272 -176.297 46.2535C-176.539 45.7398 -176.525 45.2206 -176.309 44.698C-176.222 44.4906 -176.081 44.327 -175.893 44.1913C-175.604 43.9806 -175.288 44.0078 -175.03 44.2492C-174.844 44.4449 -174.734 44.6601 -174.635 44.9437ZM-178.131 56.6193C-178.148 56.5653 -178.166 56.5092 -178.184 56.4501C-178.187 56.444 -178.19 56.4376 -178.193 56.4309C-178.197 56.4242 -178.2 56.4172 -178.204 56.41L-178.205 56.4075L-178.205 56.4066C-178.241 56.3328 -178.288 56.2393 -178.34 56.1608C-178.571 55.7987 -178.962 55.6716 -179.368 55.8167C-179.654 55.9159 -179.859 56.104 -179.99 56.3649C-180.23 56.8504 -180.237 57.3395 -179.995 57.8261C-179.74 58.3256 -179.216 58.5121 -178.656 58.3088C-178.137 58.1208 -177.865 57.623 -177.993 57.0936C-178.031 56.9403 -178.078 56.7907 -178.131 56.6193ZM-174.039 51.5819C-173.935 51.9006 -173.928 52.2831 -174.037 52.6734C-174.087 52.8575 -174.162 53.0237 -174.37 53.0842C-174.407 53.0981 -174.439 53.1366 -174.47 53.1728C-174.479 53.1846 -174.489 53.1962 -174.499 53.2065C-174.716 53.4359 -174.979 53.4987 -175.268 53.37C-175.638 53.1986 -175.853 52.9037 -175.945 52.5166C-176.014 52.2399 -176.02 51.9577 -175.961 51.6782C-175.89 51.3303 -175.699 51.056 -175.398 50.8773C-175.129 50.711 -174.85 50.7153 -174.576 50.8772C-174.327 51.0213 -174.167 51.2452 -174.039 51.5819ZM-164.769 51.5972C-164.78 51.5515 -164.79 51.506 -164.8 51.461C-164.959 51.1175 -165.147 50.7943 -165.449 50.5602C-165.585 50.4466 -165.736 50.3662 -165.913 50.5069C-165.922 50.5163 -165.94 50.5214 -165.959 50.5264C-165.968 50.5289 -165.978 50.5314 -165.986 50.5345C-166.275 50.5985 -166.447 50.8014 -166.54 51.0661C-166.706 51.5512 -166.664 52.0219 -166.46 52.4856C-166.384 52.6589 -166.276 52.8199 -166.126 52.9465C-165.702 53.3083 -165.194 53.2349 -164.894 52.763C-164.745 52.5231 -164.66 52.2615 -164.694 51.9805C-164.709 51.8516 -164.739 51.7233 -164.769 51.5972ZM-170.572 47.9621C-170.711 47.5743 -170.705 47.1776 -170.527 46.7979C-170.487 46.7093 -170.436 46.6257 -170.381 46.55C-170.029 46.0949 -169.477 46.0874 -169.112 46.5361C-168.936 46.7539 -168.822 47.0042 -168.78 47.2821C-168.746 47.4892 -168.732 47.7041 -168.717 47.919C-168.714 47.9727 -168.71 48.0264 -168.707 48.08C-168.701 48.1423 -168.715 48.2026 -168.729 48.2629C-168.798 48.6379 -168.987 48.7737 -169.367 48.7439C-169.394 48.7429 -169.42 48.7406 -169.448 48.7382C-169.489 48.7347 -169.531 48.7309 -169.576 48.7312C-169.837 48.7479 -170.049 48.6538 -170.233 48.4852C-170.389 48.3426 -170.503 48.1655 -170.572 47.9621ZM-159.707 51.2987C-159.624 51.5151 -159.569 51.7326 -159.584 51.9587C-159.592 52.3012 -159.759 52.5392 -160.073 52.6858C-160.869 53.0432 -161.601 52.385 -161.598 51.668C-161.595 51.5565 -161.58 51.4499 -161.554 51.3484C-161.499 51.1532 -161.436 50.955 -161.371 50.7648C-161.217 50.3209 -160.89 50.2335 -160.472 50.4328C-160.068 50.6191 -159.859 50.925 -159.707 51.2987ZM-166.389 57.3134C-166.902 57.637 -167.117 58.26 -166.903 58.821C-166.789 59.1175 -166.576 59.3853 -166.348 59.5466C-165.941 59.8142 -165.472 59.7369 -165.179 59.3415C-165.027 59.1367 -164.957 58.9083 -164.967 58.6643C-164.98 58.339 -165.091 58.0505 -165.29 57.7956C-165.465 57.5778 -165.672 57.3994 -165.933 57.2966C-166.086 57.2352 -166.239 57.2201 -166.389 57.3134ZM-179.488 51.3196C-179.144 50.9137 -179.074 50.4463 -179.236 49.9483C-179.341 49.6487 -179.561 49.4843 -179.855 49.3938C-180.095 49.32 -180.318 49.3404 -180.529 49.4663C-181.107 49.8143 -181.274 50.685 -180.866 51.2187C-180.511 51.6895 -179.842 51.7476 -179.488 51.3196ZM-161.108 58.0528C-161.273 57.62 -161.064 57.1276 -160.623 56.9049C-160.23 56.7006 -159.735 56.8341 -159.495 57.2202C-159.279 57.5694 -159.202 57.9626 -159.286 58.3708C-159.314 58.4915 -159.377 58.6164 -159.447 58.7253C-159.537 58.8514 -159.666 58.9004 -159.832 58.8532C-159.926 58.8247 -160.023 58.7997 -160.121 58.7747C-160.218 58.7497 -160.315 58.7247 -160.409 58.6961C-160.747 58.5858 -160.972 58.3592 -161.108 58.0528ZM-170.28 56.6066C-170.153 56.3106 -170.162 56.0204 -170.276 55.7239C-170.401 55.3953 -170.658 55.1348 -170.927 55.0351C-171.238 54.9235 -171.542 55.0208 -171.664 55.3058C-171.759 55.5162 -171.821 55.7416 -171.864 55.9688C-171.915 56.2453 -171.825 56.5048 -171.674 56.7318C-171.502 56.9878 -171.261 57.1349 -170.94 57.1048C-170.63 57.0698 -170.402 56.8916 -170.28 56.6066Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-187.684 64.7997C-187.569 65.0771 -187.511 65.4222 -187.559 65.78C-187.569 65.8769 -187.609 65.9788 -187.647 66.0732C-187.654 66.0904 -187.661 66.1075 -187.667 66.1241C-187.709 66.2318 -187.763 66.3346 -187.816 66.4374C-188.029 66.8946 -188.466 67.0329 -188.892 66.7634C-189.086 66.6441 -189.277 66.5057 -189.285 66.2427C-189.285 66.2142 -189.301 66.1886 -189.317 66.1618C-189.328 66.145 -189.338 66.128 -189.345 66.1095C-189.588 65.5958 -189.574 65.0766 -189.358 64.554C-189.271 64.3466 -189.13 64.183 -188.941 64.0473C-188.652 63.8366 -188.337 63.8638 -188.079 64.1052C-187.893 64.3009 -187.783 64.5161 -187.684 64.7997ZM-183.62 67.8181C-183.759 67.4303 -183.754 67.0336 -183.576 66.6539C-183.535 66.5653 -183.484 66.4817 -183.43 66.406C-183.077 65.9509 -182.526 65.9434 -182.16 66.3921C-181.985 66.6099 -181.871 66.8602 -181.829 67.1381C-181.794 67.3452 -181.78 67.5601 -181.766 67.775C-181.763 67.8287 -181.759 67.8824 -181.755 67.936C-181.75 67.9983 -181.764 68.0586 -181.778 68.1189C-181.847 68.4939 -182.035 68.6297 -182.416 68.5999C-182.442 68.5988 -182.469 68.5966 -182.496 68.5942C-182.537 68.5907 -182.58 68.5869 -182.624 68.5872C-182.886 68.6039 -183.097 68.5098 -183.282 68.3412C-183.438 68.1986 -183.552 68.0215 -183.62 67.8181Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-133.817 43.2103C-133.56 43.5432 -133.411 43.9195 -133.379 44.3445C-133.368 44.5228 -133.381 44.6985 -133.455 44.8678C-133.513 45.0021 -133.585 45.1043 -133.743 45.1425C-133.787 45.1561 -133.833 45.1817 -133.867 45.2087C-134.319 45.5269 -134.914 45.4756 -135.3 45.0802C-135.635 44.7328 -135.76 44.3042 -135.695 43.8345C-135.655 43.5273 -135.533 43.2532 -135.335 43.0178C-135.117 42.7661 -134.838 42.6859 -134.515 42.7571C-134.221 42.8189 -133.994 42.9776 -133.817 43.2103ZM-139.136 40.5347C-139.169 40.4885 -139.203 40.4405 -139.238 40.3898C-139.243 40.385 -139.248 40.3799 -139.253 40.3746C-139.258 40.3692 -139.264 40.3636 -139.269 40.3579L-139.271 40.3558L-139.272 40.3551C-139.329 40.2961 -139.402 40.2212 -139.477 40.1628C-139.808 39.8892 -140.219 39.8881 -140.561 40.1509C-140.802 40.3329 -140.939 40.5749 -140.983 40.8634C-141.061 41.3988 -140.916 41.8662 -140.536 42.255C-140.139 42.6517 -139.583 42.6683 -139.113 42.303C-138.677 41.9647 -138.572 41.4078 -138.858 40.9436C-138.941 40.8093 -139.032 40.6813 -139.136 40.5347ZM-142.065 35.9097C-141.864 35.4181 -141.941 34.9517 -142.249 34.5278C-142.442 34.2751 -142.702 34.1862 -143.009 34.1901C-143.261 34.1938 -143.467 34.2818 -143.629 34.4661C-144.071 34.9748 -143.96 35.8541 -143.408 36.2368C-142.924 36.5756 -142.27 36.4255 -142.065 35.9097Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-144.75 43.245C-144.529 43.519 -144.394 43.7961 -144.361 44.1111C-144.346 44.2532 -144.358 44.4169 -144.399 44.5592C-144.458 44.7606 -144.674 44.8902 -144.887 44.8186C-144.934 44.8013 -145.003 44.8123 -145.06 44.8246C-145.091 44.8297 -145.122 44.8387 -145.152 44.8475C-145.187 44.8579 -145.221 44.8679 -145.255 44.871C-145.732 44.9117 -146.32 44.5251 -146.467 44.0818C-146.601 43.6827 -146.402 43.1053 -146.052 42.8799C-145.848 42.7491 -145.625 42.7361 -145.394 42.8036C-145.127 42.887 -144.906 43.0511 -144.75 43.245ZM-150.315 47.758C-150.187 47.3257 -150.324 46.9507 -150.586 46.6111C-150.732 46.4307 -150.907 46.2959 -151.116 46.1881C-151.449 46.0365 -151.787 46.0982 -152.042 46.358C-152.305 46.6232 -152.42 46.9469 -152.43 47.3063C-152.444 48.2639 -151.503 48.688 -150.763 48.315C-150.529 48.1934 -150.386 48.0131 -150.315 47.758ZM-157.041 45.4764C-156.783 45.8093 -156.635 46.1856 -156.602 46.6106C-156.591 46.7889 -156.605 46.9646 -156.679 47.1339C-156.736 47.2682 -156.809 47.3704 -156.967 47.4086C-157.011 47.4222 -157.057 47.4478 -157.09 47.4748C-157.543 47.793 -158.138 47.7417 -158.523 47.3463C-158.859 46.9989 -158.983 46.5703 -158.919 46.1007C-158.879 45.7934 -158.756 45.5193 -158.558 45.2839C-158.34 45.0322 -158.062 44.952 -157.739 45.0232C-157.445 45.0851 -157.217 45.2437 -157.041 45.4764ZM-162.643 30.6206C-162.447 30.8491 -162.285 31.1596 -162.22 31.5148C-162.2 31.6099 -162.207 31.7195 -162.214 31.8208C-162.215 31.8393 -162.216 31.8577 -162.217 31.8755C-162.224 31.9909 -162.243 32.1049 -162.262 32.219C-162.323 32.7194 -162.696 32.9851 -163.185 32.8596C-163.406 32.8055 -163.631 32.7326 -163.72 32.4849C-163.728 32.4577 -163.751 32.4382 -163.775 32.4177C-163.79 32.405 -163.806 32.3921 -163.818 32.3766C-164.208 31.9624 -164.355 31.4641 -164.311 30.9007C-164.292 30.6767 -164.209 30.4779 -164.072 30.2909C-163.862 30.0018 -163.553 29.9308 -163.233 30.0811C-162.996 30.2103 -162.825 30.3813 -162.643 30.6206ZM-162.359 42.8008C-162.392 42.7546 -162.426 42.7066 -162.462 42.6559C-162.466 42.6511 -162.471 42.646 -162.477 42.6407C-162.482 42.6353 -162.487 42.6297 -162.493 42.624L-162.495 42.6219L-162.496 42.6212C-162.553 42.5622 -162.626 42.4873 -162.7 42.4289C-163.032 42.1553 -163.442 42.1542 -163.784 42.4171C-164.025 42.599 -164.162 42.841 -164.207 43.1295C-164.284 43.6649 -164.14 44.1323 -163.76 44.5211C-163.362 44.9178 -162.806 44.9344 -162.336 44.5691C-161.9 44.2308 -161.796 43.6739 -162.082 43.2096C-162.165 43.0754 -162.255 42.9474 -162.359 42.8008ZM-160.023 36.7524C-159.826 37.0239 -159.701 37.3855 -159.684 37.7904C-159.675 37.9808 -159.695 38.1619 -159.874 38.2833C-159.904 38.3077 -159.923 38.3543 -159.941 38.3981C-159.947 38.4124 -159.953 38.4264 -159.958 38.4392C-160.094 38.724 -160.324 38.8644 -160.64 38.8308C-161.045 38.7814 -161.34 38.5667 -161.548 38.2268C-161.699 37.9847 -161.792 37.7182 -161.822 37.434C-161.862 37.0815 -161.766 36.7619 -161.534 36.4995C-161.33 36.2586 -161.063 36.1771 -160.752 36.247C-160.47 36.3076 -160.249 36.4717 -160.023 36.7524ZM-151.198 33.9212C-151.223 33.881 -151.247 33.8411 -151.27 33.8013C-151.528 33.5233 -151.807 33.2736 -152.166 33.1436C-152.331 33.0772 -152.499 33.047 -152.624 33.2353C-152.629 33.2469 -152.646 33.2574 -152.662 33.2679C-152.67 33.2732 -152.678 33.2784 -152.685 33.2838C-152.94 33.4337 -153.041 33.6795 -153.048 33.9598C-153.056 34.4721 -152.871 34.9072 -152.532 35.2854C-152.407 35.4271 -152.255 35.5472 -152.073 35.6216C-151.557 35.8354 -151.097 35.6097 -150.957 35.0687C-150.89 34.7948 -150.89 34.5199 -151.009 34.2629C-151.063 34.145 -151.131 34.0322 -151.198 33.9212ZM-157.843 32.2446C-158.095 31.9183 -158.213 31.5393 -158.16 31.1234C-158.15 31.0268 -158.127 30.9315 -158.099 30.8428C-157.904 30.3016 -157.381 30.1252 -156.895 30.4398C-156.661 30.5931 -156.475 30.7962 -156.349 31.0479C-156.252 31.2341 -156.172 31.4343 -156.092 31.6343C-156.072 31.6844 -156.053 31.7344 -156.032 31.7842C-156.008 31.8418 -156.003 31.9034 -155.997 31.9651C-155.947 32.3431 -156.084 32.53 -156.456 32.6187C-156.481 32.6257 -156.507 32.6317 -156.534 32.6379C-156.574 32.647 -156.616 32.6566 -156.658 32.6704C-156.902 32.7666 -157.132 32.742 -157.359 32.6383C-157.552 32.5505 -157.715 32.4171 -157.843 32.2446ZM-146.475 32.0833C-146.329 32.2638 -146.209 32.4537 -146.154 32.6735C-146.055 33.0016 -146.141 33.2796 -146.394 33.5153C-147.041 34.0998 -147.941 33.6983 -148.16 33.0153C-148.191 32.9081 -148.21 32.8022 -148.217 32.6976C-148.225 32.4952 -148.227 32.2873 -148.223 32.0861C-148.214 31.6167 -147.929 31.4332 -147.47 31.4945C-147.028 31.5477 -146.735 31.7745 -146.475 32.0833ZM-150.972 39.8563C-151.361 40.3219 -151.373 40.9804 -150.996 41.4483C-150.796 41.6956 -150.51 41.8849 -150.244 41.9683C-149.774 42.0979 -149.351 41.8804 -149.195 41.4144C-149.113 41.1727 -149.117 40.934 -149.202 40.705C-149.316 40.3997 -149.51 40.159 -149.778 39.9777C-150.012 39.8244 -150.264 39.7181 -150.544 39.7004C-150.709 39.689 -150.859 39.7218 -150.972 39.8563ZM-165.289 38.1758C-165.087 37.6842 -165.164 37.2178 -165.473 36.7939C-165.666 36.5412 -165.926 36.4523 -166.233 36.4562C-166.485 36.4599 -166.691 36.5479 -166.852 36.7322C-167.295 37.2409 -167.184 38.1202 -166.631 38.5029C-166.148 38.8417 -165.493 38.6916 -165.289 38.1758ZM-145.72 38.9386C-146.011 38.5776 -145.964 38.045 -145.613 37.6977C-145.302 37.3826 -144.79 37.3578 -144.443 37.6515C-144.129 37.9171 -143.934 38.2677 -143.888 38.682C-143.877 38.8053 -143.899 38.9435 -143.931 39.0684C-143.978 39.2161 -144.086 39.3023 -144.258 39.3083C-144.357 39.3101 -144.457 39.3162 -144.557 39.3223C-144.657 39.3284 -144.758 39.3344 -144.856 39.3362C-145.212 39.3349 -145.496 39.1885 -145.72 38.9386ZM-154.894 40.3786C-154.864 40.058 -154.963 39.7848 -155.162 39.5375C-155.383 39.2634 -155.708 39.0944 -155.995 39.0821C-156.325 39.0713 -156.584 39.2574 -156.613 39.566C-156.638 39.7954 -156.627 40.0287 -156.597 40.2579C-156.561 40.5367 -156.395 40.756 -156.181 40.9255C-155.938 41.1163 -155.663 41.1823 -155.367 41.0551C-155.083 40.9265 -154.922 40.6872 -154.894 40.3786Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-78.9671 39.4552C-79.2658 39.2679 -79.5576 39.1662 -79.8753 39.1702C-80.0187 39.1718 -80.1804 39.2025 -80.3176 39.2588C-80.5116 39.3405 -80.6157 39.5699 -80.5198 39.7723C-80.4972 39.817 -80.5002 39.8863 -80.506 39.9437C-80.5073 39.9755 -80.5128 40.0071 -80.5181 40.0378C-80.5244 40.0738 -80.5305 40.1088 -80.5296 40.1423C-80.5152 40.6188 -80.062 41.1572 -79.6031 41.2518C-79.1898 41.3382 -78.6372 41.0749 -78.453 40.7025C-78.3461 40.485 -78.3589 40.2635 -78.4529 40.0419C-78.5668 39.7875 -78.7559 39.5876 -78.9671 39.4552ZM-82.8235 45.4833C-82.4073 45.3073 -82.0178 45.399 -81.649 45.6202C-81.4523 45.7435 -81.2977 45.9014 -81.1662 46.0957C-80.9767 46.4077 -80.9991 46.7493 -81.2286 47.0323C-81.4627 47.3226 -81.772 47.4742 -82.1292 47.5246C-83.0821 47.6488 -83.6134 46.7667 -83.327 45.9909C-83.2328 45.745 -83.0695 45.5831 -82.8235 45.4833ZM-79.7731 51.8786C-80.1346 51.6621 -80.5268 51.5584 -80.9542 51.575C-81.1332 51.5847 -81.3068 51.6181 -81.467 51.7108C-81.5943 51.7835 -81.6878 51.8672 -81.7076 52.0275C-81.716 52.073 -81.7363 52.1213 -81.7593 52.1577C-82.0244 52.642 -81.9045 53.2253 -81.4659 53.5614C-81.0809 53.8536 -80.6393 53.9273 -80.1786 53.8096C-79.877 53.7345 -79.6179 53.5819 -79.406 53.359C-79.1803 53.1143 -79.1325 52.8292 -79.2408 52.5173C-79.3363 52.2338 -79.5208 52.0267 -79.7731 51.8786ZM-64.3184 55.7155C-64.5688 55.5483 -64.897 55.4238 -65.2585 55.4004C-65.3557 55.391 -65.4641 55.4109 -65.5643 55.4292C-65.5826 55.4326 -65.6007 55.4359 -65.6184 55.439C-65.7326 55.4589 -65.8441 55.4906 -65.9557 55.5223C-66.4474 55.6408 -66.6692 56.0404 -66.4877 56.51C-66.4082 56.7224 -66.3097 56.9367 -66.0524 56.9964C-66.0243 57.0015 -66.0022 57.0221 -65.9791 57.0436C-65.9647 57.057 -65.95 57.0708 -65.9332 57.0813C-65.4754 57.4192 -64.9617 57.5076 -64.4051 57.3992C-64.184 57.3549 -63.9954 57.2496 -63.8249 57.0922C-63.5609 56.8512 -63.5258 56.5378 -63.7126 56.2377C-63.8687 56.0179 -64.0589 55.8681 -64.3184 55.7155ZM-76.4923 56.8358C-76.4425 56.863 -76.3907 56.8912 -76.3361 56.9206C-76.3307 56.9247 -76.325 56.9291 -76.3191 56.9336C-76.3132 56.9382 -76.307 56.9429 -76.3006 56.9478L-76.2984 56.9495L-76.2975 56.9501C-76.2321 57 -76.1491 57.0634 -76.0822 57.1306C-75.7713 57.4272 -75.7228 57.8337 -75.9453 58.2023C-76.0989 58.4618 -76.3243 58.6254 -76.6067 58.7024C-77.1314 58.8409 -77.6141 58.7517 -78.0454 58.4202C-78.4868 58.0723 -78.5675 57.5236 -78.2576 57.0166C-77.9707 56.546 -77.4276 56.3784 -76.9319 56.6079C-76.7885 56.6747 -76.6504 56.7498 -76.4923 56.8358ZM-70.7329 53.8275C-71.0262 53.6639 -71.4011 53.5813 -71.8066 53.6116C-71.9975 53.624 -72.1758 53.6647 -72.2761 53.8559C-72.2969 53.8889 -72.3411 53.913 -72.3828 53.9357C-72.3963 53.943 -72.4097 53.9503 -72.4217 53.9577C-72.69 54.1249 -72.8033 54.3689 -72.7334 54.677C-72.6375 55.0726 -72.3893 55.34 -72.0267 55.5065C-71.7679 55.6281 -71.4915 55.6896 -71.2047 55.6864C-70.8486 55.6861 -70.5413 55.5536 -70.3064 55.2943C-70.0899 55.0642 -70.0394 54.7909 -70.145 54.491C-70.2379 54.2193 -70.4269 54.0194 -70.7329 53.8275ZM-68.9291 44.7665C-68.8862 44.786 -68.8436 44.8053 -68.8012 44.8238C-68.4945 45.0467 -68.2134 45.2941 -68.0423 45.6352C-67.9572 45.7902 -67.9076 45.9534 -68.0808 46.0989C-68.0918 46.1055 -68.1004 46.1227 -68.109 46.1399C-68.1133 46.1486 -68.1176 46.1572 -68.1222 46.1644C-68.2421 46.4348 -68.4754 46.5629 -68.7541 46.6016C-69.2639 46.6682 -69.7189 46.5353 -70.135 46.2439C-70.2906 46.1361 -70.4279 45.9992 -70.5231 45.8278C-70.7958 45.3416 -70.6239 44.8599 -70.1007 44.6594C-69.8355 44.5615 -69.5615 44.5301 -69.2916 44.618C-69.1678 44.6583 -69.0474 44.7129 -68.9291 44.7665ZM-66.491 51.1513C-66.1368 51.3633 -65.7454 51.436 -65.3368 51.3365C-65.2417 51.3148 -65.1494 51.2812 -65.0643 51.2431C-64.5473 50.9879 -64.4318 50.4505 -64.8015 50.0052C-64.9813 49.7908 -65.2053 49.6301 -65.4706 49.5348C-65.6674 49.4602 -65.8761 49.4041 -66.0848 49.3481C-66.137 49.334 -66.1891 49.32 -66.2411 49.3057C-66.3013 49.2883 -66.3634 49.29 -66.4255 49.2917C-66.808 49.2856 -66.9786 49.443 -67.024 49.821C-67.0281 49.8468 -67.0311 49.8734 -67.0342 49.9006C-67.0387 49.9412 -67.0434 49.9838 -67.0523 50.0269C-67.1201 50.2792 -67.069 50.5043 -66.9393 50.7178C-66.8296 50.8984 -66.6778 51.0444 -66.491 51.1513ZM-67.6422 39.879C-67.8389 39.7557 -68.0421 39.6587 -68.2675 39.6292C-68.606 39.5694 -68.8731 39.6865 -69.0788 39.964C-69.5868 40.6721 -69.0828 41.5167 -68.3767 41.6546C-68.2663 41.673 -68.1585 41.6795 -68.0535 41.6742C-67.8507 41.6591 -67.6434 41.6367 -67.4433 41.6097C-66.9764 41.5467 -66.8263 41.2444 -66.9403 40.7969C-67.0444 40.3657 -67.3044 40.101 -67.6422 39.879ZM-74.8713 45.2254C-75.2904 45.6638 -75.9455 45.7511 -76.4554 45.4313C-76.725 45.2623 -76.9466 45.0013 -77.0606 44.7469C-77.244 44.2965 -77.0759 43.853 -76.6294 43.6451C-76.398 43.5362 -76.1595 43.5129 -75.9215 43.5707C-75.6041 43.6478 -75.3418 43.8122 -75.1301 44.0568C-74.9502 44.2712 -74.8152 44.5084 -74.7653 44.7836C-74.7349 44.9449 -74.7502 45.098 -74.8713 45.2254ZM-71.5441 59.2039C-71.0773 58.9478 -70.6035 58.9704 -70.1453 59.2273C-69.8712 59.389 -69.7526 59.6361 -69.7211 59.9405C-69.6957 60.1902 -69.7596 60.4043 -69.9247 60.5853C-70.3807 61.082 -71.27 61.0732 -71.7152 60.5704C-72.1087 60.1305 -72.0346 59.4655 -71.5441 59.2039ZM-74.5626 39.9201C-74.1692 40.1668 -73.6437 40.0592 -73.338 39.6716C-73.0598 39.3276 -73.0942 38.8182 -73.427 38.5079C-73.728 38.2276 -74.0999 38.0757 -74.5181 38.0777C-74.6423 38.0812 -74.7776 38.1183 -74.8983 38.1646C-75.0401 38.2281 -75.1137 38.3446 -75.0998 38.5159C-75.0902 38.6134 -75.0847 38.7135 -75.0792 38.8135C-75.0737 38.9135 -75.0682 39.0135 -75.0586 39.111C-75.0163 39.4628 -74.8375 39.7273 -74.5626 39.9201ZM-74.9394 49.167C-74.6232 49.101 -74.3395 49.1671 -74.07 49.3361C-73.7713 49.5234 -73.5653 49.8254 -73.52 50.1079C-73.4712 50.4333 -73.6267 50.7119 -73.931 50.7751C-74.1568 50.8267 -74.3906 50.8427 -74.6225 50.8395C-74.9046 50.8354 -75.1423 50.6965 -75.336 50.5039C-75.5542 50.2858 -75.6517 50.0214 -75.559 49.7136C-75.4637 49.4176 -75.2437 49.2303 -74.9394 49.167Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-16.7148 31.8934C-16.3708 31.8153 -16.0924 31.6815 -15.8707 31.4547C-15.7704 31.3526 -15.6779 31.2169 -15.6208 31.0804C-15.5417 30.886 -15.6309 30.6503 -15.8424 30.5748C-15.8901 30.5591 -15.9371 30.508 -15.9737 30.4634C-15.9954 30.4399 -16.0139 30.4137 -16.0319 30.3883C-16.0531 30.3584 -16.0736 30.3293 -16.0979 30.3063C-16.4463 29.9794 -17.1488 29.9182 -17.5403 30.1747C-17.8937 30.4049 -18.0975 30.9805 -17.9635 31.3737C-17.8846 31.6029 -17.7185 31.7505 -17.4948 31.8409C-17.2337 31.9405 -16.9582 31.9486 -16.7148 31.8934ZM-18.2666 24.9127C-18.4359 25.3306 -18.7763 25.5402 -19.194 25.6438C-19.4205 25.6952 -19.6418 25.6924 -19.8727 25.6477C-20.228 25.5607 -20.4546 25.3033 -20.4932 24.9414C-20.5337 24.5712 -20.4227 24.246 -20.2059 23.9586C-19.6204 23.1992 -18.619 23.4485 -18.2709 24.199C-18.163 24.4392 -18.1635 24.6687 -18.2666 24.9127ZM-38.6086 30.7194C-38.313 30.6611 -37.9927 30.5179 -37.7205 30.2796C-37.6451 30.2178 -37.5826 30.1274 -37.5248 30.0437C-37.5142 30.0285 -37.5037 30.0134 -37.4935 29.9987C-37.4268 29.9042 -37.3705 29.8031 -37.3141 29.7021C-37.0506 29.2717 -37.1775 28.8328 -37.639 28.6287C-37.8459 28.5345 -38.0677 28.4524 -38.2918 28.5915C-38.3153 28.6077 -38.3455 28.6087 -38.3772 28.6098C-38.3969 28.6105 -38.417 28.6111 -38.4364 28.6155C-38.9998 28.6992 -39.4256 28.9988 -39.7421 29.4677C-39.867 29.6548 -39.9255 29.8622 -39.9344 30.0937C-39.95 30.4502 -39.7525 30.6965 -39.4075 30.7771C-39.1411 30.8225 -38.9004 30.7944 -38.6086 30.7194ZM-32.7346 27.5336C-32.4111 27.4426 -32.0875 27.2368 -31.8223 26.9295C-31.6962 26.7862 -31.5991 26.6318 -31.6638 26.4259C-31.6725 26.3879 -31.6584 26.3397 -31.645 26.2943C-31.6407 26.2795 -31.6364 26.265 -31.6331 26.2513C-31.5621 25.944 -31.6552 25.6915 -31.9232 25.5229C-32.2718 25.3108 -32.6369 25.2966 -33.0114 25.4345C-33.2807 25.5309 -33.5197 25.6822 -33.7202 25.8865C-33.9717 26.1377 -34.0949 26.448 -34.0769 26.7969C-34.0666 27.1122 -33.9084 27.3411 -33.6209 27.4788C-33.3625 27.6055 -33.087 27.6136 -32.7346 27.5336ZM-27.5797 35.2122C-27.6238 35.2287 -27.6676 35.245 -27.7108 35.2618C-28.0857 35.3204 -28.46 35.3435 -28.823 35.223C-28.9932 35.1733 -29.144 35.0928 -29.1248 34.8679C-29.1217 34.8555 -29.1278 34.8373 -29.1339 34.819C-29.1371 34.8099 -29.1401 34.8008 -29.1421 34.7924C-29.2492 34.5167 -29.1751 34.2616 -29.0056 34.0379C-28.6925 33.6315 -28.2765 33.4048 -27.7757 33.3176C-27.5891 33.2841 -27.3949 33.2842 -27.206 33.3384C-26.6683 33.4899 -26.4479 33.9517 -26.6755 34.4622C-26.7934 34.7184 -26.9649 34.9337 -27.218 35.0618C-27.3342 35.1205 -27.458 35.1668 -27.5797 35.2122ZM-33.834 32.4156C-34.2348 32.5154 -34.563 32.7399 -34.7812 33.0982C-34.833 33.1805 -34.8745 33.2694 -34.9076 33.3563C-35.092 33.9011 -34.7923 34.3625 -34.215 34.4168C-33.9357 34.4417 -33.6633 34.3976 -33.4082 34.2779C-33.216 34.192 -33.0287 34.0845 -32.8415 33.9771C-32.7946 33.9502 -32.7478 33.9234 -32.7009 33.8968C-32.646 33.8667 -32.6033 33.8218 -32.5607 33.7768C-32.2859 33.5115 -32.277 33.2801 -32.5132 32.9807C-32.5286 32.9596 -32.5453 32.9386 -32.5624 32.9173C-32.5881 32.8853 -32.615 32.8519 -32.6393 32.8152C-32.7704 32.589 -32.9663 32.4658 -33.2094 32.4063C-33.4151 32.3559 -33.6261 32.3596 -33.834 32.4156ZM-25.0211 39.5753C-24.7945 39.5239 -24.5821 39.4492 -24.4018 39.3113C-24.1201 39.115 -24.0143 38.8439 -24.0659 38.5027C-24.2092 37.644 -25.1649 37.402 -25.7619 37.8021C-25.853 37.8669 -25.9337 37.9382 -26.0042 38.016C-26.1368 38.1696 -26.2675 38.3316 -26.3898 38.4917C-26.6751 38.8653 -26.5667 39.1848 -26.1685 39.4209C-25.789 39.6525 -25.4174 39.6564 -25.0211 39.5753ZM-23.7048 30.6998C-23.7197 30.0943 -23.3186 29.5709 -22.7312 29.4376C-22.4207 29.3672 -22.0788 29.3955 -21.8177 29.4951C-21.3684 29.6844 -21.1725 30.1164 -21.3406 30.5781C-21.4269 30.8183 -21.5789 31.0028 -21.7883 31.1297C-22.0673 31.2989 -22.3694 31.3674 -22.6926 31.3437C-22.9719 31.3188 -23.2357 31.2463 -23.4663 31.0869C-23.6022 30.9942 -23.7 30.8752 -23.7048 30.6998ZM-35.9764 23.1601C-36.1246 23.6702 -36.4756 23.9881 -36.9817 24.1294C-37.2903 24.2082 -37.5494 24.117 -37.7878 23.924C-37.9829 23.7653 -38.0896 23.5689 -38.1013 23.3245C-38.1315 22.6519 -37.4966 22.0314 -36.8251 22.0731C-36.2348 22.1069 -35.8153 22.6294 -35.9764 23.1601ZM-20.1583 34.6689C-20.6114 34.7717 -20.9065 35.2181 -20.8476 35.7077C-20.8001 36.1469 -20.4144 36.4829 -19.9588 36.4678C-19.5472 36.4538 -19.1765 36.2992 -18.8823 36.003C-18.797 35.913 -18.7277 35.7914 -18.6752 35.6736C-18.62 35.5287 -18.6507 35.3945 -18.7821 35.2831C-18.8581 35.221 -18.9329 35.1541 -19.0078 35.0873C-19.0827 35.0205 -19.1575 34.9536 -19.2335 34.8914C-19.5131 34.6725 -19.8272 34.6114 -20.1583 34.6689ZM-26.4538 27.8645C-26.6305 28.134 -26.8779 28.2872 -27.1884 28.3577C-27.5324 28.4357 -27.8923 28.3674 -28.1249 28.1995C-28.3903 28.0039 -28.478 27.6973 -28.3078 27.438C-28.1848 27.2425 -28.0309 27.0664 -27.8647 26.9051C-27.6623 26.7092 -27.3957 26.6399 -27.1222 26.6396C-26.8131 26.6401 -26.5566 26.7584 -26.4037 27.0413C-26.261 27.3178 -26.2835 27.6053 -26.4538 27.8645Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-6.25903 55.523C-5.91498 55.445 -5.63663 55.3112 -5.41486 55.0844C-5.31464 54.9823 -5.22208 54.8465 -5.16502 54.7101C-5.08589 54.5156 -5.17509 54.28 -5.38655 54.2044C-5.43427 54.1888 -5.48125 54.1377 -5.51793 54.093C-5.53957 54.0695 -5.55806 54.0434 -5.5761 54.0179C-5.59724 53.988 -5.61778 53.959 -5.64211 53.9359C-5.99046 53.6091 -6.69295 53.5478 -7.08447 53.8043C-7.43787 54.0345 -7.64166 54.6102 -7.50766 55.0033C-7.42879 55.2325 -7.26265 55.3801 -7.03896 55.4706C-6.77788 55.5701 -6.50238 55.5782 -6.25903 55.523ZM-7.81078 48.5424C-7.98004 48.9602 -8.32051 49.1698 -8.73817 49.2734C-8.96474 49.3248 -9.18602 49.3221 -9.4169 49.2774C-9.7722 49.1904 -9.99878 48.9329 -10.0374 48.5711C-10.0779 48.2009 -9.96686 47.8756 -9.75012 47.5882C-9.16463 46.8289 -8.16318 47.0782 -7.81508 47.8286C-7.7072 48.0689 -7.70767 48.2984 -7.81078 48.5424ZM-14.5054 46.17C-14.0961 46.0683 -13.7453 45.8652 -13.455 45.5522C-13.3354 45.4192 -13.2363 45.2732 -13.1889 45.0948C-13.1505 44.9537 -13.1438 44.8286 -13.2435 44.7013C-13.2699 44.6631 -13.2898 44.6147 -13.2994 44.5728C-13.4557 44.0435 -13.9544 43.7154 -14.5029 43.7869C-14.9824 43.8516 -15.3468 44.1108 -15.589 44.5187C-15.7489 44.7844 -15.8237 45.0749 -15.8154 45.3818C-15.8012 45.714 -15.6327 45.9493 -15.3349 46.0935C-15.0661 46.2266 -14.7888 46.2431 -14.5054 46.17ZM-28.1528 54.349C-27.8572 54.2908 -27.5369 54.1475 -27.2647 53.9093C-27.1893 53.8474 -27.1268 53.757 -27.069 53.6734C-27.0584 53.6581 -27.0479 53.643 -27.0377 53.6284C-26.971 53.5338 -26.9147 53.4328 -26.8583 53.3318C-26.5948 52.9014 -26.7216 52.4625 -27.1832 52.2584C-27.3901 52.1641 -27.6118 52.0821 -27.836 52.2212C-27.8595 52.2374 -27.8897 52.2384 -27.9213 52.2395C-27.941 52.2402 -27.9612 52.2408 -27.9806 52.2452C-28.544 52.3289 -28.9698 52.6284 -29.2863 53.0973C-29.4112 53.2845 -29.4697 53.4919 -29.4786 53.7233C-29.4942 54.0798 -29.2966 54.3262 -28.9516 54.4068C-28.6853 54.4522 -28.4446 54.4241 -28.1528 54.349ZM-20.3423 44.9768C-20.3967 44.9927 -20.4534 45.0093 -20.5128 45.027C-20.5196 45.0278 -20.5267 45.0287 -20.5341 45.0297C-20.5415 45.0307 -20.5493 45.0317 -20.5572 45.0328L-20.5601 45.0331L-20.5611 45.0333C-20.6427 45.0441 -20.7464 45.0578 -20.8413 45.0574C-21.2716 45.0668 -21.5943 44.8135 -21.6986 44.396C-21.7741 44.1043 -21.731 43.8298 -21.5859 43.5763C-21.3133 43.1085 -20.9088 42.8315 -20.3687 42.7618C-19.8098 42.6968 -19.3634 43.0279 -19.2227 43.6048C-19.0915 44.1398 -19.3565 44.6411 -19.8698 44.8282C-20.0186 44.882 -20.1695 44.9262 -20.3423 44.9768ZM-22.2787 51.1632C-21.9553 51.0722 -21.6317 50.8664 -21.3665 50.5592C-21.2404 50.4159 -21.1433 50.2615 -21.208 50.0556C-21.2167 50.0176 -21.2025 49.9693 -21.1892 49.924C-21.1849 49.9092 -21.1806 49.8947 -21.1773 49.8809C-21.1063 49.5736 -21.1993 49.3212 -21.4674 49.1526C-21.816 48.9405 -22.1811 48.9263 -22.5556 49.0642C-22.8249 49.1606 -23.0639 49.3119 -23.2643 49.5162C-23.5159 49.7674 -23.6391 50.0777 -23.6211 50.4266C-23.6108 50.7419 -23.4526 50.9707 -23.1651 51.1085C-22.9067 51.2351 -22.6312 51.2432 -22.2787 51.1632ZM-17.1239 58.8419C-17.168 58.8583 -17.2118 58.8747 -17.2549 58.8915C-17.6299 58.9501 -18.0042 58.9732 -18.3671 58.8526C-18.5374 58.803 -18.6882 58.7225 -18.669 58.4976C-18.6659 58.4851 -18.672 58.4669 -18.6781 58.4487C-18.6813 58.4395 -18.6843 58.4304 -18.6862 58.4221C-18.7934 58.1464 -18.7193 57.8913 -18.5498 57.6675C-18.2367 57.2612 -17.8207 57.0344 -17.3199 56.9473C-17.1333 56.9138 -16.9391 56.9138 -16.7502 56.968C-16.2124 57.1196 -15.9921 57.5814 -16.2197 58.0918C-16.3376 58.348 -16.509 58.5634 -16.7622 58.6914C-16.8784 58.7502 -17.0022 58.7964 -17.1239 58.8419ZM-23.3781 56.0453C-23.779 56.145 -24.1072 56.3695 -24.3254 56.7279C-24.3772 56.8102 -24.4187 56.899 -24.4518 56.986C-24.6362 57.5308 -24.3365 57.9922 -23.7592 58.0465C-23.4799 58.0714 -23.2075 58.0272 -22.9524 57.9076C-22.7602 57.8216 -22.5729 57.7142 -22.3857 57.6067C-22.3388 57.5799 -22.292 57.553 -22.2451 57.5265C-22.1902 57.4964 -22.1475 57.4514 -22.1049 57.4064C-21.8301 57.1412 -21.8212 56.9097 -22.0574 56.6103C-22.0728 56.5892 -22.0895 56.5683 -22.1066 56.547C-22.1323 56.515 -22.1592 56.4816 -22.1835 56.4448C-22.3146 56.2187 -22.5105 56.0955 -22.7536 56.0359C-22.9593 55.9855 -23.1703 55.9893 -23.3781 56.0453ZM-14.5652 63.205C-14.3387 63.1536 -14.1263 63.0789 -13.946 62.9409C-13.6642 62.7447 -13.5585 62.4736 -13.61 62.1323C-13.7534 61.2736 -14.709 61.0316 -15.306 61.4318C-15.3972 61.4966 -15.4779 61.5679 -15.5484 61.6456C-15.681 61.7992 -15.8117 61.9612 -15.934 62.1213C-16.2193 62.4949 -16.1109 62.8145 -15.7127 63.0506C-15.3332 63.2822 -14.9616 63.2861 -14.5652 63.205ZM-13.249 54.3294C-13.2639 53.724 -12.8627 53.2006 -12.2753 53.0673C-11.9649 52.9969 -11.623 53.0252 -11.3619 53.1248C-10.9126 53.314 -10.7167 53.7461 -10.8848 54.2077C-10.9711 54.4479 -11.1231 54.6324 -11.3324 54.7593C-11.6115 54.9285 -11.9136 54.9971 -12.2368 54.9734C-12.5161 54.9485 -12.7798 54.876 -13.0105 54.7165C-13.1464 54.6238 -13.2442 54.5048 -13.249 54.3294ZM-25.5206 46.7897C-25.6688 47.2998 -26.0198 47.6177 -26.5259 47.759C-26.8345 47.8379 -27.0936 47.7467 -27.332 47.5537C-27.5271 47.395 -27.6338 47.1986 -27.6455 46.9542C-27.6757 46.2816 -27.0408 45.661 -26.3693 45.7028C-25.779 45.7365 -25.3595 46.259 -25.5206 46.7897ZM-9.70245 58.2985C-10.1556 58.4013 -10.4507 58.8477 -10.3918 59.3373C-10.3443 59.7766 -9.95856 60.1126 -9.50302 60.0975C-9.09137 60.0835 -8.72069 59.9288 -8.4265 59.6326C-8.34114 59.5427 -8.27184 59.4211 -8.21933 59.3033C-8.16418 59.1584 -8.19489 59.0242 -8.32626 58.9128C-8.40227 58.8506 -8.47711 58.7838 -8.55197 58.717C-8.62685 58.6501 -8.70171 58.5833 -8.77771 58.5211C-9.05725 58.3022 -9.37135 58.2411 -9.70245 58.2985ZM-15.998 51.4942C-16.1747 51.7637 -16.4221 51.9169 -16.7326 51.9873C-17.0766 52.0654 -17.4365 51.997 -17.6691 51.8292C-17.9344 51.6335 -18.0222 51.3269 -17.8519 51.0677C-17.729 50.8722 -17.575 50.696 -17.4089 50.5348C-17.2065 50.3389 -16.9399 50.2696 -16.6664 50.2693C-16.3573 50.2697 -16.1008 50.388 -15.9478 50.671C-15.8052 50.9475 -15.8277 51.2349 -15.998 51.4942Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-55.4359 52.9374C-55.6295 53.2314 -55.7369 53.5202 -55.7389 53.8369C-55.74 53.9798 -55.7122 54.1415 -55.6583 54.2793C-55.58 54.4741 -55.3518 54.5823 -55.1469 54.4906C-55.1017 54.4689 -55.0322 54.4732 -54.9748 54.48C-54.9428 54.482 -54.9113 54.4881 -54.8806 54.494C-54.8446 54.5009 -54.8096 54.5076 -54.776 54.5074C-54.2976 54.5022 -53.749 54.0609 -53.6454 53.6055C-53.551 53.1954 -53.8048 52.6397 -54.1749 52.449C-54.3912 52.3383 -54.6136 52.3468 -54.8376 52.4362C-55.095 52.5449 -55.2991 52.7294 -55.4359 52.9374ZM-49.4607 56.8953C-49.6295 56.4772 -49.5301 56.0909 -49.3013 55.7276C-49.1739 55.534 -49.0125 55.383 -48.8151 55.2557C-48.4986 55.0728 -48.1563 55.1018 -47.8767 55.3358C-47.5899 55.5746 -47.4436 55.8857 -47.3997 56.2426C-47.2931 57.1944 -48.1879 57.7069 -48.9609 57.4067C-49.2058 57.3081 -49.3652 57.1424 -49.4607 56.8953ZM-42.9873 53.9783C-43.2113 54.3344 -43.3227 54.7232 -43.3141 55.1493C-43.3077 55.3279 -43.2774 55.5015 -43.1875 55.6629C-43.1169 55.7911 -43.0348 55.8858 -42.8743 55.9087C-42.8288 55.918 -42.7807 55.9391 -42.7446 55.9627C-42.2637 56.2361 -41.6762 56.1278 -41.3308 55.6972C-41.0304 55.3192 -40.9482 54.8806 -41.0576 54.4193C-41.1273 54.1173 -41.2756 53.8563 -41.4952 53.6409C-41.7365 53.4113 -42.0216 53.3582 -42.3365 53.4601C-42.6227 53.5499 -42.834 53.7297 -42.9873 53.9783ZM-38.8475 38.6527C-39.0199 38.8989 -39.151 39.2235 -39.1812 39.5833C-39.1926 39.68 -39.1746 39.7883 -39.1581 39.8886C-39.1551 39.9069 -39.1521 39.925 -39.1493 39.9426C-39.1315 40.0568 -39.1018 40.1686 -39.0721 40.2803C-38.9624 40.7726 -38.5657 41.0012 -38.0912 40.8293C-37.8766 40.7542 -37.6597 40.6601 -37.595 40.4049C-37.5894 40.377 -37.5683 40.3554 -37.5463 40.3328C-37.5326 40.3187 -37.5185 40.3043 -37.5076 40.2877C-37.1599 39.838 -37.0617 39.3279 -37.16 38.7713C-37.2002 38.5501 -37.3024 38.3602 -37.457 38.1873C-37.6939 37.9196 -38.0076 37.8786 -38.3122 38.059C-38.5357 38.2103 -38.6895 38.397 -38.8475 38.6527ZM-37.9523 50.8042C-37.9241 50.7551 -37.8949 50.704 -37.8644 50.6502C-37.8601 50.6449 -37.8556 50.6393 -37.8509 50.6335C-37.8463 50.6277 -37.8414 50.6216 -37.8364 50.6153L-37.8346 50.6131L-37.834 50.6123C-37.7827 50.5481 -37.7175 50.4666 -37.6489 50.4013C-37.3455 50.0971 -36.9368 50.0566 -36.5711 50.2854C-36.3137 50.4434 -36.1538 50.671 -36.0819 50.954C-35.9528 51.4794 -36.0513 51.9586 -36.392 52.3821C-36.7493 52.8152 -37.3013 52.8851 -37.8041 52.5666C-38.2709 52.2717 -38.4288 51.7274 -38.1892 51.2378C-38.1196 51.0962 -38.0416 50.9601 -37.9523 50.8042ZM-40.8621 45.0079C-41.0318 45.297 -41.1217 45.669 -41.099 46.0737C-41.0901 46.2641 -41.0526 46.4425 -40.8627 46.5461C-40.83 46.5675 -40.8066 46.612 -40.7847 46.654C-40.7775 46.6676 -40.7705 46.681 -40.7633 46.6932C-40.6006 46.9637 -40.3579 47.0813 -40.0475 47.0175C-39.6488 46.9295 -39.3759 46.6874 -39.2021 46.3292C-39.0752 46.0736 -39.0083 45.7994 -39.0061 45.5136C-38.9997 45.1588 -39.1268 44.85 -39.3825 44.611C-39.6094 44.3909 -39.8826 44.3354 -40.1855 44.4348C-40.4598 44.5222 -40.6639 44.7067 -40.8621 45.0079ZM-49.9187 43.0371C-49.8984 42.9948 -49.8782 42.9527 -49.8588 42.9108C-49.6294 42.6095 -49.3759 42.3341 -49.0305 42.1702C-48.8734 42.0883 -48.7088 42.0421 -48.566 42.2174C-48.5596 42.2285 -48.5425 42.2374 -48.5255 42.2463C-48.5168 42.2508 -48.5083 42.2552 -48.5011 42.2599C-48.232 42.3845 -48.1079 42.6195 -48.0743 42.8979C-48.0171 43.4072 -48.159 43.858 -48.4592 44.267C-48.5702 44.42 -48.7101 44.5542 -48.884 44.6457C-49.3768 44.9082 -49.8568 44.7276 -50.0481 44.2025C-50.1414 43.9364 -50.1678 43.6627 -50.0745 43.3955C-50.0317 43.2729 -49.9747 43.154 -49.9187 43.0371ZM-43.4673 40.7301C-43.248 40.3812 -43.1677 39.9925 -43.2599 39.5835C-43.2799 39.4884 -43.3118 39.3957 -43.3485 39.3102C-43.5947 38.7902 -44.1317 38.6648 -44.5854 39.0247C-44.8039 39.1998 -44.9694 39.4198 -45.0699 39.6823C-45.1485 39.8771 -45.2087 40.0839 -45.2688 40.2908C-45.2838 40.3425 -45.2989 40.3942 -45.3142 40.4457C-45.3328 40.5054 -45.3323 40.5673 -45.3317 40.6292C-45.345 41.0102 -45.1904 41.1832 -44.812 41.2357C-44.7861 41.2402 -44.7596 41.2438 -44.7324 41.2473C-44.6917 41.2526 -44.649 41.2581 -44.6059 41.2678C-44.3541 41.3401 -44.1273 41.2936 -43.9107 41.1685C-43.7274 41.0626 -43.5781 40.9141 -43.4673 40.7301ZM-54.7979 41.6613C-54.9253 41.8549 -55.0264 42.0555 -55.0603 42.2796C-55.1266 42.6157 -55.0142 42.8841 -54.7396 43.0944C-54.0388 43.6141 -53.182 43.1281 -53.0304 42.4271C-53.0098 42.3175 -53.0012 42.2103 -53.0046 42.1055C-53.0159 41.9032 -53.0345 41.6961 -53.0579 41.4963C-53.1123 41.0299 -53.4127 40.8745 -53.8639 40.9796C-54.2984 41.075 -54.5688 41.329 -54.7979 41.6613ZM-49.57 48.9667C-49.138 49.3928 -49.0628 50.0472 -49.3932 50.5492C-49.5678 50.8145 -49.8338 51.0304 -50.0912 51.139C-50.5465 51.3132 -50.9883 51.1372 -51.1885 50.6883C-51.2934 50.4556 -51.3123 50.2176 -51.2498 49.9815C-51.1665 49.6667 -50.9966 49.4085 -50.7473 49.2023C-50.5287 49.0272 -50.2883 48.8972 -50.0112 48.8527C-49.8488 48.8255 -49.6955 48.8437 -49.57 48.9667ZM-35.4835 45.9191C-35.7318 45.4491 -35.7001 44.9774 -35.4338 44.5258C-35.2664 44.2558 -35.0162 44.1424 -34.7103 44.1168C-34.4593 44.0962 -34.2458 44.164 -34.0672 44.332C-33.5775 44.7958 -33.603 45.6818 -34.1158 46.1158C-34.5645 46.4994 -35.2303 46.4129 -35.4835 45.9191ZM-54.8867 48.5576C-54.6319 48.1704 -54.7299 47.6447 -55.113 47.3327C-55.4529 47.0489 -55.9646 47.0734 -56.2822 47.3991C-56.569 47.6937 -56.7284 48.0613 -56.7342 48.478C-56.7331 48.6019 -56.6984 48.7374 -56.6543 48.8586C-56.5932 49.0011 -56.4777 49.0766 -56.3056 49.066C-56.2076 49.0583 -56.1071 49.0547 -56.0067 49.0512C-55.9062 49.0476 -55.8058 49.044 -55.7078 49.0363C-55.354 49.0009 -55.0853 48.8278 -54.8867 48.5576ZM-45.6169 49.1101C-45.6771 48.7938 -45.6055 48.5124 -45.4308 48.247C-45.2373 47.953 -44.9305 47.7536 -44.6462 47.7138C-44.3189 47.6714 -44.0423 47.8316 -43.9846 48.1361C-43.9371 48.362 -43.9254 48.5953 -43.9329 48.8263C-43.9424 49.1074 -44.0862 49.3415 -44.2831 49.5308C-44.506 49.7441 -44.7731 49.8361 -45.0802 49.7379C-45.3753 49.6373 -45.5591 49.4145 -45.6169 49.1101Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-30.3878 60.8396C-30.5602 61.0858 -30.6913 61.4104 -30.7215 61.7702C-30.7328 61.8669 -30.7149 61.9752 -30.6984 62.0755C-30.6954 62.0938 -30.6924 62.1119 -30.6896 62.1295C-30.6718 62.2437 -30.6421 62.3555 -30.6124 62.4672C-30.5027 62.9594 -30.106 63.1881 -29.6315 63.0162C-29.4169 62.9411 -29.2 62.847 -29.1353 62.5918C-29.1297 62.5639 -29.1086 62.5423 -29.0866 62.5197C-29.0729 62.5056 -29.0588 62.4912 -29.0479 62.4746C-28.7003 62.0249 -28.602 61.5148 -28.7002 60.9582C-28.7405 60.737 -28.8427 60.5471 -28.9973 60.3742C-29.2342 60.1065 -29.5479 60.0655 -29.8525 60.2459C-30.076 60.3972 -30.2298 60.5838 -30.3878 60.8396ZM-35.0076 62.917C-34.7882 62.5681 -34.708 62.1794 -34.8002 61.7704C-34.8202 61.6753 -34.8521 61.5826 -34.8887 61.4971C-35.135 60.9771 -35.672 60.8517 -36.1257 61.2115C-36.3442 61.3867 -36.5097 61.6067 -36.6102 61.8692C-36.6888 62.064 -36.749 62.2708 -36.8091 62.4777C-36.8241 62.5294 -36.8392 62.5811 -36.8545 62.6326C-36.8731 62.6923 -36.8726 62.7542 -36.872 62.8161C-36.8853 63.1971 -36.7307 63.3701 -36.3522 63.4226C-36.3264 63.4271 -36.2999 63.4307 -36.2726 63.4342C-36.2319 63.4395 -36.1893 63.445 -36.1462 63.4547C-35.8944 63.527 -35.6676 63.4804 -35.451 63.3553C-35.2677 63.2495 -35.1184 63.101 -35.0076 62.917Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-78.3372 28.2162C-78.6605 28.4862 -78.8866 28.8219 -79.0101 29.23C-79.0592 29.4018 -79.0841 29.5763 -79.0484 29.7574C-79.021 29.901 -78.9721 30.0164 -78.8264 30.0874C-78.786 30.1102 -78.7468 30.145 -78.7198 30.1786C-78.3468 30.5863 -77.7543 30.6637 -77.2926 30.36C-76.8899 30.0927 -76.6761 29.7006 -76.6376 29.2282C-76.6106 28.9195 -76.6709 28.6257 -76.8133 28.3533C-76.9719 28.0609 -77.2268 27.9229 -77.5578 27.9231C-77.858 27.9206 -78.1146 28.0269 -78.3372 28.2162ZM-72.5657 26.7425C-72.5237 26.7044 -72.48 26.6648 -72.4344 26.623C-72.4287 26.6193 -72.4227 26.6153 -72.4165 26.6112C-72.4102 26.6071 -72.4037 26.6028 -72.397 26.5984L-72.3946 26.5968L-72.3938 26.5963C-72.3251 26.5509 -72.2379 26.4934 -72.1525 26.4523C-71.7697 26.2561 -71.3683 26.343 -71.0912 26.673C-70.8952 26.9023 -70.8134 27.168 -70.8324 27.4592C-70.872 27.9987 -71.1139 28.4243 -71.5689 28.7226C-72.0428 29.0249 -72.5896 28.922 -72.9695 28.4646C-73.3224 28.0408 -73.3044 27.4744 -72.9251 27.0823C-72.815 26.9689 -72.6988 26.8634 -72.5657 26.7425ZM-68.7067 22.8532C-68.7976 22.3299 -68.6217 21.8909 -68.2288 21.543C-67.986 21.3375 -67.7129 21.3064 -67.4139 21.376C-67.1688 21.4335 -66.9866 21.5636 -66.8687 21.7782C-66.5461 22.3698 -66.8442 23.2048 -67.4663 23.4602C-68.0118 23.6874 -68.6185 23.4007 -68.7067 22.8532Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-67.6678 30.592C-67.9428 30.8122 -68.1343 31.0539 -68.234 31.3546C-68.2793 31.4902 -68.3028 31.6526 -68.2942 31.8002C-68.2799 32.0096 -68.0962 32.1826 -67.8729 32.1582C-67.8231 32.1515 -67.7584 32.1769 -67.7059 32.2011C-67.6761 32.2127 -67.648 32.2282 -67.6206 32.2432C-67.5884 32.2609 -67.5572 32.278 -67.5252 32.2882C-67.0685 32.4301 -66.41 32.1786 -66.1707 31.7772C-65.9541 31.416 -66.0238 30.8095 -66.317 30.5145C-66.4885 30.3428 -66.7028 30.2826 -66.9436 30.2989C-67.222 30.3232 -67.4733 30.4361 -67.6678 30.592ZM-63.2063 36.1916C-63.2376 35.7421 -63.0237 35.4051 -62.6937 35.1297C-62.5126 34.9846 -62.3124 34.8905 -62.0852 34.83C-61.7276 34.7532 -61.4108 34.8859 -61.2172 35.1944C-61.0181 35.5096 -60.9751 35.8505 -61.0437 36.2035C-61.2365 37.1417 -62.2462 37.3544 -62.8889 36.8315C-63.0914 36.6626 -63.1918 36.456 -63.2063 36.1916ZM-56.1456 35.404C-56.4689 35.674 -56.695 36.0097 -56.8186 36.4178C-56.8677 36.5896 -56.8926 36.764 -56.8569 36.9452C-56.8294 37.0888 -56.7805 37.2042 -56.6349 37.2752C-56.5944 37.298 -56.5552 37.3328 -56.5282 37.3663C-56.1552 37.7741 -55.5627 37.8514 -55.101 37.5478C-54.6983 37.2805 -54.4846 36.8884 -54.4461 36.416C-54.419 36.1073 -54.4794 35.8135 -54.6217 35.5411C-54.7803 35.2487 -55.0352 35.1107 -55.3663 35.1109C-55.6664 35.1084 -55.923 35.2146 -56.1456 35.404ZM-47.4695 22.0956C-47.7097 22.2769 -47.9347 22.5455 -48.0747 22.8784C-48.1153 22.9669 -48.1318 23.0755 -48.1471 23.1759C-48.1498 23.1943 -48.1526 23.2124 -48.1554 23.2301C-48.1738 23.3442 -48.1801 23.4596 -48.1863 23.575C-48.2342 24.077 -47.9274 24.4163 -47.4228 24.3984C-47.1954 24.3929 -46.96 24.3699 -46.8195 24.147C-46.8055 24.1222 -46.7788 24.1081 -46.7509 24.0934C-46.7335 24.0842 -46.7156 24.0748 -46.7001 24.0624C-46.2303 23.7413 -45.9791 23.2862 -45.9006 22.7265C-45.8705 22.5037 -45.909 22.2917 -46.0027 22.0797C-46.1453 21.7524 -46.4311 21.617 -46.7767 21.6951C-47.0361 21.7705 -47.2401 21.9008 -47.4695 22.0956ZM-50.3741 33.9303C-50.3321 33.8922 -50.2885 33.8526 -50.2428 33.8108C-50.2371 33.807 -50.2311 33.8031 -50.2249 33.799C-50.2186 33.7949 -50.2121 33.7906 -50.2054 33.7862L-50.203 33.7846L-50.2022 33.7841C-50.1336 33.7387 -50.0463 33.6812 -49.9609 33.6401C-49.5781 33.4439 -49.1768 33.5308 -48.8996 33.8608C-48.7036 34.0901 -48.6218 34.3558 -48.6408 34.647C-48.6804 35.1865 -48.9223 35.6121 -49.3773 35.9104C-49.8512 36.2127 -50.398 36.1098 -50.7779 35.6524C-51.1308 35.2286 -51.1128 34.6622 -50.7336 34.2701C-50.6235 34.1567 -50.5072 34.0512 -50.3741 33.9303ZM-51.3508 27.5229C-51.6016 27.7458 -51.8021 28.0721 -51.9056 28.464C-51.956 28.6479 -51.9755 28.8291 -51.8268 28.986C-51.8023 29.0164 -51.7938 29.0659 -51.7859 29.1126C-51.7833 29.1277 -51.7808 29.1426 -51.7777 29.1564C-51.7065 29.4637 -51.512 29.6501 -51.197 29.6847C-50.7904 29.7234 -50.4559 29.5768 -50.1798 29.2894C-49.9801 29.0853 -49.8317 28.845 -49.7412 28.5738C-49.6255 28.2382 -49.651 27.9054 -49.8204 27.5996C-49.9682 27.3205 -50.211 27.1838 -50.5299 27.1854C-50.8179 27.1843 -51.0691 27.2972 -51.3508 27.5229ZM-59.3581 22.8676C-59.3257 22.8336 -59.2935 22.7997 -59.2621 22.7658C-58.9508 22.5495 -58.6245 22.3654 -58.2452 22.3155C-58.0703 22.2859 -57.8994 22.2924 -57.8178 22.5031C-57.8151 22.5156 -57.8017 22.5293 -57.7882 22.543C-57.7813 22.5499 -57.7746 22.5567 -57.7691 22.5634C-57.5517 22.7646 -57.5063 23.0262 -57.5604 23.3014C-57.6634 23.8034 -57.9377 24.1887 -58.3497 24.4856C-58.5027 24.5971 -58.6773 24.6818 -58.8709 24.7155C-59.421 24.8139 -59.8219 24.4948 -59.8416 23.9365C-59.8481 23.6547 -59.7886 23.3862 -59.6172 23.1606C-59.5386 23.0571 -59.4476 22.9616 -59.3581 22.8676ZM-52.507 22.6535C-52.1905 22.3889 -51.994 22.0439 -51.9553 21.6265C-51.9449 21.5298 -51.9466 21.4319 -51.9551 21.3393C-52.0286 20.769 -52.5007 20.4848 -53.0436 20.6878C-53.3056 20.7873 -53.5311 20.9459 -53.7079 21.1647C-53.8429 21.3259 -53.9641 21.5042 -54.0852 21.6825C-54.1155 21.7271 -54.1458 21.7717 -54.1763 21.816C-54.2124 21.867 -54.2311 21.9261 -54.2497 21.9851C-54.3801 22.3435 -54.2865 22.5555 -53.9427 22.7217C-53.9195 22.7339 -53.8953 22.7455 -53.8705 22.7572C-53.8334 22.7747 -53.7946 22.793 -53.7566 22.8155C-53.5393 22.9616 -53.3091 22.9869 -53.0644 22.9344C-52.8573 22.89 -52.6693 22.7945 -52.507 22.6535ZM-63.575 20.0608C-63.7561 20.2058 -63.9143 20.3657 -64.0158 20.5684C-64.1828 20.8678 -64.1588 21.1576 -63.9626 21.442C-63.4565 22.1515 -62.491 21.9522 -62.1301 21.3319C-62.0767 21.2339 -62.0353 21.1346 -62.0061 21.0339C-61.9544 20.8379 -61.9081 20.6353 -61.8685 20.438C-61.7761 19.9776 -62.0139 19.7375 -62.4756 19.699C-62.9185 19.6563 -63.2544 19.8149 -63.575 20.0608ZM-60.8594 28.6155C-60.5801 29.1535 -60.7108 29.7991 -61.1803 30.1752C-61.4285 30.374 -61.7483 30.4977 -62.0267 30.522C-62.5138 30.5479 -62.8797 30.2449 -62.9314 29.7564C-62.9593 29.5028 -62.9037 29.2706 -62.7713 29.0651C-62.5947 28.7912 -62.3532 28.5978 -62.0523 28.4782C-61.7903 28.3787 -61.5213 28.3288 -61.2439 28.3716C-61.081 28.3956 -60.9408 28.4599 -60.8594 28.6155ZM-46.5152 30.041C-46.606 29.5177 -46.4301 29.0787 -46.0372 28.7308C-45.7944 28.5253 -45.5213 28.4942 -45.2223 28.5638C-44.9772 28.6213 -44.795 28.7514 -44.6771 28.966C-44.3545 29.5576 -44.6526 30.3926 -45.2747 30.648C-45.8202 30.8752 -46.4269 30.5885 -46.5152 30.041ZM-65.7914 26.594C-65.4292 26.3039 -65.3599 25.7737 -65.628 25.3592C-65.8636 24.985 -66.358 24.8511 -66.7609 25.0635C-67.1248 25.2556 -67.3901 25.5565 -67.5245 25.9511C-67.5617 26.0692 -67.5706 26.2088 -67.5661 26.3377C-67.552 26.492 -67.4654 26.5993 -67.2984 26.6421C-67.2028 26.6648 -67.1061 26.6923 -67.0094 26.7197C-66.9128 26.7472 -66.8161 26.7746 -66.7205 26.7973C-66.373 26.8722 -66.0638 26.7901 -65.7914 26.594ZM-57.1426 29.9656C-57.1021 29.6461 -56.947 29.4004 -56.6988 29.2016C-56.4238 28.9813 -56.0703 28.8858 -55.7875 28.9352C-55.4629 28.9954 -55.2494 29.2328 -55.2885 29.5401C-55.3132 29.7696 -55.3742 29.9951 -55.4528 30.2126C-55.5486 30.477 -55.7579 30.6557 -56.0036 30.7753C-56.2817 30.9097 -56.5643 30.9153 -56.8261 30.7276C-57.0758 30.5412 -57.1818 30.2729 -57.1426 29.9656Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.39931 57.3307C7.10062 57.1434 6.80888 57.0418 6.49112 57.0458C6.34776 57.0474 6.186 57.0781 6.0488 57.1344C5.85487 57.216 5.7507 57.4455 5.84662 57.6479C5.86925 57.6926 5.86621 57.7619 5.86049 57.8192C5.8591 57.8511 5.85364 57.8826 5.84831 57.9134C5.84207 57.9494 5.83597 57.9844 5.83679 58.0178C5.85117 58.4944 6.30447 59.0328 6.76335 59.1274C7.17661 59.2138 7.72925 58.9505 7.91347 58.5781C8.02032 58.3605 8.00757 58.1391 7.91357 57.9175C7.79962 57.6631 7.61057 57.4632 7.39931 57.3307ZM3.54294 63.3589C3.95915 63.1828 4.34863 63.2746 4.71747 63.4958C4.91417 63.6191 5.06873 63.777 5.20027 63.9713C5.38977 64.2832 5.36729 64.6249 5.1378 64.9079C4.90372 65.1982 4.59442 65.3498 4.2372 65.4002C3.28432 65.5243 2.75305 64.6423 3.03946 63.8665C3.13365 63.6206 3.29689 63.4587 3.54294 63.3589ZM6.59335 69.7542C6.2318 69.5376 5.83961 69.434 5.41223 69.4506C5.23322 69.4603 5.05959 69.4937 4.8994 69.5864C4.77217 69.6591 4.67868 69.7427 4.65881 69.9031C4.65039 69.9486 4.6301 69.9969 4.60712 70.0333C4.34206 70.5176 4.46188 71.1009 4.90054 71.437C5.28551 71.7292 5.72713 71.8029 6.18784 71.6852C6.48947 71.6101 6.74854 71.4575 6.96042 71.2346C7.18608 70.9899 7.23387 70.7047 7.12566 70.3929C7.03009 70.1094 6.84564 69.9022 6.59335 69.7542ZM22.048 73.5911C21.7976 73.4239 21.4695 73.2994 21.108 73.276C21.0107 73.2666 20.9024 73.2865 20.8021 73.3048C20.7838 73.3082 20.7657 73.3114 20.7481 73.3146C20.6338 73.3344 20.5223 73.3661 20.4108 73.3979C19.919 73.5164 19.6972 73.916 19.8787 74.3856C19.9582 74.598 20.0568 74.8123 20.314 74.872C20.3421 74.8771 20.3642 74.8977 20.3873 74.9192C20.4017 74.9326 20.4164 74.9464 20.4332 74.9569C20.8911 75.2948 21.4048 75.3832 21.9613 75.2748C22.1824 75.2305 22.371 75.1251 22.5415 74.9678C22.8055 74.7268 22.8407 74.4134 22.6539 74.1133C22.4978 73.8934 22.3076 73.7437 22.048 73.5911ZM9.87416 74.7114C9.92393 74.7385 9.97577 74.7668 10.0303 74.7961C10.0357 74.8003 10.0414 74.8047 10.0473 74.8092C10.0533 74.8138 10.0595 74.8185 10.0658 74.8234L10.0681 74.8251L10.0689 74.8257C10.1344 74.8756 10.2173 74.939 10.2842 75.0061C10.5952 75.3028 10.6436 75.7093 10.4211 76.0779C10.2675 76.3373 10.0422 76.501 9.75969 76.5779C9.23499 76.7164 8.75233 76.6272 8.32097 76.2957C7.87962 75.9478 7.79892 75.3992 8.10881 74.8922C8.39572 74.4216 8.93881 74.2539 9.43454 74.4835C9.57797 74.5503 9.71605 74.6254 9.87416 74.7114ZM15.6335 71.7031C15.3402 71.5395 14.9653 71.4569 14.5598 71.4872C14.3689 71.4996 14.1907 71.5403 14.0903 71.7315C14.0695 71.7645 14.0253 71.7886 13.9836 71.8112C13.9701 71.8186 13.9568 71.8259 13.9447 71.8333C13.6764 72.0005 13.5631 72.2445 13.633 72.5526C13.729 72.9482 13.9771 73.2156 14.3398 73.382C14.5986 73.5037 14.875 73.5652 15.1617 73.562C15.5178 73.5617 15.8252 73.4292 16.06 73.1699C16.2765 72.9398 16.327 72.6665 16.2215 72.3665C16.1286 72.0949 15.9395 71.895 15.6335 71.7031ZM17.4374 62.6421C17.4802 62.6616 17.5228 62.6809 17.5652 62.6994C17.8719 62.9223 18.153 63.1697 18.3241 63.5108C18.4093 63.6658 18.4588 63.829 18.2856 63.9745C18.2746 63.9811 18.266 63.9983 18.2574 64.0154C18.2531 64.0241 18.2488 64.0327 18.2442 64.04C18.1244 64.3104 17.891 64.4385 17.6123 64.4772C17.1025 64.5438 16.6475 64.4109 16.2315 64.1195C16.0758 64.0117 15.9385 63.8748 15.8434 63.7033C15.5706 63.2172 15.7425 62.7355 16.2657 62.535C16.5309 62.4371 16.8049 62.4056 17.0748 62.4936C17.1987 62.5339 17.319 62.5884 17.4374 62.6421ZM19.8754 69.0269C20.2297 69.2389 20.6211 69.3116 21.0296 69.212C21.1247 69.1903 21.217 69.1568 21.3021 69.1187C21.8191 68.8635 21.9346 68.3261 21.5649 67.8808C21.3851 67.6664 21.1612 67.5056 20.8959 67.4104C20.699 67.3357 20.4903 67.2797 20.2816 67.2236C20.2295 67.2096 20.1773 67.1956 20.1253 67.1813C20.0651 67.1639 20.003 67.1656 19.9409 67.1673C19.5584 67.1612 19.3879 67.3186 19.3424 67.6966C19.3383 67.7224 19.3353 67.749 19.3323 67.7761C19.3277 67.8168 19.323 67.8594 19.3141 67.9025C19.2464 68.1548 19.2975 68.3799 19.4271 68.5934C19.5368 68.774 19.6887 68.92 19.8754 69.0269ZM18.7242 57.7546C18.5275 57.6313 18.3243 57.5343 18.0989 57.5048C17.7605 57.445 17.4933 57.5621 17.2876 57.8396C16.7796 58.5477 17.2836 59.3923 17.9898 59.5301C18.1002 59.5486 18.2079 59.5551 18.3129 59.5498C18.5157 59.5347 18.7231 59.5123 18.9231 59.4853C19.39 59.4223 19.5401 59.12 19.4261 58.6724C19.322 58.2413 19.062 57.9766 18.7242 57.7546ZM11.4951 63.1009C11.076 63.5394 10.4209 63.6267 9.91098 63.3069C9.64145 63.1379 9.41978 62.8769 9.30583 62.6225C9.12242 62.172 9.29051 61.7286 9.73698 61.5207C9.96846 61.4117 10.2069 61.3885 10.4449 61.4463C10.7624 61.5233 11.0246 61.6878 11.2363 61.9324C11.4162 62.1468 11.5512 62.3839 11.6012 62.6592C11.6315 62.8205 11.6162 62.9736 11.4951 63.1009ZM14.8224 77.0795C15.2891 76.8233 15.7629 76.846 16.2211 77.1028C16.4952 77.2646 16.6138 77.5117 16.6453 77.8161C16.6707 78.0658 16.6068 78.2798 16.4417 78.4609C15.9857 78.9576 15.0964 78.9488 14.6512 78.446C14.2577 78.0061 14.3318 77.3411 14.8224 77.0795ZM11.8038 57.7957C12.1972 58.0423 12.7227 57.9348 13.0285 57.5472C13.3066 57.2032 13.2723 56.6938 12.9394 56.3834C12.6384 56.1032 12.2665 55.9513 11.8483 55.9533C11.7241 55.9567 11.5888 55.9939 11.4681 56.0401C11.3263 56.1037 11.2527 56.2202 11.2666 56.3915C11.2762 56.489 11.2817 56.589 11.2872 56.689C11.2927 56.7891 11.2982 56.8891 11.3079 56.9866C11.3502 57.3384 11.5289 57.6029 11.8038 57.7957ZM11.427 67.0426C11.7432 66.9766 12.0269 67.0427 12.2964 67.2117C12.5951 67.399 12.8011 67.701 12.8464 67.9835C12.8952 68.3089 12.7397 68.5874 12.4354 68.6507C12.2097 68.7022 11.9758 68.7182 11.7439 68.7151C11.4618 68.711 11.2241 68.5721 11.0305 68.3795C10.8123 68.1614 10.7148 67.897 10.8074 67.5891C10.9027 67.2932 11.1227 67.1058 11.427 67.0426Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.6516 49.7689C69.9956 49.6909 70.274 49.5571 70.4958 49.3303C70.596 49.2282 70.6885 49.0925 70.7456 48.956C70.8247 48.7616 70.7355 48.5259 70.524 48.4503C70.4763 48.4347 70.4294 48.3836 70.3927 48.339C70.3711 48.3155 70.3525 48.2893 70.3345 48.2638C70.3134 48.234 70.2928 48.2049 70.2685 48.1818C69.9201 47.855 69.2177 47.7938 68.8261 48.0502C68.4727 48.2804 68.269 48.8561 68.403 49.2493C68.4818 49.4784 68.648 49.626 68.8716 49.7165C69.1328 49.8161 69.4082 49.8242 69.6516 49.7689ZM68.0999 42.7883C67.9306 43.2061 67.5901 43.4158 67.1725 43.5193C66.9459 43.5707 66.7246 43.568 66.4937 43.5233C66.1384 43.4363 65.9118 43.1789 65.8733 42.817C65.8327 42.4468 65.9438 42.1216 66.1605 41.8341C66.746 41.0748 67.7474 41.3241 68.0955 42.0745C68.2034 42.3148 68.2029 42.5443 68.0999 42.7883ZM47.7578 48.595C48.0534 48.5367 48.3737 48.3934 48.6459 48.1552C48.7213 48.0934 48.7838 48.0029 48.8416 47.9193C48.8522 47.904 48.8627 47.889 48.8729 47.8743C48.9396 47.7797 48.9959 47.6787 49.0523 47.5777C49.3158 47.1473 49.189 46.7084 48.7274 46.5043C48.5205 46.41 48.2988 46.328 48.0746 46.4671C48.0511 46.4833 48.0209 46.4843 47.9893 46.4854C47.9696 46.4861 47.9494 46.4867 47.93 46.4911C47.3666 46.5748 46.9408 46.8744 46.6243 47.3432C46.4994 47.5304 46.4409 47.7378 46.432 47.9692C46.4164 48.3257 46.614 48.5721 46.959 48.6527C47.2253 48.6981 47.4661 48.67 47.7578 48.595ZM53.6319 45.4092C53.9553 45.3181 54.279 45.1123 54.5441 44.8051C54.6703 44.6618 54.7673 44.5074 54.7026 44.3015C54.6939 44.2635 54.7081 44.2153 54.7214 44.1699C54.7257 44.1551 54.73 44.1406 54.7333 44.1268C54.8043 43.8195 54.7113 43.5671 54.4432 43.3985C54.0946 43.1864 53.7295 43.1722 53.355 43.3101C53.0858 43.4065 52.8467 43.5578 52.6463 43.7621C52.3948 44.0133 52.2715 44.3236 52.2895 44.6725C52.2998 44.9878 52.458 45.2166 52.7455 45.3544C53.0039 45.481 53.2794 45.4891 53.6319 45.4092ZM58.7867 53.0878C58.7426 53.1042 58.6988 53.1206 58.6557 53.1374C58.2807 53.196 57.9065 53.2191 57.5435 53.0985C57.3733 53.0489 57.2224 52.9684 57.2416 52.7435C57.2447 52.731 57.2386 52.7128 57.2325 52.6946C57.2293 52.6855 57.2263 52.6764 57.2244 52.668C57.1172 52.3923 57.1913 52.1372 57.3608 51.9134C57.674 51.5071 58.0899 51.2803 58.5908 51.1932C58.7773 51.1597 58.9715 51.1597 59.1604 51.2139C59.6982 51.3655 59.9185 51.8273 59.6909 52.3377C59.573 52.5939 59.4016 52.8093 59.1484 52.9373C59.0322 52.9961 58.9084 53.0423 58.7867 53.0878ZM52.5325 50.2912C52.1316 50.391 51.8034 50.6154 51.5852 50.9738C51.5334 51.0561 51.4919 51.1449 51.4588 51.2319C51.2744 51.7767 51.5741 52.2381 52.1515 52.2924C52.4308 52.3173 52.7031 52.2731 52.9582 52.1535C53.1504 52.0675 53.3377 51.9601 53.525 51.8527C53.5718 51.8258 53.6186 51.7989 53.6655 51.7724C53.7204 51.7423 53.7631 51.6973 53.8058 51.6524C54.0805 51.3871 54.0894 51.1556 53.8533 50.8563C53.8378 50.8351 53.8211 50.8142 53.804 50.7929C53.7783 50.7609 53.7514 50.7275 53.7271 50.6907C53.596 50.4646 53.4001 50.3414 53.157 50.2818C52.9513 50.2314 52.7403 50.2352 52.5325 50.2912ZM61.3454 57.4509C61.5719 57.3995 61.7844 57.3248 61.9647 57.1869C62.2464 56.9906 62.3521 56.7195 62.3006 56.3782C62.1572 55.5196 61.2016 55.2775 60.6046 55.6777C60.5135 55.7425 60.4327 55.8138 60.3622 55.8915C60.2296 56.0452 60.0989 56.2072 59.9767 56.3673C59.6913 56.7408 59.7997 57.0604 60.1979 57.2965C60.5775 57.5281 60.9491 57.532 61.3454 57.4509ZM62.6616 48.5754C62.6468 47.9699 63.0479 47.4465 63.6353 47.3132C63.9457 47.2428 64.2876 47.2711 64.5487 47.3707C64.998 47.5599 65.1939 47.992 65.0258 48.4537C64.9395 48.6938 64.7875 48.8783 64.5782 49.0052C64.2991 49.1745 63.997 49.243 63.6738 49.2193C63.3945 49.1944 63.1308 49.1219 62.9001 48.9624C62.7642 48.8697 62.6664 48.7507 62.6616 48.5754ZM50.39 41.0356C50.2418 41.5457 49.8908 41.8636 49.3847 42.0049C49.0761 42.0838 48.817 41.9926 48.5787 41.7996C48.3835 41.6409 48.2769 41.4445 48.2651 41.2001C48.2349 40.5275 48.8698 39.907 49.5413 39.9487C50.1316 39.9824 50.5511 40.5049 50.39 41.0356ZM66.2082 52.5445C65.755 52.6473 65.4599 53.0937 65.5189 53.5832C65.5663 54.0225 65.9521 54.3585 66.4076 54.3434C66.8192 54.3294 67.1899 54.1747 67.4841 53.8786C67.5695 53.7886 67.6388 53.667 67.6913 53.5492C67.7464 53.4043 67.7157 53.2701 67.5844 53.1587C67.5083 53.0966 67.4335 53.0297 67.3586 52.9629C67.2838 52.896 67.2089 52.8292 67.1329 52.767C66.8534 52.5481 66.5392 52.487 66.2082 52.5445ZM59.9127 45.7401C59.736 46.0096 59.4885 46.1628 59.178 46.2332C58.834 46.3113 58.4741 46.2429 58.2415 46.0751C57.9762 45.8794 57.8884 45.5729 58.0587 45.3136C58.1817 45.1181 58.3356 44.942 58.5017 44.7807C58.7041 44.5848 58.9707 44.5155 59.2443 44.5152C59.5533 44.5157 59.8098 44.6339 59.9628 44.9169C60.1054 45.1934 60.0829 45.4809 59.9127 45.7401Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.1074 73.3986C80.4514 73.3205 80.7298 73.1868 80.9516 72.96C81.0518 72.8578 81.1443 72.7221 81.2014 72.5856C81.2805 72.3912 81.1913 72.1556 80.9799 72.08C80.9322 72.0644 80.8852 72.0132 80.8485 71.9686C80.8269 71.9451 80.8084 71.919 80.7903 71.8935C80.7692 71.8636 80.7486 71.8346 80.7243 71.8115C80.376 71.4846 79.6735 71.4234 79.282 71.6799C78.9286 71.9101 78.7248 72.4858 78.8588 72.8789C78.9377 73.1081 79.1038 73.2557 79.3275 73.3461C79.5886 73.4457 79.864 73.4538 80.1074 73.3986ZM78.5557 66.418C78.3864 66.8358 78.0459 67.0454 77.6283 67.149C77.4017 67.2004 77.1804 67.1977 76.9495 67.153C76.5942 67.066 76.3676 66.8085 76.3291 66.4467C76.2885 66.0764 76.3996 65.7512 76.6163 65.4638C77.2018 64.7045 78.2032 64.9537 78.5514 65.7042C78.6592 65.9445 78.6588 66.174 78.5557 66.418ZM71.8611 64.0455C72.2703 63.9439 72.6211 63.7407 72.9114 63.4278C73.0311 63.2948 73.1301 63.1488 73.1776 62.9703C73.2159 62.8293 73.2227 62.7042 73.1229 62.5768C73.0965 62.5387 73.0767 62.4903 73.067 62.4483C72.9108 61.9191 72.4121 61.591 71.8635 61.6625C71.384 61.7272 71.0196 61.9864 70.7774 62.3943C70.6175 62.66 70.5427 62.9505 70.5511 63.2574C70.5652 63.5895 70.7338 63.8248 71.0315 63.969C71.3003 64.1022 71.5777 64.1187 71.8611 64.0455ZM58.2137 72.2246C58.5093 72.1664 58.8296 72.0231 59.1017 71.7849C59.1772 71.723 59.2396 71.6326 59.2975 71.549C59.308 71.5337 59.3185 71.5186 59.3287 71.5039C59.3954 71.4094 59.4518 71.3084 59.5081 71.2074C59.7716 70.777 59.6448 70.3381 59.1833 70.1339C58.9763 70.0397 58.7546 69.9577 58.5304 70.0968C58.5069 70.1129 58.4767 70.114 58.4451 70.1151C58.4254 70.1157 58.4052 70.1163 58.3858 70.1207C57.8224 70.2045 57.3966 70.504 57.0801 70.9729C56.9552 71.1601 56.8967 71.3675 56.8878 71.5989C56.8722 71.9554 57.0698 72.2018 57.4148 72.2823C57.6812 72.3278 57.9219 72.2996 58.2137 72.2246ZM66.0241 62.8524C65.9697 62.8683 65.913 62.8849 65.8536 62.9026C65.8468 62.9034 65.8397 62.9043 65.8323 62.9053C65.8249 62.9063 65.8172 62.9073 65.8092 62.9083L65.8064 62.9087L65.8053 62.9089C65.7237 62.9197 65.62 62.9333 65.5251 62.933C65.0948 62.9424 64.7721 62.6891 64.6678 62.2716C64.5923 61.9799 64.6354 61.7054 64.7805 61.4519C65.0531 60.9841 65.4576 60.707 65.9977 60.6374C66.5566 60.5724 67.003 60.9035 67.1438 61.4804C67.2749 62.0154 67.0099 62.5167 66.4966 62.7037C66.3478 62.7576 66.197 62.8018 66.0241 62.8524ZM64.0877 69.0388C64.4111 68.9478 64.7348 68.742 64.9999 68.4348C65.1261 68.2914 65.2231 68.137 65.1584 67.9311C65.1497 67.8931 65.1639 67.8449 65.1772 67.7995C65.1815 67.7848 65.1858 67.7702 65.1891 67.7565C65.2601 67.4492 65.1671 67.1968 64.899 67.0282C64.5504 66.8161 64.1853 66.8019 63.8108 66.9398C63.5416 67.0362 63.3025 67.1875 63.1021 67.3918C62.8506 67.643 62.7274 67.9533 62.7453 68.3022C62.7556 68.6175 62.9138 68.8463 63.2013 68.984C63.4597 69.1107 63.7352 69.1188 64.0877 69.0388ZM69.2425 76.7175C69.1985 76.7339 69.1546 76.7503 69.1115 76.767C68.7365 76.8256 68.3623 76.8488 67.9993 76.7282C67.8291 76.6786 67.6783 76.5981 67.6974 76.3731C67.7005 76.3607 67.6944 76.3425 67.6883 76.3243C67.6852 76.3151 67.6821 76.306 67.6802 76.2976C67.573 76.0219 67.6471 75.7669 67.8166 75.5431C68.1298 75.1367 68.5457 74.91 69.0466 74.8228C69.2331 74.7893 69.4273 74.7894 69.6162 74.8436C70.154 74.9951 70.3743 75.4569 70.1468 75.9674C70.0288 76.2236 69.8574 76.439 69.6042 76.567C69.4881 76.6257 69.3643 76.672 69.2425 76.7175ZM62.9883 73.9208C62.5874 74.0206 62.2592 74.2451 62.041 74.6034C61.9892 74.6858 61.9477 74.7746 61.9146 74.8615C61.7303 75.4063 62.0299 75.8678 62.6073 75.9221C62.8866 75.947 63.1589 75.9028 63.414 75.7832C63.6062 75.6972 63.7935 75.5898 63.9808 75.4823C64.0276 75.4555 64.0744 75.4286 64.1213 75.4021C64.1762 75.372 64.2189 75.327 64.2616 75.282C64.5363 75.0167 64.5452 74.7853 64.3091 74.4859C64.2936 74.4648 64.2769 74.4439 64.2598 74.4225C64.2341 74.3906 64.2072 74.3572 64.183 74.3204C64.0518 74.0943 63.856 73.971 63.6129 73.9115C63.4071 73.8611 63.1961 73.8649 62.9883 73.9208ZM71.8012 81.0806C72.0277 81.0292 72.2402 80.9545 72.4205 80.8165C72.7022 80.6202 72.8079 80.3492 72.7564 80.0079C72.613 79.1492 71.6574 78.9072 71.0604 79.3074C70.9693 79.3722 70.8885 79.4434 70.818 79.5212C70.6854 79.6748 70.5547 79.8368 70.4325 79.9969C70.1472 80.3705 70.2555 80.69 70.6537 80.9262C71.0333 81.1577 71.4049 81.1617 71.8012 81.0806ZM73.1174 72.205C73.1026 71.5995 73.5037 71.0761 74.0911 70.9429C74.4016 70.8724 74.7434 70.9007 75.0045 71.0003C75.4538 71.1896 75.6497 71.6216 75.4816 72.0833C75.3953 72.3235 75.2433 72.508 75.034 72.6349C74.7549 72.8041 74.4528 72.8727 74.1296 72.8489C73.8503 72.8241 73.5866 72.7515 73.356 72.5921C73.22 72.4994 73.1222 72.3804 73.1174 72.205ZM60.8458 64.6653C60.6977 65.1754 60.3466 65.4933 59.8405 65.6346C59.532 65.7134 59.2728 65.6222 59.0345 65.4292C58.8393 65.2706 58.7326 65.0742 58.7209 64.8298C58.6907 64.1572 59.3256 63.5366 59.9971 63.5784C60.5874 63.6121 61.007 64.1346 60.8458 64.6653ZM76.664 76.1741C76.2108 76.2769 75.9157 76.7233 75.9747 77.2129C76.0221 77.6522 76.4079 77.9882 76.8634 77.9731C77.2751 77.9591 77.6458 77.8044 77.9399 77.5082C78.0253 77.4183 78.0946 77.2967 78.1471 77.1789C78.2022 77.034 78.1715 76.8998 78.0402 76.7884C77.9642 76.7262 77.8893 76.6594 77.8145 76.5925C77.7396 76.5257 77.6647 76.4588 77.5887 76.3967C77.3092 76.1777 76.9951 76.1166 76.664 76.1741ZM70.3685 69.3697C70.1918 69.6393 69.9443 69.7924 69.6339 69.8629C69.2898 69.941 68.9299 69.8726 68.6974 69.7048C68.432 69.5091 68.3442 69.2025 68.5145 68.9433C68.6375 68.7477 68.7914 68.5716 68.9576 68.4104C69.1599 68.2145 69.4265 68.1452 69.7001 68.1449C70.0091 68.1453 70.2656 68.2636 70.4186 68.5466C70.5612 68.823 70.5387 69.1105 70.3685 69.3697Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9305 70.813C30.737 71.107 30.6295 71.3958 30.6276 71.7125C30.6265 71.8553 30.6542 72.0171 30.7081 72.1549C30.7864 72.3497 31.0146 72.4579 31.2195 72.3662C31.2648 72.3445 31.3342 72.3488 31.3917 72.3556C31.4236 72.3576 31.4551 72.3637 31.4858 72.3696C31.5219 72.3765 31.5569 72.3832 31.5904 72.383C32.0688 72.3778 32.6175 71.9364 32.7211 71.481C32.8154 71.0709 32.5617 70.5152 32.1916 70.3246C31.9753 70.2139 31.7529 70.2224 31.5288 70.3118C31.2714 70.4205 31.0674 70.605 30.9305 70.813ZM36.9057 74.7709C36.7369 74.3528 36.8363 73.9665 37.0651 73.6032C37.1926 73.4096 37.3539 73.2586 37.5513 73.1312C37.8678 72.9484 38.2101 72.9773 38.4897 73.2114C38.7766 73.4502 38.9229 73.7613 38.9668 74.1182C39.0734 75.07 38.1785 75.5825 37.4055 75.2822C37.1606 75.1837 37.0013 75.018 36.9057 74.7709ZM43.3792 71.8539C43.1551 72.21 43.0437 72.5987 43.0524 73.0249C43.0587 73.2035 43.089 73.3771 43.179 73.5385C43.2495 73.6667 43.3317 73.7614 43.4921 73.7843C43.5377 73.7935 43.5857 73.8147 43.6218 73.8383C44.1027 74.1117 44.6902 74.0034 45.0356 73.5728C45.336 73.1948 45.4182 72.7562 45.3088 72.2949C45.2391 71.9929 45.0909 71.7318 44.8712 71.5164C44.6299 71.2869 44.3448 71.2338 44.03 71.3357C43.7437 71.4255 43.5324 71.6053 43.3792 71.8539ZM47.519 56.5282C47.3465 56.7745 47.2155 57.0991 47.1852 57.4589C47.1739 57.5556 47.1918 57.6639 47.2083 57.7641C47.2113 57.7824 47.2143 57.8006 47.2171 57.8182C47.2349 57.9324 47.2646 58.0441 47.2943 58.1559C47.404 58.6481 47.8008 58.8768 48.2752 58.7049C48.4899 58.6298 48.7067 58.5357 48.7714 58.2805C48.7771 58.2526 48.7981 58.231 48.8201 58.2084C48.8338 58.1943 48.848 58.1799 48.8589 58.1633C49.2065 57.7136 49.3047 57.2035 49.2065 56.6469C49.1662 56.4257 49.064 56.2358 48.9094 56.0629C48.6725 55.7952 48.3588 55.7542 48.0542 55.9346C47.8307 56.0859 47.6769 56.2725 47.519 56.5282ZM48.4141 68.6798C48.4423 68.6307 48.4716 68.5796 48.502 68.5257C48.5063 68.5205 48.5109 68.5149 48.5155 68.5091C48.5202 68.5032 48.525 68.4972 48.53 68.4909L48.5318 68.4887L48.5324 68.4879C48.5837 68.4236 48.6489 68.3421 48.7175 68.2768C49.021 67.9726 49.4297 67.9321 49.7953 68.1609C50.0527 68.319 50.2126 68.5466 50.2845 68.8295C50.4137 69.355 50.3151 69.8342 49.9744 70.2577C49.6171 70.6908 49.0651 70.7607 48.5623 70.4422C48.0956 70.1473 47.9376 69.603 48.1772 69.1134C48.2469 68.9718 48.3248 68.8356 48.4141 68.6798ZM45.5043 62.8835C45.3347 63.1726 45.2447 63.5446 45.2675 63.9492C45.2763 64.1397 45.3138 64.3181 45.5037 64.4217C45.5364 64.4431 45.5598 64.4876 45.5818 64.5295C45.5889 64.5431 45.596 64.5566 45.6031 64.5687C45.7658 64.8392 46.0085 64.9569 46.3189 64.8931C46.7176 64.805 46.9905 64.5629 47.1643 64.2047C47.2912 63.9492 47.3582 63.675 47.3604 63.3892C47.3668 63.0344 47.2396 62.7256 46.9839 62.4866C46.757 62.2665 46.4839 62.211 46.1809 62.3104C45.9066 62.3977 45.7025 62.5823 45.5043 62.8835ZM36.4478 60.9127C36.4681 60.8704 36.4883 60.8283 36.5077 60.7864C36.737 60.485 36.9905 60.2097 37.3359 60.0458C37.493 59.9639 37.6577 59.9177 37.8004 60.093C37.8068 60.1041 37.8239 60.113 37.8409 60.1219C37.8496 60.1263 37.8582 60.1308 37.8654 60.1355C38.1344 60.2601 38.2585 60.4951 38.2921 60.7735C38.3493 61.2827 38.2074 61.7336 37.9073 62.1425C37.7962 62.2956 37.6563 62.4298 37.4825 62.5213C36.9897 62.7837 36.5096 62.6032 36.3183 62.0781C36.225 61.812 36.1986 61.5383 36.2919 61.2711C36.3347 61.1485 36.3917 61.0296 36.4478 60.9127ZM42.8991 58.6057C43.1185 58.2567 43.1987 57.8681 43.1065 57.4591C43.0865 57.364 43.0546 57.2713 43.018 57.1858C42.7717 56.6658 42.2347 56.5404 41.7811 56.9002C41.5625 57.0753 41.397 57.2954 41.2965 57.5579C41.2179 57.7527 41.1578 57.9595 41.0976 58.1664C41.0826 58.2181 41.0675 58.2698 41.0522 58.3213C41.0336 58.381 41.0342 58.4429 41.0347 58.5048C41.0214 58.8858 41.176 59.0587 41.5545 59.1113C41.5803 59.1158 41.6069 59.1194 41.6341 59.1229C41.6748 59.1282 41.7174 59.1337 41.7605 59.1434C42.0123 59.2157 42.2392 59.1691 42.4557 59.044C42.639 58.9382 42.7884 58.7897 42.8991 58.6057ZM31.5685 59.5369C31.4411 59.7305 31.34 59.9311 31.3062 60.1552C31.2398 60.4913 31.3522 60.7597 31.6268 60.97C32.3276 61.4897 33.1844 61.0037 33.336 60.3027C33.3566 60.1931 33.3652 60.0858 33.3619 59.9811C33.3505 59.7788 33.3319 59.5717 33.3086 59.3718C33.2542 58.9055 32.9537 58.7501 32.5025 58.8551C32.068 58.9506 31.7976 59.2046 31.5685 59.5369ZM36.7964 66.8423C37.2284 67.2684 37.3036 67.9227 36.9733 68.4247C36.7986 68.6901 36.5326 68.9059 36.2752 69.0146C35.8199 69.1887 35.3781 69.0128 35.178 68.5639C35.073 68.3312 35.0542 68.0932 35.1166 67.8571C35.1999 67.5423 35.3698 67.2841 35.6192 67.0779C35.8377 66.9027 36.0781 66.7728 36.3552 66.7283C36.5176 66.7011 36.6709 66.7192 36.7964 66.8423ZM50.8829 63.7947C50.6347 63.3247 50.6664 62.853 50.9326 62.4014C51.1 62.1313 51.3502 62.018 51.6562 61.9923C51.9071 61.9718 52.1207 62.0396 52.2992 62.2076C52.789 62.6714 52.7634 63.5574 52.2506 63.9914C51.8019 64.375 51.1361 64.2885 50.8829 63.7947ZM31.4797 66.4332C31.7346 66.0459 31.6366 65.5203 31.2534 65.2082C30.9136 64.9245 30.4018 64.949 30.0842 65.2747C29.7974 65.5692 29.638 65.9369 29.6322 66.3536C29.6333 66.4774 29.668 66.613 29.7122 66.7341C29.7732 66.8766 29.8887 66.9522 30.0609 66.9416C30.1589 66.9339 30.2593 66.9303 30.3598 66.9268C30.4602 66.9232 30.5606 66.9196 30.6587 66.9119C31.0124 66.8765 31.2812 66.7034 31.4797 66.4332ZM40.7495 66.9857C40.6893 66.6693 40.7609 66.3879 40.9356 66.1226C41.1291 65.8286 41.4359 65.6291 41.7202 65.5894C42.0475 65.5469 42.3241 65.7072 42.3819 66.0117C42.4293 66.2376 42.441 66.4709 42.4335 66.7019C42.424 66.9829 42.2802 67.2171 42.0834 67.4064C41.8604 67.6196 41.5933 67.7117 41.2863 67.6135C40.9911 67.5129 40.8073 67.2901 40.7495 66.9857Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9786 78.7151C55.8062 78.9614 55.6752 79.286 55.6449 79.6458C55.6336 79.7425 55.6515 79.8508 55.668 79.951C55.6711 79.9693 55.674 79.9875 55.6768 80.0051C55.6946 80.1193 55.7243 80.231 55.754 80.3428C55.8637 80.835 56.2604 81.0637 56.7349 80.8918C56.9496 80.8167 57.1664 80.7226 57.2311 80.4674C57.2368 80.4395 57.2578 80.4179 57.2798 80.3953C57.2935 80.3811 57.3076 80.3668 57.3185 80.3502C57.6662 79.9005 57.7645 79.3904 57.6662 78.8338C57.6259 78.6126 57.5237 78.4227 57.3691 78.2498C57.1323 77.9821 56.8185 77.9411 56.5139 78.1215C56.2904 78.2728 56.1366 78.4594 55.9786 78.7151ZM51.3588 80.7926C51.5782 80.4436 51.6584 80.055 51.5662 79.646C51.5462 79.5509 51.5143 79.4582 51.4777 79.3727C51.2314 78.8527 50.6944 78.7273 50.2408 79.0871C50.0222 79.2622 49.8568 79.4823 49.7563 79.7448C49.6776 79.9396 49.6175 80.1464 49.5573 80.3533C49.5423 80.405 49.5273 80.4567 49.5119 80.5082C49.4933 80.5678 49.4939 80.6297 49.4944 80.6917C49.4811 81.0727 49.6357 81.2456 50.0142 81.2982C50.04 81.3027 50.0666 81.3063 50.0938 81.3098C50.1345 81.3151 50.1771 81.3206 50.2202 81.3303C50.472 81.4026 50.6989 81.356 50.9154 81.2309C51.0987 81.1251 51.248 80.9766 51.3588 80.7926Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.02921 46.0918C7.70595 46.3618 7.47984 46.6975 7.35629 47.1055C7.30717 47.2773 7.2823 47.4518 7.31799 47.633C7.34547 47.7766 7.39436 47.8919 7.53998 47.9629C7.58044 47.9857 7.61961 48.0206 7.64665 48.0541C8.01968 48.4618 8.61209 48.5392 9.07384 48.2356C9.4765 47.9682 9.69026 47.5762 9.72878 47.1038C9.75583 46.7951 9.69547 46.5013 9.5531 46.2289C9.3945 45.9365 9.13962 45.7984 8.80858 45.7987C8.50847 45.7962 8.25185 45.9024 8.02921 46.0918ZM13.8008 44.6181C13.8427 44.58 13.8864 44.5404 13.932 44.4985C13.9378 44.4948 13.9438 44.4909 13.95 44.4868C13.9562 44.4827 13.9627 44.4784 13.9694 44.474L13.9718 44.4724L13.9726 44.4718C14.0413 44.4265 14.1285 44.369 14.214 44.3279C14.5967 44.1317 14.9981 44.2186 15.2753 44.5485C15.4713 44.7779 15.5531 45.0436 15.534 45.3348C15.4944 45.8743 15.2525 46.2999 14.7975 46.5982C14.3236 46.9005 13.7769 46.7975 13.3969 46.3402C13.044 45.9164 13.062 45.35 13.4413 44.9579C13.5514 44.8445 13.6676 44.7389 13.8008 44.6181ZM17.6597 40.7288C17.5688 40.2054 17.7447 39.7665 18.1377 39.4186C18.3804 39.2131 18.6535 39.182 18.9525 39.2516C19.1977 39.3091 19.3799 39.4392 19.4978 39.6538C19.8204 40.2454 19.5222 41.0804 18.9001 41.3358C18.3547 41.563 17.748 41.2762 17.6597 40.7288Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6987 48.4675C18.4236 48.6878 18.2322 48.9295 18.1324 49.2302C18.0872 49.3658 18.0636 49.5282 18.0723 49.6758C18.0865 49.8851 18.2702 50.0581 18.4935 50.0338C18.5433 50.0271 18.608 50.0525 18.6606 50.0766C18.6903 50.0883 18.7185 50.1038 18.7459 50.1188C18.778 50.1364 18.8092 50.1536 18.8412 50.1637C19.298 50.3057 19.9564 50.0542 20.1957 49.6528C20.4123 49.2916 20.3426 48.6851 20.0495 48.39C19.8779 48.2184 19.6637 48.1582 19.4228 48.1744C19.1444 48.1988 18.8932 48.3117 18.6987 48.4675ZM23.1602 54.0672C23.1288 53.6176 23.3428 53.2806 23.6728 53.0053C23.8539 52.8602 24.054 52.7661 24.2812 52.7056C24.6389 52.6288 24.9556 52.7614 25.1493 53.07C25.3483 53.3852 25.3914 53.726 25.3228 54.079C25.13 55.0173 24.1202 55.23 23.4776 54.7071C23.275 54.5382 23.1747 54.3316 23.1602 54.0672ZM30.2208 53.2796C29.8975 53.5496 29.6714 53.8853 29.5479 54.2933C29.4987 54.4651 29.4739 54.6396 29.5096 54.8208C29.537 54.9643 29.5859 55.0797 29.7316 55.1507C29.772 55.1735 29.8112 55.2084 29.8382 55.2419C30.2113 55.6496 30.8037 55.727 31.2654 55.4234C31.6681 55.156 31.8819 54.764 31.9204 54.2916C31.9474 53.9829 31.8871 53.6891 31.7447 53.4167C31.5861 53.1243 31.3312 52.9862 31.0002 52.9865C30.7001 52.984 30.4435 53.0902 30.2208 53.2796ZM38.8969 39.9711C38.6568 40.1525 38.4317 40.4211 38.2917 40.754C38.2511 40.8425 38.2346 40.9511 38.2194 41.0515C38.2166 41.0699 38.2138 41.088 38.211 41.1057C38.1927 41.2197 38.1864 41.3352 38.1801 41.4506C38.1323 41.9525 38.4391 42.2918 38.9436 42.274C39.1711 42.2685 39.4065 42.2455 39.5469 42.0226C39.5609 41.9978 39.5876 41.9837 39.6156 41.9689C39.633 41.9597 39.6508 41.9504 39.6663 41.938C40.1361 41.6169 40.3873 41.1618 40.4659 40.6021C40.4959 40.3793 40.4574 40.1673 40.3637 39.9553C40.2211 39.628 39.9353 39.4926 39.5898 39.5707C39.3303 39.6461 39.1263 39.7764 38.8969 39.9711ZM35.9923 51.8059C36.0343 51.7678 36.078 51.7282 36.1236 51.6863C36.1293 51.6826 36.1353 51.6787 36.1415 51.6746C36.1478 51.6705 36.1543 51.6662 36.161 51.6618L36.1634 51.6602L36.1642 51.6596C36.2329 51.6143 36.3201 51.5568 36.4055 51.5157C36.7883 51.3195 37.1897 51.4064 37.4668 51.7364C37.6629 51.9657 37.7447 52.2313 37.7256 52.5226C37.686 53.0621 37.4441 53.4877 36.9891 53.786C36.5152 54.0883 35.9684 53.9853 35.5885 53.528C35.2356 53.1042 35.2536 52.5378 35.6329 52.1457C35.743 52.0323 35.8592 51.9267 35.9923 51.8059ZM35.0156 45.3984C34.7649 45.6214 34.5643 45.9477 34.4609 46.3396C34.4104 46.5235 34.391 46.7047 34.5396 46.8616C34.5641 46.892 34.5726 46.9415 34.5805 46.9881C34.5831 47.0033 34.5857 47.0182 34.5887 47.032C34.6599 47.3393 34.8544 47.5257 35.1694 47.5603C35.576 47.5989 35.9105 47.4524 36.1866 47.165C36.3863 46.9609 36.5348 46.7206 36.6252 46.4494C36.741 46.1138 36.7155 45.781 36.546 45.4752C36.3983 45.1961 36.1555 45.0594 35.8365 45.061C35.5486 45.0599 35.2973 45.1728 35.0156 45.3984ZM27.0083 40.7432C27.0407 40.7091 27.0729 40.6753 27.1043 40.6414C27.4157 40.4251 27.742 40.241 28.1213 40.1911C28.2961 40.1614 28.467 40.168 28.5486 40.3786C28.5513 40.3912 28.5648 40.4049 28.5783 40.4186C28.5851 40.4254 28.5919 40.4323 28.5973 40.439C28.8147 40.6402 28.8602 40.9018 28.8061 41.177C28.7031 41.679 28.4287 42.0643 28.0167 42.3612C27.8638 42.4727 27.6891 42.5574 27.4955 42.5911C26.9455 42.6894 26.5446 42.3703 26.5249 41.8121C26.5184 41.5303 26.5779 41.2618 26.7492 41.0362C26.8279 40.9327 26.9188 40.8371 27.0083 40.7432ZM33.8594 40.5291C34.1759 40.2645 34.3724 39.9194 34.4111 39.502C34.4215 39.4054 34.4198 39.3074 34.4114 39.2149C34.3378 38.6446 33.8657 38.3604 33.3228 38.5634C33.0608 38.6629 32.8353 38.8214 32.6585 39.0403C32.5235 39.2015 32.4024 39.3798 32.2812 39.5581C32.2509 39.6027 32.2206 39.6472 32.1901 39.6916C32.154 39.7426 32.1354 39.8016 32.1167 39.8607C31.9863 40.2191 32.08 40.4311 32.4238 40.5972C32.4469 40.6095 32.4711 40.621 32.4959 40.6327C32.533 40.6503 32.5719 40.6686 32.6098 40.6911C32.8271 40.8372 33.0573 40.8625 33.302 40.81C33.5091 40.7655 33.6971 40.6701 33.8594 40.5291ZM22.7914 37.9363C22.6103 38.0814 22.4521 38.2412 22.3506 38.444C22.1836 38.7433 22.2076 39.0332 22.4039 39.3176C22.91 40.0271 23.8754 39.8278 24.2363 39.2075C24.2897 39.1095 24.3311 39.0102 24.3603 38.9095C24.412 38.7135 24.4583 38.5108 24.4979 38.3135C24.5903 37.8532 24.3525 37.6131 23.8908 37.5745C23.4479 37.5319 23.1121 37.6905 22.7914 37.9363ZM25.507 46.4911C25.7863 47.029 25.6557 47.6747 25.1861 48.0508C24.9379 48.2496 24.6181 48.3733 24.3397 48.3976C23.8526 48.4235 23.4867 48.1204 23.435 47.632C23.4071 47.3784 23.4627 47.1462 23.5952 46.9407C23.7717 46.6668 24.0132 46.4734 24.3142 46.3537C24.5762 46.2542 24.8451 46.2044 25.1225 46.2471C25.2854 46.2712 25.4257 46.3355 25.507 46.4911ZM39.8513 47.9166C39.7604 47.3932 39.9363 46.9543 40.3293 46.6064C40.572 46.4009 40.8451 46.3698 41.1441 46.4394C41.3893 46.4969 41.5714 46.627 41.6893 46.8416C42.0119 47.4332 41.7138 48.2681 41.0917 48.5236C40.5462 48.7508 39.9396 48.464 39.8513 47.9166ZM20.5751 44.4696C20.9373 44.1794 21.0065 43.6493 20.7384 43.2348C20.5028 42.8605 20.0084 42.7267 19.6055 42.939C19.2416 43.1312 18.9763 43.432 18.8419 43.8267C18.8047 43.9448 18.7958 44.0844 18.8004 44.2132C18.8144 44.3675 18.901 44.4748 19.068 44.5177C19.1637 44.5404 19.2603 44.5679 19.357 44.5953C19.4536 44.6227 19.5503 44.6502 19.646 44.6729C19.9934 44.7478 20.3027 44.6657 20.5751 44.4696ZM29.2238 47.8411C29.2643 47.5217 29.4194 47.276 29.6676 47.0772C29.9426 46.8569 30.2961 46.7614 30.5789 46.8108C30.9035 46.871 31.1171 47.1083 31.0779 47.4157C31.0532 47.6452 30.9922 47.8707 30.9137 48.0882C30.8178 48.3526 30.6086 48.5313 30.3628 48.6509C30.0847 48.7853 29.8022 48.7909 29.5403 48.6032C29.2907 48.4168 29.1846 48.1485 29.2238 47.8411Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-9.73683 19.7632C-10.0355 19.5759 -10.3273 19.4743 -10.645 19.4783C-10.7884 19.4798 -10.9501 19.5106 -11.0873 19.5668C-11.2812 19.6485 -11.3854 19.8779 -11.2895 20.0804C-11.2669 20.1251 -11.2699 20.1943 -11.2757 20.2517C-11.277 20.2836 -11.2825 20.3151 -11.2878 20.3458C-11.2941 20.3818 -11.3002 20.4168 -11.2993 20.4503C-11.285 20.9269 -10.8316 21.4652 -10.3728 21.5599C-9.95953 21.6462 -9.40689 21.3829 -9.22267 21.0106C-9.11581 20.793 -9.12856 20.5715 -9.22256 20.35C-9.33652 20.0955 -9.52557 19.8957 -9.73683 19.7632ZM-13.5932 25.7913C-13.177 25.6153 -12.7875 25.7071 -12.4187 25.9282C-12.222 26.0515 -12.0674 26.2094 -11.9359 26.4037C-11.7464 26.7157 -11.7688 27.0573 -11.9983 27.3403C-12.2324 27.6306 -12.5417 27.7822 -12.8989 27.8327C-13.8518 27.9568 -14.3831 27.0748 -14.0967 26.2989C-14.0025 26.0531 -13.8392 25.8912 -13.5932 25.7913ZM-10.5428 32.1866C-10.9043 31.9701 -11.2965 31.8664 -11.7239 31.883C-11.9029 31.8927 -12.0766 31.9262 -12.2367 32.0188C-12.364 32.0915 -12.4575 32.1752 -12.4773 32.3355C-12.4857 32.3811 -12.506 32.4293 -12.529 32.4657C-12.7941 32.95 -12.6743 33.5334 -12.2356 33.8694C-11.8506 34.1617 -11.409 34.2353 -10.9483 34.1176C-10.6467 34.0425 -10.3876 33.8899 -10.1757 33.667C-9.95004 33.4223 -9.90227 33.1372 -10.0105 32.8254C-10.106 32.5418 -10.2905 32.3347 -10.5428 32.1866ZM4.91185 36.0235C4.66147 35.8563 4.33331 35.7319 3.97183 35.7085C3.87459 35.699 3.76624 35.7189 3.66599 35.7372C3.64769 35.7406 3.62958 35.7439 3.61192 35.747C3.4977 35.7669 3.38615 35.7986 3.27463 35.8303C2.78288 35.9488 2.56111 36.3484 2.74261 36.818C2.82204 37.0305 2.92065 37.2447 3.17787 37.3044C3.20596 37.3095 3.22806 37.3301 3.25119 37.3516C3.26561 37.365 3.28027 37.3788 3.2971 37.3894C3.75493 37.7273 4.26863 37.8156 4.82516 37.7072C5.04631 37.663 5.23486 37.5576 5.40538 37.4002C5.66939 37.1592 5.70451 36.8458 5.51772 36.5457C5.36162 36.3259 5.17142 36.1761 4.91185 36.0235ZM-7.26198 37.1438C-7.2122 37.171 -7.16037 37.1992 -7.10579 37.2286C-7.1004 37.2328 -7.09474 37.2371 -7.08884 37.2416C-7.08287 37.2462 -7.07668 37.2509 -7.07031 37.2558L-7.06805 37.2575L-7.06721 37.2581C-7.00179 37.308 -6.91879 37.3715 -6.85194 37.4386C-6.54095 37.7352 -6.49251 38.1417 -6.71506 38.5104C-6.86867 38.7698 -7.09398 38.9334 -7.37645 39.0104C-7.90115 39.1489 -8.38379 39.0597 -8.81517 38.7282C-9.2565 38.3803 -9.33722 37.8316 -9.02733 37.3246C-8.74042 36.854 -8.19733 36.6864 -7.7016 36.9159C-7.55817 36.9827 -7.42009 37.0578 -7.26198 37.1438ZM-1.50259 34.1356C-1.7959 33.972 -2.17082 33.8893 -2.57635 33.9196C-2.76724 33.932 -2.94547 33.9727 -3.04581 34.1639C-3.06664 34.1969 -3.11084 34.221 -3.1525 34.2437C-3.16602 34.2511 -3.17937 34.2583 -3.19144 34.2657C-3.4597 34.4329 -3.57304 34.6769 -3.50316 34.985C-3.40717 35.3806 -3.15904 35.648 -2.79636 35.8145C-2.53757 35.9361 -2.26117 35.9976 -1.97446 35.9945C-1.61835 35.9942 -1.31097 35.8617 -1.07611 35.6024C-0.859634 35.3722 -0.809158 35.0989 -0.914688 34.799C-1.00757 34.5273 -1.19662 34.3274 -1.50259 34.1356ZM0.301224 25.0746C0.344055 25.094 0.386688 25.1133 0.429062 25.1319C0.735809 25.3547 1.01688 25.6021 1.18797 25.9432C1.27313 26.0982 1.32268 26.2614 1.14948 26.4069C1.13847 26.4135 1.12985 26.4307 1.12126 26.4479C1.11699 26.4566 1.1127 26.4652 1.10809 26.4725C0.988235 26.7429 0.754822 26.871 0.476166 26.9097C-0.0336151 26.9762 -0.488647 26.8433 -0.904678 26.5519C-1.06035 26.4442 -1.19762 26.3072 -1.29276 26.1358C-1.56549 25.6497 -1.3936 25.1679 -0.870453 24.9675C-0.60524 24.8695 -0.331192 24.8381 -0.0612946 24.926C0.0625153 24.9664 0.182877 25.0209 0.301224 25.0746ZM2.73924 31.4594C3.09352 31.6714 3.48492 31.744 3.89349 31.6445C3.98856 31.6228 4.0809 31.5892 4.16599 31.5511C4.68298 31.2959 4.79851 30.7585 4.4288 30.3133C4.24895 30.0988 4.02502 29.9381 3.75974 29.8429C3.56284 29.7682 3.35416 29.7121 3.14549 29.6561C3.09332 29.6421 3.04115 29.6281 2.98917 29.6138C2.92899 29.5963 2.86688 29.5981 2.80479 29.5998C2.42224 29.5937 2.25172 29.751 2.20627 30.1291C2.20218 30.1549 2.19914 30.1814 2.19612 30.2086C2.1916 30.2493 2.18689 30.2918 2.17798 30.3349C2.11024 30.5872 2.16132 30.8124 2.29097 31.0258C2.40068 31.2064 2.55254 31.3524 2.73924 31.4594ZM1.5881 20.187C1.3914 20.0637 1.1882 19.9668 0.962799 19.9372C0.624313 19.8774 0.357208 19.9945 0.151474 20.2721C-0.356506 20.9801 0.147507 21.8247 0.853638 21.9626C0.964035 21.981 1.07175 21.9876 1.17677 21.9823C1.37955 21.9671 1.58691 21.9447 1.787 21.9177C2.25385 21.8547 2.40399 21.5525 2.28996 21.1049C2.1859 20.6737 1.92589 20.409 1.5881 20.187ZM-5.64099 25.5334C-6.06017 25.9718 -6.71521 26.0591 -7.22514 25.7393C-7.49469 25.5703 -7.71635 25.3093 -7.83031 25.0549C-8.01372 24.6045 -7.84563 24.161 -7.39915 23.9531C-7.16766 23.8442 -6.92926 23.8209 -6.69119 23.8787C-6.37378 23.9558 -6.11153 24.1203 -5.89983 24.3648C-5.71997 24.5792 -5.58493 24.8164 -5.53499 25.0916C-5.50464 25.253 -5.51991 25.406 -5.64099 25.5334ZM-2.31378 39.5119C-1.847 39.2558 -1.3732 39.2785 -0.915039 39.5353C-0.6409 39.697 -0.522354 39.9442 -0.490784 40.2486C-0.465393 40.4983 -0.529312 40.7123 -0.694443 40.8933C-1.15039 41.39 -2.03969 41.3812 -2.48494 40.8784C-2.8784 40.4386 -2.80432 39.7735 -2.31378 39.5119ZM-5.33229 20.2281C-4.93892 20.4748 -4.41341 20.3673 -4.10768 19.9796C-3.82954 19.6357 -3.86388 19.1263 -4.19672 18.8159C-4.49774 18.5356 -4.86964 18.3837 -5.28784 18.3858C-5.41203 18.3892 -5.54733 18.4263 -5.66806 18.4726C-5.80986 18.5361 -5.88339 18.6526 -5.86952 18.824C-5.85991 18.9215 -5.8544 19.0215 -5.84889 19.1215C-5.8434 19.2215 -5.83791 19.3215 -5.82828 19.419C-5.78596 19.7708 -5.60721 20.0354 -5.33229 20.2281ZM-5.70912 29.475C-5.3929 29.409 -5.10924 29.4751 -4.83969 29.6441C-4.54102 29.8314 -4.33504 30.1334 -4.2897 30.4159C-4.24088 30.7413 -4.39639 31.0199 -4.70071 31.0831C-4.92647 31.1347 -5.16028 31.1507 -5.3922 31.1476C-5.67432 31.1434 -5.91203 31.0045 -6.10568 30.8119C-6.32388 30.5938 -6.42136 30.3294 -6.32872 30.0216C-6.2334 29.7256 -6.01344 29.5383 -5.70912 29.475Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.5154 12.2014C52.8595 12.1233 53.1378 11.9896 53.3596 11.7628C53.4598 11.6606 53.5524 11.5249 53.6095 11.3884C53.6886 11.194 53.5994 10.9583 53.3879 10.8828C53.3402 10.8671 53.2932 10.816 53.2566 10.7714C53.2349 10.7479 53.2164 10.7217 53.1984 10.6963C53.1772 10.6664 53.1567 10.6373 53.1324 10.6143C52.784 10.2874 52.0815 10.2262 51.69 10.4827C51.3366 10.7129 51.1328 11.2886 51.2668 11.6817C51.3457 11.9109 51.5118 12.0585 51.7355 12.1489C51.9966 12.2485 52.2721 12.2566 52.5154 12.2014ZM50.9637 5.22075C50.7944 5.63859 50.4539 5.84819 50.0363 5.95178C49.8098 6.00319 49.5885 6.00045 49.3576 5.95577C49.0023 5.86873 48.7757 5.6113 48.7371 5.24945C48.6966 4.87921 48.8076 4.55401 49.0244 4.26659C49.6099 3.50724 50.6113 3.75652 50.9594 4.50699C51.0673 4.74723 51.0668 4.97676 50.9637 5.22075ZM30.6217 11.0274C30.9173 10.9691 31.2376 10.8259 31.5098 10.5877C31.5852 10.5258 31.6477 10.4354 31.7055 10.3518C31.7161 10.3365 31.7265 10.3214 31.7368 10.3067C31.8035 10.2122 31.8598 10.1112 31.9161 10.0101C32.1796 9.57974 32.0528 9.14085 31.5913 8.93672C31.3844 8.84249 31.1626 8.76044 30.9385 8.89954C30.915 8.91573 30.8848 8.91676 30.8531 8.91784C30.8334 8.91852 30.8133 8.91912 30.7939 8.92352C30.2305 9.00723 29.8047 9.3068 29.4882 9.77568C29.3633 9.96286 29.3047 10.1703 29.2959 10.4017C29.2803 10.7582 29.4778 11.0046 29.8228 11.0851C30.0892 11.1306 30.3299 11.1024 30.6217 11.0274ZM36.4957 7.84161C36.8192 7.75058 37.1428 7.54478 37.408 7.23754C37.5341 7.09421 37.6312 6.93982 37.5665 6.73391C37.5578 6.69591 37.5719 6.6477 37.5853 6.60231C37.5896 6.58757 37.5939 6.57301 37.5972 6.55929C37.6682 6.252 37.5751 5.99956 37.3071 5.83095C36.9585 5.61886 36.5934 5.60464 36.2189 5.74255C35.9496 5.83893 35.7106 5.99024 35.5101 6.19455C35.2586 6.44574 35.1354 6.75607 35.1534 7.10495C35.1637 7.42027 35.3219 7.64909 35.6094 7.78681C35.8678 7.91348 36.1433 7.92157 36.4957 7.84161ZM41.6506 15.5202C41.6065 15.5367 41.5627 15.5531 41.5195 15.5698C41.1446 15.6284 40.7703 15.6516 40.4073 15.531C40.2371 15.4814 40.0863 15.4009 40.1055 15.1759C40.1086 15.1635 40.1025 15.1453 40.0964 15.1271C40.0932 15.1179 40.0901 15.1088 40.0882 15.1004C39.9811 14.8247 40.0552 14.5697 40.2247 14.3459C40.5378 13.9395 40.9538 13.7128 41.4546 13.6256C41.6412 13.5921 41.8353 13.5922 42.0243 13.6464C42.562 13.7979 42.7824 14.2597 42.5548 14.7702C42.4369 15.0264 42.2654 15.2418 42.0123 15.3698C41.8961 15.4285 41.7723 15.4748 41.6506 15.5202ZM35.3963 12.7236C34.9955 12.8234 34.6672 13.0479 34.4491 13.4062C34.3973 13.4886 34.3558 13.5774 34.3227 13.6643C34.1383 14.2091 34.438 14.6706 35.0153 14.7249C35.2946 14.7497 35.567 14.7056 35.8221 14.5859C36.0143 14.5 36.2016 14.3925 36.3888 14.2851C36.4357 14.2582 36.4825 14.2314 36.5294 14.2049C36.5843 14.1748 36.6269 14.1298 36.6696 14.0848C36.9444 13.8195 36.9533 13.5881 36.7171 13.2887C36.7017 13.2676 36.685 13.2467 36.6678 13.2253C36.6422 13.1934 36.6153 13.1599 36.591 13.1232C36.4599 12.897 36.264 12.7738 36.0209 12.7143C35.8152 12.6639 35.6042 12.6676 35.3963 12.7236ZM44.2092 19.8833C44.4358 19.8319 44.6482 19.7573 44.8285 19.6193C45.1102 19.423 45.216 19.152 45.1644 18.8107C45.0211 17.952 44.0654 17.71 43.4684 18.1101C43.3773 18.1749 43.2965 18.2462 43.2261 18.324C43.0935 18.4776 42.9628 18.6396 42.8405 18.7997C42.5552 19.1733 42.6636 19.4928 43.0618 19.729C43.4413 19.9605 43.8129 19.9644 44.2092 19.8833ZM45.5255 11.0078C45.5106 10.4023 45.9117 9.87893 46.4991 9.74566C46.8096 9.67521 47.1515 9.70353 47.4126 9.80312C47.8619 9.99237 48.0577 10.4244 47.8896 10.8861C47.8033 11.1263 47.6513 11.3108 47.442 11.4377C47.163 11.6069 46.8609 11.6754 46.5377 11.6517C46.2584 11.6268 45.9946 11.5543 45.764 11.3949C45.6281 11.3022 45.5302 11.1832 45.5255 11.0078ZM33.2539 3.46808C33.1057 3.97819 32.7547 4.29608 32.2486 4.43738C31.94 4.51622 31.6808 4.42501 31.4425 4.23201C31.2474 4.07334 31.1407 3.87695 31.129 3.63254C31.0988 2.95995 31.7336 2.33941 32.4052 2.38117C32.9955 2.41489 33.415 2.93738 33.2539 3.46808ZM49.072 14.9769C48.6189 15.0797 48.3238 15.5261 48.3827 16.0157C48.4302 16.4549 48.8159 16.791 49.2715 16.7759C49.6831 16.7619 50.0538 16.6072 50.348 16.311C50.4333 16.221 50.5026 16.0994 50.5551 15.9816C50.6103 15.8368 50.5796 15.7025 50.4482 15.5912C50.3722 15.529 50.2974 15.4622 50.2225 15.3953C50.1476 15.3285 50.0728 15.2616 49.9968 15.1995C49.7172 14.9805 49.4031 14.9194 49.072 14.9769ZM42.7765 8.17252C42.5998 8.44203 42.3524 8.59523 42.0419 8.66568C41.6979 8.74374 41.338 8.67538 41.1054 8.50755C40.84 8.31187 40.7523 8.00529 40.9225 7.74607C41.0455 7.55051 41.1994 7.3744 41.3656 7.21317C41.5679 7.01725 41.8346 6.94793 42.1081 6.94763C42.4172 6.94811 42.6737 7.06638 42.8266 7.34934C42.9693 7.62581 42.9468 7.91329 42.7765 8.17252Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.9713 35.831C63.3153 35.753 63.5937 35.6192 63.8154 35.3924C63.9156 35.2903 64.0082 35.1546 64.0653 35.0181C64.1444 34.8237 64.0552 34.588 63.8438 34.5124C63.796 34.4968 63.7491 34.4457 63.7124 34.4011C63.6907 34.3776 63.6722 34.3514 63.6542 34.3259C63.6331 34.2961 63.6125 34.267 63.5882 34.2439C63.2398 33.9171 62.5374 33.8559 62.1458 34.1124C61.7924 34.3425 61.5886 34.9182 61.7226 35.3114C61.8015 35.5405 61.9677 35.6881 62.1913 35.7786C62.4524 35.8782 62.7279 35.8863 62.9713 35.831ZM61.4195 28.8504C61.2502 29.2683 60.9098 29.4779 60.4921 29.5814C60.2656 29.6328 60.0443 29.6301 59.8134 29.5854C59.4581 29.4984 59.2315 29.241 59.1929 28.8791C59.1524 28.5089 59.2634 28.1837 59.4802 27.8962C60.0657 27.1369 61.0671 27.3862 61.4152 28.1367C61.5231 28.3769 61.5226 28.6064 61.4195 28.8504ZM54.7249 26.478C55.1342 26.3763 55.485 26.1732 55.7753 25.8602C55.8949 25.7272 55.994 25.5812 56.0414 25.4028C56.0798 25.2617 56.0865 25.1367 55.9868 25.0093C55.9604 24.9711 55.9405 24.9227 55.9309 24.8808C55.7746 24.3515 55.2759 24.0234 54.7274 24.095C54.2479 24.1596 53.8835 24.4188 53.6413 24.8267C53.4814 25.0924 53.4066 25.3829 53.4149 25.6899C53.4291 26.022 53.5976 26.2573 53.8954 26.4015C54.1642 26.5346 54.4415 26.5511 54.7249 26.478ZM41.0775 34.6571C41.3731 34.5988 41.6934 34.4555 41.9656 34.2173C42.041 34.1555 42.1035 34.065 42.1613 33.9814C42.1719 33.9661 42.1824 33.9511 42.1926 33.9364C42.2593 33.8418 42.3156 33.7408 42.3719 33.6398C42.6355 33.2094 42.5086 32.7705 42.0471 32.5664C41.8402 32.4721 41.6185 32.3901 41.3943 32.5292C41.3708 32.5454 41.3406 32.5464 41.3089 32.5475C41.2892 32.5482 41.2691 32.5488 41.2497 32.5532C40.6863 32.6369 40.2605 32.9365 39.944 33.4053C39.8191 33.5925 39.7606 33.7999 39.7517 34.0314C39.7361 34.3879 39.9336 34.6342 40.2786 34.7148C40.545 34.7602 40.7857 34.7321 41.0775 34.6571ZM48.888 25.2849C48.8336 25.3007 48.7769 25.3173 48.7175 25.335C48.7107 25.3359 48.7036 25.3368 48.6962 25.3377C48.6888 25.3387 48.681 25.3398 48.6731 25.3408L48.6702 25.3412L48.6692 25.3413C48.5876 25.3521 48.4839 25.3658 48.389 25.3654C47.9586 25.3748 47.636 25.1216 47.5317 24.704C47.4561 24.4123 47.4993 24.1378 47.6444 23.8843C47.917 23.4165 48.3214 23.1395 48.8616 23.0699C49.4205 23.0048 49.8669 23.3359 50.0076 23.9128C50.1388 24.4478 49.8738 24.9491 49.3605 25.1362C49.2117 25.1901 49.0608 25.2343 48.888 25.2849ZM46.9515 31.4713C47.275 31.3802 47.5986 31.1744 47.8638 30.8672C47.9899 30.7239 48.087 30.5695 48.0223 30.3636C48.0136 30.3256 48.0277 30.2774 48.0411 30.232C48.0454 30.2172 48.0497 30.2027 48.053 30.189C48.124 29.8817 48.0309 29.6292 47.7629 29.4606C47.4143 29.2485 47.0492 29.2343 46.6747 29.3722C46.4054 29.4686 46.1664 29.6199 45.9659 29.8242C45.7144 30.0754 45.5912 30.3857 45.6092 30.7346C45.6195 31.0499 45.7777 31.2787 46.0652 31.4165C46.3236 31.5431 46.5991 31.5512 46.9515 31.4713ZM52.1064 39.1499C52.0623 39.1663 52.0185 39.1827 51.9754 39.1995C51.6004 39.2581 51.2261 39.2812 50.8632 39.1606C50.6929 39.111 50.5421 39.0305 50.5613 38.8056C50.5644 38.7931 50.5583 38.7749 50.5522 38.7567C50.549 38.7476 50.546 38.7385 50.544 38.7301C50.4369 38.4544 50.511 38.1993 50.6805 37.9756C50.9936 37.5692 51.4096 37.3425 51.9104 37.2553C52.097 37.2218 52.2912 37.2219 52.4801 37.2761C53.0179 37.4276 53.2382 37.8894 53.0107 38.3999C52.8927 38.656 52.7213 38.8714 52.4681 38.9995C52.3519 39.0582 52.2281 39.1044 52.1064 39.1499ZM45.8521 36.3533C45.4513 36.4531 45.123 36.6775 44.9049 37.0359C44.8531 37.1182 44.8116 37.2071 44.7785 37.294C44.5941 37.8388 44.8938 38.3002 45.4711 38.3545C45.7504 38.3794 46.0228 38.3352 46.2779 38.2156C46.4701 38.1296 46.6574 38.0222 46.8446 37.9148C46.8915 37.8879 46.9383 37.861 46.9852 37.8345C47.0401 37.8044 47.0828 37.7594 47.1254 37.7145C47.4002 37.4492 47.4091 37.2177 47.1729 36.9184C47.1575 36.8972 47.1408 36.8763 47.1237 36.855C47.098 36.823 47.0711 36.7896 47.0468 36.7528C46.9157 36.5267 46.7198 36.4035 46.4767 36.3439C46.271 36.2935 46.06 36.2973 45.8521 36.3533ZM54.665 43.513C54.8916 43.4616 55.104 43.3869 55.2843 43.249C55.566 43.0527 55.6718 42.7816 55.6202 42.4404C55.4769 41.5817 54.5212 41.3396 53.9243 41.7398C53.8331 41.8046 53.7523 41.8759 53.6819 41.9536C53.5493 42.1073 53.4186 42.2693 53.2963 42.4294C53.011 42.8029 53.1194 43.1225 53.5176 43.3586C53.8971 43.5902 54.2687 43.5941 54.665 43.513ZM55.9813 34.6375C55.9664 34.032 56.3676 33.5086 56.9549 33.3753C57.2654 33.3049 57.6073 33.3332 57.8684 33.4328C58.3177 33.622 58.5135 34.0541 58.3455 34.5158C58.2592 34.756 58.1071 34.9404 57.8979 35.0674C57.6188 35.2366 57.3167 35.3051 56.9935 35.2814C56.7142 35.2565 56.4504 35.184 56.2198 35.0245C56.0839 34.9318 55.9861 34.8129 55.9813 34.6375ZM43.7097 27.0977C43.5615 27.6079 43.2105 27.9257 42.7044 28.067C42.3958 28.1459 42.1367 28.0547 41.8983 27.8617C41.7032 27.703 41.5965 27.5066 41.5848 27.2622C41.5546 26.5896 42.1895 25.9691 42.861 26.0108C43.4513 26.0446 43.8708 26.567 43.7097 27.0977ZM59.5278 38.6066C59.0747 38.7094 58.7796 39.1558 58.8385 39.6454C58.886 40.0846 59.2717 40.4206 59.7273 40.4055C60.1389 40.3915 60.5096 40.2368 60.8038 39.9407C60.8892 39.8507 60.9584 39.7291 61.011 39.6113C61.0661 39.4664 61.0354 39.3322 60.904 39.2208C60.828 39.1587 60.7532 39.0918 60.6783 39.025C60.6035 38.9581 60.5286 38.8913 60.4526 38.8291C60.173 38.6102 59.8589 38.5491 59.5278 38.6066ZM53.2323 31.8022C53.0556 32.0717 52.8082 32.2249 52.4977 32.2953C52.1537 32.3734 51.7938 32.305 51.5612 32.1372C51.2958 31.9415 51.2081 31.635 51.3784 31.3757C51.5013 31.1802 51.6552 31.0041 51.8214 30.8428C52.0238 30.6469 52.2904 30.5776 52.5639 30.5773C52.873 30.5778 53.1295 30.696 53.2825 30.979C53.4251 31.2555 53.4026 31.543 53.2323 31.8022Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7943 33.2454C13.6008 33.5395 13.4934 33.8282 13.4914 34.1449C13.4903 34.2878 13.5181 34.4495 13.5719 34.5873C13.6502 34.7821 13.8785 34.8903 14.0834 34.7986C14.1286 34.7769 14.198 34.7813 14.2555 34.7881C14.2875 34.7901 14.319 34.7961 14.3497 34.802C14.3857 34.8089 14.4207 34.8156 14.4543 34.8155C14.9327 34.8103 15.4814 34.3689 15.5849 33.9135C15.6793 33.5034 15.4255 32.9477 15.0554 32.757C14.8391 32.6464 14.6168 32.6548 14.3927 32.7442C14.1353 32.8529 13.9312 33.0375 13.7943 33.2454ZM19.7696 37.2033C19.6008 36.7852 19.7002 36.3989 19.929 36.0356C20.0564 35.842 20.2177 35.691 20.4151 35.5637C20.7317 35.3808 21.074 35.4098 21.3536 35.6439C21.6404 35.8827 21.7867 36.1937 21.8306 36.5506C21.9372 37.5025 21.0424 38.0149 20.2694 37.7147C20.0245 37.6161 19.8651 37.4504 19.7696 37.2033ZM26.243 34.2863C26.019 34.6424 25.9076 35.0312 25.9162 35.4574C25.9226 35.6359 25.9529 35.8096 26.0428 35.9709C26.1133 36.0991 26.1955 36.1939 26.356 36.2167C26.4016 36.226 26.4496 36.2471 26.4857 36.2707C26.9666 36.5441 27.5541 36.4359 27.8995 36.0052C28.1999 35.6272 28.2821 35.1886 28.1727 34.7273C28.103 34.4253 27.9547 34.1643 27.7351 33.9489C27.4938 33.7193 27.2087 33.6663 26.8938 33.7681C26.6076 33.8579 26.3963 34.0378 26.243 34.2863ZM30.3828 18.9607C30.2104 19.207 30.0793 19.5316 30.0491 19.8913C30.0378 19.988 30.0556 20.0964 30.0722 20.1966C30.0752 20.2149 30.0781 20.233 30.081 20.2507C30.0988 20.3649 30.1285 20.4766 30.1582 20.5883C30.2678 21.0806 30.6646 21.3092 31.1391 21.1373C31.3537 21.0623 31.5706 20.9681 31.6353 20.713C31.6409 20.6851 31.662 20.6634 31.684 20.6408C31.6977 20.6267 31.7118 20.6123 31.7227 20.5958C32.0703 20.1461 32.1686 19.6359 32.0703 19.0793C32.0301 18.8581 31.9279 18.6682 31.7733 18.4953C31.5364 18.2276 31.2227 18.1866 30.9181 18.367C30.6946 18.5183 30.5408 18.705 30.3828 18.9607ZM31.278 31.1122C31.3061 31.0631 31.3354 31.012 31.3659 30.9582C31.3702 30.9529 31.3747 30.9473 31.3794 30.9415C31.384 30.9357 31.3889 30.9296 31.3939 30.9234L31.3957 30.9211L31.3963 30.9203C31.4476 30.8561 31.5128 30.7746 31.5814 30.7093C31.8848 30.4051 32.2935 30.3646 32.6592 30.5934C32.9166 30.7514 33.0765 30.979 33.1484 31.262C33.2775 31.7874 33.179 32.2666 32.8383 32.6901C32.4809 33.1232 31.929 33.1931 31.4262 32.8746C30.9594 32.5798 30.8015 32.0354 31.0411 31.5459C31.1107 31.4042 31.1887 31.2681 31.278 31.1122ZM28.3682 25.3159C28.1985 25.605 28.1086 25.977 28.1313 26.3817C28.1402 26.5721 28.1777 26.7505 28.3676 26.8541C28.4003 26.8755 28.4237 26.92 28.4456 26.962C28.4528 26.9756 28.4598 26.989 28.467 27.0012C28.6297 27.2717 28.8724 27.3893 29.1828 27.3256C29.5815 27.2375 29.8544 26.9954 30.0282 26.6372C30.1551 26.3817 30.222 26.1074 30.2242 25.8217C30.2306 25.4668 30.1035 25.1581 29.8477 24.9191C29.6209 24.699 29.3477 24.6434 29.0448 24.7428C28.7705 24.8302 28.5664 25.0147 28.3682 25.3159ZM19.3116 23.3452C19.3319 23.3028 19.3521 23.2607 19.3715 23.2189C19.6009 22.9175 19.8543 22.6422 20.1997 22.4782C20.3569 22.3963 20.5215 22.3501 20.6643 22.5255C20.6707 22.5365 20.6877 22.5454 20.7048 22.5543C20.7135 22.5588 20.722 22.5632 20.7292 22.5679C20.9983 22.6926 21.1224 22.9276 21.156 23.2059C21.2132 23.7152 21.0713 24.166 20.7711 24.575C20.6601 24.728 20.5202 24.8622 20.3463 24.9537C19.8535 25.2162 19.3735 25.0357 19.1822 24.5106C19.0889 24.2444 19.0625 23.9707 19.1558 23.7035C19.1986 23.5809 19.2555 23.462 19.3116 23.3452ZM25.763 21.0381C25.9823 20.6892 26.0626 20.3006 25.9704 19.8916C25.9504 19.7964 25.9185 19.7038 25.8818 19.6183C25.6355 19.0982 25.0986 18.9728 24.6449 19.3327C24.4264 19.5078 24.2609 19.7278 24.1604 19.9903C24.0818 20.1851 24.0216 20.392 23.9615 20.5988C23.9464 20.6505 23.9314 20.7022 23.9161 20.7538C23.8975 20.8134 23.898 20.8753 23.8986 20.9372C23.8853 21.3183 24.0399 21.4912 24.4183 21.5437C24.4441 21.5483 24.4707 21.5518 24.4979 21.5553C24.5387 21.5606 24.5813 21.5661 24.6244 21.5758C24.8762 21.6482 25.103 21.6016 25.3196 21.4765C25.5028 21.3706 25.6522 21.2221 25.763 21.0381ZM14.4324 21.9693C14.305 22.163 14.2039 22.3636 14.17 22.5876C14.1037 22.9237 14.2161 23.1921 14.4907 23.4024C15.1915 23.9221 16.0483 23.4361 16.1999 22.7352C16.2205 22.6255 16.2291 22.5183 16.2257 22.4135C16.2144 22.2112 16.1958 22.0042 16.1724 21.8043C16.118 21.3379 15.8176 21.1825 15.3664 21.2876C14.9319 21.383 14.6615 21.637 14.4324 21.9693ZM19.6602 29.2748C20.0923 29.7008 20.1675 30.3552 19.8371 30.8572C19.6625 31.1225 19.3965 31.3384 19.1391 31.4471C18.6837 31.6212 18.242 31.4452 18.0418 30.9964C17.9369 30.7636 17.918 30.5256 17.9805 30.2895C18.0638 29.9747 18.2337 29.7166 18.483 29.5103C18.7015 29.3352 18.942 29.2052 19.2191 29.1607C19.3815 29.1335 19.5347 29.1517 19.6602 29.2748ZM33.7468 26.2271C33.4986 25.7571 33.5302 25.2855 33.7965 24.8339C33.9639 24.5638 34.2141 24.4504 34.52 24.4248C34.771 24.4043 34.9845 24.472 35.1631 24.6401C35.6528 25.1039 35.6273 25.9898 35.1144 26.4238C34.6658 26.8074 34 26.7209 33.7468 26.2271ZM14.3435 28.8656C14.5984 28.4784 14.5004 27.9527 14.1173 27.6407C13.7774 27.3569 13.2657 27.3814 12.9481 27.7071C12.6613 28.0017 12.5019 28.3693 12.496 28.7861C12.4972 28.9099 12.5319 29.0454 12.576 29.1666C12.6371 29.3091 12.7526 29.3846 12.9247 29.3741C13.0227 29.3663 13.1232 29.3628 13.2236 29.3592C13.3241 29.3556 13.4245 29.3521 13.5225 29.3443C13.8762 29.3089 14.145 29.1359 14.3435 28.8656ZM23.6134 29.4181C23.5532 29.1018 23.6248 28.8204 23.7994 28.555C23.993 28.261 24.2998 28.0616 24.5841 28.0218C24.9114 27.9794 25.188 28.1397 25.2457 28.4441C25.2932 28.67 25.3048 28.9033 25.2973 29.1343C25.2879 29.4154 25.1441 29.6496 24.9472 29.8388C24.7243 30.0521 24.4572 30.1441 24.1501 30.0459C23.855 29.9453 23.6712 29.7226 23.6134 29.4181Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.8425 41.1476C38.6701 41.3939 38.539 41.7185 38.5088 42.0782C38.4975 42.1749 38.5154 42.2832 38.5319 42.3835C38.5349 42.4018 38.5379 42.4199 38.5407 42.4376C38.5585 42.5517 38.5882 42.6635 38.6179 42.7752C38.7276 43.2675 39.1243 43.4961 39.5988 43.3242C39.8134 43.2492 40.0303 43.155 40.095 42.8998C40.1006 42.872 40.1217 42.8503 40.1437 42.8277C40.1574 42.8136 40.1715 42.7992 40.1824 42.7827C40.53 42.333 40.6283 41.8228 40.5301 41.2662C40.4898 41.045 40.3876 40.8551 40.233 40.6822C39.9961 40.4145 39.6824 40.3735 39.3778 40.5539C39.1543 40.7052 39.0005 40.8919 38.8425 41.1476ZM34.2227 43.225C34.442 42.8761 34.5223 42.4875 34.4301 42.0785C34.4101 41.9833 34.3782 41.8907 34.3415 41.8052C34.0953 41.2851 33.5583 41.1597 33.1046 41.5196C32.8861 41.6947 32.7206 41.9147 32.6201 42.1772C32.5415 42.372 32.4813 42.5789 32.4212 42.7857C32.4061 42.8374 32.3911 42.8891 32.3758 42.9406C32.3572 43.0003 32.3577 43.0622 32.3583 43.1241C32.345 43.5052 32.4996 43.6781 32.8781 43.7306C32.9039 43.7352 32.9304 43.7387 32.9576 43.7422C32.9984 43.7475 33.041 43.753 33.0841 43.7627C33.3359 43.8351 33.5627 43.7885 33.7793 43.6634C33.9626 43.5575 34.1119 43.409 34.2227 43.225Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-9.10693 8.52426C-9.43019 8.79424 -9.6563 9.12991 -9.77985 9.53797C-9.82896 9.70979 -9.85384 9.88428 -9.81813 10.0654C-9.79066 10.209 -9.74176 10.3244 -9.59615 10.3954C-9.55569 10.4182 -9.51653 10.453 -9.48947 10.4866C-9.11646 10.8943 -8.52405 10.9717 -8.0623 10.668C-7.65964 10.4007 -7.44588 10.0087 -7.40735 9.53624C-7.38031 9.22756 -7.44066 8.9337 -7.58304 8.66137C-7.74164 8.36893 -7.99651 8.23088 -8.32756 8.23112C-8.62767 8.22866 -8.88428 8.33487 -9.10693 8.52426ZM-3.33537 7.0505C-3.29341 7.01246 -3.24974 6.97284 -3.2041 6.93099C-3.19838 6.92728 -3.19237 6.92336 -3.18617 6.91927C-3.1799 6.91513 -3.17345 6.91084 -3.16672 6.90644L-3.16432 6.90487L-3.16348 6.90429C-3.09486 6.85892 -3.00764 6.80142 -2.92218 6.76034C-2.53943 6.56413 -2.13806 6.65106 -1.86089 6.981C-1.66486 7.21034 -1.58307 7.47601 -1.60211 7.76724C-1.64172 8.30676 -1.88362 8.73235 -2.33865 9.03062C-2.8125 9.33292 -3.35925 9.22998 -3.7392 8.77263C-4.0921 8.34881 -4.07414 7.78246 -3.69484 7.39032C-3.58476 7.27697 -3.46852 7.17139 -3.33537 7.0505ZM0.52356 3.1612C0.432678 2.63788 0.608597 2.19892 1.00153 1.85105C1.24429 1.64554 1.51735 1.61447 1.81638 1.68404C2.06152 1.74156 2.24371 1.87161 2.36163 2.08624C2.68423 2.67784 2.38606 3.5128 1.76399 3.76824C1.21852 3.99544 0.611832 3.70868 0.52356 3.1612Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.56252 10.9C1.28751 11.1203 1.09602 11.362 0.996277 11.6627C0.95105 11.7982 0.927475 11.9606 0.936127 12.1082C0.950394 12.3176 1.13409 12.4906 1.35739 12.4663C1.40715 12.4595 1.47183 12.485 1.52441 12.5091C1.55418 12.5208 1.58232 12.5362 1.60973 12.5512C1.64186 12.5689 1.6731 12.586 1.70509 12.5962C2.16185 12.7381 2.82027 12.4867 3.05957 12.0852C3.27617 11.7241 3.2065 11.1175 2.91331 10.8225C2.74173 10.6508 2.52753 10.5906 2.28671 10.6069C2.00824 10.6312 1.75703 10.7442 1.56252 10.9ZM6.02403 16.4996C5.99266 16.0501 6.20667 15.7131 6.53662 15.4377C6.71773 15.2927 6.91786 15.1986 7.14505 15.138C7.50272 15.0613 7.81949 15.1939 8.01314 15.5024C8.2122 15.8176 8.25523 16.1585 8.18665 16.5115C7.99385 17.4497 6.98405 17.6625 6.34143 17.1396C6.13892 16.9706 6.03853 16.764 6.02403 16.4996ZM13.0847 15.7121C12.7614 15.982 12.5353 16.3177 12.4117 16.7258C12.3626 16.8976 12.3377 17.0721 12.3734 17.2532C12.4009 17.3968 12.4498 17.5122 12.5954 17.5832C12.6359 17.606 12.675 17.6408 12.7021 17.6744C13.0751 18.0821 13.6675 18.1595 14.1293 17.8558C14.5319 17.5885 14.7457 17.1965 14.7842 16.724C14.8113 16.4153 14.7509 16.1215 14.6086 15.8492C14.45 15.5567 14.1951 15.4187 13.864 15.4189C13.5639 15.4165 13.3073 15.5227 13.0847 15.7121ZM21.7608 2.40359C21.5206 2.58494 21.2956 2.85351 21.1556 3.18643C21.1149 3.27497 21.0985 3.38352 21.0832 3.48396C21.0805 3.50229 21.0777 3.52044 21.0749 3.5381C21.0565 3.65218 21.0502 3.7676 21.044 3.88302C20.9961 4.38497 21.3029 4.72428 21.8075 4.70647C22.0349 4.70093 22.2703 4.67794 22.4108 4.45506C22.4248 4.43027 22.4515 4.41616 22.4794 4.40139C22.4968 4.39218 22.5147 4.38284 22.5302 4.37043C23 4.04935 23.2512 3.59422 23.3297 3.03454C23.3598 2.81174 23.3213 2.59973 23.2276 2.38776C23.085 2.06041 22.7992 1.92507 22.4536 2.00316C22.1942 2.0785 21.9902 2.20883 21.7608 2.40359ZM18.8562 14.2383C18.8982 14.2003 18.9418 14.1606 18.9875 14.1188C18.9932 14.1151 18.9992 14.1111 19.0054 14.1071C19.0117 14.1029 19.0182 14.0986 19.0249 14.0942L19.0273 14.0927L19.0281 14.0921C19.0967 14.0467 19.184 13.9892 19.2694 13.9481C19.6522 13.7519 20.0535 13.8389 20.3307 14.1688C20.5267 14.3981 20.6085 14.6638 20.5895 14.955C20.5499 15.4945 20.308 15.9201 19.8529 16.2184C19.3791 16.5207 18.8323 16.4178 18.4524 15.9604C18.0995 15.5366 18.1174 14.9703 18.4967 14.5781C18.6068 14.4648 18.7231 14.3592 18.8562 14.2383ZM17.8795 7.83088C17.6287 8.05384 17.4281 8.3801 17.3247 8.77204C17.2743 8.95593 17.2548 9.13713 17.4035 9.29403C17.428 9.32441 17.4364 9.37393 17.4444 9.42058C17.447 9.43571 17.4495 9.45065 17.4526 9.46443C17.5238 9.7717 17.7183 9.95811 18.0333 9.99277C18.4399 10.0314 18.7744 9.88486 19.0505 9.59747C19.2502 9.39333 19.3986 9.15301 19.4891 8.88185C19.6048 8.54626 19.5793 8.21346 19.4099 7.9076C19.2621 7.62857 19.0193 7.49186 18.7004 7.49343C18.4124 7.4923 18.1612 7.60522 17.8795 7.83088ZM9.87216 3.1756C9.90456 3.14158 9.93675 3.10772 9.96817 3.07384C10.2795 2.85755 10.6058 2.67346 10.9851 2.62353C11.1599 2.59387 11.3309 2.60045 11.4124 2.81109C11.4151 2.82361 11.4286 2.83732 11.4421 2.85102C11.449 2.85789 11.4557 2.86475 11.4611 2.87145C11.6786 3.0726 11.724 3.33425 11.6699 3.60941C11.5669 4.1114 11.2926 4.49676 10.8806 4.79365C10.7276 4.90515 10.553 4.98982 10.3593 5.02352C9.80934 5.12189 9.40842 4.80278 9.38873 4.24451C9.38223 3.96269 9.44174 3.69424 9.6131 3.46866C9.69171 3.36517 9.78267 3.26958 9.87216 3.1756ZM16.7233 2.96154C17.0398 2.69693 17.2363 2.35188 17.275 1.93448C17.2854 1.83785 17.2837 1.73989 17.2752 1.6473C17.2017 1.07699 16.7296 0.792828 16.1867 0.995871C15.9247 1.09537 15.6992 1.25389 15.5224 1.47277C15.3874 1.63391 15.2662 1.81223 15.1451 1.99054C15.1148 2.03512 15.0845 2.07969 15.054 2.124C15.0178 2.17502 14.9992 2.23408 14.9806 2.29314C14.8501 2.65155 14.9438 2.86353 15.2877 3.02969C15.3108 3.04195 15.335 3.05347 15.3598 3.06518C15.3969 3.08271 15.4357 3.10104 15.4737 3.1235C15.6909 3.26962 15.9212 3.29495 16.1659 3.24243C16.3729 3.19799 16.561 3.10257 16.7233 2.96154ZM5.65527 0.368788C5.47417 0.513859 5.31599 0.673674 5.21451 0.876393C5.04747 1.17579 5.07149 1.46564 5.26773 1.75001C5.77382 2.45957 6.73926 2.26024 7.10017 1.63997C7.15361 1.54196 7.19495 1.44261 7.22417 1.34194C7.27588 1.14597 7.32219 0.943289 7.36179 0.745983C7.45418 0.285603 7.21638 0.0455537 6.75465 0.00697312C6.31174 -0.0356473 5.97594 0.122964 5.65527 0.368788ZM8.37088 8.92354C8.65021 9.46149 8.51952 10.1071 8.04999 10.4832C7.8018 10.682 7.48199 10.8057 7.20352 10.8301C6.71648 10.8559 6.3506 10.5529 6.29889 10.0644C6.27098 9.81081 6.3266 9.5786 6.45903 9.37317C6.63559 9.09927 6.87706 8.90585 7.17802 8.78619C7.44005 8.68668 7.709 8.63683 7.98639 8.67957C8.14932 8.70361 8.28952 8.76793 8.37088 8.92354ZM22.7151 10.349C22.6243 9.82568 22.8002 9.38671 23.1931 9.03884C23.4359 8.83333 23.7089 8.80226 24.008 8.87183C24.2531 8.92936 24.4353 9.0594 24.5532 9.27404C24.8758 9.86563 24.5777 10.7006 23.9556 10.956C23.4101 11.1832 22.8034 10.8965 22.7151 10.349ZM3.43893 6.90202C3.80113 6.61188 3.87038 6.08173 3.60229 5.66725C3.36667 5.29299 2.87227 5.15915 2.46939 5.37149C2.10545 5.56366 1.84015 5.86449 1.70578 6.25914C1.66856 6.37726 1.6597 6.51684 1.66423 6.64567C1.6783 6.79999 1.76485 6.90729 1.93188 6.95012C2.02751 6.97286 2.12419 7.0003 2.22084 7.02773C2.31752 7.05518 2.41417 7.08262 2.50981 7.10537C2.8573 7.18027 3.16652 7.09816 3.43893 6.90202ZM12.0877 10.2736C12.1281 9.95415 12.2833 9.70844 12.5314 9.50964C12.8065 9.28934 13.16 9.1938 13.4428 9.24325C13.7674 9.3034 13.9809 9.54079 13.9418 9.84814C13.9171 10.0776 13.8561 10.3031 13.7775 10.5206C13.6817 10.7851 13.4724 10.9637 13.2266 11.0833C12.9486 11.2177 12.666 11.2233 12.4042 11.0356C12.1545 10.8493 12.0485 10.5809 12.0877 10.2736Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.126 45.1622C86.8274 44.9749 86.5356 44.8733 86.2178 44.8773C86.0745 44.8789 85.9128 44.9096 85.7755 44.9659C85.5816 45.0475 85.4774 45.277 85.5733 45.4794C85.596 45.5241 85.5929 45.5933 85.5872 45.6507C85.5858 45.6826 85.5804 45.7141 85.575 45.7448C85.5688 45.7809 85.5627 45.8159 85.5635 45.8493C85.5779 46.3259 86.0312 46.8643 86.4901 46.9589C86.9033 47.0453 87.456 46.782 87.6402 46.4096C87.747 46.192 87.7343 45.9706 87.6403 45.749C87.5263 45.4946 87.3373 45.2947 87.126 45.1622ZM83.2697 51.1904C83.6859 51.0143 84.0753 51.1061 84.4442 51.3272C84.6409 51.4506 84.7954 51.6085 84.927 51.8028C85.1165 52.1147 85.094 52.4564 84.8645 52.7394C84.6304 53.0296 84.3211 53.1813 83.9639 53.2317C83.011 53.3558 82.4798 52.4738 82.7662 51.698C82.8604 51.4521 83.0236 51.2902 83.2697 51.1904ZM86.3201 57.5857C85.9585 57.3691 85.5663 57.2655 85.1389 57.2821C84.96 57.2918 84.7863 57.3252 84.6261 57.4179C84.4989 57.4906 84.4054 57.5742 84.3855 57.7346C84.3771 57.7801 84.3568 57.8284 84.3338 57.8648C84.0688 58.3491 84.1886 58.9324 84.6273 59.2685C85.0122 59.5607 85.4539 59.6344 85.9146 59.5167C86.2162 59.4416 86.4753 59.2889 86.6871 59.0661C86.9128 58.8213 86.9606 58.5362 86.8524 58.2244C86.7568 57.9409 86.5724 57.7337 86.3201 57.5857ZM101.775 61.4226C101.524 61.2554 101.196 61.1309 100.835 61.1075C100.737 61.0981 100.629 61.118 100.529 61.1363C100.511 61.1397 100.492 61.1429 100.475 61.1461C100.361 61.1659 100.249 61.1976 100.137 61.2293C99.6458 61.3479 99.424 61.7475 99.6055 62.2171C99.6849 62.4295 99.7835 62.6438 100.041 62.7035C100.069 62.7086 100.091 62.7291 100.114 62.7507C100.128 62.7641 100.143 62.7778 100.16 62.7884C100.618 63.1263 101.132 63.2147 101.688 63.1063C101.909 63.062 102.098 62.9566 102.268 62.7993C102.532 62.5583 102.567 62.2449 102.381 61.9448C102.224 61.7249 102.034 61.5752 101.775 61.4226ZM89.6009 62.5429C89.6507 62.57 89.7025 62.5983 89.7571 62.6276C89.7625 62.6318 89.7681 62.6362 89.774 62.6407C89.78 62.6452 89.7862 62.6499 89.7925 62.6549L89.7948 62.6566L89.7957 62.6572C89.8611 62.7071 89.9441 62.7705 90.0109 62.8376C90.3219 63.1343 90.3704 63.5408 90.1478 63.9094C89.9942 64.1688 89.7689 64.3325 89.4864 64.4094C88.9617 64.5479 88.4791 64.4587 88.0477 64.1272C87.6064 63.7793 87.5256 63.2307 87.8355 62.7237C88.1224 62.2531 88.6655 62.0854 89.1613 62.315C89.3047 62.3817 89.4428 62.4568 89.6009 62.5429ZM95.3603 59.5346C95.067 59.371 94.692 59.2884 94.2865 59.3186C94.0956 59.3311 93.9174 59.3718 93.817 59.563C93.7962 59.5959 93.752 59.6201 93.7104 59.6427C93.6968 59.6501 93.6835 59.6574 93.6714 59.6648C93.4032 59.832 93.2898 60.076 93.3597 60.3841C93.4557 60.7797 93.7038 61.0471 94.0665 61.2135C94.3253 61.3352 94.6017 61.3967 94.8884 61.3935C95.2445 61.3932 95.5519 61.2607 95.7867 61.0014C96.0032 60.7713 96.0537 60.498 95.9482 60.198C95.8553 59.9263 95.6662 59.7265 95.3603 59.5346ZM97.1641 50.4736C97.2069 50.4931 97.2495 50.5124 97.2919 50.5309C97.5987 50.7538 97.8797 51.0012 98.0508 51.3422C98.136 51.4973 98.1855 51.6605 98.0123 51.806C98.0013 51.8126 97.9927 51.8298 97.9841 51.8469C97.9799 51.8556 97.9756 51.8642 97.9709 51.8715C97.8511 52.1419 97.6177 52.27 97.339 52.3087C96.8293 52.3753 96.3742 52.2424 95.9582 51.951C95.8025 51.8432 95.6653 51.7063 95.5701 51.5348C95.2974 51.0487 95.4693 50.567 95.9924 50.3665C96.2576 50.2686 96.5317 50.2371 96.8016 50.3251C96.9254 50.3654 97.0457 50.4199 97.1641 50.4736ZM99.6021 56.8584C99.9564 57.0704 100.348 57.1431 100.756 57.0435C100.851 57.0218 100.944 56.9883 101.029 56.9501C101.546 56.695 101.661 56.1576 101.292 55.7123C101.112 55.4979 100.888 55.3371 100.623 55.2419C100.426 55.1672 100.217 55.1112 100.008 55.0551C99.9562 55.0411 99.904 55.0271 99.852 55.0128C99.7918 54.9954 99.7297 54.9971 99.6677 54.9988C99.2851 54.9927 99.1146 55.15 99.0691 55.5281C99.065 55.5539 99.062 55.5805 99.059 55.6076C99.0545 55.6483 99.0497 55.6909 99.0409 55.734C98.9731 55.9863 99.0242 56.2114 99.1538 56.4249C99.2635 56.6054 99.4154 56.7515 99.6021 56.8584ZM98.451 45.5861C98.2543 45.4627 98.0511 45.3658 97.8257 45.3363C97.4872 45.2765 97.2201 45.3936 97.0143 45.6711C96.5063 46.3791 97.0104 47.2238 97.7165 47.3616C97.8269 47.38 97.9346 47.3866 98.0396 47.3813C98.2424 47.3662 98.4498 47.3437 98.6499 47.3167C99.1167 47.2538 99.2668 46.9515 99.1528 46.5039C99.0488 46.0728 98.7888 45.8081 98.451 45.5861ZM91.2219 50.9324C90.8027 51.3709 90.1476 51.4582 89.6377 51.1384C89.3682 50.9694 89.1465 50.7084 89.0326 50.454C88.8492 50.0035 89.0172 49.5601 89.4637 49.3522C89.6952 49.2432 89.9336 49.22 90.1717 49.2778C90.4891 49.3548 90.7513 49.5193 90.963 49.7639C91.1429 49.9783 91.2779 50.2154 91.3279 50.4907C91.3582 50.652 91.343 50.8051 91.2219 50.9324ZM94.5491 64.911C95.0159 64.6548 95.4897 64.6775 95.9478 64.9343C96.222 65.0961 96.3405 65.3432 96.3721 65.6476C96.3975 65.8973 96.3336 66.1113 96.1684 66.2924C95.7125 66.7891 94.8232 66.7803 94.3779 66.2775C93.9845 65.8376 94.0586 65.1726 94.5491 64.911ZM91.5306 45.6271C91.924 45.8738 92.4495 45.7663 92.7552 45.3787C93.0333 45.0347 92.999 44.5253 92.6661 44.2149C92.3651 43.9347 91.9932 43.7828 91.575 43.7848C91.4508 43.7882 91.3155 43.8254 91.1948 43.8716C91.053 43.9352 90.9795 44.0517 90.9933 44.223C91.003 44.3205 91.0085 44.4205 91.014 44.5205C91.0195 44.6205 91.025 44.7206 91.0346 44.8181C91.0769 45.1699 91.2556 45.4344 91.5306 45.6271ZM91.1537 54.8741C91.47 54.8081 91.7536 54.8742 92.0232 55.0432C92.3218 55.2305 92.5278 55.5324 92.5732 55.815C92.622 56.1404 92.4665 56.4189 92.1621 56.4822C91.9364 56.5337 91.7026 56.5497 91.4707 56.5466C91.1885 56.5425 90.9508 56.4036 90.7572 56.211C90.539 55.9928 90.4415 55.7284 90.5341 55.4206C90.6295 55.1247 90.8494 54.9373 91.1537 54.8741Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.378 37.6004C149.722 37.5224 150.001 37.3886 150.223 37.1618C150.323 37.0597 150.415 36.924 150.472 36.7875C150.551 36.593 150.462 36.3574 150.251 36.2818C150.203 36.2662 150.156 36.2151 150.119 36.1705C150.098 36.1469 150.079 36.1208 150.061 36.0953C150.04 36.0654 150.02 36.0364 149.995 36.0133C149.647 35.6865 148.944 35.6252 148.553 35.8817C148.199 36.1119 147.996 36.6876 148.13 37.0807C148.209 37.3099 148.375 37.4575 148.598 37.548C148.859 37.6475 149.135 37.6556 149.378 37.6004ZM147.827 30.6198C147.657 31.0376 147.317 31.2472 146.899 31.3508C146.673 31.4022 146.451 31.3995 146.22 31.3548C145.865 31.2678 145.639 31.0103 145.6 30.6485C145.559 30.2783 145.67 29.9531 145.887 29.6656C146.473 28.9063 147.474 29.1556 147.822 29.906C147.93 30.1463 147.93 30.3758 147.827 30.6198ZM127.485 36.4264C127.78 36.3682 128.1 36.2249 128.373 35.9867C128.448 35.9248 128.511 35.8344 128.568 35.7508C128.579 35.7355 128.589 35.7204 128.6 35.7058C128.666 35.6112 128.723 35.5102 128.779 35.4092C129.042 34.9788 128.916 34.5399 128.454 34.3358C128.247 34.2415 128.026 34.1595 127.801 34.2986C127.778 34.3148 127.748 34.3158 127.716 34.3169C127.696 34.3176 127.676 34.3182 127.657 34.3226C127.093 34.4063 126.668 34.7058 126.351 35.1747C126.226 35.3619 126.168 35.5693 126.159 35.8007C126.143 36.1572 126.341 36.4036 126.686 36.4842C126.952 36.5296 127.193 36.5015 127.485 36.4264ZM133.359 33.2407C133.682 33.1496 134.006 32.9438 134.271 32.6366C134.397 32.4933 134.494 32.3389 134.429 32.133C134.421 32.095 134.435 32.0467 134.448 32.0014C134.452 31.9866 134.457 31.9721 134.46 31.9583C134.531 31.651 134.438 31.3986 134.17 31.23C133.821 31.0179 133.456 31.0037 133.082 31.1416C132.812 31.238 132.573 31.3893 132.373 31.5936C132.121 31.8448 131.998 32.1551 132.016 32.504C132.027 32.8193 132.185 33.0481 132.472 33.1859C132.731 33.3125 133.006 33.3206 133.359 33.2407ZM138.513 40.9193C138.469 40.9357 138.426 40.9521 138.382 40.9689C138.007 41.0275 137.633 41.0506 137.27 40.93C137.1 40.8804 136.949 40.7999 136.968 40.575C136.971 40.5625 136.965 40.5443 136.959 40.5261C136.956 40.5169 136.953 40.5079 136.951 40.4995C136.844 40.2238 136.918 39.9687 137.088 39.7449C137.401 39.3386 137.817 39.1118 138.318 39.0247C138.504 38.9912 138.698 38.9912 138.887 39.0454C139.425 39.197 139.645 39.6588 139.418 40.1692C139.3 40.4254 139.128 40.6408 138.875 40.7688C138.759 40.8276 138.635 40.8738 138.513 40.9193ZM132.259 38.1227C131.858 38.2224 131.53 38.4469 131.312 38.8053C131.26 38.8876 131.219 38.9764 131.186 39.0634C131.001 39.6082 131.301 40.0696 131.878 40.1239C132.157 40.1488 132.43 40.1046 132.685 39.985C132.877 39.899 133.064 39.7916 133.252 39.6841C133.299 39.6573 133.345 39.6304 133.392 39.6039C133.447 39.5738 133.49 39.5288 133.532 39.4839C133.807 39.2186 133.816 38.9871 133.58 38.6877C133.565 38.6666 133.548 38.6457 133.531 38.6244C133.505 38.5924 133.478 38.559 133.454 38.5222C133.323 38.2961 133.127 38.1729 132.884 38.1133C132.678 38.0629 132.467 38.0667 132.259 38.1227ZM141.072 45.2824C141.299 45.231 141.511 45.1563 141.691 45.0183C141.973 44.8221 142.079 44.551 142.027 44.2097C141.884 43.351 140.928 43.109 140.331 43.5092C140.24 43.574 140.159 43.6453 140.089 43.723C139.956 43.8766 139.826 44.0387 139.703 44.1988C139.418 44.5723 139.526 44.8919 139.925 45.128C140.304 45.3596 140.676 45.3635 141.072 45.2824ZM142.388 36.4068C142.373 35.8014 142.775 35.278 143.362 35.1447C143.672 35.0743 144.014 35.1026 144.275 35.2022C144.725 35.3914 144.921 35.8235 144.753 36.2852C144.666 36.5253 144.514 36.7098 144.305 36.8367C144.026 37.0059 143.724 37.0745 143.401 37.0508C143.121 37.0259 142.857 36.9534 142.627 36.7939C142.491 36.7012 142.393 36.5822 142.388 36.4068ZM130.117 28.8671C129.969 29.3772 129.618 29.6951 129.111 29.8364C128.803 29.9153 128.544 29.8241 128.305 29.6311C128.11 29.4724 128.004 29.276 127.992 29.0316C127.962 28.359 128.596 27.7385 129.268 27.7802C129.858 27.8139 130.278 28.3364 130.117 28.8671ZM145.935 40.3759C145.482 40.4788 145.187 40.9252 145.246 41.4147C145.293 41.854 145.679 42.19 146.134 42.1749C146.546 42.1609 146.917 42.0062 147.211 41.71C147.296 41.6201 147.366 41.4985 147.418 41.3807C147.473 41.2358 147.442 41.1016 147.311 40.9902C147.235 40.928 147.16 40.8612 147.085 40.7944C147.01 40.7275 146.936 40.6607 146.86 40.5985C146.58 40.3796 146.266 40.3185 145.935 40.3759ZM139.639 33.5716C139.463 33.8411 139.215 33.9943 138.905 34.0647C138.561 34.1428 138.201 34.0744 137.968 33.9066C137.703 33.7109 137.615 33.4043 137.785 33.1451C137.908 32.9496 138.062 32.7734 138.228 32.6122C138.431 32.4163 138.697 32.347 138.971 32.3467C139.28 32.3472 139.537 32.4654 139.69 32.7484C139.832 33.0249 139.81 33.3123 139.639 33.5716Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M159.834 61.2301C160.178 61.152 160.457 61.0183 160.678 60.7915C160.779 60.6893 160.871 60.5536 160.928 60.4171C161.007 60.2227 160.918 59.987 160.707 59.9115C160.659 59.8958 160.612 59.8447 160.575 59.8001C160.554 59.7766 160.535 59.7505 160.517 59.725C160.496 59.6951 160.475 59.6661 160.451 59.643C160.103 59.3161 159.4 59.2549 159.009 59.5114C158.655 59.7416 158.451 60.3173 158.586 60.7104C158.664 60.9396 158.831 61.0872 159.054 61.1776C159.315 61.2772 159.591 61.2853 159.834 61.2301ZM158.282 54.2495C158.113 54.6673 157.773 54.8769 157.355 54.9805C157.128 55.0319 156.907 55.0292 156.676 54.9845C156.321 54.8974 156.094 54.64 156.056 54.2782C156.015 53.9079 156.126 53.5827 156.343 53.2953C156.929 52.5359 157.93 52.7852 158.278 53.5357C158.386 53.7759 158.385 54.0055 158.282 54.2495ZM151.588 51.877C151.997 51.7754 152.348 51.5722 152.638 51.2593C152.758 51.1263 152.857 50.9803 152.904 50.8018C152.943 50.6608 152.949 50.5357 152.85 50.4083C152.823 50.3702 152.803 50.3218 152.794 50.2798C152.637 49.7505 152.139 49.4225 151.59 49.494C151.111 49.5587 150.746 49.8179 150.504 50.2258C150.344 50.4915 150.269 50.782 150.278 51.0889C150.292 51.421 150.46 51.6563 150.758 51.8005C151.027 51.9337 151.304 51.9502 151.588 51.877ZM137.94 60.0561C138.236 59.9979 138.556 59.8546 138.828 59.6164C138.904 59.5545 138.966 59.4641 139.024 59.3805C139.035 59.3652 139.045 59.3501 139.055 59.3354C139.122 59.2409 139.178 59.1399 139.235 59.0388C139.498 58.6085 139.371 58.1696 138.91 57.9654C138.703 57.8712 138.481 57.7892 138.257 57.9282C138.234 57.9444 138.203 57.9455 138.172 57.9466C138.152 57.9472 138.132 57.9478 138.113 57.9522C137.549 58.0359 137.123 58.3355 136.807 58.8044C136.682 58.9916 136.623 59.199 136.615 59.4304C136.599 59.7869 136.797 60.0333 137.142 60.1138C137.408 60.1593 137.649 60.1311 137.94 60.0561ZM145.751 50.6839C145.696 50.6998 145.64 50.7164 145.58 50.7341C145.574 50.7349 145.566 50.7358 145.559 50.7368C145.552 50.7378 145.544 50.7388 145.536 50.7398L145.533 50.7402L145.532 50.7403C145.45 50.7512 145.347 50.7648 145.252 50.7645C144.822 50.7739 144.499 50.5206 144.395 50.1031C144.319 49.8114 144.362 49.5369 144.507 49.2833C144.78 48.8156 145.184 48.5385 145.724 48.4689C146.283 48.4039 146.73 48.735 146.87 49.3119C147.002 49.8469 146.737 50.3482 146.223 50.5352C146.075 50.5891 145.924 50.6333 145.751 50.6839ZM143.814 56.8703C144.138 56.7793 144.462 56.5735 144.727 56.2663C144.853 56.1229 144.95 55.9685 144.885 55.7626C144.876 55.7246 144.891 55.6764 144.904 55.631C144.908 55.6163 144.913 55.6017 144.916 55.588C144.987 55.2807 144.894 55.0283 144.626 54.8597C144.277 54.6476 143.912 54.6334 143.538 54.7713C143.268 54.8676 143.029 55.0189 142.829 55.2233C142.577 55.4744 142.454 55.7848 142.472 56.1337C142.482 56.449 142.641 56.6778 142.928 56.8155C143.186 56.9422 143.462 56.9503 143.814 56.8703ZM148.969 64.5489C148.925 64.5654 148.881 64.5818 148.838 64.5985C148.463 64.6571 148.089 64.6803 147.726 64.5597C147.556 64.5101 147.405 64.4296 147.424 64.2046C147.427 64.1922 147.421 64.174 147.415 64.1558C147.412 64.1466 147.409 64.1375 147.407 64.1291C147.3 63.8534 147.374 63.5984 147.543 63.3746C147.856 62.9682 148.272 62.7415 148.773 62.6543C148.96 62.6208 149.154 62.6209 149.343 62.6751C149.881 62.8266 150.101 63.2884 149.874 63.7989C149.756 64.0551 149.584 64.2705 149.331 64.3985C149.215 64.4572 149.091 64.5035 148.969 64.5489ZM142.715 61.7523C142.314 61.8521 141.986 62.0766 141.768 62.4349C141.716 62.5173 141.674 62.6061 141.641 62.693C141.457 63.2378 141.757 63.6993 142.334 63.7536C142.613 63.7784 142.886 63.7343 143.141 63.6146C143.333 63.5287 143.52 63.4212 143.708 63.3138C143.754 63.287 143.801 63.2601 143.848 63.2336C143.903 63.2035 143.946 63.1585 143.988 63.1135C144.263 62.8482 144.272 62.6168 144.036 62.3174C144.02 62.2963 144.004 62.2754 143.987 62.254C143.961 62.2221 143.934 62.1886 143.91 62.1519C143.779 61.9257 143.583 61.8025 143.34 61.743C143.134 61.6926 142.923 61.6963 142.715 61.7523ZM151.528 68.9121C151.754 68.8606 151.967 68.786 152.147 68.648C152.429 68.4517 152.535 68.1807 152.483 67.8394C152.34 66.9807 151.384 66.7387 150.787 67.1389C150.696 67.2037 150.615 67.2749 150.545 67.3527C150.412 67.5063 150.281 67.6683 150.159 67.8284C149.874 68.202 149.982 68.5215 150.38 68.7577C150.76 68.9892 151.132 68.9931 151.528 68.9121ZM152.844 60.0365C152.829 59.431 153.23 58.9076 153.818 58.7744C154.128 58.7039 154.47 58.7322 154.731 58.8318C155.181 59.0211 155.376 59.4531 155.208 59.9148C155.122 60.155 154.97 60.3395 154.761 60.4664C154.482 60.6356 154.18 60.7042 153.856 60.6804C153.577 60.6556 153.313 60.583 153.083 60.4236C152.947 60.3309 152.849 60.2119 152.844 60.0365ZM140.573 52.4968C140.424 53.0069 140.073 53.3248 139.567 53.4661C139.259 53.5449 139 53.4537 138.761 53.2607C138.566 53.1021 138.459 52.9057 138.448 52.6612C138.417 51.9887 139.052 51.3681 139.724 51.4099C140.314 51.4436 140.734 51.9661 140.573 52.4968ZM156.391 64.0056C155.938 64.1084 155.642 64.5548 155.701 65.0444C155.749 65.4837 156.135 65.8197 156.59 65.8046C157.002 65.7906 157.372 65.6359 157.667 65.3397C157.752 65.2498 157.821 65.1281 157.874 65.0103C157.929 64.8655 157.898 64.7313 157.767 64.6199C157.691 64.5577 157.616 64.4909 157.541 64.424C157.466 64.3572 157.391 64.2903 157.315 64.2282C157.036 64.0092 156.722 63.9481 156.391 64.0056ZM150.095 57.2012C149.918 57.4707 149.671 57.6239 149.361 57.6944C149.017 57.7724 148.657 57.7041 148.424 57.5363C148.159 57.3406 148.071 57.034 148.241 56.7748C148.364 56.5792 148.518 56.4031 148.684 56.2419C148.887 56.046 149.153 55.9766 149.427 55.9763C149.736 55.9768 149.992 56.0951 150.145 56.378C150.288 56.6545 150.265 56.942 150.095 57.2012Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M110.657 58.6445C110.464 58.9385 110.356 59.2273 110.354 59.544C110.353 59.6868 110.381 59.8486 110.435 59.9864C110.513 60.1812 110.741 60.2893 110.946 60.1977C110.991 60.176 111.061 60.1803 111.118 60.1871C111.15 60.1891 111.182 60.1952 111.213 60.201C111.249 60.208 111.284 60.2147 111.317 60.2145C111.796 60.2093 112.344 59.7679 112.448 59.3125C112.542 58.9024 112.288 58.3467 111.918 58.156C111.702 58.0454 111.48 58.0539 111.256 58.1433C110.998 58.252 110.794 58.4365 110.657 58.6445ZM116.632 62.6024C116.464 62.1843 116.563 61.798 116.792 61.4347C116.919 61.241 117.081 61.0901 117.278 60.9627C117.595 60.7799 117.937 60.8088 118.216 61.0429C118.503 61.2817 118.65 61.5928 118.693 61.9497C118.8 62.9015 117.905 63.414 117.132 63.1137C116.887 63.0152 116.728 62.8494 116.632 62.6024ZM123.106 59.6853C122.882 60.0415 122.77 60.4302 122.779 60.8564C122.785 61.035 122.816 61.2086 122.906 61.37C122.976 61.4982 123.058 61.5929 123.219 61.6158C123.264 61.625 123.312 61.6462 123.349 61.6698C123.829 61.9432 124.417 61.8349 124.762 61.4043C125.063 61.0263 125.145 60.5877 125.036 60.1264C124.966 59.8244 124.818 59.5633 124.598 59.3479C124.357 59.1184 124.072 59.0653 123.757 59.1672C123.47 59.257 123.259 59.4368 123.106 59.6853ZM127.246 44.3597C127.073 44.606 126.942 44.9306 126.912 45.2903C126.901 45.3871 126.919 45.4954 126.935 45.5956C126.938 45.6139 126.941 45.6321 126.944 45.6497C126.962 45.7639 126.991 45.8756 127.021 45.9874C127.131 46.4796 127.527 46.7083 128.002 46.5364C128.217 46.4613 128.433 46.3672 128.498 46.112C128.504 46.0841 128.525 46.0625 128.547 46.0399C128.561 46.0257 128.575 46.0114 128.586 45.9948C128.933 45.5451 129.031 45.035 128.933 44.4784C128.893 44.2571 128.791 44.0673 128.636 43.8944C128.399 43.6267 128.086 43.5857 127.781 43.7661C127.557 43.9174 127.404 44.104 127.246 44.3597ZM128.141 56.5112C128.169 56.4622 128.198 56.4111 128.229 56.3572C128.233 56.352 128.238 56.3464 128.242 56.3406C128.247 56.3347 128.252 56.3286 128.257 56.3224L128.259 56.3202L128.259 56.3194C128.31 56.2551 128.376 56.1736 128.444 56.1083C128.748 55.8041 129.156 55.7636 129.522 55.9924C129.779 56.1505 129.939 56.3781 130.011 56.661C130.14 57.1865 130.042 57.6657 129.701 58.0892C129.344 58.5223 128.792 58.5922 128.289 58.2737C127.822 57.9788 127.664 57.4345 127.904 56.9449C127.974 56.8033 128.052 56.6671 128.141 56.5112ZM125.231 50.715C125.061 51.0041 124.971 51.3761 124.994 51.7807C125.003 51.9712 125.041 52.1495 125.23 52.2532C125.263 52.2746 125.287 52.3191 125.308 52.361C125.316 52.3746 125.323 52.3881 125.33 52.4002C125.493 52.6707 125.735 52.7883 126.046 52.7246C126.444 52.6365 126.717 52.3944 126.891 52.0362C127.018 51.7807 127.085 51.5065 127.087 51.2207C127.094 50.8659 126.966 50.5571 126.711 50.3181C126.484 50.098 126.211 50.0425 125.908 50.1419C125.633 50.2292 125.429 50.4138 125.231 50.715ZM116.174 48.7442C116.195 48.7019 116.215 48.6598 116.234 48.6179C116.464 48.3165 116.717 48.0412 117.063 47.8773C117.22 47.7954 117.384 47.7491 117.527 47.9245C117.534 47.9356 117.551 47.9445 117.568 47.9534C117.576 47.9578 117.585 47.9623 117.592 47.967C117.861 48.0916 117.985 48.3266 118.019 48.605C118.076 49.1142 117.934 49.5651 117.634 49.974C117.523 50.1271 117.383 50.2613 117.209 50.3528C116.716 50.6152 116.236 50.4347 116.045 49.9096C115.952 49.6435 115.925 49.3698 116.019 49.1026C116.061 48.98 116.118 48.8611 116.174 48.7442ZM122.626 46.4372C122.845 46.0882 122.925 45.6996 122.833 45.2906C122.813 45.1955 122.781 45.1028 122.745 45.0173C122.498 44.4973 121.961 44.3719 121.508 44.7317C121.289 44.9068 121.124 45.1269 121.023 45.3894C120.945 45.5842 120.884 45.791 120.824 45.9979C120.809 46.0496 120.794 46.1013 120.779 46.1528C120.76 46.2124 120.761 46.2743 120.761 46.3363C120.748 46.7173 120.903 46.8902 121.281 46.9428C121.307 46.9473 121.334 46.9509 121.361 46.9544C121.402 46.9597 121.444 46.9652 121.487 46.9749C121.739 47.0472 121.966 47.0006 122.182 46.8755C122.366 46.7697 122.515 46.6212 122.626 46.4372ZM111.295 47.3684C111.168 47.562 111.067 47.7626 111.033 47.9866C110.967 48.3228 111.079 48.5912 111.354 48.8015C112.054 49.3212 112.911 48.8351 113.063 48.1342C113.083 48.0245 113.092 47.9173 113.089 47.8126C113.077 47.6103 113.059 47.4032 113.035 47.2033C112.981 46.737 112.68 46.5816 112.229 46.6866C111.795 46.7821 111.524 47.036 111.295 47.3684ZM116.523 54.6738C116.955 55.0999 117.03 55.7542 116.7 56.2562C116.525 56.5216 116.259 56.7374 116.002 56.8461C115.547 57.0202 115.105 56.8443 114.905 56.3954C114.8 56.1627 114.781 55.9247 114.843 55.6886C114.927 55.3738 115.097 55.1156 115.346 54.9093C115.564 54.7342 115.805 54.6042 116.082 54.5597C116.244 54.5326 116.398 54.5507 116.523 54.6738ZM130.61 51.6262C130.361 51.1562 130.393 50.6845 130.659 50.2329C130.827 49.9628 131.077 49.8495 131.383 49.8238C131.634 49.8033 131.847 49.8711 132.026 50.0391C132.516 50.5029 132.49 51.3889 131.977 51.8229C131.529 52.2065 130.863 52.1199 130.61 51.6262ZM111.206 54.2647C111.461 53.8774 111.363 53.3518 110.98 53.0397C110.64 52.756 110.129 52.7804 109.811 53.1062C109.524 53.4007 109.365 53.7684 109.359 54.1851C109.36 54.3089 109.395 54.4444 109.439 54.5656C109.5 54.7081 109.615 54.7836 109.788 54.7731C109.886 54.7654 109.986 54.7618 110.086 54.7582C110.187 54.7547 110.287 54.7511 110.385 54.7434C110.739 54.708 111.008 54.5349 111.206 54.2647ZM120.476 54.8172C120.416 54.5008 120.488 54.2194 120.662 53.9541C120.856 53.6601 121.163 53.4606 121.447 53.4208C121.774 53.3784 122.051 53.5387 122.109 53.8432C122.156 54.0691 122.168 54.3024 122.16 54.5334C122.151 54.8144 122.007 55.0486 121.81 55.2379C121.587 55.4511 121.32 55.5432 121.013 55.445C120.718 55.3443 120.534 55.1216 120.476 54.8172Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.705 66.5466C135.533 66.7929 135.402 67.1175 135.372 67.4772C135.36 67.574 135.378 67.6823 135.395 67.7825C135.398 67.8008 135.401 67.819 135.404 67.8366C135.421 67.9508 135.451 68.0625 135.481 68.1743C135.59 68.6665 135.987 68.8951 136.462 68.7233C136.676 68.6482 136.893 68.5541 136.958 68.2989C136.964 68.271 136.985 68.2494 137.007 68.2267C137.02 68.2126 137.034 68.1983 137.045 68.1817C137.393 67.732 137.491 67.2219 137.393 66.6653C137.353 66.444 137.25 66.2542 137.096 66.0812C136.859 65.8136 136.545 65.7726 136.241 65.9529C136.017 66.1043 135.863 66.2909 135.705 66.5466ZM131.086 68.6241C131.305 68.2751 131.385 67.8865 131.293 67.4775C131.273 67.3824 131.241 67.2897 131.204 67.2042C130.958 66.6842 130.421 66.5588 129.967 66.9186C129.749 67.0937 129.583 67.3138 129.483 67.5763C129.404 67.7711 129.344 67.9779 129.284 68.1847C129.269 68.2365 129.254 68.2882 129.239 68.3397C129.22 68.3993 129.221 68.4612 129.221 68.5231C129.208 68.9042 129.362 69.0771 129.741 69.1297C129.767 69.1342 129.793 69.1377 129.82 69.1413C129.861 69.1466 129.904 69.1521 129.947 69.1618C130.199 69.2341 130.426 69.1875 130.642 69.0624C130.825 68.9566 130.975 68.8081 131.086 68.6241Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.7559 33.9233C87.4327 34.1933 87.2066 34.529 87.083 34.937C87.0339 35.1088 87.009 35.2833 87.0447 35.4645C87.0722 35.608 87.1211 35.7234 87.2667 35.7944C87.3072 35.8172 87.3463 35.8521 87.3734 35.8856C87.7464 36.2933 88.3388 36.3707 88.8006 36.0671C89.2032 35.7997 89.417 35.4077 89.4555 34.9353C89.4825 34.6266 89.4222 34.3327 89.2798 34.0604C89.1212 33.768 88.8664 33.6299 88.5353 33.6302C88.2352 33.6277 87.9786 33.7339 87.7559 33.9233ZM93.5275 32.4495C93.5695 32.4115 93.6131 32.3719 93.6588 32.33C93.6645 32.3263 93.6705 32.3224 93.6767 32.3183C93.683 32.3142 93.6894 32.3099 93.6961 32.3055L93.6985 32.3039L93.6994 32.3033C93.768 32.258 93.8552 32.2005 93.9407 32.1594C94.3234 31.9632 94.7248 32.0501 95.002 32.38C95.198 32.6094 95.2798 32.8751 95.2607 33.1663C95.2211 33.7058 94.9792 34.1314 94.5242 34.4297C94.0504 34.732 93.5036 34.629 93.1237 34.1717C92.7708 33.7479 92.7887 33.1815 93.168 32.7894C93.2781 32.676 93.3943 32.5704 93.5275 32.4495ZM97.3864 28.5603C97.2955 28.0369 97.4715 27.598 97.8644 27.2501C98.1072 27.0446 98.3802 27.0135 98.6792 27.0831C98.9244 27.1406 99.1066 27.2707 99.2245 27.4853C99.5471 28.0769 99.2489 28.9118 98.6269 29.1673C98.0814 29.3945 97.4747 29.1077 97.3864 28.5603Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M98.4254 36.299C98.1504 36.5193 97.9589 36.761 97.8591 37.0617C97.8139 37.1973 97.7903 37.3597 97.799 37.5073C97.8133 37.7166 97.9969 37.8896 98.2202 37.8653C98.27 37.8586 98.3347 37.884 98.3873 37.9081C98.4171 37.9198 98.4452 37.9353 98.4726 37.9503C98.5047 37.9679 98.5359 37.9851 98.568 37.9952C99.0247 38.1371 99.6831 37.8857 99.9224 37.4843C100.139 37.1231 100.069 36.5166 99.7762 36.2215C99.6046 36.0499 99.3904 35.9896 99.1496 36.0059C98.8711 36.0303 98.6199 36.1432 98.4254 36.299ZM102.887 41.8987C102.856 41.4491 103.07 41.1121 103.399 40.8368C103.581 40.6917 103.781 40.5976 104.008 40.5371C104.366 40.4603 104.682 40.5929 104.876 40.9015C105.075 41.2167 105.118 41.5575 105.049 41.9105C104.857 42.8487 103.847 43.0615 103.204 42.5386C103.002 42.3697 102.901 42.1631 102.887 41.8987ZM109.948 41.1111C109.624 41.3811 109.398 41.7168 109.275 42.1248C109.225 42.2966 109.201 42.4711 109.236 42.6523C109.264 42.7958 109.313 42.9112 109.458 42.9822C109.499 43.005 109.538 43.0399 109.565 43.0734C109.938 43.4811 110.53 43.5585 110.992 43.2549C111.395 42.9875 111.609 42.5955 111.647 42.1231C111.674 41.8144 111.614 41.5205 111.471 41.2482C111.313 40.9558 111.058 40.8177 110.727 40.818C110.427 40.8155 110.17 40.9217 109.948 41.1111ZM118.624 27.8026C118.383 27.984 118.158 28.2526 118.018 28.5855C117.978 28.674 117.961 28.7826 117.946 28.883C117.943 28.9013 117.941 28.9195 117.938 28.9371C117.919 29.0512 117.913 29.1667 117.907 29.2821C117.859 29.784 118.166 30.1233 118.67 30.1055C118.898 30.1 119.133 30.077 119.274 29.8541C119.288 29.8293 119.314 29.8152 119.342 29.8004C119.36 29.7912 119.378 29.7819 119.393 29.7695C119.863 29.4484 120.114 28.9933 120.193 28.4336C120.223 28.2108 120.184 27.9988 120.09 27.7868C119.948 27.4595 119.662 27.3241 119.316 27.4022C119.057 27.4775 118.853 27.6079 118.624 27.8026ZM115.719 39.6373C115.761 39.5993 115.805 39.5597 115.85 39.5178C115.856 39.5141 115.862 39.5102 115.868 39.5061C115.875 39.502 115.881 39.4977 115.888 39.4933L115.89 39.4917L115.891 39.4911C115.96 39.4458 116.047 39.3883 116.132 39.3472C116.515 39.151 116.916 39.2379 117.194 39.5678C117.39 39.7972 117.471 40.0628 117.452 40.3541C117.413 40.8936 117.171 41.3192 116.716 41.6175C116.242 41.9198 115.695 41.8168 115.315 41.3595C114.962 40.9356 114.98 40.3693 115.36 39.9772C115.47 39.8638 115.586 39.7582 115.719 39.6373ZM114.742 33.2299C114.492 33.4529 114.291 33.7791 114.188 34.1711C114.137 34.355 114.118 34.5362 114.266 34.6931C114.291 34.7235 114.299 34.773 114.307 34.8196C114.31 34.8348 114.312 34.8497 114.315 34.8635C114.387 35.1707 114.581 35.3572 114.896 35.3918C115.303 35.4304 115.637 35.2839 115.913 34.9965C116.113 34.7924 116.261 34.5521 116.352 34.2809C116.468 33.9453 116.442 33.6125 116.273 33.3066C116.125 33.0276 115.882 32.8909 115.563 32.8925C115.275 32.8913 115.024 33.0043 114.742 33.2299ZM106.735 28.5746C106.767 28.5406 106.8 28.5068 106.831 28.4729C107.142 28.2566 107.469 28.0725 107.848 28.0226C108.023 27.9929 108.194 27.9995 108.275 28.2101C108.278 28.2227 108.292 28.2364 108.305 28.2501C108.312 28.2569 108.319 28.2638 108.324 28.2705C108.541 28.4716 108.587 28.7333 108.533 29.0085C108.43 29.5104 108.155 29.8958 107.743 30.1927C107.59 30.3042 107.416 30.3889 107.222 30.4226C106.672 30.5209 106.271 30.2018 106.252 29.6436C106.245 29.3617 106.305 29.0933 106.476 28.8677C106.555 28.7642 106.646 28.6686 106.735 28.5746ZM113.586 28.3606C113.903 28.096 114.099 27.7509 114.138 27.3335C114.148 27.2369 114.147 27.1389 114.138 27.0463C114.065 26.476 113.592 26.1919 113.05 26.3949C112.788 26.4944 112.562 26.6529 112.385 26.8718C112.25 27.033 112.129 27.2113 112.008 27.3896C111.978 27.4342 111.947 27.4787 111.917 27.523C111.881 27.5741 111.862 27.6331 111.843 27.6922C111.713 28.0506 111.807 28.2626 112.151 28.4287C112.174 28.441 112.198 28.4525 112.223 28.4642C112.26 28.4818 112.299 28.5001 112.337 28.5225C112.554 28.6687 112.784 28.694 113.029 28.6415C113.236 28.597 113.424 28.5016 113.586 28.3606ZM102.518 25.7678C102.337 25.9129 102.179 26.0727 102.077 26.2754C101.91 26.5748 101.934 26.8647 102.131 27.1491C102.637 27.8586 103.602 27.6593 103.963 27.039C104.016 26.941 104.058 26.8417 104.087 26.741C104.139 26.545 104.185 26.3423 104.225 26.145C104.317 25.6847 104.079 25.4446 103.618 25.406C103.175 25.3634 102.839 25.522 102.518 25.7678ZM105.234 34.3226C105.513 34.8605 105.382 35.5061 104.913 35.8823C104.665 36.0811 104.345 36.2048 104.066 36.2291C103.579 36.255 103.213 35.9519 103.162 35.4635C103.134 35.2099 103.189 34.9776 103.322 34.7722C103.498 34.4983 103.74 34.3049 104.041 34.1852C104.303 34.0857 104.572 34.0359 104.849 34.0786C105.012 34.1027 105.152 34.167 105.234 34.3226ZM119.578 35.748C119.487 35.2247 119.663 34.7858 120.056 34.4379C120.299 34.2324 120.572 34.2013 120.871 34.2709C121.116 34.3284 121.298 34.4584 121.416 34.6731C121.739 35.2647 121.441 36.0996 120.818 36.3551C120.273 36.5823 119.666 36.2955 119.578 35.748ZM100.302 32.3011C100.664 32.0109 100.733 31.4808 100.465 31.0663C100.23 30.692 99.7351 30.5582 99.3322 30.7705C98.9683 30.9627 98.703 31.2635 98.5686 31.6582C98.5314 31.7763 98.5226 31.9159 98.5271 32.0447C98.5412 32.199 98.6277 32.3063 98.7947 32.3492C98.8904 32.3719 98.9871 32.3993 99.0837 32.4268C99.1804 32.4542 99.277 32.4817 99.3727 32.5044C99.7202 32.5793 100.029 32.4972 100.302 32.3011ZM108.951 35.6726C108.991 35.3532 109.146 35.1075 109.394 34.9087C109.669 34.6884 110.023 34.5928 110.306 34.6423C110.63 34.7025 110.844 34.9398 110.805 35.2472C110.78 35.4767 110.719 35.7022 110.64 35.9197C110.545 36.1841 110.335 36.3627 110.09 36.4824C109.811 36.6168 109.529 36.6224 109.267 36.4347C109.017 36.2483 108.911 35.98 108.951 35.6726Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.082 36.6959C26.7833 36.5086 26.4916 36.407 26.1738 36.411C26.0305 36.4125 25.8687 36.4432 25.7315 36.4995C25.5376 36.5812 25.4334 36.8106 25.5293 37.0131C25.552 37.0578 25.5489 37.127 25.5432 37.1844C25.5418 37.2163 25.5363 37.2478 25.531 37.2785C25.5248 37.3145 25.5187 37.3495 25.5195 37.383C25.5339 37.8596 25.9872 38.3979 26.4461 38.4926C26.8593 38.5789 27.412 38.3156 27.5962 37.9433C27.703 37.7257 27.6903 37.5042 27.5963 37.2827C27.4823 37.0282 27.2933 36.8284 27.082 36.6959ZM23.2256 42.724C23.6419 42.548 24.0313 42.6398 24.4002 42.8609C24.5969 42.9842 24.7514 43.1421 24.883 43.3364C25.0725 43.6484 25.05 43.99 24.8205 44.273C24.5864 44.5633 24.2771 44.7149 23.9199 44.7654C22.967 44.8895 22.4358 44.0075 22.7222 43.2316C22.8164 42.9858 22.9796 42.8238 23.2256 42.724ZM26.2761 49.1193C25.9145 48.9028 25.5223 48.7991 25.0949 48.8157C24.9159 48.8254 24.7423 48.8589 24.5821 48.9515C24.4549 49.0242 24.3614 49.1079 24.3415 49.2682C24.3331 49.3138 24.3128 49.362 24.2898 49.3984C24.0248 49.8827 24.1446 50.4661 24.5833 50.8021C24.9682 51.0944 25.4098 51.168 25.8705 51.0503C26.1722 50.9752 26.4312 50.8226 26.6431 50.5997C26.8688 50.355 26.9166 50.0699 26.8084 49.7581C26.7128 49.4745 26.5284 49.2674 26.2761 49.1193ZM41.7307 52.9562C41.4803 52.789 41.1522 52.6646 40.7907 52.6412C40.6934 52.6317 40.5851 52.6516 40.4848 52.6699C40.4665 52.6733 40.4484 52.6766 40.4308 52.6797C40.3165 52.6996 40.205 52.7313 40.0935 52.763C39.6017 52.8815 39.38 53.2811 39.5614 53.7507C39.6409 53.9632 39.7395 54.1774 39.9967 54.2371C40.0248 54.2422 40.0469 54.2628 40.07 54.2843C40.0845 54.2977 40.0991 54.3115 40.116 54.322C40.5738 54.66 41.0875 54.7483 41.644 54.6399C41.8652 54.5957 42.0537 54.4903 42.2242 54.3329C42.4882 54.0919 42.5234 53.7785 42.3366 53.4784C42.1805 53.2586 41.9903 53.1088 41.7307 52.9562ZM29.5569 54.0765C29.6066 54.1037 29.6585 54.1319 29.7131 54.1613C29.7184 54.1655 29.7241 54.1698 29.73 54.1743C29.736 54.1789 29.7422 54.1836 29.7485 54.1885L29.7508 54.1902L29.7516 54.1908C29.8171 54.2407 29.9001 54.3042 29.9669 54.3713C30.2779 54.6679 30.3263 55.0744 30.1038 55.4431C29.9502 55.7025 29.7249 55.8661 29.4424 55.9431C28.9177 56.0816 28.435 55.9924 28.0037 55.6609C27.5623 55.313 27.4816 54.7643 27.7915 54.2573C28.0784 53.7867 28.6215 53.6191 29.1172 53.8486C29.2607 53.9154 29.3988 53.9905 29.5569 54.0765ZM35.3163 51.0683C35.0229 50.9047 34.648 50.822 34.2425 50.8523C34.0516 50.8647 33.8734 50.9054 33.773 51.0966C33.7522 51.1296 33.708 51.1537 33.6663 51.1764C33.6528 51.1838 33.6395 51.191 33.6274 51.1984C33.3591 51.3656 33.2458 51.6096 33.3157 51.9177C33.4117 52.3133 33.6598 52.5807 34.0225 52.7472C34.2813 52.8688 34.5577 52.9303 34.8444 52.9272C35.2005 52.9269 35.5079 52.7943 35.7427 52.5351C35.9592 52.3049 36.0097 52.0316 35.9042 51.7317C35.8113 51.46 35.6222 51.2601 35.3163 51.0683ZM37.1201 42.0073C37.1629 42.0267 37.2055 42.046 37.2479 42.0646C37.5547 42.2874 37.8357 42.5348 38.0068 42.8759C38.092 43.0309 38.1415 43.1941 37.9683 43.3396C37.9573 43.3462 37.9487 43.3634 37.9401 43.3806C37.9358 43.3893 37.9315 43.3979 37.9269 43.4052C37.8071 43.6756 37.5737 43.8036 37.295 43.8424C36.7852 43.9089 36.3302 43.776 35.9142 43.4846C35.7585 43.3769 35.6212 43.2399 35.5261 43.0685C35.2534 42.5824 35.4252 42.1006 35.9484 41.9002C36.2136 41.8022 36.4877 41.7708 36.7576 41.8587C36.8814 41.8991 37.0017 41.9536 37.1201 42.0073ZM39.5581 48.3921C39.9124 48.6041 40.3038 48.6767 40.7123 48.5772C40.8074 48.5555 40.8997 48.5219 40.9848 48.4838C41.5018 48.2286 41.6174 47.6912 41.2477 47.246C41.0678 47.0315 40.8439 46.8708 40.5786 46.7756C40.3817 46.7009 40.173 46.6448 39.9643 46.5888C39.9122 46.5748 39.86 46.5608 39.808 46.5465C39.7478 46.529 39.6857 46.5308 39.6236 46.5325C39.2411 46.5263 39.0706 46.6837 39.0251 47.0618C39.021 47.0876 39.018 47.1141 39.015 47.1413C39.0105 47.182 39.0057 47.2245 38.9968 47.2676C38.9291 47.5199 38.9802 47.7451 39.1098 47.9585C39.2195 48.1391 39.3714 48.2851 39.5581 48.3921ZM38.407 37.1197C38.2103 36.9964 38.007 36.8995 37.7816 36.8699C37.4432 36.8101 37.176 36.9272 36.9703 37.2048C36.4623 37.9128 36.9664 38.7574 37.6725 38.8953C37.7829 38.9137 37.8906 38.9203 37.9956 38.915C38.1984 38.8998 38.4058 38.8774 38.6059 38.8504C39.0727 38.7874 39.2228 38.4852 39.1088 38.0376C39.0047 37.6064 38.7447 37.3417 38.407 37.1197ZM31.1779 42.4661C30.7587 42.9045 30.1036 42.9918 29.5937 42.672C29.3242 42.503 29.1025 42.242 28.9885 41.9876C28.8051 41.5372 28.9732 41.0937 29.4197 40.8858C29.6512 40.7769 29.8896 40.7536 30.1277 40.8114C30.4451 40.8885 30.7073 41.0529 30.919 41.2975C31.0989 41.5119 31.2339 41.7491 31.2839 42.0243C31.3142 42.1857 31.2989 42.3387 31.1779 42.4661ZM34.5051 56.4446C34.9718 56.1885 35.4456 56.2112 35.9038 56.468C36.1779 56.6297 36.2965 56.8769 36.328 57.1813C36.3535 57.431 36.2895 57.645 36.1244 57.826C35.6685 58.3227 34.7792 58.3139 34.3339 57.8111C33.9404 57.3713 34.0145 56.7062 34.5051 56.4446ZM31.4865 37.1608C31.8799 37.4075 32.4054 37.3 32.7112 36.9123C32.9893 36.5684 32.955 36.059 32.6221 35.7486C32.3211 35.4683 31.9492 35.3164 31.531 35.3185C31.4068 35.3219 31.2715 35.359 31.1508 35.4053C31.009 35.4688 30.9355 35.5853 30.9493 35.7567C30.9589 35.8542 30.9644 35.9542 30.97 36.0542C30.9754 36.1542 30.9809 36.2542 30.9906 36.3517C31.0329 36.7035 31.2116 36.9681 31.4865 37.1608ZM31.1097 46.4077C31.4259 46.3417 31.7096 46.4078 31.9792 46.5768C32.2778 46.7641 32.4838 47.0661 32.5291 47.3486C32.578 47.674 32.4225 47.9526 32.1181 48.0158C31.8924 48.0674 31.6586 48.0834 31.4267 48.0803C31.1445 48.0761 30.9068 47.9372 30.7132 47.7446C30.495 47.5265 30.3975 47.2621 30.4901 46.9543C30.5854 46.6583 30.8054 46.471 31.1097 46.4077Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.3343 29.1341C89.6783 29.056 89.9567 28.9223 90.1785 28.6955C90.2787 28.5933 90.3712 28.4576 90.4283 28.3211C90.5074 28.1267 90.4182 27.891 90.2068 27.8155C90.1591 27.7998 90.1121 27.7487 90.0754 27.7041C90.0538 27.6806 90.0352 27.6544 90.0172 27.629C89.9961 27.5991 89.9755 27.57 89.9512 27.547C89.6028 27.2201 88.9004 27.1589 88.5089 27.4154C88.1555 27.6456 87.9517 28.2213 88.0857 28.6144C88.1646 28.8436 88.3307 28.9912 88.5544 29.0816C88.8155 29.1812 89.0909 29.1893 89.3343 29.1341ZM87.7826 22.1534C87.6133 22.5713 87.2728 22.7809 86.8552 22.8845C86.6286 22.9359 86.4073 22.9331 86.1764 22.8885C85.8211 22.8014 85.5945 22.544 85.556 22.1821C85.5154 21.8119 85.6265 21.4867 85.8432 21.1993C86.4287 20.4399 87.4301 20.6892 87.7783 21.4397C87.8861 21.6799 87.8857 21.9095 87.7826 22.1534ZM67.4406 27.9601C67.7361 27.9018 68.0565 27.7586 68.3286 27.5204C68.4041 27.4585 68.4665 27.3681 68.5244 27.2845C68.5349 27.2692 68.5454 27.2541 68.5556 27.2394C68.6223 27.1449 68.6786 27.0439 68.735 26.9428C68.9985 26.5124 68.8717 26.0735 68.4102 25.8694C68.2032 25.7752 67.9815 25.6931 67.7573 25.8322C67.7338 25.8484 67.7036 25.8495 67.672 25.8505C67.6523 25.8512 67.6321 25.8518 67.6127 25.8562C67.0493 25.9399 66.6235 26.2395 66.307 26.7084C66.1821 26.8956 66.1236 27.103 66.1147 27.3344C66.0991 27.6909 66.2967 27.9373 66.6417 28.0178C66.9081 28.0633 67.1488 28.0351 67.4406 27.9601ZM73.3146 24.7743C73.638 24.6833 73.9617 24.4775 74.2268 24.1702C74.353 24.0269 74.45 23.8725 74.3853 23.6666C74.3766 23.6286 74.3908 23.5804 74.4041 23.535C74.4084 23.5203 74.4127 23.5057 74.416 23.492C74.487 23.1847 74.394 22.9323 74.1259 22.7637C73.7773 22.5516 73.4122 22.5373 73.0377 22.6752C72.7685 22.7716 72.5294 22.9229 72.329 23.1272C72.0775 23.3784 71.9543 23.6888 71.9722 24.0376C71.9825 24.353 72.1407 24.5818 72.4282 24.7195C72.6866 24.8462 72.9621 24.8543 73.3146 24.7743ZM78.4694 32.4529C78.4254 32.4694 78.3815 32.4858 78.3384 32.5025C77.9634 32.5611 77.5892 32.5843 77.2262 32.4637C77.056 32.4141 76.9052 32.3336 76.9243 32.1086C76.9274 32.0962 76.9213 32.078 76.9152 32.0598C76.912 32.0506 76.909 32.0415 76.9071 32.0331C76.7999 31.7574 76.874 31.5024 77.0435 31.2786C77.3567 30.8722 77.7726 30.6455 78.2735 30.5583C78.46 30.5248 78.6542 30.5249 78.8431 30.5791C79.3809 30.7306 79.6012 31.1924 79.3737 31.7029C79.2557 31.9591 79.0843 32.1744 78.8311 32.3025C78.715 32.3612 78.5912 32.4075 78.4694 32.4529ZM72.2152 29.6563C71.8143 29.7561 71.4861 29.9806 71.2679 30.3389C71.2161 30.4213 71.1746 30.5101 71.1415 30.597C70.9572 31.1418 71.2568 31.6033 71.8342 31.6576C72.1135 31.6824 72.3858 31.6383 72.6409 31.5186C72.8331 31.4327 73.0204 31.3252 73.2077 31.2178C73.2545 31.1909 73.3013 31.1641 73.3482 31.1376C73.4031 31.1075 73.4458 31.0625 73.4885 31.0175C73.7632 30.7522 73.7721 30.5208 73.536 30.2214C73.5205 30.2003 73.5038 30.1794 73.4867 30.158C73.461 30.1261 73.4341 30.0926 73.4099 30.0559C73.2787 29.8297 73.0829 29.7065 72.8397 29.647C72.634 29.5966 72.423 29.6003 72.2152 29.6563ZM81.0281 36.816C81.2546 36.7646 81.4671 36.69 81.6474 36.552C81.9291 36.3557 82.0348 36.0847 81.9833 35.7434C81.8399 34.8847 80.8843 34.6427 80.2873 35.0428C80.1962 35.1076 80.1154 35.1789 80.0449 35.2567C79.9123 35.4103 79.7816 35.5723 79.6594 35.7324C79.3741 36.106 79.4824 36.4255 79.8806 36.6617C80.2602 36.8932 80.6318 36.8971 81.0281 36.816ZM82.3443 27.9405C82.3295 27.335 82.7306 26.8116 83.318 26.6784C83.6284 26.6079 83.9703 26.6362 84.2314 26.7358C84.6807 26.9251 84.8766 27.3571 84.7085 27.8188C84.6222 28.059 84.4702 28.2435 84.2609 28.3704C83.9818 28.5396 83.6797 28.6081 83.3565 28.5844C83.0772 28.5595 82.8135 28.487 82.5828 28.3276C82.4469 28.2349 82.3491 28.1159 82.3443 27.9405ZM70.0727 20.4008C69.9246 20.9109 69.5735 21.2288 69.0674 21.3701C68.7589 21.4489 68.4997 21.3577 68.2614 21.1647C68.0662 21.006 67.9596 20.8096 67.9478 20.5652C67.9176 19.8926 68.5525 19.2721 69.224 19.3139C69.8143 19.3476 70.2339 19.8701 70.0727 20.4008ZM85.8909 31.9096C85.4377 32.0124 85.1426 32.4588 85.2016 32.9484C85.249 33.3876 85.6348 33.7237 86.0903 33.7085C86.502 33.6946 86.8727 33.5399 87.1668 33.2437C87.2522 33.1537 87.3215 33.0321 87.374 32.9143C87.4291 32.7695 87.3984 32.6352 87.2671 32.5239C87.1911 32.4617 87.1162 32.3949 87.0414 32.328C86.9665 32.2612 86.8916 32.1943 86.8156 32.1322C86.5361 31.9132 86.222 31.8521 85.8909 31.9096ZM79.5954 25.1052C79.4187 25.3747 79.1712 25.5279 78.8607 25.5984C78.5167 25.6764 78.1568 25.6081 77.9243 25.4402C77.6589 25.2446 77.5711 24.938 77.7414 24.6788C77.8644 24.4832 78.0183 24.3071 78.1844 24.1459C78.3868 23.9499 78.6534 23.8806 78.927 23.8803C79.236 23.8808 79.4925 23.9991 79.6455 24.282C79.7881 24.5585 79.7656 24.846 79.5954 25.1052Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M99.7901 52.7637C100.134 52.6857 100.413 52.5519 100.634 52.3251C100.734 52.223 100.827 52.0873 100.884 51.9508C100.963 51.7564 100.874 51.5207 100.663 51.4451C100.615 51.4295 100.568 51.3784 100.531 51.3338C100.51 51.3103 100.491 51.2841 100.473 51.2586C100.452 51.2288 100.431 51.1997 100.407 51.1766C100.059 50.8498 99.3562 50.7886 98.9647 51.0451C98.6113 51.2752 98.4075 51.8509 98.5415 52.2441C98.6204 52.4732 98.7865 52.6208 99.0102 52.7113C99.2713 52.8109 99.5468 52.819 99.7901 52.7637ZM98.2384 45.7831C98.0691 46.2009 97.7286 46.4106 97.311 46.5141C97.0844 46.5655 96.8631 46.5628 96.6322 46.5181C96.2769 46.4311 96.0504 46.1737 96.0118 45.8118C95.9713 45.4416 96.0823 45.1164 96.299 44.8289C96.8845 44.0696 97.886 44.3189 98.2341 45.0693C98.3419 45.3096 98.3415 45.5391 98.2384 45.7831ZM91.5438 43.4107C91.953 43.309 92.3038 43.1059 92.5941 42.7929C92.7138 42.6599 92.8128 42.5139 92.8603 42.3355C92.8987 42.1944 92.9054 42.0694 92.8056 41.942C92.7792 41.9038 92.7594 41.8554 92.7498 41.8135C92.5935 41.2842 92.0948 40.9561 91.5462 41.0277C91.0667 41.0923 90.7023 41.3515 90.4601 41.7594C90.3002 42.0251 90.2254 42.3156 90.2338 42.6226C90.2479 42.9547 90.4165 43.19 90.7142 43.3342C90.983 43.4673 91.2604 43.4838 91.5438 43.4107ZM77.8964 51.5898C78.192 51.5315 78.5123 51.3882 78.7844 51.15C78.8599 51.0882 78.9223 50.9977 78.9802 50.9141C78.9907 50.8988 79.0012 50.8838 79.0114 50.8691C79.0781 50.7745 79.1345 50.6735 79.1908 50.5725C79.4543 50.1421 79.3275 49.7032 78.866 49.4991C78.6591 49.4048 78.4373 49.3228 78.2131 49.4619C78.1896 49.4781 78.1594 49.4791 78.1278 49.4802C78.1081 49.4809 78.0879 49.4815 78.0685 49.4859C77.5051 49.5696 77.0793 49.8692 76.7628 50.338C76.6379 50.5252 76.5794 50.7326 76.5705 50.9641C76.555 51.3205 76.7525 51.5669 77.0975 51.6475C77.3639 51.6929 77.6046 51.6648 77.8964 51.5898ZM85.7068 42.2176C85.6524 42.2334 85.5957 42.25 85.5363 42.2677C85.5295 42.2686 85.5224 42.2695 85.515 42.2704C85.5076 42.2714 85.4999 42.2725 85.4919 42.2735L85.4891 42.2738L85.488 42.274C85.4064 42.2848 85.3027 42.2985 85.2079 42.2981C84.7775 42.3075 84.4548 42.0543 84.3505 41.6367C84.275 41.345 84.3182 41.0705 84.4632 40.817C84.7358 40.3492 85.1403 40.0722 85.6805 40.0026C86.2393 39.9375 86.6858 40.2686 86.8265 40.8455C86.9576 41.3805 86.6927 41.8818 86.1793 42.0689C86.0306 42.1228 85.8797 42.167 85.7068 42.2176ZM83.7704 48.404C84.0938 48.3129 84.4175 48.1071 84.6826 47.7999C84.8088 47.6566 84.9059 47.5022 84.8411 47.2963C84.8325 47.2583 84.8466 47.2101 84.86 47.1647C84.8643 47.1499 84.8685 47.1354 84.8719 47.1217C84.9428 46.8144 84.8498 46.5619 84.5818 46.3933C84.2332 46.1812 83.868 46.167 83.4935 46.3049C83.2243 46.4013 82.9852 46.5526 82.7848 46.7569C82.5333 47.0081 82.4101 47.3184 82.428 47.6673C82.4383 47.9826 82.5966 48.2114 82.884 48.3492C83.1425 48.4758 83.4179 48.4839 83.7704 48.404ZM88.9252 56.0826C88.8812 56.099 88.8373 56.1154 88.7942 56.1322C88.4192 56.1908 88.045 56.2139 87.682 56.0933C87.5118 56.0437 87.361 55.9632 87.3802 55.7383C87.3832 55.7258 87.3771 55.7076 87.371 55.6894C87.3679 55.6803 87.3648 55.6712 87.3629 55.6628C87.2557 55.3871 87.3298 55.132 87.4993 54.9082C87.8125 54.5019 88.2285 54.2752 88.7293 54.188C88.9158 54.1545 89.11 54.1546 89.2989 54.2088C89.8367 54.3603 90.057 54.8221 89.8295 55.3326C89.7115 55.5887 89.5401 55.8041 89.2869 55.9321C89.1708 55.9909 89.047 56.0371 88.9252 56.0826ZM82.671 53.286C82.2701 53.3858 81.9419 53.6102 81.7237 53.9686C81.6719 54.0509 81.6304 54.1397 81.5974 54.2267C81.413 54.7715 81.7126 55.2329 82.29 55.2872C82.5693 55.3121 82.8416 55.2679 83.0967 55.1483C83.2889 55.0623 83.4762 54.9549 83.6635 54.8475C83.7103 54.8206 83.7571 54.7937 83.804 54.7672C83.8589 54.7371 83.9016 54.6921 83.9443 54.6472C84.2191 54.3819 84.2279 54.1504 83.9918 53.8511C83.9763 53.8299 83.9597 53.809 83.9425 53.7877C83.9168 53.7557 83.89 53.7223 83.8657 53.6855C83.7345 53.4594 83.5387 53.3362 83.2956 53.2766C83.0898 53.2262 82.8788 53.23 82.671 53.286ZM91.4839 60.4457C91.7104 60.3943 91.9229 60.3196 92.1032 60.1817C92.3849 59.9854 92.4906 59.7143 92.4391 59.3731C92.2957 58.5144 91.3401 58.2723 90.7431 58.6725C90.652 58.7373 90.5712 58.8086 90.5007 58.8863C90.3681 59.04 90.2375 59.202 90.1152 59.3621C89.8299 59.7356 89.9382 60.0552 90.3365 60.2913C90.716 60.5229 91.0876 60.5268 91.4839 60.4457ZM92.8001 51.5702C92.7853 50.9647 93.1864 50.4413 93.7738 50.308C94.0843 50.2376 94.4261 50.2659 94.6872 50.3655C95.1365 50.5547 95.3324 50.9868 95.1643 51.4485C95.078 51.6886 94.926 51.8731 94.7167 52.0001C94.4376 52.1693 94.1355 52.2378 93.8123 52.2141C93.533 52.1892 93.2693 52.1167 93.0387 51.9572C92.9027 51.8645 92.8049 51.7455 92.8001 51.5702ZM80.5285 44.0304C80.3804 44.5406 80.0294 44.8584 79.5233 44.9997C79.2147 45.0786 78.9555 44.9874 78.7172 44.7944C78.522 44.6357 78.4153 44.4393 78.4036 44.1949C78.3734 43.5223 79.0083 42.9018 79.6798 42.9435C80.2701 42.9773 80.6897 43.4997 80.5285 44.0304ZM96.3467 55.5393C95.8936 55.6421 95.5984 56.0885 95.6574 56.578C95.7048 57.0173 96.0906 57.3533 96.5461 57.3382C96.9578 57.3242 97.3285 57.1695 97.6227 56.8734C97.708 56.7834 97.7773 56.6618 97.8298 56.544C97.8849 56.3991 97.8542 56.2649 97.7229 56.1535C97.6469 56.0914 97.572 56.0245 97.4972 55.9577C97.4223 55.8908 97.3474 55.824 97.2714 55.7618C96.9919 55.5429 96.6778 55.4818 96.3467 55.5393ZM90.0512 48.7349C89.8745 49.0044 89.627 49.1576 89.3166 49.228C88.9725 49.3061 88.6126 49.2377 88.3801 49.0699C88.1147 48.8742 88.0269 48.5677 88.1972 48.3084C88.3202 48.1129 88.4741 47.9368 88.6403 47.7755C88.8426 47.5796 89.1092 47.5103 89.3828 47.51C89.6918 47.5105 89.9484 47.6287 90.1013 47.9117C90.244 48.1882 90.2214 48.4757 90.0512 48.7349Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.6132 50.1781C50.4197 50.4721 50.3122 50.7609 50.3103 51.0776C50.3092 51.2205 50.3369 51.3822 50.3908 51.52C50.4691 51.7148 50.6973 51.823 50.9022 51.7313C50.9475 51.7096 51.0169 51.714 51.0744 51.7208C51.1063 51.7227 51.1378 51.7288 51.1685 51.7347C51.2046 51.7416 51.2396 51.7483 51.2732 51.7482C51.7516 51.743 52.3002 51.3016 52.4037 50.8462C52.4982 50.4361 52.2444 49.8804 51.8743 49.6897C51.658 49.5791 51.4356 49.5875 51.2115 49.6769C50.9542 49.7856 50.7501 49.9702 50.6132 50.1781ZM56.5885 54.136C56.4196 53.7179 56.519 53.3316 56.7478 52.9683C56.8753 52.7747 57.0366 52.6237 57.234 52.4964C57.5505 52.3135 57.8929 52.3425 58.1725 52.5766C58.4593 52.8154 58.6056 53.1264 58.6494 53.4833C58.7561 54.4352 57.8612 54.9476 57.0882 54.6474C56.8434 54.5488 56.684 54.3831 56.5885 54.136ZM63.0619 51.219C62.8378 51.5751 62.7265 51.9639 62.7351 52.3901C62.7415 52.5686 62.7717 52.7423 62.8617 52.9036C62.9322 53.0318 63.0144 53.1266 63.1749 53.1494C63.2204 53.1587 63.2684 53.1798 63.3045 53.2034C63.7854 53.4768 64.3729 53.3686 64.7183 52.9379C65.0187 52.5599 65.1009 52.1213 64.9915 51.66C64.9218 51.358 64.7736 51.097 64.5539 50.8816C64.3127 50.652 64.0275 50.599 63.7127 50.7008C63.4264 50.7906 63.2151 50.9705 63.0619 51.219ZM67.2017 35.8934C67.0292 36.1397 66.8982 36.4643 66.8679 36.824C66.8566 36.9207 66.8745 37.029 66.891 37.1293C66.894 37.1476 66.897 37.1657 66.8998 37.1834C66.9176 37.2976 66.9473 37.4093 66.977 37.521C67.0867 38.0133 67.4835 38.2419 67.9579 38.07C68.1726 37.995 68.3894 37.9008 68.4541 37.6457C68.4598 37.6178 68.4808 37.5961 68.5028 37.5735C68.5165 37.5594 68.5307 37.545 68.5416 37.5285C68.8892 37.0788 68.9875 36.5686 68.8892 36.012C68.8489 35.7908 68.7467 35.6009 68.5921 35.428C68.3553 35.1603 68.0415 35.1193 67.7369 35.2997C67.5134 35.451 67.3596 35.6377 67.2017 35.8934ZM68.0968 48.0449C68.125 47.9958 68.1543 47.9447 68.1848 47.8909C68.1891 47.8856 68.1936 47.88 68.1982 47.8742C68.2029 47.8684 68.2077 47.8623 68.2127 47.8561L68.2145 47.8538L68.2151 47.853C68.2664 47.7888 68.3316 47.7073 68.4002 47.642C68.7037 47.3378 69.1124 47.2973 69.4781 47.5261C69.7354 47.6841 69.8954 47.9117 69.9673 48.1947C70.0964 48.7201 69.9978 49.1993 69.6571 49.6228C69.2998 50.0559 68.7478 50.1258 68.245 49.8074C67.7783 49.5125 67.6203 48.9681 67.8599 48.4786C67.9296 48.3369 68.0075 48.2008 68.0968 48.0449ZM65.187 42.2486C65.0174 42.5377 64.9274 42.9097 64.9502 43.3144C64.959 43.5048 64.9965 43.6832 65.1864 43.7868C65.2191 43.8082 65.2425 43.8527 65.2645 43.8947C65.2716 43.9083 65.2787 43.9217 65.2858 43.9339C65.4485 44.2044 65.6912 44.322 66.0016 44.2583C66.4003 44.1702 66.6732 43.9281 66.847 43.5699C66.9739 43.3144 67.0409 43.0401 67.0431 42.7544C67.0495 42.3995 66.9223 42.0908 66.6666 41.8518C66.4398 41.6317 66.1666 41.5761 65.8636 41.6755C65.5893 41.7629 65.3853 41.9474 65.187 42.2486ZM56.1305 40.2779C56.1508 40.2355 56.171 40.1934 56.1904 40.1516C56.4197 39.8502 56.6732 39.5749 57.0186 39.4109C57.1757 39.329 57.3404 39.2828 57.4831 39.4582C57.4895 39.4692 57.5066 39.4781 57.5237 39.487C57.5323 39.4915 57.5409 39.4959 57.5481 39.5006C57.8171 39.6253 57.9412 39.8603 57.9748 40.1386C58.032 40.6479 57.8901 41.0987 57.59 41.5077C57.4789 41.6607 57.339 41.7949 57.1652 41.8864C56.6724 42.1489 56.1923 41.9684 56.001 41.4433C55.9077 41.1771 55.8813 40.9034 55.9746 40.6362C56.0174 40.5136 56.0744 40.3947 56.1305 40.2779ZM62.5818 37.9708C62.8012 37.6219 62.8814 37.2333 62.7892 36.8243C62.7693 36.7291 62.7373 36.6365 62.7007 36.551C62.4544 36.0309 61.9174 35.9055 61.4637 36.2654C61.2452 36.4405 61.0798 36.6605 60.9792 36.923C60.9006 37.1178 60.8405 37.3247 60.7803 37.5315C60.7653 37.5832 60.7502 37.6349 60.7349 37.6865C60.7163 37.7461 60.7169 37.808 60.7174 37.8699C60.7041 38.251 60.8588 38.4239 61.2372 38.4764C61.263 38.481 61.2896 38.4845 61.3168 38.488C61.3575 38.4933 61.4001 38.4988 61.4432 38.5085C61.695 38.5809 61.9219 38.5343 62.1384 38.4092C62.3217 38.3033 62.4711 38.1548 62.5818 37.9708ZM51.2513 38.902C51.1238 39.0957 51.0228 39.2963 50.9889 39.5203C50.9225 39.8564 51.035 40.1248 51.3095 40.3351C52.0103 40.8548 52.8672 40.3688 53.0188 39.6679C53.0393 39.5582 53.0479 39.451 53.0446 39.3462C53.0332 39.1439 53.0146 38.9369 52.9913 38.737C52.9369 38.2706 52.6364 38.1152 52.1853 38.2203C51.7507 38.3157 51.4803 38.5697 51.2513 38.902ZM56.4791 46.2075C56.9111 46.6335 56.9864 47.2879 56.6559 47.7899C56.4813 48.0552 56.2153 48.2711 55.9579 48.3798C55.5026 48.5539 55.0609 48.3779 54.8607 47.9291C54.7557 47.6963 54.7368 47.4583 54.7993 47.2222C54.8826 46.9074 55.0525 46.6493 55.3018 46.443C55.5204 46.2679 55.7608 46.1379 56.0379 46.0934C56.2003 46.0662 56.3536 46.0844 56.4791 46.2075ZM70.5656 43.1598C70.3174 42.6898 70.3491 42.2182 70.6153 41.7665C70.7827 41.4965 71.0329 41.3831 71.3389 41.3575C71.5898 41.337 71.8034 41.4047 71.9819 41.5728C72.4717 42.0366 72.4461 42.9225 71.9333 43.3565C71.4846 43.7401 70.8188 43.6536 70.5656 43.1598ZM51.1624 45.7983C51.4173 45.4111 51.3193 44.8854 50.9361 44.5734C50.5963 44.2896 50.0846 44.3141 49.7669 44.6398C49.4801 44.9344 49.3207 45.302 49.3149 45.7188C49.316 45.8426 49.3507 45.9781 49.3949 46.0993C49.4559 46.2418 49.5714 46.3173 49.7436 46.3068C49.8416 46.299 49.942 46.2955 50.0425 46.2919C50.1429 46.2883 50.2433 46.2848 50.3414 46.277C50.6951 46.2416 50.9639 46.0686 51.1624 45.7983ZM60.4323 46.3508C60.372 46.0345 60.4436 45.7531 60.6183 45.4877C60.8118 45.1937 61.1186 44.9943 61.4029 44.9545C61.7303 44.9121 62.0068 45.0724 62.0646 45.3768C62.112 45.6027 62.1237 45.836 62.1162 46.067C62.1068 46.3481 61.9629 46.5823 61.7661 46.7715C61.5431 46.9848 61.276 47.0768 60.969 46.9786C60.6738 46.878 60.49 46.6553 60.4323 46.3508Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.6613 58.0803C75.4889 58.3265 75.3579 58.6512 75.3276 59.0109C75.3163 59.1076 75.3342 59.2159 75.3507 59.3162C75.3538 59.3345 75.3567 59.3526 75.3595 59.3703C75.3773 59.4844 75.407 59.5962 75.4367 59.7079C75.5464 60.2002 75.9431 60.4288 76.4176 60.2569C76.6323 60.1819 76.8491 60.0877 76.9138 59.8325C76.9195 59.8047 76.9405 59.783 76.9626 59.7604C76.9763 59.7463 76.9904 59.7319 77.0013 59.7154C77.3489 59.2657 77.4472 58.7555 77.3489 58.1989C77.3087 57.9777 77.2065 57.7878 77.0518 57.6149C76.815 57.3472 76.5012 57.3062 76.1967 57.4866C75.9731 57.6379 75.8193 57.8246 75.6613 58.0803ZM71.0415 60.1577C71.2609 59.8088 71.3411 59.4202 71.2489 59.0112C71.2289 58.916 71.197 58.8234 71.1604 58.7378C70.9141 58.2178 70.3772 58.0924 69.9235 58.4523C69.705 58.6274 69.5395 58.8474 69.439 59.1099C69.3604 59.3047 69.3002 59.5116 69.24 59.7184C69.225 59.7701 69.21 59.8218 69.1946 59.8733C69.176 59.933 69.1766 59.9949 69.1772 60.0568C69.1638 60.4379 69.3185 60.6108 69.6969 60.6633C69.7227 60.6679 69.7493 60.6714 69.7765 60.6749C69.8172 60.6802 69.8598 60.6857 69.9029 60.6954C70.1547 60.7678 70.3816 60.7212 70.5981 60.5961C70.7814 60.4902 70.9308 60.3417 71.0415 60.1577Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7119 25.457C27.3887 25.7269 27.1626 26.0626 27.039 26.4707C26.9899 26.6425 26.965 26.817 27.0007 26.9981C27.0282 27.1417 27.0771 27.2571 27.2227 27.3281C27.2632 27.3509 27.3023 27.3857 27.3294 27.4193C27.7024 27.827 28.2948 27.9044 28.7565 27.6007C29.1592 27.3334 29.373 26.9414 29.4115 26.4689C29.4385 26.1603 29.3782 25.8664 29.2358 25.5941C29.0772 25.3016 28.8223 25.1636 28.4913 25.1638C28.1912 25.1614 27.9346 25.2676 27.7119 25.457ZM33.4835 23.9832C33.5254 23.9452 33.5691 23.9055 33.6147 23.8637C33.6205 23.86 33.6265 23.8561 33.6327 23.852C33.6389 23.8478 33.6454 23.8435 33.6521 23.8391L33.6545 23.8376L33.6554 23.837C33.724 23.7916 33.8112 23.7341 33.8967 23.693C34.2794 23.4968 34.6808 23.5838 34.958 23.9137C35.154 24.143 35.2358 24.4087 35.2167 24.6999C35.1771 25.2395 34.9352 25.6651 34.4802 25.9633C34.0063 26.2656 33.4596 26.1627 33.0797 25.7053C32.7267 25.2815 32.7447 24.7152 33.124 24.323C33.2341 24.2097 33.3503 24.1041 33.4835 23.9832ZM37.3424 20.0939C37.2515 19.5706 37.4274 19.1316 37.8204 18.7837C38.0631 18.5782 38.3362 18.5472 38.6352 18.6167C38.8804 18.6743 39.0626 18.8043 39.1805 19.0189C39.5031 19.6105 39.2049 20.4455 38.5828 20.7009C38.0374 20.9281 37.4307 20.6414 37.3424 20.0939Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.3814 27.8327C38.1064 28.053 37.9149 28.2947 37.8151 28.5954C37.7699 28.7309 37.7463 28.8933 37.755 29.0409C37.7692 29.2503 37.9529 29.4233 38.1762 29.399C38.226 29.3922 38.2907 29.4177 38.3433 29.4418C38.373 29.4535 38.4012 29.4689 38.4286 29.4839C38.4607 29.5016 38.4919 29.5187 38.5239 29.5289C38.9807 29.6708 39.6391 29.4194 39.8784 29.0179C40.095 28.6568 40.0253 28.0502 39.7322 27.7552C39.5606 27.5835 39.3464 27.5233 39.1055 27.5396C38.8271 27.5639 38.5759 27.6769 38.3814 27.8327ZM42.8429 33.4323C42.8115 32.9828 43.0255 32.6458 43.3555 32.3704C43.5366 32.2254 43.7367 32.1313 43.9639 32.0707C44.3216 31.9939 44.6383 32.1266 44.832 32.4351C45.031 32.7503 45.0741 33.0912 45.0055 33.4442C44.8127 34.3824 43.8029 34.5952 43.1603 34.0722C42.9578 33.9033 42.8574 33.6967 42.8429 33.4323ZM49.9035 32.6448C49.5803 32.9147 49.3541 33.2504 49.2306 33.6585C49.1815 33.8303 49.1566 34.0048 49.1923 34.1859C49.2198 34.3295 49.2686 34.4449 49.4143 34.5159C49.4547 34.5387 49.4939 34.5735 49.5209 34.6071C49.894 35.0148 50.4864 35.0922 50.9481 34.7885C51.3508 34.5212 51.5646 34.1292 51.6031 33.6567C51.6301 33.348 51.5698 33.0542 51.4274 32.7819C51.2688 32.4894 51.0139 32.3514 50.6829 32.3516C50.3828 32.3492 50.1262 32.4554 49.9035 32.6448ZM58.5797 19.3363C58.3395 19.5176 58.1144 19.7862 57.9745 20.1191C57.9338 20.2077 57.9173 20.3162 57.9021 20.4167C57.8993 20.435 57.8965 20.4531 57.8937 20.4708C57.8754 20.5849 57.8691 20.7003 57.8628 20.8157C57.815 21.3177 58.1218 21.657 58.6264 21.6392C58.8538 21.6336 59.0892 21.6106 59.2296 21.3878C59.2436 21.363 59.2703 21.3489 59.2983 21.3341C59.3157 21.3249 59.3336 21.3155 59.3491 21.3031C59.8188 20.982 60.07 20.5269 60.1486 19.9672C60.1786 19.7444 60.1401 19.5324 60.0464 19.3205C59.9038 18.9931 59.618 18.8578 59.2725 18.9359C59.013 19.0112 58.809 19.1415 58.5797 19.3363ZM55.675 31.171C55.717 31.133 55.7607 31.0933 55.8063 31.0515C55.8121 31.0478 55.8181 31.0438 55.8242 31.0398C55.8305 31.0356 55.837 31.0313 55.8437 31.0269L55.8461 31.0254L55.847 31.0248C55.9156 30.9794 56.0028 30.9219 56.0883 30.8808C56.471 30.6846 56.8724 30.7716 57.1496 31.1015C57.3456 31.3308 57.4274 31.5965 57.4083 31.8877C57.3687 32.4272 57.1268 32.8528 56.6718 33.1511C56.1979 33.4534 55.6512 33.3505 55.2712 32.8931C54.9183 32.4693 54.9363 31.903 55.3156 31.5108C55.4257 31.3975 55.5419 31.2919 55.675 31.171ZM54.6983 24.7636C54.4476 24.9865 54.247 25.3128 54.1436 25.7047C54.0931 25.8886 54.0737 26.0698 54.2223 26.2267C54.2468 26.2571 54.2553 26.3066 54.2632 26.3533C54.2658 26.3684 54.2684 26.3833 54.2714 26.3971C54.3426 26.7044 54.5371 26.8908 54.8522 26.9255C55.2587 26.9641 55.5932 26.8176 55.8693 26.5302C56.069 26.326 56.2175 26.0857 56.3079 25.8146C56.4237 25.479 56.3982 25.1462 56.2287 24.8403C56.081 24.5613 55.8382 24.4246 55.5193 24.4261C55.2313 24.425 54.9801 24.5379 54.6983 24.7636ZM46.691 20.1083C46.7234 20.0743 46.7556 20.0404 46.787 20.0065C47.0984 19.7902 47.4247 19.6062 47.804 19.5562C47.9788 19.5266 48.1497 19.5332 48.2313 19.7438C48.234 19.7563 48.2475 19.77 48.261 19.7837C48.2678 19.7906 48.2746 19.7974 48.28 19.8041C48.4974 20.0053 48.5428 20.267 48.4888 20.5421C48.3858 21.0441 48.1114 21.4295 47.6994 21.7263C47.5465 21.8378 47.3719 21.9225 47.1782 21.9562C46.6282 22.0546 46.2273 21.7355 46.2076 21.1772C46.2011 20.8954 46.2606 20.6269 46.4319 20.4014C46.5106 20.2979 46.6015 20.2023 46.691 20.1083ZM53.5421 19.8942C53.8587 19.6296 54.0551 19.2846 54.0938 18.8672C54.1042 18.7705 54.1025 18.6726 54.0941 18.58C54.0205 18.0097 53.5484 17.7255 53.0055 17.9286C52.7435 18.0281 52.518 18.1866 52.3412 18.4055C52.2062 18.5666 52.0851 18.7449 51.9639 18.9232C51.9336 18.9678 51.9033 19.0124 51.8728 19.0567C51.8367 19.1077 51.8181 19.1668 51.7995 19.2258C51.669 19.5843 51.7627 19.7962 52.1065 19.9624C52.1296 19.9746 52.1538 19.9862 52.1786 19.9979C52.2157 20.0154 52.2546 20.0337 52.2926 20.0562C52.5098 20.2023 52.74 20.2276 52.9847 20.1751C53.1918 20.1307 53.3798 20.0353 53.5421 19.8942ZM42.4741 17.3015C42.293 17.4466 42.1348 17.6064 42.0334 17.8091C41.8663 18.1085 41.8903 18.3983 42.0866 18.6827C42.5927 19.3923 43.5581 19.1929 43.919 18.5727C43.9725 18.4747 44.0138 18.3753 44.043 18.2746C44.0947 18.0787 44.141 17.876 44.1806 17.6787C44.273 17.2183 44.0352 16.9783 43.5735 16.9397C43.1306 16.8971 42.7948 17.0557 42.4741 17.3015ZM45.1897 25.8562C45.4691 26.3942 45.3383 27.0398 44.8688 27.4159C44.6207 27.6147 44.3008 27.7384 44.0224 27.7628C43.5353 27.7886 43.1694 27.4856 43.1177 26.9971C43.0898 26.7435 43.1454 26.5113 43.2779 26.3059C43.4544 26.032 43.6959 25.8385 43.9969 25.7189C44.2589 25.6194 44.5278 25.5695 44.8052 25.6123C44.9682 25.6363 45.1084 25.7006 45.1897 25.8562ZM59.534 27.2817C59.4431 26.7584 59.619 26.3194 60.012 25.9715C60.2547 25.766 60.5278 25.735 60.8268 25.8045C61.072 25.8621 61.2541 25.9921 61.372 26.2067C61.6947 26.7983 61.3965 27.6333 60.7744 27.8887C60.229 28.1159 59.6223 27.8292 59.534 27.2817ZM40.2578 23.8347C40.62 23.5446 40.6892 23.0144 40.4211 22.5999C40.1855 22.2257 39.6911 22.0919 39.2882 22.3042C38.9243 22.4964 38.659 22.7972 38.5246 23.1918C38.4874 23.31 38.4785 23.4495 38.4831 23.5784C38.4971 23.7327 38.5837 23.84 38.7507 23.8828C38.8464 23.9056 38.943 23.933 39.0397 23.9604C39.1364 23.9879 39.233 24.0153 39.3287 24.0381C39.6761 24.113 39.9854 24.0309 40.2578 23.8347ZM48.9065 27.2063C48.947 26.8868 49.1021 26.6411 49.3503 26.4423C49.6253 26.222 49.9789 26.1265 50.2617 26.1759C50.5862 26.2361 50.7998 26.4735 50.7606 26.7808C50.7359 27.0103 50.6749 27.2358 50.5964 27.4533C50.5005 27.7178 50.2913 27.8964 50.0455 28.016C49.7675 28.1504 49.4849 28.156 49.2231 27.9683C48.9734 27.782 48.8674 27.5136 48.9065 27.2063Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.98 22.5853C119.681 22.398 119.39 22.2964 119.072 22.3004C118.928 22.302 118.767 22.3327 118.629 22.3889C118.436 22.4706 118.331 22.7 118.427 22.9025C118.45 22.9472 118.447 23.0164 118.441 23.0738C118.44 23.1057 118.434 23.1372 118.429 23.1679C118.423 23.2039 118.417 23.239 118.417 23.2724C118.432 23.749 118.885 24.2873 119.344 24.382C119.757 24.4683 120.31 24.205 120.494 23.8327C120.601 23.6151 120.588 23.3936 120.494 23.1721C120.38 22.9177 120.191 22.7178 119.98 22.5853ZM116.124 28.6135C116.54 28.4374 116.929 28.5292 117.298 28.7503C117.495 28.8737 117.649 29.0316 117.781 29.2259C117.97 29.5378 117.948 29.8795 117.718 30.1624C117.484 30.4527 117.175 30.6044 116.818 30.6548C115.865 30.7789 115.334 29.8969 115.62 29.121C115.714 28.8752 115.878 28.7133 116.124 28.6135ZM119.174 35.0088C118.812 34.7922 118.42 34.6886 117.993 34.7051C117.814 34.7149 117.64 34.7483 117.48 34.841C117.353 34.9136 117.259 34.9973 117.239 35.1576C117.231 35.2032 117.211 35.2514 117.188 35.2878C116.923 35.7721 117.043 36.3555 117.481 36.6915C117.866 36.9838 118.308 37.0574 118.768 36.9398C119.07 36.8646 119.329 36.712 119.541 36.4891C119.767 36.2444 119.815 35.9593 119.706 35.6475C119.611 35.3639 119.426 35.1568 119.174 35.0088ZM134.629 38.8456C134.378 38.6785 134.05 38.554 133.689 38.5306C133.591 38.5211 133.483 38.541 133.383 38.5594C133.364 38.5627 133.346 38.566 133.329 38.5692C133.214 38.589 133.103 38.6207 132.991 38.6524C132.5 38.7709 132.278 39.1706 132.459 39.6401C132.539 39.8526 132.637 40.0669 132.895 40.1265C132.923 40.1316 132.945 40.1522 132.968 40.1737C132.982 40.1871 132.997 40.2009 133.014 40.2115C133.472 40.5494 133.985 40.6377 134.542 40.5293C134.763 40.4851 134.952 40.3797 135.122 40.2224C135.386 39.9813 135.421 39.668 135.234 39.3679C135.078 39.148 134.888 38.9982 134.629 38.8456ZM122.455 39.966C122.505 39.9931 122.556 40.0213 122.611 40.0507C122.616 40.0549 122.622 40.0592 122.628 40.0638C122.634 40.0683 122.64 40.073 122.646 40.0779L122.649 40.0796L122.65 40.0803C122.715 40.1301 122.798 40.1936 122.865 40.2607C123.176 40.5574 123.224 40.9638 123.002 41.3325C122.848 41.5919 122.623 41.7555 122.34 41.8325C121.816 41.971 121.333 41.8818 120.902 41.5503C120.46 41.2024 120.38 40.6537 120.689 40.1467C120.976 39.6761 121.519 39.5085 122.015 39.738C122.159 39.8048 122.297 39.8799 122.455 39.966ZM128.214 36.9577C127.921 36.7941 127.546 36.7114 127.14 36.7417C126.95 36.7542 126.771 36.7949 126.671 36.986C126.65 37.019 126.606 37.0431 126.564 37.0658C126.551 37.0732 126.537 37.0805 126.525 37.0878C126.257 37.255 126.144 37.499 126.214 37.8071C126.31 38.2027 126.558 38.4701 126.92 38.6366C127.179 38.7582 127.456 38.8197 127.742 38.8166C128.098 38.8163 128.406 38.6838 128.641 38.4245C128.857 38.1943 128.908 37.9211 128.802 37.6211C128.709 37.3494 128.52 37.1495 128.214 36.9577ZM130.018 27.8967C130.061 27.9161 130.103 27.9354 130.146 27.954C130.453 28.1768 130.734 28.4242 130.905 28.7653C130.99 28.9204 131.039 29.0835 130.866 29.229C130.855 29.2357 130.847 29.2528 130.838 29.27C130.834 29.2787 130.829 29.2873 130.825 29.2946C130.705 29.565 130.472 29.6931 130.193 29.7318C129.683 29.7983 129.228 29.6654 128.812 29.3741C128.656 29.2663 128.519 29.1294 128.424 28.9579C128.151 28.4718 128.323 27.9901 128.846 27.7896C129.112 27.6916 129.386 27.6602 129.655 27.7481C129.779 27.7885 129.9 27.843 130.018 27.8967ZM132.456 34.2815C132.81 34.4935 133.202 34.5661 133.61 34.4666C133.705 34.4449 133.798 34.4113 133.883 34.3732C134.4 34.1181 134.515 33.5807 134.146 33.1354C133.966 32.9209 133.742 32.7602 133.477 32.665C133.28 32.5903 133.071 32.5342 132.862 32.4782C132.81 32.4642 132.758 32.4502 132.706 32.4359C132.646 32.4185 132.584 32.4202 132.522 32.4219C132.139 32.4158 131.969 32.5731 131.923 32.9512C131.919 32.977 131.916 33.0035 131.913 33.0307C131.908 33.0714 131.904 33.1139 131.895 33.1571C131.827 33.4093 131.878 33.6345 132.008 33.8479C132.117 34.0285 132.269 34.1746 132.456 34.2815ZM131.305 23.0092C131.108 22.8858 130.905 22.7889 130.68 22.7593C130.341 22.6995 130.074 22.8166 129.868 23.0942C129.36 23.8022 129.864 24.6468 130.57 24.7847C130.681 24.8031 130.789 24.8097 130.894 24.8044C131.096 24.7892 131.304 24.7668 131.504 24.7398C131.971 24.6768 132.121 24.3746 132.007 23.927C131.903 23.4958 131.643 23.2312 131.305 23.0092ZM124.076 28.3555C123.657 28.794 123.002 28.8812 122.492 28.5615C122.222 28.3924 122 28.1315 121.886 27.877C121.703 27.4266 121.871 26.9831 122.318 26.7752C122.549 26.6663 122.788 26.643 123.026 26.7008C123.343 26.7779 123.605 26.9424 123.817 27.1869C123.997 27.4014 124.132 27.6385 124.182 27.9138C124.212 28.0751 124.197 28.2281 124.076 28.3555ZM127.403 42.3341C127.87 42.0779 128.344 42.1006 128.802 42.3574C129.076 42.5191 129.194 42.7663 129.226 43.0707C129.251 43.3204 129.187 43.5344 129.022 43.7154C128.566 44.2122 127.677 44.2034 127.232 43.7005C126.838 43.2607 126.912 42.5956 127.403 42.3341ZM124.384 23.0502C124.778 23.2969 125.303 23.1894 125.609 22.8017C125.887 22.4578 125.853 21.9484 125.52 21.638C125.219 21.3578 124.847 21.2059 124.429 21.2079C124.305 21.2113 124.169 21.2484 124.049 21.2947C123.907 21.3582 123.833 21.4747 123.847 21.6461C123.857 21.7436 123.862 21.8436 123.868 21.9436C123.873 22.0436 123.879 22.1436 123.888 22.2411C123.931 22.5929 124.11 22.8575 124.384 23.0502ZM124.008 32.2971C124.324 32.2312 124.608 32.2972 124.877 32.4663C125.176 32.6536 125.382 32.9555 125.427 33.2381C125.476 33.5634 125.32 33.842 125.016 33.9053C124.79 33.9568 124.556 33.9728 124.325 33.9697C124.042 33.9656 123.805 33.8266 123.611 33.6341C123.393 33.4159 123.295 33.1515 123.388 32.8437C123.483 32.5477 123.703 32.3604 124.008 32.2971Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M182.232 15.0235C182.576 14.9454 182.855 14.8117 183.076 14.5849C183.177 14.4827 183.269 14.347 183.326 14.2105C183.405 14.0161 183.316 13.7805 183.105 13.7049C183.057 13.6892 183.01 13.6381 182.973 13.5935C182.952 13.57 182.933 13.5439 182.915 13.5184C182.894 13.4885 182.873 13.4595 182.849 13.4364C182.501 13.1095 181.798 13.0483 181.407 13.3048C181.053 13.535 180.85 14.1107 180.984 14.5038C181.062 14.733 181.229 14.8806 181.452 14.971C181.713 15.0706 181.989 15.0787 182.232 15.0235ZM180.68 8.04287C180.511 8.4607 180.171 8.67031 179.753 8.7739C179.527 8.8253 179.305 8.82257 179.074 8.77789C178.719 8.69085 178.492 8.43342 178.454 8.07156C178.413 7.70133 178.524 7.37613 178.741 7.0887C179.327 6.32936 180.328 6.57863 180.676 7.3291C180.784 7.56935 180.784 7.79888 180.68 8.04287ZM160.338 13.8495C160.634 13.7913 160.954 13.648 161.227 13.4098C161.302 13.3479 161.364 13.2575 161.422 13.1739C161.433 13.1586 161.443 13.1435 161.454 13.1288C161.52 13.0343 161.577 12.9333 161.633 12.8323C161.896 12.4019 161.77 11.963 161.308 11.7588C161.101 11.6646 160.879 11.5826 160.655 11.7217C160.632 11.7378 160.602 11.7389 160.57 11.74C160.55 11.7406 160.53 11.7412 160.511 11.7456C159.947 11.8294 159.521 12.1289 159.205 12.5978C159.08 12.785 159.022 12.9924 159.013 13.2238C158.997 13.5803 159.195 13.8267 159.54 13.9072C159.806 13.9527 160.047 13.9245 160.338 13.8495ZM166.212 10.6637C166.536 10.5727 166.86 10.3669 167.125 10.0597C167.251 9.91633 167.348 9.76194 167.283 9.55602C167.275 9.51802 167.289 9.46982 167.302 9.42443C167.306 9.40969 167.311 9.39513 167.314 9.3814C167.385 9.07411 167.292 8.82168 167.024 8.65307C166.675 8.44097 166.31 8.42675 165.936 8.56467C165.666 8.66105 165.427 8.81235 165.227 9.01666C164.975 9.26785 164.852 9.57818 164.87 9.92706C164.88 10.2424 165.039 10.4712 165.326 10.6089C165.585 10.7356 165.86 10.7437 166.212 10.6637ZM171.367 18.3423C171.323 18.3588 171.279 18.3752 171.236 18.3919C170.861 18.4505 170.487 18.4737 170.124 18.3531C169.954 18.3035 169.803 18.223 169.822 17.998C169.825 17.9856 169.819 17.9674 169.813 17.9492C169.81 17.94 169.807 17.9309 169.805 17.9225C169.698 17.6468 169.772 17.3918 169.941 17.168C170.255 16.7617 170.671 16.5349 171.171 16.4477C171.358 16.4142 171.552 16.4143 171.741 16.4685C172.279 16.62 172.499 17.0818 172.272 17.5923C172.154 17.8485 171.982 18.0639 171.729 18.1919C171.613 18.2506 171.489 18.2969 171.367 18.3423ZM165.113 15.5457C164.712 15.6455 164.384 15.87 164.166 16.2283C164.114 16.3107 164.073 16.3995 164.039 16.4864C163.855 17.0312 164.155 17.4927 164.732 17.547C165.011 17.5718 165.284 17.5277 165.539 17.4081C165.731 17.3221 165.918 17.2147 166.106 17.1072C166.152 17.0804 166.199 17.0535 166.246 17.027C166.301 16.9969 166.344 16.9519 166.386 16.9069C166.661 16.6416 166.67 16.4102 166.434 16.1108C166.418 16.0897 166.402 16.0688 166.385 16.0474C166.359 16.0155 166.332 15.9821 166.308 15.9453C166.177 15.7192 165.981 15.5959 165.738 15.5364C165.532 15.486 165.321 15.4897 165.113 15.5457ZM173.926 22.7055C174.153 22.6541 174.365 22.5794 174.545 22.4414C174.827 22.2451 174.933 21.9741 174.881 21.6328C174.738 20.7741 173.782 20.5321 173.185 20.9323C173.094 20.9971 173.013 21.0683 172.943 21.1461C172.81 21.2997 172.68 21.4617 172.557 21.6218C172.272 21.9954 172.38 22.3149 172.779 22.5511C173.158 22.7826 173.53 22.7866 173.926 22.7055ZM175.242 13.8299C175.227 13.2244 175.628 12.701 176.216 12.5678C176.526 12.4973 176.868 12.5256 177.129 12.6252C177.579 12.8145 177.774 13.2465 177.606 13.7082C177.52 13.9484 177.368 14.1329 177.159 14.2598C176.88 14.429 176.578 14.4976 176.254 14.4738C175.975 14.449 175.711 14.3764 175.481 14.217C175.345 14.1243 175.247 14.0053 175.242 13.8299ZM162.971 6.29019C162.822 6.80031 162.471 7.11819 161.965 7.2595C161.657 7.33833 161.398 7.24713 161.159 7.05413C160.964 6.89546 160.857 6.69907 160.846 6.45466C160.816 5.78206 161.45 5.16152 162.122 5.20328C162.712 5.23701 163.132 5.75949 162.971 6.29019ZM178.789 17.799C178.336 17.9018 178.041 18.3482 178.099 18.8378C178.147 19.2771 178.533 19.6131 178.988 19.598C179.4 19.584 179.771 19.4293 180.065 19.1331C180.15 19.0432 180.219 18.9216 180.272 18.8037C180.327 18.6589 180.296 18.5247 180.165 18.4133C180.089 18.3511 180.014 18.2843 179.939 18.2174C179.864 18.1506 179.79 18.0837 179.714 18.0216C179.434 17.8026 179.12 17.7415 178.789 17.799ZM172.493 10.9946C172.317 11.2641 172.069 11.4174 171.759 11.4878C171.415 11.5659 171.055 11.4975 170.822 11.3297C170.557 11.134 170.469 10.8274 170.639 10.5682C170.762 10.3726 170.916 10.1965 171.082 10.0353C171.285 9.83937 171.551 9.77005 171.825 9.76975C172.134 9.77022 172.39 9.88849 172.543 10.1715C172.686 10.4479 172.664 10.7354 172.493 10.9946Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M192.688 38.6532C193.032 38.5751 193.31 38.4413 193.532 38.2146C193.632 38.1124 193.725 37.9767 193.782 37.8402C193.861 37.6458 193.772 37.4101 193.561 37.3346C193.513 37.3189 193.466 37.2678 193.429 37.2232C193.408 37.1997 193.389 37.1735 193.371 37.1481C193.35 37.1182 193.329 37.0891 193.305 37.0661C192.957 36.7392 192.254 36.678 191.863 36.9345C191.509 37.1647 191.305 37.7403 191.439 38.1335C191.518 38.3627 191.684 38.5103 191.908 38.6007C192.169 38.7003 192.445 38.7084 192.688 38.6532ZM191.136 31.6725C190.967 32.0904 190.627 32.3 190.209 32.4036C189.982 32.455 189.761 32.4522 189.53 32.4076C189.175 32.3205 188.948 32.0631 188.91 31.7012C188.869 31.331 188.98 31.0058 189.197 30.7184C189.782 29.959 190.784 30.2083 191.132 30.9588C191.24 31.199 191.239 31.4285 191.136 31.6725ZM184.442 29.3001C184.851 29.1984 185.202 28.9953 185.492 28.6824C185.612 28.5493 185.711 28.4033 185.758 28.2249C185.797 28.0838 185.803 27.9588 185.704 27.8314C185.677 27.7933 185.657 27.7448 185.648 27.7029C185.491 27.1736 184.993 26.8456 184.444 26.9171C183.965 26.9818 183.6 27.2409 183.358 27.6488C183.198 27.9145 183.123 28.205 183.132 28.512C183.146 28.8441 183.314 29.0794 183.612 29.2236C183.881 29.3568 184.158 29.3732 184.442 29.3001ZM170.794 37.4792C171.09 37.4209 171.41 37.2777 171.682 37.0394C171.758 36.9776 171.82 36.8872 171.878 36.8035C171.889 36.7883 171.899 36.7732 171.909 36.7585C171.976 36.664 172.032 36.5629 172.089 36.4619C172.352 36.0315 172.225 35.5926 171.764 35.3885C171.557 35.2943 171.335 35.2122 171.111 35.3513C171.088 35.3675 171.057 35.3685 171.026 35.3696C171.006 35.3703 170.986 35.3709 170.966 35.3753C170.403 35.459 169.977 35.7586 169.661 36.2275C169.536 36.4146 169.477 36.622 169.468 36.8535C169.453 37.21 169.65 37.4563 169.995 37.5369C170.262 37.5823 170.503 37.5542 170.794 37.4792ZM178.605 28.107C178.55 28.1229 178.494 28.1394 178.434 28.1571C178.427 28.158 178.42 28.1589 178.413 28.1598C178.406 28.1608 178.398 28.1619 178.39 28.1629L178.387 28.1633L178.386 28.1634C178.304 28.1743 178.201 28.1879 178.106 28.1875C177.675 28.1969 177.353 27.9437 177.248 27.5261C177.173 27.2344 177.216 26.9599 177.361 26.7064C177.634 26.2387 178.038 25.9616 178.578 25.892C179.137 25.8269 179.584 26.158 179.724 26.735C179.856 27.2699 179.591 27.7712 179.077 27.9583C178.928 28.0122 178.778 28.0564 178.605 28.107ZM176.668 34.2934C176.992 34.2024 177.315 33.9966 177.581 33.6893C177.707 33.546 177.804 33.3916 177.739 33.1857C177.73 33.1477 177.745 33.0995 177.758 33.0541C177.762 33.0393 177.766 33.0248 177.77 33.0111C177.841 32.7038 177.748 32.4513 177.48 32.2827C177.131 32.0706 176.766 32.0564 176.391 32.1943C176.122 32.2907 175.883 32.442 175.683 32.6463C175.431 32.8975 175.308 33.2078 175.326 33.5567C175.336 33.872 175.494 34.1009 175.782 34.2386C176.04 34.3653 176.316 34.3733 176.668 34.2934ZM181.823 41.972C181.779 41.9885 181.735 42.0048 181.692 42.0216C181.317 42.0802 180.943 42.1033 180.58 41.9828C180.41 41.9331 180.259 41.8526 180.278 41.6277C180.281 41.6153 180.275 41.597 180.269 41.5788C180.266 41.5697 180.263 41.5606 180.261 41.5522C180.154 41.2765 180.228 41.0214 180.397 40.7977C180.71 40.3913 181.126 40.1646 181.627 40.0774C181.814 40.0439 182.008 40.044 182.197 40.0982C182.735 40.2497 182.955 40.7115 182.727 41.222C182.609 41.4782 182.438 41.6935 182.185 41.8216C182.069 41.8803 181.945 41.9266 181.823 41.972ZM175.569 39.1754C175.168 39.2752 174.84 39.4997 174.622 39.858C174.57 39.9403 174.528 40.0292 174.495 40.1161C174.311 40.6609 174.611 41.1223 175.188 41.1766C175.467 41.2015 175.74 41.1574 175.995 41.0377C176.187 40.9518 176.374 40.8443 176.561 40.7369C176.608 40.71 176.655 40.6832 176.702 40.6566C176.757 40.6265 176.8 40.5816 176.842 40.5366C177.117 40.2713 177.126 40.0398 176.89 39.7405C176.874 39.7194 176.858 39.6984 176.84 39.6771C176.815 39.6451 176.788 39.6117 176.764 39.575C176.632 39.3488 176.437 39.2256 176.193 39.166C175.988 39.1157 175.777 39.1194 175.569 39.1754ZM184.382 46.3351C184.608 46.2837 184.821 46.209 185.001 46.0711C185.283 45.8748 185.389 45.6037 185.337 45.2625C185.194 44.4038 184.238 44.1618 183.641 44.5619C183.55 44.6267 183.469 44.698 183.399 44.7758C183.266 44.9294 183.135 45.0914 183.013 45.2515C182.728 45.6251 182.836 45.9446 183.234 46.1807C183.614 46.4123 183.985 46.4162 184.382 46.3351ZM185.698 37.4596C185.683 36.8541 186.084 36.3307 186.672 36.1974C186.982 36.127 187.324 36.1553 187.585 36.2549C188.034 36.4441 188.23 36.8762 188.062 37.3379C187.976 37.5781 187.824 37.7626 187.615 37.8895C187.336 38.0587 187.033 38.1272 186.71 38.1035C186.431 38.0786 186.167 38.0061 185.937 37.8467C185.801 37.754 185.703 37.635 185.698 37.4596ZM173.426 29.9199C173.278 30.43 172.927 30.7479 172.421 30.8892C172.113 30.968 171.853 30.8768 171.615 30.6838C171.42 30.5251 171.313 30.3287 171.302 30.0843C171.271 29.4117 171.906 28.7912 172.578 28.8329C173.168 28.8667 173.588 29.3892 173.426 29.9199ZM189.245 41.4287C188.792 41.5315 188.496 41.9779 188.555 42.4675C188.603 42.9067 188.989 43.2427 189.444 43.2276C189.856 43.2136 190.226 43.0589 190.521 42.7628C190.606 42.6728 190.675 42.5512 190.728 42.4334C190.783 42.2885 190.752 42.1543 190.621 42.0429C190.545 41.9808 190.47 41.9139 190.395 41.8471C190.32 41.7803 190.245 41.7134 190.169 41.6512C189.89 41.4323 189.576 41.3712 189.245 41.4287ZM182.949 34.6243C182.772 34.8938 182.525 35.047 182.215 35.1175C181.87 35.1955 181.511 35.1272 181.278 34.9593C181.013 34.7636 180.925 34.4571 181.095 34.1978C181.218 34.0023 181.372 33.8262 181.538 33.6649C181.741 33.469 182.007 33.3997 182.281 33.3994C182.59 33.3999 182.846 33.5182 182.999 33.8011C183.142 34.0776 183.119 34.3651 182.949 34.6243Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M143.511 36.0675C143.318 36.3616 143.21 36.6503 143.208 36.967C143.207 37.1099 143.235 37.2716 143.289 37.4094C143.367 37.6042 143.595 37.7124 143.8 37.6207C143.845 37.599 143.915 37.6034 143.972 37.6102C144.004 37.6122 144.036 37.6182 144.066 37.6241C144.103 37.631 144.138 37.6378 144.171 37.6376C144.649 37.6324 145.198 37.191 145.302 36.7356C145.396 36.3255 145.142 35.7698 144.772 35.5791C144.556 35.4685 144.334 35.4769 144.109 35.5664C143.852 35.675 143.648 35.8596 143.511 36.0675ZM149.486 40.0254C149.318 39.6074 149.417 39.221 149.646 38.8577C149.773 38.6641 149.935 38.5132 150.132 38.3858C150.448 38.203 150.791 38.2319 151.07 38.466C151.357 38.7048 151.503 39.0158 151.547 39.3728C151.654 40.3246 150.759 40.837 149.986 40.5368C149.741 40.4383 149.582 40.2725 149.486 40.0254ZM155.96 37.1084C155.736 37.4645 155.624 37.8533 155.633 38.2795C155.639 38.458 155.67 38.6317 155.76 38.7931C155.83 38.9212 155.912 39.016 156.073 39.0389C156.118 39.0481 156.166 39.0693 156.202 39.0929C156.683 39.3662 157.271 39.258 157.616 38.8273C157.917 38.4494 157.999 38.0107 157.889 37.5494C157.82 37.2474 157.671 36.9864 157.452 36.771C157.211 36.5415 156.925 36.4884 156.611 36.5903C156.324 36.68 156.113 36.8599 155.96 37.1084ZM160.1 21.7828C159.927 22.0291 159.796 22.3537 159.766 22.7134C159.755 22.8101 159.772 22.9185 159.789 23.0187C159.792 23.037 159.795 23.0551 159.798 23.0728C159.816 23.187 159.845 23.2987 159.875 23.4104C159.985 23.9027 160.381 24.1313 160.856 23.9595C161.07 23.8844 161.287 23.7902 161.352 23.5351C161.358 23.5072 161.379 23.4856 161.401 23.4629C161.414 23.4488 161.429 23.4344 161.439 23.4179C161.787 22.9682 161.885 22.458 161.787 21.9014C161.747 21.6802 161.645 21.4903 161.49 21.3174C161.253 21.0498 160.939 21.0087 160.635 21.1891C160.411 21.3405 160.258 21.5271 160.1 21.7828ZM160.995 33.9343C161.023 33.8852 161.052 33.8341 161.083 33.7803C161.087 33.775 161.091 33.7694 161.096 33.7637C161.101 33.7578 161.106 33.7517 161.111 33.7455L161.112 33.7433L161.113 33.7424C161.164 33.6782 161.23 33.5967 161.298 33.5314C161.602 33.2272 162.01 33.1867 162.376 33.4155C162.633 33.5735 162.793 33.8012 162.865 34.0841C162.994 34.6096 162.896 35.0888 162.555 35.5122C162.198 35.9453 161.646 36.0153 161.143 35.6968C160.676 35.4019 160.518 34.8575 160.758 34.368C160.828 34.2263 160.905 34.0902 160.995 33.9343ZM158.085 28.138C157.915 28.4272 157.825 28.7992 157.848 29.2038C157.857 29.3942 157.894 29.5726 158.084 29.6763C158.117 29.6976 158.14 29.7421 158.162 29.7841C158.17 29.7977 158.177 29.8111 158.184 29.8233C158.346 30.0938 158.589 30.2114 158.9 30.1477C159.298 30.0596 159.571 29.8175 159.745 29.4593C159.872 29.2038 159.939 28.9295 159.941 28.6438C159.947 28.289 159.82 27.9802 159.565 27.7412C159.338 27.5211 159.064 27.4655 158.762 27.565C158.487 27.6523 158.283 27.8368 158.085 28.138ZM149.028 26.1673C149.049 26.125 149.069 26.0829 149.088 26.041C149.318 25.7396 149.571 25.4643 149.917 25.3003C150.074 25.2184 150.238 25.1722 150.381 25.3476C150.387 25.3587 150.405 25.3676 150.422 25.3765C150.43 25.3809 150.439 25.3853 150.446 25.3901C150.715 25.5147 150.839 25.7497 150.873 26.0281C150.93 26.5373 150.788 26.9882 150.488 27.3971C150.377 27.5502 150.237 27.6843 150.063 27.7758C149.57 28.0383 149.09 27.8578 148.899 27.3327C148.806 27.0665 148.779 26.7929 148.873 26.5256C148.915 26.403 148.972 26.2842 149.028 26.1673ZM155.48 23.8602C155.699 23.5113 155.779 23.1227 155.687 22.7137C155.667 22.6185 155.635 22.5259 155.599 22.4404C155.352 21.9204 154.815 21.7949 154.362 22.1548C154.143 22.3299 153.978 22.5499 153.877 22.8125C153.799 23.0072 153.738 23.2141 153.678 23.4209C153.663 23.4726 153.648 23.5243 153.633 23.5759C153.614 23.6355 153.615 23.6974 153.615 23.7593C153.602 24.1404 153.757 24.3133 154.135 24.3658C154.161 24.3704 154.188 24.3739 154.215 24.3775C154.255 24.3827 154.298 24.3882 154.341 24.3979C154.593 24.4703 154.82 24.4237 155.036 24.2986C155.22 24.1927 155.369 24.0442 155.48 23.8602ZM144.149 24.7914C144.022 24.9851 143.921 25.1857 143.887 25.4097C143.82 25.7458 143.933 26.0142 144.207 26.2245C144.908 26.7443 145.765 26.2582 145.917 25.5573C145.937 25.4476 145.946 25.3404 145.943 25.2357C145.931 25.0333 145.913 24.8263 145.889 24.6264C145.835 24.16 145.534 24.0046 145.083 24.1097C144.649 24.2051 144.378 24.4591 144.149 24.7914ZM149.377 32.0969C149.809 32.5229 149.884 33.1773 149.554 33.6793C149.379 33.9446 149.113 34.1605 148.856 34.2692C148.401 34.4433 147.959 34.2673 147.759 33.8185C147.654 33.5857 147.635 33.3477 147.697 33.1116C147.781 32.7968 147.95 32.5387 148.2 32.3324C148.418 32.1573 148.659 32.0273 148.936 31.9828C149.098 31.9557 149.252 31.9738 149.377 32.0969ZM163.464 29.0492C163.215 28.5792 163.247 28.1076 163.513 27.656C163.681 27.3859 163.931 27.2725 164.237 27.2469C164.488 27.2264 164.701 27.2942 164.88 27.4622C165.37 27.926 165.344 28.8119 164.831 29.2459C164.383 29.6296 163.717 29.543 163.464 29.0492ZM144.06 31.6877C144.315 31.3005 144.217 30.7748 143.834 30.4628C143.494 30.1791 142.982 30.2035 142.665 30.5292C142.378 30.8238 142.219 31.1915 142.213 31.6082C142.214 31.732 142.249 31.8675 142.293 31.9887C142.354 32.1312 142.469 32.2067 142.642 32.1962C142.74 32.1885 142.84 32.1849 142.94 32.1813C143.041 32.1777 143.141 32.1742 143.239 32.1665C143.593 32.131 143.862 31.958 144.06 31.6877ZM153.33 32.2402C153.27 31.9239 153.342 31.6425 153.516 31.3772C153.71 31.0831 154.017 30.8837 154.301 30.8439C154.628 30.8015 154.905 30.9618 154.962 31.2662C155.01 31.4922 155.022 31.7254 155.014 31.9565C155.005 32.2375 154.861 32.4717 154.664 32.661C154.441 32.8742 154.174 32.9663 153.867 32.8681C153.572 32.7674 153.388 32.5447 153.33 32.2402Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M168.559 43.9697C168.387 44.216 168.256 44.5406 168.226 44.9003C168.214 44.997 168.232 45.1054 168.249 45.2056C168.252 45.2239 168.255 45.242 168.257 45.2597C168.275 45.3739 168.305 45.4856 168.335 45.5973C168.444 46.0896 168.841 46.3182 169.316 46.1464C169.53 46.0713 169.747 45.9771 169.812 45.722C169.817 45.6941 169.838 45.6724 169.86 45.6498C169.874 45.6357 169.888 45.6213 169.899 45.6048C170.247 45.1551 170.345 44.6449 170.247 44.0883C170.207 43.8671 170.104 43.6772 169.95 43.5043C169.713 43.2366 169.399 43.1956 169.095 43.376C168.871 43.5274 168.717 43.714 168.559 43.9697ZM163.939 46.0471C164.159 45.6982 164.239 45.3096 164.147 44.9006C164.127 44.8054 164.095 44.7128 164.058 44.6273C163.812 44.1073 163.275 43.9818 162.821 44.3417C162.603 44.5168 162.437 44.7368 162.337 44.9994C162.258 45.1941 162.198 45.401 162.138 45.6078C162.123 45.6595 162.108 45.7112 162.093 45.7628C162.074 45.8224 162.075 45.8843 162.075 45.9462C162.062 46.3273 162.216 46.5002 162.595 46.5527C162.621 46.5573 162.647 46.5608 162.674 46.5643C162.715 46.5696 162.758 46.5751 162.801 46.5848C163.053 46.6572 163.279 46.6106 163.496 46.4855C163.679 46.3796 163.829 46.2311 163.939 46.0471Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M120.61 11.3464C120.287 11.6164 120.06 11.952 119.937 12.3601C119.888 12.5319 119.863 12.7064 119.899 12.8875C119.926 13.0311 119.975 13.1465 120.121 13.2175C120.161 13.2403 120.2 13.2752 120.227 13.3087C120.6 13.7164 121.193 13.7938 121.654 13.4902C122.057 13.2228 122.271 12.8308 122.309 12.3584C122.336 12.0497 122.276 11.7558 122.134 11.4835C121.975 11.191 121.72 11.053 121.389 11.0532C121.089 11.0508 120.832 11.157 120.61 11.3464ZM126.381 9.87261C126.423 9.83458 126.467 9.79495 126.513 9.7531C126.518 9.74939 126.524 9.74547 126.531 9.74139C126.537 9.73725 126.543 9.73295 126.55 9.72856L126.552 9.72698L126.553 9.72641C126.622 9.68104 126.709 9.62353 126.795 9.58246C127.177 9.38624 127.579 9.47318 127.856 9.80311C128.052 10.0325 128.134 10.2981 128.115 10.5894C128.075 11.1289 127.833 11.5545 127.378 11.8527C126.904 12.155 126.358 12.0521 125.978 11.5947C125.625 11.1709 125.643 10.6046 126.022 10.2124C126.132 10.0991 126.248 9.9935 126.381 9.87261ZM130.24 5.98332C130.149 5.46 130.325 5.02103 130.718 4.67316C130.961 4.46765 131.234 4.43659 131.533 4.50615C131.778 4.56368 131.96 4.69372 132.078 4.90836C132.401 5.49995 132.103 6.33491 131.481 6.59035C130.935 6.81755 130.329 6.5308 130.24 5.98332Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131.279 13.7221C131.004 13.9424 130.813 14.1841 130.713 14.4848C130.668 14.6203 130.644 14.7827 130.653 14.9304C130.667 15.1397 130.851 15.3127 131.074 15.2884C131.124 15.2816 131.189 15.3071 131.241 15.3312C131.271 15.3429 131.299 15.3583 131.327 15.3734C131.359 15.391 131.39 15.4082 131.422 15.4183C131.879 15.5602 132.537 15.3088 132.776 14.9073C132.993 14.5462 132.923 13.9396 132.63 13.6446C132.458 13.473 132.244 13.4127 132.003 13.429C131.725 13.4534 131.474 13.5663 131.279 13.7221ZM135.741 19.3218C135.709 18.8722 135.923 18.5352 136.253 18.2598C136.435 18.1148 136.635 18.0207 136.862 17.9601C137.219 17.8834 137.536 18.016 137.73 18.3245C137.929 18.6397 137.972 18.9806 137.903 19.3336C137.711 20.2718 136.701 20.4846 136.058 19.9617C135.856 19.7927 135.755 19.5861 135.741 19.3218ZM142.801 18.5342C142.478 18.8042 142.252 19.1398 142.129 19.5479C142.079 19.7197 142.055 19.8942 142.09 20.0753C142.118 20.2189 142.167 20.3343 142.312 20.4053C142.353 20.4281 142.392 20.463 142.419 20.4965C142.792 20.9042 143.384 20.9816 143.846 20.678C144.249 20.4106 144.462 20.0186 144.501 19.5461C144.528 19.2375 144.468 18.9436 144.325 18.6713C144.167 18.3788 143.912 18.2408 143.581 18.241C143.281 18.2386 143.024 18.3448 142.801 18.5342ZM151.478 5.2257C151.237 5.40705 151.012 5.67563 150.872 6.00855C150.832 6.09709 150.815 6.20564 150.8 6.30608C150.797 6.32441 150.794 6.34255 150.792 6.36021C150.773 6.4743 150.767 6.58972 150.761 6.70514C150.713 7.20709 151.02 7.5464 151.524 7.52858C151.752 7.52305 151.987 7.50006 152.128 7.27718C152.142 7.25238 152.168 7.23827 152.196 7.2235C152.214 7.2143 152.231 7.20496 152.247 7.19255C152.717 6.87146 152.968 6.41633 153.046 5.85665C153.077 5.63386 153.038 5.42184 152.944 5.20987C152.802 4.88253 152.516 4.74718 152.17 4.82527C151.911 4.90062 151.707 5.03094 151.478 5.2257ZM148.573 17.0604C148.615 17.0224 148.659 16.9827 148.704 16.9409C148.71 16.9372 148.716 16.9333 148.722 16.9292C148.728 16.925 148.735 16.9207 148.742 16.9163L148.744 16.9148L148.745 16.9142C148.814 16.8688 148.901 16.8113 148.986 16.7703C149.369 16.574 149.77 16.661 150.047 16.9909C150.243 17.2203 150.325 17.4859 150.306 17.7771C150.267 18.3167 150.025 18.7423 149.57 19.0405C149.096 19.3428 148.549 19.2399 148.169 18.7825C147.816 18.3587 147.834 17.7924 148.214 17.4002C148.324 17.2869 148.44 17.1813 148.573 17.0604ZM147.596 10.653C147.345 10.876 147.145 11.2022 147.042 11.5942C146.991 11.7781 146.972 11.9592 147.12 12.1161C147.145 12.1465 147.153 12.196 147.161 12.2427C147.164 12.2578 147.166 12.2728 147.169 12.2865C147.241 12.5938 147.435 12.7802 147.75 12.8149C148.157 12.8535 148.491 12.707 148.767 12.4196C148.967 12.2155 149.115 11.9751 149.206 11.704C149.322 11.3684 149.296 11.0356 149.127 10.7297C148.979 10.4507 148.736 10.314 148.417 10.3155C148.129 10.3144 147.878 10.4273 147.596 10.653ZM139.589 5.99771C139.621 5.9637 139.654 5.92984 139.685 5.89596C139.996 5.67966 140.323 5.49558 140.702 5.44564C140.877 5.41599 141.048 5.42257 141.129 5.63321C141.132 5.64573 141.145 5.65943 141.159 5.67314C141.166 5.68001 141.172 5.68686 141.178 5.69357C141.395 5.89471 141.441 6.15637 141.387 6.43152C141.284 6.93352 141.009 7.31887 140.597 7.61576C140.444 7.72726 140.27 7.81194 140.076 7.84563C139.526 7.944 139.125 7.6249 139.105 7.06663C139.099 6.78481 139.159 6.51636 139.33 6.29077C139.408 6.18729 139.499 6.09169 139.589 5.99771ZM146.44 5.78365C146.757 5.51904 146.953 5.174 146.992 4.7566C147.002 4.65997 147 4.56201 146.992 4.46941C146.918 3.89911 146.446 3.61494 145.903 3.81799C145.641 3.91749 145.416 4.07601 145.239 4.29489C145.104 4.45603 144.983 4.63435 144.862 4.81265C144.832 4.85723 144.801 4.90181 144.771 4.94612C144.735 4.99714 144.716 5.05619 144.697 5.11526C144.567 5.47367 144.661 5.68565 145.004 5.85181C145.028 5.86407 145.052 5.87559 145.077 5.8873C145.114 5.90483 145.152 5.92316 145.19 5.94561C145.408 6.09173 145.638 6.11706 145.883 6.06455C146.09 6.02011 146.278 5.92468 146.44 5.78365ZM135.372 3.1909C135.191 3.33598 135.033 3.49579 134.931 3.69851C134.764 3.9979 134.788 4.28776 134.984 4.57212C135.491 5.28168 136.456 5.08236 136.817 4.46208C136.87 4.36408 136.912 4.26473 136.941 4.16406C136.993 3.96808 137.039 3.76541 137.079 3.5681C137.171 3.10772 136.933 2.86767 136.471 2.82909C136.029 2.78647 135.693 2.94508 135.372 3.1909ZM138.088 11.7457C138.367 12.2836 138.236 12.9292 137.767 13.3053C137.519 13.5041 137.199 13.6278 136.92 13.6522C136.433 13.678 136.067 13.375 136.016 12.8865C135.988 12.6329 136.043 12.4007 136.176 12.1953C136.352 11.9214 136.594 11.728 136.895 11.6083C137.157 11.5088 137.426 11.4589 137.703 11.5017C137.866 11.5257 138.006 11.59 138.088 11.7457ZM152.432 13.1711C152.341 12.6478 152.517 12.2088 152.91 11.861C153.153 11.6554 153.426 11.6244 153.725 11.6939C153.97 11.7515 154.152 11.8815 154.27 12.0962C154.593 12.6877 154.294 13.5227 153.672 13.7781C153.127 14.0053 152.52 13.7186 152.432 13.1711ZM133.156 9.72414C133.518 9.434 133.587 8.90385 133.319 8.48936C133.083 8.11511 132.589 7.98127 132.186 8.1936C131.822 8.38578 131.557 8.6866 131.423 9.08125C131.385 9.19938 131.376 9.33896 131.381 9.46779C131.395 9.62211 131.482 9.72941 131.649 9.77223C131.744 9.79498 131.841 9.82241 131.938 9.84985C132.034 9.87729 132.131 9.90474 132.227 9.92748C132.574 10.0024 132.883 9.92027 133.156 9.72414ZM141.804 13.0957C141.845 12.7763 142 12.5306 142.248 12.3318C142.523 12.1115 142.877 12.0159 143.16 12.0654C143.484 12.1255 143.698 12.3629 143.659 12.6703C143.634 12.8998 143.573 13.1253 143.494 13.3427C143.398 13.6072 143.189 13.7858 142.943 13.9054C142.665 14.0398 142.383 14.0454 142.121 13.8577C141.871 13.6714 141.765 13.403 141.804 13.0957Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.169 60.9663C146.871 60.779 146.579 60.6774 146.261 60.6814C146.118 60.6829 145.956 60.7137 145.819 60.7699C145.625 60.8516 145.521 61.081 145.617 61.2835C145.639 61.3282 145.636 61.3974 145.631 61.4548C145.629 61.4867 145.624 61.5182 145.618 61.5489C145.612 61.5849 145.606 61.6199 145.607 61.6534C145.621 62.13 146.075 62.6683 146.533 62.763C146.947 62.8493 147.499 62.586 147.684 62.2137C147.79 61.9961 147.778 61.7746 147.684 61.5531C147.57 61.2986 147.381 61.0988 147.169 60.9663ZM143.313 66.9944C143.729 66.8184 144.119 66.9102 144.488 67.1313C144.684 67.2546 144.839 67.4126 144.97 67.6069C145.16 67.9188 145.137 68.2605 144.908 68.5434C144.674 68.8337 144.364 68.9853 144.007 69.0358C143.054 69.1599 142.523 68.2779 142.81 67.502C142.904 67.2562 143.067 67.0943 143.313 66.9944ZM146.363 73.3897C146.002 73.1732 145.61 73.0695 145.182 73.0861C145.003 73.0958 144.83 73.1293 144.669 73.2219C144.542 73.2946 144.449 73.3783 144.429 73.5386C144.42 73.5842 144.4 73.6324 144.377 73.6688C144.112 74.1531 144.232 74.7365 144.671 75.0725C145.056 75.3648 145.497 75.4384 145.958 75.3207C146.26 75.2456 146.519 75.093 146.73 74.8701C146.956 74.6254 147.004 74.3403 146.896 74.0285C146.8 73.7449 146.616 73.5378 146.363 73.3897ZM161.818 77.2266C161.568 77.0594 161.24 76.935 160.878 76.9116C160.781 76.9021 160.672 76.922 160.572 76.9404C160.554 76.9437 160.536 76.947 160.518 76.9501C160.404 76.97 160.292 77.0017 160.181 77.0334C159.689 77.1519 159.467 77.5516 159.649 78.0211C159.728 78.2336 159.827 78.4478 160.084 78.5075C160.112 78.5126 160.134 78.5332 160.157 78.5547C160.172 78.5681 160.186 78.5819 160.203 78.5925C160.661 78.9304 161.175 79.0187 161.731 78.9103C161.952 78.8661 162.141 78.7607 162.312 78.6033C162.576 78.3623 162.611 78.0489 162.424 77.7488C162.268 77.529 162.078 77.3792 161.818 77.2266ZM149.644 78.3469C149.694 78.3741 149.746 78.4023 149.8 78.4317C149.806 78.4359 149.811 78.4402 149.817 78.4447C149.823 78.4493 149.829 78.454 149.836 78.4589L149.838 78.4606L149.839 78.4613C149.904 78.5111 149.987 78.5746 150.054 78.6417C150.365 78.9383 150.414 79.3448 150.191 79.7135C150.038 79.9729 149.812 80.1365 149.53 80.2135C149.005 80.352 148.522 80.2628 148.091 79.9313C147.65 79.5834 147.569 79.0347 147.879 78.5277C148.166 78.0571 148.709 77.8895 149.205 78.119C149.348 78.1858 149.486 78.2609 149.644 78.3469ZM155.404 75.3387C155.11 75.1751 154.735 75.0924 154.33 75.1227C154.139 75.1351 153.961 75.1758 153.86 75.367C153.84 75.4 153.795 75.4241 153.754 75.4468C153.74 75.4542 153.727 75.4615 153.715 75.4688C153.447 75.636 153.333 75.88 153.403 76.1881C153.499 76.5837 153.747 76.8511 154.11 77.0176C154.369 77.1392 154.645 77.2007 154.932 77.1976C155.288 77.1973 155.595 77.0648 155.83 76.8055C156.047 76.5753 156.097 76.3021 155.992 76.0021C155.899 75.7304 155.71 75.5305 155.404 75.3387ZM157.207 66.2777C157.25 66.2971 157.293 66.3164 157.335 66.335C157.642 66.5578 157.923 66.8052 158.094 67.1463C158.179 67.3013 158.229 67.4645 158.056 67.61C158.045 67.6166 158.036 67.6338 158.027 67.651C158.023 67.6597 158.019 67.6683 158.014 67.6756C157.894 67.946 157.661 68.0741 157.382 68.1128C156.873 68.1793 156.418 68.0464 156.001 67.7551C155.846 67.6473 155.709 67.5103 155.613 67.3389C155.341 66.8528 155.513 66.371 156.036 66.1706C156.301 66.0726 156.575 66.0412 156.845 66.1291C156.969 66.1695 157.089 66.224 157.207 66.2777ZM159.645 72.6625C160 72.8745 160.391 72.9471 160.8 72.8476C160.895 72.8259 160.987 72.7923 161.072 72.7542C161.589 72.499 161.705 71.9616 161.335 71.5164C161.155 71.3019 160.931 71.1412 160.666 71.046C160.469 70.9713 160.26 70.9152 160.052 70.8592C160 70.8452 159.947 70.8312 159.895 70.8169C159.835 70.7994 159.773 70.8012 159.711 70.8029C159.328 70.7968 159.158 70.9541 159.112 71.3322C159.108 71.358 159.105 71.3845 159.102 71.4117C159.098 71.4524 159.093 71.4949 159.084 71.538C159.016 71.7903 159.068 72.0155 159.197 72.2289C159.307 72.4095 159.459 72.5555 159.645 72.6625ZM158.494 61.3901C158.298 61.2668 158.094 61.1699 157.869 61.1403C157.531 61.0805 157.263 61.1976 157.058 61.4752C156.55 62.1832 157.054 63.0278 157.76 63.1657C157.87 63.1841 157.978 63.1907 158.083 63.1854C158.286 63.1702 158.493 63.1478 158.693 63.1208C159.16 63.0578 159.31 62.7556 159.196 62.308C159.092 61.8768 158.832 61.6121 158.494 61.3901ZM151.265 66.7365C150.846 67.175 150.191 67.2622 149.681 66.9424C149.411 66.7734 149.19 66.5124 149.076 66.258C148.892 65.8076 149.061 65.3641 149.507 65.1562C149.739 65.0473 149.977 65.024 150.215 65.0818C150.532 65.1589 150.795 65.3234 151.006 65.5679C151.186 65.7823 151.321 66.0195 151.371 66.2947C151.402 66.4561 151.386 66.6091 151.265 66.7365ZM154.592 80.715C155.059 80.4589 155.533 80.4816 155.991 80.7384C156.265 80.9001 156.384 81.1473 156.415 81.4517C156.441 81.7014 156.377 81.9154 156.212 82.0964C155.756 82.5931 154.866 82.5843 154.421 82.0815C154.028 81.6417 154.102 80.9766 154.592 80.715ZM151.574 61.4312C151.967 61.6779 152.493 61.5704 152.798 61.1827C153.077 60.8388 153.042 60.3294 152.709 60.019C152.408 59.7387 152.037 59.5868 151.618 59.5889C151.494 59.5923 151.359 59.6294 151.238 59.6757C151.096 59.7392 151.023 59.8557 151.037 60.0271C151.046 60.1246 151.052 60.2246 151.057 60.3246C151.063 60.4246 151.068 60.5246 151.078 60.6221C151.12 60.9739 151.299 61.2385 151.574 61.4312ZM151.197 70.6781C151.513 70.6121 151.797 70.6782 152.066 70.8473C152.365 71.0346 152.571 71.3365 152.617 71.619C152.665 71.9444 152.51 72.223 152.205 72.2862C151.98 72.3378 151.746 72.3538 151.514 72.3507C151.232 72.3465 150.994 72.2076 150.8 72.0151C150.582 71.7969 150.485 71.5325 150.577 71.2247C150.673 70.9287 150.893 70.7414 151.197 70.6781Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M209.422 53.4045C209.766 53.3264 210.044 53.1927 210.266 52.9659C210.366 52.8637 210.459 52.728 210.516 52.5915C210.595 52.3971 210.506 52.1614 210.294 52.0859C210.246 52.0702 210.199 52.0191 210.163 51.9745C210.141 51.951 210.123 51.9248 210.105 51.8994C210.083 51.8695 210.063 51.8405 210.039 51.8174C209.69 51.4905 208.988 51.4293 208.596 51.6858C208.243 51.916 208.039 52.4917 208.173 52.8848C208.252 53.114 208.418 53.2616 208.642 53.352C208.903 53.4516 209.178 53.4597 209.422 53.4045ZM207.87 46.4239C207.701 46.8417 207.36 47.0513 206.943 47.1549C206.716 47.2063 206.495 47.2036 206.264 47.1589C205.908 47.0718 205.682 46.8144 205.643 46.4526C205.603 46.0823 205.714 45.7571 205.931 45.4697C206.516 44.7103 207.517 44.9596 207.866 45.7101C207.973 45.9503 207.973 46.1799 207.87 46.4239ZM187.528 52.2305C187.824 52.1723 188.144 52.029 188.416 51.7908C188.491 51.7289 188.554 51.6385 188.612 51.5549C188.622 51.5396 188.633 51.5245 188.643 51.5098C188.71 51.4153 188.766 51.3143 188.822 51.2132C189.086 50.7828 188.959 50.344 188.497 50.1398C188.291 50.0456 188.069 49.9635 187.845 50.1026C187.821 50.1188 187.791 50.1199 187.759 50.1209C187.74 50.1216 187.719 50.1222 187.7 50.1266C187.137 50.2103 186.711 50.5099 186.394 50.9788C186.269 51.166 186.211 51.3734 186.202 51.6048C186.186 51.9613 186.384 52.2077 186.729 52.2882C186.995 52.3337 187.236 52.3055 187.528 52.2305ZM193.402 49.0447C193.725 48.9537 194.049 48.7479 194.314 48.4406C194.44 48.2973 194.537 48.1429 194.473 47.937C194.464 47.899 194.478 47.8508 194.491 47.8054C194.496 47.7907 194.5 47.7761 194.503 47.7624C194.574 47.4551 194.481 47.2027 194.213 47.0341C193.865 46.822 193.5 46.8077 193.125 46.9457C192.856 47.042 192.617 47.1933 192.416 47.3977C192.165 47.6488 192.042 47.9592 192.06 48.3081C192.07 48.6234 192.228 48.8522 192.516 48.9899C192.774 49.1166 193.049 49.1247 193.402 49.0447ZM198.557 56.7233C198.513 56.7398 198.469 56.7562 198.426 56.7729C198.051 56.8315 197.677 56.8547 197.314 56.7341C197.143 56.6845 196.992 56.604 197.012 56.379C197.015 56.3666 197.009 56.3484 197.003 56.3302C196.999 56.321 196.996 56.3119 196.994 56.3035C196.887 56.0278 196.961 55.7728 197.131 55.549C197.444 55.1426 197.86 54.9159 198.361 54.8287C198.547 54.7952 198.742 54.7953 198.93 54.8495C199.468 55.001 199.689 55.4628 199.461 55.9733C199.343 56.2295 199.172 56.4449 198.918 56.5729C198.802 56.6316 198.678 56.6779 198.557 56.7233ZM192.303 53.9267C191.902 54.0265 191.573 54.251 191.355 54.6093C191.303 54.6917 191.262 54.7805 191.229 54.8674C191.045 55.4122 191.344 55.8737 191.922 55.928C192.201 55.9528 192.473 55.9087 192.728 55.789C192.92 55.7031 193.108 55.5956 193.295 55.4882C193.342 55.4613 193.389 55.4345 193.436 55.408C193.49 55.3779 193.533 55.3329 193.576 55.2879C193.851 55.0226 193.859 54.7912 193.623 54.4918C193.608 54.4707 193.591 54.4498 193.574 54.4284C193.548 54.3965 193.522 54.363 193.497 54.3263C193.366 54.1001 193.17 53.9769 192.927 53.9174C192.721 53.867 192.51 53.8707 192.303 53.9267ZM201.115 61.0864C201.342 61.035 201.554 60.9604 201.735 60.8224C202.016 60.6261 202.122 60.3551 202.071 60.0138C201.927 59.1551 200.972 58.9131 200.375 59.3133C200.284 59.378 200.203 59.4493 200.132 59.5271C200 59.6807 199.869 59.8427 199.747 60.0028C199.461 60.3764 199.57 60.6959 199.968 60.9321C200.348 61.1636 200.719 61.1675 201.115 61.0864ZM202.432 52.2109C202.417 51.6054 202.818 51.082 203.405 50.9488C203.716 50.8783 204.058 50.9066 204.319 51.0062C204.768 51.1955 204.964 51.6275 204.796 52.0892C204.71 52.3294 204.557 52.5139 204.348 52.6408C204.069 52.81 203.767 52.8785 203.444 52.8548C203.165 52.8299 202.901 52.7574 202.67 52.598C202.534 52.5053 202.436 52.3863 202.432 52.2109ZM190.16 44.6712C190.012 45.1813 189.661 45.4992 189.155 45.6405C188.846 45.7193 188.587 45.6281 188.349 45.4351C188.154 45.2764 188.047 45.0801 188.035 44.8356C188.005 44.1631 188.64 43.5425 189.311 43.5843C189.902 43.618 190.321 44.1405 190.16 44.6712ZM205.978 56.18C205.525 56.2828 205.23 56.7292 205.289 57.2188C205.336 57.658 205.722 57.9941 206.178 57.979C206.589 57.965 206.96 57.8103 207.254 57.5141C207.34 57.4241 207.409 57.3025 207.461 57.1847C207.516 57.0399 207.486 56.9056 207.354 56.7943C207.278 56.7321 207.204 56.6653 207.129 56.5984C207.054 56.5316 206.979 56.4647 206.903 56.4026C206.623 56.1836 206.309 56.1225 205.978 56.18ZM199.683 49.3756C199.506 49.6451 199.259 49.7983 198.948 49.8688C198.604 49.9468 198.244 49.8785 198.012 49.7107C197.746 49.515 197.658 49.2084 197.829 48.9492C197.952 48.7536 198.106 48.5775 198.272 48.4163C198.474 48.2203 198.741 48.151 199.014 48.1507C199.323 48.1512 199.58 48.2695 199.733 48.5524C199.875 48.8289 199.853 49.1164 199.683 49.3756Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M219.877 77.0341C220.221 76.9561 220.5 76.8223 220.722 76.5955C220.822 76.4934 220.914 76.3577 220.971 76.2212C221.051 76.0268 220.961 75.7911 220.75 75.7155C220.702 75.6999 220.655 75.6488 220.619 75.6042C220.597 75.5807 220.578 75.5545 220.56 75.529C220.539 75.4992 220.519 75.4701 220.494 75.447C220.146 75.1202 219.444 75.059 219.052 75.3155C218.699 75.5456 218.495 76.1213 218.629 76.5145C218.708 76.7436 218.874 76.8913 219.098 76.9817C219.359 77.0813 219.634 77.0894 219.877 77.0341ZM218.326 70.0535C218.156 70.4714 217.816 70.681 217.398 70.7845C217.172 70.836 216.95 70.8332 216.72 70.7885C216.364 70.7015 216.138 70.4441 216.099 70.0822C216.059 69.712 216.17 69.3868 216.386 69.0993C216.972 68.34 217.973 68.5893 218.321 69.3398C218.429 69.58 218.429 69.8095 218.326 70.0535ZM211.631 67.6811C212.04 67.5794 212.391 67.3763 212.682 67.0633C212.801 66.9303 212.9 66.7843 212.948 66.6059C212.986 66.4648 212.993 66.3398 212.893 66.2124C212.867 66.1742 212.847 66.1258 212.837 66.0839C212.681 65.5546 212.182 65.2265 211.634 65.2981C211.154 65.3627 210.79 65.6219 210.547 66.0298C210.388 66.2955 210.313 66.586 210.321 66.893C210.335 67.2251 210.504 67.4604 210.802 67.6046C211.07 67.7377 211.348 67.7542 211.631 67.6811ZM197.984 75.8602C198.279 75.8019 198.6 75.6586 198.872 75.4204C198.947 75.3586 199.01 75.2682 199.068 75.1845C199.078 75.1693 199.089 75.1542 199.099 75.1395C199.165 75.045 199.222 74.9439 199.278 74.8429C199.542 74.4125 199.415 73.9736 198.953 73.7695C198.746 73.6752 198.525 73.5932 198.3 73.7323C198.277 73.7485 198.247 73.7495 198.215 73.7506C198.195 73.7513 198.175 73.7519 198.156 73.7563C197.592 73.84 197.167 74.1396 196.85 74.6085C196.725 74.7956 196.667 75.003 196.658 75.2345C196.642 75.591 196.84 75.8373 197.185 75.9179C197.451 75.9633 197.692 75.9352 197.984 75.8602ZM205.794 66.488C205.74 66.5039 205.683 66.5204 205.624 66.5381C205.617 66.539 205.61 66.5399 205.602 66.5408C205.595 66.5418 205.587 66.5429 205.579 66.5439L205.576 66.5443L205.575 66.5444C205.494 66.5553 205.39 66.5689 205.295 66.5685C204.865 66.5779 204.542 66.3247 204.438 65.9071C204.362 65.6154 204.406 65.3409 204.551 65.0874C204.823 64.6197 205.228 64.3426 205.768 64.273C206.327 64.2079 206.773 64.539 206.914 65.1159C207.045 65.6509 206.78 66.1522 206.267 66.3393C206.118 66.3932 205.967 66.4374 205.794 66.488ZM203.858 72.6744C204.181 72.5833 204.505 72.3775 204.77 72.0703C204.896 71.927 204.993 71.7726 204.928 71.5667C204.92 71.5287 204.934 71.4805 204.947 71.4351C204.952 71.4203 204.956 71.4058 204.959 71.3921C205.03 71.0848 204.937 70.8323 204.669 70.6637C204.32 70.4516 203.955 70.4374 203.581 70.5753C203.312 70.6717 203.073 70.823 202.872 71.0273C202.621 71.2785 202.497 71.5888 202.515 71.9377C202.526 72.253 202.684 72.4818 202.971 72.6196C203.23 72.7462 203.505 72.7543 203.858 72.6744ZM209.013 80.353C208.969 80.3694 208.925 80.3858 208.882 80.4026C208.507 80.4612 208.132 80.4843 207.769 80.3637C207.599 80.3141 207.448 80.2336 207.467 80.0087C207.471 79.9962 207.464 79.978 207.458 79.9598C207.455 79.9507 207.452 79.9416 207.45 79.9332C207.343 79.6575 207.417 79.4024 207.587 79.1787C207.9 78.7723 208.316 78.5456 208.817 78.4584C209.003 78.4249 209.197 78.425 209.386 78.4792C209.924 78.6307 210.144 79.0925 209.917 79.603C209.799 79.8591 209.627 80.0745 209.374 80.2026C209.258 80.2613 209.134 80.3076 209.013 80.353ZM202.758 77.5564C202.357 77.6562 202.029 77.8806 201.811 78.239C201.759 78.3213 201.718 78.4102 201.685 78.4971C201.5 79.0419 201.8 79.5033 202.377 79.5576C202.657 79.5825 202.929 79.5384 203.184 79.4187C203.376 79.3327 203.564 79.2253 203.751 79.1179C203.798 79.091 203.844 79.0642 203.891 79.0376C203.946 79.0075 203.989 78.9625 204.032 78.9176C204.306 78.6523 204.315 78.4208 204.079 78.1215C204.064 78.1003 204.047 78.0794 204.03 78.0581C204.004 78.0261 203.977 77.9927 203.953 77.9559C203.822 77.7298 203.626 77.6066 203.383 77.547C203.177 77.4967 202.966 77.5004 202.758 77.5564ZM211.571 84.7161C211.798 84.6647 212.01 84.59 212.191 84.4521C212.472 84.2558 212.578 83.9847 212.526 83.6435C212.383 82.7848 211.427 82.5427 210.83 82.9429C210.739 83.0077 210.659 83.079 210.588 83.1567C210.455 83.3104 210.325 83.4724 210.203 83.6325C209.917 84.0061 210.026 84.3256 210.424 84.5617C210.803 84.7933 211.175 84.7972 211.571 84.7161ZM212.887 75.8406C212.873 75.2351 213.274 74.7117 213.861 74.5784C214.172 74.508 214.514 74.5363 214.775 74.6359C215.224 74.8251 215.42 75.2572 215.252 75.7189C215.165 75.9591 215.013 76.1436 214.804 76.2705C214.525 76.4397 214.223 76.5082 213.9 76.4845C213.62 76.4596 213.357 76.3871 213.126 76.2276C212.99 76.1349 212.892 76.016 212.887 75.8406ZM200.616 68.3008C200.468 68.811 200.117 69.1288 199.611 69.2701C199.302 69.349 199.043 69.2578 198.805 69.0648C198.609 68.9061 198.503 68.7097 198.491 68.4653C198.461 67.7927 199.096 67.1722 199.767 67.2139C200.357 67.2477 200.777 67.7701 200.616 68.3008ZM216.434 79.8097C215.981 79.9125 215.686 80.3589 215.745 80.8485C215.792 81.2877 216.178 81.6237 216.633 81.6086C217.045 81.5946 217.416 81.4399 217.71 81.1438C217.795 81.0538 217.865 80.9322 217.917 80.8144C217.972 80.6695 217.942 80.5353 217.81 80.4239C217.734 80.3618 217.659 80.2949 217.584 80.2281C217.51 80.1612 217.435 80.0944 217.359 80.0322C217.079 79.8133 216.765 79.7522 216.434 79.8097ZM210.139 73.0053C209.962 73.2748 209.714 73.428 209.404 73.4984C209.06 73.5765 208.7 73.5081 208.467 73.3403C208.202 73.1446 208.114 72.8381 208.285 72.5788C208.408 72.3833 208.561 72.2072 208.728 72.0459C208.93 71.85 209.197 71.7807 209.47 71.7804C209.779 71.7809 210.036 71.8991 210.189 72.1821C210.331 72.4586 210.309 72.7461 210.139 73.0053Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.701 74.4485C170.507 74.7426 170.4 75.0313 170.398 75.348C170.396 75.4909 170.424 75.6526 170.478 75.7904C170.556 75.9852 170.785 76.0934 170.99 76.0017C171.035 75.98 171.104 75.9844 171.162 75.9912C171.194 75.9932 171.225 75.9992 171.256 76.0051C171.292 76.012 171.327 76.0188 171.361 76.0186C171.839 76.0134 172.388 75.572 172.491 75.1166C172.585 74.7065 172.332 74.1508 171.962 73.9601C171.745 73.8495 171.523 73.8579 171.299 73.9473C171.041 74.056 170.837 74.2406 170.701 74.4485ZM176.676 78.4064C176.507 77.9883 176.606 77.602 176.835 77.2387C176.963 77.0451 177.124 76.8941 177.321 76.7668C177.638 76.5839 177.98 76.6129 178.26 76.847C178.547 77.0858 178.693 77.3968 178.737 77.7537C178.843 78.7056 177.949 79.218 177.176 78.9178C176.931 78.8192 176.771 78.6535 176.676 78.4064ZM183.149 75.4894C182.925 75.8455 182.814 76.2343 182.822 76.6605C182.829 76.839 182.859 77.0127 182.949 77.174C183.02 77.3022 183.102 77.397 183.262 77.4198C183.308 77.4291 183.356 77.4502 183.392 77.4738C183.873 77.7472 184.46 77.639 184.806 77.2083C185.106 76.8303 185.188 76.3917 185.079 75.9304C185.009 75.6284 184.861 75.3674 184.641 75.152C184.4 74.9225 184.115 74.8694 183.8 74.9712C183.514 75.061 183.302 75.2409 183.149 75.4894ZM187.289 60.1638C187.117 60.4101 186.986 60.7347 186.955 61.0944C186.944 61.1911 186.962 61.2995 186.978 61.3997C186.981 61.418 186.984 61.4361 186.987 61.4538C187.005 61.568 187.035 61.6797 187.064 61.7914C187.174 62.2837 187.571 62.5123 188.045 62.3404C188.26 62.2654 188.477 62.1712 188.541 61.9161C188.547 61.8882 188.568 61.8665 188.59 61.8439C188.604 61.8298 188.618 61.8154 188.629 61.7989C188.977 61.3492 189.075 60.839 188.977 60.2824C188.936 60.0612 188.834 59.8713 188.679 59.6984C188.443 59.4307 188.129 59.3897 187.824 59.5701C187.601 59.7214 187.447 59.9081 187.289 60.1638ZM188.184 72.3153C188.212 72.2662 188.242 72.2151 188.272 72.1613C188.276 72.156 188.281 72.1504 188.286 72.1446C188.29 72.1388 188.295 72.1327 188.3 72.1265L188.302 72.1242L188.302 72.1234C188.354 72.0592 188.419 71.9777 188.488 71.9124C188.791 71.6082 189.2 71.5677 189.565 71.7965C189.823 71.9545 189.983 72.1822 190.055 72.4651C190.184 72.9906 190.085 73.4697 189.744 73.8932C189.387 74.3263 188.835 74.3962 188.332 74.0778C187.866 73.7829 187.708 73.2385 187.947 72.749C188.017 72.6073 188.095 72.4712 188.184 72.3153ZM185.274 66.519C185.105 66.8082 185.015 67.1801 185.038 67.5848C185.046 67.7752 185.084 67.9536 185.274 68.0573C185.306 68.0786 185.33 68.1231 185.352 68.1651C185.359 68.1787 185.366 68.1921 185.373 68.2043C185.536 68.4748 185.779 68.5924 186.089 68.5287C186.488 68.4406 186.761 68.1985 186.934 67.8403C187.061 67.5848 187.128 67.3105 187.13 67.0248C187.137 66.67 187.01 66.3612 186.754 66.1222C186.527 65.9021 186.254 65.8465 185.951 65.9459C185.677 66.0333 185.473 66.2178 185.274 66.519ZM176.218 64.5483C176.238 64.5059 176.258 64.4638 176.278 64.422C176.507 64.1206 176.761 63.8453 177.106 63.6813C177.263 63.5994 177.428 63.5532 177.57 63.7286C177.577 63.7397 177.594 63.7486 177.611 63.7575C177.62 63.7619 177.628 63.7663 177.635 63.771C177.904 63.8957 178.029 64.1307 178.062 64.4091C178.119 64.9183 177.977 65.3691 177.677 65.7781C177.566 65.9311 177.426 66.0653 177.253 66.1568C176.76 66.4193 176.28 66.2388 176.088 65.7137C175.995 65.4475 175.969 65.1738 176.062 64.9066C176.105 64.784 176.162 64.6651 176.218 64.5483ZM182.669 62.2412C182.889 61.8923 182.969 61.5037 182.877 61.0947C182.857 60.9995 182.825 60.9069 182.788 60.8214C182.542 60.3013 182.005 60.1759 181.551 60.5358C181.333 60.7109 181.167 60.9309 181.067 61.1935C180.988 61.3882 180.928 61.5951 180.868 61.8019C180.853 61.8536 180.838 61.9053 180.822 61.9569C180.804 62.0165 180.804 62.0784 180.805 62.1403C180.791 62.5214 180.946 62.6943 181.325 62.7468C181.35 62.7514 181.377 62.7549 181.404 62.7584C181.445 62.7637 181.487 62.7692 181.531 62.7789C181.782 62.8513 182.009 62.8047 182.226 62.6796C182.409 62.5737 182.558 62.4252 182.669 62.2412ZM171.339 63.1724C171.211 63.3661 171.11 63.5667 171.076 63.7907C171.01 64.1268 171.122 64.3952 171.397 64.6055C172.098 65.1253 172.954 64.6392 173.106 63.9383C173.127 63.8286 173.135 63.7214 173.132 63.6166C173.121 63.4143 173.102 63.2073 173.079 63.0074C173.024 62.541 172.724 62.3856 172.273 62.4907C171.838 62.5861 171.568 62.8401 171.339 63.1724ZM176.566 70.4779C176.998 70.9039 177.074 71.5583 176.743 72.0603C176.569 72.3256 176.303 72.5415 176.045 72.6502C175.59 72.8243 175.148 72.6483 174.948 72.1995C174.843 71.9667 174.824 71.7287 174.887 71.4926C174.97 71.1778 175.14 70.9197 175.389 70.7134C175.608 70.5383 175.848 70.4083 176.125 70.3638C176.288 70.3366 176.441 70.3548 176.566 70.4779ZM190.653 67.4302C190.405 66.9602 190.436 66.4886 190.703 66.037C190.87 65.7669 191.12 65.6535 191.426 65.6279C191.677 65.6074 191.891 65.6752 192.069 65.8432C192.559 66.307 192.533 67.1929 192.021 67.6269C191.572 68.0106 190.906 67.924 190.653 67.4302ZM171.25 70.0687C171.505 69.6815 171.407 69.1558 171.023 68.8438C170.684 68.5601 170.172 68.5845 169.854 68.9102C169.567 69.2048 169.408 69.5724 169.402 69.9892C169.403 70.113 169.438 70.2485 169.482 70.3697C169.543 70.5122 169.659 70.5877 169.831 70.5772C169.929 70.5694 170.029 70.5659 170.13 70.5623C170.23 70.5587 170.331 70.5552 170.429 70.5474C170.782 70.512 171.051 70.339 171.25 70.0687ZM180.52 70.6212C180.459 70.3049 180.531 70.0235 180.706 69.7581C180.899 69.4641 181.206 69.2647 181.49 69.2249C181.818 69.1825 182.094 69.3428 182.152 69.6472C182.199 69.8731 182.211 70.1064 182.204 70.3374C182.194 70.6185 182.05 70.8527 181.853 71.0419C181.63 71.2552 181.363 71.3472 181.056 71.2491C180.761 71.1484 180.577 70.9257 180.52 70.6212Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M195.749 82.3507C195.576 82.597 195.445 82.9216 195.415 83.2813C195.404 83.378 195.422 83.4864 195.438 83.5866C195.441 83.6049 195.444 83.623 195.447 83.6407C195.465 83.7549 195.494 83.8666 195.524 83.9783C195.634 84.4706 196.03 84.6992 196.505 84.5273C196.72 84.4523 196.936 84.3581 197.001 84.103C197.007 84.0751 197.028 84.0534 197.05 84.0308C197.064 84.0167 197.078 84.0023 197.089 83.9858C197.436 83.5361 197.535 83.0259 197.436 82.4693C197.396 82.2481 197.294 82.0582 197.139 81.8853C196.902 81.6176 196.589 81.5766 196.284 81.757C196.061 81.9083 195.907 82.095 195.749 82.3507ZM191.129 84.4281C191.348 84.0792 191.428 83.6906 191.336 83.2816C191.316 83.1864 191.284 83.0938 191.248 83.0083C191.001 82.4882 190.464 82.3628 190.011 82.7227C189.792 82.8978 189.627 83.1178 189.526 83.3803C189.448 83.5751 189.388 83.782 189.327 83.9888C189.312 84.0405 189.297 84.0922 189.282 84.1438C189.263 84.2034 189.264 84.2653 189.264 84.3272C189.251 84.7083 189.406 84.8812 189.784 84.9337C189.81 84.9383 189.837 84.9418 189.864 84.9453C189.905 84.9506 189.947 84.9561 189.99 84.9658C190.242 85.0382 190.469 84.9916 190.685 84.8665C190.869 84.7606 191.018 84.6121 191.129 84.4281Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.799 49.7274C147.476 49.9973 147.25 50.333 147.126 50.7411C147.077 50.9129 147.052 51.0874 147.088 51.2685C147.116 51.4121 147.164 51.5275 147.31 51.5985C147.35 51.6213 147.39 51.6562 147.417 51.6897C147.79 52.0974 148.382 52.1748 148.844 51.8711C149.247 51.6038 149.46 51.2118 149.499 50.7393C149.526 50.4307 149.466 50.1368 149.323 49.8645C149.165 49.572 148.91 49.434 148.579 49.4342C148.279 49.4318 148.022 49.538 147.799 49.7274ZM153.571 48.2536C153.613 48.2156 153.656 48.1759 153.702 48.1341C153.708 48.1304 153.714 48.1265 153.72 48.1224C153.726 48.1182 153.733 48.1139 153.739 48.1095L153.742 48.108L153.743 48.1074C153.811 48.062 153.899 48.0045 153.984 47.9634C154.367 47.7672 154.768 47.8542 155.045 48.1841C155.241 48.4134 155.323 48.6791 155.304 48.9703C155.264 49.5099 155.023 49.9355 154.568 50.2337C154.094 50.536 153.547 50.4331 153.167 49.9757C152.814 49.5519 152.832 48.9856 153.211 48.5934C153.321 48.4801 153.438 48.3745 153.571 48.2536ZM157.43 44.3643C157.339 43.841 157.515 43.402 157.908 43.0541C158.15 42.8486 158.424 42.8176 158.723 42.8871C158.968 42.9447 159.15 43.0747 159.268 43.2893C159.59 43.8809 159.292 44.7159 158.67 44.9713C158.125 45.1985 157.518 44.9118 157.43 44.3643Z' fill='%23FFECDA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.469 52.1031C158.194 52.3234 158.002 52.5651 157.902 52.8658C157.857 53.0013 157.834 53.1637 157.842 53.3114C157.857 53.5207 158.04 53.6937 158.264 53.6694C158.313 53.6626 158.378 53.6881 158.431 53.7122C158.46 53.7239 158.489 53.7393 158.516 53.7544C158.548 53.772 158.579 53.7892 158.611 53.7993C159.068 53.9412 159.726 53.6898 159.966 53.2883C160.182 52.9272 160.113 52.3206 159.819 52.0256C159.648 51.8539 159.434 51.7937 159.193 51.81C158.914 51.8343 158.663 51.9473 158.469 52.1031ZM162.93 57.7027C162.899 57.2532 163.113 56.9162 163.443 56.6408C163.624 56.4958 163.824 56.4017 164.051 56.3411C164.409 56.2644 164.726 56.397 164.919 56.7055C165.118 57.0207 165.161 57.3616 165.093 57.7146C164.9 58.6528 163.89 58.8656 163.248 58.3427C163.045 58.1737 162.945 57.9671 162.93 57.7027ZM169.991 56.9152C169.668 57.1851 169.441 57.5208 169.318 57.9289C169.269 58.1007 169.244 58.2752 169.28 58.4563C169.307 58.5999 169.356 58.7153 169.502 58.7863C169.542 58.8091 169.581 58.8439 169.608 58.8775C169.981 59.2852 170.574 59.3626 171.035 59.0589C171.438 58.7916 171.652 58.3996 171.69 57.9271C171.717 57.6185 171.657 57.3246 171.515 57.0523C171.356 56.7598 171.101 56.6218 170.77 56.622C170.47 56.6196 170.214 56.7258 169.991 56.9152ZM178.667 43.6067C178.427 43.788 178.202 44.0566 178.062 44.3895C178.021 44.4781 178.005 44.5866 177.989 44.6871C177.987 44.7054 177.984 44.7235 177.981 44.7412C177.963 44.8553 177.956 44.9707 177.95 45.0861C177.902 45.5881 178.209 45.9274 178.714 45.9096C178.941 45.904 179.177 45.881 179.317 45.6582C179.331 45.6334 179.358 45.6193 179.386 45.6045C179.403 45.5953 179.421 45.5859 179.436 45.5735C179.906 45.2524 180.157 44.7973 180.236 44.2376C180.266 44.0148 180.227 43.8028 180.134 43.5909C179.991 43.2635 179.705 43.1282 179.36 43.2063C179.1 43.2816 178.896 43.4119 178.667 43.6067ZM175.762 55.4414C175.804 55.4034 175.848 55.3637 175.894 55.3219C175.899 55.3182 175.905 55.3143 175.912 55.3102C175.918 55.306 175.924 55.3017 175.931 55.2973L175.933 55.2958L175.934 55.2952C176.003 55.2498 176.09 55.1923 176.176 55.1512C176.558 54.955 176.96 55.042 177.237 55.3719C177.433 55.6012 177.515 55.8669 177.496 56.1581C177.456 56.6977 177.214 57.1233 176.759 57.4215C176.285 57.7238 175.738 57.6209 175.359 57.1635C175.006 56.7397 175.024 56.1734 175.403 55.7812C175.513 55.6679 175.629 55.5623 175.762 55.4414ZM174.786 49.034C174.535 49.2569 174.334 49.5832 174.231 49.9751C174.18 50.159 174.161 50.3402 174.31 50.4971C174.334 50.5275 174.343 50.577 174.351 50.6237C174.353 50.6388 174.356 50.6538 174.359 50.6675C174.43 50.9748 174.624 51.1612 174.94 51.1959C175.346 51.2345 175.681 51.088 175.957 50.8006C176.156 50.5964 176.305 50.3561 176.395 50.085C176.511 49.7494 176.485 49.4166 176.316 49.1107C176.168 48.8317 175.926 48.695 175.607 48.6965C175.319 48.6954 175.067 48.8083 174.786 49.034ZM166.778 44.3787C166.811 44.3447 166.843 44.3108 166.874 44.2769C167.186 44.0606 167.512 43.8766 167.891 43.8266C168.066 43.797 168.237 43.8036 168.319 44.0142C168.321 44.0267 168.335 44.0404 168.348 44.0541C168.355 44.061 168.362 44.0679 168.367 44.0746C168.585 44.2757 168.63 44.5374 168.576 44.8125C168.473 45.3145 168.199 45.6999 167.787 45.9967C167.634 46.1082 167.459 46.1929 167.266 46.2266C166.716 46.325 166.315 46.0059 166.295 45.4476C166.288 45.1658 166.348 44.8973 166.519 44.6718C166.598 44.5683 166.689 44.4727 166.778 44.3787ZM173.629 44.1646C173.946 43.9 174.142 43.555 174.181 43.1376C174.192 43.041 174.19 42.943 174.181 42.8504C174.108 42.2801 173.636 41.9959 173.093 42.199C172.831 42.2985 172.605 42.457 172.429 42.6759C172.294 42.837 172.172 43.0153 172.051 43.1936C172.021 43.2382 171.991 43.2828 171.96 43.3271C171.924 43.3781 171.905 43.4372 171.887 43.4962C171.756 43.8547 171.85 44.0666 172.194 44.2328C172.217 44.2451 172.241 44.2566 172.266 44.2683C172.303 44.2858 172.342 44.3041 172.38 44.3266C172.597 44.4727 172.827 44.4981 173.072 44.4455C173.279 44.4011 173.467 44.3057 173.629 44.1646ZM162.561 41.5719C162.38 41.717 162.222 41.8768 162.121 42.0795C161.954 42.3789 161.978 42.6687 162.174 42.9531C162.68 43.6627 163.645 43.4633 164.006 42.8431C164.06 42.7451 164.101 42.6457 164.13 42.545C164.182 42.3491 164.228 42.1464 164.268 41.9491C164.36 41.4887 164.123 41.2487 163.661 41.2101C163.218 41.1675 162.882 41.3261 162.561 41.5719ZM165.277 50.1266C165.556 50.6646 165.426 51.3102 164.956 51.6863C164.708 51.8851 164.388 52.0088 164.11 52.0332C163.623 52.059 163.257 51.756 163.205 51.2675C163.177 51.0139 163.233 50.7817 163.365 50.5763C163.542 50.3024 163.783 50.1089 164.084 49.9893C164.346 49.8898 164.615 49.8399 164.893 49.8827C165.056 49.9067 165.196 49.971 165.277 50.1266ZM179.621 51.5521C179.53 51.0288 179.706 50.5898 180.099 50.2419C180.342 50.0364 180.615 50.0054 180.914 50.0749C181.159 50.1325 181.341 50.2625 181.459 50.4771C181.782 51.0687 181.484 51.9037 180.862 52.1591C180.316 52.3863 179.71 52.0996 179.621 51.5521ZM160.345 48.1051C160.707 47.815 160.777 47.2848 160.508 46.8703C160.273 46.4961 159.778 46.3623 159.376 46.5746C159.012 46.7668 158.746 47.0676 158.612 47.4622C158.575 47.5804 158.566 47.7199 158.57 47.8488C158.584 48.0031 158.671 48.1104 158.838 48.1532C158.934 48.176 159.03 48.2034 159.127 48.2308C159.224 48.2583 159.32 48.2857 159.416 48.3085C159.764 48.3834 160.073 48.3013 160.345 48.1051ZM168.994 51.4767C169.034 51.1572 169.189 50.9115 169.438 50.7127C169.713 50.4925 170.066 50.3969 170.349 50.4464C170.674 50.5065 170.887 50.7439 170.848 51.0512C170.823 51.2807 170.762 51.5063 170.684 51.7237C170.588 51.9882 170.379 52.1668 170.133 52.2864C169.855 52.4208 169.572 52.4264 169.31 52.2387C169.061 52.0524 168.955 51.784 168.994 51.4767Z' fill='%23FFECDA'/%3E%3C/g%3E%3C/svg%3E");
}

.numbered-list__element .number span {
  background-color: #FF730E;
  color: #FFFFFF;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Chewy", cursive;
  font-size: 2rem;
}

.numbered-list__element .title {
  font-family: "Chewy", cursive;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .numbered-list__element .title {
    width: 80%;
  }
}

.icons-list .numbered-list__element .title {
  width: 100%;
}

.numbered-list__element p {
  margin-bottom: 0;
  width: 90%;
}

.learn-more {
  margin: 5rem auto 0;
  align-items: center;
  text-align: center;
  color: #776558;
}
@media (min-width: 992px) {
  .learn-more {
    width: 55%;
  }
}

.learn-more p {
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .learn-more p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.learn-more .button {
  width: 100%;
}
@media (min-width: 992px) {
  .learn-more .button {
    width: auto;
  }
}

.numbered-list__element .icon {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100px;
  border: 2px solid #FF730E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.packages-section {
  padding: 125px 0;
  background-color: #FFF6ED;
}
@media (min-width: 992px) {
  .packages-section {
    margin-top: 125px;
  }
}
.page-id-175 .packages-section {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .page-id-175 .packages-section {
    margin: 125px 0 0;
  }
}

.packages-section__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .packages-section__title {
    width: 45%;
  }
}

.packages-section__title h4, .packages-section__title .h4 {
  display: flex;
  align-items: center;
}

.packages-section__title i {
  margin-left: 1rem;
  font-size: 1.5rem;
}

.packages-section__title [data-toggle=collapse] .fas:before {
  content: "\f077";
}

.packages-section__title [data-toggle=collapse].collapsed .fas:before {
  content: "\f078";
}

.complete-list .packages-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.complete-list .packages-section__title:hover h4, .complete-list .packages-section__title:hover .h4 {
  color: #FF730E;
}

.complete-list .packages-section__title h4, .complete-list .packages-section__title .h4 {
  margin-bottom: 0;
}

.packages-section__title--texture {
  left: -6rem;
  top: -2.75rem;
  position: absolute;
}

.packages-section__title h2, .packages-section__title .h2 {
  position: relative;
}

.packages-section__list {
  display: flex;
  align-items: center;
}

.packages-section__list > ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .packages-section__list > ul {
    justify-content: center;
  }
}

.complete-list__element.packages-section__list > ul {
  flex-flow: row;
}

.packages-section__list > ul.simple-list {
  margin-top: 3.5rem;
}

.packages-section__list > ul > li {
  color: #776558;
}
@media (min-width: 576px) {
  .packages-section__list > ul > li {
    align-self: stretch;
    flex: 1;
  }
}

.packages-section__list:not(.complete-list__element) > ul > li:nth-of-type(2) {
  margin: 0 21px;
}

.packages-section__list .content .content-body {
  height: calc(100% - 4.3rem);
}

.packages-section__list .content {
  height: 100%;
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .packages-section__list .content {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .packages-section__list .content .content-top {
    padding: 0 1.5rem;
  }
}

.packages-section__list .content-title {
  position: relative;
}

@media (max-width: 1199.98px) {
  .complete-list__element.packages-section__list .content-title {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .packages-section__list .content-title .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 991.98px) {
  .packages-section__list .simple-list .content-title .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.packages-section__list .content-title .icon.animate svg g path {
  opacity: 0;
  -webkit-animation: opacity 0.8s forwards;
  animation: opacity 0.8s forwards;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(1n) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(2n) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(3n) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(4n) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(5n) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(6n) {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(7n) {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(8n) {
  -webkit-animation-delay: 6.4s;
  animation-delay: 6.4s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(9n) {
  -webkit-animation-delay: 7.2s;
  animation-delay: 7.2s;
}

.packages-section__list > ul > li .content-title .icon.animate svg g path:nth-child(10n) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.packages-section__list .title,
.packages-section__list .price .big {
  font-family: "Chewy", cursive;
  line-height: 3rem;
}

.packages-section__list .title {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .packages-section__list .title {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .complete-list__element.packages-section__list .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .complete-list__element.packages-section__list .content-title .icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .complete-list__element.packages-section__list .content-title .icon svg {
    width: 100%;
    height: 100%;
  }
}

.packages-section__list .button {
  margin-bottom: 2rem;
  transition: all 0.15s ease-in-out;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
  background-blend-mode: lighten;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 1.5rem 0 !important;
  width: 100%;
  justify-content: center;
}

.packages-section__list .button.basic {
  color: #131A25;
}

@media (max-width: 1199.98px) {
  .complete-list__element.packages-section__list .button {
    margin: auto auto 2rem;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .packages-section__list .button > span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .complete-list__element.packages-section__list .button > i {
    margin-left: 0;
  }
}

.packages-section__list .button:hover {
  background-blend-mode: darken;
}

.packages-section__list .price .big {
  font-size: 2rem;
}

.packages-section__list .price {
  font-weight: 600;
  color: #131A25;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .packages-section__list .price {
    font-size: 1rem;
  }
}

.packages-section__list .includes {
  flex-direction: column;
}
@media (min-width: 992px) {
  .packages-section__list .includes {
    display: flex;
  }
}

.packages-section__list .subtitle {
  font-weight: 700;
  border-top: 1px solid #F2E8DE;
  margin-bottom: 0;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .packages-section__list .subtitle {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .packages-section__list .subtitle i {
    display: none;
  }
}

.packages-section__list [data-toggle=collapse] .far:before {
  content: "\f078";
}

.packages-section__list [data-toggle=collapse].collapsed .far:before {
  content: "\f077";
}

.packages-section__list .includes li {
  padding: 1rem 0;
  font-family: "Chewy", cursive;
  font-size: 1.12rem;
  border-bottom: 1px solid #F2E8DE;
}
@media (min-width: 992px) {
  .packages-section__list .includes li {
    padding: 1rem 1.5rem;
  }
}

.packages-section__list .includes li:last-of-type {
  border-bottom: none;
}

.packages-section__list .includes li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #776558;
  text-decoration: none;
}

.packages-section__list .includes li a:hover,
.packages-section__list .includes li a:focus {
  color: #776558;
}

.packages-section__list .includes li a i,
.packages-section__list .includes li a svg {
  color: #776558;
}
@media (min-width: 992px) {
  .packages-section__list .includes li a i,
.packages-section__list .includes li a svg {
    color: #FF730E;
  }
}

.packages-section__list.most-popular .content {
  padding: 0;
}

.packages-section__list.most-popular .content-top {
  padding: 0 1.5rem;
}

.packages-section__list .most-popular-tag {
  position: relative;
  border-radius: 2.5rem 2.5rem 0 0;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  height: 4.3rem;
  font-family: "Chewy", cursive;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 991.98px) {
  .complete-list__element.packages-section__list .most-popular-tag {
    display: none;
  }
}

.packages-section__list .most-popular-tag:after {
  content: "";
  display: inline-block;
  width: 186px;
  height: 50px;
  background-color: #FFFFFF;
  opacity: 0.2;
  position: absolute;
  right: -9px;
  bottom: -23px;
  border-radius: 0rem;
  transform: rotate(-16deg);
}

.packages-section__list .most-popular-tag .texture {
  position: absolute;
  top: 5px;
  left: 0;
}

.packages-section__list .most-popular .content {
  background-color: #FFFFFF;
  border-radius: 0 0 2.5rem 2.5rem;
  border: 1px solid rgba(255, 115, 14, 0.2);
}
.page-id-175 .packages-section__list .most-popular .content {
  background-color: #FFF6ED;
}

.complete-list {
  margin-bottom: 150px;
}

.complete-list .packages-names li:first-of-type {
  min-width: 170px;
  max-width: inherit;
  align-self: stretch;
  flex: 1;
}
@media (min-width: 992px) {
  .complete-list .packages-names li:first-of-type {
    min-width: 468px;
  }
}

@media (min-width: 992px) {
  .complete-list .packages-names li {
    width: 30%;
    max-width: 333px;
  }
}

.complete-list .complete-list__element {
  margin-top: 3.375rem;
}
@media (max-width: 991.98px) {
  .complete-list .complete-list__element {
    overflow: scroll;
  }
}

.complete-list .attributes-list {
  text-align: right;
  margin-bottom: 0;
}

.complete-list .attributes-section {
  width: 100%;
}
@media (min-width: 992px) {
  .complete-list .attributes-section {
    border-top: 1px solid #F2E8DE;
  }
}

.complete-list .attributes-list > li {
  width: 100%;
}

@media (max-width: 575.98px) {
  .complete-list .attributes-list .item {
    width: 550px;
    border-top: 1px solid #F2E8DE;
  }
}

.complete-list .attributes-list:last-of-type li ul.category-item .name-section {
  border-top: 1px solid #F2E8DE;
}

.complete-list .attributes-list:last-of-type li ul:not(.category-item) .name-section {
  border-bottom: 1px solid #F2E8DE;
}

.complete-list .packages-names {
  margin-bottom: 0;
}

.complete-list .packages-names > li.most-popular .content {
  border-bottom: none;
  border-radius: 0;
}

.packages-section__list > ul.packages-names > li .content {
  height: 100%;
}

.complete-list .attributes-list .item .category {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .complete-list .attributes-list .item .category {
    width: 468px;
  }
}

.complete-list .attributes-list ul {
  font-family: "Chewy", cursive;
}

@media (min-width: 992px) {
  .complete-list .attributes-list ul > li {
    padding: 1.5rem 2rem;
  }
}

.complete-list .attributes-list ul > li.name-section {
  color: #776558;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .complete-list .attributes-list ul > li.name-section {
    justify-content: flex-end;
  }
}

.complete-list .attributes-list ul > li:not(.name-section) {
  width: calc(100% - 170px);
  border-bottom: 1px solid #F2E8DE;
  padding: 0;
}
@media (min-width: 992px) {
  .complete-list .attributes-list ul > li:not(.name-section) {
    width: calc(100% - 468px);
  }
}

.complete-list .attributes-list .item > ul > li:first-of-type {
  max-width: inherit;
  border-bottom: none;
  border-right: 1px solid #F2E8DE;
}
@media (max-width: 575.98px) {
  .complete-list .attributes-list .item > ul > li:first-of-type {
    width: 170px;
  }
}
@media (max-width: 991.98px) {
  .complete-list .attributes-list .item > ul > li:first-of-type {
    width: 230px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .complete-list .attributes-list .item > ul > li:first-of-type {
    width: 468px;
  }
}

.complete-list .attributes-list .item > ul > li:first-of-type {
  border-right: 1px solid #F2E8DE;
}

.complete-list .attributes-list .item .icons-list > li:last-of-type {
  border-right: none;
}

.complete-list .attributes-list .item ul.icons-list {
  height: 100%;
}

.complete-list .attributes-list ul.icons-list > li {
  min-width: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .complete-list .attributes-list ul.icons-list > li {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .complete-list .attributes-list ul.icons-list > li {
    width: 333px;
    padding: 1.5rem 2rem;
  }
}

.complete-list .attributes-list ul.icons-list > li.popular {
  border-color: transparent;
  padding: 0;
  border-left: 1px solid rgba(255, 115, 14, 0.2);
  border-right: 1px solid rgba(255, 115, 14, 0.2);
}

@media (max-width: 991.98px) {
  .complete-list .packages-names li .content {
    padding: 1rem 1.87rem;
    min-width: 129px;
  }
}

@media (max-width: 991.98px) {
  .complete-list .packages-prices li .content {
    padding: 1rem;
  }
}

.complete-list .packages-names > li.most-popular .content,
.complete-list .attributes-list ul.icons-list > li.popular {
  background: #FFF6ED;
}

@media (max-width: 991.98px) {
  .complete-list .packages-names > li.most-popular .content {
    border-radius: 1rem 1rem 0 0;
  }
}

.complete-list .packages-prices > li.most-popular .content {
  border-radius: 0 0 2.5rem 2.5rem;
  border-top: none;
  border-bottom: 1px solid rgba(255, 115, 14, 0.2);
}

.complete-list .attributes-list ul > li.name-section span {
  color: #776558;
}
@media (max-width: 991.98px) {
  .complete-list .attributes-list ul > li.name-section span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0.5rem;
  }
}

.complete-list .attributes-list ul > li.name-section span i {
  color: #8F8F8F;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .complete-list .attributes-list ul > li.name-section span i {
    color: #FF730E;
  }
}

.complete-list .attributes-list ul > li .text_value {
  font-family: "Montserrat", sans-serif;
  color: #131A25;
  width: 80%;
  text-align: center;
}

.complete-list .attributes-list ul > li .icon {
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #FFFFFF;
  display: none;
}

.complete-list .attributes-list ul > li .icon.show {
  display: flex;
}

.complete-list .attributes-list ul > li .icon.basic {
  background-color: #12E500;
  color: #000;
}

.complete-list .attributes-list ul > li .icon.standard {
  background-color: #FF730E;
}

.complete-list .attributes-list ul > li .icon.premium {
  background-color: #662E9B;
}

.packages-section__list .packages-names .price {
  padding-top: 2.3rem;
  text-align: center;
  color: #776558;
}
@media (max-width: 991.98px) {
  .packages-section__list .packages-names .price {
    display: flex;
    flex-flow: column;
  }
}

.packages-section__list .packages-names .price span {
  color: #131A25;
}

.name-tooltip i {
  cursor: pointer;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before {
  border-bottom-color: #FFDCC0;
}

.tooltip-inner {
  margin-top: 0.5rem;
  background-color: #FFF6ED;
  border: 1px solid #FFDCC0;
  padding: 1.25rem;
  color: #776558;
  font-size: 1rem;
  line-height: 2rem;
  min-width: 380px;
  border-radius: 0.5rem;
  position: relative;
}
.home .tooltip-inner {
  background-color: #FFFFFF;
}

.tooltip-inner:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: #FFDCC0;
  border-width: 1px 1px 0 0;
  background-color: #FFF6ED;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
.home .tooltip-inner:before {
  background-color: #FFFFFF;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-arrow::before {
  display: none;
}

.complete-list__button {
  position: relative;
  margin: 5rem 0 0;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  right: 4vw;
  bottom: 2vw;
}

.complete-list__button.fixed {
  position: fixed;
}

.complete-list__button .button {
  background-color: #FFFFFF;
  border-color: #131A25;
  color: #131A25;
  padding: 0.8rem 1.5rem !important;
}

.complete-list__button .button:hover {
  background-color: #131A25;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .simple-list__item,
.simple-list__item .content {
    padding: 1rem;
  }
}

.pagination-element {
  display: flex;
  justify-content: center;
  margin: 6.75rem 0 0;
  gap: 1rem;
}

.pagination {
  font-family: "Chewy", cursive;
  justify-content: center;
  margin-bottom: 0;
  gap: 1rem;
}

.pagination-element .arrows,
.pagination li .page-link {
  border: solid 2px #FF730E;
  width: 3.5rem;
  height: 4rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.pagination-element .arrows a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.pagination-element span.disabled,
.pagination-element span.disabled:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-color: transparent;
  background: rgba(119, 101, 88, 0.2);
  cursor: not-allowed;
}

.pagination-element .arrows:hover,
.pagination li .page-link:hover {
  background-color: #ED5500;
  border-color: #ED5500;
  color: #fff;
  cursor: pointer;
}

.pagination-element .arrows:hover a {
  color: #FFFFFF;
}

.pagination li .page-link:focus {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

@media (max-width: 991.98px) {
  .sidebar-categories {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar-categories {
    padding-top: 2.5rem;
    margin-top: 8.4rem;
    width: 33%;
    max-width: 405px;
  }
}

.sidebar-categories .info {
  color: #776558;
  font-family: "Chewy", cursive;
  font-size: 1.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  width: 60%;
  top: -140px;
}
@media (min-width: 992px) {
  .sidebar-categories .info {
    width: 70%;
    top: -123px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sidebar-categories .info--span {
  transform: rotate(4.7deg);
}

.sidebar-categories ul {
  display: flex;
  flex-direction: column;
}

.sidebar-categories ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 4rem;
  font-weight: 800;
  border-bottom: 1px solid #F2E8DE;
}

.sidebar-categories ul li a {
  text-decoration: none;
  color: #131A25;
  transition: color 0.15s ease-in-out;
}

.sidebar-categories ul li a:hover,
.sidebar-categories ul li a:focus {
  color: #FF730E;
}

.sidebar-categories ul li span {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #FF730E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Chewy", cursive;
  color: #FFFFFF;
  font-size: 1.25rem;
  background-image: url(../img/svg/sidebar-cat-texture.svg);
  background-position: center center;
}

.sidebar--content {
  position: relative;
  width: 405px;
  border: 1px solid #FFEDDC;
  border-radius: 1rem;
  background: #FFF6ED;
  padding: 5rem 2.75rem 6.25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .sidebar--content {
    display: none;
  }
}

.sidebar--content:before,
.sidebar--content:after {
  position: absolute;
  display: inline-block;
  content: "";
}

.sidebar--content:before {
  width: 100%;
  height: 7.75rem;
  right: -2.5rem;
  top: 1.35%;
  transform: rotate(6.65deg);
  background-image: url(../img/svg/sidebar-texture.svg);
}

.sidebar--content:after {
  width: 100%;
  height: 5.5rem;
  bottom: 0;
  right: 0;
  background-image: url(../img/svg/sidebar-waves.svg);
}

.sidebar--content .button {
  width: 100%;
  padding: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar--content .button:first-of-type {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  font-size: 0;
}

#testimonials-arrows {
  max-width: 1468px;
  position: absolute;
  width: 100%;
  height: 2rem;
  justify-content: space-between;
  color: #FF730E;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: color 0.15s ease-in-out;
  display: none;
}

.testimonials__list--init #testimonials-arrows {
  display: flex;
}

#testimonials-arrows li {
  cursor: pointer;
  position: absolute;
}

#testimonials-arrows li:hover {
  color: #ED5500;
}

#testimonials-arrows li i {
  font-size: 1.125rem;
  line-height: 2.125rem;
}

#testimonials-arrows #prev-slider {
  left: 1rem;
}

#testimonials-arrows #next-slider {
  right: 1rem;
}

#testimonials-dots,
.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 3.5rem auto;
}

.slick-dots {
  margin: 1.5rem auto;
}

#testimonials-dots ul,
ul.slick-dots {
  display: flex;
  gap: 0.5rem;
}

#testimonials-dots ul li,
.slick-dots li {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: solid 2px #FF730E;
  border-radius: 100%;
  transition: all 0.15s ease-in-out;
}

#testimonials-dots ul li button,
.slick-dots li button {
  display: none;
}

#testimonials-dots ul li.slick-active,
.slick-dots li.slick-active {
  background-color: #FF730E;
}

.testimonials {
  margin: 0;
  position: relative;
}
.single-post .testimonials {
  max-width: 834px;
}

.testimonials__title {
  position: relative;
  margin: auto;
  text-align: center;
  width: 90%;
}
@media (min-width: 992px) {
  .testimonials__title {
    width: inherit;
  }
}

.testimonials__title h2, .testimonials__title .h2 {
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonials__title h2, .testimonials__title .h2 {
    margin-bottom: 1.5rem;
  }
}

.testimonials__title svg {
  position: absolute;
  left: -2rem;
  top: -4rem;
}
@media (min-width: 992px) {
  .testimonials__title svg {
    left: 2rem;
  }
}

.testimonials__list {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.testimonials__list--quote {
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media (min-width: 992px) {
  .testimonials__list--quote {
    position: absolute;
    top: 2.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .testimonials__list--quote {
    margin: 0 auto;
    width: 4.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  .testimonials__list--quote svg {
    width: 100%;
    height: 100%;
  }
}

.testimonials__list--container {
  margin-top: 1.5rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #FFF6ED;
  font-family: "Chewy", cursive;
  color: #776558;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .testimonials__list--container {
    padding: 5rem 0;
    margin-top: 90px;
  }
}

.testimonials__list--container:before,
.testimonials__list--container:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonials__list--container:before {
  width: 888.15px;
  height: 209.01px;
  background-image: url("data:image/svg+xml,%3Csvg width='820' height='99' viewBox='0 0 820 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M605.741 53.7365C847.353 -19.9501 877.334 14.3671 877.334 14.3671L884.071 110.264L8.21337 171.794L4.89671 124.582C114.471 131.45 364.129 127.423 605.741 53.7365Z' fill='%23FF9C41'/%3E%3Cpath d='M573.319 70.0677C350.727 44.7844 161.468 121.93 94.6629 163.664L227.271 154.348L825.861 112.296L821.669 52.6207C821.669 52.6207 795.91 95.3509 573.319 70.0677Z' fill='%23FF730E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}

.testimonials .info {
  display: none;
  font-family: "Chewy", cursive;
  color: #776558;
  font-size: 1.5rem;
  line-height: 2rem;
  flex-flow: column;
  align-items: center;
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .testimonials .info {
    top: 5rem;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .testimonials .info {
    top: 3rem;
  }
}

.testimonials .info--span {
  width: 70%;
  transform: rotate(9.34deg);
}

.testimonials__list--texture {
  position: absolute;
  left: 0;
  top: 1.2rem;
}

.testimonials__list--section,
.testimonials__list--slider {
  position: relative;
  z-index: 2;
}

.testimonials__list--content {
  padding: 1rem;
  margin: auto;
}
@media (min-width: 992px) {
  .testimonials__list--content {
    padding: inherit;
    width: 65%;
  }
}

.testimonials__list p:not(.author) {
  font-size: 1.12rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .testimonials__list p:not(.author) {
    font-size: 1.62rem;
    line-height: 2.5rem;
  }
}

.testimonials__list .author {
  font-size: 1rem;
  position: relative;
  width: 65%;
  margin: 3.75rem auto 0;
}
@media (min-width: 992px) {
  .testimonials__list .author {
    margin-top: 3.75rem;
    font-size: 1.5rem;
    width: inherit;
  }
}

.testimonials__list .author:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  width: 30%;
  height: 3px;
  background-color: #FF730E;
  transform: translateX(-50%);
}

.page-contact-section {
  width: 100%;
}
@media (min-width: 992px) {
  .page-contact-section {
    width: 48%;
  }
}

@media (max-width: 991.98px) {
  .page-contact-section:first-of-type {
    margin-top: 3.87rem;
  }
}

@media (max-width: 991.98px) {
  .page-contact-content {
    flex-direction: column-reverse;
  }
}

.page-contact__title {
  margin-bottom: 1rem;
}

.page-contact__description {
  font-size: 1rem;
  line-height: 2rem;
}

.page-contact__description a {
  color: #662E9B;
  font-weight: 700;
  text-decoration: none;
}

.page-contact__description a:hover {
  text-decoration: underline;
}

.page-contact__opening {
  margin-top: 2rem;
}

.page-contact__opening--title {
  font-family: "Chewy", cursive;
}

.page-contact__opening--list li {
  margin-bottom: 0.5rem;
}

.page-contact__opening--list li span:first-of-type {
  margin-right: 2.3rem;
  min-width: 40%;
}
@media (min-width: 992px) {
  .page-contact__opening--list li span:first-of-type {
    min-width: 15%;
  }
}

.page-contact-section .page-contact-container {
  background-color: #FFF6ED;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem 2rem 6rem;
}
@media (min-width: 1200px) {
  .page-contact-section .page-contact-container {
    padding: 5rem 6.5rem 6.5rem;
  }
}

.page-contact-section .info {
  max-width: 190px;
  font-family: "Chewy", cursive;
  color: #776558;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  right: 2.5rem;
  top: -6rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .page-contact-section .info {
    text-align: center;
    max-width: 180px;
    font-size: 1.25rem;
    position: relative;
    top: 40px;
    margin: auto;
    right: -60px;
  }
}

.page-contact-section .info--span {
  width: 100%;
  transform: rotate(5.91deg);
  margin-bottom: 0.5rem;
}

.page-contact-form .gfield,
.page-contact-form .ginput_container span {
  position: relative;
  width: 100%;
  min-height: 2.5rem;
  display: inline-block;
}

.page-contact-form .gfield {
  margin-bottom: 2.5rem;
}

.page-contact-form .ginput_container input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9E6249;
}

.page-contact-form .ginput_container input:-internal-autofill-selected {
  background-color: transparent;
}

.page-contact-form .ginput_container input::-moz-placeholder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  font-size: 1rem;
  color: #131A25;
  font-weight: 600;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.page-contact-form .ginput_container input:-ms-input-placeholder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  font-size: 1rem;
  color: #131A25;
  font-weight: 600;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.page-contact-form .gfield legend,
.page-contact-form .ginput_container input::placeholder,
.page-contact-form .field_description_below label:not(.hidden_sub_label) {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  font-size: 1rem;
  color: #131A25;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}

.page-contact-form .field_description_below label {
  margin-top: -0.8rem;
}

.page-contact-form .field_description_below label.focus,
.page-contact-form .field_description_below legend.focus {
  color: #776558;
  text-transform: uppercase;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.page-contact-form #field_1_5 label {
  position: relative;
}

.page-contact-form .field_description_below .gfield_required {
  color: #FF0000;
}

.page-contact-form .ginput_container input:focus,
.page-contact-form textarea:focus {
  outline: none;
}

.page-contact-form textarea {
  width: 100%;
  height: 140px;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  resize: none;
  border: 1px solid #9E6249;
  padding: 1rem;
}

.page-contact-form .gform_footer {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-contact-form #gform_1 {
  position: relative;
}

.page-contact-form .gform_button {
  border: none;
}
@media (max-width: 991.98px) {
  .page-contact-form .gform_button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-contact-form .gform_button {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.page-contact-form .gform_button i {
  margin-left: 0.5rem;
}

.page-contact-form .gform_footer:after {
  display: none;
  font-family: "Font Awesome 6 Pro", cursive;
  font-weight: 400;
  content: "\f1d8";
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.page-contact-form .gform_footer svg {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  color: #FFFFFF;
}

.page-contact-waves {
  position: absolute;
  bottom: 0;
  right: 0;
}

.gform_validation_errors {
  display: none;
}

.page-contact-form .gfield_error .ginput_container input::-moz-placeholder {
  color: #FF0000;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.page-contact-form .gfield_error .ginput_container input:-ms-input-placeholder {
  color: #FF0000;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.page-contact-form .gfield.gfield_error legend,
.page-contact-form .gfield_error .ginput_container input::placeholder,
.page-contact-form .gfield_error.field_description_below label:not(.hidden_sub_label) {
  color: #FF0000;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.gfield_error {
  color: #FF0000;
  font-size: 0.8rem;
}

.gfield_error .validation_message {
  font-weight: 600;
  margin-top: 1rem;
}

.gfield_error .validation_message:before {
  font-family: "Font Awesome 6 Pro", cursive;
  font-weight: 400;
  content: "\f071";
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-bottom-color: #FF0000;
  margin-right: 0.5rem;
}

.page-contact-form .gfield_error .ginput_container input {
  border-bottom-color: #FF0000;
}

.breadcrumbs {
  color: #776558;
  margin-bottom: 2.5rem;
}

.breadcrumbs ul {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .breadcrumbs ul {
    flex-flow: row;
  }
}

.breadcrumbs ul li {
  padding: 0.8rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .breadcrumbs ul li {
    border-right: solid 1px #D9D9D9;
    padding: 0 1.5rem;
  }
}

.breadcrumbs ul li:first-of-type {
  padding-left: 0;
}

.breadcrumbs ul li:nth-of-type(2) {
  gap: 0.5rem;
}

.breadcrumbs ul li:last-of-type {
  border-right: none;
}

.breadcrumbs ul li.minute-read > .bsf-rt-reading-time {
  display: flex;
}

.breadcrumbs ul li.minute-read > .bsf-rt-reading-time .bsf-rt-display-time {
  margin-right: 0.25rem;
}

.breadcrumbs ul li.back-link a {
  text-decoration: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #FF730E;
  transition: all 0.4s ease-in-out;
}

.breadcrumbs ul li.back-link a i {
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}

.breadcrumbs ul li.back-link a:hover i {
  transform: translateX(-0.5rem);
}

.breadcrumbs ul li.back-link a:hover {
  color: #662E9B;
}

.breadcrumbs ul li.back-link span {
  font-weight: 700;
  text-decoration: underline;
}

.breadcrumbs ul li a {
  font-weight: 700;
  color: #776558;
  transition: all 0.4s ease-in-out;
}

.breadcrumbs ul li a:hover {
  color: #FF730E;
}

@media (max-width: 1199.98px) {
  .single-post .post-sidebar.o-wrapper--sidebar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .c-post__share {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-post__share {
    width: 33%;
  }
}

.c-post__share--title {
  display: block;
  text-align: center;
  color: #776558;
  font-family: "Chewy", cursive;
  font-size: 1.25rem;
  transform: rotate(-1.9deg);
}

.c-post__share__list {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: column;
}

.c-post__share__list li {
  margin: 0 auto 1.5rem;
  width: 3rem;
  height: 3rem;
}

.c-post__share__list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FF730E;
  transition: all 0.15s ease-in-out;
}

.c-post__share__list li a:hover {
  background-color: #ED5500;
}

.c-post__share__list li i {
  font-size: 1.25rem;
}

.featured-image {
  margin-top: 5.375rem;
  margin-bottom: 4.5rem;
}

.featured-image__element {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .featured-image__element {
    width: 864px;
  }
}

.featured-image__element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-image .image-quote {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/svg/single-waves.svg);
  background-size: cover;
  background-position: right center;
  font-size: 1.15rem;
  color: #FFFFFF;
  font-weight: 700;
  padding-left: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .featured-image .image-quote {
    padding-left: 3.6rem;
  }
}

.page-support-container {
  justify-content: center;
}

.support-page__title {
  position: relative;
  text-align: center;
  margin: 4.75rem auto 0;
}

.support-page__title .info {
  color: #776558;
  font-family: "Chewy", cursive;
  font-size: 1.5rem;
  width: 21%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: -120px;
  right: 20px;
}
@media (min-width: 992px) {
  .support-page__title .info {
    top: -100px;
    right: 0;
  }
}

.support-page__title .info--span {
  transform: rotate(10.38deg);
  margin-left: -140px;
}

.support-page__title .info svg {
  margin-left: 0rem;
  margin-top: -0.25rem;
}
@media (min-width: 992px) {
  .support-page__title .info svg {
    margin-left: -8rem;
    margin-top: 0.3rem;
  }
}

.support-page__title .support-page__title--texture {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
}

.support-page__title h2, .support-page__title .h2 {
  position: relative;
  z-index: 2;
}

.support-page__title p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.support-page__button-group {
  justify-content: center;
  flex-flow: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .support-page__button-group {
    flex-flow: row;
  }
}

.support-page__button .button {
  width: 319px;
  height: 4.5rem;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .support-page__button .button {
    width: 100%;
    padding: 1.5rem !important;
  }
}

.support-page__packages {
  margin: 120px 0;
}
@media (min-width: 992px) {
  .support-page__packages {
    margin: 0 0 120px;
  }
}

.support-page__packages ul {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .support-page__packages ul {
    flex-flow: row;
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .support-page__packages ul li {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .support-page__packages ul li {
    width: 405px;
  }
}

.support-page__packages ul li .title {
  font-family: "Chewy", cursive;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.support-page__packages ul li .title h5, .support-page__packages ul li .title .h5 {
  margin-bottom: 0;
}

.support-page__packages ul li a {
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.support-page__packages ul li a span {
  text-decoration: underline;
  margin-left: 0.5rem;
}

.support-page__packages ul li a i:last-of-type {
  margin-left: auto;
}

.support-page__packages ul li a i:last-of-type,
.support-page__packages ul li a svg:last-of-type {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.support-page__packages ul li a:hover i:last-of-type,
.support-page__packages ul li a:hover svg:last-of-type {
  transform: translateX(0.5rem);
}

.page-thankyou__section {
  max-width: 930px;
}

.page-thankyou__title {
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin-bottom: 2.5rem;
}

.page-thankyou__description p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.page-thankyou__description div:first-of-type {
  margin-bottom: 3.25rem;
}

.page-thankyou__socials {
  align-items: flex-end;
  width: auto;
  margin-left: 2rem;
}

.page-thankyou__socials .page-thankyou__arrow {
  margin-right: 2.5rem;
}

.page-thankyou__socials li {
  display: flex;
  transform: rotate(-1.9deg);
}

.page-thankyou__socials li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.page-thankyou__socials li a .icon {
  width: 3rem;
  height: 3rem;
  background-color: #FF730E;
  border-radius: 5rem;
  display: flex;
  color: #FFFFFF;
  text-decoration: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

.page-thankyou__socials li a span:not(.icon) {
  margin-left: 0.5rem;
  color: #776558;
  font-family: "Chewy", cursive;
  transition: all 0.15s ease-in-out;
}

.page-thankyou__socials li a:hover .icon {
  background-color: #ED5500;
}

.page-thankyou__socials li a:hover span:not(.icon) {
  color: #FF730E;
}

.error-404-container:first-of-type {
  width: 80%;
  max-width: 900px;
}

.error-404-container:last-of-type {
  width: auto;
}

.error-404-container .page-title {
  font-size: 4.5rem;
  line-height: 5.5rem;
}

.error-404-container .page-content p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.error-404-container .page-content .button-group {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.site-header {
  position: relative;
}

.site-header__texture {
  position: absolute;
  top: 0;
  right: 0;
}

.site-header--container {
  align-items: center;
}

.navbar-toggler {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: solid 1px #FF730E;
  color: #FF730E;
}

.site-header--container [data-toggle=collapse] .fas:before {
  content: "\f00d";
}

.site-header--container [data-toggle=collapse].collapsed .fas:before {
  content: "\f0c9";
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  #navbarNavDropdown {
    flex-direction: row;
    align-items: flex-start;
    padding: 2.5rem 1rem;
    gap: 1rem;
    position: absolute;
    z-index: 2;
    width: auto;
    min-height: 463.42px;
    left: 1rem;
    right: 1rem;
    top: 120px;
    /* Primary */
    background: #FF730E;
    border-radius: 2rem;
  }
}
@media (min-width: 992px) {
  #navbarNavDropdown {
    display: flex;
    flex-flow: column;
  }
}
@media (min-width: 1200px) {
  #navbarNavDropdown {
    flex-flow: row;
  }
}

.main-navbar {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .main-navbar {
    padding: 3.25rem 0;
  }
}
@media (min-width: 1200px) {
  .main-navbar {
    padding: 6.25rem 0;
  }
}

.main-logo {
  display: block;
}

@media (max-width: 991.98px) {
  .main-logo {
    width: 172px;
    height: 72px;
  }
}

@media (max-width: 991.98px) {
  .main-logo svg {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .main-navbar__list {
    align-items: center;
  }
}

.main-navbar__list li {
  letter-spacing: -0.05rem;
}
@media (min-width: 992px) {
  .main-navbar__list li {
    margin-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  .main-navbar__list li {
    margin-bottom: 1rem;
  }
}

.main-navbar__list li .nav-link {
  padding: 0;
}

.main-navbar__list li:not(.button) .nav-link {
  padding: 0;
  color: #131A25;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .main-navbar__list li:not(.button) .nav-link {
    color: #FFFFFF;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .main-navbar__list li:not(.button) .nav-link:after {
    font-family: "Font Awesome 6 Pro", cursive;
    font-weight: 400;
    content: "\f061";
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
}

.main-navbar__list li:not(.button) .nav-link:hover,
.main-navbar__list li:not(.button) .nav-link:focus {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .main-navbar__list li:not(.button) .nav-link:hover,
.main-navbar__list li:not(.button) .nav-link:focus {
    color: #FF730E;
  }
}

.main_navbar__button-group {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: -0.05rem;
}
@media (min-width: 992px) {
  .main_navbar__button-group {
    margin-top: 2rem;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .main_navbar__button-group {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .main_navbar__button .button:not(.secondary) {
    background-color: #FFFFFF;
    color: #FF730E;
  }
}

@media (max-width: 1199.98px) {
  .main_navbar__button {
    width: 48%;
  }
}

@media (max-width: 1199.98px) {
  .main_navbar__button .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main_navbar__button:first-of-type {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .main_navbar__button:first-of-type {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .main_navbar__button {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .main_navbar__button .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.main_navbar__button--info {
  font-family: "Chewy", cursive;
  color: #FFFFFF;
  display: flex;
  width: 100%;
  justify-content: center;
  letter-spacing: initial;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .main_navbar__button--info {
    color: #776558;
    margin-bottom: 0;
    position: absolute;
    top: -65px;
    display: none;
  }
}
@media (min-width: 1200px) {
  .main_navbar__button--info {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .main_navbar__button--info {
    top: -55px;
  }
}

.main_navbar__button--info-span {
  transform: rotate(-1.9deg);
}

.main_navbar__button--info svg {
  margin-top: 20px;
  margin-left: 5px;
}

.main_navbar__button--info svg path {
  fill: #FFFFFF;
}
@media (min-width: 992px) {
  .main_navbar__button--info svg path {
    fill: #776558;
  }
}

.site-footer {
  position: relative;
  padding-top: 5.87rem;
}
.blog .site-footer {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .site-footer {
    margin-top: 7.5rem;
  }
}

.site-footer__texture {
  position: absolute;
  right: 0;
  top: -2rem;
}

.site-footer__section {
  display: flex;
}
@media (min-width: 992px) {
  .site-footer__section {
    width: 60%;
  }
}

.site-footer__section:first-of-type {
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .site-footer__section:first-of-type {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .site-footer__section:first-of-type {
    margin-top: 0;
    width: 30%;
  }
}

@media (max-width: 991.98px) {
  .footer-logo {
    width: 125px;
    height: 80px;
  }
}

@media (max-width: 991.98px) {
  .footer-logo svg {
    width: 100%;
    height: 100%;
  }
}

.site-footer__main-section {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  flex-flow: column-reverse;
}
@media (min-width: 992px) {
  .site-footer__main-section {
    margin-bottom: 4.6rem;
    flex-flow: row;
  }
}

.site-footer__title {
  font-family: "Chewy", cursive;
  line-height: 2.5rem;
  letter-spacing: initial;
}
@media (max-width: 991.98px) {
  .site-footer__title {
    text-align: center;
  }
}

.site-footer__main-nav {
  width: 100%;
}

.site-footer__main-nav li {
  margin-bottom: 1rem;
}

.site-footer__main-nav li a {
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 700;
  color: #776558;
  transition: all 0.15s ease-in-out;
}

.site-footer__main-nav li a:hover {
  color: #FF730E;
}

.site-footer__main-nav li a:after {
  font-family: "Font Awesome 6 Pro", cursive;
  font-weight: 400;
  content: "\f061";
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.site-footer__main-nav li a:hover:after {
  transform: translateX(0.5rem);
}

.site-footer__main-nav__button {
  margin-top: 2.5rem;
  position: relative;
}

.site-footer__main-nav__button--info {
  font-family: "Chewy", cursive;
  color: #776558;
  display: flex;
  margin-bottom: 1rem;
  top: -55px;
  width: 100%;
  justify-content: center;
}

.site-footer__main-nav__button--info-span {
  transform: rotate(-3.86deg);
}

.site-footer__main-nav__button--info svg {
  margin-top: 20px;
  margin-left: 1rem;
}

.site-footer__main-nav__button .button {
  text-align: center;
}
@media (max-width: 991.98px) {
  .site-footer__main-nav__button .button {
    padding: 1.5rem 0 !important;
  }
}

@media (max-width: 991.98px) {
  .site-footer__locations {
    flex-direction: column;
    margin-bottom: 0;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-footer__locations li {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .site-footer__locations li .collapse {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .site-footer__locations .site-footer__title {
    text-align: inherit;
    margin-bottom: 0.75rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}

.site-footer__locations [data-toggle=collapse] .far:before {
  content: "\f077";
}

.site-footer__locations [data-toggle=collapse].collapsed .far:before {
  content: "\f078";
}

.site-footer__locations .site-footer__title .far {
  color: #131A25;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .site-footer__locations .site-footer__title .far {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-footer__locations--description p {
    margin-bottom: 0.75rem;
  }
}

.site-footer__locations--link {
  color: #776558;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__locations--link:hover {
  text-decoration: none;
}

.site-footer__locations--link span {
  text-decoration: underline;
  margin-left: 0.5rem;
}

.site-footer__opening {
  margin-top: 5.6rem;
  background-color: #FFF6ED;
  text-align: center;
  padding: 2.5rem 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .site-footer__opening {
    background-color: #FFFFFF;
    text-align: inherit;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.site-footer__opening--list {
  font-size: 1rem;
  color: #776558;
  flex-flow: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .site-footer__opening--list {
    font-size: 0.8rem;
    flex-flow: row;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .site-footer__opening--list {
    font-size: 1rem;
  }
}

.site-footer__opening--list .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .site-footer__opening--list .item {
    flex-flow: column;
    margin-bottom: 0;
  }
}

.site-footer__opening .site-footer__secondary-nav {
  display: flex;
  flex-flow: column;
  font-size: 1rem;
  margin: auto;
}
@media (min-width: 992px) {
  .site-footer__opening .site-footer__secondary-nav {
    display: none;
  }
}

.site-footer__opening--list .day {
  font-weight: 600;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .site-footer__socials {
    margin-left: 4.8rem;
  }
}

.site-footer__socials li a {
  width: 3rem;
  height: 3rem;
  background-color: #FF730E;
  border-radius: 5rem;
  display: flex;
  color: #FFFFFF;
  text-decoration: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

.site-footer__socials li a:hover {
  background-color: #ED5500;
}

.site-footer__secondary-nav {
  display: none;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__secondary-nav {
    display: flex;
  }
}

@media (min-width: 992px) {
  .site-footer__secondary-nav li:after {
    content: "";
    display: inline-block;
    margin: -10px 1.25rem;
    width: 1px;
    height: 2rem;
    background-color: #776558;
  }
}

.site-footer__secondary-nav li:last-of-type:after {
  display: none;
}

.site-footer__secondary-nav li .nav-link {
  padding: 0;
  color: #776558;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  text-decoration: underline;
}

.site-footer__secondary-nav li .nav-link:hover {
  color: #FF730E;
  text-decoration: underline;
}

.site-footer__info {
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2.75rem;
  font-size: 0.8rem;
  color: #776558;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .site-footer__info {
    flex-direction: row;
    font-size: 1rem;
    text-align: inherit;
  }
}

@media (max-width: 991.98px) {
  .site-footer__info--copyright {
    width: 80%;
    margin: auto auto 2.5rem;
  }
}

.site-footer--waves {
  display: inline-block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .site-footer--waves {
    display: none;
  }
}

.site-footer--waves--mobile svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .site-footer--waves--mobile {
    display: none;
  }
}

/*# sourceMappingURL=child-theme.css.map */