@import "https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css";

:root {
  --gray: #55595c;
  --gray-light: #818a91;
  --gray-lighter: #eceeef;
  --gray-lightest: #f7f7f9;

  --bacground-gray-color: #faf9f9;

  --meta-text-color: #6b7280;
  --grid-gutter-width: 1rem;

  --padding-base-horizontal: 12px;
  --font-size-small: calc(16px * 0.875);
  --font-size-h1: calc(16px * 3);
  --font-size-h2: calc(16px * 1.75);
  --font-size-h3: calc(16px * 1.4);
  --font-size-h4: calc(16px * 1.2);
  --font-size-h5: calc(16px * 1.1);
  --font-size-h6: calc(16px * 1);
  --line-height-computed: 16px * 1.5;
  --strong-font-weight: 600;
  --input-border-color: #dee1e3;
  --input-focus-border-color: #9a9a9a;
  --lt-scroll-color: #ff6619;
  --lt-scroll-color-hover: #d24600;

  --lt-spacer: 1rem;

  /* Formatting Content */

  --lt-accordion-border: #d4cbbe;
  --border-width: 2px;
  --border-radius-base-min: 4px;
  --border-radius-base-max: 48px;
  --border-radius-base: min(
    var(--border-radius-base-min),
    var(--border-radius-base-max)
  );
  --border-radius-lg-min: 16px;
  --border-radius-lg-max: 48px;
  --border-radius-lg: min(
    var(--border-radius-lg-min),
    var(--border-radius-lg-max)
  );

  --lt-accordion-padding-vertical: 1rem;
  --lt-accordion-padding-horizontal: 1.5rem;

  --font-weight-bold: 700;
  --font-family-body: 'Para Central', sans-serif;

  --body-color-bg: rgba(250, 249, 249, 1);
  --color-text-primary: rgba(28, 27, 24, 1);
  --color-brand-primary: rgba(49, 65, 57, 1);
  --color-bg-secondary: #efece7;
  --color-brand-primary-inverse: #fff;

  --info-callout-color: rgba(239, 236, 231, 1);
  --warning-callout-color: rgba(255, 184, 38, 1);
  --danger-callout-color: rgba(255, 102, 25, 1);
  --success-callout-color: rgba(169, 212, 195, 1);
  --neutral-callout-color: #d6d6d6;

  --callout-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05),
    0px 8px 40px 0px rgba(0, 0, 0, 0.1);

  --info-callout-icon: url(/hc/theming_assets/01K6CWESEJJWC4XD3YR6W7TA5R);
  --warning-callout-icon: url(/hc/theming_assets/01K6CWESR2RT2FTVTT7QWHRXAD);
  --danger-callout-icon: url(/hc/theming_assets/01K6CWES699D4VHW9WNMKF8SQF);
  --success-callout-icon: url(/hc/theming_assets/01K6CWES8VEV6VF8RCYA7A8277);
  --copy-code-icon: url(/hc/theming_assets/01J332DHN7HVYRRH87QZMAFSPV);
  --anchor-list-icon: url(/hc/theming_assets/01K6CWETXVZ510CJ94JHH4CBFY);
  --anchor-file-icon: url(/hc/theming_assets/01K6CWER90VRJWY9YZAXDT3PR6);
  --blockqoute-icon: url(/hc/theming_assets/01K6CWETEG898WSS96RDYQJMRT);

  --dots-left-bg: url($assets-dots-left-svg);

  --callout-padding: 2rem;
  --callout-border-width: 4px;

  --rte-bullet-color: #818a91;
  --code-bg: #f7f7f9;
  --light-gray: #f8f7f8;

  --color-table-header: #1c1b18;
  --color-table-bg-hover: #d6d6d6;

  --color-border: #d4cbbe;

  --text-xxs: calc(0.625rem * var(--font-body-scale));
  --text-xs: calc(0.75rem * var(--font-body-scale));
  --text-sm: calc(0.875rem * var(--font-body-scale));
  --text-base: calc(1rem * var(--font-body-scale));
  --text-lg: calc(1.125rem * var(--font-body-scale));
  --text-xl: calc(1.25rem * var(--font-body-scale));
  --text-2xl: calc(1.5rem * var(--font-body-scale));
  --text-3xl: calc(1.875rem * var(--font-body-scale));
  --text-4xl: calc(2.25rem * var(--font-body-scale));
  --text-5xl: calc(3rem * var(--font-body-scale));
}
/* Reset the box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

html,
body {
  height: 100%;
}
/* Body reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Haffer XH', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(28, 27, 24, 1);
  background-color: rgba(250, 249, 249, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Links */
a {
  color: rgba(28, 27, 24, 1);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  border-top: 1px solid #d4cbbe;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* Headings */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Haffer XH', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin: 0 0 calc(var(--line-height-computed));
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  /* font-weight: 400; */
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/* Description Lists */
dl {
  margin-top: 0;
  margin-bottom: calc(var(--line-height-computed));
}

dt,
dd {
  margin-bottom: calc(var(--line-height-computed) / 2);
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

@media (min-width: 576px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: var(--grid-gutter-width);
    clear: both;
  }
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}
/*  Addresses */
address {
  margin-bottom: calc(var(--line-height-computed));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-hidden,
.hidden,
[hidden],
[x-cloak] {
  display: none !important;
}

.powered-by-zendesk {
  display: none;
}

.visibility-hidden,
.recent-activity-accessibility-label,
.pagination-first-text,
.pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.lt-main-content {
  padding-top: 3.5rem;
}

@media (min-width: 992px) {
  .lt-main-content {
    padding-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  .on-footer {
    position: relative;
  }

  .on-footer:after {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 200px;
    content: "";
    background-color: #066756;
  }

  [dir="ltr"] .on-footer:after {
    left: 0;
  }

  [dir="rtl"] .on-footer:after {
    right: 0;
  }
}

.lt-start-screen-wrap {
  position: relative;
  z-index: 0;
  padding-top: 7rem;
  padding-bottom: 2rem;
  color: #1c1b18;
  background-color: rgba(250, 249, 249, 1);
}

@media (min-width: 992px) {
  .lt-start-screen-wrap--pb {
    padding-bottom: 13.5rem;
  }
}

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

.lt-block {
  background-color: #fff;
  border-radius: 12px;
}

.lt-block--shadow {
  box-shadow: 0 100px 80px rgba(182, 195, 193, 0.1),
    0px 22.3363px 17.869px rgba(182, 195, 193, 0.0596107),
    0px 6.6501px 5.32008px rgba(182, 195, 193, 0.0403893);
}
/* Category Home page Layout */
.lt-block-list-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}

.lt-block-list-item__category-name {
  padding-top: 0em;
  padding-bottom: 0.6em;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #1c1b18;
}

.lt-block-list-item__category-desc {
  width: 100%;
  padding-bottom: 1.4em;
  font-size: 16px;
  line-height: 24px;
  color: #545048;
}

.lt-btn--category-link {
  display: inline-block;
  padding: 3px 32px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875rem;
  color: #1c1b18 !important;
  cursor: pointer;
  background: #faf9f7 !important;
  border: 2px solid #1c1b18 !important;
  border-radius: 19px;
}
/* Form page options Layout */
.lt-block-list-form-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}

.lt-block-list-form-image:hover {
  border: 0px solid #f7f7f7; /* Change the border color as needed */
}

.lt-block-list-item__form-name {
  padding-top: 0em;
  padding-bottom: 0.6em;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #1c1b18;
}

.lt-block-list-item__form-desc {
  width: 100%;
  padding-bottom: 1.4em;
  font-size: 16px;
  line-height: 24px;
  color: #545048;
}

.lt-btn--form-link {
  display: inline-block;
  padding: 3px 32px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875rem;
  color: #1c1b18 !important;
  cursor: pointer;
  background: #faf9f7 !important;
  border: 2px solid #1c1b18 !important;
  border-radius: 19px;
}

/* Layout */
/*
Normalize non-controls

Restyle and baseline non-control form elements.
*/
fieldset {
  /*
  Chrome and Firefox set a `min-width: min-content;` on fieldsets,
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359.
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(var(--line-height-computed));
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-weight: var(--strong-font-weight);
}
/*
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies.
*/
/*  Override content-box in Normalize (* isn't specific enough) */
input[type="search"] {
  box-sizing: border-box;
}
/*  Position radios and checkboxes better */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/*  Set the height of file controls to match text inputs */
input[type="file"] {
  display: block;
}
/*  Make range inputs behave like textual form controls */
input[type="range"] {
  display: block;
  width: 100%;
}
/*  Make multiple select elements height not fixed */
select[multiple],
select[size] {
  height: auto;
}
/*  Focus for file, radio, and checkbox */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*  Adjust output element */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}
/*
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:

*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: var(--border-width) solid var(--input-border-color);
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*  Customize the `:focus` state to imitate native WebKit styles. */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
}
/*  Placeholder */
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #6e685e;
  opacity: 1;
}

select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
.nesty-input::placeholder {
  color: #6e685e;
  opacity: 1;
}
/* select {
  height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
} */
select {
  width: 100%;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A")
    no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[dir="ltr"] select {
  padding-right: 36px;
  background-position: right 12px center;
}

[dir="rtl"] select {
  padding-left: 36px;
  background-position: left 12px center;
}

select::-ms-expand {
  display: none;
}
/*  Reset height for `textarea`s */
textarea {
  height: auto;
  height: calc(
    (var(--line-height-computed) + var(--padding-base-horizontal) + 2px) * 3
  );
  resize: vertical;
}

#hc-wysiwyg {
  border-color: var(--input-border-color);
  border-width: var(--border-width);
}
/*  Search inputs in iOS */
/*
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */
input[type="search"] {
  -webkit-appearance: none;
}
/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(16px * 1.5 * 2.5);
  }
}
/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */
.form-field {
  margin-bottom: calc(var(--line-height-computed));
}

.form-field .optional {
  color: #535047;
}

[dir="ltr"] .form-field .optional {
  margin-left: 4px;
}

[dir="rtl"] .form-field .optional {
  margin-right: 4px;
}

.form-field.boolean {
  position: relative;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
}

.form-field.boolean label {
  min-height: calc(var(--line-height-computed));
  /* Ensure the input doesn't jump when there is no text */
  margin-bottom: 0;
  cursor: pointer;
}

[dir="ltr"] .form-field.boolean {
  padding-left: 20px;
}

[dir="ltr"] .form-field.boolean input[type="checkbox"] {
  left: 0;
}

[dir="rtl"] .form-field.boolean {
  padding-right: 20px;
}

[dir="rtl"] .form-field.boolean input[type="checkbox"] {
  right: 0;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */
.form-field p,
.help-block,
[data-target="field-description"] {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #615d53; /* lighten the text some for contrast */
}

ul[data-hc-pills-container] {
  margin: 0 0 calc(var(--border-width) * -1);
  border: var(--border-width) solid var(--input-border-color);
  border-radius: 12px;
}

ul[data-hc-pills-container][data-hc-focus="true"] {
  position: relative;
  z-index: 2;
  border-color: var(--input-focus-border-color);
}

.lt-container {
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}

@media (min-width: 576px) {
  .lt-container {
    padding-right: calc(var(--grid-gutter-width) * 2);
    padding-left: calc(var(--grid-gutter-width) * 2);
  }
}

.lt-container-inner {
  max-width: 1332px;
  margin: 0 auto;
}

.lt-layout {
  display: grid;
  min-height: 100%;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
}

.lt-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.lt-topbar {
  position: absolute;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1b18;
  background-color: rgba(250, 249, 249, 1);
}

@media (min-width: 992px) {
  .lt-topbar {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .lt-topbar__line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
}

.lt-topbar__wrap {
  z-index: 15;
}

.lt-topbar__logo {
  display: block;
  height: 48px;
}

.lt-topbar__link {
  display: block;
  margin-bottom: 1rem;
  color: rgba(28, 27, 24, 1);
}

@media (min-width: 992px) {
  .lt-topbar__link {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.lt-topbar__link:hover,
.lt-topbar__link:focus,
.lt-topbar__link:active {
  color: rgba(28, 27, 24, 1);
}

@media (min-width: 992px) {
  .lt-topbar__link:hover,
  .lt-topbar__link:focus,
  .lt-topbar__link:active,
  .status-dropdown__toggle:hover,
  .status-dropdown__toggle:focus,
  .status-dropdown__toggle:active {
    color: rgba(28, 27, 24, 1);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
}

@media (min-width: 992px) {
  .lt-topbar__right {
    display: flex;
    align-items: center;
  }
}

.lt-dropdown-toggle {
  font-weight: 600;
  color: rgba(28, 27, 24, 1);
}

@media (min-width: 992px) {
  .lt-dropdown-toggle {
    color: rgba(28, 27, 24, 1);
  }

  .lt-dropdown-toggle:hover,
  .lt-dropdown-toggle:focus,
  .lt-dropdown-toggle:active {
    color: rgba(28, 27, 24, 1);
  }
}

@media (max-width: 991px) {
  .lt-topbar__link {
    color: rgba(28, 27, 24, 1);
  }

  .lt-topbar__controls {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 80%;
    max-width: 250px;
    padding: 2rem;
    color: rgba(28, 27, 24, 1);
    background-color: #fff;
    transition: transform 600ms ease;
  }

  [dir="ltr"] .lt-topbar__controls {
    left: 0;
    transform: translateX(-100%);
  }

  [dir="rtl"] .lt-topbar__controls {
    right: 0;
    transform: translateX(100%);
  }

  .lt-topbar__controls > * + * {
    margin-top: 1rem;
  }

  .lt-topbar__controls.is-active {
    transform: translateX(0);
  }

  [dir="ltr"] .lt-topbar__controls.is-active {
    left: 0;
    box-shadow: 5px 0 40px rgb(0 0 0 / 45%);
  }

  [dir="rtl"] .lt-topbar__controls.is-active {
    right: 0;
    box-shadow: -5px 0 40px rgb(0 0 0 / 45%);
  }

  .lt-topbar-open {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .lt-topbar__controls > * + * {
    margin-left: 2rem;
  }

  [dir="rtl"] .lt-topbar__controls > * + * {
    margin-right: 2rem;
  }
}

.lt-topbar__lang-link {
  width: 32px;
  height: 32px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: inset 0px -2px 4px rgba(231, 232, 236, 0.25);
}

.lt-footer {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #066756;
}

.lt-footer__copyright a {
  color: #fff;
}

.lt-footer__copyright a:hover,
.lt-footer__copyright a:focus,
.lt-footer__copyright a:active {
  color: #fff;
}

.lt-footer__copyright p:last-of-type {
  margin-bottom: 0;
}

.lt-footer__social-link {
  padding: calc(16px / 2);
  font-size: 16px !important;
  color: #fff;
  vertical-align: middle;
}

.lt-footer__social-link:hover,
.lt-footer__social-link:focus,
.lt-footer__social-link:active {
  color: #fff;
}

[dir="ltr"] .lt-footer__social-link + [dir="ltr"] .lt-footer__social-link {
  margin-left: 5px;
}

[dir="rtl"] .lt-footer__social-link + [dir="rtl"] .lt-footer__social-link {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .lt-section-on-footer {
    position: relative;
  }

  .lt-section-on-footer:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background-color: #066756;
  }
}
/* custom footer start */
.footer {
  bottom: 0;
  width: 100%;
  color: #efece7 !important;
  background-color: #314139;
}

.slds-icon_container {
  display: inline-block;
  line-height: var(--lwc-lineHeightReset, 1);
  background-color: var(
    --slds-c-icon-color-background,
    var(--sds-c-icon-color-background, transparent)
  );
  border-radius: var(
    --slds-c-icon-radius-border,
    var(--sds-c-icon-radius-border, var(--lwc-borderRadiusMedium, 0.25rem))
  );
}

.slds-icon {
  width: var(--lwc-squareIconMediumBoundary, 2rem);
  height: var(--lwc-squareIconMediumBoundary, 2rem);
  fill: var(
    --slds-c-icon-color-foreground,
    var(
      --sds-c-icon-color-foreground,
      var(
        --slds-g-color-neutral-base-100,
        var(--lwc-colorTextIconInverse, rgb(255, 255, 255))
      )
    )
  );
}

.slds-icon_xx-small {
  width: var(--lwc-squareIconXxSmallContent, 0.875rem);
  height: var(--lwc-squareIconXxSmallContent, 0.875rem);
  line-height: var(--lwc-lineHeightReset, 1);
}

.slds-icon-text-default {
  --slds-c-icon-color-foreground: var(
    --slds-c-icon-color-foreground-default,
    var(
      --sds-c-icon-color-foreground-default,
      var(
        --slds-g-color-neutral-base-50,
        var(--lwc-colorTextIconDefault, rgb(116, 116, 116))
      )
    )
  );
}

.slds-form-element {
  position: relative;
  min-width: 0;
}

.slds-form-element__control {
  position: relative;
}

[dir="ltr"] .slds-form-element__control {
  clear: left;
}

[dir="rtl"] .slds-form-element__control {
  clear: right;
}

.slds-input-has-icon .slds-input__icon {
  fill: var(
    --slds-g-color-neutral-base-50,
    var(--lwc-colorTextInputIcon, rgb(174, 174, 174))
  );
}

.slds-input {
  display: inline-block;
  width: 100%;
  min-height: calc(
    var(--lwc-heightInput, 1.875rem) + (var(--lwc-borderWidthThin, 1px) * 2)
  );
  padding-top: 0;
  padding-bottom: 0;
  line-height: var(--lwc-heightInput, 1.875rem);
  color: var(--slds-c-input-text-color, var(--sds-c-input-text-color));
  background-color: var(
    --slds-c-input-color-background,
    var(
      --sds-c-input-color-background,
      var(
        --slds-g-color-neutral-base-100,
        var(--lwc-colorBackgroundInput, rgb(255, 255, 255))
      )
    )
  );
  border: var(--lwc-borderWidthThin, 1px) solid
    var(
      --slds-c-input-color-border,
      var(
        --sds-c-input-color-border,
        var(
          --slds-g-color-border-base-4,
          var(--lwc-colorBorderInput, rgb(213, 214, 218))
        )
      )
    );
  border-radius: var(
    --slds-c-input-radius-border,
    var(--sds-c-input-radius-border, var(--lwc-borderRadiusMedium, 0.25rem))
  );
  box-shadow: var(--slds-c-input-shadow, var(--sds-c-input-shadow));
  transition: border var(--lwc-durationQuickly, 0.1s) linear,
    background-color var(--lwc-durationQuickly, 0.1s) linear;
}

[dir="ltr"] .slds-input {
  padding-right: var(
    --slds-c-input-spacing-horizontal-end,
    var(--sds-c-input-spacing-horizontal-end, var(--lwc-spacingMedium, 1rem))
  );
  padding-left: var(
    --slds-c-input-spacing-horizontal-start,
    var(
      --sds-c-input-spacing-horizontal-start,
      var(--lwc-spacingSmall, 0.75rem)
    )
  );
}

[dir="rtl"] .slds-input {
  padding-right: var(
    --slds-c-input-spacing-horizontal-start,
    var(
      --sds-c-input-spacing-horizontal-start,
      var(--lwc-spacingSmall, 0.75rem)
    )
  );
  padding-left: var(
    --slds-c-input-spacing-horizontal-end,
    var(--sds-c-input-spacing-horizontal-end, var(--lwc-spacingMedium, 1rem))
  );
}

.slds-input:focus,
.slds-input:active {
  --slds-c-input-color-border: var(
    --slds-c-input-color-border-focus,
    var(
      --sds-c-input-color-border-focus,
      var(
        --slds-g-color-brand-base-60,
        var(--lwc-colorBorderInputActive, rgb(27, 150, 255))
      )
    )
  );
  --slds-c-input-background-color: var(
    --slds-c-input-color-background-focus,
    var(
      --sds-c-input-color-background-focus,
      var(
        --slds-g-color-neutral-base-100,
        var(--lwc-colorBackgroundInputActive, rgb(255, 255, 255))
      )
    )
  );
  --slds-c-input-text-color: var(
    --slds-c-input-text-color-focus,
    var(--sds-c-input-text-color-focus)
  );
  --slds-c-input-shadow: var(
    --slds-c-input-shadow-focus,
    var(
      --sds-c-input-shadow-focus,
      0 0 3px var(--lwc-brandAccessible, rgb(21, 74, 229))
    )
  );
  outline: 0;
}

.slds-input:focus {
  --slds-c-input-shadow: var(
    --slds-c-input-shadow-focus,
    var(
      --slds-g-shadow-outline-focus-1,
      var(--lwc-shadowButtonFocus, 0 0 3px #0176d3)
    )
  );
  --slds-c-input-color-border: inherit;
  outline: 0;
}

.slds-input[readonly] {
  --slds-c-input-spacing-horizontal-start: 0;
  --slds-c-input-color-border: transparent;
  --slds-c-input-color-background: transparent;
  font-size: var(--lwc-inputStaticFontSize, 0.8125rem);
  font-weight: var(--lwc-inputReadonlyFontWeight, 400);
}

.slds-input-has-icon {
  position: relative;
}

.slds-input-has-icon .slds-input__icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: var(--lwc-squareIconMediumContentAlt, 0.875rem);
  height: var(--lwc-squareIconMediumContentAlt, 0.875rem);
  margin-top: -0.4375rem;
  line-height: 1;
  border: 0;
}

.slds-input-has-icon .slds-input__icon:not(button) {
  pointer-events: none;
}

[dir="ltr"] .slds-input-has-icon_left .slds-input__icon {
  left: var(--lwc-spacingSmall, 0.75rem);
}

[dir="rtl"] .slds-input-has-icon_left .slds-input__icon {
  right: var(--lwc-spacingSmall, 0.75rem);
}

.slds-input-has-icon_left .slds-input {
  --slds-c-input-spacing-horizontal-start: var(--lwc-spacingXLarge, 2rem);
}

[dir="ltr"] .slds-input-has-icon_right .slds-input__icon {
  right: var(--lwc-spacingSmall, 0.75rem);
}

[dir="rtl"] .slds-input-has-icon_right .slds-input__icon {
  left: var(--lwc-spacingSmall, 0.75rem);
}

.slds-input-has-icon_right .slds-input {
  --slds-c-input-spacing-horizontal-end: var(--lwc-spacingXLarge, 2rem);
}

.slds-dropdown-trigger .slds-dropdown {
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--lwc-durationQuickly, 0.1s) linear,
    visibility var(--lwc-durationQuickly, 0.1s) linear;
}

.slds-dropdown-trigger:hover,
.slds-dropdown-trigger:focus {
  outline: 0;
}

.slds-dropdown-trigger:hover .slds-dropdown,
.slds-dropdown-trigger:focus .slds-dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--lwc-durationQuickly, 0.1s) linear,
    visibility var(--lwc-durationQuickly, 0.1s) linear;
}

.slds-dropdown-trigger {
  position: relative;
  display: inline-block;
}

.slds-dropdown-trigger .slds-dropdown {
  top: 100%;
}

.slds-dropdown-trigger .slds-dropdown_bottom {
  top: auto;
}

.slds-dropdown-trigger_click .slds-dropdown,
.slds-dropdown-trigger_click:hover .slds-dropdown {
  display: none;
}

.slds-dropdown {
  position: absolute;
  z-index: var(--lwc-zIndexDropdown, 7000);
  min-width: var(--lwc-sizeXxSmall, 6rem);
  max-width: var(--lwc-sizeMedium, 20rem);
  padding: var(--lwc-spacingXxSmall, 0.25rem) 0;
  margin-top: var(--lwc-spacingXxxSmall, 0.125rem);
  margin-bottom: var(--lwc-spacingXxxSmall, 0.125rem);
  font-size: var(--lwc-fontSize2, 0.75rem);
  color: var(--slds-g-color-neutral-base-10, var(--lwc-colorTextDefault, #333));
  background: var(
    --slds-g-color-neutral-base-100,
    var(--lwc-colorBackgroundAlt, rgb(255, 255, 255))
  );
  border: var(--lwc-borderWidthThin, 1px) solid
    var(
      --slds-g-color-border-base-4,
      var(--lwc-colorBorder, rgb(213, 214, 218))
    );
  border-radius: var(--lwc-borderRadiusMedium, 0.25rem);
  box-shadow: var(--lwc-shadowDropDown, 0 2px 3px 0 rgba(0, 0, 0, 0.16));
}

[dir="ltr"] .slds-dropdown {
  left: 50%;
  float: left;
  transform: translateX(-50%);
}

[dir="rtl"] .slds-dropdown {
  right: 50%;
  float: right;
  transform: translateX(50%);
}

.slds-dropdown_bottom {
  bottom: 100%;
}

.slds-dropdown_fluid {
  width: 100%;
  min-width: var(--lwc-sizeXSmall, 12rem);
  max-width: 100%;
}

.slds-combobox_container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.slds-combobox {
  position: static;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.slds-combobox__form-element {
  flex: 1 1 auto;
}

[role="combobox"] input[readonly] {
  font-size: inherit;
  font-weight: var(--lwc-fontWeightRegular, 400);
  background-color: var(
    --slds-g-color-neutral-base-100,
    var(--lwc-colorBackgroundInput, rgb(255, 255, 255))
  );
  border-color: var(
    --slds-g-color-border-base-4,
    var(--lwc-colorBorderInput, rgb(213, 214, 218))
  );
}

[dir="ltr"] [role="combobox"] input[readonly] {
  padding-left: var(--lwc-spacingSmall, 0.75rem);
}

[dir="rtl"] [role="combobox"] input[readonly] {
  padding-right: var(--lwc-spacingSmall, 0.75rem);
}

[role="combobox"] input[readonly]:focus,
[role="combobox"] input[readonly].slds-has-focus {
  box-shadow: var(
    --slds-g-shadow-outline-focus-1,
    var(--lwc-shadowButtonFocus, 0 0 3px #0176d3)
  );
}

.slds-listbox__option:hover {
  cursor: pointer;
}

.slds-listbox__option:focus {
  outline: 0;
}

.slds-listbox__option .slds-truncate {
  display: inline-block;
  vertical-align: middle;
}

.slds-listbox__option-icon {
  display: inline-flex;
  width: var(--lwc-squareIconSmallBoundary, 1.5rem);
  color: var(
    --slds-g-color-neutral-base-50,
    var(--lwc-colorTextIconDefault, rgb(116, 116, 116))
  );
  align-content: center;
  align-items: center;
  justify-content: center;
}

.slds-listbox_vertical .slds-listbox__option:focus,
.slds-listbox_vertical .slds-listbox__option:hover {
  text-decoration: none;
  background-color: var(
    --slds-g-color-neutral-base-95,
    var(--lwc-colorBackgroundRowHover, rgba(21, 74, 229, 0.05))
  );
}

.slds-listbox_vertical .slds-listbox__option:focus {
  outline: 0;
  box-shadow: var(
    --slds-g-shadow-inset-focus-1,
    var(--lwc-shadowButtonFocus, 0 0 3px #0176d3)
  );
}

.slds-listbox_vertical .slds-listbox__option_plain {
  padding: var(--lwc-spacingXSmall, 0.5rem) var(--lwc-spacingSmall, 0.75rem);
}

[dir="ltr"]
  .slds-input-has-icon_left
  .slds-combobox__input.slds-combobox__input-value {
  padding-left: 2.25rem;
}

[dir="rtl"]
  .slds-input-has-icon_left
  .slds-combobox__input.slds-combobox__input-value {
  padding-right: 2.25rem;
}

.slds-combobox__input:focus,
.slds-combobox__input.slds-has-focus {
  outline: 0;
  box-shadow: var(
    --slds-g-shadow-outline-focus-1,
    var(--lwc-shadowButtonFocus, 0 0 3px #0176d3)
  );
}

.slds-grid {
  display: flex;
}

.slds-col {
  flex: 1 1 auto;
}

.slds-grid_align-spread {
  justify-content: space-between;
}

.slds-grid_align-spread .slds-col {
  flex-grow: 0;
}

.slds-media {
  display: flex;
  align-items: flex-start;
}

.slds-media__figure {
  flex-shrink: 0;
}

[dir="ltr"] .slds-media__figure {
  margin-right: var(--lwc-spacingSmall, 0.75rem);
}

[dir="rtl"] .slds-media__figure {
  margin-left: var(--lwc-spacingSmall, 0.75rem);
}

.slds-media__body {
  flex: 1;
  min-width: 0;
}

.slds-media__body,
.slds-media__body > :last-child {
  margin-bottom: 0;
}

[dir="ltr"] .slds-media_small .slds-media__figure {
  margin-right: var(--lwc-spacingXxSmall, 0.25rem);
}

[dir="rtl"] .slds-media_small .slds-media__figure {
  margin-left: var(--lwc-spacingXxSmall, 0.25rem);
}

.slds-media_center {
  align-items: center;
}

.slds-border_top {
  border-top: var(--lwc-borderWidthThin, 1px) solid
    var(
      --slds-g-color-border-base-1,
      var(--lwc-colorBorder, rgb(213, 214, 218))
    );
}

.slds-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slds-size--1-of-2 {
  width: 50%;
}

@media (min-width: 30em) {
  .slds-small-size--1-of-2 {
    flex: none;
  }

  .slds-small-size--1-of-2 {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .slds-medium-size--1-of-5 {
    flex: none;
  }

  .slds-medium-size--1-of-5 {
    width: 20%;
  }
}

@media (min-width: 64em) {
  .slds-large-size--1-of-5 {
    flex: none;
  }

  .slds-large-size--1-of-5 {
    width: 20%;
  }
}

.slds-size--1-of-2 {
  flex: none;
}

.slds-assistive-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;
  text-transform: none !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.slds-hide {
  display: none !important;
}

.slds-show {
  display: block;
}

.cKc_customFooter
  .connectWithUsBox_Footer_kgLi1.bgDarkGrey_colors_1reLX.white_colors_3_kVa {
  width: 90%;
  max-width: 1332px;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  margin-right: auto;
  margin-left: auto;
}

.cKc_customFooter .topic {
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #efece7;
  text-decoration: none;
}

.cKc_customFooter a.link {
  line-height: 32px;
  color: #efece7;
  text-decoration: none;
}

.cKc_customFooter .links_LegalBox_160-N.slds-col {
  max-width: 19em;
}

@media only screen and (max-width: 600px) {
  .cKc_customFooter .legalBox_LegalBox_1TPWd.slds-grid.slds-grid_align-spread {
    padding-right: 2em;
    padding-left: 2em;
  }

  .cKc_customFooter p.aboutCompanyTextHeader {
    padding-right: 2em;
    padding-left: 2em;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .cKc_customFooter p.aboutCompanyTextBody {
    max-width: 100%;
    padding-right: 2em;
    padding-left: 2em;
    color: #efece7;
    text-align: center;
  }

  .cKc_customFooter
    .connectWithUsBox_Footer_kgLi1.bgDarkGrey_colors_1reLX.white_colors_3_kVa {
    font-size: 12px;
  }

  .cKc_customFooter .topic {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }

  .cKc_customFooter a.link {
    font-size: 12px;
  }

  .cKc_customFooter .legalBox_LegalBox_1TPWd.slds-grid.slds-grid_align-spread {
    display: block;
    text-align: center;
  }

  .cKc_customFooter .links_LegalBox_160-N.slds-col {
    max-width: 100%;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 600px) {
  .cKc_customFooter .legalBox_LegalBox_1TPWd.slds-grid.slds-grid_align-spread {
    padding-right: 0;
    padding-left: 0;
  }

  .cKc_customFooter p.aboutCompanyTextHeader {
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .cKc_customFooter p.aboutCompanyTextBody {
    max-width: 76%;
    padding-right: 0;
    padding-left: 0;
    color: #efece7;
  }

  .cKc_customFooter
    .connectWithUsBox_Footer_kgLi1.bgDarkGrey_colors_1reLX.white_colors_3_kVa {
    font-size: 12px;
  }

  .cKc_customFooter .topic {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }

  .cKc_customFooter a.link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .cKc_customFooter .legalBox_LegalBox_1TPWd.slds-grid.slds-grid_align-spread {
    padding-right: 0;
    padding-left: 0;
  }

  .cKc_customFooter p.aboutCompanyTextHeader {
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .cKc_customFooter p.aboutCompanyTextBody {
    max-width: 76%;
    padding-right: 0;
    padding-left: 0;
    color: #efece7;
  }

  .cKc_customFooter
    .connectWithUsBox_Footer_kgLi1.bgDarkGrey_colors_1reLX.white_colors_3_kVa {
    font-size: 12px;
  }

  .cKc_customFooter .topic {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }

  .cKc_customFooter a.link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .cKc_customFooter .legalBox_LegalBox_1TPWd.slds-grid.slds-grid_align-spread {
    padding-right: 0;
    padding-left: 0;
  }

  .cKc_customFooter p.aboutCompanyTextHeader {
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .cKc_customFooter p.aboutCompanyTextBody {
    max-width: 76%;
    padding-right: 0;
    padding-left: 0;
    color: #efece7;
  }

  .cKc_customFooter
    .connectWithUsBox_Footer_kgLi1.bgDarkGrey_colors_1reLX.white_colors_3_kVa {
    font-size: 14px;
  }

  .cKc_customFooter .topic {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .cKc_customFooter a.link {
    font-size: 14px;
  }
}

.cKc_customFooter .aboutCompanyText {
  margin-top: 4.5em;
  line-height: 20px;
}

.cKc_customFooter .border-line {
  border-top-color: #354456;
  border-radius: 25px;
}

.input-box-background[c-customLanguageSelector_customLanguageSelector] {
  background-color: inherit !important;
  border: none !important;
  box-shadow: none !important;
}

.options-styling[c-customLanguageSelector_customLanguageSelector] {
  font-size: 14px;
  font-weight: 700;
  color: #154ae5;
}

.kc-icon-class[c-customLanguageSelector_customLanguageSelector] {
  --sds-c-icon-color-foreground-default: #faf9f7 !important;
}
/* custom footer end */
/* Components */
.lt-hero-unit {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6.6875rem;
  color: #1c1b18 !important;
  background-color: rgba(250, 249, 249, 1) !important;
}
@media (min-width: 992px) {
  .lt-hero-unit {
    padding-top: 10rem;
    padding-bottom: 4.5rem;
  }
}

.lt-hero-unit__bg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/hc/theming_assets/01J3D8E8VXM3451SV9WHKSJ7VJ) 50% 50% no-repeat;
  background-size: cover;
}

.lt-hero-unit__bg:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(132, 49, 49, 0.49);
}

[dir="ltr"] .lt-hero-unit__bg {
  left: 0;
}

[dir="ltr"] .lt-hero-unit__bg:after {
  left: 0;
}

[dir="rtl"] .lt-hero-unit__bg {
  right: 0;
}

[dir="rtl"] .lt-hero-unit__bg:after {
  right: 0;
}

.lt-hero-unit__content,
.lt-hero-unit__faq-wrapper {
  z-index: 2;
}

.lt-hero-unit__welcome {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background-color: rgba(49, 65, 57, 1) !important;
  border-radius: 25px;
}

.lt-hero-unit__title {
  font-size: 2.5rem;
  line-height: 3rem;
}

.lt-hero-unit__description {
  font-size: 0.875rem;
}

.lt-hero-unit__search-box .search input[type="search"] {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.lt-hero-unit__search-box .search input[type="search"]:focus {
  box-shadow: 0 0 0 2px #0b5cab;
}

@media (min-width: 992px) {
  .lt-hero-unit__search-box .search {
    width: 568px;
  }
}

.lt-hero-unit__faq {
  position: absolute;
  width: 100%;
  padding: 1.5rem 0;
  padding-bottom: 0;
  color: rgba(28, 27, 24, 1);
}

.lt-hero-unit__faq-title {
  line-height: 1.1;
}

.lt-hero-unit__faq-item {
  font-size: 14px;
  list-style-type: none;
}

.lt-hero-unit__faq-item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.lt-hero-unit__faq-item:hover:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.lt-hero-unit__faq-item:hover {
  background-color: #efece7;
}

.lt-hero-unit__faq-item:hover .lt-hero-unit__faq-link {
  color: $brand_secondary;
}

.lt-hero-unit__faq-name {
  font-size: 14px;
  font-weight: 510;
  line-height: 1.5rem;
}

.lt-hero-unit__faq-name:hover {
  text-decoration: underline;
}

.lt-hero-unit__faq-link {
  color: $brand_secondary;
}

.lt-hero-unit__faq-description {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(84, 80, 72, 1);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-hero-unit__decor {
  position: absolute;
  right: 0;
  bottom: -83px;
  left: 0;
  display: none;
  width: 100%;
}

.lt-hero-unit__decor svg {
  width: 100%;
}

.lt-hero-unit__decor--svg {
  position: absolute;
  bottom: 0;
}

[dir="ltr"] .lt-hero-unit__decor--svg:nth-child(1) {
  right: 0;
}

[dir="ltr"] .lt-hero-unit__decor--svg:nth-child(2) {
  left: 0;
}

[dir="rtl"] .lt-hero-unit__decor--svg:nth-child(1) {
  left: 0;
}

[dir="rtl"] .lt-hero-unit__decor--svg:nth-child(2) {
  right: 0;
}

.lt-hero-unit__decor--path {
  fill: rgba(250, 249, 249, 1);
}

@media (min-width: 992px) {
  .lt-hero-unit__faq-wrapper {
    width: 453px;
  }

  .lt-hero-unit__description {
    display: block;
    max-width: 500px;
  }

  .lt-hero-unit__title {
    max-width: 435px;
    font-size: 3.5rem;
    line-height: 3.625rem;
  }

  .lt-hero-unit__faq {
    position: absolute;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }

  .lt-hero-unit__faq-title {
    padding: 0 2rem;
    margin-bottom: 0.75rem;
    font-size: var(--font-size-h2) !important;
    line-height: 2.5rem;
  }

  .lt-hero-unit__faq-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .lt-hero-unit__faq-description {
    font-size: 0.875rem;
  }
}

.lt-dropdown {
  position: relative;
  display: inline-block;
}

.lt-dropdown-toggle {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}

.lt-dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: calc(16px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: currentColor;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-dropdown-toggle:after {
  margin-left: 8px;
}

[dir="rtl"] .lt-dropdown-toggle:after {
  margin-right: 8px;
}

.lt-dropdown-toggle--no-icon:after {
  display: none;
}

.lt-dropdown-toggle:hover {
  text-decoration: none;
}

.lt-dropdown-toggle > * {
  display: inline-block;
}

.lt-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  padding: 10px 0;
  margin-top: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: 4px;
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

[dir="ltr"] .lt-dropdown-menu {
  left: 0;
  text-align: left;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu {
  text-align: right;
}

.lt-dropdown-menu[aria-expanded="true"] {
  display: block;
}

.lt-dropdown-menu [role="separator"] {
  display: block;
  padding: 5px 0;
  margin: 5px 20px 10px;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
  border-bottom: 1px solid #d8d8d8;
}

.lt-dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 40px 7px 20px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.lt-dropdown-menu [role="menuitem"][hidden],
.lt-dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .lt-dropdown-menu-end {
  right: 0;
  left: auto;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-toggle--user {
  padding: 0;
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  border: 0;
}

@media (max-width: 991px) {
  .lt-dropdown-menu--topbar {
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle {
    width: 100%;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle--user:after {
    display: none;
  }

  .lt-dropdown-menu--topbar [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==========================================================================
  Buttons
  ========================================================================== */
.lt-btn,
input[type="submit"],
.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-community-follow button,
.lt-profile__buttons button,
.lt-profile__buttons a,
.lt-organization-subscribe button,
.lt-subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.recent-activity-controls a {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 58px;
  transition: all 0.3s ease;
  touch-action: manipulation;
}
@media (max-width: 767px) {
  .lt-btn,
  input[type="submit"],
  .lt-section-subscribe button,
  .lt-article-subscribe button,
  .lt-community-follow button,
  .lt-profile__buttons button,
  .lt-profile__buttons a,
  .lt-organization-subscribe button,
  .lt-subscriptions-subscribe button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link,
  .recent-activity-controls a {
    padding: 0.55rem 1.1rem;
  }
}

.lt-btn:focus,
.lt-btn:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus,
.lt-section-subscribe button:focus,
.lt-section-subscribe button:active:focus,
.lt-article-subscribe button:focus,
.lt-article-subscribe button:active:focus,
.lt-community-follow button:focus,
.lt-community-follow button:active:focus,
.lt-profile__buttons button:focus,
.lt-profile__buttons button:active:focus,
.lt-profile__buttons a:focus,
.lt-profile__buttons a:active:focus,
.lt-organization-subscribe button:focus,
.lt-organization-subscribe button:active:focus,
.lt-subscriptions-subscribe button:focus,
.lt-subscriptions-subscribe button:active:focus,
.pagination-next-link:focus,
.pagination-next-link:active:focus,
.pagination-prev-link:focus,
.pagination-prev-link:active:focus,
.pagination-first-link:focus,
.pagination-first-link:active:focus,
.pagination-last-link:focus,
.pagination-last-link:active:focus,
.recent-activity-controls a:focus,
.recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lt-btn:hover,
.lt-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-community-follow button:hover,
.lt-community-follow button:focus,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus,
.lt-organization-subscribe button:hover,
.lt-organization-subscribe button:focus,
.lt-subscriptions-subscribe button:hover,
.lt-subscriptions-subscribe button:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus {
  color: rgba(28, 27, 24, 1);
  text-decoration: none;
}

.lt-btn:active,
input[type="submit"]:active,
.lt-section-subscribe button:active,
.lt-article-subscribe button:active,
.lt-community-follow button:active,
.lt-profile__buttons button:active,
.lt-profile__buttons a:active,
.lt-organization-subscribe button:active,
.lt-subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.recent-activity-controls a:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lt-btn--default,
.lt-profile__buttons button,
.lt-profile__buttons a,
.lt-subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.recent-activity-controls a {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
  border: 1px solid #e6e6e6;
}

.lt-btn--default:hover,
.lt-btn--default:focus,
.lt-btn--default:active,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons button:active,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus,
.lt-profile__buttons a:active,
.lt-subscriptions-subscribe button:hover,
.lt-subscriptions-subscribe button:focus,
.lt-subscriptions-subscribe button:active,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-next-link:active,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-prev-link:active,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-first-link:active,
.pagination-last-link:hover,
.pagination-last-link:focus,
.pagination-last-link:active,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus,
.recent-activity-controls a:active {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

input[type="submit"],
.lt-btn--primary,
.lt-organization-subscribe button {
  color: #fff !important;
  background-color: rgba(49, 65, 57, 1) !important;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.lt-btn--primary:hover,
.lt-btn--primary:focus,
.lt-btn--primary:active,
.lt-organization-subscribe button:hover,
.lt-organization-subscribe button:focus,
.lt-organization-subscribe button:active {
  color: #fff;
  background-color: #1b2420;
  border-color: #1b2420;
}

.lt-article-subscribe button {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
  border: 1px solid rgba(28, 27, 24, 1);
}

.lt-btn--topbar {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
}

@media (min-width: 992px) {
  .lt-btn--topbar {
    color: rgba(28, 27, 24, 1);
  }
}

.lt-btn--topbar:hover,
.lt-btn--topbar:focus,
.lt-btn--topbar:active {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
}

@media (min-width: 992px) {
  .lt-btn--topbar:hover,
  .lt-btn--topbar:focus,
  .lt-btn--topbar:active {
    color: #000;
  }
}

.lt-btn--print {
  padding: 0 !important;
  font-size: var(--font-size-h5) !important;
  border: 0 !important;
}

.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-community-follow button,
.lt-btn--hero {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
  border: 1px solid rgba(28, 27, 24, 1);
}

.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-section-subscribe button:active,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-article-subscribe button:active,
.lt-community-follow button:hover,
.lt-community-follow button:focus,
.lt-community-follow button:active,
.lt-btn--hero:hover,
.lt-btn--hero:focus,
.lt-btn--hero:active {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.lt-organization-subscribe button {
  padding-top: 4px;
  padding-bottom: 4px;
}

.lt-avatar {
  position: relative;
  display: inline-block;
}

.lt-avatar__badge {
  position: absolute;
  top: -0.5rem;
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-avatar__badge {
  right: -0.5rem;
}

[dir="rtl"] .lt-avatar__badge {
  left: -0.5rem;
}

.lt-avatar__badge:not(.is-active) {
  display: none;
}

.lt-avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: "\f007";
  background-color: rgba(28, 27, 24, 1);
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-avatar--agent:before {
  right: -4px;
}

[dir="rtl"] .lt-avatar--agent:before {
  left: -4px;
}

.lt-user-avatar {
  border-radius: 100%;
}

.lt-user-avatar--default {
  width: 2.5rem;
  height: 2.5rem;
}

.lt-user-avatar--topbar {
  width: 2rem;
  height: 2rem;
}

.lt-meta {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(84, 80, 72, 1);
}

.lt-meta__item {
  display: inline-block;
  line-height: 1;
}

[dir="ltr"] .lt-meta__item {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item {
  margin-left: 0.25rem;
}

.lt-meta__item + .lt-meta__item:before {
  font-size: 0.95rem;
  content: "\2022";
}

[dir="ltr"] .lt-meta__item + .lt-meta__item:before {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item + .lt-meta__item:before {
  margin-left: 0.25rem;
}

.lt-meta__link {
  color: inherit;
}

.lt-meta--profile {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  opacity: 0.7;
}

.breadcrumbs > li {
  display: inline-block;
  color: #1c1b18;
}

.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #1c1b18;
  content: "\00a0";
  content: "› ";
}

.breadcrumbs > li a {
  color: #1c1b18;
}

.breadcrumbs > li:last-child a {
  color: #1c1b18;
}

[dir="ltr"] .breadcrumbs {
  padding-left: 0;
}

[dir="rtl"] .breadcrumbs {
  padding-right: 0;
}

.lt-breadcrumbs--search-results {
  padding: 0;
  font-size: 0.85rem;
}

.lt-breadcrumbs--search-results > li + li:before {
  position: relative;
  top: 2px;
  font-size: 1.4rem;
  line-height: 0.95rem;
  color: rgba(84, 80, 72, 1);
}

.lt-breadcrumbs--search-results > li a {
  color: rgba(84, 80, 72, 1);
}

.lt-breadcrumbs--search-results > li:last-child a {
  color: rgba(84, 80, 72, 1);
}

.lt-breadcrumbs-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

[dir="ltr"] .lt-breadcrumbs-wrapper {
  text-align: left;
}

[dir="rtl"] .lt-breadcrumbs-wrapper {
  text-align: right;
}

.lt-menu-toggle {
  position: relative;
  display: block;
  height: auto;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  order: 1;
}

@media (min-width: 992px) {
  .lt-menu-toggle {
    display: none;
  }
}

.lt-menu-toggle span {
  position: relative;
  display: block;
  pointer-events: none;
}

.lt-menu-toggle span,
.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  width: 26px;
  height: 2px;
  background-color: #1c1b18;
  outline: 1px solid transparent;
  transition: background-color 0.15s, transform 0.15s;
}

.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  position: absolute;
  content: "";
}

[dir="ltr"] .lt-menu-toggle span:after,
[dir="ltr"] .lt-menu-toggle span:before {
  left: 0;
}

[dir="rtl"] .lt-menu-toggle span:after,
[dir="rtl"] .lt-menu-toggle span:before {
  right: 0;
}

.lt-menu-toggle span:before {
  top: -7px;
}

.lt-menu-toggle span:after {
  top: 7px;
}

.lt-menu-toggle.is-active {
  outline: 0;
}

.lt-menu-toggle.is-active span {
  background-color: transparent;
}

.lt-menu-toggle.is-active span:after,
.lt-menu-toggle.is-active span:before {
  top: 0;
}

[dir="ltr"] .lt-menu-toggle.is-active span:before {
  transform: rotate(-45deg);
}

[dir="rtl"] .lt-menu-toggle.is-active span:before {
  transform: rotate(45deg);
}

[dir="ltr"] .lt-menu-toggle.is-active span:after {
  transform: rotate(45deg);
}

[dir="rtl"] .lt-menu-toggle.is-active span:after {
  transform: rotate(-45deg);
}

.lt-entry-info {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

@media (min-width: 992px) {
  .lt-entry-info {
    align-items: center;
  }
}

.lt-entry-info__avatar {
  flex-shrink: 0;
}

[dir="ltr"] .lt-entry-info__avatar {
  padding-right: 1rem;
}

[dir="rtl"] .lt-entry-info__avatar {
  padding-left: 1rem;
}

.lt-status-label {
  padding: 2px calc(var(--padding-base-horizontal) / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.lt-status-label--pending {
  background-color: rgba(255, 184, 38, 1);
}

.lt-status-label--with-ticket {
  background-color: rgba(49, 65, 57, 1);
}

.lt-status-label--with-ticket:hover,
.lt-status-label--with-ticket:focus,
.lt-status-label--with-ticket:active {
  color: #fff;
}

.lt-status-label--solved,
.lt-status-label--closed {
  background-color: rgba(169, 212, 195, 1);
}

.lt-status-label--new,
.lt-status-label--open {
  background-color: rgba(255, 102, 25, 1);
}

.lt-status-label--answered {
  background-color: rgba(255, 184, 38, 1);
}

.lt-status-label--official {
  background-color: rgba(49, 65, 57, 1);
}

.lt-status-label--completed,
.lt-status-label--answered {
  background-color: rgba(169, 212, 195, 1);
}

.lt-status-label--planned {
  background-color: rgba(49, 65, 57, 1);
}

.lt-status-label--not-planned {
  color: rgba(28, 27, 24, 1);
  background-color: var(--gray-lighter);
}

.lt-category-card__title {
  color: rgba(28, 27, 24, 1);
}

.lt-category-card__title-link {
  color: rgba(28, 27, 24, 1);
}

.lt-category-card__title-link:hover,
.lt-category-card__title-link:focus,
.lt-category-card__title-link:active {
  color: rgba(28, 27, 24, 1);
}

.lt-category-card__item {
  list-style-type: disc;
}

.lt-category-card__item::marker {
  color: rgba(84, 80, 72, 1);
}

.lt-category-card__item:hover::marker {
  color: rgba(28, 27, 24, 1);
}

.lt-category-card__link {
  color: rgba(84, 80, 72, 1);
}

.lt-category-card__link:hover {
  color: rgba(28, 27, 24, 1);
  text-decoration: underline;
}

.lt-contact-info-card__icon {
  width: 32px;
  height: 32px;
}

.lt-contact-info-card__link {
  color: rgba(28, 27, 24, 1);
}

.lt-contact-info-card__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .lt-contact-info-card__link:hover,
  .lt-contact-info-card__link:focus {
    color: rgba(28, 27, 24, 1) !important;
    text-decoration: none;
  }
}

.lt-contact-info-card__title {
  color: rgba(28, 27, 24, 1);
}

.lt-contact-info-card__descr {
  color: rgba(84, 80, 72, 1);
}

.lt-contact-info-card:hover,
.lt-contact-info-card:focus {
  box-shadow: #1c1b18 0px 0px 0px 2px;
}

.lt-custom-block-item {
  list-style-type: none;
}

@media (min-width: 768px) {
  .lt-custom-block-item {
    display: flex;
  }
}

.lt-custom-block-item__card {
  min-height: 190px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .lt-custom-block-item__card {
    min-height: 190px;
    border: none !important;
    border: 1px solid rgb(213, 214, 218) !important;
    border-radius: 24px !important;
    box-shadow: none;
    transition: box-shadow 150ms;
  }
}

.lt-custom-block-item__icon {
  width: 2rem;
  height: 2rem;
}

.lt-custom-block-item__link {
  color: rgba(28, 27, 24, 1);
  transition: color 0.15s ease;
}

.lt-custom-block-item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .lt-custom-block-item__link:hover,
  .lt-custom-block-item__link:focus {
    color: rgba(28, 27, 24, 1) !important;
    text-decoration: underline;
  }
}

.lt-custom-block-item__title {
  line-height: 1.1;
  color: rgba(28, 27, 24, 1);
  letter-spacing: -0.01em;
}

.lt-custom-block-item__desc {
  line-height: 1.5;
  color: rgba(84, 80, 72, 1);
}

.slds-button {
  position: relative;
  display: inline-flex;
  padding-top: var(
    --slds-c-button-spacing-block-start,
    var(--sds-c-button-spacing-block-start, 0)
  );
  padding-bottom: var(
    --slds-c-button-spacing-block-end,
    var(--sds-c-button-spacing-block-end, 0)
  );
  line-height: var(
    --slds-c-button-line-height,
    var(--sds-c-button-line-height, var(--lwc-lineHeightButton, 1.875rem))
  );
  color: var(
    --slds-c-button-text-color,
    var(--sds-c-button-text-color, var(--lwc-brandAccessible, rgb(21, 74, 229)))
  );
  text-decoration: none;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  background-color: var(
    --slds-c-button-color-background,
    var(--sds-c-button-color-background, transparent)
  );
  background-clip: border-box;
  border-color: var(
    --slds-c-button-color-border,
    var(--sds-c-button-color-border, transparent)
  );
  border-style: solid;
  border-width: var(
    --slds-c-button-sizing-border,
    var(--sds-c-button-sizing-border, var(--lwc-borderWidthThin, 1px))
  );
  border-radius: var(
    --slds-c-button-radius-border,
    var(--sds-c-button-radius-border, var(--lwc-buttonBorderRadius, 0.25rem))
  );
  box-shadow: var(--slds-c-button-shadow, var(--sds-c-button-shadow));
  align-items: center;
  -webkit-appearance: none;
}

[dir="ltr"] .slds-button {
  padding-right: var(
    --slds-c-button-spacing-inline-end,
    var(--sds-c-button-spacing-inline-end, 0)
  );
  padding-left: var(
    --slds-c-button-spacing-inline-start,
    var(--sds-c-button-spacing-inline-start, 0)
  );
}

[dir="rtl"] .slds-button {
  padding-right: var(
    --slds-c-button-spacing-inline-start,
    var(--sds-c-button-spacing-inline-start, 0)
  );
  padding-left: var(
    --slds-c-button-spacing-inline-end,
    var(--sds-c-button-spacing-inline-end, 0)
  );
}

.slds-button:hover,
.slds-button:focus,
.slds-button:active,
.slds-button:visited {
  text-decoration: none;
}

.slds-button:hover,
.slds-button:focus {
  --slds-c-button-color-border: var(--slds-c-button-color-border-hover);
  --slds-c-button-color-background: var(--slds-c-button-color-background-hover);
  color: var(
    --slds-c-button-text-color-hover,
    var(
      --sds-c-button-text-color-hover,
      var(--lwc-brandAccessibleActive, #113bb6)
    )
  );
}

.slds-button:focus {
  outline: 0;
  box-shadow: var(
    --slds-c-button-shadow-focus,
    var(--sds-c-button-shadow-focus, var(--slds-g-shadow-outline-focus-1))
  );
}

.slds-button:active {
  color: var(
    --slds-c-button-text-color-active,
    var(
      --sds-c-button-text-color-active,
      var(--lwc-brandAccessibleActive, #113bb6)
    )
  );
  background-color: var(--slds-c-button-color-background-active);
  border-color: var(--slds-c-button-color-border-active);
}

.slds-button:disabled {
  color: var(
    --slds-g-color-neutral-base-80,
    var(--lwc-colorTextButtonDefaultDisabled, rgb(201, 201, 201))
  );
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}

.slds-button_outline-brand {
  --slds-c-button-spacing-inline-start: var(
    --slds-c-button-outline-brand-spacing-inline-start,
    var(
      --sds-c-button-outline-brand-spacing-inline-start,
      var(--lwc-spacingMedium, 1rem)
    )
  );
  --slds-c-button-spacing-inline-end: var(
    --slds-c-button-outline-brand-spacing-inline-end,
    var(
      --sds-c-button-outline-brand-spacing-inline-end,
      var(--lwc-spacingMedium, 1rem)
    )
  );
  text-align: center;
  justify-content: center;
  transition: border 0.15s linear;
  --slds-c-button-color-background: var(
    --slds-c-button-outline-brand-color-background,
    var(
      --sds-c-button-outline-brand-color-background,
      var(
        --slds-g-color-neutral-base-100,
        var(--lwc-buttonColorBackgroundPrimary, rgb(255, 255, 255))
      )
    )
  );
  --slds-c-button-color-border: var(
    --slds-c-button-outline-brand-color-border,
    var(
      --sds-c-button-outline-brand-color-border,
      var(--lwc-brandAccessible, rgb(21, 74, 229))
    )
  );
}

.slds-button_outline-brand:hover,
.slds-button_outline-brand:focus {
  --slds-c-button-color-background-hover: var(
    --slds-c-button-outline-brand-color-background-hover,
    var(
      --sds-c-button-outline-brand-color-background-hover,
      var(
        --slds-g-color-neutral-base-95,
        var(--lwc-colorBackgroundButtonDefaultHover, rgba(21, 74, 229, 0.05))
      )
    )
  );
  --slds-c-button-color-border-hover: var(
    --slds-c-button-outline-brand-color-border-hover,
    var(
      --sds-c-button-outline-brand-color-border-hover,
      var(--lwc-brandAccessible, rgb(21, 74, 229))
    )
  );
}

.slds-button_outline-brand:active {
  --slds-c-button-color-background-active: var(
    --slds-c-button-outline-brand-color-background-active,
    var(
      --sds-c-button-outline-brand-color-background-active,
      var(
        --slds-g-color-neutral-base-95,
        var(--lwc-colorBackgroundButtonDefaultActive, rgb(243, 243, 243))
      )
    )
  );
  --slds-c-button-color-border-active: var(
    --sds-c-button-outline-brand-color-border-active,
    var(
      --sds-c-button-outline-brand-color-border-active,
      var(--lwc-brandAccessible, rgb(21, 74, 229))
    )
  );
}

.slds-button_outline-brand:disabled {
  background-color: var(
    --slds-g-color-neutral-base-100,
    var(--lwc-colorBackgroundButtonDefaultDisabled, rgb(255, 255, 255))
  );
  border-color: var(
    --slds-g-color-border-base-1,
    var(--lwc-buttonColorBorderPrimary, rgb(213, 214, 218))
  );
}

.slds-grid {
  display: flex;
}

.slds-col {
  flex: 1 1 auto;
}

.slds-grid_align-spread {
  justify-content: space-between;
}

.slds-grid_align-spread .slds-col {
  flex-grow: 0;
}

.slds-button.slds-button_outline-brand.topicButton {
  color: #5f24d2 !important;
  background: #ffffff !important;
  transition: 0.1s ease-in-out !important;
}

.slds-button.slds-button_outline-brand.topicButton:hover {
  color: #ffffff !important;
  background: #5f24d2 !important;
}

.cKc_customTopicCmpWithTwoTopic .topicSupport {
  max-width: 60ch !important;
}

p {
  -webkit-font-smoothing: antialiased !important;
}
/*! CSS Used from: Embedded */
.cKc_customTopicCmpWithTwoTopic .topicContainer {
  max-width: 50%;
  padding: 0 1rem 0 1rem;
}

.cKc_customTopicCmpWithTwoTopic .topicHeader {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.cKc_customTopicCmpWithTwoTopic .topicHeader {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #2c2d2f;
}

.cKc_customTopicCmpWithTwoTopic .topicSupport {
  padding-bottom: 2em;
}

.cKc_customTopicCmpWithTwoTopic p.topicSupportText {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #74767b;
}

.cKc_customTopicCmpWithTwoTopic
  .slds-button.slds-button_outline-brand.topicButton {
  padding: 3px 32px;
  font-weight: bold;
  color: #1c1b18 !important;
  cursor: pointer;
  background: #faf9f7 !important;
  border-color: #1c1b18 !important;
  border-width: 2px;
  border-radius: 19px;
}

.cKc_customTopicCmpWithTwoTopic
  .slds-button.slds-button_outline-brand.topicButton:hover {
  text-decoration: underline !important;
  background: #faf9f7 !important;
}

@media only screen and (max-width: 600px) {
  .topicsContainer.slds-grid.slds-grid_align-spread.cKc_customTopicCmpWithTwoTopic {
    display: block;
    flex-wrap: wrap;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    margin-bottom: 3em;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    width: 100%;
    max-width: 100%;
  }

  .cKc_customTopicCmpWithTwoTopic
    .slds-button.slds-button_outline-brand.topicButton {
    width: 100%;
  }

  .cKc_customTopicCmpWithTwoTopic .topicSupport {
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 600px) {
  .topicsContainer.slds-grid.slds-grid_align-spread.cKc_customTopicCmpWithTwoTopic {
    display: block;
    flex-wrap: wrap;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    margin-bottom: 2em;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    min-width: 300px;
    max-width: 100%;
  }

  .cKc_customTopicCmpWithTwoTopic .imageTopic img {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .topicsContainer.slds-grid.slds-grid_align-spread.cKc_customTopicCmpWithTwoTopic {
    display: flex;
    flex-wrap: wrap;
  }

  [dir="ltr"]
    .topicsContainer.slds-grid.slds-grid_align-spread.cKc_customTopicCmpWithTwoTopic {
    text-align: left;
  }

  [dir="rtl"]
    .topicsContainer.slds-grid.slds-grid_align-spread.cKc_customTopicCmpWithTwoTopic {
    text-align: right;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    display: inline-block;
  }

  .cKc_customTopicCmpWithTwoTopic .topicContainer.slds-col {
    min-width: 300px;
    max-width: 49%;
  }

  .cKc_customTopicCmpWithTwoTopic .imageTopic img {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.topicsContainer {
  margin-inline-end: -1rem;
  margin-inline-start: -1rem;
}

.lt-block-list-item .lt-block-list-item__link {
  min-height: 140px;
  background-color: #fff;
  border: none !important;
  border: 1px solid rgb(213, 214, 218) !important;
  border-radius: 24px !important;
  box-shadow: none;
  transition: box-shadow 150ms;
}

.lt-block-list-item:nth-child(1n) .lt-block-list-item__link {
  background-color: #fff;
}

.lt-block-list-item:nth-child(3n + 2) .lt-block-list-item__link {
  background-color: #fff;
}

.lt-block-list-item:nth-child(3n) .lt-block-list-item__link {
  background-color: #fff;
}

.lt-block-list-item__link {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: rgba(3, 3, 3, 1);
  background-color: #fff;
}

.lt-block-list-item__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  content: "";
}

.lt-block-list-item__link:hover,
.lt-block-list-item__link:focus,
.lt-block-list-item__link:active {
  color: rgba(3, 3, 3, 1);
}

.lt-block-list-item__link:hover:after,
.lt-block-list-item__link:focus:after,
.lt-block-list-item__link:active:after {
  display: block;
}

.lt-block-list-item__icon {
  position: relative;
  z-index: 5;
  width: 32px;
  height: 32px;
}

.lt-block-list-item__icon path,
.lt-block-list-item__icon circle {
  transition: all 0.3s ease;
}

.lt-block-list-item__text {
  font-size: 0.875rem;
  opacity: 0.75;
}

.lt-block-list--homepage {
  margin-top: 59px;
}

.recent-activity {
  position: relative;
  z-index: 5;
  padding: 1.5rem;
  margin-bottom: 4rem;
  background: #fff;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .recent-activity {
    padding: 3.5rem;
  }
}

.recent-activity-item-link {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #000;
  transition: color 0.15s ease;
}

.recent-activity-item-link:hover {
  color: rgba(28, 27, 24, 1);
}

.recent-activity-header {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.5rem;
  color: rgba(28, 27, 24, 1);
}

.recent-activity-list {
  display: grid;
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  gap: calc(var(--grid-gutter-width) * 2);
}

@media (min-width: 768px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr;
  }

  .recent-activity-item-link {
    line-height: 1.5rem;
  }

  .recent-activity-item-time {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.recent-activity-item-time {
  position: relative;
  padding-inline-start: 1.5rem;
}

.recent-activity-item-time:before {
  position: absolute;
  top: 0.025em;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 0.9rem;
  content: "\f086";
}

[dir="ltr"] .recent-activity-item-time:before {
  left: 0;
}

[dir="rtl"] .recent-activity-item-time:before {
  right: 0;
}

.recent-activity-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recent-activity-item-meta {
  display: flex;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.3rem;
  color: rgba(84, 80, 72, 1);
  align-items: center;
  justify-content: space-between;
}

.recent-activity-item-parent {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
  background-color: rgba(28, 27, 24, 1);
  border-radius: 6px;
}

.recent-activity-item-parent:hover,
.recent-activity-item-parent:focus,
.recent-activity-item-parent:active {
  color: #fff;
}

.recent-activity-comment-icon {
  display: none;
}

.recent-activity-controls {
  padding-top: 2rem;
}

.lt-footer-submit-ticket {
  text-align: center;
}

@media (min-width: 768px) {
  .lt-footer-submit-ticket {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .lt-footer-submit-ticket__text {
    width: 80%;
  }
}

.lt-footer-submit-ticket__title {
  font-family: var(--font-family-body);
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
  color: #000;
}

.lt-footer-submit-ticket__descr {
  font-size: 14px;
  line-height: 20px;
  color: #1c1b18;
}

.lt-footer-submit-ticket__link {
  display: inline;
}

.lt-footer-submit-ticket__link .lt-btn {
  padding: 8px 32px;
}

.lt-footer-submit-ticket__link .lt-btn--primary {
  background-color: #1c1b18 !important;
}

.lt-footer-submit-ticket__link .lt-btn--default {
  color: #1c1b18;
  border: 2px solid #1c1b18 !important;
}

@media (max-width: 767px) {
  .lt-footer-submit-ticket__heading,
  .lt-footer-submit-ticket__illustration {
    text-align: center;
  }
}

.lt-footer-submit-ticket__button {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #fff;
  background-color: rgba(49, 65, 57, 1);
  border-radius: 57px;
  box-shadow: 0px 17px 24px rgba(242, 159, 58, 0.1);
}

.lt-footer-submit-ticket__button:hover,
.lt-footer-submit-ticket__button:focus,
.lt-footer-submit-ticket__button:active {
  color: #fff;
  background-color: #1b2420;
}

@media (min-width: 768px) {
  .lt-footer-submit-ticket__illustration {
    width: 20%;
    max-width: 476px;
    text-align: right;
  }
}

.cta-container {
  display: flex;
  width: 100%;
  background-color: #eae5df;
}

.cta-container--homepage {
  margin-top: 32px;
}

.needSupportWraperContainer {
  width: 90%;
  max-width: 1332px;
  padding: 63px 0;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 701px) {
  .needSupportButtonContainer {
    font-size: 3em;
    color: #1c1b18;
  }

  [dir="ltr"] .needSupportButtonContainer {
    padding-left: 0;
  }

  [dir="rtl"] .needSupportButtonContainer {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .needSupportButtonContainer {
    font-size: 3em;
    color: #1c1b18;
  }

  [dir="ltr"] .needSupportButtonContainer {
    padding-left: 0;
  }

  [dir="rtl"] .needSupportButtonContainer {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .needSupportButtonContainer {
    font-size: 3em;
    color: #1c1b18;
  }

  [dir="ltr"] .needSupportButtonContainer {
    padding-left: 0;
  }

  [dir="rtl"] .needSupportButtonContainer {
    padding-right: 0;
  }
}

.needSupportButtonContainer .text {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
}

.slds-button.slds-button_outline-brand.contactSupportButton {
  position: relative;
  display: inline-flex;
  width: 224px;
  height: 46px;
  padding: 12px 48px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #faf9f7 !important;
  text-align: center;
  background: #1c1b18 !important;
  border-color: #1c1b18;
  border-radius: 32px;
  transition: 0.1s ease-in-out !important;
  align-items: center;
  justify-content: center;
}

.slds-button.slds-button_outline-brand.contactSupportButton:hover {
  color: #faf9f7 !important;
  text-decoration: underline;
  background: #383530 !important;
  box-shadow: none !important;
}

@media only screen and (min-width: 600px) {
  .needSupportText {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    color: #1c1b18;
  }
}

@media only screen and (min-width: 992px) {
  .needSupportTextContainer {
    width: 50%;
  }

  [dir="ltr"] .needSupportTextContainer {
    padding-left: 0;
  }

  [dir="rtl"] .needSupportTextContainer {
    padding-right: 0;
  }

  .needSupportText {
    font-size: 16px;
    line-height: 32px;
    color: #1c1b18;
  }
}

@media only screen and (min-width: 1025px) {
  .needSupportTextContainer {
    width: 50%;
  }

  [dir="ltr"] .needSupportTextContainer {
    padding-left: 0;
  }

  [dir="rtl"] .needSupportTextContainer {
    padding-right: 0;
  }

  .needSupportText {
    font-size: 20px;
    line-height: 32px;
    color: #1c1b18;
  }
}

@media only screen and (max-width: 599px) {
  .needSupportWraperContainer {
    display: block !important;
    width: 100%;
    padding: 36px var(--grid-gutter-width);
  }

  .needSupportTextContainer {
    width: 100%;
    padding-top: 3.5em;
    margin-bottom: 48px;
  }

  .needSupportText {
    font-size: 16px;
    line-height: 32px;
    color: #1c1b18;
  }

  .needSupportContainer {
    display: block !important;
    height: 100% !important;
    text-align: center;
  }
}

.needSupportButtonContainer {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.needSupportTitle {
  grid-area: 1 / 1 / 2 / 2;
}

.contactSupportButton {
  grid-area: 2 / 1 / 3 / 2;
}

.needSupportText {
  grid-area: 1 / 2 / 3 / 3;
}

@media only screen and (max-width: 599px) {
  .needSupportButtonContainer {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
  }

  .needSupportTitle {
    grid-area: 1 / 1 / 2 / 2;
    order: 0;
  }

  .contactSupportButton {
    grid-area: 3 / 1 / 4 / 2;
    order: 2;
  }

  .needSupportText {
    grid-area: 2 / 1 / 3 / 2;
    order: 1;
  }
}

.share {
  display: flex;
  white-space: nowrap;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .share {
    justify-content: start;
  }
}

[dir="ltr"] .share {
  padding-left: 0;
}

[dir="rtl"] .share {
  padding-right: 0;
}

.share li {
  --size: 3.625rem;
  position: relative;
  display: flex;
  width: var(--size);
  height: var(--size);
  margin: 0px 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  color: rgba(28, 27, 24, 1);
  text-align: center;
  vertical-align: top;
  list-style-type: none;
  background-color: transparent;
  border: 1px solid rgba(150, 157, 156, 0.25);
  border-radius: var(--size);
  justify-content: center;
  align-items: center;
}

.share a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex !important;
  color: rgba(28, 27, 24, 1);
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.share a:hover,
.share a:focus,
.share a:active {
  color: rgba(28, 27, 24, 1);
  background-color: #fff;
}

.share svg {
  width: 18px;
  height: 18px;
}

.lt-page__heading {
  color: #1c1b18;
}

@media (min-width: 992px) {
  .lt-page__heading {
    order: -1;
  }
}

.lt-page__title {
  padding-bottom: 0.5em;
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (max-width: 767px) {
  .lt-page__title {
    font-size: 2.5rem;
  }
}

.lt-page__desc {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.7;
}

.lt-new-request-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.lt-new-request-title {
  font-size: var(--font-size-h3);
}

@media (min-width: 576px) {
  .lt-new-request-title {
    font-size: var(--font-size-h2);
  }
}

@media (min-width: 768px) {
  .lt-new-request-title {
    font-size: var(--font-size-h1);
  }
}

.lt-new-request-form {
  margin-bottom: calc(var(--line-height-computed));
}

.form .suggestion-list {
  margin-top: 30px;
  font-size: 13px;
}

.form .suggestion-list label {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: darken($color_4, 20%);
}

.lt-new-request-tip {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border: 0px solid #d4cbbe;
  border-color: var(--input-border-color);
  border-radius: 10px;
}

.lt-new-request-tip__icon {
  position: absolute;
  top: 2rem;
  color: #999;
}

[dir="ltr"] .lt-new-request-tip__icon {
  left: 1.5rem;
}

[dir="rtl"] .lt-new-request-tip__icon {
  right: 1.5rem;
}
/* Submit a request page: article suggestions */
.suggestion-articles {
  padding: 20px;
  font-family: "Roboto", sans-serif;
  background: rgba(239, 236, 231, 1);
  border: 1px solid rgba(239, 236, 231, 1);
  border-radius: 6px;
}

.form-field .suggestion-articles {
  margin-top: 30px !important;
}

.suggestions-header {
  position: relative;
  margin-bottom: 20px;
  color: rgba(28, 27, 24, 1);
}

[dir="ltr"] .suggestions-header {
  padding-left: 35px;
}

[dir="rtl"] .suggestions-header {
  padding-right: 35px;
}

.suggestions-header__title {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

.suggestions-header__icon {
  position: absolute;
  top: 0;
  width: 24px;
  font-size: 24px;
}

[dir="ltr"] .suggestions-header__icon {
  left: 0;
}

[dir="rtl"] .suggestions-header__icon {
  right: 0;
}

.suggestions-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.suggestions-list__item {
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  border: 1px solid rgba(239, 236, 231, 1);
  border-radius: 5px;
}

.suggestions-list__item:last-child {
  margin-bottom: 0;
}

.suggestions-list__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.suggestions-list__more {
  text-decoration: underline;
}

.suggestions-list__more:hover {
  color: rgba(28, 27, 24, 1);
  text-decoration: none;
}

.suggestions-close,
.suggestions-close:hover,
.suggestions-close:active,
.suggestions-close:focus {
  position: absolute;
  top: -10px;
  padding: 8px 14px;
  font-size: 20px;
  color: rgba(28, 27, 24, 1);
  cursor: pointer;
  background: none;
}

[dir="ltr"] .suggestions-close,
[dir="ltr"] .suggestions-close:hover,
[dir="ltr"] .suggestions-close:active,
[dir="ltr"] .suggestions-close:focus {
  right: -10px;
}

[dir="rtl"] .suggestions-close,
[dir="rtl"] .suggestions-close:hover,
[dir="rtl"] .suggestions-close:active,
[dir="rtl"] .suggestions-close:focus {
  left: -10px;
}

.suggestions-close:after {
  display: inline-block;
  color: rgba(28, 27, 24, 1);
  content: "\00d7";
}

.upload-dropzone {
  padding: calc(var(--line-height-computed)) 16px;
  border-color: var(--input-border-color);
  border-width: var(--border-width);
  border-radius: 12px;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: var(--font-size-small);
}

.upload-dropzone span {
  color: rgba(28, 27, 24, 1);
}

.lt-error-page {
  max-width: 600px;
}

.lt-error-page__articles {
  border: 2px solid #d4cbbe;
  border-radius: 4px;
}

.lt-error-page__container {
  gap: 64px;
}

.pagination-list {
  list-style: none;
}

[dir="ltr"] .pagination-list {
  padding-left: 0;
  margin-left: 0;
}

[dir="ltr"] .pagination-list li:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="rtl"] .pagination-list {
  padding-right: 0;
  margin-right: 0;
}

[dir="rtl"] .pagination-list li:not(:last-child) {
  margin-left: 0.5rem;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir="ltr"] .pagination-next-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="ltr"] .pagination-prev-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

.satisfaction-box {
  padding: calc(var(--line-height-computed)) var(--grid-gutter-width);
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #d4cbbe;
  border-radius: 4px;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type="radio"] ~ label {
  letter-spacing: normal;
}

[dir="ltr"] .satisfaction-box input[type="radio"] ~ label {
  margin-right: 10px;
}

[dir="rtl"] .satisfaction-box input[type="radio"] ~ label {
  margin-left: 10px;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: rgba(169, 212, 195, 1);
  border-color: rgba(169, 212, 195, 1);
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #87c3ab;
  border-color: #80c0a7;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: rgba(255, 102, 25, 1);
  border-color: rgba(255, 102, 25, 1);
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #e54d00;
  border-color: #db4900;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
  background-color: #80c0a7 !important;
  border-color: #80c0a7 !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
  background-color: #db4900 !important;
  border-color: #db4900 !important;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(var(--line-height-computed)) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: rgba(169, 212, 195, 1) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: rgba(255, 102, 25, 1) !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  font-size: calc(16px - 5px) !important;
  color: #fff;
  background-color: rgba(49, 65, 57, 1);
  border-color: rgba(49, 65, 57, 1);
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #1b2420;
  border-color: #171e1a;
}

.satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

[dir="ltr"] .satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
}

[dir="rtl"] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}

.satisfaction-reason {
  padding-top: calc(var(--line-height-computed));
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(16px - 5px) !important;
  line-height: 1.5 !important;
}

.lt-scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  font-size: 2rem !important;
  line-height: 3rem !important;
  color: var(--lt-scroll-color);
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: var(--border-width) solid var(--lt-scroll-color);
  border-radius: 4px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lt-scroll-to-top:focus,
.lt-scroll-to-top:active {
  outline: 0;
}

.lt-scroll-to-top.is-active {
  bottom: 30px;
}

.lt-scroll-to-top:hover {
  color: var(--lt-scroll-color-hover);
  border: var(--border-width) solid var(--lt-scroll-color-hover);
}

@media (max-width: 575px) {
  .lt-scroll-to-top {
    display: none;
  }
}

[dir="ltr"] .lt-scroll-to-top {
  left: 2rem;
}

[dir="rtl"] .lt-scroll-to-top {
  right: 2rem;
}

.lt-header {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #d4cbbe;
}

.lt-header__desc {
  margin-top: 1rem;
}

.recent-articles h3,
.related-articles h3 {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

@media (min-width: 576px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-top: calc(var(--line-height-computed) / 2);
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
}

.recent-articles ul > li,
.related-articles ul > li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.recent-articles ul > li a,
.related-articles ul > li a {
  padding-bottom: 1px;
  color: rgba(28, 27, 24, 1);
  border-bottom: 1px solid #d4cbbe;
}

[dir="ltr"] .recent-articles ul,
[dir="ltr"] .related-articles ul {
  padding-left: 0;
}

[dir="rtl"] .recent-articles ul,
[dir="rtl"] .related-articles ul {
  padding-right: 0;
}

.recent-articles h3 {
  font-size: var(--font-size-h4);
}

.lt-user-name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(28, 27, 24, 1);
}

.lt-user-name--hero,
.lt-user-name--hero:hover,
.lt-user-name--hero:focus,
.lt-user-name--hero:active {
  color: #1c1b18;
}

@media (max-width: 991px) {
  .lt-user-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    order: -1;
  }

  .lt-user-info__menu {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-user-info__menu [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.lt-status-widget {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  font-weight: 600;
}

.lt-status-widget,
.lt-status-widget:hover,
.lt-status-widget:focus,
.lt-status-widget:active {
  color: #fff;
}

.lt-status-widget-container {
  display: flex;
  align-items: center;
}

.lt-status-widget__indicator {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #aaa;
  border-radius: 50%;
}

.lt-status-widget__indicator--none {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--operational {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--minor {
  background-color: #f1c40f;
}

.lt-status-widget__indicator--major {
  background-color: #e67e22;
}

.lt-status-widget__indicator--critical {
  background-color: #e74c3c;
}

.lt-status-widget__indicator--maintenance {
  background-color: #3498db;
}

[dir="ltr"] .lt-status-widget__indicator__text {
  margin-left: 0.5rem;
}

[dir="rtl"] .lt-status-widget__indicator__text {
  margin-right: 0.5rem;
}

.lt-profile-header {
  padding-top: 8rem;
  text-align: center;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .lt-profile-header {
    padding-top: 6rem;
  }
}

.lt-profile-header__badge .lt-community-badge {
  margin: 0 !important;
}

.lt-profile-header__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.lt-profile-header__name {
  font-size: var(--font-size-h3);
}

.lt-profile-header__name a:hover,
.lt-profile-header__name a:focus,
.lt-profile-header__name a:active {
  color: rgba(28, 27, 24, 1);
}

.lt-profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(var(--line-height-computed));
  background-color: rgba(49, 65, 57, 1);
}

.lt-profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

[dir="ltr"] .lt-profile__buttons > * + *,
[dir="ltr"] [data-action="userProfileActions"] > * + * {
  margin-left: var(--grid-gutter-width);
}

[dir="rtl"] .lt-profile__buttons > * + *,
[dir="rtl"] [data-action="userProfileActions"] > * + * {
  margin-right: var(--grid-gutter-width);
}

.lt-profile-stats {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: calc(16px - 2px);
  color: var(--meta-text-color);
  list-style: none;
}

[dir="ltr"] .lt-profile-stats {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-stats {
  padding-right: 0;
}

.lt-profile-stats__stat {
  margin-bottom: calc(var(--line-height-computed) / 4);
}

@media (max-width: 575px) {
  .lt-profile-stats__stat {
    display: block;
  }

  .lt-profile-stats__stat:before {
    display: none;
  }
}

[dir="ltr"] .lt-profile-stats__stat {
  margin-right: var(--padding-base-horizontal);
}

[dir="rtl"] .lt-profile-stats__stat {
  margin-left: var(--padding-base-horizontal);
}

[dir="ltr"] .lt-profile-stats__label {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-stats__label {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.lt-profile-stats__value {
  color: rgba(28, 27, 24, 1);
}

.lt-profile-nav {
  margin-bottom: calc(var(--line-height-computed));
  overflow: hidden;
  font-size: var(--font-size-small);
  font-weight: 600;
  background-color: #d4cbbe;
}

.lt-profile-nav__items {
  margin: 0;
  list-style: none;
}

[dir="ltr"] .lt-profile-nav__items {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-nav__items {
  padding-right: 0;
}

.lt-profile-nav__item {
  margin-bottom: 0;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .lt-profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.lt-profile-nav__item a {
  display: block;
  color: rgba(28, 27, 24, 1);
}

.lt-profile-nav__item.is-active {
  color: #fff;
  background-color: rgba(49, 65, 57, 1);
}

.lt-profile-nav__item.is-active,
.lt-profile-nav__item a {
  padding: calc(var(--line-height-computed) / 1.5)
    var(--padding-base-horizontal);
  line-height: 1;
}

[dir="ltr"] .lt-profile-nav__item:after {
  right: var(--padding-base-horizontal) !important;
}

[dir="rtl"] .lt-profile-nav__item:after {
  left: var(--padding-base-horizontal) !important;
}

.lt-profile-section {
  width: 100%;
}

.lt-profile-section__header {
  margin-bottom: calc(var(--line-height-computed));
}

.lt-profile-section__title {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: var(--font-size-h3);
}

.lt-profile-section__description {
  font-size: var(--font-size-small);
  color: var(--meta-text-color);
}

@media (min-width: 576px) {
  .lt-profile-section__description {
    padding-bottom: 0;
  }
}

.lt-profile-section-sorter {
  font-size: var(--font-size-small);
}

.lt-profile-section-sorter .lt-dropdown {
  display: inline-block;
}

@media (min-width: 576px) {
  .lt-profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .lt-profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 576px) {
  .lt-profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 575px) {
  .lt-profile-section-sorter__col--main {
    margin-bottom: calc(var(--line-height-computed) / 2);
  }
}

@media (min-width: 576px) {
  .lt-profile-section-sorter__col--main {
    padding-right: var(--padding-base-horizontal);
  }
}

@media (min-width: 576px) {
  .lt-profile-section-sorter__col--btn {
    text-align: right;
  }
}

.lt-profile-contribution {
  position: relative;
  padding: calc(var(--line-height-computed) / 2) var(--grid-gutter-width);
  word-wrap: break-word;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.lt-profile-contribution .breadcrumbs > li a {
  color: rgba(84, 80, 72, 1);
}

.lt-profile-contribution .breadcrumbs > li:before {
  color: rgba(84, 80, 72, 1);
}

.lt-profile-contribution .lt-meta {
  font-size: var(--font-size-small);
}

.lt-profile-contribution__header {
  margin-bottom: calc(var(--line-height-computed) / 4);
}

.lt-profile-contribution__status {
  margin-bottom: calc(var(--line-height-computed) / 4);
}

.lt-profile-contribution__title {
  margin-bottom: calc(var(--line-height-computed) / 4);
  font-size: 16px;
  font-weight: 600;
}

.lt-profile-contribution__body {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-profile-contribution--list .lt-profile-contribution__title:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"]
  .lt-profile-contribution--list
  .lt-profile-contribution__title:before {
  margin-right: 2px;
}

[dir="rtl"]
  .lt-profile-contribution--list
  .lt-profile-contribution__title:before {
  margin-left: 2px;
}

.lt-profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-size: var(--font-size-small);
}

.lt-profile__no-activity,
.lt-profile__private-activity {
  color: var(--meta-text-color);
  text-align: center;
}

.lt-profile-activity-list {
  list-style: none;
}

[dir="ltr"] .lt-profile-activity-list {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-activity-list {
  padding-right: 0;
}

.lt-profile-activity {
  position: relative;
  margin-bottom: calc(var(--line-height-computed) * 1.5);
}

.lt-profile-activity__header {
  margin-bottom: calc(var(--line-height-computed) / 2);

  font-size: var(--font-size-small);
  font-weight: 600;
}

.lt-profile-activity__avatar {
  width: 30px;
  height: 30px;
}

[dir="ltr"] .lt-profile-activity__avatar {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-activity__avatar {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.lt-profile-activity__header:before,
.lt-profile-contribution__title:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-profile-activity__header:before,
[dir="ltr"] .lt-profile-contribution__title:before {
  margin-right: 2px;
}

[dir="rtl"] .lt-profile-activity__header:before,
[dir="rtl"] .lt-profile-contribution__title:before {
  margin-left: 2px;
}

[dir="ltr"] .lt-profile-contribution__title:before {
  margin-right: 4px;
}

[dir="rtl"] .lt-profile-contribution__title:before {
  margin-left: 4px;
}

.lt-profile-activity-list--articles .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-article"] .lt-profile-activity__header:before {
  content: "\f15c";
}

.lt-profile-activity-list--posts .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-post"] .lt-profile-activity__header:before {
  content: "\f086";
}

.lt-profile-activity-list--comments .lt-profile-contribution__title:before,
.lt-profile-activity[class$="-comment"] .lt-profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.lt-profile-badge-item {
  border: 2px solid #d4cbbe;
  border-radius: 4px;
}

.lt-profile-badge {
  width: 40px;
  height: 40px;
}

.lt-profile-badge__image {
  width: 40px;
  height: 40px;
}

.lt-attachment-list {
  margin: 0;
  font-size: var(--font-size-small);
  list-style: none;
}

[dir="ltr"] .lt-attachment-list {
  padding-left: 0;
}

[dir="rtl"] .lt-attachment-list {
  padding-right: 0;
}

.lt-attachment-list__item {
  position: relative;
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-attachment-list__item:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .lt-attachment-list__item {
  padding-left: calc(var(--padding-base-horizontal) * 1.5);
}

[dir="rtl"] .lt-attachment-list__item {
  padding-right: calc(var(--padding-base-horizontal) * 1.5);
}

.lt-attachment-list__icon {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .lt-attachment-list__icon {
  left: 0;
}

[dir="rtl"] .lt-attachment-list__icon {
  right: 0;
}

.lt-attachment-list__meta {
  font-size: var(--font-size-small);
}

.lt-skip-navigation {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  padding: 20px;
  margin: 20px;
  overflow: hidden;
  font-size: 14px;
  color: white;
  color: rgba(28, 27, 24, 1);
  background-color: #fff;
  border: 2px solid rgba(28, 27, 24, 1);
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-skip-navigation {
  left: -999px;
}

[dir="rtl"] .lt-skip-navigation {
  right: -999px;
}

.lt-skip-navigation:focus,
.lt-skip-navigation:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-align: center;
  text-decoration: none;
}

[dir="ltr"] .lt-skip-navigation:focus,
[dir="ltr"] .lt-skip-navigation:active {
  left: auto;
}

[dir="rtl"] .lt-skip-navigation:focus,
[dir="rtl"] .lt-skip-navigation:active {
  right: auto;
}
/* ==========================================================================
  Notification
  ========================================================================== */
.notification {
  display: table;
  width: 100%;
  padding: 13px 15px;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  border: 1px solid;
  transition: height 0.2s;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  width: 100%;
  padding: 0 15px;
}

.notification + .notification {
  position: relative;
  top: -1px;
  margin-bottom: -1px;
}
/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon:before,
.notification-error .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}
/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon:before,
.notification-notice .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}
/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon:before,
.notification-alert .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon:before,
.notification-inline.notification-error:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
  background-size: cover;
}
/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

.notification-dismiss:hover {
  opacity: 1;
}
/* Inline notifications */
.notification-inline {
  position: relative;
  padding: 5px;
  margin-top: 5px;
  line-height: 14px;
  vertical-align: middle;
  border-radius: 4px;
}

[dir="ltr"] .notification-inline {
  text-align: left;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

[dir="ltr"] .notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  color: #cc3340;
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir="ltr"] .notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

[dir="rtl"] .notification-left-aligned {
  padding-right: 0;
  text-align: right;
}

.lt-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .lt-backdrop {
  left: 0;
}

[dir="rtl"] .lt-backdrop {
  right: 0;
}

@media (max-width: 991px) {
  .lt-backdrop.is-active {
    display: block;
  }
}
/* List view */
.lt-promoted-articles-item__card {
  position: relative;
  flex-direction: column;
}

.lt-promoted-articles-item:last-child .lt-promoted-articles-item__card {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .lt-promoted-articles-item:last-child .lt-promoted-articles-item__card {
    border-bottom: 1px solid #ebebeb;
  }
}

.lt-promoted-articles-item__icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.lt-promoted-articles-item__title {
  font-family: 'Haffer XH', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #1c1b18;
}

.lt-promoted-articles-item__link {
  color: #1c1b18;
  transition: color 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
  .lt-promoted-articles-item__link:hover,
  .lt-promoted-articles-item__link:focus,
  .lt-promoted-articles-item__link:active {
    color: rgba(28, 27, 24, 1);
  }

  .lt-promoted-articles-item__link:hover,
  .lt-promoted-articles-item__link:focus,
  .lt-promoted-articles-item__link:active + .lt-promoted-articles-item__icon {
    background-color: #fff;
  }
}

.lt-promoted-articles-item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}

.lt-promoted-articles-item__descr {
  font-family: 'Haffer XH', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #545048;
}
/* Accordion view */
.lt-promoted-articles-accordion-item {
  border: 2px solid #d4cbbe;
  border-radius: 4px;
}

.lt-promoted-articles-accordion-item__title {
  position: relative;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .lt-promoted-articles-accordion-item__title {
  text-align: left;
}

[dir="rtl"] .lt-promoted-articles-accordion-item__title {
  text-align: right;
}

.lt-promoted-articles-accordion-item__title,
.lt-promoted-articles-accordion-item__title:hover,
.lt-promoted-articles-accordion-item__title:focus,
.lt-promoted-articles-accordion-item__title:active {
  color: rgba(28, 27, 24, 1);
}

.lt-promoted-articles-accordion-item__title:before {
  position: absolute;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  border-bottom: 2px solid rgba(28, 27, 24, 1);
  transition: transform 0.3s;
}

[dir="ltr"] .lt-promoted-articles-accordion-item__title:before {
  right: 1.5rem;
  border-left: 2px solid rgba(28, 27, 24, 1);
  transform: rotate(-45deg) translateY(-50%);
}

[dir="rtl"] .lt-promoted-articles-accordion-item__title:before {
  left: 1.5rem;
  border-right: 2px solid rgba(28, 27, 24, 1);
  transform: rotate(45deg) translateY(-50%);
}

.lt-promoted-articles-accordion-item__content {
  display: none;
}

.lt-promoted-articles-item__arrow {
  position: absolute;
  bottom: 0;
  font-family: 'Haffer XH', sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #1c1b18;
}

.lt-popular-searches {
  font-weight: 600;
}

.lt-popular-searches__item,
.lt-popular-searches__item:hover,
.lt-popular-searches__item:active,
.lt-popular-searches__item:focus {
  padding-bottom: 2px;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  color: #fff;
  border-bottom: 2px solid currentColor;
}

.lt-contact-box {
  display: flex;
  padding: 1.5rem 2rem;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
  font-size: 0.875rem;
  color: rgba(28, 27, 24, 1);
  flex-direction: column;
  border: 2px solid #d4cbbe;
  border-radius: 4px;
  align-items: flex-start;
}

.lt-contact-box__icon {
  width: 2rem;
  height: 2rem;
}

.lt-contact-box__text {
  color: var(--meta-text-color);
}

.lt-info-block {
  position: relative;
  padding: 1.5rem;
  background-color: #efece7;
}

@media (min-width: 992px) {
  .lt-info-block {
    padding: 4.5rem 5.9375rem;
    text-align: center;
  }
}

.lt-info-block__title {
  margin-bottom: 1rem;
  line-height: 1.1;
  color: rgba(28, 27, 24, 1);
}

.lt-info-block__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(84, 80, 72, 1);
}

.lt-vote__sum {
  display: block;
  width: 100%;
  text-align: center;
}

.lt-vote__control--header {
  padding: 0.5rem 0.9rem;
}

.lt-vote__control--active {
  color: rgba(28, 27, 24, 1);
  border-color: rgba(28, 27, 24, 1);
}

.lt-vote__control--down {
  transform: rotateX(180deg);
}

.language-selector {
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .language-selector {
    padding-top: 8px;
  }
}

.lt-dropdown a[data-url]:before {
  position: relative;
  top: 0px;
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  content: "";
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-size: auto;
}

@media (max-width: 991px) {
  .lt-dropdown a[data-url]:before {
    top: -1px;
    margin-right: 4px !important;
  }
}

[dir="ltr"] .lt-dropdown a[data-url]:before {
  margin-right: 0;
}

[dir="rtl"] .lt-dropdown a[data-url]:before {
  margin-left: 0;
}

@media (min-width: 992px) {
  .language-selector--flags {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.language-selector--flags.lt-dropdown a[data-url]:before {
  display: inline-block;
}

.language-selector--flags > a {
  display: flex;
  padding: 6px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  align-items: center;
  gap: 5px;
}

.language-selector--flags > a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .language-selector--flags .lt-dropdown-menu {
    bottom: 50px;
    font-size: 1rem;
  }
}

.lt-dropdown a[data-url]:before {
  background-image: url("/hc/theming_assets/01JC0CW4XARTEVDXPW7B5SV2QK") !important;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/af"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/af-za"]:before {
  background-position: 0 0;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/af"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/af-za"]:before {
  background-position: 100% 0;
}

.lt-dropdown a[data-url*="/hc/change_language/am"]:before {
  background-position: -22px 0;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/ar"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/ar-ae"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
  background-position: 0 -22px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/ar"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/ar-ae"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
  background-position: 100% -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/az"]:before {
  background-position: -22px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/be"]:before {
  background-position: -44px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/bg-bg"]:before,
.lt-dropdown a[data-url*="/hc/change_language/bg"]:before {
  background-position: -44px -22px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/bn"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/bn-in"]:before {
  background-position: 0 -44px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/bn"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/bn-in"]:before {
  background-position: 100% -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/bo"]:before {
  background-position: -22px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/bs"]:before {
  background-position: -44px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/cs"]:before,
.lt-dropdown a[data-url*="/hc/change_language/cs-cz"]:before {
  background-position: -66px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/cy"]:before {
  background-position: -66px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/da"]:before,
.lt-dropdown a[data-url*="/hc/change_language/da-dk"]:before {
  background-position: -66px -44px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-at"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-be"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-ch"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-dk"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-it"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-lu"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de-ro"]:before {
  background-position: 0 -66px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-at"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-be"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-ch"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-dk"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-it"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-lu"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/de-ro"]:before {
  background-position: 100% -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/el"]:before,
.lt-dropdown a[data-url*="/hc/change_language/el-gr"]:before {
  background-position: -22px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/et"]:before,
.lt-dropdown a[data-url*="/hc/change_language/et-ee"]:before {
  background-position: -44px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/eu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/eu-es"]:before {
  background-position: -66px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/fa"]:before {
  background-position: -88px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/fi"]:before {
  background-position: -88px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/fil"]:before {
  background-position: -88px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/fo"]:before,
.lt-dropdown a[data-url*="/hc/change_language/fo-dk"]:before {
  background-position: -88px -66px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-002"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-be"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-ca"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-ch"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-fr"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-it"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
  background-position: 0 -88px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-002"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-be"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-ca"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-ch"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-fr"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-it"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
  background-position: 100% -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/ga"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ga-ie"]:before {
  background-position: -22px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/he"]:before {
  background-position: -44px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/hr"]:before {
  background-position: -66px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/hu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hu-hu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hu-ro"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hu-sk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hu-ua"]:before {
  background-position: -88px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/hy"]:before {
  background-position: -110px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/id"]:before,
.lt-dropdown a[data-url*="/hc/change_language/id-id"]:before,
.lt-dropdown a[data-url*="/hc/change_language/jv-id"]:before {
  background-position: -110px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/as-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/gu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/gu-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hi"]:before,
.lt-dropdown a[data-url*="/hc/change_language/hi-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/kn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/kn-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ks-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/or-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pa-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/sa-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/sd-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ta"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ta-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/te"]:before,
.lt-dropdown a[data-url*="/hc/change_language/te-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ur"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ur-in"]:before {
  background-position: -110px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/is"]:before {
  background-position: -110px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/it"]:before,
.lt-dropdown a[data-url*="/hc/change_language/it-ch"]:before,
.lt-dropdown a[data-url*="/hc/change_language/it-it"]:before {
  background-position: -110px -88px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/ja"]:before {
  background-position: 0 -110px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/ja"]:before {
  background-position: 100% -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/ka"]:before {
  background-position: -22px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/kk"]:before {
  background-position: -44px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/kl"]:before {
  background-position: -66px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/km"]:before {
  background-position: -88px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/ko"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ko-kr"]:before {
  background-position: -110px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/ky"]:before {
  background-position: -132px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/lt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/lt-lv"]:before,
.lt-dropdown a[data-url*="/hc/change_language/lt-lt"]:before {
  background-position: -132px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/lv"]:before,
.lt-dropdown a[data-url*="/hc/change_language/lv-lv"]:before {
  background-position: -132px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/mk"]:before {
  background-position: -132px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/mn"]:before {
  background-position: -132px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/ms"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ms-my"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ml"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ml-in"]:before {
  background-position: -132px -110px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/mt"]:before {
  background-position: 0 -132px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/mt"]:before {
  background-position: 100% -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/my"]:before {
  background-position: -22px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/ne"]:before {
  background-position: -44px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/nl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nl-id"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nl-nl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nl-be"]:before {
  background-position: -66px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/no"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nb"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nb-no"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/nn-no"]:before {
  background-position: -88px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/mi-nz"]:before {
  background-position: -110px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/pl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pl-cz"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pl-lt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pl-pl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pl-ua"]:before {
  background-position: -132px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/apc-ps"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ajp-ps"]:before {
  background-position: -154px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/ps"]:before {
  background-position: -154px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/pt-br"]:before {
  background-position: -154px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/pt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/pt-bt"]:before {
  background-position: -154px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/ro"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ro-bg"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ro-sk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ro-ua"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ro-ro"]:before {
  background-position: -154px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/ru"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ru-ee"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ru-kz"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ru-lt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ru-lv"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ru-ua"]:before {
  background-position: -154px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/si"]:before {
  background-position: -154px -132px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/sl"]:before {
  background-position: 0 -154px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/sl"]:before {
  background-position: 100% -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/so"]:before {
  background-position: -22px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/ca"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ca-es"]:before,
.lt-dropdown a[data-url*="/hc/change_language/gl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/gl-es"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-419"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-ar"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-cl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-co"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-es"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-hn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-mx"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-pe"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-pr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-us"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es-ve"]:before {
  background-position: -44px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/sq"]:before {
  background-position: -66px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/sr-me"]:before {
  background-position: -88px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/sr"]:before {
  background-position: -110px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/sv"]:before,
.lt-dropdown a[data-url*="/hc/change_language/sv-se"]:before {
  background-position: -132px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/sw"]:before {
  background-position: -154px -154px;
}

.lt-dropdown a[data-url*="/hc/change_language/tg"]:before {
  background-position: -176px 0;
}

.lt-dropdown a[data-url*="/hc/change_language/th"]:before {
  background-position: -176px -22px;
}

.lt-dropdown a[data-url*="/hc/change_language/tk"]:before {
  background-position: -176px -44px;
}

.lt-dropdown a[data-url*="/hc/change_language/tl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/tl-ph"]:before {
  background-position: -176px -66px;
}

.lt-dropdown a[data-url*="/hc/change_language/tr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/tr-bg"]:before {
  background-position: -176px -88px;
}

.lt-dropdown a[data-url*="/hc/change_language/uk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/uk-sk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/uk-ua"]:before {
  background-position: -176px -110px;
}

.lt-dropdown a[data-url*="/hc/change_language/en-us"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-001"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ae"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-150"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-at"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-au"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-be"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-bg"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-bo"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ca"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ch"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-co"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-cr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-cy"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-cz"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-dk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ec"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ee"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-es"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-gr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-gu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-hk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-hn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-hu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-id"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ie"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-il"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-in"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-it"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-kr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-lr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-lt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-lu"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-lv"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-mx"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-my"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-nl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-no"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-nz"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-pe"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ph"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-pl"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-pr"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ps"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-pt"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ro"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-se"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-sg"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-sk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-th"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ua"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-vn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-za"]:before {
  background-position: -176px -132px;
}

.lt-dropdown a[data-url*="/hc/change_language/en-gb"]:before {
  background-position: -66px -176px;
}

.lt-dropdown a[data-url*="/hc/change_language/uz"]:before {
  background-position: -176px -154px;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/vi"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
  background-position: 0 -176px;
}

[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/vi"]:before,
[dir="rtl"] .lt-dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
  background-position: 100% -176px;
}

.lt-dropdown a[data-url*="/hc/change_language/nso-za"]:before,
.lt-dropdown a[data-url*="/hc/change_language/st-za"]:before,
.lt-dropdown a[data-url*="/hc/change_language/tz-za"]:before,
.lt-dropdown a[data-url*="/hc/change_language/ts-za"]:before,
.lt-dropdown a[data-url*="/hc/change_language/xh"]:before,
.lt-dropdown a[data-url*="/hc/change_language/xh-za"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zu-za"]:before {
  background-position: -22px -176px;
}

.lt-dropdown a[data-url*="/hc/change_language/zh"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zh-hk"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zh-mo"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zh-sg"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zh-cn"]:before,
.lt-dropdown a[data-url*="/hc/change_language/zh-tw"]:before {
  background-position: -44px -176px;
}

.lt-dropdown a[data-url*="/hc/change_language/es"]:before {
  background-position: -44px -154px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lt-dropdown a[data-url]:before {
    background-image: url("/hc/theming_assets/01JC0CW639Z9K60V54XE12J5VC") !important;
    background-size: 198px 198px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  position: absolute;
  bottom: 110%;
  z-index: 1;
  min-width: 120px;
  max-width: 220px;
  padding: 0.67rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  visibility: hidden;
  background: #172926;
  border-radius: 6px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(23, 41, 38, 0.25);
}

[dir="ltr"] .tooltip .tooltiptext {
  left: 50%;
  margin-left: -60px;
}

[dir="rtl"] .tooltip .tooltiptext {
  right: 50%;
  margin-right: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Search */
/* Search */
.search {
  position: relative;
  font-size: 1rem;
}

.search input[type="search" i]::-webkit-search-cancel-button {
  position: relative;
  display: none;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2.5L2.5 13.5' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5L13.5 13.5' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  appearance: none;
}

.search input[type="search"] {
  padding: 14px;
  font-size: 1rem;
  line-height: 25px;
  color: rgb(28, 27, 24);
  background-color: rgba(255, 255, 255, 1) !important;
  border: none !important;
  border: 1px solid rgb(213, 214, 218) !important;
  border-radius: 8px !important;
  box-shadow: none;
  transition: box-shadow 150ms;
}

.search input[type="submit"] {
  position: absolute;
  top: 8px;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 0;
  background-color: rgba(49, 65, 57, 1) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7 11.3C13.6 10.1 14.1 8.7 14.1 7.1C14.1 3.2 11 0 7.1 0C3.2 0 0 3.2 0 7.1C0 11 3.2 14.2 7.1 14.2C8.7 14.2 10.2 13.7 11.3 12.8L14.3 15.8C14.5 16 14.8 16.1 15 16.1C15.2 16.1 15.5 16 15.7 15.8C16.1 15.4 16.1 14.8 15.7 14.4L12.7 11.3ZM7.1 12.1C4.3 12.1 2 9.9 2 7.1C2 4.3 4.3 2 7.1 2C9.9 2 12.2 4.3 12.2 7.1C12.2 9.9 9.9 12.1 7.1 12.1Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
  border-radius: 50%;
  justify-content: space-between;
  align-items: center;
}

.search input[type="submit"]:hover {
  background-color: #1b2420 !important;
}

[dir="ltr"] .search input[type="submit"] {
  right: 8px;
}

[dir="rtl"] .search input[type="submit"] {
  left: 8px;
}

@media (min-width: 992px) {
  .search {
    font-size: 1rem;
  }

  .search input[type="search"] {
    position: relative;
  }

  .search input[type="submit"] {
    width: auto;
    padding: 0 2.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: none;
    background-image: none;
    border-radius: 25px;
  }

  [dir="ltr"] .search input[type="search"] {
    padding-right: 9.5rem;
    padding-left: 45px;
  }

  [dir="rtl"] .search input[type="search"] {
    padding-right: 45px;
    padding-left: 9.5rem;
  }
}

.searchbox {
  margin-top: calc(var(--line-height-computed));
}

.searchbox-suggestions ul {
  margin-bottom: calc(var(--line-height-computed));
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: calc(var(--line-height-computed) / 3);
}

[dir="ltr"] .searchbox-suggestions ul {
  padding-left: 0;
}

[dir="rtl"] .searchbox-suggestions ul {
  padding-right: 0;
}
/* search dropdown styling override */
zd-autocomplete-header {
  display: none !important;
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: var(--color-text-primary) !important;
}

zd-autocomplete-multibrand:hover {
  background-color: #f5f5f5;
}

zd-autocomplete-multibrand:hover zd-autocomplete-title-multibrand {
  text-decoration: underline;
}

.lt-search-box {
  position: relative;
}

.lt-search-box--small .search input[type="search"] {
  padding: 0.75rem 3.25rem;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .lt-search-box--small .search input[type="search"] {
    padding: 1rem 3.25rem;
  }
}

.lt-search-box--icon .search:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  margin: auto 0;
  content: "";
  background-image: url(/hc/theming_assets/01K6CWESHPE9KRF94907WH6FCZ);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}

@media (min-width: 992px) {
  .lt-search-box--icon .search:before {
    left: 1.5rem !important;
  }
}

[dir="ltr"] .lt-search-box--icon .search:before {
  left: 1rem;
}

[dir="rtl"] .lt-search-box--icon .search:before {
  right: 1rem;
}

@media (min-width: 992px) {
  .lt-search-box-lg--icon .search:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    content: "";
    background-image: url(/hc/theming_assets/01K6CWESHPE9KRF94907WH6FCZ);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem;
  }

  [dir="ltr"] .lt-search-box-lg--icon .search:before {
    left: 1rem;
  }

  [dir="rtl"] .lt-search-box-lg--icon .search:before {
    right: 1rem;
  }
}

.lt-search-result-heading {
  color: #1c1b18;
  text-align: center;
}

.lt-search-result-heading__title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .lt-search-result-heading__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.lt-search-result__topic {
  text-align: center;
}

.lt-search-result__search-box {
  max-width: 736px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lt-search-result__search-box .search input[type="search"] {
    padding: 1.5rem 4rem !important;
  }

  .lt-search-result__search-box .search:before {
    left: 2rem !important;
  }
}

[dir="ltr"] .lt-search-result__search-box .search input[type="search"] {
  padding-right: 1.5rem;
  padding-left: 3rem;
}

[dir="rtl"] .lt-search-result__search-box .search input[type="search"] {
  padding-right: 3rem;
  padding-left: 1.5rem;
}

.lt-search-results-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.lt-search-result .lt-meta {
  font-size: 0.85rem;
}

.lt-search-result__title {
  font-weight: 600;
  line-height: 1.5;
}

.lt-search-result__description {
  padding: 0.875rem 1rem;
  font-weight: 500;
  color: rgba(84, 80, 72, 1);
  border: 1px solid #e6e6e6;
}

.lt-search-result__description:empty {
  display: none;
}

.lt-search-result__description em {
  padding: 2px 4px;
  font-style: normal;
  font-weight: var(--strong-font-weight);
  color: #fbb752;
  background: rgba(251, 183, 82, 0.3);
  border-radius: 3px;
}
/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.lt-search-results-filters {
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 100px 80px rgba(182, 195, 193, 0.1),
    0px 22.3363px 17.869px rgba(182, 195, 193, 0.0596107),
    0px 6.6501px 5.32008px rgba(182, 195, 193, 0.0403893);
}

.lt-search-results-filters--mt {
  position: relative;
  z-index: 10;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .lt-search-results-filters--mt {
    margin-top: -10rem;
  }
}

.lt-search-results__title {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .lt-search-results__title {
    font-size: 2rem;
  }
}

.lt-search-results__content {
  position: relative;
  z-index: 10;
  background-color: transparent;
}

@media (min-width: 992px) {
  .lt-search-results__content {
    padding: 3rem 3.5rem;
    margin-top: -10rem;
    background-color: #fff;
  }
}

.lt-search-results-filter__title {
  position: relative;
  margin-bottom: 0;
  font-weight: var(--strong-font-weight);
}

@media (max-width: 991px) {
  .lt-search-results-filter__title {
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .lt-search-results-filter__title:after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }

  [dir="ltr"] .lt-search-results-filter__title:after {
    right: 0.5rem;
  }

  [dir="rtl"] .lt-search-results-filter__title:after {
    left: 0.5rem;
  }

  [dir="ltr"] .lt-search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  [dir="rtl"] .lt-search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 992px) {
  .lt-search-results-filter__list {
    display: block !important;
  }
}

.lt-search-results-filter__name {
  font-size: 1rem;
}

.lt-search-results-filter__item--subfilter:nth-child(n + 7) {
  display: none;
}

.search-result__subfilters--all
  .lt-search-results-filter__item:nth-child(n + 7) {
  display: block;
}

.search-result__subfilters--all .search-result__show-more {
  display: none !important;
}

.lt-search-results-filter__link {
  align-items: center;
  color: rgba(28, 27, 24, 1);
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.lt-search-results-filter__link:hover,
.lt-search-results-filter__link:focus,
.lt-search-results-filter__link:active {
  background-color: var(--gray-lightest);
  border-color: var(--gray-lightest);
}

.lt-search-results-filter__link:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lt-search-results-filter__item.is-active .lt-search-results-filter__link {
  background-color: var(--gray-lightest);
  border-color: var(--gray-lightest);
}

.lt-search-results-filter__count {
  display: inline-flex;
  display: inline-block;
  min-width: 48px;
  padding: 2px 12px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  background: rgba(28, 27, 24, 1);
  border-radius: 57px;
}

.search-result__show-more {
  padding: 0;
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .search-result__show-more {
  margin-left: 8px;
}

[dir="rtl"] .search-result__show-more {
  margin-right: 8px;
}

.lt-search-results__no-result {
  padding: 0;
}

.lt-search-results__no-result p {
  margin-top: -5rem !important;
}

@media (min-width: 576px) {
  .lt-search-results__no-result p {
    margin-top: -6rem !important;
  }
}

@media (min-width: 992px) {
  .lt-search-results__no-result p {
    margin-top: -12rem !important;
  }
}

.lt-search-topic {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1c1b18;
}

.lt-search-topic__link {
  font-weight: 500;
  color: #1c1b18;
  text-decoration: underline;
  opacity: 0.7;
}

.lt-search-topic__link:not(:last-child):after {
  content: ",";
}

.lt-search-topic__link:hover,
.lt-search-topic__link:focus {
  color: #1c1b18;
  text-decoration: underline;
}
/* My Activities */
.lt-my-activities-items {
  width: 100%;
  margin-bottom: calc(var(--line-height-computed) * 2);
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 576px) {
  .lt-my-activities-items {
    table-layout: auto;
  }
}

.lt-my-activities-items__head {
  display: none;
  color: var(--meta-text-color);
}

@media (min-width: 576px) {
  .lt-my-activities-items__head {
    display: table-header-group;
    font-size: var(--font-size-small);
    font-weight: var(--strong-font-weight);
    text-transform: uppercase;
  }
}

@media (min-width: 576px) {
  .lt-my-activities-items__body {
    display: table-row-group;
  }
}

.lt-my-activities-items__row {
  display: block;
}

@media (min-width: 576px) {
  .lt-my-activities-items__row {
    display: table-row;
  }
}

.lt-my-activities-items__col {
  display: block;
}

@media (min-width: 576px) {
  .lt-my-activities-items__col {
    display: table-cell;
    padding-top: calc(var(--line-height-computed) / 2);
    padding-bottom: calc(var(--line-height-computed) / 2);
    border-bottom: 1px solid #d4cbbe;
  }

  [dir="ltr"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-left: var(--padding-base-horizontal);
  }

  [dir="rtl"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-right: var(--padding-base-horizontal);
  }
}

@media (max-width: 575px) {
  .lt-my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 576px) {
  .lt-my-activities-items__request-id {
    display: none;
  }
}

.lt-my-activities-items__col .requests-link {
  color: var(--meta-text-color);
  white-space: nowrap;
}

.lt-my-activities-items__col
  requests-link[href*="asc"]
  .requests-sort-symbol:after {
  content: "\f0d8";
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}

.lt-my-activities-menu--main {
  border-bottom: var(--border-width) solid #d4cbbe;
}

.lt-my-activities-menu--main .lt-my-activities-menu-item {
  padding: 0.5rem 1rem;
  font-weight: bold;
  background-color: #eceeef;
  border-radius: 4px;
}

.lt-my-activities-menu-item__link,
.lt-my-activities-menu-item__link:hover,
.lt-my-activities-menu-item__link:focus {
  color: rgba(28, 27, 24, 1);
}

.lt-my-activities-menu--main .lt-my-activities-menu-item.is-active {
  color: rgba(28, 27, 24, 1);
  color: #fff;
  background-color: rgba(28, 27, 24, 1);
}

.lt-my-activities-menu--sub .lt-my-activities-menu-item.is-active {
  font-weight: var(--strong-font-weight);
  color: rgba(28, 27, 24, 1);
}

.lt-my-activities-menu-item {
  margin-bottom: 1rem;
}

.lt-my-activities-menu-item a {
  font-weight: bold;
  color: rgba(28, 27, 24, 1);
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}

@media (min-width: 576px) {
  .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    font-size: 10px;
    content: "\2022";
  }

  [dir="ltr"]
    .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    margin-right: 1rem;
  }

  [dir="rtl"]
    .lt-my-activities-menu--sub
    .lt-my-activities-menu-item
    + .lt-my-activities-menu-item:before {
    margin-left: 1rem;
  }
}

@media (max-width: 575px) {
  .lt-my-activities-item {
    padding: calc(var(--line-height-computed) / 2)
      var(--padding-base-horizontal);
    margin-bottom: calc(var(--line-height-computed));
    border: var(--border-width) solid #d4cbbe;
    border-radius: 4px;
  }
}

.lt-my-activities-item__meta {
  font-size: 14px;
  color: var(--meta-text-color);
}

@media (max-width: 575px) {
  .lt-my-activities-item__meta {
    display: inline-block;
    margin-right: calc(var(--padding-base-horizontal) / 2);
  }
}

.lt-my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 575px) {
  .lt-my-activities-item__title {
    font-size: var(--font-size-h4);
  }
}

@media (max-width: 575px) {
  .lt-my-activities-item__icon {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  .lt-my-activities-item__icon {
    display: none;
  }
}

.subscriptions-subscribe div {
  display: inline-block;
}
/* Comments */
/* ==========================================================================
  Comment Form
  ========================================================================== */
.lt-comment-form {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .lt-comment-form {
    order: 1;
  }
}

.lt-comment-form__attachments {
  margin-bottom: 1rem;
}

.lt-comment-form__mark-as-solved {
  position: relative;
}

.lt-comment-form__ccs {
  margin-bottom: 0;
}

.lt-comment-form__ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lt-comment-form__body {
  margin-bottom: 16px;
}

.lt-comment-form__body textarea {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}

.lt-comment-form__body textarea:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
}

.lt-comment-form__controls {
  position: relative;
}

.lt-comment-form__controls input[type="submit"] {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: none;
  border-radius: 57px;
  box-shadow: 0px 17px 24px rgba(242, 159, 58, 0.1);
}

@media (min-width: 768px) {
  .lt-comment-form__controls input[type="submit"] {
    width: auto;
  }
}
/* ==========================================================================
  Comment Sorter
  ========================================================================== */
.lt-comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: var(--border-width) solid var(--gray-lighter);
}
@media (min-width: 576px) {
  .lt-comment-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .lt-comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 575px) {
  .lt-comment-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 576px) {
  .lt-comment-sorter__col--main {
    padding-right: 16px;
  }
}

@media (min-width: 576px) {
  .lt-comment-sorter__col--filters {
    text-align: right;
  }
}

.lt-comment-sorter__item.is-active {
  font-weight: 600;
}

.lt-comment-sorter__item + .lt-comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  font-weight: 900;
  content: "\2022";
}
/* ==========================================================================
  Comment
  ========================================================================== */
.lt-comment {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--input-border-color);
  border-radius: 12px;
}

.lt-comment:not(:last-child) {
  margin-bottom: 1rem;
}

.lt-comment__inner {
  position: relative;
}

.lt-comment__header {
  position: relative;
  margin-bottom: 24px;
}

.lt-comment__content {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .lt-comment__date {
    margin-left: 2rem;
  }
}

.lt-comment__voting-and-actions button {
  position: relative;
  z-index: 1;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  justify-content: center;
  align-items: center;
}

.lt-comment__voting-and-actions button path {
  fill: #bcbcbc;
}

.lt-comment__voting-and-actions button:hover,
.lt-comment__voting-and-actions button:focus,
.lt-comment__voting-and-actions button:active {
  z-index: 2;
}

.lt-comment__voting-and-actions button:hover path,
.lt-comment__voting-and-actions button:focus path,
.lt-comment__voting-and-actions button:active path {
  fill: rgba(28, 27, 24, 1);
}

@media (min-width: 992px) {
  .lt-comment__voting-and-actions {
    margin-left: 2rem;
    border-top: 0;
  }

  .lt-comment__voting-and-actions button {
    top: 2px;
  }
}

.lt-comment__voting {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

.lt-comment__voting:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background-color: #e6e6e6;
}

@media (min-width: 992px) {
  .lt-comment__voting:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .lt-comment__voting {
    position: absolute;
    top: 2.8rem;
    right: 1rem;
    display: block;
    border-top: 0;
  }

  .lt-comment__voting > * {
    margin-bottom: 0.2rem;
  }

  .lt-comment__voting > *:first-child {
    margin-bottom: 0.4em;
  }
}

.lt-comment__voting .lt-vote__sum {
  z-index: 5;
  display: flex;
  width: auto;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .lt-comment__voting .lt-vote__sum {
    display: block;
    padding: 0;
    border: 0;
  }
}

[dir="ltr"] .lt-comment__voting:before {
  left: 50%;
}

[dir="rtl"] .lt-comment__voting:before {
  right: 50%;
}

.lt-comment__actions {
  position: absolute;
  top: 0.5rem;
  text-align: center;
}

[dir="ltr"] .lt-comment__actions {
  right: 1rem;
}

[dir="rtl"] .lt-comment__actions {
  left: 1rem;
}

.lt-comment__official-heading {
  position: absolute;
  top: 0;
  width: auto;
  padding: 2px 8px;
  font-size: var(--font-size-small);
  color: #fff;
  background-color: rgba(49, 65, 57, 1);
  border-radius: 0 0 4px 4px;
}

[dir="ltr"] .lt-comment__official-heading {
  right: 0;
}

[dir="rtl"] .lt-comment__official-heading {
  left: 0;
}

.lt-comment--official {
  border: var(--border-width) solid rgba(49, 65, 57, 1);
}

.lt-comment__body {
  margin-bottom: 2rem;
  word-break: break-word;
}

.lt-comment__body p {
  margin-bottom: 12px;
}

.lt-comment__body ul {
  list-style: disc;
}

.lt-comment__body ul ul,
.lt-comment__body ul ol,
.lt-comment__body ol ul,
.lt-comment__body ol ol {
  margin-top: 12px;
}

.lt-comment__body ul li,
.lt-comment__body ol li {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .lt-comment__body [dir="auto"] {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .lt-comment__body {
    margin-bottom: 0;
  }
}

[dir="ltr"] .lt-comment__body ul,
[dir="ltr"] .lt-comment__body ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-comment__body ul,
[dir="rtl"] .lt-comment__body ol {
  padding-right: 20px;
}
/* Comment List */
.lt-comments {
  margin-bottom: 48px;
}

.lt-comments-wrap {
  display: flex;
  flex-direction: column;
}

.lt-comments__callout {
  display: block;
  padding: 1rem 2rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  background: rgba(230, 230, 230, 0.9);
  border-radius: 12px;
}

@media (min-width: 768px) {
  .lt-comments__callout {
    padding: 2rem 2rem;
    order: 1;
  }
}

.lt-comments__callout:empty {
  display: none;
}

.lt-comments__list {
  list-style: none;
}

[dir="ltr"] .lt-comments__list {
  padding-left: 0;
}

[dir="rtl"] .lt-comments__list {
  padding-right: 0;
}
/* Article */
.lt-article-container {
  position: relative;
  display: flex;
  margin-right: calc(var(--grid-gutter-width) * -1);
  margin-left: calc(var(--grid-gutter-width) * -1);
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .lt-article-container {
    margin-top: -12rem;
  }
}

.lt-article-container__column {
  width: 100%;
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
  transition: all 0.3s ease;
}

.lt-article-container__sidenav,
.lt-article-container__toc {
  display: none;
}

.lt-article-container__sidenav {
  display: block;
}

html.toc-enabled .lt-article-container__toc {
  display: block;
}

.lt-article-container__sidenav {
  z-index: 5;
  margin-bottom: 4px;
}

html.sidenav-enabled .lt-article-container__sidebar,
html.toc-enabled .lt-article-container__sidebar {
  width: 100%;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .lt-article-container__sidenav {
    height: -moz-fit-content;
    height: fit-content;
  }

  /* .lt-article-container__article {
    width: calc(100% / 12 * 8);
  }

  .lt-article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  html.toc-enabled .lt-article-container__toc {
    width: calc(100% / 12 * 4);
  }

  html.sidenav-enabled .lt-article-container__sidenav {
    width: calc(100% / 12 * 4);
  } */

  .lt-article-container__sidebar,
  .lt-article-container__sidebar {
    margin-top: 0;
  }

  .lt-article-container__sidebar {
    flex-grow: 1;
  }

  .lt-article-container__sidenav,
  .lt-article-container__toc {
    width: calc(100% / 12 * 3);
  }

  .lt-article-container__article {
    width: calc(100% / 12 * 9);
  }

  html.toc-enabled .lt-article-container__article {
    width: calc(100% / 12 * 6);
  }

  /* Fullscreen state when sidenav is collapsed */
  .lt-article-container.sidenav-collapsed .lt-article-container__sidenav {
    width: 40px;
  }

  /* setting article to wull width as there will be no TOC */
  .lt-article-container.sidenav-collapsed .lt-article-container__article {
    width: calc(100% - 40px);
  }

  .lt-article-container.sidenav-collapsed .lt-article-container__toc {
    width: calc(100% / 12 * 3);
  }

  .lt-article-container.sidenav-collapsed .lt-search-box--small {
    display: none;
  }

  [dir="ltr"] .lt-article-container.sidenav-collapsed .sidenav__toggle {
    transform: rotate(180deg);
  }

  [dir="rtl"] .lt-article-container.sidenav-collapsed .sidenav__toggle {
    transform: rotate(-180deg);
  }

  /* with TOC */
  html.toc-enabled
    .lt-article-container.sidenav-collapsed
    .lt-article-container__article {
    width: calc(100% / 12 * 9 - 40px);
  }

  /* TOC Collapsed State */
  .lt-article-container.toc-collapsed .lt-article-container__toc {
    width: 40px;
  }

  .lt-article-container.toc-collapsed .lt-article-container__article {
    width: calc(100% - 40px - calc(100% / 12 * 3));
  }

  .lt-article-container.toc-collapsed .lt-toc--container-wrapper {
    display: none;
  }

  [dir="ltr"] .lt-article-container.toc-collapsed .toc__toggle svg {
    transform: rotate(180deg);
  }

  [dir="rtl"] .lt-article-container.toc-collapsed .toc__toggle svg {
    transform: rotate(-180deg);
  }

  /* sidenav + TOC collapsed */
  .lt-article-container.toc-collapsed.sidenav-collapsed
    .lt-article-container__article {
    width: calc(100% - 80px);
  }
}

.lt-article-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .lt-article-list {
  padding-left: 0;
}

[dir="rtl"] .lt-article-list {
  padding-right: 0;
}

.lt-article-list-item {
  position: relative;
}

.lt-article-list-item:before {
  position: absolute;
  top: 0;
  font-size: 0.875rem;
  color: rgba(28, 27, 24, 1);
  content: "\2022";
}

[dir="ltr"] .lt-article-list-item {
  padding-left: var(--lt-gutter-x);
}

[dir="ltr"] .lt-article-list-item:before {
  left: calc(var(--lt-gutter-x) / 2);
}

[dir="rtl"] .lt-article-list-item {
  padding-right: var(--lt-gutter-x);
}

[dir="rtl"] .lt-article-list-item:before {
  right: calc(var(--lt-gutter-x) / 2);
}

[dir="ltr"] .lt-article-list:not(.lt-row) .lt-article-list-item:before {
  left: 0;
}

[dir="rtl"] .lt-article-list:not(.lt-row) .lt-article-list-item:before {
  right: 0;
}

[dir="ltr"] .lt-article-list:not(.lt-row) .lt-article-list-item {
  padding-left: calc(var(--lt-gutter-x) / 2);
}

[dir="rtl"] .lt-article-list:not(.lt-row) .lt-article-list-item {
  padding-right: calc(var(--lt-gutter-x) / 2);
}

.lt-article-list-item:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .lt-article-list-item {
    padding-right: 1rem;
  }
}

.lt-article-list-item__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.lt-article-list-item__link:hover,
.lt-article-list-item__link:focus,
.lt-article-list-item__link:active {
  color: rgba(28, 27, 24, 1);
}

.lt-article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.see-all-articles {
  display: inline-block;
}

[dir="ltr"] .see-all-articles {
  margin-left: -1rem;
}

[dir="rtl"] .see-all-articles {
  margin-right: -1rem;
}

.lt-top-articles--promoted li:nth-child(n + 6) {
  display: none;
}

.lt-article-vote__controls {
  display: block;
}

.lt-article-vote__item {
  --size: 3rem;

  width: var(--size);
  height: var(--size);
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(150, 157, 156, 0.25);
  border-radius: var(--size);
}

.lt-article-vote__item:hover,
.lt-article-vote__item:focus,
.lt-article-vote__item:active {
  cursor: pointer;

  background-color: #fff;
  border-color: rgba(28, 27, 24, 1);
}

.lt-article-vote__item:active {
  background-image: none;
}

.lt-article-vote__item[aria-pressed="true"] {
  background-color: #efece7;
}

.lt-article-vote__item--down {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9.75H0.75C0.551088 9.75 0.360322 9.67098 0.21967 9.53033C0.0790176 9.38968 0 9.19891 0 9V0.75C0 0.551088 0.0790176 0.360322 0.21967 0.21967C0.360322 0.0790176 0.551088 0 0.75 0L3 0V9.75Z' fill='%23172926'/%3E%3Cpath d='M16.9042 10.2038C16.6223 10.5323 16.2726 10.7959 15.8792 10.9765C15.4858 11.1571 15.0579 11.2504 14.625 11.25H9.75V15C9.75 16.6545 9.1545 18 7.5 18C7.33543 18.0001 7.17542 17.946 7.04463 17.8461C6.91384 17.7462 6.81953 17.6061 6.77625 17.4473L4.5 9.75003V3.23917e-05H13.8195C14.5371 -0.00330939 15.2318 0.252023 15.7765 0.719247C16.3211 1.18647 16.6791 1.8343 16.785 2.54403L17.592 7.79403C17.6579 8.22153 17.6305 8.65822 17.5118 9.07416C17.3931 9.49009 17.1858 9.87544 16.9042 10.2038Z' fill='%23172926'/%3E%3C/svg%3E%0A");
}

.lt-article-vote__item--up {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.25H0.75C0.551088 8.25 0.360322 8.32902 0.21967 8.46967C0.0790176 8.61032 0 8.80109 0 9L0 17.25C0 17.4489 0.0790176 17.6397 0.21967 17.7803C0.360322 17.921 0.551088 18 0.75 18H3V8.25Z' fill='%23172926'/%3E%3Cpath d='M16.9042 7.8C16.6227 7.4708 16.2731 7.20649 15.8797 7.02523C15.4862 6.84398 15.0582 6.75008 14.625 6.75H9.75V3C9.75 1.3455 9.1545 1.56415e-08 7.5 1.56415e-08C7.33543 -3.35833e-05 7.17542 0.0540632 7.04463 0.153951C6.91384 0.253839 6.81953 0.393973 6.77625 0.55275L4.5 8.25V18H13.8195C14.5371 18.0033 15.2318 17.748 15.7765 17.2808C16.3211 16.8136 16.6791 16.1657 16.785 15.456L17.592 10.206C17.6573 9.77909 17.6297 9.34311 17.511 8.92787C17.3923 8.51262 17.1853 8.1279 16.9042 7.8Z' fill='%23172926'/%3E%3C/svg%3E%0A");
}

.lt-article-vote__item:after {
  content: "";
}

.lt-article-vote__item--voted {
  color: #010100;

  border-color: #010100;
}

.lt-article-vote__question {
  display: block;
  font-weight: 500;
  line-height: 1;
  color: rgba(28, 27, 24, 1);
}

.lt-article-vote__count {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.lt-article-share__title {
  font-weight: 500;
  line-height: 1.1;
  color: rgba(28, 27, 24, 1);
}

.lt-article-page {
  position: relative;
  z-index: 5;
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.lt-article {
  position: relative;
}

.lt-article__header {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .lt-article__heading {
    order: -1;
  }
}

@media (--sccren-sm) {
  .lt-article__search {
    width: 100%;
  }
}

.lt-article__date {
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0.7;
}

.lt-btn--print {
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
}

[dir="ltr"] .lt-btn--print {
  text-align: left;
}

[dir="rtl"] .lt-btn--print {
  text-align: right;
}

.lt-article__follow {
  width: 100%;
}

@media (min-width: 576px) {
  .lt-article__follow {
    width: auto;
  }
}

@media (min-width: 576px) {
  .lt-article__follow > div {
    text-align: right;
  }
}

.lt-article__callout a,
.lt-article__callout a:hover,
.lt-article__callout a:focus,
.lt-article__callout a:active {
  color: #1c1b18;
  text-decoration: underline;
}

.lt-article__box {
  box-shadow: 0px 100px 80px rgb(182 195 193 / 10%),
    0px 22.3363px 17.869px rgb(182 195 193 / 6%),
    0px 6.6501px 5.32008px rgb(182 195 193 / 4%);
}

@media (max-width: 991px) {
  .lt-article__box {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.lt-article__body {
  padding-bottom: calc(var(--line-height-computed));
  margin-bottom: calc(var(--line-height-computed));
  font-family: 'Para Central', sans-serif;
  word-break: break-word;
  background-color: #fff;
  border-bottom: 1px solid var(--color-border);
}

.lt-article__body h2,
.lt-article__body .wysiwyg-font-size-x-large {
  font-size: var(--font-size-h2);
  line-height: 1.2;
}

.lt-article__body .wysiwyg-font-size-large {
  font-size: var(--font-size-h3);
  line-height: 1.2;
}

.lt-article__body .wysiwyg-font-size-medium {
  font-size: var(--font-size-h4);
  line-height: 1.2;
}

.lt-article__body .wysiwyg-font-size-small {
  font-size: var(--font-size-small);
}

.lt-article__body ul ul,
.lt-article__body ul ol,
.lt-article__body ol ul,
.lt-article__body ol ol {
  margin-top: calc(var(--line-height-computed) / 2);
  margin-bottom: 0;
}

.lt-article__body ul li,
.lt-article__body ol li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.lt-article__body a {
  font-weight: bold;
  color: var(--color-text-primary);
  text-decoration: underline;
}

.lt-article__body a:hover,
.lt-article__body a:focus {
  text-decoration: none;
}

.lt-article__body a[target="_blank"]:after {
  display: inline-flex;
  margin: 0px 4px 0px 4px;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  align-self: baseline;
  text-rendering: auto;
}

[dir="ltr"] .lt-article__body ul,
[dir="ltr"] .lt-article__body ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-article__body ul,
[dir="rtl"] .lt-article__body ol {
  padding-right: 20px;
}

@media (max-width: 575px) {
  .lt-article-sidebar {
    padding-top: calc(var(--line-height-computed));

    border-top: var(--border-width) solid #d4cbbe;
  }
}

.content-tags__list {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .content-tags__list {
    display: none;
  }

  .content-tags__list.is-active {
    display: flex;
  }
}

.content-tags__item {
  padding: 4px 12px;
  color: rgba(28, 27, 24, 1);
  background-color: transparent;
  border: 1px solid #d4cbbe;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.content-tags__item:hover,
.content-tags__item:active,
.content-tags__item:focus {
  color: rgba(28, 27, 24, 1);
  background-color: #d4cbbe;
  border-color: #d4cbbe;
}

.content-tags__item--search {
  display: inline-flex;
  color: #fff;
  background-color: rgba(28, 27, 24, 1);
  border: none;
  border-radius: 57px;
}

.content-tags__item--search .label {
  display: inline-block;
}

.content-tags__item--search .close-icon {
  color: #fff;
}

.content-tags__item--search:hover,
.content-tags__item--search:active,
.content-tags__item--search:focus {
  color: #fff;
  background-color: rgba(28, 27, 24, 1);
}

[dir="ltr"] .content-tags__item--search .label {
  margin-right: 3px;
}

[dir="rtl"] .content-tags__item--search .label {
  margin-left: 3px;
}
/* Category */
.lt-category-tree-item {
  margin-bottom: 4rem;
}

.lt-category-tree-item__sections {
  margin-bottom: calc(var(--line-height-computed));
}

.lt-category-tree-item__title-link {
  color: inherit;
}

.lt-category-accordion__link {
  font-size: 1.2rem;
  background-color: #fff;
  border-color: transparent;
  border-radius: 12px;
}

.lt-category-accordion__link:hover {
  cursor: pointer;
}

.lt-category-accordion__link:active {
  color: rgba(28, 27, 24, 1);
}

[dir="ltr"] .lt-category-accordion__link {
  text-align: left;
}

[dir="rtl"] .lt-category-accordion__link {
  text-align: right;
}

.lt-category-accordion__link:before {
  position: absolute;
  top: 45%;
  width: 1rem;
  height: 1rem;
  content: "";
  border-bottom: 2px solid rgba(28, 27, 24, 1);
  transition: transform 0.3s;
}

[dir="ltr"] .lt-category-accordion__link:before {
  right: 1.5rem;
  border-left: 2px solid rgba(28, 27, 24, 1);
  transform: rotate(-45deg) translateY(-50%);
}

[dir="rtl"] .lt-category-accordion__link:before {
  left: 1.5rem;
  border-right: 2px solid rgba(28, 27, 24, 1);
  transform: rotate(45deg) translateY(-50%);
}

.lt-category-accordion__link--active:before {
  transition: transform 0.3s;
}

[dir="ltr"] .lt-category-accordion__link--active:before {
  transform: rotate(135deg);
}

[dir="rtl"] .lt-category-accordion__link--active:before {
  transform: rotate(-135deg);
}

.lt-category-accordion__sections {
  display: none;
  border-top: 2px solid var(--gray-lighter);
}
/* Section */
.lt-section-link {
  color: inherit;
}

.lt-section-heading__title {
  line-height: 1.3;
  color: var(--color-text-primary);
}

.lt-section-heading__descr {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(84, 80, 72, 1);
}

.lt-section-heading__link {
  color: var(--color-text-primary);
}

.lt-section-heading__link:hover,
.lt-section-heading__link:focus,
.lt-section-heading__link:active {
  color: var(--color-text-primary);
}

.lt-article-list--section li {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #eceeef;
}

.lt-article-list--section li:first-child {
  border-top: none;
}

.section-accordion {
  overflow: hidden;
  background: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
  transition: box-shadow 0.3s;
}

@media (min-width: 576px) {
  .section-accordion {
    margin-top: calc(var(--line-height-computed) * 0.9);
  }
}

@media (max-width: 575px) {
  .section-accordion {
    margin-top: calc(var(--line-height-computed) * 0.8);
  }
}

.section-accordion.is-active {
  box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
}

.section__title {
  position: relative;
  cursor: pointer;
}

@media (min-width: 576px) {
  .section__title {
    padding: calc(var(--line-height-computed) * 1.15)
      calc(var(--grid-gutter-width) * 5)
      calc(var(--line-height-computed) * 1.15)
      calc(var(--grid-gutter-width) * 2);
  }
}

@media (max-width: 575px) {
  .section__title {
    padding: calc(var(--line-height-computed))
      calc(var(--grid-gutter-width) * 4) calc(var(--line-height-computed))
      var(--grid-gutter-width);
  }
}

.section__title:hover .section__title-name,
.section__title:focus .section__title-name,
.section__title:active .section__title-name {
  color: var(--color-text-primary);
}

.section__title.is-active .section__title-icon {
  color: #fff;
  background-color: var(--color-brand-primary);
}

[dir="ltr"] .section__title.is-active .section__title-icon {
  transform: rotate(180deg);
}

[dir="rtl"] .section__title.is-active .section__title-icon {
  transform: rotate(-180deg);
}

.section__title-name {
  margin: 0;
  font-size: var(--font-size-h5);
  font-weight: 500;
  color: var(--color-brand-primary);
  transition: color 0.3s;
}

.section__title-icon {
  position: absolute;
  top: calc(50% - 15px);
  display: flex;
  width: 30px;
  height: 30px;
  font-size: var(--font-size-h3);
  color: #fff;
  text-align: center;
  background-color: var(--color-brand-primary);
  border-radius: 50%;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .section__title-icon {
  right: calc(var(--grid-gutter-width) * 2);
}

[dir="rtl"] .section__title-icon {
  left: calc(var(--grid-gutter-width) * 2);
}

.article-list--accordion {
  display: none;
  margin-top: calc(var(--padding-base-horizontal) * -1);
  margin-bottom: 0;
}

.article-list--accordion.article-list_page {
  display: block;
  margin-top: 0;
}

@media (min-width: 576px) {
  .article-list--accordion {
    padding: 0 calc(var(--grid-gutter-width) * 2);
  }
}

@media (max-width: 575px) {
  .article-list--accordion {
    padding: 0 var(--grid-gutter-width);
  }
}

.article-list__item {
  display: block;
  padding: calc(var(--line-height-computed) * 0.8) 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.article-list__item:first-child {
  border: none;
}

.article-list__item .fa {
  width: 16px;
  height: 16px;
  font-size: calc(16px - 6px);
  line-height: 1.5;
  color: rgba(28, 27, 24, 1);
  text-align: center;
  border: 1px solid rgba(28, 27, 24, 1);
  border-radius: 50%;
  transform: translateY(-2px);
}

[dir="ltr"] .article-list__item .fa {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .article-list__item .fa {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.article-list__item-link {
  color: lighten(var(--color-text-primary), 10%);
}

.article-list__item-link:hover,
.article-list__item-link:focus,
.article-list__item-link:active {
  color: rgba(28, 27, 24, 1);
}

.lt-section-articles {
  margin-bottom: calc(var(--line-height-computed));

  /* @media (--screen-lg) { */
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 100px 80px rgba(182, 195, 193, 0.1),
    0px 22.3363px 17.869px rgba(182, 195, 193, 0.0596107),
    0px 6.6501px 5.32008px rgba(182, 195, 193, 0.0403893);
  /* } */
}

.lt-section-articles__title {
  line-height: 1.4;
}

.lt-section-articles__list {
  list-style: none;
}

[dir="ltr"] .lt-section-articles__list {
  padding-left: 0;
}

[dir="rtl"] .lt-section-articles__list {
  padding-right: 0;
}

.lt-section-articles__item .is-active {
  color: rgba(28, 27, 24, 1);
}

@media (min-width: 992px) {
  .lt-section-articles__item:hover {
    background-color: #efece7;
  }

  .lt-section-articles__item:hover a {
    color: $brand_secondary;
  }
}

.lt-section-articles__link {
  line-height: 1.5;
  color: rgba(28, 27, 24, 1);
}
/* Community */
.lt-community-nav {
  border-bottom: var(--border-width) solid #eceeef;
}

@media (min-width: 768px) {
  .lt-community-nav-item + .lt-community-nav-item {
    margin-left: 1rem;
  }
}

.lt-community-nav-item {
  margin-bottom: 1rem;
  color: rgba(28, 27, 24, 1);
}

.lt-community-nav-item a {
  font-weight: bold;
  color: rgba(28, 27, 24, 1);
}

.lt-community-nav-item.is-active {
  font-weight: bold;
  color: rgba(28, 27, 24, 1);
}

[dir="ltr"] .lt-community-follow > * + * {
  margin-left: 1rem;
}

[dir="rtl"] .lt-community-follow > * + * {
  margin-right: 1rem;
}

.lt-topic-title {
  font-size: var(--font-size-h3);
}

@media (min-width: 576px) {
  .lt-topic-title {
    font-size: var(--font-size-h2);
  }
}

@media (min-width: 768px) {
  .lt-topic-title {
    font-size: var(--font-size-h1);
  }
}

@media (min-width: 576px) {
  .lt-topic-controls {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .lt-topic-controls__item {
    display: flex;
    align-items: center;
  }
}

.lt-topic-controls__item--subscribe {
  display: flex;
  align-items: center;
}

.lt-post {
  position: relative;
}

.lt-post__title {
  font-size: var(--font-size-h3);
}

@media (min-width: 576px) {
  .lt-post__title {
    font-size: var(--font-size-h2);
  }
}

@media (min-width: 768px) {
  .lt-post__title {
    font-size: var(--font-size-h1);
  }
}

[dir="ltr"] .lt-post__title {
  padding-right: calc(var(--padding-base-horizontal) * 1.5);
}

[dir="rtl"] .lt-post__title {
  padding-left: calc(var(--padding-base-horizontal) * 1.5);
}

.lt-post__text {
  word-wrap: break-word;
}

.lt-post__text ul {
  list-style: disc;
}

.lt-post__text ul ul,
.lt-post__text ul ol,
.lt-post__text ol ul,
.lt-post__text ol ol {
  margin-top: calc(var(--line-height-computed) / 2);
}

.lt-post__text ul li,
.lt-post__text ol li {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

[dir="ltr"] .lt-post__text ul,
[dir="ltr"] .lt-post__text ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-post__text ul,
[dir="rtl"] .lt-post__text ol {
  padding-right: 20px;
}

.lt-post__body {
  word-break: break-word;
}

[dir="ltr"] .lt-post__body {
  padding-right: calc(40px + var(--padding-base-horizontal));
}

[dir="rtl"] .lt-post__body {
  padding-left: calc(40px + var(--padding-base-horizontal));
}

.lt-post__voting-and-actions {
  position: absolute;
  top: 0;
  width: 40px;
  text-align: center;
}

.lt-post__voting-and-actions .lt-dropdown-toggle {
  font-size: 0;
}

.lt-post__voting-and-actions .lt-dropdown-toggle:after {
  font-size: 16px;
  content: "\f013";
}

.lt-post__voting-and-actions .lt-vote__control--down {
  transform: rotateX(360deg);
}

[dir="ltr"] .lt-post__voting-and-actions {
  right: 0;
}

[dir="ltr"] .lt-post__voting-and-actions .lt-dropdown-toggle:after {
  margin-left: 0;
}

[dir="rtl"] .lt-post__voting-and-actions {
  left: 0;
}

[dir="rtl"] .lt-post__voting-and-actions .lt-dropdown-toggle:after {
  margin-right: 0;
}

.lt-post__actions {
  padding-top: 8px;
}

.lt-post__actions .lt-dropdown-menu {
  width: auto;
}

.lt-post__actions .lt-dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.lt-post__actions button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

.lt-post-callout {
  padding: calc(var(--line-height-computed) / 2) var(--grid-gutter-width);
}

.lt-post-list-item {
  padding-top: 1rem;
  margin-bottom: 1rem;

  border-top: var(--border-width) solid #d4cbbe;
}

.lt-post-list-item__icon {
  position: relative;
  top: -4px;
  font-size: 50%;
}

.lt-post-list-item__side {
  min-width: 120px;
}

.lt-post-status {
  display: inline-block;
  padding: 1px calc(var(--padding-base-horizontal) / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.lt-post-status--completed,
.lt-post-status--answered {
  background-color: rgba(169, 212, 195, 1);
}

.lt-post-status--planned {
  background-color: rgba(49, 65, 57, 1);
}

.lt-post-status--not-planned {
  color: rgba(28, 27, 24, 1);
  background-color: var(--gray-lighter);
}

.lt-new-post-title {
  font-size: var(--font-size-h3);
}

@media (min-width: 576px) {
  .lt-new-post-title {
    font-size: var(--font-size-h2);
  }
}

@media (min-width: 768px) {
  .lt-new-post-title {
    font-size: var(--font-size-h1);
  }
}

.lt-new-post-form {
  margin-bottom: calc(var(--line-height-computed));
}

.community-badge {
  margin: 2px;
}

.community-badge-titles {
  display: inline-flex;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgba(49, 65, 57, 1);
  border-radius: 4px;
}

.community-badge-achievements {
  display: inline-block;
}

[dir="ltr"] .community-badge-achievements {
  margin: 0 0.25rem 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 0.25rem;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.hotposts-header {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .hotposts-meta {
    display: flex;
    width: 100%;
  }
}

.hotposts-author,
.hotposts-comments,
.hotposts-date,
.hotposts-img,
.hotposts-votes {
  display: inline-flex;
  align-items: center;
}

.hotposts-img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 50%;
}

[dir="ltr"] .hotposts-img {
  margin-right: 8px;
}

[dir="rtl"] .hotposts-img {
  margin-left: 8px;
}

.hotposts-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotposts-name {
  display: inline-block;
  vertical-align: bottom;
}

.hotposts-icon {
  position: relative;
  top: -2px;
  display: inline-flex;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir="ltr"] .hotposts-icon {
  margin-right: 6px;
}

[dir="rtl"] .hotposts-icon {
  margin-left: 6px;
}

.hotposts-tabs .tab {
  padding: 15px 0 0;
  margin: 0;
  border: none;
}

.hotposts-tabs .tabs-menu {
  border-bottom: 2px solid #eceeef;
}

.hotposts-tabs .tabs-link {
  padding: 0 0 8px;
  margin-bottom: -2px;
  color: #2d7ccc;
  border: none;
  border-bottom: 2px solid #eceeef;
}

[dir="ltr"] .hotposts-tabs .tabs-link {
  margin-right: 20px;
}

[dir="rtl"] .hotposts-tabs .tabs-link {
  margin-left: 20px;
}

.hotposts-tabs .tabs-link:hover,
.hotposts-tabs .tabs-link:focus {
  color: #1f568d;
}

.hotposts-tabs .tabs-link.is-active {
  color: #4e5565;
  border-color: #4e5565;
}
/* Request */
.lt-request-table-toolbar {
  padding-top: var(--padding-base-horizontal);
  padding-bottom: calc(var(--padding-base-horizontal) / 2);
  margin-bottom: calc(var(--line-height-computed));
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .lt-request-table-toolbar {
    padding-top: calc(var(--padding-base-horizontal) / 2);
    padding-bottom: var(--padding-base-horizontal);
  }
}

.lt-request-table-toolbar label {
  font-size: var(--font-size-small);
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .lt-request-table-filters {
    display: table;
    width: 100%;
  }
}

.lt-request-table-filters__item {
  padding-right: var(--padding-base-horizontal);
  padding-left: var(--padding-base-horizontal);
}

@media (max-width: 575px) {
  .lt-request-table-filters__item {
    margin-bottom: calc(var(--line-height-computed) / 2);
  }
}

@media (min-width: 576px) {
  .lt-request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.lt-request-table-organization {
  display: table;
  width: 100%;
}

.lt-request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.lt-request-table-organization__col--main {
  width: 100%;
}

.lt-request-table-organization__col--button [role="button"] {
  height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(
    var(--line-height-computed) + var(--padding-base-horizontal) + 2px
  );
}

[dir="ltr"] .lt-request-table-organization__col--button {
  padding-left: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-request-table-organization__col--button {
  padding-right: calc(var(--padding-base-horizontal) / 2);
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  display: inline-block;
  margin-bottom: 2px;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--meta-text-color);
  content: "\f0d7";
}

[dir="ltr"] .requests-sort-symbol:after {
  margin-left: 5px;
}

[dir="rtl"] .requests-sort-symbol:after {
  margin-right: 5px;
}

.lt-request-page {
  margin-bottom: calc(var(--line-height-computed) * 2);
}

.lt-request-id {
  margin-bottom: calc(var(--line-height-computed) / 2);
  font-weight: var(--strong-font-weight);
}

.lt-request-follow-up:empty {
  display: none;
}

.lt-request-sidebar {
  font-size: 14px;
}

@media (min-width: 768px) {
  .lt-request-sidebar {
    margin-top: -2rem;
  }
}

.lt-request-sidebar dd {
  margin-bottom: calc(var(--line-height-computed) / 2);
}

.request-column {
  margin-top: -2rem;
}

.lt-request-status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.lt-request-status--solved,
.lt-request-status--closed {
  background-color: rgba(169, 212, 195, 1);
}

.lt-request-status--new,
.lt-request-status--open {
  background-color: rgba(255, 102, 25, 1);
}

.lt-request-status--answered {
  background-color: rgba(255, 184, 38, 1);
}
/* Formatting */
.accordion {
  padding-top: 0;
  overflow: hidden;
  border: var(--border-width) solid var(--lt-accordion-border);
  border-radius: var(--border-radius-base);
}

.accordion__summary {
  position: relative;
  display: block;
  width: 100%;
  padding: var(--lt-accordion-padding-vertical)
    var(--lt-accordion-padding-horizontal);
  font-weight: var(--font-weight-bold);
  color: var(--accordion-color-text, var(--color-text-primary));
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  touch-action: manipulation;
}

[dir="ltr"] .accordion__summary {
  text-align: left;
}

[dir="rtl"] .accordion__summary {
  text-align: right;
}

.accordion__summary-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item + .accordion__item summary,
.accordion > details-accordion + details-accordion summary {
  border-top: var(--border-width) solid var(--lt-accordion-border);
}

.stroke .accordion__item + .accordion__item summary,
.stroke > details-accordion + details-accordion summary {
  border-top: var(--border-width) solid var(--color-brand-primary);
}

.accordion__content {
  padding-top: var(--lt-accordion-padding-vertical);
  padding-bottom: var(--lt-accordion-padding-vertical);
  margin-right: var(--lt-accordion-padding-horizontal);
  margin-left: var(--lt-accordion-padding-horizontal);
  border-top: var(--border-width) solid var(--lt-accordion-border);
}

.accordion__content *:last-child {
  margin-bottom: 0;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary-wrapper > .lt-icon {
  transition: transform 0.3s;
  margin-inline-start: 1rem;
}

[dir="ltr"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(180deg);
}

[dir="rtl"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(-180deg);
}

.accordion--large {
  border-radius: var(--border-radius-lg);
}

.accordion--large .accordion__summary {
  font-weight: 400;
}

.lt-icon {
  width: 1rem;
  height: 1rem;
}

.accordion--large .accordion__summary-wrapper .lt-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.accordion--large:hover,
.accordion--large:focus,
.accordion[open] {
  border-color: var(--color-brand-primary);
}

.stroke.accordion {
  border: var(--border-width) solid var(--color-brand-primary);
}

.colored-title.accordion details[open] .accordion__summary-wrapper {
  color: var(--color-brand-primary);
}

.colored.accordion details[open] .accordion__summary-wrapper {
  color: var(--color-brand-primary-inverse);
}

.colored.accordion details[open] .accordion__summary {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.neutral.accordion .accordion__summary {
  background-color: rgba(214, 214, 214, 0.2);
}

.neutral.accordion details[open] .accordion__summary {
  border-bottom: var(--border-width) solid var(--lt-accordion-border);
}

.neutral.accordion details[open] .accordion__content {
  border-top: none;
}

.image-with-border {
  padding: var(--image-padding, 1rem);
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px var(--gray);
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-style: solid;
  transition: transform 0.6s ease;
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

[dir="ltr"] .image-with-video-icon:before {
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 60px;
  transform: translate(-50%, -50%);
}

[dir="ltr"] .image-with-video-icon:active:before,
[dir="ltr"] .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

[dir="rtl"] .image-with-video-icon:before {
  right: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 60px 30px 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .image-with-video-icon:active:before,
[dir="rtl"] .image-with-video-icon:hover:before {
  transform: translate(50%, -50%) scale(1.1);
}

.image-with-background {
  padding: var(--image-padding, 2rem);
  background-color: var(--image-bg, var(--light-gray));
  border-radius: var(--border-radius-base);
}
/* Blockquotes */
blockquote {
  position: relative;
  padding: 1rem 3rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-family-body);
  font-size: var(--text-xl);
  line-height: 2rem;
  color: var(--color-text-primary);
  text-align: center;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote:after,
blockquote:before {
  position: absolute;
  width: 24px;
  height: 24px;
  color: var(--color-text-primary);
  content: "";
  background-color: var(--color-text-primary);
  -webkit-mask: var(--blockqoute-icon) center/contain no-repeat;
  mask: var(--blockqoute-icon) center/contain no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

blockquote:before {
  top: 0;
}

[dir="ltr"] blockquote:before {
  left: 0;
}

[dir="rtl"] blockquote:before {
  right: 0;
}

blockquote:after {
  bottom: 0;
}

[dir="ltr"] blockquote:after {
  right: 0;
  transform: scaleY(-1) rotate(180deg);
}

[dir="rtl"] blockquote:after {
  left: 0;
  transform: scaleY(-1) rotate(-180deg);
}

.callout,
.note,
.warning,
.danger,
.success {
  position: relative;
  z-index: 1;
  overflow: hidden;
  list-style: none;
  border-radius: var(--border-radius-base);
}

[dir="ltr"] .callout,
[dir="ltr"] .note,
[dir="ltr"] .warning,
[dir="ltr"] .danger,
[dir="ltr"] .success {
  padding: var(--callout-padding) var(--callout-padding) var(--callout-padding)
    calc(var(--callout-padding) * 2);
}

[dir="rtl"] .callout,
[dir="rtl"] .note,
[dir="rtl"] .warning,
[dir="rtl"] .danger,
[dir="rtl"] .success {
  padding: var(--callout-padding) calc(var(--callout-padding) * 2)
    var(--callout-padding) var(--callout-padding);
}

.callout > * + *,
.note > * + *,
.warning > * + *,
.danger > * + *,
.success > * + * {
  margin-top: var(--flow-space, 1rem);
}

.callout:after,
.note:after,
.warning:after,
.danger:after,
.success:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--callout-color);
  border-radius: var(--border-radius-base);
  opacity: 0.15;
}

[dir="ltr"] .callout:after,
[dir="ltr"] .note:after,
[dir="ltr"] .warning:after,
[dir="ltr"] .danger:after,
[dir="ltr"] .success:after {
  left: 0;
}

[dir="rtl"] .callout:after,
[dir="rtl"] .note:after,
[dir="rtl"] .warning:after,
[dir="rtl"] .danger:after,
[dir="rtl"] .success:after {
  right: 0;
}

.callout:before,
.note:before,
.note--default:before,
.callout--info:before,
.note--warning:before,
.warning:before,
.callout--warning:before,
.note--danger:before,
.danger:before,
.callout--danger:before,
.note--success:before,
.success:before,
.callout--success:before {
  position: absolute;
  top: 2rem;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
}

[dir="ltr"] .callout:before,
[dir="ltr"] .note:before,
[dir="ltr"] .note--default:before,
[dir="ltr"] .callout--info:before,
[dir="ltr"] .note--warning:before,
[dir="ltr"] .warning:before,
[dir="ltr"] .callout--warning:before,
[dir="ltr"] .note--danger:before,
[dir="ltr"] .danger:before,
[dir="ltr"] .callout--danger:before,
[dir="ltr"] .note--success:before,
[dir="ltr"] .success:before,
[dir="ltr"] .callout--success:before {
  left: 2rem;
}

[dir="rtl"] .callout:before,
[dir="rtl"] .note:before,
[dir="rtl"] .note--default:before,
[dir="rtl"] .callout--info:before,
[dir="rtl"] .note--warning:before,
[dir="rtl"] .warning:before,
[dir="rtl"] .callout--warning:before,
[dir="rtl"] .note--danger:before,
[dir="rtl"] .danger:before,
[dir="rtl"] .callout--danger:before,
[dir="rtl"] .note--success:before,
[dir="rtl"] .success:before,
[dir="rtl"] .callout--success:before {
  right: 2rem;
}

.note:before,
.note--default:before,
.callout:before,
.callout--info:before {
  background-color: var(--info-callout-color);
  -webkit-mask: var(--info-callout-icon) center/contain no-repeat;
  mask: var(--info-callout-icon) center/contain no-repeat;
}

.note--success:before,
.success:before,
.callout--success:before {
  background-color: var(--success-callout-color);
  -webkit-mask: var(--success-callout-icon) center/contain no-repeat;
  mask: var(--success-callout-icon) center/contain no-repeat;
}

.note--danger:before,
.danger:before,
.callout--danger:before {
  background-color: var(--danger-callout-color);

  -webkit-mask: var(--danger-callout-icon) center/contain no-repeat;
  mask: var(--danger-callout-icon) center/contain no-repeat;
}

.note--warning:before,
.warning:before,
.callout--warning:before {
  background-color: var(--warning-callout-color);
  -webkit-mask: var(--warning-callout-icon) center/contain no-repeat;
  mask: var(--warning-callout-icon) center/contain no-repeat;
}

.shadow.callout,
.shadow.note,
.shadow.warning,
.shadow.danger,
.shadow.success {
  box-shadow: var(--callout-box-shadow);
}

[dir="ltr"] .minimal.callout,
[dir="ltr"] .minimal.note,
[dir="ltr"] .minimal.warning,
[dir="ltr"] .minimal.danger,
[dir="ltr"] .minimal.success {
  border-left: none;
}

[dir="rtl"] .minimal.callout,
[dir="rtl"] .minimal.note,
[dir="rtl"] .minimal.warning,
[dir="rtl"] .minimal.danger,
[dir="rtl"] .minimal.success {
  border-right: none;
}

.stroke.note,
.minimal.stroke.note,
.minimal.stroke.callout--info,
.stroke.callout--info {
  border: 1px solid var(--info-callout-color);
}

.minimal.stroke.warning,
.minimal.stroke.callout--warning,
.stroke.callout--warning,
.stroke.warning {
  border: 1px solid var(--warning-callout-color);
}

.minimal.stroke.callout--danger,
.minimal.stroke.danger,
.stroke.callout--danger,
.stroke.danger {
  border: 1px solid var(--danger-callout-color);
}

.minimal.stroke.callout--success,
.minimal.stroke.success,
.stroke.callout--success,
.stroke.success {
  border: 1px solid var(--success-callout-color);
}

.note,
.note--default,
.callout,
.callout--info,
.callout--primary {
  --callout-color: var(--info-callout-color);
}

[dir="ltr"] .note,
[dir="ltr"] .note--default,
[dir="ltr"] .callout,
[dir="ltr"] .callout--info,
[dir="ltr"] .callout--primary {
  border-left: var(--callout-border-width) solid var(--info-callout-color);
}

[dir="rtl"] .note,
[dir="rtl"] .note--default,
[dir="rtl"] .callout,
[dir="rtl"] .callout--info,
[dir="rtl"] .callout--primary {
  border-right: var(--callout-border-width) solid var(--info-callout-color);
}

.warning,
.note--warning,
.callout--warning {
  --callout-color: var(--warning-callout-color);
}

[dir="ltr"] .warning,
[dir="ltr"] .note--warning,
[dir="ltr"] .callout--warning {
  border-left: var(--callout-border-width) solid var(--warning-callout-color);
}

[dir="rtl"] .warning,
[dir="rtl"] .note--warning,
[dir="rtl"] .callout--warning {
  border-right: var(--callout-border-width) solid var(--warning-callout-color);
}

.danger,
.note--danger,
.callout--danger {
  --callout-color: var(--danger-callout-color);
}

[dir="ltr"] .danger,
[dir="ltr"] .note--danger,
[dir="ltr"] .callout--danger {
  border-left: var(--callout-border-width) solid var(--danger-callout-color);
}

[dir="rtl"] .danger,
[dir="rtl"] .note--danger,
[dir="rtl"] .callout--danger {
  border-right: var(--callout-border-width) solid var(--danger-callout-color);
}

.success,
.note--success,
.callout--success {
  --callout-color: var(--success-callout-color);
}

[dir="ltr"] .success,
[dir="ltr"] .note--success,
[dir="ltr"] .callout--success {
  border-left: var(--callout-border-width) solid var(--success-callout-color);
}

[dir="rtl"] .success,
[dir="rtl"] .note--success,
[dir="rtl"] .callout--success {
  border-right: var(--callout-border-width) solid var(--success-callout-color);
}

.no-icon.callout,
.no-icon.note,
.no-icon.warning,
.no-icon.danger,
.no-icon.success {
  padding: var(--callout-padding);
}

.no-icon.callout:before,
.no-icon.note:before,
.no-icon.warning:before,
.no-icon.danger:before,
.no-icon.success:before {
  display: none;
}

.transparent.callout:after,
.transparent.note:after,
.transparent.warning:after,
.transparent.danger:after,
.transparent.success:after {
  background-color: transparent;
}

.neutral.callout:after,
.neutral.note:after,
.neutral.warning:after,
.neutral.danger:after,
.neutral.success:after {
  background-color: var(--neutral-callout-color);
  opacity: 0.2;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

.rte code:not([class]) {
  padding: 0.25em;
  background-color: var(--code-bg);
  border-radius: var(--border-radius-base);
}

.rte pre code {
  padding: 1.25rem;
  border-radius: var(--border-radius-base);
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

pre {
  position: relative;
}

.lt-copy-code {
  position: absolute;
  top: 22px;
  z-index: 2;
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark-theme-text, var(--color-text-primary));
  cursor: pointer;
}

.lt-copy-code:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  content: "";
}

[dir="ltr"] .lt-copy-code {
  right: 22px;
}

[dir="ltr"] .lt-copy-code:before {
  margin-right: 5px;
  background: var(--color-dark-theme-text, var(--color-text-primary));
  -webkit-mask: var(--copy-code-icon) center/contain no-repeat;
  mask: var(--copy-code-icon) center/contain no-repeat;
}

[dir="rtl"] .lt-copy-code {
  left: 22px;
}

[dir="rtl"] .lt-copy-code:before {
  margin-left: 5px;
  background: var(--color-dark-theme-text, var(--color-text-primary));
  -webkit-mask: var(--copy-code-icon) center/contain no-repeat;
  mask: var(--copy-code-icon) center/contain no-repeat;
}

[dir] .lt-copy-code:before {
  background-size: 18px auto;
}

.list-check ul:not([class]),
.list-bullet ul:not([class]),
.list-number ul:not([class]),
.list-colored ul:not([class]),
.list-anchor ul:not([class]),
.list-dash ul:not([class]),
.list-file ul:not([class]),
.rte ul:not([class]) {
  list-style-type: disc;
}

[dir="ltr"] .list-check ul:not([class]),
[dir="ltr"] .list-bullet ul:not([class]),
[dir="ltr"] .list-number ul:not([class]),
[dir="ltr"] .list-colored ul:not([class]),
[dir="ltr"] .list-anchor ul:not([class]),
[dir="ltr"] .list-dash ul:not([class]),
[dir="ltr"] .list-file ul:not([class]),
[dir="ltr"] .rte ul:not([class]) {
  padding-left: 1rem;
}

[dir="rtl"] .list-check ul:not([class]),
[dir="rtl"] .list-bullet ul:not([class]),
[dir="rtl"] .list-number ul:not([class]),
[dir="rtl"] .list-colored ul:not([class]),
[dir="rtl"] .list-anchor ul:not([class]),
[dir="rtl"] .list-dash ul:not([class]),
[dir="rtl"] .list-file ul:not([class]),
[dir="rtl"] .rte ul:not([class]) {
  padding-right: 1rem;
}

.list-check ul:not([class]) > li,
.list-bullet ul:not([class]) > li,
.list-number ul:not([class]) > li,
.list-colored ul:not([class]) > li,
.list-anchor ul:not([class]) > li,
.list-dash ul:not([class]) > li,
.list-file ul:not([class]) > li,
.rte ul:not([class]) > li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

[dir="ltr"] .list-check ul:not([class]) > li,
[dir="ltr"] .list-bullet ul:not([class]) > li,
[dir="ltr"] .list-number ul:not([class]) > li,
[dir="ltr"] .list-colored ul:not([class]) > li,
[dir="ltr"] .list-anchor ul:not([class]) > li,
[dir="ltr"] .list-dash ul:not([class]) > li,
[dir="ltr"] .list-file ul:not([class]) > li,
[dir="ltr"] .rte ul:not([class]) > li {
  padding-left: 0.5rem;
}

[dir="rtl"] .list-check ul:not([class]) > li,
[dir="rtl"] .list-bullet ul:not([class]) > li,
[dir="rtl"] .list-number ul:not([class]) > li,
[dir="rtl"] .list-colored ul:not([class]) > li,
[dir="rtl"] .list-anchor ul:not([class]) > li,
[dir="rtl"] .list-dash ul:not([class]) > li,
[dir="rtl"] .list-file ul:not([class]) > li,
[dir="rtl"] .rte ul:not([class]) > li {
  padding-right: 0.5rem;
}

.list-check ul:not([class]) > li::marker,
.list-bullet ul:not([class]) > li::marker,
.list-number ul:not([class]) > li::marker,
.list-colored ul:not([class]) > li::marker,
.list-anchor ul:not([class]) > li::marker,
.list-dash ul:not([class]) > li::marker,
.list-file ul:not([class]) > li::marker,
.rte ul:not([class]) > li::marker {
  color: var(--rte-bullet-color);
}

.rte-enhanced ol {
  list-style: none;
}

.list-check,
.list-bullet,
.list-number,
.rte-enhanced ol,
.rte ol,
.list-colored,
.list-anchor,
.list-dash,
.list-file {
  list-style-position: inside;
}

[dir="ltr"] .list-check,
[dir="ltr"] .list-bullet,
[dir="ltr"] .list-number,
[dir="ltr"] .rte-enhanced ol,
[dir="ltr"] .rte ol,
[dir="ltr"] .list-colored,
[dir="ltr"] .list-anchor,
[dir="ltr"] .list-dash,
[dir="ltr"] .list-file {
  padding-left: 0;
}

[dir="rtl"] .list-check,
[dir="rtl"] .list-bullet,
[dir="rtl"] .list-number,
[dir="rtl"] .rte-enhanced ol,
[dir="rtl"] .rte ol,
[dir="rtl"] .list-colored,
[dir="rtl"] .list-anchor,
[dir="rtl"] .list-dash,
[dir="rtl"] .list-file {
  padding-right: 0;
}

.rte-enhanced ul,
.rte ul {
  list-style-position: outside;
}

.list-number li,
.rte-enhanced ol li,
.list-colored li,
.list-file li,
.rte li {
  list-style: inherit;
}

.list-number li:last-child,
.rte-enhanced ol li:last-child,
.list-colored li:last-child,
.rte li:last-child {
  margin-bottom: 0;
}

.lt-article__body .list-check,
.lt-article__body .list-bullet,
.lt-article__body .list-number,
.lt-article__body .rte-enhanced ol,
.lt-article__body .list-colored,
.lt-article__body .list-anchor,
.lt-article__body .list-task,
.lt-article__body .list-dash,
.lt-article__body .list-file {
  list-style: none;
}

[dir="ltr"] .lt-article__body .list-check,
[dir="ltr"] .lt-article__body .list-bullet,
[dir="ltr"] .lt-article__body .list-number,
[dir="ltr"] .lt-article__body .rte-enhanced ol,
[dir="ltr"] .lt-article__body .list-colored,
[dir="ltr"] .lt-article__body .list-anchor,
[dir="ltr"] .lt-article__body .list-task,
[dir="ltr"] .lt-article__body .list-dash,
[dir="ltr"] .lt-article__body .list-file {
  padding-left: 0;
}

[dir="rtl"] .lt-article__body .list-check,
[dir="rtl"] .lt-article__body .list-bullet,
[dir="rtl"] .lt-article__body .list-number,
[dir="rtl"] .lt-article__body .rte-enhanced ol,
[dir="rtl"] .lt-article__body .list-colored,
[dir="rtl"] .lt-article__body .list-anchor,
[dir="rtl"] .lt-article__body .list-task,
[dir="rtl"] .lt-article__body .list-dash,
[dir="rtl"] .lt-article__body .list-file {
  padding-right: 0;
}

.list-check > li,
.list-bullet > li,
.list-number > li,
.rte-enhanced ol > li,
.list-colored > li,
.list-task > div,
.list-task > li,
.list-dash > li,
.list-anchor > li,
.list-file > li {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

[dir="ltr"] .list-check > li,
[dir="ltr"] .list-bullet > li,
[dir="ltr"] .list-number > li,
[dir="ltr"] .rte-enhanced ol > li,
[dir="ltr"] .list-colored > li,
[dir="ltr"] .list-task > div,
[dir="ltr"] .list-task > li,
[dir="ltr"] .list-dash > li,
[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 2.5rem;
}

[dir="rtl"] .list-check > li,
[dir="rtl"] .list-bullet > li,
[dir="rtl"] .list-number > li,
[dir="rtl"] .rte-enhanced ol > li,
[dir="rtl"] .list-colored > li,
[dir="rtl"] .list-task > div,
[dir="rtl"] .list-task > li,
[dir="rtl"] .list-dash > li,
[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 2.5rem;
}

[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 1.5rem;
}

[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 1.5rem;
}

[dir="ltr"] .list-dash > li {
  padding-left: 1.75rem;
}

[dir="rtl"] .list-dash > li {
  padding-right: 1.75rem;
}

[dir="ltr"] .rte li + ul,
[dir="ltr"] .rte li + ol {
  margin-left: 2.5rem;
}

[dir="rtl"] .rte li + ul,
[dir="rtl"] .rte li + ol {
  margin-right: 2.5rem;
}

.list-check > li:before,
.list-bullet > li:before,
.list-number > li:before,
.list-anchor > li:before,
.list-file > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before,
.list-dash > li:before {
  position: absolute;
  top: 0.15em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.725em;
  text-align: center;
  border-radius: 50%;
}

[dir="ltr"] .list-check > li:before,
[dir="ltr"] .list-bullet > li:before,
[dir="ltr"] .list-number > li:before,
[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before,
[dir="ltr"] .rte-enhanced ol > li:before,
[dir="ltr"] .list-colored > li:before,
[dir="ltr"] .list-dash > li:before {
  left: 0;
}

[dir="rtl"] .list-check > li:before,
[dir="rtl"] .list-bullet > li:before,
[dir="rtl"] .list-number > li:before,
[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before,
[dir="rtl"] .rte-enhanced ol > li:before,
[dir="rtl"] .list-colored > li:before,
[dir="rtl"] .list-dash > li:before {
  right: 0;
}

.list-anchor > li:before,
.list-file > li:before {
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before {
  left: 0;
}

[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before {
  right: 0;
}

.list-anchor > li:before {
  top: 0.4rem;
  background: var(--anchor-list-icon) center/contain no-repeat;
}

.list-file > li:before {
  top: 0.5rem;
  background: var(--anchor-file-icon) center/contain no-repeat;
}

.list-bullet > li:before,
.list-check > li:before {
  color: var(--list-bullet-text, var(--color-brand-primary-inverse));
  content: "✓";
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.list-number,
.rte-enhanced ol,
.list-colored {
  counter-reset: list;
}

.list-number > li,
.rte-enhanced ol > li,
.list-colored > li {
  counter-increment: list;
}

.list-number > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before {
  color: var(--list-bullet-text, var(--color-brand-primary-inverse));
  content: counter(list);
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.task-wrapper {
  display: flex;
  align-items: center;
}

.task-wrapper label {
  display: flex;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
}

[dir="ltr"] .task-wrapper label {
  margin-left: -2rem;
}

[dir="rtl"] .task-wrapper label {
  margin-right: -2rem;
}

.task-wrapper label:before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: var(--body-color-bg);
  border: 0.05em solid var(--color-text-primary);
  border-radius: 0.15em;
}

[dir="ltr"] .task-wrapper label:before {
  margin-right: 0.5em;
}

[dir="rtl"] .task-wrapper label:before {
  margin-left: 0.5em;
}

.task-wrapper input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.task-wrapper label:hover:before,
.task-wrapper input[type="checkbox"]:hover + label:before {
  background-color: var(--color-bg-secondary);
}

.task-wrapper label:focus:before,
.task-wrapper input[type="checkbox"]:focus + label:before {
  background-color: var(--color-bg-secondary);
  border-color: var(--color-brand-primary);
}

.task-wrapper input[type="checkbox"]:checked + label:before {
  display: flex;
  color: var(--color-brand-primary-inverse);
  content: "✓";
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  justify-content: center;
  align-items: center;
}

.list-dash > li:before {
  content: "—";
}

.list-step {
  position: relative;
}

.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: 10px;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

[dir="ltr"] .list-step > li:not(:last-child):after {
  left: calc(1.5rem + 1px);
}

[dir="rtl"] .list-step > li:not(:last-child):after {
  right: calc(1.5rem + 1px);
}

.list-number.list-step > li:not(:last-child):after,
.list-colored.list-step > li:not(:last-child):after,
.list-file.list-step > li:not(:last-child):after,
.list-task.list-step > .task-wrapper:not(:last-child):after,
.list-task.list-step > li:not(:last-child):after,
.list-dash.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

[dir="ltr"] .list-number.list-step > li:not(:last-child):after,
[dir="ltr"] .list-colored.list-step > li:not(:last-child):after,
[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-dash.list-step > li:not(:last-child):after {
  left: calc(1rem - 4px);
}

[dir="rtl"] .list-number.list-step > li:not(:last-child):after,
[dir="rtl"] .list-colored.list-step > li:not(:last-child):after,
[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-dash.list-step > li:not(:last-child):after {
  right: calc(1rem - 4px);
}

[dir="ltr"] .list-file.list-step > li:not(:last-child):after {
  left: 1.5rem;
}

[dir="rtl"] .list-file.list-step > li:not(:last-child):after {
  right: 1.5rem;
}

.list-task.list-step > li {
  position: relative;
}

.list-task.list-step > li:before {
  position: absolute;
  top: calc(1rem - 6px);
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--body-color-bg);
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
}

[dir="ltr"] .list-task.list-step > li:before {
  left: calc(1rem - 2px);
}

[dir="rtl"] .list-task.list-step > li:before {
  right: calc(1rem - 2px);
}

[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-task.list-step > li:not(:last-child):after {
  left: calc(1rem + 2px);
}

[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-task.list-step > li:not(:last-child):after {
  right: calc(1rem + 2px);
}

.img-magnifier-glass {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: none;
  border: 1px solid rgb(121, 121, 121);
  border-radius: 50%;
}

.rte iframe,
.rte embed,
.rte object,
.rte video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[dir="ltr"] .embed iframe,
[dir="ltr"] .embed embed,
[dir="ltr"] .embed object,
[dir="ltr"] .embed video,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed iframe,
[dir="rtl"] .embed embed,
[dir="rtl"] .embed object,
[dir="rtl"] .embed video,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

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

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

.rte {
  line-height: 1.8;
  word-break: break-word;
}

.rte * {
  margin-bottom: 0;
}

.rte > *:not([hidden]) + *:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.rte > * {
  margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3 {
  --flow-space: 3rem;
}

.rte h4,
.rte h5,
.rte h6 {
  --flow-space: 2rem;
}

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

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte figcaption {
  margin-top: 1rem;
  opacity: 0.75;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: transparent;
}

.rte table:not([class*="table"]) {
  width: 100%;
  table-layout: auto;
}

[dir="ltr"] .rte table:not([class*="table"]) {
  text-align: left;
}

[dir="rtl"] .rte table:not([class*="table"]) {
  text-align: right;
}

.rte table:not([class*="table"]) thead {
  border-bottom-color: var(--color-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) th,
.rte table:not([class*="table"]) td {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

[dir="ltr"] .rte table:not([class*="table"]) th:first-child,
[dir="ltr"] .rte table:not([class*="table"]) td:first-child {
  padding-left: 0;
}

[dir="rtl"] .rte table:not([class*="table"]) th:first-child,
[dir="rtl"] .rte table:not([class*="table"]) td:first-child {
  padding-right: 0;
}

[dir="ltr"] .rte table:not([class*="table"]) th:last-child,
[dir="ltr"] .rte table:not([class*="table"]) td:last-child {
  padding-right: 0;
}

[dir="rtl"] .rte table:not([class*="table"]) th:last-child,
[dir="rtl"] .rte table:not([class*="table"]) td:last-child {
  padding-left: 0;
}

.rte table:not([class*="table"]) th {
  font-weight: 600;
  vertical-align: bottom;
}

.rte table:not([class*="table"]) tbody tr {
  border-bottom-color: var(--color-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) tbody td {
  padding-top: 0.5rem;
  vertical-align: baseline;
}

.rte table:not([class*="table"]) tbody tr:last-child {
  border-bottom-width: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: var(--border-width) solid var(--color-border);
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > table {
    margin-bottom: 0;
  }

  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.rte table.hover td,
.rte table.hover th,
.rte table.border td,
.rte table.border th,
.rte table.striped td,
.rte table.striped th,
.rte table.colored td,
.rte table.colored th {
  padding: 1rem !important;
}

table.striped tbody tr:nth-child(odd) {
  color: inherit;
}

.rte table.colored:not([class*="table"]) thead {
  border-bottom: none;
}

table.table--color-header th,
table.colored th {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-table-header);
  border: 1px solid var(--color-border);
}

table.border {
  border-collapse: separate;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

table.border tbody tr:not(:last-child) td,
table.border th {
  border-bottom: 1px solid var(--color-border);
}

[dir="ltr"] table.border td:not(:first-child),
[dir="ltr"] table.border th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

[dir="rtl"] table.border td:not(:first-child),
[dir="rtl"] table.border th:not(:first-child) {
  border-right: 1px solid var(--color-border);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed));
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.table--color-header tbody tr:first-child td {
  border-top: none;
}

.table thead th {
  vertical-align: bottom;
}

[dir="ltr"] .table thead th {
  text-align: left;
}

[dir="rtl"] .table thead th {
  text-align: right;
}

.table tbody + tbody {
  border-top: 1px solid var(--color-border);
}

.table .table {
  background-color: var(--color-brand-primary-inverse);
}

.table--color-header th {
  color: var(--color-brand-primary-inverse);
  text-transform: uppercase;
  background-color: var(--color-table-header);
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: var(--color-brand-primary-inverse);
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
}

.table--hover tbody tr:hover {
  color: inherit;
}

.table--bordered {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

[dir="ltr"] .table--bordered td:not(:first-child),
[dir="ltr"] .table--bordered th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

[dir="rtl"] .table--bordered td:not(:first-child),
[dir="rtl"] .table--bordered th:not(:first-child) {
  border-right: 1px solid var(--color-border);
}

.table--striped tbody tr:nth-child(odd),
table.striped tbody tr:nth-child(odd),
.table--hover tbody tr,
.rte table.hover tr {
  position: relative;
}

.table--striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) td,
.table--hover tbody tr td,
.rte table.hover tr td {
  position: relative;
  z-index: 1;
}

.table--striped th,
.table--striped td,
table.striped th,
.table--striped td {
  position: relative;
}

.table--striped tbody td:after,
table.striped tbody td:after,
.table--hover tbody td:after,
.rte table.hover tbody td:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  opacity: 0.3;
}

[dir="ltr"] .table--striped tbody td:after,
[dir="ltr"] table.striped tbody td:after,
[dir="ltr"] .table--hover tbody td:after,
[dir="ltr"] .rte table.hover tbody td:after {
  left: 0;
}

[dir="rtl"] .table--striped tbody td:after,
[dir="rtl"] table.striped tbody td:after,
[dir="rtl"] .table--hover tbody td:after,
[dir="rtl"] .rte table.hover tbody td:after {
  right: 0;
}

.table--hover tbody td:after,
.rte table.hover tbody td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--striped tbody td:after,
table.striped tbody td:after {
  background-color: var(--color-table-bg-hover);
}

.table--striped tbody tr:nth-child(even) td:after,
table.striped tbody tr:nth-child(even) td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--hover tbody tr:hover td:after,
.rte table.hover tbody tr:hover td:after {
  background-color: var(--color-table-bg-hover);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 576px) {
  .tabs {
    flex-direction: row;
  }
}

.tab {
  flex-basis: 100%;
  padding: 1rem;
  border: var(--border-width) solid var(--color-border);
  border-bottom-right-radius: var(--border-radius-base);
  border-bottom-left-radius: var(--border-radius-base);
}

.tab > *:last-child {
  margin-bottom: 0;
}

.tabs-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  cursor: pointer;
  border-color: var(--color-border);
  border-style: solid;
  border-width: var(--border-width) var(--border-width) 0 var(--border-width);
}

@media (min-width: 576px) {
  .tabs-link {
    margin-bottom: calc(-1 * var(--border-width));
  }

  .tabs-link:not([aria-selected="true"]) {
    border-color: transparent;
  }
}

.tabs-link:first-child {
  border-top-left-radius: var(--border-radius-base);
  border-top-right-radius: var(--border-radius-base);
}

@media (min-width: 576px) {
  .tabs-link {
    border-top-left-radius: var(--border-radius-base);
    border-top-right-radius: var(--border-radius-base);
  }
}

.tabs-link[aria-selected="true"] {
  color: var(--color-brand-primary);
  cursor: pointer;
  background-color: var(--tabs-bg, var(--color-bg));
  border-color: var(--color-border);
}

.underline .tabs-link[aria-selected="true"] {
  border-color: var(--color-brand-primary);
  border-width: 0 0 var(--border-width) 0;
}

.background .tabs-link[aria-selected="true"],
.background .tab {
  position: relative;
  overflow: hidden;
  color: var(--color-text-primary);
  border-width: 0 0 0 0;
}

.background .tab:after,
.background .tabs-link[aria-selected="true"]:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-brand-primary);
  opacity: 0.15;
}

[dir="ltr"] .background .tab:after,
[dir="ltr"] .background .tabs-link[aria-selected="true"]:after {
  left: 0;
}

[dir="rtl"] .background .tab:after,
[dir="rtl"] .background .tabs-link[aria-selected="true"]:after {
  right: 0;
}

slider-component {
  position: relative;
  display: block;
}

.slider-grid {
  display: flex;
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  flex-wrap: wrap;
}

.slider-grid:last-child {
  margin-bottom: 0;
}

.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
}

.slider::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0.4rem;
}

.slider::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}

.slider.slider--tablet {
  position: relative;
  margin-bottom: 1rem;
  overflow-x: auto;
  flex-wrap: inherit;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .slider.slider--tablet {
  scroll-padding-left: 1.5rem;
}

[dir="rtl"] .slider.slider--tablet {
  scroll-padding-right: 1.5rem;
}

.slider--tablet.smooth {
  scroll-behavior: smooth;
}

.slider--tablet:after {
  width: 0;
  content: "";
}

[dir="ltr"] .slider--tablet:after {
  padding-left: 1.5rem;
}

[dir="rtl"] .slider--tablet:after {
  padding-right: 1.5rem;
}

.slider.slider--tablet .slider__slide {
  margin-bottom: 0;
}

.slider-grid__item {
  flex-grow: 1;
  flex-shrink: 0;
}

.slider-grid__item.slider__slide--full-width {
  width: 100%;
  max-width: none;
}

.slider__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-btn.slider-button {
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.slider-button .icon {
  height: 0.6rem;
}

.slider-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-button[disabled] .icon {
  cursor: not-allowed;
}

[dir="ltr"] .slider-button--next .icon {
  transform: rotate(-90deg);
}

[dir="rtl"] .slider-button--next .icon {
  transform: rotate(90deg);
}

[dir="ltr"] .slider-button--prev .icon {
  transform: rotate(90deg);
}

[dir="rtl"] .slider-button--prev .icon {
  transform: rotate(-90deg);
}

[dir="ltr"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

[dir="rtl"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="ltr"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="rtl"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}


/* Custom Styles for the Status Dropdown */
.status-dropdown {
  position: relative;
  display: inline-block;
}

.status-dropdown__toggle {
  display: block;
}

.status-dropdown__menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  min-width: 200px; 
}

.status-dropdown__menu li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: var(--sidenav-text-color);
}

.status-dropdown__menu li a:hover {
  background-color: #efece7;
  color: var(--sidenav-text-color);
  text-decoration: underline;
}

.status-dropdown:hover .status-dropdown__menu {
  display: block;
}



/* Extensions */
.lt-toc {
  z-index: 10;
}

.lt-toc * {
  box-sizing: border-box;
}

.lt-toc--list {
  margin: 0;
  overflow-y: auto;
  font-size: 14px;

  list-style: none;
}

[dir="ltr"] .lt-toc--list {
  padding-left: 0;
}

[dir="rtl"] .lt-toc--list {
  padding-right: 0;
}

.lt-toc--link {
  display: block;
  padding: 6px 12px;

  text-decoration: none;
}

.lt-toc--link.is-active {
  background: #efece7;
}

@media (min-width: 992px) {
  .lt-toc--container .lt-toc--container-wrapper {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 100px 80px rgba(182, 195, 193, 0.1),
      0px 22.3363px 17.869px rgba(182, 195, 193, 0.0596107),
      0px 6.6501px 5.32008px rgba(182, 195, 193, 0.0403893);
  }
}

.lt-toc--current {
  padding: 6px 12px;
}
/* Desktop version */
.lt-toc_is-desktop {
  position: relative;
}

.lt-toc_is-desktop .lt-toc--title {
  margin: 0 0 12px;
  font-family: 'Haffer XH', sans-serif;
  font-size: 18px;
}

.lt-toc_is-desktop .lt-toc--current {
  display: none;
}

.lt-toc_is-desktop .lt-toc--item {
  margin-bottom: 6px;
}

.lt-toc_is-desktop .lt-toc--list {
  display: block !important;
}

.lt-toc_is-desktop .lt-toc--link {
  border-radius: 4px;
}
/* Mobile version */
.lt-toc-mobile {
  display: none;
}

.lt-toc-mobile.is-active {
  display: block;
}

.lt-toc-mobile,
.lt-toc_is-mobile {
  width: 100%;
}

.lt-toc-mobile_end {
  margin-top: 24px;
}

.lt-toc_is-mobile {
  position: absolute;
  z-index: 99;
}

.lt-toc_is-mobile.lt-toc_is-bottom {
  top: 0 !important;
}

.lt-toc_is-mobile .lt-toc--container {
  position: relative;

  width: 100%;

  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.lt-toc_is-mobile .lt-toc--title {
  position: absolute;
  top: 0;

  display: block;
  padding: 2px 4px;
  margin: 0;
  font-size: 14px;

  font-weight: normal;
  line-height: 16px;

  background: #eee;
  border-radius: 4px;
  transform: translateY(-50%);
}

.lt-toc_is-mobile .lt-toc--list {
  display: none;

  border-top: 1px solid #e8e8e8;
}

.lt-toc_is-mobile .lt-toc--current,
.lt-toc_is-mobile .lt-toc--link {
  padding: 12px;

  font-size: 16px;
  line-height: 1.5;
}

.lt-toc_is-mobile .lt-toc--current {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: nowrap;

  cursor: pointer;
}

.lt-toc_is-mobile .lt-toc--current:before,
.lt-toc_is-mobile .lt-toc--current:after {
  position: absolute;
  bottom: 50%;

  display: block;

  content: "";

  background: #4e5565;
  border-radius: 1px;

  transition: all 0.3s;
}

.lt-toc_is-mobile .lt-toc--current:before {
  width: 2px;
  height: 12px;
}

.lt-toc_is-mobile .lt-toc--current:after {
  width: 12px;
  height: 2px;
}

.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  opacity: 0;
}

.lt-toc_is-mobile .lt-toc--item:last-child a {
  border-radius: 0 0 4px 4px;
}

[dir="ltr"] .lt-toc_is-mobile .lt-toc--title {
  left: 12px;
}

[dir="ltr"] .lt-toc_is-mobile .lt-toc--current {
  padding-right: 36px;
}

[dir="ltr"] .lt-toc_is-mobile .lt-toc--current:before,
[dir="ltr"] .lt-toc_is-mobile .lt-toc--current:after {
  right: 22px;
  transform: translate(50%, 50%);
}

[dir="ltr"]
  .lt-toc_is-mobile
  .lt-toc--container.is-active
  .lt-toc--current:before {
  transform: translate(50%, 50%) rotate(-90deg);
}

[dir="ltr"]
  .lt-toc_is-mobile
  .lt-toc--container.is-active
  .lt-toc--current:after {
  transform: translate(50%, 50%) rotate(-90deg);
}

[dir="rtl"] .lt-toc_is-mobile .lt-toc--title {
  right: 12px;
}

[dir="rtl"] .lt-toc_is-mobile .lt-toc--current {
  padding-left: 36px;
}

[dir="rtl"] .lt-toc_is-mobile .lt-toc--current:before,
[dir="rtl"] .lt-toc_is-mobile .lt-toc--current:after {
  left: 22px;
  transform: translate(-50%, 50%);
}

[dir="rtl"]
  .lt-toc_is-mobile
  .lt-toc--container.is-active
  .lt-toc--current:before {
  transform: translate(-50%, 50%) rotate(90deg);
}

[dir="rtl"]
  .lt-toc_is-mobile
  .lt-toc--container.is-active
  .lt-toc--current:after {
  transform: translate(-50%, 50%) rotate(90deg);
}

.toc__toggle {
  z-index: 10;
  display: block;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

@media (max-width: 1199px) {
  .toc__toggle {
    display: none;
  }
}

[dir="ltr"] .hotposts .meta__item:not(:last-child) {
  margin-right: 1rem;
}

[dir="rtl"] .hotposts .meta__item:not(:last-child) {
  margin-left: 1rem;
}

.prevnext {
  grid-template-columns: 1fr 1fr !important;
}

.prevnext__btn {
  position: relative;
  padding: 1rem !important;
  border: 0px solid #e6e6e6 !important;
  border-radius: 12px !important;
}

@media (min-width: 768px) {
  .prevnext__btn {
    padding: 1.1rem 2rem !important;
  }
}

.prevnext__btn:before {
  position: absolute;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .prevnext__btn:before {
    top: 40%;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.prevnext__btn--prev {
  padding-top: 3rem !important;
}

@media (min-width: 768px) {
  .prevnext__btn--prev {
    padding-top: 1rem !important;
    padding-left: 2.5rem !important;
  }
}

.prevnext__btn--prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.25 11.25L0.75 11.25' stroke='%23555D5C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 18.75L0.750001 11.25L8.25 3.75' stroke='%23555D5C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

[dir="ltr"] .prevnext__btn--prev:before {
  left: 0;
}

[dir="rtl"] .prevnext__btn--prev:before {
  right: 0;
}

.prevnext__btn--next {
  padding-top: 3rem !important;
}

@media (min-width: 768px) {
  .prevnext__btn--next {
    padding-top: 1rem !important;
    padding-right: 2.5rem !important;
  }
}

.prevnext__btn--next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 12.75H23.25' stroke='%23555D5C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 5.25L23.25 12.75L15.75 20.25' stroke='%23555D5C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

[dir="ltr"] .prevnext__btn--next:before {
  right: 0;
}

[dir="rtl"] .prevnext__btn--next:before {
  left: 0;
}

.prevnext__icon {
  display: none !important;
}

.prevnext__name {
  font-size: 1rem !important;
  font-weight: bold !important;
  color: rgba(84, 80, 72, 1) !important;
  text-transform: none !important;
}

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

.kcallouta {
  padding: 20px;
  background-color: #efece7;
  border-radius: 10px;
}

pre.codeblock {
 max-width: 100%;
  padding: 10px; /* optional */
  overflow-wrap: break-word; /* allows long words to break */
  white-space: pre-wrap; /* enables wrapping */
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* optional: add word-break for better wrapping of long strings */
  word-break: break-word;
}
  
}
.ckeditor_codeblock {
 max-width: 100%;
  padding: 10px; /* optional */
  overflow-wrap: break-word; /* allows long words to break */
  white-space: pre-wrap; /* enables wrapping */
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* optional: add word-break for better wrapping of long strings */
  word-break: break-word;
}

/* Increase specificity */
.lt-category-list .category[data-category-id="17133152174492"] {
  display: none !important; /* Use !important as a last resort */
}

/* --- Makes the form-specific notice text red --- */
#simple-form-notice strong {
  color: #D83131; /* A standard, accessible red color */
}

/* Flag overrides */

.lt-dropdown a[data-url*="/hc/change_language/en-gb"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-au"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-ca"]:before,
.lt-dropdown a[data-url*="/hc/change_language/en-nz"]:before,
.lt-dropdown a[data-url*="/hc/change_language/es"]:before,
[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr"]:before {
  vertical-align: middle;
  background-size: inherit;
  background-position: center;
}


.lt-dropdown a[data-url*="/hc/change_language/en-gb"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' width='1em' height='1em' fill='currentColor' aria-hidden='true' class='css-1drbgwq'%3E%3Cdefs%3E%3Cellipse id='UK_svg__a' cx='11' cy='11.153' rx='10.826' ry='10.721'%3E%3C/ellipse%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='UK_svg__b' fill='%23fff'%3E%3Cuse xlink:href='%23UK_svg__a'%3E%3C/use%3E%3C/mask%3E%3Cuse fill='%23012169' xlink:href='%23UK_svg__a'%3E%3C/use%3E%3Cg fill-rule='nonzero' mask='url(%23UK_svg__b)'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-11.647 0v2.508l40.23 19.924h5.064v-2.508L-6.583.005h-5.064V0zm45.294 0v2.508L-6.583 22.43h-5.064v-2.508L28.583 0h5.064z'%3E%3C/path%3E%3Cpath d='M7.227 0v22.43h7.546V0H7.227zm-18.874 7.48v7.474h45.294V7.48h-45.294z'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23c8102e' d='M-11.647 8.973v4.486h45.3V8.973h-45.3zM8.733 0v22.43h4.53V0h-4.53zm-20.38 22.43 15.095-7.48H6.83l-15.104 7.48h-3.374zm0-22.43L3.448 7.48H.074l-11.72-5.805V0zM15.17 7.48 30.268 0h3.374L18.548 7.48h-3.38zm18.477 14.95-15.104-7.48h3.374l11.725 5.805v1.673h.005z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/de"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 28 28' fill='currentColor' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='css-1drbgwq'%3E%3Cmask id='DE_svg__a' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28' style='mask-type: alpha;'%3E%3Ccircle cx='14' cy='14' r='13.5' fill='%23D9D9D9' stroke='%23fff'%3E%3C/circle%3E%3C/mask%3E%3Cg mask='url(%23DE_svg__a)'%3E%3Cpath stroke='%23fff' d='M-3.893.5H32.44v27H-3.893z'%3E%3C/path%3E%3Crect x='-4.393' width='37.333' height='28' rx='4' fill='%23D8D8D8'%3E%3C/rect%3E%3Cmask id='DE_svg__b' maskUnits='userSpaceOnUse' x='-5' y='0' width='38' height='28' style='mask-type: luminance;'%3E%3Crect x='-4.393' width='37.333' height='28' rx='4' fill='%23fff'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23DE_svg__b)'%3E%3Cpath d='M-4.393 0h37.334v28H-4.393V0Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M-4.393 0H8.05v28H-4.393V0Z' fill='%2300267F'%3E%3C/path%3E%3Cpath d='M20.498 0H32.94v28H20.498V0Z' fill='%23F31830'%3E%3C/path%3E%3C/g%3E%3Cpath stroke='%23fff' d='M-2.794.5h36.333v27H-2.794z'%3E%3C/path%3E%3Crect x='-3.294' width='37.333' height='28' rx='4' fill='%23D8D8D8'%3E%3C/rect%3E%3Cmask id='DE_svg__c' maskUnits='userSpaceOnUse' x='-4' y='0' width='39' height='28' style='mask-type: luminance;'%3E%3Crect x='-3.294' width='37.333' height='28' rx='4' fill='%23fff'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23DE_svg__c)'%3E%3Cpath d='M-3.294 18.666h37.333V28H-3.294v-9.334Z' fill='%23FFCE00'%3E%3C/path%3E%3Cpath d='M-3.294 0h37.333v9.333H-3.294V0Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M-3.294 9.334h37.333v9.333H-3.294V9.333Z' fill='%23D00'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.lt-dropdown a[data-url*="/hc/change_language/en-au"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' width='1em' height='1em' fill='currentColor' aria-hidden='true' class='css-1drbgwq'%3E%3Cdefs%3E%3Ccircle id='AU_svg__a' cx='11' cy='11' r='11'%3E%3C/circle%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='AU_svg__b' fill='%23fff'%3E%3Cuse xlink:href='%23AU_svg__a'%3E%3C/use%3E%3C/mask%3E%3Cuse fill='%23d8d8d8' xlink:href='%23AU_svg__a'%3E%3C/use%3E%3Cg mask='url(%23AU_svg__b)'%3E%3Cpath fill='%23006' d='M.043 0H22v21.957H.043z'%3E%3C/path%3E%3Cg fill='%23fff' fill-rule='nonzero'%3E%3Cpath d='M0 .043v1.2l13.166 9.52h1.66v-1.2L1.66.043H0zm14.825 0v1.2L1.66 10.764H0v-1.2L13.166.043h1.66z'%3E%3C/path%3E%3Cpath d='M6.175.043v10.72h2.47V.043h-2.47zM0 3.615v3.577h14.825V3.615H0z'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23c00' fill-rule='nonzero' d='M0 4.33v2.144h14.825V4.33H0zM6.673.043v10.72h1.475V.043H6.673zM0 10.764l4.94-3.572h1.106l-4.94 3.572H0zM0 .043l4.94 3.572H3.838L0 .84V.043zm8.78 3.572L13.72.043h1.106l-4.94 3.572H8.78zm6.047 7.15-4.94-3.572h1.102l3.838 2.775v.798z'%3E%3C/path%3E%3Cpath fill='%23fff' d='m2.354 15.85 1.74.66.575-1.775.57 1.775 1.745-.66-1.034 1.557 1.604.952-1.857.16.257 1.848-1.287-1.35-1.287 1.35.257-1.844-1.86-.163 1.608-.952m13.938 3.066-.815.07.116.806-.558-.588-.557.588.1-.806-.806-.07.7-.412-.45-.678.76.287.25-.772.244.772.763-.287-.446.678m.695-11.596-.806.07.11.806-.557-.588-.558.588.103-.806-.806-.07.7-.412-.45-.678.76.287.25-.772.244.772.763-.287-.446.678m-3.808 5.292-.806.07.112.802-.558-.588-.558.588.107-.802-.806-.07.7-.416-.45-.673.76.287.25-.772.244.772.76-.287-.446.673m9.195-.785-.806.07.11.802-.558-.588-.557.588.107-.802-.806-.07.7-.416-.45-.673.76.287.25-.772.25.772.755-.287-.446.673m-2.753 3.538-.442.274.124-.506-.4-.335.515-.04.202-.48.19.485.52.043-.395.33.124.506'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.lt-dropdown a[data-url*="/hc/change_language/en-ca"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' width='1em' height='1em' fill='currentColor' aria-hidden='true' class='css-1drbgwq'%3E%3Cdefs%3E%3Ccircle id='CA_svg__a' cx='11' cy='11' r='11'%3E%3C/circle%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='CA_svg__b' fill='%23fff'%3E%3Cuse xlink:href='%23CA_svg__a'%3E%3C/use%3E%3C/mask%3E%3Cuse fill='%23fff' xlink:href='%23CA_svg__a'%3E%3C/use%3E%3Cg mask='url(%23CA_svg__b)'%3E%3Cpath fill='%23fff' d='M4.745 1.725h12.94v18.55H4.745z'%3E%3C/path%3E%3Cpath fill='red' fill-rule='nonzero' d='M-1.725-1.294h6.578v24.588h-6.578V-1.294zm18.873-1.294h7.01v27.176h-7.01V-2.588zM6.82 10.688l-.508.174 2.375 2.083c.182.536-.062.692-.218.975l2.58-.326-.065 2.6.538-.018-.12-2.57 2.586.304c-.16-.337-.3-.514-.156-1.05l2.375-1.974-.414-.15c-.34-.264.145-1.26.218-1.89 0 0-1.384.475-1.475.225l-.36-.67-1.257 1.377c-.138.036-.196-.022-.23-.138l.58-2.887-.923.518c-.076.033-.153 0-.203-.087l-.9-1.775-.915 1.844c-.07.065-.138.072-.196.03l-.88-.493.527 2.87c-.04.11-.142.145-.258.083l-1.21-1.37c-.156.254-.265.667-.472.76-.207.083-.908-.178-1.377-.28.16.576.66 1.532.345 1.848v-.004z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.lt-dropdown a[data-url*="/hc/change_language/en-nz"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' width='1em' height='1em' fill='currentColor' aria-hidden='true' class='css-1drbgwq'%3E%3Cdefs%3E%3Ccircle id='NZ_svg__a' cx='11' cy='11' r='11'%3E%3C/circle%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='NZ_svg__b' fill='%23fff'%3E%3Cuse xlink:href='%23NZ_svg__a'%3E%3C/use%3E%3C/mask%3E%3Cuse fill='%23039' xlink:href='%23NZ_svg__a'%3E%3C/use%3E%3Cg mask='url(%23NZ_svg__b)'%3E%3Cpath fill='%2300247d' d='M.006 22.427h22.388V.04H.006z'%3E%3C/path%3E%3Cg fill='%23fff'%3E%3Cpath d='M17.34 8.738v.6l1.202-.6z'%3E%3C/path%3E%3Cpath d='m17.595 9.406-.353-.486 1.326-.22z'%3E%3C/path%3E%3Cpath d='M17.34 8.738v.6l-1.202-.6z'%3E%3C/path%3E%3Cpath d='m17.082 9.406.353-.486L16.1 8.7z'%3E%3C/path%3E%3Cpath d='m17.682 8.987-.572.186.943.958z'%3E%3C/path%3E%3Cpath d='m17.125 9.437.353-.486.62 1.193z'%3E%3C/path%3E%3Cpath d='m16.996 8.987.572.186-.2-1.33z'%3E%3C/path%3E%3Cpath d='m17.7 8.95-.572.186.2-1.33z'%3E%3C/path%3E%3Cpath d='m16.996 8.987.572.186-.943.958z'%3E%3C/path%3E%3Cpath d='m17.552 9.437-.353-.486-.62 1.193z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23cc142b'%3E%3Cpath d='M17.34 8.86v.397l.794-.397z'%3E%3C/path%3E%3Cpath d='m17.508 9.302-.233-.32.876-.146z'%3E%3C/path%3E%3Cpath d='M17.34 8.86v.397l-.794-.397z'%3E%3C/path%3E%3Cpath d='m17.17 9.302.233-.32-.876-.146z'%3E%3C/path%3E%3Cpath d='m17.565 9.025-.378.123.623.633z'%3E%3C/path%3E%3Cpath d='M17.198 9.322 17.43 9l.41.788z'%3E%3C/path%3E%3Cpath d='m17.112 9.025.378.123-.132-.878z'%3E%3C/path%3E%3Cpath d='m17.584 9-.378.123.132-.878z'%3E%3C/path%3E%3Cpath d='m17.112 9.025.378.123-.623.633z'%3E%3C/path%3E%3Cpath d='M17.48 9.322 17.246 9l-.41.788z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M20.49 11.513v.535l1.07-.535z'%3E%3C/path%3E%3Cpath d='m20.717 12.108-.314-.433 1.18-.196z'%3E%3C/path%3E%3Cpath d='M20.49 11.513v.535l-1.07-.535z'%3E%3C/path%3E%3Cpath d='m20.26 12.108.314-.433-1.18-.196z'%3E%3C/path%3E%3Cpath d='m20.794 11.735-.51.165.84.852z'%3E%3C/path%3E%3Cpath d='m20.3 12.136.314-.433.55 1.062z'%3E%3C/path%3E%3Cpath d='m20.183 11.735.51.165-.178-1.183z'%3E%3C/path%3E%3Cpath d='m20.82 11.702-.51.165.178-1.183z'%3E%3C/path%3E%3Cpath d='m20.183 11.735.51.165-.84.852z'%3E%3C/path%3E%3Cpath d='m20.678 12.136-.314-.433-.55 1.062z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23cc142b'%3E%3Cpath d='M20.49 11.636v.33l.662-.33z'%3E%3C/path%3E%3Cpath d='m20.63 12.004-.195-.268.73-.12z'%3E%3C/path%3E%3Cpath d='M20.49 11.636v.33l-.662-.33z'%3E%3C/path%3E%3Cpath d='m20.348 12.004.195-.268-.73-.12z'%3E%3C/path%3E%3Cpath d='m20.678 11.773-.315.102.52.527z'%3E%3C/path%3E%3Cpath d='m20.37 12.02.195-.268.34.657z'%3E%3C/path%3E%3Cpath d='m20.3 11.773.315.102-.1-.732z'%3E%3C/path%3E%3Cpath d='m20.693 11.752-.315.102.1-.732z'%3E%3C/path%3E%3Cpath d='m20.3 11.773.315.102-.52.527z'%3E%3C/path%3E%3Cpath d='m20.606 12.02-.195-.268-.34.657z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M13.67 12.433v.6l1.202-.6z'%3E%3C/path%3E%3Cpath d='m13.925 13.1-.353-.486 1.326-.22z'%3E%3C/path%3E%3Cpath d='M13.67 12.433v.6l-1.202-.6z'%3E%3C/path%3E%3Cpath d='m13.413 13.1.353-.486-1.326-.22z'%3E%3C/path%3E%3Cpath d='m14.012 12.682-.572.186.943.958z'%3E%3C/path%3E%3Cpath d='m13.456 13.133.353-.486.62 1.193z'%3E%3C/path%3E%3Cpath d='m13.326 12.682.572.186-.2-1.33z'%3E%3C/path%3E%3Cpath d='m14.04 12.645-.572.186.2-1.33z'%3E%3C/path%3E%3Cpath d='m13.326 12.682.572.186-.943.958z'%3E%3C/path%3E%3Cpath d='m13.882 13.133-.353-.486-.62 1.193z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23cc142b'%3E%3Cpath d='M13.67 12.556v.397l.794-.397z'%3E%3C/path%3E%3Cpath d='m13.838 12.997-.233-.32.876-.146z'%3E%3C/path%3E%3Cpath d='M13.67 12.556v.397l-.795-.397z'%3E%3C/path%3E%3Cpath d='m13.5 12.997.233-.32-.876-.146z'%3E%3C/path%3E%3Cpath d='m13.896 12.72-.378.123.623.633z'%3E%3C/path%3E%3Cpath d='m13.528 13.018.233-.32.41.788z'%3E%3C/path%3E%3Cpath d='m13.442 12.72.378.123-.132-.878z'%3E%3C/path%3E%3Cpath d='m13.914 12.696-.378.123.132-.878z'%3E%3C/path%3E%3Cpath d='m13.442 12.72.378.123-.623.633z'%3E%3C/path%3E%3Cpath d='m13.8 13.018-.234-.32-.41.788z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M17.34 18.232v.667l1.335-.667z'%3E%3C/path%3E%3Cpath d='m17.623 18.974-.392-.54 1.472-.245z'%3E%3C/path%3E%3Cpath d='M17.34 18.232v.667l-1.335-.667z'%3E%3C/path%3E%3Cpath d='m17.054 18.974.392-.54-1.472-.245z'%3E%3C/path%3E%3Cpath d='m17.72 18.51-.635.206 1.047 1.063z'%3E%3C/path%3E%3Cpath d='m17.102 19.008.392-.54.688 1.324z'%3E%3C/path%3E%3Cpath d='m16.958 18.51.635.206-.222-1.476z'%3E%3C/path%3E%3Cpath d='m17.75 18.467-.635.206.222-1.476z'%3E%3C/path%3E%3Cpath d='m16.958 18.51.635.206-1.047 1.063z'%3E%3C/path%3E%3Cpath d='m17.575 19.008-.392-.54-.687 1.324z'%3E%3C/path%3E%3C/g%3E%3Cg fill='%23cc142b'%3E%3Cpath d='M17.34 18.354v.463l.927-.463z'%3E%3C/path%3E%3Cpath d='m17.536 18.87-.272-.375 1.022-.17z'%3E%3C/path%3E%3Cpath d='M17.34 18.354v.463l-.927-.463z'%3E%3C/path%3E%3Cpath d='m17.14 18.87.272-.375-1.022-.17z'%3E%3C/path%3E%3Cpath d='m17.603 18.546-.44.143.727.738z'%3E%3C/path%3E%3Cpath d='m17.174 18.893.272-.375.477.92z'%3E%3C/path%3E%3Cpath d='m17.074 18.546.44.143-.154-1.025z'%3E%3C/path%3E%3Cpath d='m17.625 18.518-.44.143.154-1.025z'%3E%3C/path%3E%3Cpath d='m17.074 18.546.44.143-.727.738z'%3E%3C/path%3E%3Cpath d='m17.503 18.893-.272-.375-.477.92z'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23000' d='M13.65.04 6.828 5.216 13.65.04zM.006.04l6.822 5.177L.006.04zm6.822 5.177 6.822 5.177-6.822-5.177zM.006 10.392l6.822-5.177-6.822 5.177z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M11.48.04 6.828 3.57 2.176.04H.006v1.647l4.652 3.53-4.652 3.53v1.647h2.17l4.652-3.53 4.652 3.53h2.17V8.746l-4.652-3.53 4.652-3.53V.04z'%3E%3C/path%3E%3Cpath fill='%23000' d='M13.65.04 6.828 5.216 13.65.04zM6.828 5.216l6.822 5.177-6.822-5.177z'%3E%3C/path%3E%3Cpath fill='%23cc142b' d='M12.203.04 6.828 4.12v1.098L.006.04v1.098l5.375 4.08h1.447L.006 10.392h1.447l5.375-4.08V5.216l6.822 5.177V9.295l-5.375-4.08H6.828L13.65.04z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M5.502.04v3.848H.006V6.54h5.496v3.848h2.65V6.54h5.5V3.89H8.156V.04z'%3E%3C/path%3E%3Cpath fill='%23cc142b' d='M6.03.04v4.38H.006v1.592H6.04v4.38h1.587v-4.38h6.03V4.42H7.623V.04z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.lt-dropdown a[data-url*="/hc/change_language/es"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 28 28' fill='currentColor' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='css-1drbgwq'%3E%3Cmask id='ES_svg__a' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28' style='mask-type: alpha;'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23D9D9D9'%3E%3C/circle%3E%3C/mask%3E%3Cg mask='url(%23ES_svg__a)'%3E%3Crect x='-1' width='31' height='28' rx='4' fill='%23D8D8D8'%3E%3C/rect%3E%3Cmask id='ES_svg__b' maskUnits='userSpaceOnUse' x='-1' y='0' width='31' height='28' style='mask-type: luminance;'%3E%3Crect x='-1' width='31' height='28' rx='4' fill='%23fff'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23ES_svg__b)'%3E%3Cpath d='M-1 0h31v28H-1V0Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M-1 0H9.332v28H-1V0Z' fill='%2300267F'%3E%3C/path%3E%3Cpath d='M19.668 0H30v28H19.668V0Z' fill='%23F31830'%3E%3C/path%3E%3C/g%3E%3Crect x='-4' width='37' height='28' rx='4' fill='%23D8D8D8'%3E%3C/rect%3E%3Cmask id='ES_svg__c' maskUnits='userSpaceOnUse' x='-4' y='0' width='37' height='28' style='mask-type: luminance;'%3E%3Crect x='-4' width='37' height='28' rx='4' fill='%23fff'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23ES_svg__c)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-4 28h37V0H-4v28Z' fill='%23C60B1E'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-4 21h37V7H-4v14Z' fill='%23FFC400'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.36 12.443-.046-.006-.058-.059-.04-.023-.035-.047s-.04-.064-.023-.116c.017-.053.052-.07.08-.088a.657.657 0 0 1 .087-.029l.058-.023.075-.018.03-.017c.01 0 .04 0 .057-.012l.058-.012.092.006h.278a.27.27 0 0 1 .08.024c.039.014.078.028.116.04.03.006.093.018.128.035.028.018.052.041.063.059l.029.058v.064l-.029.047-.035.058-.046.035s-.029.03-.058.024c-.023 0-.277-.047-.439-.047-.162 0-.422.052-.422.052' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m3.36 12.443-.046-.006-.058-.059-.04-.023-.035-.047s-.04-.064-.023-.116c.017-.053.052-.07.08-.088a.657.657 0 0 1 .087-.029l.058-.023.075-.018.03-.017c.01 0 .04 0 .057-.012l.058-.012.092.006h.278a.27.27 0 0 1 .08.024c.039.014.078.028.116.04.03.006.093.018.128.035.028.018.052.041.063.059l.029.058v.064l-.029.047-.035.058-.046.035s-.029.03-.058.024c-.023 0-.277-.047-.439-.047-.162 0-.422.052-.422.052v-.005Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.706 12.075c0-.076.035-.134.075-.134.047 0 .081.058.081.14 0 .076-.034.14-.08.14-.047 0-.076-.064-.076-.146' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.706 12.075c0-.076.035-.134.075-.134.047 0 .081.058.081.14 0 .076-.034.14-.08.14-.047 0-.076-.064-.076-.146Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.747 12.075c0-.07.017-.123.04-.123.017 0 .035.059.035.123 0 .076-.018.128-.035.128-.023 0-.035-.058-.035-.128' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.747 12.075c0-.07.017-.123.04-.123.017 0 .035.059.035.123 0 .076-.018.128-.035.128-.023 0-.035-.058-.035-.128h-.005Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.735 11.93c0-.024.023-.047.046-.047s.058.023.058.046c0 .03-.029.053-.058.053s-.046-.023-.046-.053' fill='%23C8B100'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.822 11.912v.035H3.74v-.035h.029v-.07h-.04v-.035h.04v-.03h.029v.03h.034v.035H3.8v.07h.023Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M3.822 11.912v.035H3.74v-.035h.029v-.07h-.04v-.035h.04v-.03h.029v.03h.034v.035H3.8v.07h.023' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.856 11.912v.035h-.144v-.035h.058v-.07h-.04v-.035h.04v-.03h.029v.03h.034v.035H3.8v.07h.057Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M3.856 11.912v.035h-.144v-.035h.058v-.07h-.04v-.035h.04v-.03h.029v.03h.034v.035H3.8v.07h.057' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath d='M3.799 11.883c.023.006.034.023.034.046 0 .03-.023.053-.046.053s-.058-.023-.058-.053c0-.023.018-.04.04-.046' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.788 12.437h-.272v-.064l-.017-.07-.012-.088c-.075-.1-.145-.163-.168-.146.006-.017.012-.035.03-.04.063-.041.202.058.3.21l.029.04h.22l.023-.04c.104-.158.237-.252.3-.21.018.005.023.023.03.04-.024-.017-.093.047-.169.146l-.011.088-.012.07-.005.064h-.272' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.788 12.437h-.272v-.064l-.017-.07-.012-.088c-.075-.1-.145-.163-.168-.146.006-.017.012-.035.03-.04.063-.041.202.058.3.21l.029.04h.22l.023-.04c.104-.158.237-.252.3-.21.018.005.023.023.03.04-.024-.017-.093.047-.169.146l-.011.088-.012.07-.005.064h-.272.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath d='m4.233 12.063.008-.012c-.017-.011-.039-.01-.06-.002a.253.253 0 0 0-.068.042.813.813 0 0 0-.153.174l.013.008.012.009a.783.783 0 0 1 .147-.168.228.228 0 0 1 .06-.037c.017-.006.027-.005.033 0l.008-.014Zm-.902 0 .007.014c.01-.005.023-.006.041 0 .018.007.04.02.063.038a.69.69 0 0 1 .142.166l.013-.008.013-.008a.718.718 0 0 0-.15-.174.248.248 0 0 0-.071-.042.083.083 0 0 0-.065.001l.007.013Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.388 12.56-.029-.06c.278-.077.572-.077.85 0l-.029.047a.354.354 0 0 0-.017.047 1.318 1.318 0 0 0-.382-.046c-.15 0-.3.017-.375.046l-.018-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.388 12.56-.029-.06c.278-.077.572-.077.85 0l-.029.047a.354.354 0 0 0-.017.047 1.318 1.318 0 0 0-.382-.046c-.15 0-.3.017-.375.046l-.018-.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.782 12.699c.139 0 .289-.023.34-.035.036-.012.059-.03.059-.047 0-.011-.012-.017-.023-.023a1.291 1.291 0 0 0-.376-.047c-.145 0-.29.018-.37.047-.012 0-.018.012-.023.018 0 .023.017.04.057.052a1.9 1.9 0 0 0 .336.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.782 12.699c.139 0 .289-.023.34-.035.036-.012.059-.03.059-.047 0-.011-.012-.017-.023-.023a1.291 1.291 0 0 0-.376-.047c-.145 0-.29.018-.37.047-.012 0-.018.012-.023.018 0 .023.017.04.057.052a1.9 1.9 0 0 0 .336.035Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.215 12.437-.029-.03s-.035.018-.075.012c-.035 0-.052-.058-.052-.058s-.04.04-.075.04a.067.067 0 0 1-.058-.034s-.04.029-.075.023c-.035 0-.07-.047-.07-.047s-.034.047-.07.047c-.034.006-.057-.03-.057-.03s-.023.036-.063.042c-.04.005-.081-.035-.081-.035s-.03.04-.058.058a.18.18 0 0 1-.07-.023l-.011.029-.017.006.011.029c.136-.036.276-.054.416-.053.174 0 .318.024.428.059l.012-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m4.215 12.437-.029-.03s-.035.018-.075.012c-.035 0-.052-.058-.052-.058s-.04.04-.075.04a.067.067 0 0 1-.058-.034s-.04.029-.075.023c-.035 0-.07-.047-.07-.047s-.034.047-.07.047c-.034.006-.057-.03-.057-.03s-.023.036-.063.042c-.04.005-.081-.035-.081-.035s-.03.04-.058.058a.18.18 0 0 1-.07-.023l-.011.029-.017.006.011.029c.136-.036.276-.054.416-.053.174 0 .318.024.428.059l.012-.035h-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.788 12.29h.011a.053.053 0 0 0 0 .024c0 .035.023.058.058.058a.058.058 0 0 0 .058-.04l.011-.018v.023c.006.03.035.047.064.047.035 0 .058-.023.058-.058v-.006l.023-.023.011.029a.048.048 0 0 0-.005.023c0 .032.025.058.057.058a.06.06 0 0 0 .052-.029l.012-.011v.017c0 .018.006.035.023.04 0 0 .023 0 .058-.022l.04-.041v.023s-.028.047-.057.058c-.012.012-.03.024-.047.018-.017 0-.034-.018-.04-.035-.012.012-.023.012-.04.012-.035 0-.07-.018-.081-.047a.093.093 0 0 1-.064.03.09.09 0 0 1-.07-.036.089.089 0 0 1-.057.023.09.09 0 0 1-.075-.035.092.092 0 0 1-.14.012.091.091 0 0 1-.069.035.084.084 0 0 1-.063-.03c-.012.03-.046.048-.081.048-.012 0-.029 0-.04-.012-.006.017-.024.035-.041.035s-.035 0-.052-.012l-.058-.058.006-.03.046.042c.03.023.052.023.052.023.018 0 .023-.023.023-.04v-.018l.012.011a.06.06 0 0 0 .052.03.058.058 0 0 0 .058-.059.053.053 0 0 0 0-.023v-.03l.023.024v.006c0 .035.029.058.058.058.034 0 .057-.017.063-.052v-.018l.012.018c.011.023.035.04.058.04.04 0 .063-.023.063-.058v-.017h.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.788 12.29h.011a.053.053 0 0 0 0 .024c0 .035.023.058.058.058a.058.058 0 0 0 .058-.04l.011-.018v.023c.006.03.035.047.064.047.035 0 .058-.023.058-.058v-.006l.023-.023.011.029a.048.048 0 0 0-.005.023c0 .032.025.058.057.058a.06.06 0 0 0 .052-.029l.012-.011v.017c0 .018.006.035.023.04 0 0 .023 0 .058-.022l.04-.041v.023s-.028.047-.057.058c-.012.012-.03.024-.047.018-.017 0-.034-.018-.04-.035-.012.012-.023.012-.04.012-.035 0-.07-.018-.081-.047a.093.093 0 0 1-.064.03.09.09 0 0 1-.07-.036.089.089 0 0 1-.057.023.09.09 0 0 1-.075-.035.092.092 0 0 1-.14.012.091.091 0 0 1-.069.035.084.084 0 0 1-.063-.03c-.012.03-.046.048-.081.048-.012 0-.029 0-.04-.012-.006.017-.024.035-.041.035s-.035 0-.052-.012l-.058-.058.006-.03.046.042c.03.023.052.023.052.023.018 0 .023-.023.023-.04v-.018l.012.011a.06.06 0 0 0 .052.03.058.058 0 0 0 .058-.059.053.053 0 0 0 0-.023v-.03l.023.024v.006c0 .035.029.058.058.058.034 0 .057-.017.063-.052v-.018l.012.018c.011.023.035.04.058.04.04 0 .063-.023.063-.058v-.017h.018v-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.781 12.443c-.167 0-.318.023-.422.058l-.017-.012.006-.017c.14-.04.287-.06.433-.058.174 0 .33.023.44.058 0 0 .011.011.005.017l-.017.012a1.563 1.563 0 0 0-.428-.058' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.781 12.443c-.167 0-.318.023-.422.058l-.017-.012.006-.017c.14-.04.287-.06.433-.058.174 0 .33.023.44.058 0 0 .011.011.005.017l-.017.012a1.563 1.563 0 0 0-.428-.058Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.62 12.507c0-.018.011-.024.028-.024.013 0 .024.01.024.024 0 .011-.012.023-.024.023a.023.023 0 0 1-.028-.017v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.62 12.507c0-.018.011-.024.028-.024.013 0 .024.01.024.024 0 .011-.012.023-.024.023a.023.023 0 0 1-.028-.017v-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.787 12.513h-.058c-.006 0-.017 0-.017-.018l.017-.017h.116c.007.002.012.01.011.017 0 .01-.008.018-.017.018h-.058' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M3.787 12.513h-.058c-.006 0-.017 0-.017-.018l.017-.017h.116c.007.002.012.01.011.017 0 .01-.008.018-.017.018h-.058' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.516 12.536h-.04c-.006 0-.018 0-.018-.012 0-.008.004-.015.012-.017l.04-.006.04-.006c.012 0 .018 0 .024.012a.018.018 0 0 1-.01.022h-.047' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='M3.516 12.536h-.04c-.006 0-.018 0-.018-.012 0-.008.004-.015.012-.017l.04-.006.04-.006c.012 0 .018 0 .024.012a.018.018 0 0 1-.01.022h-.047' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.36 12.56.017-.024h.04l-.023.035-.034-.012Z' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m3.36 12.56.017-.024h.04l-.023.035-.034-.012' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.897 12.507c0-.018.011-.024.023-.024a.023.023 0 0 1 .028.017v.007c0 .013-.009.024-.022.024a.02.02 0 0 1-.006 0 .023.023 0 0 1-.023-.024' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.897 12.507c0-.018.011-.024.023-.024a.023.023 0 0 1 .028.017v.007c0 .013-.009.024-.022.024a.02.02 0 0 1-.006 0 .023.023 0 0 1-.023-.024Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.054 12.536h.034c.01.003.02-.001.023-.01v-.002a.017.017 0 0 0-.017-.018l-.035-.005-.04-.006c-.012 0-.017 0-.023.011 0 .012.006.018.017.024h.04' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='M4.054 12.536h.034c.01.003.02-.001.023-.01v-.002a.017.017 0 0 0-.017-.018l-.035-.005-.04-.006c-.012 0-.017 0-.023.011 0 .012.006.018.017.024h.04' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.21 12.565-.018-.03h-.04l.017.036.035-.006' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m4.21 12.565-.018-.03h-.04l.017.036.035-.006' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.781 12.664a1.44 1.44 0 0 1-.346-.035c.23-.056.469-.056.7 0a1.477 1.477 0 0 1-.348.035' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.781 12.664a1.44 1.44 0 0 1-.346-.035c.23-.056.469-.056.7 0a1.477 1.477 0 0 1-.348.035h-.006Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.21 12.367-.006-.018c-.012 0-.017 0-.023.012 0 .012 0 .023.011.023 0 0 .012 0 .018-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m4.21 12.367-.006-.018c-.012 0-.017 0-.023.012 0 .012 0 .023.011.023 0 0 .012 0 .018-.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.937 12.32c0-.012 0-.023-.011-.023 0 0-.012.005-.012.017s0 .024.012.024l.017-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.937 12.32c0-.012 0-.023-.011-.023 0 0-.012.005-.012.017s0 .024.012.024l.017-.018h-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.631 12.32.006-.023c.011 0 .017.005.017.017s0 .024-.011.024l-.012-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m3.631 12.32.006-.023c.011 0 .017.005.017.017s0 .024-.011.024l-.012-.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.36 12.367.005-.018c.012 0 .018 0 .023.012 0 .012 0 .023-.011.023 0 0-.012 0-.017-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m3.36 12.367.005-.018c.012 0 .018 0 .023.012 0 .012 0 .023-.011.023 0 0-.012 0-.017-.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.781 12.162-.046.03.035.075.011.006.012-.005.04-.076-.052-.03Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.781 12.162-.046.03.035.075.011.006.012-.005.04-.076-.052-.03' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.677 12.279.024.03.075-.024.006-.012-.006-.011-.075-.018-.024.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.677 12.279.024.03.075-.024.006-.012-.006-.011-.075-.018-.024.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.886 12.279-.017.03-.075-.024-.012-.012.012-.011.075-.018.017.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.886 12.279-.017.03-.075-.024-.012-.012.012-.011.075-.018.017.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.476 12.191-.04.041.051.059.012.005.006-.005.017-.076-.046-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.476 12.191-.04.041.051.059.012.005.006-.005.017-.076-.046-.018' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.4 12.32.023.03.07-.036v-.011l-.006-.012-.075-.006-.018.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.4 12.32.023.03.07-.036v-.011l-.006-.012-.075-.006-.018.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.603 12.279-.017.035h-.07l-.011-.012.005-.017.07-.035.029.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.603 12.279-.017.035h-.07l-.011-.012.005-.017.07-.035.029.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.319 12.332v.035l-.081.011-.012-.005v-.012l.058-.053.035.024Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M3.319 12.332v.035l-.081.011-.012-.005v-.012l.058-.053.035.024' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.47 12.302c0-.017.01-.029.028-.029.017 0 .029.012.029.03a.029.029 0 0 1-.029.023.029.029 0 0 1-.029-.024' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.47 12.302c0-.017.01-.029.028-.029.017 0 .029.012.029.03a.029.029 0 0 1-.029.023.029.029 0 0 1-.029-.024Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.094 12.191.04.041-.052.059-.011.005-.006-.005-.018-.076.047-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m4.094 12.191.04.041-.052.059-.011.005-.006-.005-.018-.076.047-.018' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.175 12.32-.029.03-.07-.036v-.011l.007-.012.075-.006.017.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m4.175 12.32-.029.03-.07-.036v-.011l.007-.012.075-.006.017.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.967 12.279.017.035h.075l.012-.012-.006-.017-.07-.035-.028.029Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m3.967 12.279.017.035h.075l.012-.012-.006-.017-.07-.035-.028.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.238 12.332.006.035.075.011.011-.005v-.012l-.057-.053-.035.024Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m4.238 12.332.006.035.075.011.011-.005v-.012l-.057-.053-.035.024' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.758 12.273a.03.03 0 0 1 .023-.023c.018 0 .03.011.03.023a.03.03 0 0 1-.03.03.03.03 0 0 1-.023-.03' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.758 12.273a.03.03 0 0 1 .023-.023c.018 0 .03.011.03.023a.03.03 0 0 1-.03.03.03.03 0 0 1-.023-.03Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.041 12.302c0-.017.018-.029.03-.029a.03.03 0 0 1 .028.03.029.029 0 0 1-.029.023.029.029 0 0 1-.029-.024' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.041 12.302c0-.017.018-.029.03-.029a.03.03 0 0 1 .028.03.029.029 0 0 1-.029.023.029.029 0 0 1-.029-.024Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.215 12.378-.034-.04c-.012-.012-.04-.018-.04-.018 0-.006.017-.017.034-.017.01 0 .017.004.023.011v-.011s.017 0 .023.017v.058' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m3.215 12.378-.034-.04c-.012-.012-.04-.018-.04-.018 0-.006.017-.017.034-.017.01 0 .017.004.023.011v-.011s.017 0 .023.017v.058h-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.215 12.367a.016.016 0 0 1 .029 0c.012.006.017.017.012.03l-.03-.007c-.01-.006-.017-.023-.01-.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.215 12.367a.016.016 0 0 1 .029 0c.012.006.017.017.012.03l-.03-.007c-.01-.006-.017-.023-.01-.029v.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.342 12.378.035-.04c.012-.012.04-.018.04-.018 0-.006-.017-.017-.034-.017a.032.032 0 0 0-.023.011v-.011s-.018 0-.024.017v.04l.006.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m4.342 12.378.035-.04c.012-.012.04-.018.04-.018 0-.006-.017-.017-.034-.017a.032.032 0 0 0-.023.011v-.011s-.018 0-.024.017v.04l.006.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.343 12.367c0-.012-.018-.012-.03 0-.01.006-.01.017-.005.03l.029-.007c.011-.006.011-.023.006-.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.343 12.367c0-.012-.018-.012-.03 0-.01.006-.01.017-.005.03l.029-.007c.011-.006.011-.023.006-.029v.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.169 13.008h1.237v-.32H3.17v.326-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.169 13.008h1.237v-.32H3.17v.326-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.296 13.23a.053.053 0 0 1 .023 0h.954a.081.081 0 0 1-.058-.07c0-.035.029-.064.058-.075H3.325a.083.083 0 0 1-.03 0 .08.08 0 0 1 .059.075.076.076 0 0 1-.058.07' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.296 13.23a.053.053 0 0 1 .023 0h.954a.081.081 0 0 1-.058-.07c0-.035.029-.064.058-.075H3.325a.083.083 0 0 1-.03 0 .08.08 0 0 1 .059.075.076.076 0 0 1-.058.07Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.32 13.23h.925c.034 0 .057.018.057.041 0 .023-.023.047-.057.047H3.32c-.03 0-.058-.024-.058-.047s.029-.046.058-.046' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.32 13.23h.925c.034 0 .057.018.057.041 0 .023-.023.047-.057.047H3.32c-.03 0-.058-.024-.058-.047s.029-.046.058-.046v.005Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.32 13.008h.925c.034 0 .057.024.057.041 0 .023-.023.035-.057.035H3.32c-.03 0-.058-.012-.058-.035 0-.018.029-.035.058-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.32 13.008h.925c.034 0 .057.024.057.041 0 .023-.023.035-.057.035H3.32c-.03 0-.058-.012-.058-.035 0-.018.029-.035.058-.035v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.649 18.515a.466.466 0 0 1-.214-.047.478.478 0 0 0-.22-.046.482.482 0 0 0-.214.046.469.469 0 0 1-.22.047.449.449 0 0 1-.214-.047.476.476 0 0 0-.213-.046.46.46 0 0 0-.214.046.47.47 0 0 1-.22.047v.14a.48.48 0 0 0 .22-.053.482.482 0 0 1 .214-.047c.08 0 .156.018.213.047.058.03.128.053.214.053a.48.48 0 0 0 .22-.053.492.492 0 0 1 .214-.047.5.5 0 0 1 .22.047c.057.03.127.053.214.053v-.14' fill='%23005BBF'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.649 18.515a.466.466 0 0 1-.214-.047.478.478 0 0 0-.22-.046.482.482 0 0 0-.214.046.469.469 0 0 1-.22.047.449.449 0 0 1-.214-.047.476.476 0 0 0-.213-.046.46.46 0 0 0-.214.046.47.47 0 0 1-.22.047v.14a.48.48 0 0 0 .22-.053.482.482 0 0 1 .214-.047c.08 0 .156.018.213.047.058.03.128.053.214.053a.48.48 0 0 0 .22-.053.492.492 0 0 1 .214-.047.5.5 0 0 1 .22.047c.057.03.127.053.214.053v-.14Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.649 18.655a.456.456 0 0 1-.214-.053.49.49 0 0 0-.22-.047.484.484 0 0 0-.214.047.48.48 0 0 1-.22.053.438.438 0 0 1-.214-.053.493.493 0 0 0-.213-.047.474.474 0 0 0-.214.047.48.48 0 0 1-.22.053v.134a.497.497 0 0 0 .22-.052.465.465 0 0 1 .214-.042c.08 0 .156.013.213.042.137.07.298.07.434 0a.487.487 0 0 1 .434.005.46.46 0 0 0 .214.047v-.134' fill='%23CCC'%3E%3C/path%3E%3Cpath d='M4.649 18.655a.456.456 0 0 1-.214-.053.49.49 0 0 0-.22-.047.484.484 0 0 0-.214.047.48.48 0 0 1-.22.053.438.438 0 0 1-.214-.053.493.493 0 0 0-.213-.047.474.474 0 0 0-.214.047.48.48 0 0 1-.22.053v.134a.497.497 0 0 0 .22-.052.465.465 0 0 1 .214-.042c.08 0 .156.013.213.042.137.07.298.07.434 0a.487.487 0 0 1 .434.005.46.46 0 0 0 .214.047v-.134' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.649 18.783a.408.408 0 0 1-.214-.046.473.473 0 0 0-.22-.041.483.483 0 0 0-.214.04.429.429 0 0 1-.22.053.446.446 0 0 1-.214-.052.476.476 0 0 0-.213-.047.46.46 0 0 0-.214.047.49.49 0 0 1-.22.052v.134a.417.417 0 0 0 .22-.053.595.595 0 0 1 .427 0c.066.038.14.056.214.053a.486.486 0 0 0 .22-.046.474.474 0 0 1 .214-.047c.087 0 .162.017.22.047.057.029.127.046.214.046v-.14' fill='%23005BBF'%3E%3C/path%3E%3Cpath d='M4.649 18.783a.408.408 0 0 1-.214-.046.473.473 0 0 0-.22-.041.483.483 0 0 0-.214.04.429.429 0 0 1-.22.053.446.446 0 0 1-.214-.052.476.476 0 0 0-.213-.047.46.46 0 0 0-.214.047.49.49 0 0 1-.22.052v.134a.417.417 0 0 0 .22-.053.595.595 0 0 1 .427 0c.066.038.14.056.214.053a.486.486 0 0 0 .22-.046.474.474 0 0 1 .214-.047c.087 0 .162.017.22.047.057.029.127.046.214.046v-.14' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.649 19.058a.46.46 0 0 1-.214-.047.484.484 0 0 0-.214-.047.486.486 0 0 0-.22.047.49.49 0 0 1-.22.047.4.4 0 0 1-.214-.053.482.482 0 0 0-.213-.04.484.484 0 0 0-.214.046.49.49 0 0 1-.22.047v-.134a.48.48 0 0 0 .22-.053.59.59 0 0 1 .427 0 .494.494 0 0 0 .434.006.49.49 0 0 1 .22-.047c.08 0 .156.018.214.047.057.029.133.047.214.047v.134' fill='%23CCC'%3E%3C/path%3E%3Cpath d='M4.649 19.058a.46.46 0 0 1-.214-.047.484.484 0 0 0-.214-.047.486.486 0 0 0-.22.047.49.49 0 0 1-.22.047.4.4 0 0 1-.214-.053.482.482 0 0 0-.213-.04.484.484 0 0 0-.214.046.49.49 0 0 1-.22.047v-.134a.48.48 0 0 0 .22-.053.59.59 0 0 1 .427 0 .494.494 0 0 0 .434.006.49.49 0 0 1 .22-.047c.08 0 .156.018.214.047.057.029.133.047.214.047v.134' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.649 19.192a.46.46 0 0 1-.214-.047.474.474 0 0 0-.214-.047.47.47 0 0 0-.22.047.492.492 0 0 1-.22.047.4.4 0 0 1-.214-.053.48.48 0 0 0-.213-.04.474.474 0 0 0-.214.046.492.492 0 0 1-.22.047v-.134a.479.479 0 0 0 .22-.048.49.49 0 0 1 .214-.046c.08 0 .156.018.213.041a.481.481 0 0 0 .434 0 .59.59 0 0 1 .22-.041.49.49 0 0 1 .214.046c.057.03.127.048.214.048v.134' fill='%23005BBF'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.649 19.192a.46.46 0 0 1-.214-.047.474.474 0 0 0-.214-.047.47.47 0 0 0-.22.047.492.492 0 0 1-.22.047.4.4 0 0 1-.214-.053.48.48 0 0 0-.213-.04.474.474 0 0 0-.214.046.492.492 0 0 1-.22.047v-.134a.479.479 0 0 0 .22-.048.49.49 0 0 1 .214-.046c.08 0 .156.018.213.041a.481.481 0 0 0 .434 0 .59.59 0 0 1 .22-.041.49.49 0 0 1 .214.046c.057.03.127.048.214.048v.134Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.296 17.967.011.029a.155.155 0 0 1-.156.152h1.272a.157.157 0 0 1-.156-.152v-.03H3.325a.083.083 0 0 1-.03 0' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m3.296 17.967.011.029a.155.155 0 0 1-.156.152h1.272a.157.157 0 0 1-.156-.152v-.03H3.325a.083.083 0 0 1-.03 0Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.32 17.88h.925c.034 0 .057.017.057.046 0 .023-.023.04-.057.04H3.32c-.03 0-.058-.017-.058-.046 0-.024.029-.04.058-.04' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.32 17.88h.925c.034 0 .057.017.057.046 0 .023-.023.04-.057.04H3.32c-.03 0-.058-.017-.058-.046 0-.024.029-.04.058-.04Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.151 18.474h1.272v-.332H3.151v.332Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.151 18.474h1.272v-.332H3.151v.332Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.053 16.724c-.127.07-.214.146-.197.187 0 .035.047.058.104.093.087.064.145.175.099.233a.323.323 0 0 0-.006-.513' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M3.053 16.724c-.127.07-.214.146-.197.187 0 .035.047.058.104.093.087.064.145.175.099.233a.323.323 0 0 0-.006-.513Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.331 17.826h.902v-4.468H3.33v4.468Z' fill='%23CCC'%3E%3C/path%3E%3Cpath d='M3.331 17.82v-.02h-.02v.02h.02Zm.902 0v.02h.02v-.02h-.02Zm0-4.456h.02v-.02h-.02v.02Zm-.902 0v-.02h-.02v.02h.02Zm0 4.457v.02h.902v-.04H3.33v.02Zm.902 0h.02v-4.457h-.04v4.457h.02Zm0-4.457v-.02H3.33v.04h.902v-.02Zm-.902 0h-.02v4.463h.04v-4.463h-.02Zm0 4.463h.02v-.006h-.04v.006h.02Zm.746-4.457h-.02v4.45h.04v-4.45h-.02Zm0 4.45h.02v-4.45h-.04v4.45h.02Zm-.098-4.45h-.02v4.45h.04v-4.45h-.02Zm0 4.45h.02v-4.45h-.04v4.45h.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.157 15.032a2.846 2.846 0 0 0-1.347-.116c-.543.093-.954.308-.92.49v.01l-.202-.477c-.034-.192.417-.438 1.018-.537.175-.033.354-.046.532-.04.381 0 .717.046.913.122v.548' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M5.157 15.032a2.846 2.846 0 0 0-1.347-.116c-.543.093-.954.308-.92.49v.01l-.202-.477c-.034-.192.417-.438 1.018-.537.175-.033.354-.046.532-.04.381 0 .717.046.913.122v.548' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33 15.593c-.248-.017-.422-.082-.44-.187-.017-.088.07-.175.22-.263.07.006.145.018.22.018v.432' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M3.33 15.593c-.248-.017-.422-.082-.44-.187-.017-.088.07-.175.22-.263.07.006.145.018.22.018v.432' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.238 15.255c.156.023.271.058.33.11l.005.012c.029.058-.11.175-.341.315v-.437' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M4.238 15.255c.156.023.271.058.33.11l.005.012c.029.058-.11.175-.341.315v-.437' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.77 16.45c-.023-.07.22-.21.567-.338l.45-.187c.48-.216.833-.46.787-.548v-.012c.023.024.058.466.058.466.046.076-.278.322-.717.532-.145.07-.44.174-.578.233-.255.082-.503.25-.48.31l-.087-.45' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M2.77 16.45c-.023-.07.22-.21.567-.338l.45-.187c.48-.216.833-.46.787-.548v-.012c.023.024.058.466.058.466.046.076-.278.322-.717.532-.145.07-.44.174-.578.233-.255.082-.503.25-.48.31l-.087-.45v-.006Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m4.62 14.548.023-.052a.193.193 0 0 0-.098-.035c-.098-.006-.156.035-.162.1-.011.122.185.116.174.197 0 .035-.04.053-.081.047-.047 0-.081-.03-.081-.07h-.018a.501.501 0 0 1-.023.064c.031.02.067.032.104.035.099.012.174-.029.185-.099.012-.117-.19-.122-.179-.198 0-.03.023-.047.075-.041.04 0 .058.023.07.052h.011Zm-.509.275c.047-.129.099-.251.157-.374a.31.31 0 0 1-.058 0c-.03.091-.066.18-.104.27l-.14-.252-.057.006h-.058c.07.114.138.231.203.35h.057Zm-.485-.31-.052.018h-.046l.075.356.248-.047-.011-.023v-.024l-.145.035-.07-.309v-.006Zm-.422.146.04-.017c.03-.012.07.006.081.046.012.03.012.059-.029.088a.245.245 0 0 1-.034.017l-.058-.134Zm.07.158c.109-.035.178-.088.144-.175-.023-.059-.081-.059-.162-.035l-.15.058.132.338.047-.017.046-.018-.058-.145v-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.066 12.343s-.04.047-.075.053c-.03 0-.064-.03-.064-.03s-.029.03-.058.036c-.034.006-.08-.035-.08-.035l-.059.058c-.034 0-.063-.018-.063-.018s-.018.024-.04.036h-.024l-.034-.024-.04-.04-.03-.018-.023-.059v-.029c-.006-.035.046-.081.127-.099a.216.216 0 0 1 .116 0c.029-.029.098-.046.173-.046a.33.33 0 0 1 .174.04.31.31 0 0 1 .167-.04c.075 0 .145.017.174.046a.194.194 0 0 1 .115 0c.081.018.133.059.128.1v.029l-.024.058-.034.017-.035.041-.035.018s-.017.011-.023 0c-.023-.006-.04-.03-.04-.03s-.035.024-.058.012c-.029-.011-.058-.058-.058-.058s-.052.046-.08.04c-.035-.005-.059-.034-.059-.034s-.04.035-.069.029c-.029-.006-.07-.053-.07-.053' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.066 12.343s-.04.047-.075.053c-.03 0-.064-.03-.064-.03s-.029.03-.058.036c-.034.006-.08-.035-.08-.035l-.059.058c-.034 0-.063-.018-.063-.018s-.018.024-.04.036h-.024l-.034-.024-.04-.04-.03-.018-.023-.059v-.029c-.006-.035.046-.081.127-.099a.216.216 0 0 1 .116 0c.029-.029.098-.046.173-.046a.33.33 0 0 1 .174.04.31.31 0 0 1 .167-.04c.075 0 .145.017.174.046a.194.194 0 0 1 .115 0c.081.018.133.059.128.1v.029l-.024.058-.034.017-.035.041-.035.018s-.017.011-.023 0c-.023-.006-.04-.03-.04-.03s-.035.024-.058.012c-.029-.011-.058-.058-.058-.058s-.052.046-.08.04c-.035-.005-.059-.034-.059-.034s-.04.035-.069.029c-.029-.006-.07-.053-.07-.053Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.985 12.11c0-.058.035-.117.075-.117.047 0 .076.059.076.117 0 .058-.03.105-.075.105-.04 0-.076-.047-.076-.11' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.985 12.11c0-.058.035-.117.075-.117.047 0 .076.059.076.117 0 .058-.03.105-.075.105-.04 0-.076-.047-.076-.11v.005Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.032 12.11c0-.058.011-.105.029-.105.023 0 .04.047.04.105 0 .058-.017.1-.035.1-.023 0-.034-.048-.034-.106' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.032 12.11c0-.058.011-.105.029-.105.023 0 .04.047.04.105 0 .058-.017.1-.035.1-.023 0-.034-.048-.034-.106v.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.667 12.559a.275.275 0 0 0-.03-.058 1.58 1.58 0 0 1 .856 0l-.034.046a.349.349 0 0 0-.018.047 1.318 1.318 0 0 0-.381-.047c-.15 0-.3.018-.382.047l-.011-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M11.667 12.559a.275.275 0 0 0-.03-.058 1.58 1.58 0 0 1 .856 0l-.034.046a.349.349 0 0 0-.018.047 1.318 1.318 0 0 0-.381-.047c-.15 0-.3.018-.382.047l-.011-.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 12.7c.139 0 .29-.024.341-.036.035-.012.058-.03.058-.047 0-.011-.011-.017-.023-.023a1.384 1.384 0 0 0-.376-.047c-.144 0-.289.018-.37.047-.011 0-.017.012-.023.018 0 .023.017.04.058.052a1.9 1.9 0 0 0 .335.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.06 12.7c.139 0 .29-.024.341-.036.035-.012.058-.03.058-.047 0-.011-.011-.017-.023-.023a1.384 1.384 0 0 0-.376-.047c-.144 0-.289.018-.37.047-.011 0-.017.012-.023.018 0 .023.017.04.058.052a1.9 1.9 0 0 0 .335.035Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.39 12.156c0-.011.012-.023.023-.023.012 0 .029.012.029.023 0 .012-.011.024-.029.024a.023.023 0 0 1-.023-.024' fill='%23fff'%3E%3C/path%3E%3Cpath d='m12.638 12.32.012-.058a.157.157 0 0 0-.15-.164h-.006a.143.143 0 0 0-.075.018' stroke='%23000' stroke-width='0.03' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='m12.36 12.203.012-.046c0-.064-.063-.117-.144-.117a.216.216 0 0 0-.093.023' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.493 12.437-.029-.03s-.034.018-.075.012c-.034 0-.052-.058-.052-.058s-.04.04-.075.04c-.04 0-.058-.034-.058-.034s-.04.029-.075.023c-.035 0-.07-.047-.07-.047s-.034.047-.069.047c-.034.006-.058-.03-.058-.03s-.017.036-.063.042c-.046.005-.081-.035-.081-.035s-.023.04-.058.058a.18.18 0 0 1-.07-.023l-.005.029-.017.006.005.029c.138-.037.28-.054.422-.053.162 0 .313.024.423.059l.011-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m12.493 12.437-.029-.03s-.034.018-.075.012c-.034 0-.052-.058-.052-.058s-.04.04-.075.04c-.04 0-.058-.034-.058-.034s-.04.029-.075.023c-.035 0-.07-.047-.07-.047s-.034.047-.069.047c-.034.006-.058-.03-.058-.03s-.017.036-.063.042c-.046.005-.081-.035-.081-.035s-.023.04-.058.058a.18.18 0 0 1-.07-.023l-.005.029-.017.006.005.029c.138-.037.28-.054.422-.053.162 0 .313.024.423.059l.011-.035h-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.685 12.156c0-.011.011-.023.023-.023s.023.012.023.023c0 .013-.01.024-.023.024a.023.023 0 0 1-.023-.024' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.753 12.017c0-.012.018-.018.03-.018.01 0 .028.006.028.024 0 .011-.011.023-.029.023a.023.023 0 0 1-.024-.023l.001-.006h-.006Z' stroke='%23000' stroke-width='0.02'%3E%3C/path%3E%3Cpath d='M11.482 12.32a.155.155 0 0 1-.012-.058.157.157 0 0 1 .15-.164h.007c.028 0 .057.006.08.018' stroke='%23000' stroke-width='0.03' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M11.765 12.203a.095.095 0 0 1-.017-.046c0-.059.07-.117.15-.117.03 0 .06.008.087.023' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.066 12.29h.011a.05.05 0 0 0 0 .024c0 .035.03.058.058.058a.057.057 0 0 0 .058-.04l.012-.018v.023c.005.03.034.047.063.047.035 0 .058-.023.058-.058v-.006l.023-.023.012.029a.056.056 0 0 0-.006.023c0 .032.026.058.058.058a.06.06 0 0 0 .052-.029l.011-.011v.017c0 .018.006.035.023.04 0 0 .024 0 .058-.022.035-.024.04-.041.04-.041v.023s-.028.047-.057.058c-.012.012-.029.024-.046.018-.018 0-.035-.018-.04-.035a.077.077 0 0 1-.041.012c-.035 0-.07-.018-.081-.047a.084.084 0 0 1-.064.03c-.029 0-.058-.013-.07-.036a.083.083 0 0 1-.057.023.104.104 0 0 1-.08-.035c-.012.024-.041.035-.07.035-.023 0-.046-.005-.058-.023a.091.091 0 0 1-.139.006c-.011.03-.046.047-.08.047-.012 0-.03 0-.041-.012-.006.017-.023.035-.04.035-.018 0-.035 0-.053-.012a.23.23 0 0 1-.057-.058l.005-.03.046.042c.03.023.053.023.053.023.017 0 .023-.023.023-.04v-.018l.011.011a.06.06 0 0 0 .052.03.058.058 0 0 0 .058-.059.054.054 0 0 0 0-.023v-.03l.023.024v.006c0 .035.03.058.058.058.035 0 .058-.017.064-.052v-.018l.011.018c.012.023.035.04.058.04.035 0 .064-.023.064-.058a.047.047 0 0 0 0-.017h.011' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.066 12.29h.011a.05.05 0 0 0 0 .024c0 .035.03.058.058.058a.057.057 0 0 0 .058-.04l.012-.018v.023c.005.03.034.047.063.047.035 0 .058-.023.058-.058v-.006l.023-.023.012.029a.056.056 0 0 0-.006.023c0 .032.026.058.058.058a.06.06 0 0 0 .052-.029l.011-.011v.017c0 .018.006.035.023.04 0 0 .024 0 .058-.022.035-.024.04-.041.04-.041v.023s-.028.047-.057.058c-.012.012-.029.024-.046.018-.018 0-.035-.018-.04-.035a.077.077 0 0 1-.041.012c-.035 0-.07-.018-.081-.047a.084.084 0 0 1-.064.03c-.029 0-.058-.013-.07-.036a.083.083 0 0 1-.057.023.104.104 0 0 1-.08-.035c-.012.024-.041.035-.07.035-.023 0-.046-.005-.058-.023a.091.091 0 0 1-.139.006c-.011.03-.046.047-.08.047-.012 0-.03 0-.041-.012-.006.017-.023.035-.04.035-.018 0-.035 0-.053-.012a.23.23 0 0 1-.057-.058l.005-.03.046.042c.03.023.053.023.053.023.017 0 .023-.023.023-.04v-.018l.011.011a.06.06 0 0 0 .052.03.058.058 0 0 0 .058-.059.054.054 0 0 0 0-.023v-.03l.023.024v.006c0 .035.03.058.058.058.035 0 .058-.017.064-.052v-.018l.011.018c.012.023.035.04.058.04.035 0 .064-.023.064-.058a.047.047 0 0 0 0-.017h.011l.006-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 12.443a1.39 1.39 0 0 0-.422.058l-.017-.012.006-.017a1.53 1.53 0 0 1 .433-.059c.174 0 .33.024.44.059 0 0 .011.011.006.017l-.018.012a1.56 1.56 0 0 0-.428-.058' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.06 12.443a1.39 1.39 0 0 0-.422.058l-.017-.012.006-.017a1.53 1.53 0 0 1 .433-.059c.174 0 .33.024.44.059 0 0 .011.011.006.017l-.018.012a1.56 1.56 0 0 0-.428-.058Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.899 12.507c0-.018.011-.024.029-.024a.023.023 0 0 1 0 .047c-.018 0-.03-.012-.03-.023' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.899 12.507c0-.018.011-.024.029-.024a.023.023 0 0 1 0 .047c-.018 0-.03-.012-.03-.023Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.066 12.513h-.058c-.005 0-.017 0-.017-.018l.018-.017h.115c.008.002.012.01.012.017 0 .01-.008.018-.018.018h-.057' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M12.066 12.513h-.058c-.005 0-.017 0-.017-.018l.018-.017h.115c.008.002.012.01.012.017 0 .01-.008.018-.018.018h-.057' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.793 12.536h-.034a.017.017 0 0 1-.023-.01v-.002c0-.01.008-.018.017-.018l.035-.005.04-.006c.012 0 .017 0 .023.011a.017.017 0 0 1-.01.023h-.047' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='M11.793 12.536h-.034a.017.017 0 0 1-.023-.01v-.002c0-.01.008-.018.017-.018l.035-.005.04-.006c.012 0 .017 0 .023.011a.017.017 0 0 1-.01.023h-.047' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.638 12.56.017-.024h.04l-.022.035-.035-.012Z' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m11.638 12.56.017-.024h.04l-.022.035-.035-.012' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.176 12.507c0-.018.012-.024.023-.024.018 0 .03.006.03.024 0 .011-.012.023-.03.023a.023.023 0 0 1-.023-.023' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.176 12.507c0-.018.012-.024.023-.024.018 0 .03.006.03.024 0 .011-.012.023-.03.023a.023.023 0 0 1-.023-.023Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.332 12.536h.04c.008 0 .015-.005.018-.012a.017.017 0 0 0-.012-.017l-.04-.006-.04-.006c-.012 0-.018 0-.024.012 0 .011.006.017.018.023h.04' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='M12.332 12.536h.04c.008 0 .015-.005.018-.012a.017.017 0 0 0-.012-.017l-.04-.006-.04-.006c-.012 0-.018 0-.024.012 0 .011.006.017.018.023h.04' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.482 12.565-.011-.03h-.041l.017.036.035-.006Z' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m12.482 12.565-.011-.03h-.041l.017.036.035-.006' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 12.664a1.445 1.445 0 0 1-.347-.035 1.481 1.481 0 0 1 .7 0 1.482 1.482 0 0 1-.348.035' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.06 12.664a1.445 1.445 0 0 1-.347-.035 1.481 1.481 0 0 1 .7 0 1.482 1.482 0 0 1-.348.035h-.005Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.488 12.367-.006-.018c-.011 0-.017 0-.023.012l.006.023c.011 0 .017 0 .023-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m12.488 12.367-.006-.018c-.011 0-.017 0-.023.012l.006.023c.011 0 .017 0 .023-.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.223 12.32c0-.012-.006-.023-.018-.023 0 0-.011.005-.011.017s0 .024.011.024l.018-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.223 12.32c0-.012-.006-.023-.018-.023 0 0-.011.005-.011.017s0 .024.011.024l.018-.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.91 12.32c0-.012 0-.023.012-.023l.017.017-.011.024c-.012 0-.018-.012-.018-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.91 12.32c0-.012 0-.023.012-.023l.017.017-.011.024c-.012 0-.018-.012-.018-.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.638 12.367.006-.018c.011 0 .017 0 .023.012l-.006.023c-.011 0-.017 0-.023-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m11.638 12.367.006-.018c.011 0 .017 0 .023.012l-.006.023c-.011 0-.017 0-.023-.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.06 12.162-.046.03.035.075.012.006.017-.005.035-.076-.052-.03Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m12.06 12.162-.046.03.035.075.012.006.017-.005.035-.076-.052-.03' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.957 12.279.023.03.075-.024.006-.012-.006-.011-.075-.018-.023.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m11.957 12.279.023.03.075-.024.006-.012-.006-.011-.075-.018-.023.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.164 12.279-.017.03-.075-.024-.006-.012v-.011l.081-.018.023.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m12.164 12.279-.017.03-.075-.024-.006-.012v-.011l.081-.018.023.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.754 12.191-.04.041.051.059.012.005.012-.005.011-.076-.046-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m11.754 12.191-.04.041.051.059.012.005.012-.005.011-.076-.046-.018' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.672 12.32.03.03.069-.036v-.011l-.006-.012-.075-.006-.018.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m11.672 12.32.03.03.069-.036v-.011l-.006-.012-.075-.006-.018.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.881 12.279-.017.035h-.075l-.012-.012.006-.017.07-.035.028.029Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m11.881 12.279-.017.035h-.075l-.012-.012.006-.017.07-.035.028.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.598 12.332v.035l-.08.011-.013-.005v-.012l.058-.053.035.024Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M11.598 12.332v.035l-.08.011-.013-.005v-.012l.058-.053.035.024' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.748 12.302c0-.017.012-.029.03-.029a.03.03 0 0 1 .028.03.029.029 0 0 1-.029.023.028.028 0 0 1-.029-.024' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.748 12.302c0-.017.012-.029.03-.029a.03.03 0 0 1 .028.03.029.029 0 0 1-.029.023.028.028 0 0 1-.029-.024Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.372 12.191.04.041-.052.059-.011.005-.006-.005-.017-.076.046-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m12.372 12.191.04.041-.052.059-.011.005-.006-.005-.017-.076.046-.018' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.453 12.32-.028.03-.07-.036v-.011l.006-.012.075-.006.017.035Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m12.453 12.32-.028.03-.07-.036v-.011l.006-.012.075-.006.017.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.246 12.279.017.035h.075l.012-.012-.006-.017-.07-.035-.028.029Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m12.246 12.279.017.035h.075l.012-.012-.006-.017-.07-.035-.028.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.517 12.332v.035l.081.011.012-.005v-.012l-.058-.053-.035.024Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M12.517 12.332v.035l.081.011.012-.005v-.012l-.058-.053-.035.024' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.037 12.273c0-.011.012-.023.03-.023.01 0 .022.011.022.023 0 .018-.011.03-.023.03a.03.03 0 0 1-.029-.03' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.037 12.273c0-.011.012-.023.03-.023.01 0 .022.011.022.023 0 .018-.011.03-.023.03a.03.03 0 0 1-.029-.03Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.32 12.302c0-.017.018-.029.03-.029.017 0 .029.012.029.03 0 .017-.012.023-.03.023a.029.029 0 0 1-.028-.024' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.32 12.302c0-.017.018-.029.03-.029.017 0 .029.012.029.03 0 .017-.012.023-.03.023a.029.029 0 0 1-.028-.024Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.014 11.982c0-.03.024-.047.047-.047s.057.017.057.047c0 .029-.029.046-.057.046a.052.052 0 0 1-.047-.046' fill='%23C8B100'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.101 11.964V12h-.087v-.035h.023v-.075h-.029v-.03h.03v-.035h.034v.035h.035v.035h-.035v.07h.023' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.101 11.964V12h-.087v-.035h.023v-.075h-.029v-.03h.03v-.035h.034v.035h.035v.035h-.035v.07H12.101Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.13 11.964V12h-.139v-.035h.058v-.075h-.04v-.03h.034v-.035h.035v.035h.035v.035h-.035v.07h.058' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M12.078 11.935c.023 0 .035.023.035.047 0 .029-.024.046-.052.046a.053.053 0 0 1-.047-.046c0-.024.012-.041.035-.047' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11.494 12.378-.035-.04a.13.13 0 0 0-.04-.018c0-.006.017-.017.034-.017.012 0 .018 0 .023.011v-.011s.018 0 .023.017v.058' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m11.494 12.378-.035-.04a.13.13 0 0 0-.04-.018c0-.006.017-.017.034-.017.012 0 .018 0 .023.011v-.011s.018 0 .023.017v.058h-.005Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.494 12.367a.016.016 0 0 1 .029 0c.011.006.017.017.005.03l-.029-.007c-.005-.006-.011-.023 0-.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.494 12.367a.016.016 0 0 1 .029 0c.011.006.017.017.005.03l-.029-.007c-.005-.006-.011-.023 0-.029l-.005.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.622 12.378.034-.04c.012-.012.04-.018.04-.018 0-.006-.017-.017-.034-.017a.033.033 0 0 0-.023.011v-.011s-.017 0-.023.017v.04l.006.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m12.622 12.378.034-.04c.012-.012.04-.018.04-.018 0-.006-.017-.017-.034-.017a.033.033 0 0 0-.023.011v-.011s-.017 0-.023.017v.04l.006.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.62 12.367c-.005-.012-.016-.012-.028 0-.012.006-.012.017-.006.03l.03-.007c.01-.006.01-.023.005-.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.62 12.367c-.005-.012-.016-.012-.028 0-.012.006-.012.017-.006.03l.03-.007c.01-.006.01-.023.005-.029v.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.447 13.008h1.238v-.32h-1.238v.326-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.447 13.008h1.238v-.32h-1.238v.326-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.551 13.23a.053.053 0 0 0-.023 0h-.954c.035-.011.058-.04.058-.07a.08.08 0 0 0-.058-.075h.983-.006a.08.08 0 0 0-.058.075c0 .03.024.059.058.07' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.551 13.23a.053.053 0 0 0-.023 0h-.954c.035-.011.058-.04.058-.07a.08.08 0 0 0-.058-.075h.983-.006a.08.08 0 0 0-.058.075c0 .03.024.059.058.07Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.604 13.23h.925c.034 0 .057.018.057.041 0 .023-.023.047-.057.047h-.925c-.035 0-.058-.024-.058-.047s.029-.046.058-.046' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.604 13.23h.925c.034 0 .057.018.057.041 0 .023-.023.047-.057.047h-.925c-.035 0-.058-.024-.058-.047s.029-.046.058-.046v.005Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.604 13.008h.925c.034 0 .057.024.057.041 0 .023-.023.035-.057.035h-.925c-.035 0-.058-.012-.058-.035 0-.018.023-.035.058-.035' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.604 13.008h.925c.034 0 .057.024.057.041 0 .023-.023.035-.057.035h-.925c-.035 0-.058-.012-.058-.035 0-.018.023-.035.058-.035v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.205 18.515c.08 0 .156-.018.214-.047a.478.478 0 0 1 .214-.046c.08 0 .162.017.22.046.057.03.133.047.213.047a.49.49 0 0 0 .22-.047.486.486 0 0 1 .208-.046.46.46 0 0 1 .214.046c.058.03.139.047.22.047v.14a.473.473 0 0 1-.22-.053.484.484 0 0 0-.214-.047.447.447 0 0 0-.208.047.482.482 0 0 1-.22.053.456.456 0 0 1-.214-.053.492.492 0 0 0-.22-.047.486.486 0 0 0-.213.047.482.482 0 0 1-.22.053v-.14' fill='%23005BBF'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.205 18.515c.08 0 .156-.018.214-.047a.478.478 0 0 1 .214-.046c.08 0 .162.017.22.046.057.03.133.047.213.047a.49.49 0 0 0 .22-.047.486.486 0 0 1 .208-.046.46.46 0 0 1 .214.046c.058.03.139.047.22.047v.14a.473.473 0 0 1-.22-.053.484.484 0 0 0-.214-.047.447.447 0 0 0-.208.047.482.482 0 0 1-.22.053.456.456 0 0 1-.214-.053.492.492 0 0 0-.22-.047.486.486 0 0 0-.213.047.482.482 0 0 1-.22.053v-.14h.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.205 18.655c.08 0 .156-.023.214-.053a.482.482 0 0 1 .214-.046c.08 0 .162.017.22.046a.476.476 0 0 0 .433 0 .486.486 0 0 1 .208-.046c.087 0 .162.017.214.046.058.03.139.053.22.053v.134a.48.48 0 0 1-.22-.052.466.466 0 0 0-.214-.041.443.443 0 0 0-.208.041.497.497 0 0 1-.22.052.403.403 0 0 1-.214-.052.591.591 0 0 0-.433 0 .463.463 0 0 1-.22.052v-.134' fill='%23CCC'%3E%3C/path%3E%3Cpath d='M11.205 18.655c.08 0 .156-.023.214-.053a.482.482 0 0 1 .214-.046c.08 0 .162.017.22.046a.476.476 0 0 0 .433 0 .486.486 0 0 1 .208-.046c.087 0 .162.017.214.046.058.03.139.053.22.053v.134a.48.48 0 0 1-.22-.052.466.466 0 0 0-.214-.041.443.443 0 0 0-.208.041.497.497 0 0 1-.22.052.403.403 0 0 1-.214-.052.591.591 0 0 0-.433 0 .463.463 0 0 1-.22.052v-.134' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.205 18.784a.42.42 0 0 0 .214-.047.581.581 0 0 1 .214-.041.51.51 0 0 1 .22.04.484.484 0 0 0 .433 0 .486.486 0 0 1 .208-.046.46.46 0 0 1 .214.047.51.51 0 0 0 .22.052v.134a.474.474 0 0 1-.22-.052.472.472 0 0 0-.214-.04.528.528 0 0 0-.208.04.418.418 0 0 1-.22.053.466.466 0 0 1-.214-.047.477.477 0 0 0-.22-.047.47.47 0 0 0-.213.047.492.492 0 0 1-.22.047v-.14' fill='%23005BBF'%3E%3C/path%3E%3Cpath d='M11.205 18.784a.42.42 0 0 0 .214-.047.581.581 0 0 1 .214-.041.51.51 0 0 1 .22.04.484.484 0 0 0 .433 0 .486.486 0 0 1 .208-.046.46.46 0 0 1 .214.047.51.51 0 0 0 .22.052v.134a.474.474 0 0 1-.22-.052.472.472 0 0 0-.214-.04.528.528 0 0 0-.208.04.418.418 0 0 1-.22.053.466.466 0 0 1-.214-.047.477.477 0 0 0-.22-.047.47.47 0 0 0-.213.047.492.492 0 0 1-.22.047v-.14' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.205 19.057a.46.46 0 0 0 .214-.046.482.482 0 0 1 .214-.047c.08 0 .162.018.22.047.057.029.133.046.213.046a.423.423 0 0 0 .22-.052.481.481 0 0 1 .208-.04c.087 0 .162.017.214.046a.47.47 0 0 0 .22.046v-.133a.48.48 0 0 1-.22-.053.465.465 0 0 0-.214-.041.527.527 0 0 0-.208.04.49.49 0 0 1-.434.007.477.477 0 0 0-.22-.047.478.478 0 0 0-.213.047.49.49 0 0 1-.22.047v.133' fill='%23CCC'%3E%3C/path%3E%3Cpath d='M11.205 19.057a.46.46 0 0 0 .214-.046.482.482 0 0 1 .214-.047c.08 0 .162.018.22.047.057.029.133.046.213.046a.423.423 0 0 0 .22-.052.481.481 0 0 1 .208-.04c.087 0 .162.017.214.046a.47.47 0 0 0 .22.046v-.133a.48.48 0 0 1-.22-.053.465.465 0 0 0-.214-.041.527.527 0 0 0-.208.04.49.49 0 0 1-.434.007.477.477 0 0 0-.22-.047.478.478 0 0 0-.213.047.49.49 0 0 1-.22.047v.133' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.205 19.192a.46.46 0 0 0 .214-.047.474.474 0 0 1 .214-.046.5.5 0 0 1 .22.046c.057.03.133.047.213.047a.467.467 0 0 0 .22-.053.48.48 0 0 1 .208-.04.44.44 0 0 1 .214.046.51.51 0 0 0 .22.047v-.134a.479.479 0 0 1-.22-.048.482.482 0 0 0-.214-.046.48.48 0 0 0-.208.041.473.473 0 0 1-.22.053.464.464 0 0 1-.214-.048.499.499 0 0 0-.22-.046.49.49 0 0 0-.213.046.49.49 0 0 1-.22.048v.134' fill='%23005BBF'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.205 19.192a.46.46 0 0 0 .214-.047.474.474 0 0 1 .214-.046.5.5 0 0 1 .22.046c.057.03.133.047.213.047a.467.467 0 0 0 .22-.053.48.48 0 0 1 .208-.04.44.44 0 0 1 .214.046.51.51 0 0 0 .22.047v-.134a.479.479 0 0 1-.22-.048.482.482 0 0 0-.214-.046.48.48 0 0 0-.208.041.473.473 0 0 1-.22.053.464.464 0 0 1-.214-.048.499.499 0 0 0-.22-.046.49.49 0 0 0-.213.046.49.49 0 0 1-.22.048v.134h.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.551 17.967-.005.029c0 .087.069.152.156.152H11.43c.086 0 .156-.07.156-.152l-.006-.03h.971' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m12.551 17.967-.005.029c0 .087.069.152.156.152H11.43c.086 0 .156-.07.156-.152l-.006-.03h.971Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.604 17.88h.925c.034 0 .057.017.057.046 0 .023-.023.04-.057.04h-.925c-.035 0-.058-.017-.058-.046 0-.024.029-.04.058-.04' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.604 17.88h.925c.034 0 .057.017.057.046 0 .023-.023.04-.057.04h-.925c-.035 0-.058-.017-.058-.046 0-.024.029-.04.058-.04Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.43 18.474h1.272v-.332H11.43v.332Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M11.43 18.474h1.272v-.332H11.43v.332Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8 16.724c.122.07.209.146.197.187-.005.035-.046.058-.104.093-.092.064-.144.175-.104.233a.324.324 0 0 1 .012-.513' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.8 16.724c.122.07.209.146.197.187-.005.035-.046.058-.104.093-.092.064-.144.175-.104.233a.324.324 0 0 1 .012-.513Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.615 17.826h.902v-4.468h-.902v4.468Z' fill='%23CCC'%3E%3C/path%3E%3Cpath d='m11.621 17.826-.014.014.006.006h.008v-.02Zm.896 0v.02h.02v-.02h-.02Zm0-4.468h.02v-.02h-.02v.02Zm-.902 0v-.02h-.02v.02h.02Zm0 4.462h-.02v.009l.006.005.014-.014Zm.006.006v.02h.896v-.04h-.896v.02Zm.896 0h.02v-4.468h-.04v4.468h.02Zm0-4.468v-.02h-.902v.04h.902v-.02Zm-.902 0h-.02v4.462h.04v-4.462h-.02Zm0 4.462-.014.014.006.006.014-.014.014-.014-.006-.006-.014.014Zm.758-4.456h-.02v4.45h.04v-4.45h-.02Zm0 4.45h.02v-4.45h-.04v4.45h.02Zm-.104-4.45h-.02v4.45h.04v-4.45h-.02Zm0 4.45h.02v-4.45h-.04v4.45h.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.696 15.032a2.846 2.846 0 0 1 1.347-.116c.538.094.948.309.92.49v.011l.202-.477c.035-.193-.422-.438-1.018-.538a3.057 3.057 0 0 0-.531-.04c-.388 0-.717.047-.92.123v.547' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M10.696 15.032a2.846 2.846 0 0 1 1.347-.116c.538.094.948.309.92.49v.011l.202-.477c.035-.193-.422-.438-1.018-.538a3.057 3.057 0 0 0-.531-.04c-.388 0-.717.047-.92.123v.547' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.517 15.593c.255-.017.422-.082.445-.187.012-.088-.07-.175-.22-.263-.069.006-.144.018-.225.018v.432' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M12.517 15.593c.255-.017.422-.082.445-.187.012-.088-.07-.175-.22-.263-.069.006-.144.018-.225.018v.432' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.61 15.255a.756.756 0 0 0-.33.11v.012c-.03.058.104.175.335.315v-.437' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M11.61 15.255a.756.756 0 0 0-.33.11v.012c-.03.058.104.175.335.315v-.437' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.078 16.45c.023-.07-.22-.21-.56-.338-.163-.059-.29-.117-.452-.187-.48-.216-.832-.46-.786-.548v-.012c-.023.024-.058.466-.058.466-.046.076.278.322.717.532.139.07.44.174.578.233.249.082.503.25.48.31l.081-.45' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M13.078 16.45c.023-.07-.22-.21-.56-.338-.163-.059-.29-.117-.452-.187-.48-.216-.832-.46-.786-.548v-.012c-.023.024-.058.466-.058.466-.046.076.278.322.717.532.139.07.44.174.578.233.249.082.503.25.48.31l.081-.45v-.006Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12.662 14.886.115-.081-.011.134-.104-.059v.006Zm.098.088-.012.117.047.029.052.029.029-.409a.205.205 0 0 1-.04-.017l-.354.222.03.018.022.01.099-.07.133.077-.006-.006Zm-.463-.408c.04.012.087.017.087.058v.03c-.017.051-.058.07-.115.051l.028-.139Zm-.173.303c.017 0 .029 0 .046.011l.046.013.041-.17.035.07.046.123.058.011c.023 0 .04.012.058.018l-.018-.041c-.023-.058-.058-.11-.075-.17.058 0 .11-.016.121-.07.006-.034 0-.057-.04-.086-.023-.018-.07-.024-.098-.03l-.139-.029-.081.35Zm-.133-.356.116.018v-.041l-.336-.029v.047a.929.929 0 0 1 .116 0l-.023.326h.092l.03-.315.005-.006Zm-.387-.058h-.058a.298.298 0 0 1-.046 0v.362h.242v-.041h-.15l.006-.321h.006Zm-.347.385c.034-.135.08-.257.121-.385h-.029a.221.221 0 0 1-.029.006 3.08 3.08 0 0 1-.08.28c-.058-.082-.116-.158-.157-.24l-.057.012h-.058c.08.109.157.22.231.333h.029l.029-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.534 11.223c0-.058.058-.116.115-.116.058 0 .128.058.128.116 0 .064-.058.117-.122.117a.117.117 0 0 1-.121-.11v-.007Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.892 10.231c.365 0 .694.059.908.14.267.112.556.157.844.135.156 0 .376.046.595.14.157.067.302.16.428.274l-.086.081-.024.222-.237.274-.115.105-.29.228-.144.011-.04.123-1.827-.216-1.833.216-.046-.123-.145-.011-.283-.234-.115-.099-.237-.274-.03-.222-.086-.081c.129-.115.275-.207.434-.274.185-.087.385-.135.59-.14.115.011.242.005.38-.012.16-.018.315-.057.463-.117.214-.087.52-.146.896-.146' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.892 10.231c.365 0 .694.059.908.14.267.112.556.157.844.135.156 0 .376.046.595.14.157.067.302.16.428.274l-.086.081-.024.222-.237.274-.115.105-.29.228-.144.011-.04.123-1.827-.216-1.833.216-.046-.123-.145-.011-.283-.234-.115-.099-.237-.274-.03-.222-.086-.081c.129-.115.275-.207.434-.274.185-.087.385-.135.59-.14.115.011.242.005.38-.012.16-.018.315-.057.463-.117.214-.087.52-.146.896-.146Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.92 12.664c-.681 0-1.294-.082-1.728-.21a.064.064 0 0 1-.046-.07c0-.03.017-.058.046-.07a6.24 6.24 0 0 1 1.729-.21c.676 0 1.29.082 1.723.21a.076.076 0 0 1 0 .14c-.434.128-1.04.21-1.723.21' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M7.92 12.664c-.681 0-1.294-.082-1.728-.21a.064.064 0 0 1-.046-.07c0-.03.017-.058.046-.07a6.24 6.24 0 0 1 1.729-.21c.676 0 1.29.082 1.723.21a.076.076 0 0 1 0 .14c-.434.128-1.04.21-1.723.21' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.915 12.577c-.613 0-1.168-.07-1.59-.181.422-.117.977-.175 1.59-.18a6.589 6.589 0 0 1 1.596.174c-.422.117-.983.187-1.596.187' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M7.863 12.582h.005v-.367h-.01v.367h.005Zm.099 0h.005v-.367h-.01v.367h.005ZM7.679 12.582h.01v-.367h-.02v.367h.01Zm.092 0h.01v-.367h-.02v.367h.01ZM7.366 12.553h.015v-.327h-.03v.327h.015Zm-.075-.012h.015v-.303h-.03v.303h.015Zm.22.024h.015v-.35h-.03v.35h.015Zm-.075-.006h.015v-.332h-.03v.332h.015Zm.161.023h.015v-.367h-.03v.367h.015ZM7.03 12.524h.02v-.262h-.04v.262h.02Zm.197.018h.02v-.292h-.04v.292h.02Zm-.07-.018h.02v-.274h-.04v.274h.02Zm-.057.006h.02v-.28h-.04v.28h.02ZM6.897 12.507h.025v-.234h-.05v.234h.025Zm.07.006h.025v-.245h-.05v.245h.025ZM6.684 12.472h.03v-.163h-.06v.163h.03Zm.144.023h.03v-.204h-.06v.204h.03Zm-.075-.011h.03v-.175h-.06v.175h.03Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M6.476 12.43h.035v-.075h-.07v.076h.035Zm.069.012h.035v-.105h-.07v.105h.035Zm.075.018h.035v-.134h-.07v.134h.035Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M6.395 12.413v-.04' stroke='%23000' stroke-width='0.09'%3E%3C/path%3E%3Cpath d='M8.065 12.576h.005v-.367h-.01v.367h.005Zm.122-.005h.005v-.356h-.01v.356h.005Zm.167-.012h.005v-.338h-.01v.338h.005Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.909 12.098a6.18 6.18 0 0 0-1.734.228c.034-.018.029-.058-.018-.175-.058-.146-.138-.14-.138-.14.48-.146 1.156-.233 1.896-.233a7.044 7.044 0 0 1 1.908.233s-.087-.006-.145.134c-.046.117-.046.164-.011.175-.434-.128-1.064-.216-1.752-.216' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M7.909 12.098a6.18 6.18 0 0 0-1.734.228c.034-.018.029-.058-.018-.175-.058-.146-.138-.14-.138-.14.48-.146 1.156-.233 1.896-.233a7.044 7.044 0 0 1 1.908.233s-.087-.006-.145.134c-.046.117-.046.164-.011.175-.434-.128-1.064-.216-1.752-.216' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.915 11.778c-.746 0-1.416.087-1.896.233a.057.057 0 0 1-.075-.034v-.001a.06.06 0 0 1 .035-.075h.005a6.946 6.946 0 0 1 1.931-.246c.763 0 1.457.1 1.937.245.034.012.052.047.04.076-.011.03-.046.047-.075.035-.486-.146-1.156-.233-1.902-.233' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M7.915 11.778c-.746 0-1.416.087-1.896.233a.057.057 0 0 1-.075-.034v-.001a.06.06 0 0 1 .035-.075h.005a6.946 6.946 0 0 1 1.931-.246c.763 0 1.457.1 1.937.245.034.012.052.047.04.076-.011.03-.046.047-.075.035-.486-.146-1.156-.233-1.902-.233' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.915 12.577c-.613 0-1.168-.07-1.59-.181.422-.117.977-.175 1.59-.18a6.589 6.589 0 0 1 1.596.174c-.422.117-.983.187-1.596.187Z' stroke='%23000' stroke-width='0.04' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.388 11.947c0-.03.024-.059.058-.059.03 0 .058.03.058.059a.058.058 0 1 1-.116 0' fill='%23fff'%3E%3C/path%3E%3Cpath d='M7.388 11.947c0-.03.024-.059.058-.059.03 0 .058.03.058.059a.058.058 0 1 1-.116 0' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.915 11.993h-.18a.058.058 0 0 1 0-.117h.37c.03 0 .059.03.059.059 0 .029-.03.058-.058.058H7.92' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M7.915 11.993h-.18a.058.058 0 0 1 0-.117h.37c.03 0 .059.03.059.059 0 .029-.03.058-.058.058H7.92' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m7.002 12.046-.133.011c-.035.006-.058-.017-.07-.046a.058.058 0 0 1 .052-.064h.006l.127-.018.139-.017c.029 0 .058.017.064.052.005.03-.018.059-.053.059l-.132.023' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='m7.002 12.046-.133.011c-.035.006-.058-.017-.07-.046a.058.058 0 0 1 .052-.064h.006l.127-.018.139-.017c.029 0 .058.017.064.052.005.03-.018.059-.053.059l-.132.023' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.464 12.057c0-.035.029-.058.063-.058.035 0 .058.023.058.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath d='M6.464 12.057c0-.035.029-.058.063-.058.035 0 .058.023.058.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.058-.059' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.06 12.163.069-.094.19.024-.15.116-.104-.046' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m6.06 12.163.069-.094.19.024-.15.116-.104-.046' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8.834 12.046.133.012c.03.005.058-.018.064-.047a.058.058 0 0 0-.052-.064l-.127-.018-.14-.017a.058.058 0 0 0-.063.052c-.005.03.018.059.052.059l.133.023' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='m8.834 12.046.133.012c.03.005.058-.018.064-.047a.058.058 0 0 0-.052-.064l-.127-.018-.14-.017a.058.058 0 0 0-.063.052c-.005.03.018.059.052.059l.133.023' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.244 12.057c0-.035.03-.058.058-.058.035 0 .064.023.064.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.058-.059m-.919-.11c0-.03.023-.059.058-.059s.058.03.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath d='M9.244 12.057h.02c0-.023.02-.038.038-.038v-.04a.078.078 0 0 0-.078.078h.02ZM9.302 12v.02c.026 0 .044.017.044.038h.04c0-.048-.04-.078-.084-.078v.02Zm.064.058h-.02c0 .02-.016.039-.038.039v.04c.047 0 .078-.04.078-.079h-.02Zm-.058.059v-.02a.038.038 0 0 1-.038-.039h-.04c0 .043.035.079.078.079v-.02Zm-.977-.17h.02c0-.02.016-.038.038-.038v-.04a.078.078 0 0 0-.078.079h.02Zm.058-.058v.02c.022 0 .038.019.038.039h.04a.078.078 0 0 0-.078-.079v.02Zm.058.059h-.02c0 .02-.016.038-.038.038v.04c.047 0 .078-.04.078-.079h-.02Zm-.058.058v-.02a.038.038 0 0 1-.038-.038h-.04c0 .043.035.078.078.078v-.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.77 12.163-.063-.094-.19.024.15.116.104-.046Z' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m9.77 12.163-.063-.094-.19.024.15.116.104-.046M6.25 12.413c.428-.122 1.018-.198 1.665-.198.653 0 1.237.076 1.67.198' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.54 10.722.08.058.116-.187a.433.433 0 0 1-.208-.42c.011-.239.3-.443.676-.443.19 0 .364.058.491.14 0-.035 0-.07.012-.105a.998.998 0 0 0-.503-.123c-.428 0-.763.24-.78.531a.522.522 0 0 0 .173.444l-.058.104' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m6.54 10.722.08.058.116-.187a.433.433 0 0 1-.208-.42c.011-.239.3-.443.676-.443.19 0 .364.058.491.14 0-.035 0-.07.012-.105a.998.998 0 0 0-.503-.123c-.428 0-.763.24-.78.531a.522.522 0 0 0 .173.444l-.058.104' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.546 10.722a.544.544 0 0 1-.231-.426c0-.187.115-.356.306-.467a.498.498 0 0 0-.197.397c0 .15.063.291.174.39l-.052.106' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M6.546 10.722a.544.544 0 0 1-.231-.426c0-.187.115-.356.306-.467a.498.498 0 0 0-.197.397c0 .15.063.291.174.39l-.052.106' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.256 10.914a.517.517 0 0 1-.133-.344c0-.076.017-.152.058-.222.115-.245.485-.42.925-.42.115 0 .231.012.341.035l-.058.082a1.488 1.488 0 0 0-.283-.023c-.405 0-.74.157-.838.367a.425.425 0 0 0 .115.508l-.15.239-.075-.059.098-.163' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.256 10.914a.517.517 0 0 1-.133-.344c0-.076.017-.152.058-.222.115-.245.485-.42.925-.42.115 0 .231.012.341.035l-.058.082a1.488 1.488 0 0 0-.283-.023c-.405 0-.74.157-.838.367a.425.425 0 0 0 .115.508l-.15.239-.075-.059.098-.163Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.406 10.11a.61.61 0 0 0-.232.239.5.5 0 0 0-.052.221c0 .134.052.251.133.344l-.086.146a.606.606 0 0 1-.133-.379c0-.233.144-.438.37-.572' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.406 10.11a.61.61 0 0 0-.232.239.5.5 0 0 0-.052.221c0 .134.052.251.133.344l-.086.146a.606.606 0 0 1-.133-.379c0-.233.144-.438.37-.572Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.909 9.59c.098 0 .185.064.202.152.018.081.023.169.023.262v.064c.006.193.035.368.076.473l-.301.291-.3-.291c.04-.105.069-.28.075-.473v-.064c0-.093.011-.18.023-.262.017-.088.104-.152.202-.152' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.909 9.59c.098 0 .185.064.202.152.018.081.023.169.023.262v.064c.006.193.035.368.076.473l-.301.291-.3-.291c.04-.105.069-.28.075-.473v-.064c0-.093.011-.18.023-.262.017-.088.104-.152.202-.152Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.91 9.684c.057 0 .097.035.103.081.012.07.023.152.023.245v.059c.006.186.035.35.07.449l-.197.186-.196-.186c.04-.1.063-.263.069-.45v-.058c.002-.082.01-.164.023-.245a.115.115 0 0 1 .104-.081' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.91 9.684c.057 0 .097.035.103.081.012.07.023.152.023.245v.059c.006.186.035.35.07.449l-.197.186-.196-.186c.04-.1.063-.263.069-.45v-.058c.002-.082.01-.164.023-.245a.115.115 0 0 1 .104-.081Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.28 10.722-.076.058-.116-.187a.432.432 0 0 0 .209-.367.396.396 0 0 0 0-.053c-.012-.239-.307-.443-.677-.443a.86.86 0 0 0-.491.14 1.62 1.62 0 0 0-.012-.105.997.997 0 0 1 .503-.123c.428 0 .763.24.775.531a.522.522 0 0 1-.174.444l.058.104' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.28 10.722-.076.058-.116-.187a.432.432 0 0 0 .209-.367.396.396 0 0 0 0-.053c-.012-.239-.307-.443-.677-.443a.86.86 0 0 0-.491.14 1.62 1.62 0 0 0-.012-.105.997.997 0 0 1 .503-.123c.428 0 .763.24.775.531a.522.522 0 0 1-.174.444l.058.104' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.275 10.722a.532.532 0 0 0 .237-.426c0-.187-.122-.356-.307-.467.124.094.197.241.197.397a.522.522 0 0 1-.185.39l.058.106' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.275 10.722a.532.532 0 0 0 .237-.426c0-.187-.122-.356-.307-.467.124.094.197.241.197.397a.522.522 0 0 1-.185.39l.058.106' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.569 10.914a.516.516 0 0 0 .075-.566c-.116-.245-.486-.42-.925-.42-.117 0-.233.011-.347.035l.058.082a1.45 1.45 0 0 1 .289-.023c.405 0 .74.157.832.367a.429.429 0 0 1-.11.508l.145.239.075-.059-.098-.163' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.569 10.914a.516.516 0 0 0 .075-.566c-.116-.245-.486-.42-.925-.42-.117 0-.233.011-.347.035l.058.082a1.45 1.45 0 0 1 .289-.023c.405 0 .74.157.832.367a.429.429 0 0 1-.11.508l.145.239.075-.059-.098-.163h.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.413 10.11c.097.056.177.139.23.239a.515.515 0 0 1 .053.221c0 .127-.048.25-.133.344l.092.146a.613.613 0 0 0 .134-.379c0-.233-.15-.438-.376-.572' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.413 10.11c.097.056.177.139.23.239a.515.515 0 0 1 .053.221c0 .127-.048.25-.133.344l.092.146a.613.613 0 0 0 .134-.379c0-.233-.15-.438-.376-.572Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.805 10.582c0-.059.046-.105.104-.105.058 0 .11.046.11.105 0 .058-.052.099-.11.099a.105.105 0 0 1-.104-.1' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.805 10.582c0-.059.046-.105.104-.105.058 0 .11.046.11.105 0 .058-.052.099-.11.099a.105.105 0 0 1-.104-.1Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.863 9.811c0-.029.024-.046.047-.046.029 0 .052.017.052.046 0 .024-.023.047-.052.047a.047.047 0 0 1-.047-.047m-.011.164c0-.03.023-.059.058-.059.034 0 .058.03.058.059 0 .029-.024.058-.058.058a.058.058 0 0 1-.058-.058m-.023.192c0-.04.034-.076.08-.076.047 0 .087.035.087.076 0 .047-.04.082-.086.082a.08.08 0 0 1-.081-.082m-.023.216c0-.058.046-.105.104-.105.058 0 .11.047.11.105 0 .058-.052.1-.11.1a.104.104 0 0 1-.104-.1' fill='%23fff'%3E%3C/path%3E%3Cpath d='M7.863 9.811h.02c0-.016.013-.026.027-.026v-.04a.066.066 0 0 0-.067.066h.02Zm.047-.046v.02c.01 0 .018.003.024.007.004.004.008.01.008.02h.04a.064.064 0 0 0-.022-.05.076.076 0 0 0-.05-.017v.02Zm.052.046h-.02c0 .011-.013.027-.032.027v.04c.038 0 .072-.031.072-.067h-.02Zm-.052.047v-.02a.027.027 0 0 1-.027-.027h-.04c0 .037.03.067.067.067v-.02Zm-.058.117h.02c0-.02.016-.039.038-.039v-.04a.078.078 0 0 0-.078.079h.02Zm.058-.059v.02c.022 0 .038.019.038.039h.04a.078.078 0 0 0-.078-.079v.02Zm.058.059h-.02c0 .02-.016.038-.038.038v.04c.047 0 .078-.04.078-.078h-.02Zm-.058.058v-.02a.038.038 0 0 1-.038-.038h-.04c0 .043.035.078.078.078v-.02Zm-.081.134h.02c0-.029.025-.056.06-.056v-.04c-.056 0-.1.043-.1.096h.02Zm.08-.076v.02c.039 0 .067.029.067.056h.04c0-.054-.052-.096-.106-.096v.02Zm.087.076h-.02c0 .034-.03.062-.066.062v.04c.055 0 .106-.043.106-.102h-.02Zm-.086.082v-.02a.06.06 0 0 1-.061-.062h-.04a.1.1 0 0 0 .1.102v-.02Zm-.104.134h.02c0-.047.037-.085.084-.085v-.04a.124.124 0 0 0-.124.125h.02Zm.104-.105v.02c.048 0 .09.039.09.085h.04c0-.07-.063-.125-.13-.125v.02Zm.11.105H8c0 .045-.04.08-.09.08v.04c.066 0 .13-.048.13-.12h-.02Zm-.11.1v-.02a.084.084 0 0 1-.084-.081l-.02.001-.02.001a.124.124 0 0 0 .124.118v-.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m7.921 11.188.07.012a.268.268 0 0 0 .26.35c.112 0 .213-.07.254-.175.006 0 .029-.099.04-.099.012 0 .006.105.012.1.017.133.139.22.272.22a.267.267 0 0 0 .273-.26c0-.011 0-.02-.002-.03l.087-.088.04.116a.229.229 0 0 0-.022.111c.005.14.122.249.26.245.092 0 .173-.04.22-.11l.051-.07v.087c0 .087.035.163.116.175 0 0 .098.006.231-.094.122-.099.191-.18.191-.18l.012.099s-.104.163-.22.233c-.058.035-.156.076-.231.059-.081-.012-.14-.076-.174-.152a.375.375 0 0 1-.543-.158.402.402 0 0 1-.601-.017.403.403 0 0 1-.266.105.398.398 0 0 1-.33-.175.398.398 0 0 1-.601.07.402.402 0 0 1-.601.017.376.376 0 0 1-.544.158c-.035.076-.087.14-.173.157-.07.012-.168-.029-.232-.064-.115-.07-.22-.233-.22-.233l.012-.1s.07.082.197.181c.127.105.225.094.225.094.081-.012.116-.088.116-.175v-.088l.058.07a.258.258 0 0 0 .45-.25l.047-.111.087.087a.176.176 0 0 0 0 .035c0 .14.115.257.266.257.138 0 .254-.088.271-.222 0 0 0-.093.012-.099.011 0 .035.1.04.093.04.11.144.183.26.181a.267.267 0 0 0 .26-.35l.07-.011' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m7.921 11.188.07.012a.268.268 0 0 0 .26.35c.112 0 .213-.07.254-.175.006 0 .029-.099.04-.099.012 0 .006.105.012.1.017.133.139.22.272.22a.267.267 0 0 0 .273-.26c0-.011 0-.02-.002-.03l.087-.088.04.116a.229.229 0 0 0-.022.111c.005.14.122.249.26.245.092 0 .173-.04.22-.11l.051-.07v.087c0 .087.035.163.116.175 0 0 .098.006.231-.094.122-.099.191-.18.191-.18l.012.099s-.104.163-.22.233c-.058.035-.156.076-.231.059-.081-.012-.14-.076-.174-.152a.375.375 0 0 1-.543-.158.402.402 0 0 1-.601-.017.403.403 0 0 1-.266.105.398.398 0 0 1-.33-.175.398.398 0 0 1-.601.07.402.402 0 0 1-.601.017.376.376 0 0 1-.544.158c-.035.076-.087.14-.173.157-.07.012-.168-.029-.232-.064-.115-.07-.22-.233-.22-.233l.012-.1s.07.082.197.181c.127.105.225.094.225.094.081-.012.116-.088.116-.175v-.088l.058.07a.258.258 0 0 0 .45-.25l.047-.111.087.087a.176.176 0 0 0 0 .035c0 .14.115.257.266.257.138 0 .254-.088.271-.222 0 0 0-.093.012-.099.011 0 .035.1.04.093.04.11.144.183.26.181a.267.267 0 0 0 .26-.35l.07-.011' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.042 11.532c-.011-.046 0-.093.035-.105.035-.011.07.018.087.065.017.046 0 .093-.03.104-.034.012-.074-.017-.092-.064m1.186-.233c0-.047.023-.093.057-.093.035-.006.064.029.07.081.006.047-.018.088-.052.094-.035 0-.064-.035-.07-.082m1.376 0c0-.047-.017-.093-.058-.093-.028-.006-.057.029-.069.081-.006.047.017.088.052.094.035 0 .07-.035.075-.082m1.185.233c.018-.046 0-.093-.034-.105-.03-.011-.07.018-.087.065-.017.046 0 .093.035.104.029.012.07-.017.086-.064' fill='%23fff'%3E%3C/path%3E%3Cpath d='m6.135 11.597.006.019h.001l-.007-.02Zm1.15-.391v.02h.004l-.004-.02Zm.07.081-.02.003.02-.003Zm-.052.094v.02h.003l-.003-.02Zm1.248-.175-.004.02h.004v-.02Zm-.069.081-.02-.004v.002l.02.002Zm.052.094-.003.02h.003v-.02Zm1.226.046-.008.019h.001l.007-.019Zm-.052.17.007-.019-.007.019Zm-3.666-.065.02-.004a.106.106 0 0 1 0-.055c.004-.015.012-.024.021-.027l-.006-.019-.006-.019a.076.076 0 0 0-.048.053.146.146 0 0 0 0 .076l.02-.005Zm.035-.105.006.02c.01-.004.02-.002.032.006a.102.102 0 0 1 .03.046l.019-.008.019-.006a.141.141 0 0 0-.044-.063.072.072 0 0 0-.068-.014l.006.02Zm.087.065-.019.006c.007.02.007.039.003.053-.005.015-.013.024-.02.027l.007.019.007.018a.08.08 0 0 0 .044-.052.123.123 0 0 0-.003-.078l-.02.007Zm-.03.104-.005-.018c-.01.003-.022.001-.035-.008a.095.095 0 0 1-.033-.045l-.019.007-.018.007c.01.027.026.05.047.064.02.014.045.02.07.013l-.006-.02Zm1.094-.297h.02c0-.02.005-.04.013-.054.008-.014.017-.02.024-.02v-.04c-.027 0-.047.02-.059.04a.151.151 0 0 0-.018.074h.02Zm.057-.093.004.02c.009-.002.018.001.027.012.009.01.016.028.019.052l.02-.003.02-.002a.137.137 0 0 0-.029-.073.068.068 0 0 0-.064-.026l.003.02Zm.07.081-.02.003c.005.04-.016.068-.036.071l.004.02.003.02c.05-.009.075-.064.069-.116l-.02.002Zm-.052.094v-.02c-.02 0-.045-.022-.05-.064l-.02.002-.02.003c.007.05.04.099.09.099v-.02Zm1.306-.082h.02a.16.16 0 0 0-.016-.074c-.012-.021-.032-.04-.062-.04v.04c.011 0 .02.006.027.02a.12.12 0 0 1 .011.054h.02Zm-.058-.093.004-.02c-.024-.005-.045.008-.06.026a.167.167 0 0 0-.032.071l.02.004.019.005a.128.128 0 0 1 .024-.054c.01-.012.017-.014.022-.013l.003-.02Zm-.069.081-.02-.002c-.006.052.02.107.069.115l.003-.02.003-.019c-.02-.003-.04-.03-.035-.071l-.02-.003Zm.052.094v.02c.048 0 .089-.046.095-.1l-.02-.002-.02-.002c-.005.04-.033.064-.055.064v.02Zm1.26.151.02.007c.019-.053.001-.114-.048-.13l-.006.018-.007.02c.02.006.038.038.023.078l.018.007Zm-.034-.105.007-.018c-.023-.01-.048-.001-.067.012a.138.138 0 0 0-.046.064l.02.007.018.006a.099.099 0 0 1 .032-.044c.013-.01.023-.01.028-.008l.008-.019Zm-.087.065-.019-.007c-.02.053-.002.114.047.13l.007-.018.006-.02c-.02-.006-.037-.038-.022-.079l-.019-.006Zm.035.104-.008.02c.024.008.048 0 .067-.014a.138.138 0 0 0 .046-.063l-.019-.007-.018-.007a.098.098 0 0 1-.032.045c-.013.01-.023.01-.029.008l-.007.019Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.742 11.276c.011-.02.015-.042.011-.064a.101.101 0 0 0-.034-.059l.08-.075a.557.557 0 0 1 .116-.053l.064-.023v.035a.423.423 0 0 1-.012.046c.07-.005.14.016.197.059-.04.058-.1.099-.168.116a.367.367 0 0 0 .04.07H6.98c-.023 0-.093 0-.133-.011a.668.668 0 0 1-.104-.041m-.162.03a.103.103 0 0 1-.035-.06c0-.028 0-.052.018-.07 0 0-.052-.028-.104-.04-.04-.012-.116-.012-.133-.012h-.058l.011.03c.012.029.03.04.03.04a.286.286 0 0 0-.174.117c.058.043.13.063.202.058l-.011.047v.035l.057-.023c.018-.006.087-.03.116-.059.046-.023.087-.064.087-.064m-.023-.572a.296.296 0 0 1 .127.17s0-.018.034-.035c.035-.018.058-.018.058-.018l-.006.076-.017.128a.46.46 0 0 1-.04.094.109.109 0 0 0-.087-.024.104.104 0 0 0-.07.053s-.04-.035-.069-.076l-.063-.117-.04-.064s.028-.012.063 0c.034 0 .046.012.046.012a.287.287 0 0 1 .058-.199' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m6.753 11.212.02-.004-.02.004Zm-.034-.059-.014-.014-.017.016.018.014.013-.016Zm.08-.075-.01-.018-.003.003.014.015Zm.116-.053.006.02.001-.001-.007-.019Zm.064-.023h.02v-.029l-.027.01.007.019Zm0 .035.02.003v-.003h-.02Zm-.012.046-.019-.005-.008.027.029-.002-.002-.02Zm.197.059.016.011.011-.016-.015-.011-.012.016Zm-.168.116-.005-.019-.023.006.01.022.018-.009Zm.04.07v.02h.04l-.023-.032-.016.012Zm-.19-.011-.006.019.006-.02Zm-.3-.07h-.021v.004l.02-.004Zm.017-.07.014.014.018-.019-.023-.013-.01.018Zm-.104-.041-.006.02h.001l.005-.02Zm-.191-.012v-.02h-.03l.011.028.019-.008Zm.011.03.019-.008-.019.007Zm.03.04.004.02.045-.01-.039-.026-.01.016Zm-.174.117-.017-.011-.01.016.015.011.012-.016Zm.202.058.02.005.006-.027-.027.002.001.02Zm-.011.047-.02-.005v.005h.02Zm0 .035h-.02v.03l.027-.012-.007-.018Zm.057-.023-.006-.02-.001.001.007.019Zm.116-.059-.01-.019-.004.005.014.014Zm.19-.466-.018.005.039-.005h-.02Zm.093-.053.02.002.002-.022h-.022v.02Zm-.006.076.02.003v-.002l-.02-.001Zm-.017.128.02.006v-.003l-.02-.003Zm-.04.094-.013.015.018.015.012-.02-.017-.01Zm-.087-.024-.003-.02h-.001l.004.02Zm-.07.053-.013.015.02.016.011-.022-.017-.01Zm-.069-.076-.017.01v.002l.017-.012Zm-.063-.117.017-.01-.017.01Zm-.04-.064-.008-.018-.023.009.013.02.017-.01Zm.063 0-.007.02h.007v-.02Zm.046.012-.014.014.038.039-.004-.055-.02.002Zm.243.344.017.01a.112.112 0 0 0 .014-.078l-.02.004-.02.003a.072.072 0 0 1-.008.05l.017.01Zm.011-.064.02-.004a.121.121 0 0 0-.042-.07l-.012.015-.013.016a.081.081 0 0 1 .028.047l.02-.004Zm-.034-.059.013.015.081-.076-.013-.014-.014-.015-.081.076.014.014Zm.08-.075.01.017a.54.54 0 0 1 .112-.05l-.006-.02-.006-.019a.58.58 0 0 0-.12.054l.01.018Zm.116-.053.007.019.064-.024-.007-.018-.007-.019-.064.023.007.02Zm.064-.023h-.02v.035h.04v-.035h-.02Zm0 .035-.02-.004a.403.403 0 0 1-.01.045l.018.005.02.006a.441.441 0 0 0 .011-.049l-.02-.003Zm-.012.046.002.02a.267.267 0 0 1 .183.055l.012-.016.012-.016a.306.306 0 0 0-.21-.063l.001.02Zm.197.059-.017-.012a.269.269 0 0 1-.156.109l.005.02.005.019a.31.31 0 0 0 .18-.125l-.017-.011Zm-.168.116-.018.009c.011.025.025.05.043.073l.016-.012.016-.012a.345.345 0 0 1-.039-.066l-.018.008Zm.04.07v-.02H6.98v.04h.058v-.02Zm-.057 0v-.02l-.059-.001a.344.344 0 0 1-.069-.01l-.005.02-.006.019a.38.38 0 0 0 .078.01c.026.002.05.002.06.002v-.02Zm-.133-.011.005-.02a.644.644 0 0 1-.1-.04l-.01.019-.008.018c.034.017.07.031.107.042l.006-.02Zm-.266-.012.013-.015a.083.083 0 0 1-.028-.047l-.02.004-.02.004c.006.027.02.051.042.07l.013-.016Zm-.035-.058h.02c0-.032.001-.046.012-.056l-.014-.014-.015-.014c-.024.024-.023.057-.023.084h.02Zm.018-.07.01-.018h-.001l-.002-.001-.007-.004a.523.523 0 0 0-.1-.038l-.004.02-.005.02a.376.376 0 0 1 .098.038l.01-.017Zm-.104-.041.005-.02a.396.396 0 0 0-.08-.01c-.026-.002-.05-.002-.058-.002v.04c.008 0 .03 0 .056.002a.358.358 0 0 1 .071.01l.006-.02Zm-.133-.012v-.02h-.058v.04h.058v-.02Zm-.058 0-.019.008.012.029.018-.008.019-.007-.012-.03-.018.008Zm.011.03-.018.007a.128.128 0 0 0 .034.049h.002l.011-.016.011-.016v-.001a.086.086 0 0 1-.02-.03l-.02.006Zm.03.04-.005-.02a.307.307 0 0 0-.186.126l.017.01.016.012a.265.265 0 0 1 .162-.108l-.005-.02Zm-.174.117-.012.016a.326.326 0 0 0 .216.062l-.002-.02-.001-.02a.286.286 0 0 1-.19-.054l-.011.016Zm.202.058-.02-.005-.01.047.019.005.019.005.012-.047-.02-.005Zm-.011.047h-.02v.035h.04v-.035h-.02Zm0 .035.007.018.058-.023-.008-.018-.007-.019-.058.023.008.019Zm.057-.023.007.018a.639.639 0 0 0 .055-.02.233.233 0 0 0 .068-.043L6.5 11.37l-.014-.014a.2.2 0 0 1-.056.034c-.022.01-.043.017-.052.02l.006.019Zm.116-.059.009.018a.359.359 0 0 0 .091-.067l-.013-.015-.014-.014-.002.002a.209.209 0 0 1-.023.02.323.323 0 0 1-.057.038l.009.018Zm.064-.636-.011.017c.057.036.1.092.119.158l.019-.005.019-.006a.316.316 0 0 0-.136-.18l-.01.016Zm.127.17h.02a.011.011 0 0 1 0 .002v-.002a.057.057 0 0 1 .023-.018l-.009-.017-.009-.018a.096.096 0 0 0-.038.03.048.048 0 0 0-.007.02v.002h.02Zm.034-.035.01.017a.16.16 0 0 1 .046-.015h.002v-.04h-.006a.194.194 0 0 0-.06.02l.008.018Zm.058-.018-.02-.002-.005.076.02.002.02.001.005-.075-.02-.002Zm-.006.076-.02-.003-.017.129.02.002.02.003.017-.128-.02-.003Zm-.017.128-.019-.005a.44.44 0 0 1-.039.089l.018.01.017.01a.48.48 0 0 0 .042-.098l-.019-.006Zm-.04.094.012-.016a.129.129 0 0 0-.102-.027l.003.02.003.019a.089.089 0 0 1 .071.02l.013-.016Zm-.087-.024-.004-.02a.124.124 0 0 0-.083.063l.018.01.017.01a.084.084 0 0 1 .056-.043l-.004-.02Zm-.07.053.014-.015-.002-.002a.448.448 0 0 1-.065-.07l-.016.01-.016.013a.46.46 0 0 0 .07.077l.002.001.014-.014Zm-.069-.076.018-.01-.064-.116-.017.01-.018.009.064.117.017-.01Zm-.063-.117.017-.01-.04-.065-.018.011-.017.01.04.065.018-.01Zm-.04-.064.007.019.003-.001a.083.083 0 0 1 .047.001l.006-.019.006-.019a.122.122 0 0 0-.07-.002l-.005.002h-.002l.007.02Zm.063 0v.02c.015 0 .024.003.028.004a.03.03 0 0 1 .004.002l.014-.014a.638.638 0 0 0 .014-.014v-.001l-.002-.001-.003-.003a.056.056 0 0 0-.012-.006.116.116 0 0 0-.043-.007v.02Zm.046.012.02-.002a.267.267 0 0 1 .054-.184l-.016-.013-.016-.012a.307.307 0 0 0-.062.212l.02-.001Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.534 11.223c0-.058.058-.116.115-.116.058 0 .128.058.128.116 0 .064-.058.117-.122.117a.117.117 0 0 1-.121-.11v-.007' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M6.534 11.223c0-.058.058-.116.115-.116.058 0 .128.058.128.116 0 .064-.058.117-.122.117a.117.117 0 0 1-.121-.11v-.007' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.915 10.547a.331.331 0 0 1 .11.215s.011-.017.052-.029c.04-.017.07-.011.07-.011l-.03.081-.046.14a.487.487 0 0 1-.058.1.121.121 0 0 0-.098-.041.136.136 0 0 0-.092.04s-.035-.04-.058-.099l-.046-.14-.03-.081.07.011c.04.012.052.03.052.03 0-.082.046-.164.104-.216' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M7.915 10.547a.331.331 0 0 1 .11.215s.011-.017.052-.029c.04-.017.07-.011.07-.011l-.03.081-.046.14a.487.487 0 0 1-.058.1.121.121 0 0 0-.098-.041.136.136 0 0 0-.092.04s-.035-.04-.058-.099l-.046-.14-.03-.081.07.011c.04.012.052.03.052.03 0-.082.046-.164.104-.216' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.094 11.276a.099.099 0 0 1-.011-.064c0-.03.017-.047.034-.059 0 0-.034-.046-.08-.075a.61.61 0 0 0-.116-.053l-.058-.023v.035c0 .029.012.046.012.046a.297.297 0 0 0-.203.059c.04.052.099.099.174.116 0 0-.018.012-.03.041l-.017.03h.058c.023 0 .099 0 .133-.012a.668.668 0 0 0 .104-.041m.162.029a.121.121 0 0 0 .035-.058.093.093 0 0 0-.012-.07s.047-.03.099-.041c.04-.012.115-.012.133-.012h.063l-.017.03a.407.407 0 0 1-.023.04.286.286 0 0 1 .167.117.306.306 0 0 1-.202.058l.012.047v.035l-.058-.024a.42.42 0 0 1-.116-.058.296.296 0 0 1-.08-.064m.022-.578a.302.302 0 0 0-.127.175l-.04-.034c-.035-.018-.058-.018-.058-.018l.011.076c0 .017 0 .076.018.128a.283.283 0 0 0 .034.094.114.114 0 0 1 .087-.024c.035.006.058.03.075.053l.064-.076a.493.493 0 0 0 .063-.117l.04-.064s-.022-.012-.057 0c-.04 0-.058.012-.058.012a.287.287 0 0 0-.058-.199m-1.271.461a.111.111 0 0 0 .005-.152s.052-.04.104-.058a.444.444 0 0 1 .145-.04l.07-.018-.006.04-.024.053c.081 0 .157.047.209.1a.341.341 0 0 1-.209.093.405.405 0 0 0 .03.093l-.07-.012-.145-.04c-.057-.024-.104-.059-.104-.059m-.179-.006a.122.122 0 0 1-.029-.07c0-.029.006-.058.023-.075 0 0-.046-.041-.104-.059a.39.39 0 0 0-.144-.04l-.07-.012.012.035.023.052a.34.34 0 0 0-.214.1.327.327 0 0 0 .214.093l-.023.058-.012.035.07-.012c.023-.005.104-.023.144-.04.058-.024.11-.059.11-.059' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.083 11.212.02.003v-.003h-.02Zm.034-.059.012.017.017-.012-.013-.017-.016.012Zm-.08-.075-.012.016.011-.016Zm-.116-.053-.008.019h.001l.007-.019Zm-.058-.023.007-.019-.027-.01v.029h.02Zm.012.081-.002.02.04.004-.022-.035-.016.011Zm-.203.059-.012-.016-.016.012.012.016.016-.012Zm.174.116.01.017.039-.026-.045-.01-.004.02Zm-.03.041.018.01.001-.002-.018-.008Zm-.017.03-.017-.01-.018.03H8.8v-.02Zm.191-.012-.005-.02h-.001l.006.02Zm.3-.07.02.005-.02-.005Zm-.01-.07-.011-.017-.017.01.01.017.017-.01Zm.098-.041.004.02h.001l-.005-.02Zm.196-.012.017.01.018-.03h-.035v.02Zm-.017.03-.017-.01h-.001l.018.01Zm-.023.04-.017-.01-.015.023.027.007.005-.02Zm.167.117.012.016.016-.011-.011-.016-.017.01Zm-.202.058.001-.02-.027-.002.007.027.019-.005Zm.012.047h.02l-.001-.005-.02.005Zm0 .035-.008.018.028.011v-.03h-.02Zm-.058-.024.007-.018-.007.018Zm-.116-.058.013-.015-.004-.003-.009.018Zm-.185-.466-.013.015.024.02.008-.03-.019-.005Zm-.04-.036.013-.015-.004-.002-.01.018Zm-.058-.017v-.02H9.03l.003.023.02-.003Zm.011.076h.02v-.003l-.02.003Zm.018.128.02-.004-.001-.002-.02.006Zm.034.094-.016.01.012.019.017-.014-.013-.015Zm.087-.024.003-.02-.003.02Zm.075.053-.016.012.015.02.017-.02-.016-.012Zm.064-.076.015.013v-.001l-.015-.012Zm.063-.117-.017-.01-.002.004.02.006Zm.04-.064.018.01.012-.018-.02-.01-.01.018Zm-.057 0v.021l.006-.002-.006-.019Zm-.058.012-.02-.002-.003.042.034-.024-.01-.016Zm-1.324.11-.012-.015-.016.013.013.016.015-.013Zm.104-.058.007.02.002-.002-.009-.018Zm.145-.04.002.02.003-.001-.005-.02Zm.07-.018.02.003.003-.03-.029.008.005.019Zm-.006.04.019.01v-.007l-.02-.002Zm-.024.053-.018-.008-.012.028h.03v-.02Zm.209.1.013.014.015-.014-.014-.015-.014.014Zm-.209.093-.001-.02-.022.002.004.021.02-.003Zm.03.093-.004.02.037.006-.015-.034-.019.008Zm-.07-.012-.005.02h.002l.003-.02Zm-.145-.04-.007.018h.002l.005-.019Zm-.312-.135h-.02v.002l.02-.002Zm.023-.075.015.014.014-.015-.015-.014-.014.014Zm-.104-.059-.01.018.005.001.005-.019Zm-.144-.04-.004.02h.004v-.02Zm-.07-.012.004-.02-.033-.006.01.032.02-.006Zm.012.035-.02.006.002.002.018-.008Zm.023.052.002.02.028-.002-.012-.026-.018.008Zm-.214.1-.014-.015-.015.015.016.014.013-.015Zm.214.093.019.007.01-.027H7.54v.02Zm-.023.058-.019-.007.019.007Zm-.012.035-.019-.006-.01.031.033-.005-.004-.02Zm.07-.012.003.02h.002l-.005-.02Zm.144-.04-.007-.019.007.018Zm1.376.023.018-.01a.08.08 0 0 1-.01-.051l-.02-.003-.02-.003a.119.119 0 0 0 .015.077l.017-.01Zm-.011-.064h.02c0-.02.01-.032.026-.042l-.012-.017-.01-.016a.088.088 0 0 0-.044.075h.02Zm.034-.059.016-.012-.001-.002-.005-.006a.393.393 0 0 0-.08-.072l-.01.017-.011.017a.288.288 0 0 1 .074.069h.001v.001l.016-.012Zm-.08-.075.01-.017a.621.621 0 0 0-.12-.055l-.006.019-.007.019a.591.591 0 0 1 .111.05l.011-.016Zm-.116-.053.007-.018a3.26 3.26 0 0 1-.029-.012l-.029-.012-.007.019-.007.018.028.012.03.012.007-.019Zm-.058-.023h-.02v.035h.04v-.035h-.02Zm0 .035h-.02a.122.122 0 0 0 .014.056v.001l.018-.01.016-.012v-.001a.082.082 0 0 1-.008-.034h-.02Zm.012.046.001-.02a.317.317 0 0 0-.216.063l.012.016.012.016a.277.277 0 0 1 .189-.055l.002-.02Zm-.203.059-.016.012a.33.33 0 0 0 .185.124l.005-.02.004-.02a.29.29 0 0 1-.162-.108l-.016.012Zm.174.116-.012-.016-.001.001-.003.002a.128.128 0 0 0-.032.046l.019.008.018.008a.086.086 0 0 1 .022-.032l-.011-.017Zm-.03.041-.016-.01-.018.03.017.01.018.01.017-.03-.017-.01Zm-.017.03v.02h.058v-.04H8.8v.02Zm.058 0v.02c.012 0 .037 0 .063-.002a.325.325 0 0 0 .077-.011l-.007-.02-.006-.018a.284.284 0 0 1-.066.009l-.06.001v.02Zm.133-.012.006.019a.692.692 0 0 0 .107-.042l-.009-.018-.008-.018a.645.645 0 0 1-.101.04l.005.019Zm.266-.012.014.014c.02-.02.033-.04.04-.068l-.02-.004-.019-.005a.102.102 0 0 1-.03.049l.015.014Zm.035-.058.02.004a.113.113 0 0 0-.015-.085l-.017.01-.017.011c.01.017.014.037.01.055l.019.005Zm-.012-.07.01.017h.001l.002-.001a.3.3 0 0 1 .09-.037l-.004-.02-.005-.02a.342.342 0 0 0-.096.039l-.006.003-.002.001.01.018Zm.099-.041.005.02a.358.358 0 0 1 .07-.01c.026-.002.049-.002.058-.002v-.04c-.01 0-.033 0-.06.002a.389.389 0 0 0-.079.01l.006.02Zm.133-.012v.02h.063v-.04h-.063v.02Zm.063 0-.017-.01-.017.03.017.01.017.01.017-.03-.017-.01Zm-.017.03-.018-.01a.386.386 0 0 1-.022.04l.017.01.016.011a.44.44 0 0 0 .025-.043l-.018-.009Zm-.023.04-.005.02a.267.267 0 0 1 .156.108l.016-.011.017-.011a.306.306 0 0 0-.18-.125l-.004.02Zm.167.117-.011-.016a.286.286 0 0 1-.19.054l-.001.02-.002.02a.326.326 0 0 0 .216-.062l-.012-.016Zm-.202.058-.02.005.012.047.02-.005.019-.005-.012-.047-.02.005Zm.012.047h-.02v.035h.04v-.035h-.02Zm0 .035.007-.019-.058-.023-.007.018-.008.02.058.022.008-.018Zm-.058-.024.006-.018a.557.557 0 0 1-.05-.02.275.275 0 0 1-.06-.035l-.012.015-.013.015c.02.017.046.03.07.041a.59.59 0 0 0 .052.021l.007-.018Zm-.116-.058.01-.018a.25.25 0 0 1-.07-.053l-.004-.005h-.001l-.016.012-.015.013.002.002a.357.357 0 0 0 .085.067l.01-.018Zm-.058-.642-.01-.016a.322.322 0 0 0-.136.186l.02.005.018.006a.282.282 0 0 1 .12-.164l-.012-.017Zm-.127.175.013-.015-.04-.035-.013.015-.013.016.04.035.013-.015Zm-.04-.034.009-.018a.194.194 0 0 0-.065-.02h-.002v.04h.002l.01.002a.156.156 0 0 1 .037.013l.009-.018Zm-.058-.018-.02.003.012.076.02-.003.02-.003-.012-.076-.02.003Zm.011.076h-.02c0 .017 0 .079.019.134l.019-.006.019-.006a.41.41 0 0 1-.017-.122h-.02Zm.018.128-.02.004a.34.34 0 0 0 .033.093l.003.005.001.002.017-.01.017-.011v-.002a.578.578 0 0 1-.011-.02.298.298 0 0 1-.02-.065l-.02.004Zm.034.094.013.015a.094.094 0 0 1 .071-.019l.003-.02.003-.02a.134.134 0 0 0-.102.028l.012.016Zm.087-.024-.003.02c.027.005.046.023.062.045l.016-.012.016-.012a.14.14 0 0 0-.088-.06l-.003.02Zm.075.053.016.013.063-.076-.015-.013-.015-.013-.064.076.015.013Zm.064-.076.016.012a.51.51 0 0 0 .066-.122l-.019-.007-.019-.006a.473.473 0 0 1-.06.11l.016.013Zm.063-.117.017.01.04-.063-.016-.011-.017-.01-.04.063.016.011Zm.04-.064.01-.018h-.002l-.005-.003a.109.109 0 0 0-.066.002l.006.019.006.019a.07.07 0 0 1 .041-.002l.002.001.009-.018Zm-.057 0v-.02a.166.166 0 0 0-.063.012.03.03 0 0 0-.004.002h-.001v.001l.01.017.011.016h.001a.129.129 0 0 1 .046-.008v-.02Zm-.058.012.02.001a.307.307 0 0 0-.062-.212l-.016.012-.015.012c.04.053.059.119.053.185l.02.002Zm-1.33.262.015.014a.131.131 0 0 0 .007-.178l-.016.013-.015.013a.091.091 0 0 1-.004.124l.014.014Zm.006-.152.013.016.002-.001.006-.005a.328.328 0 0 1 .09-.049l-.007-.019-.006-.019a.364.364 0 0 0-.1.055l-.007.005-.002.001h-.001l.012.017Zm.104-.058.009.018a.425.425 0 0 1 .138-.039l-.002-.02-.002-.02a.466.466 0 0 0-.151.043l.008.018Zm.145-.04.005.019.07-.018-.006-.02-.005-.019-.069.018.005.02Zm.07-.018-.02-.003-.006.04.02.004.02.002.005-.04-.02-.003Zm-.006.04L8.3 10.96l-.023.052.018.008.019.008.023-.052-.018-.008Zm-.024.053v.02c.074 0 .144.043.194.094l.015-.015.014-.014A.327.327 0 0 0 8.296 11v.02Zm.209.1-.014-.015a.32.32 0 0 1-.196.088l.001.02.002.02a.36.36 0 0 0 .22-.1l-.013-.014Zm-.209.093-.02.003a.426.426 0 0 0 .031.098l.018-.008.019-.008a.387.387 0 0 1-.028-.089l-.02.004Zm.03.093.003-.02-.07-.011-.003.02-.003.02.069.01.003-.019Zm-.07-.012.005-.019-.144-.04-.006.018-.005.02.145.04.005-.019Zm-.145-.04.008-.019a.472.472 0 0 1-.092-.05l-.006-.004-.001-.002-.013.016-.012.016h.001l.002.002.006.005a.515.515 0 0 0 .1.054l.007-.019Zm-.283-.065.015-.013a.102.102 0 0 1-.024-.058l-.02.001-.02.002c.002.03.015.058.034.081l.015-.013Zm-.029-.07h.02c0-.027.006-.05.018-.061l-.015-.014-.014-.014c-.023.023-.029.059-.029.09h.02Zm.023-.075.014-.015-.001-.001-.002-.002a.212.212 0 0 0-.03-.022.31.31 0 0 0-.079-.038l-.006.02-.005.018a.271.271 0 0 1 .089.049l.005.004.002.001.013-.014Zm-.104-.059.01-.017a.354.354 0 0 0-.081-.031.33.33 0 0 0-.073-.013v.04c.012 0 .036.004.063.011a.317.317 0 0 1 .071.027l.01-.017Zm-.144-.04.003-.02-.07-.012-.003.02-.003.02.07.011.003-.02Zm-.07-.012-.019.006.012.035.019-.006.019-.007-.012-.035-.019.007Zm.012.035-.018.008.023.052.018-.008.018-.008-.023-.052-.018.008Zm.023.052L7.538 11a.36.36 0 0 0-.227.105l.014.014.014.014a.32.32 0 0 1 .202-.093l-.002-.02Zm-.214.1-.013.014c.06.055.14.099.227.099v-.04a.308.308 0 0 1-.2-.088l-.014.014Zm.214.093-.018-.008-.024.059.019.007.019.007.023-.058-.019-.007Zm-.023.058-.019-.006-.012.035.02.006.018.006.012-.035-.019-.006Zm-.012.035.004.02.07-.012-.004-.02-.004-.02-.069.012.003.02Zm.07-.012.005.02c.021-.006.105-.024.147-.042l-.008-.019-.008-.018c-.038.017-.116.034-.141.04l.005.02Zm.144-.04.008.018a.648.648 0 0 0 .079-.04l.025-.014a.331.331 0 0 0 .009-.006l-.01-.017-.012-.016-.002.001a.606.606 0 0 1-.104.055l.007.018Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.407 11.48c-.023-.029-.081-.023-.127.012-.047.04-.058.093-.03.128.03.03.087.024.134-.017.04-.035.057-.094.028-.117m-1.347-.262c0-.059.058-.117.116-.117s.121.058.121.117a.116.116 0 0 1-.115.116.117.117 0 0 1-.122-.11v-.006' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='m10.28 11.492-.013-.016.013.016Zm-.03.128-.015.013.001.001.015-.014Zm.134-.017-.014-.015.014.015Zm-1.197-.263v-.02h-.001v.02Zm-.122-.11h-.02.02Zm1.342.25.015-.012c-.017-.022-.045-.028-.072-.026a.166.166 0 0 0-.083.034l.013.016.012.016a.126.126 0 0 1 .062-.026c.02-.002.031.003.037.01l.016-.012Zm-.127.012-.014-.015c-.05.044-.07.109-.03.156l.015-.013.015-.012c-.019-.023-.016-.064.027-.101l-.013-.015Zm-.03.128-.014.014a.09.09 0 0 0 .077.024.158.158 0 0 0 .084-.04l-.013-.015-.014-.015a.118.118 0 0 1-.062.03c-.02.002-.034-.003-.043-.012l-.014.014Zm.134-.017.013.015a.15.15 0 0 0 .046-.073c.007-.025.005-.056-.018-.075l-.013.016-.012.016c.005.004.01.014.005.033a.11.11 0 0 1-.034.053l.013.015Zm-1.319-.38h.02c0-.022.012-.046.03-.066a.096.096 0 0 1 .066-.03v-.04a.135.135 0 0 0-.094.042.138.138 0 0 0-.042.095h.02Zm.116-.116v.02c.023 0 .048.012.069.03.02.02.032.044.032.067h.04c0-.037-.019-.07-.045-.095a.145.145 0 0 0-.096-.042v.02Zm.121.117h-.02a.097.097 0 0 1-.095.096v.04a.137.137 0 0 0 .135-.136h-.02Zm-.115.116-.001-.02a.097.097 0 0 1-.1-.092l-.02.001-.02.002a.137.137 0 0 0 .142.13l-.001-.02Zm-.122-.11h.02v-.006h-.04v.005h.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.597 11.556c0-.023-.018-.04-.04-.058-.041-.041-.099-.047-.128-.018l-.011.018s-.058-.117-.133-.158c-.07-.04-.191-.029-.191-.029 0-.09.072-.163.162-.163.057 0 .11.023.138.058l.012-.058s.075.017.116.105a.432.432 0 0 1-.006.21s.017-.053.046-.088a.466.466 0 0 1 .139-.093l.075-.04v.075a.453.453 0 0 1 .214.03.276.276 0 0 1-.145.127l.047.041.023.03-.07.011-.15.012a.79.79 0 0 1-.098-.012m4.642-.006.04-.058c.041-.035.105-.04.133-.012l.006.012s.058-.117.133-.152c.075-.04.197-.029.197-.029a.162.162 0 0 0-.162-.163h-.006a.172.172 0 0 0-.139.058l-.011-.058s-.075.017-.11.105a.39.39 0 0 0 0 .21s-.017-.053-.04-.088a.466.466 0 0 0-.14-.093l-.074-.04-.006.028a.33.33 0 0 0 0 .047.452.452 0 0 0-.214.03.276.276 0 0 0 .144.127l-.046.041a.192.192 0 0 0-.023.03l.075.011.145.012a.791.791 0 0 0 .098-.012' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m5.556 11.498-.014.014.002.002.012-.016Zm-.127-.018-.014-.014-.003.003.017.011Zm-.011.018-.018.009.015.03.02-.028-.017-.011Zm-.133-.158-.01.018.01-.018Zm-.191-.029h-.02v.022l.022-.002-.002-.02Zm.3-.105-.015.013.027.032.008-.041-.02-.004Zm.012-.058.004-.02-.02-.004-.004.02.02.004Zm.116.105.019-.007-.001-.002-.018.009Zm-.006.21-.02-.006.039.012-.02-.006Zm.046-.088-.014-.014-.001.002.015.012Zm.139-.093.008.018h.001l-.01-.018Zm.075-.04h.02v-.035l-.03.016.01.018Zm0 .075h-.02v.022l.022-.002-.002-.02Zm.214.03.018.008.01-.02-.02-.008-.008.02Zm-.145.127-.007-.018-.03.012.024.021.013-.015Zm.047.041.015-.012-.002-.003-.013.015Zm.023.03.003.02.033-.006-.02-.027-.016.012Zm-.07.011.002.02h.002l-.004-.02Zm-.15.012-.001.02h.003l-.002-.02Zm4.585-.076-.014-.016-.003.004.017.012Zm.133-.012.018-.01-.004-.004-.014.014Zm.005.012-.018.009.018.036.018-.036-.018-.01Zm.133-.152.009.018-.009-.018Zm.197-.029-.002.02.022.002v-.022h-.02Zm-.168-.163-.001.02h.001v-.02Zm-.139.058-.02.004.009.04.027-.03-.016-.014Zm-.011-.058.02-.004-.005-.02-.02.004.005.02Zm-.11.315-.019.006.038-.012-.019.006Zm-.04-.088.017-.011-.004-.003-.013.014Zm-.14-.093-.009.018h.002l.008-.018Zm-.074-.04.01-.019-.025-.013-.005.027.02.004Zm-.006.028-.02-.004v.003l.02.001Zm0 .047-.002.02.024.002-.002-.024-.02.002Zm-.214.03-.007-.02-.021.009.01.02.018-.01Zm.144.127.014.015.024-.021-.03-.012-.008.018Zm-.046.041-.013-.015-.001.001.014.014Zm-.023.03-.017-.012-.017.026.031.005.003-.02Zm.075.011-.003.02h.002l.001-.02Zm.145.012-.002.02h.003l-.001-.02Zm-4.544-.012h.02c0-.034-.026-.057-.049-.074l-.012.016-.012.016c.024.017.033.03.033.042h.02Zm-.04-.058.013-.014a.138.138 0 0 0-.08-.041.09.09 0 0 0-.075.023l.014.014.014.014c.01-.009.024-.014.043-.011a.098.098 0 0 1 .056.029l.014-.014Zm-.128-.018-.017-.01-.011.017.017.01.016.012.012-.018-.017-.01Zm-.011.018.017-.01-.002-.005a.327.327 0 0 0-.138-.16l-.01.017-.01.018a.289.289 0 0 1 .088.088.56.56 0 0 1 .036.06l.019-.008Zm-.133-.158.01-.017a.3.3 0 0 0-.13-.033.53.53 0 0 0-.072.001h-.001l.002.02.002.02H5.1l.015-.001h.047c.038.002.082.01.112.027l.01-.017Zm-.191-.029h.02c0-.08.063-.143.142-.143v-.04c-.101 0-.182.082-.182.183h.02Zm.162-.163v.02c.053 0 .098.021.123.05l.015-.012.016-.013a.201.201 0 0 0-.154-.065v.02Zm.138.058.02.004.012-.058-.02-.004-.02-.004-.011.058.02.004Zm.012-.058-.005.02h.002l.008.002a.18.18 0 0 1 .092.09l.019-.007.018-.009a.219.219 0 0 0-.125-.114l-.003-.001H5.41l-.005.019Zm.116.105-.02.006c.014.04.013.088.008.13a.553.553 0 0 1-.012.063l-.001.004v.001l.019.006.019.005v-.002l.002-.004a.51.51 0 0 0 .012-.069.351.351 0 0 0-.008-.147l-.02.007Zm-.006.21.019.006v-.002l.003-.006a.347.347 0 0 1 .04-.073l-.016-.013-.015-.012a.284.284 0 0 0-.05.09v.003l.019.007Zm.046-.088.014.015a.446.446 0 0 1 .133-.09l-.008-.018-.008-.018a.487.487 0 0 0-.145.097l.014.014Zm.139-.093.01.018.074-.041-.01-.018-.009-.018-.075.041.01.018Zm.075-.04h-.02v.075h.04v-.076h-.02Zm0 .075.002.02c.07-.008.14.002.205.028l.007-.019.007-.019a.474.474 0 0 0-.223-.03l.002.02Zm.214.03-.018-.01a.257.257 0 0 1-.134.119l.007.018.008.019a.296.296 0 0 0 .155-.138l-.018-.009Zm-.145.127-.013.015.046.041.014-.015.013-.015-.046-.04-.014.014Zm.047.041-.016.013.023.029.016-.013.015-.012-.023-.03-.015.013Zm.023.03-.004-.02-.069.011.003.02.004.02.069-.012-.003-.02Zm-.07.011-.001-.02-.15.012.001.02.002.02.15-.012-.002-.02Zm-.15.012.001-.02a.773.773 0 0 1-.096-.012l-.003.02-.004.02c.033.006.067.01.1.012l.002-.02Zm4.544-.018.016.012.041-.059-.016-.011-.017-.012-.04.059.016.011Zm.04-.058.014.015a.108.108 0 0 1 .06-.025c.02-.002.037.003.045.012l.014-.014.015-.014a.097.097 0 0 0-.078-.024.148.148 0 0 0-.083.035l.014.015Zm.133-.012-.017.01.005.01.018-.008.018-.009-.006-.012-.018.01Zm.006.012.018.009V11.5l.003-.004a.46.46 0 0 1 .034-.055.25.25 0 0 1 .087-.083l-.009-.018-.008-.018a.29.29 0 0 0-.103.096.58.58 0 0 0-.029.045l-.008.014-.002.005v.001l.017.009Zm.133-.152.01.018a.291.291 0 0 1 .118-.028h.062a.07.07 0 0 1 .004 0v.001l.003-.02.002-.02h-.006a.332.332 0 0 0-.202.032l.01.017Zm.197-.029h.02a.182.182 0 0 0-.182-.183v.04c.078 0 .142.064.142.143h.02Zm-.162-.163v-.02h-.006v.04h.006v-.02Zm-.006 0 .001-.02a.192.192 0 0 0-.155.065l.015.013.015.013a.152.152 0 0 1 .123-.051l.001-.02Zm-.139.058.02-.004-.011-.058-.02.004-.02.004.012.058.02-.004Zm-.011-.058-.005-.02h-.001l-.003.002a.189.189 0 0 0-.044.021.2.2 0 0 0-.076.094l.019.008.019.007a.16.16 0 0 1 .093-.092h.002l-.004-.02Zm-.11.105-.019-.008a.323.323 0 0 0-.014.148.515.515 0 0 0 .014.075l.019-.005.02-.006h-.001l-.001-.005-.003-.014a.496.496 0 0 1-.008-.05.283.283 0 0 1 .012-.128l-.019-.007Zm0 .21.019-.007v-.002a.436.436 0 0 0-.042-.09l-.018.011-.016.011a.328.328 0 0 1 .035.075l.002.006v.002h.001l.019-.006Zm-.04-.088.013-.014a.486.486 0 0 0-.144-.098l-.008.019-.008.018a.445.445 0 0 1 .133.09l.014-.015Zm-.14-.093.01-.018-.075-.04-.01.017-.009.018.075.04.01-.017Zm-.074-.04-.02-.005-.006.03.02.003.02.004.005-.03-.02-.003Zm-.006.028-.02-.001a.342.342 0 0 0 0 .05l.02-.002.02-.002a.29.29 0 0 1 0-.043l-.02-.002Zm0 .047.002-.02a.472.472 0 0 0-.223.03l.007.02.007.018a.433.433 0 0 1 .205-.028l.002-.02Zm-.214.03-.018.008a.296.296 0 0 0 .155.138l.007-.019.008-.018a.257.257 0 0 1-.134-.12l-.018.01Zm.144.127-.013-.015-.046.041.013.015.013.015.047-.04-.014-.016Zm-.046.041-.014-.014a.21.21 0 0 0-.026.032l.017.011.017.011a.17.17 0 0 1 .02-.026l-.014-.014Zm-.023.03-.003.02.075.01.003-.019.003-.02-.075-.011-.003.02Zm.075.011-.001.02.144.012.002-.02.001-.02-.144-.012-.002.02Zm.145.012v.02a.806.806 0 0 0 .102-.012l-.004-.02-.004-.02a.773.773 0 0 1-.095.012v.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8 11.119c0-.064.052-.117.116-.117.063 0 .121.053.121.117 0 .058-.058.116-.115.116a.116.116 0 0 1-.122-.11v-.006m-2.376.361c.035-.029.093-.023.139.018.04.035.058.087.023.117-.029.034-.087.029-.127-.012-.047-.035-.058-.094-.03-.117' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M7.922 11.235v-.02H7.92l.002.02Zm-.122-.11h-.02.02Zm-2.237.373-.013.015.013-.015Zm.023.117-.013-.016-.003.003.016.012Zm-.127-.012.014-.014-.002-.002-.012.016Zm2.341-.484h.02c0-.054.043-.097.096-.097v-.04a.136.136 0 0 0-.136.137h.02Zm.116-.117v.02c.053 0 .101.045.101.097h.04c0-.077-.068-.137-.141-.137v.02Zm.121.117h-.02a.098.098 0 0 1-.03.066.096.096 0 0 1-.065.03v.04c.035 0 .069-.017.093-.042a.138.138 0 0 0 .042-.094h-.02Zm-.115.116-.002-.02a.096.096 0 0 1-.1-.092l-.02.002h-.02a.136.136 0 0 0 .143.13l-.001-.02Zm-.122-.11h.02v-.006h-.04v.005h.02Zm-2.376.355.013.016c.024-.02.07-.02.113.017l.013-.015.013-.015c-.05-.045-.12-.056-.165-.018l.013.015Zm.139.018-.013.015c.018.015.03.034.033.05.004.015 0 .027-.01.036l.013.015.013.016c.024-.02.03-.05.023-.076a.14.14 0 0 0-.046-.071l-.013.015Zm.023.117-.016-.013c-.009.011-.024.017-.041.015a.093.093 0 0 1-.056-.028l-.014.014-.014.014a.133.133 0 0 0 .08.04.086.086 0 0 0 .076-.03l-.015-.013Zm-.127-.012.012-.016a.093.093 0 0 1-.035-.051c-.004-.018 0-.03.006-.034l-.012-.016-.013-.015c-.022.018-.026.047-.02.074a.133.133 0 0 0 .05.074l.012-.016Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.667 9.368c0-.128.11-.233.249-.233s.243.105.243.233c0 .129-.11.234-.249.234a.237.237 0 0 1-.243-.234' fill='%23005BBF'%3E%3C/path%3E%3Cpath d='M7.667 9.368c0-.128.11-.233.249-.233s.243.105.243.233c0 .129-.11.234-.249.234a.237.237 0 0 1-.243-.234' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.851 8.71v.128h-.138v.128h.133v.368h-.168l-.012.035c0 .035.006.064.018.093h.456a.244.244 0 0 0 .018-.093l-.012-.035h-.162v-.368h.133v-.128h-.133v-.129h-.138.005Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.851 8.71v.128h-.138v.128h.133v.368h-.168l-.012.035c0 .035.006.064.018.093h.456a.244.244 0 0 0 .018-.093l-.012-.035h-.162v-.368h.133v-.128h-.133v-.129h-.138.005Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.938 19.285a4.7 4.7 0 0 1-2.052-.478 1.325 1.325 0 0 1-.74-1.19V15.75h5.573v1.867c0 .507-.288.97-.74 1.19a4.647 4.647 0 0 1-2.041.478' fill='%23CCC'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.938 19.285a4.7 4.7 0 0 1-2.052-.478 1.325 1.325 0 0 1-.74-1.19V15.75h5.573v1.867c0 .507-.288.97-.74 1.19a4.647 4.647 0 0 1-2.041.478Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cmask id='ES_svg__d' maskUnits='userSpaceOnUse' x='-4' y='0' width='37' height='28' style='mask-type: luminance;'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-4 28h37V0H-4v28Z' fill='%23fff'%3E%3C/path%3E%3C/mask%3E%3Cg mask='url(%23ES_svg__d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.927 15.75h2.792v-3.12H7.927v3.12Z' fill='%23CCC'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.927 15.75h2.792v-3.12H7.927v3.12Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.926 17.617c0 .735-.618 1.335-1.387 1.335-.77 0-1.4-.6-1.4-1.341v-1.867h2.787v1.867' fill='%23AD1519'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.747 18.719c.087.046.209.116.336.151l-.006-3.19h-.33V18.719Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.747 18.719c.087.046.209.116.336.151l-.006-3.19h-.33V18.719Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.134 17.594c.006.32.118.627.318.875v-2.771H5.14v1.896h-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.134 17.594c.006.32.118.627.318.875v-2.771H5.14v1.896h-.006Z' stroke='%23000' stroke-width='0.05' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.371 18.94c.108.012.217.012.324 0v-3.26h-.324v3.267-.006Z' fill='%23C7B500'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.371 18.94c.108.012.217.012.324 0v-3.26h-.324v3.267-.006Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.985 18.87c.119-.029.232-.078.335-.145V15.68h-.335l-.006 3.19h.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.985 18.87c.119-.029.232-.078.335-.145V15.68h-.335l-.006 3.19h.006Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14 15.75h2.787v-3.12H5.135v3.12h.006Z' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.14 15.75h2.787v-3.12H5.135v3.12h.006Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.62 18.433c.14-.116.266-.397.313-.712l.005-2.041H7.62l.006 2.76-.006-.007Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.62 18.433c.14-.116.266-.397.313-.712l.005-2.041H7.62l.006 2.76-.006-.007Z' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath d='M7.926 17.617c0 .735-.618 1.335-1.387 1.335-.77 0-1.4-.6-1.4-1.341v-1.867h2.787v1.867' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.72 15.75v1.867c0 .735-.625 1.336-1.394 1.336-.77 0-1.4-.6-1.4-1.342v-1.866h2.793' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M10.72 15.75v1.867c0 .735-.625 1.336-1.394 1.336-.77 0-1.4-.6-1.4-1.342v-1.866h2.793' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.268 18.054-.098-.023v-.251l.098-.03v.304Zm.093 0 .098-.023v-.251l-.098-.03v.304Zm-.11.455c0-.035.029-.058.063-.058.032-.004.06.02.063.052v.006a.058.058 0 0 1-.057.058.064.064 0 0 1-.07-.058Zm.67-1.277-.029.093h-.26l-.029-.093h.318Zm-1.22 0 .03.093h.26l.029-.093h-.318Zm1.163.507.057-.082-.173-.192-.093.04.209.234Zm-.076.058-.092.041-.168-.192.058-.082.202.233Zm.128.549a1.013 1.013 0 0 1-.278.151l.07.065a1.11 1.11 0 0 0 .23-.117l-.022-.1Zm-.047-.082a.896.896 0 0 1-.277.152l-.023-.094a.805.805 0 0 0 .231-.116l.07.058Zm.324-.8-.098.024v.129c0-.047-.018.122-.018.122l.099.035.017-.157v-.152Zm.081.31.093-.017.017-.251-.098-.035v.146c0 .058 0 .11-.012.163v-.006Zm-.127.263a.07.07 0 0 0-.087 0 .058.058 0 0 0-.006.08.069.069 0 0 0 .093.007.06.06 0 0 0 .005-.082l-.005-.005Zm-.347.28.046.081a.994.994 0 0 0 .208-.18c.052.011.104 0 .145-.03a.14.14 0 0 0 .024-.196l-.007-.008-.006-.006a.874.874 0 0 0 .076-.28h-.099a.78.78 0 0 1-.057.234.166.166 0 0 0-.081.011l-.237-.263-.076.06.237.262a.14.14 0 0 0 .006.162.862.862 0 0 1-.179.153Zm-1.046-.578-.058-.082.173-.192.093.04-.208.234Zm.075.058.092.041.174-.192-.058-.082-.208.233Zm-.127.549c.083.064.177.116.277.151l-.07.065a1.095 1.095 0 0 1-.23-.117l.023-.1Zm.046-.082a.89.89 0 0 0 .277.152l.023-.094a.798.798 0 0 1-.23-.116l-.07.058Zm-.324-.8.098.024v.129c0-.047.018.122.018.122l-.099.035a.801.801 0 0 1-.017-.157v-.152Zm-.08.31-.093-.017-.018-.251.099-.035v.146c0 .058 0 .105.011.157Zm.126.263c.018-.024.058-.03.087 0 .029.029.029.057.006.08a.069.069 0 0 1-.093.007.059.059 0 0 1-.005-.082l.005-.005Zm.347.28-.046.081a.967.967 0 0 1-.208-.18.177.177 0 0 1-.145-.03.14.14 0 0 1-.017-.204l.006-.006a.873.873 0 0 1-.075-.28h.098a.78.78 0 0 0 .058.234c.029 0 .057 0 .08.011l.238-.263.075.06-.237.262a.15.15 0 0 1-.006.162c.053.06.113.11.18.153Zm.636.128a.91.91 0 0 0 .214-.059l.046.082a.994.994 0 0 1-.248.07.151.151 0 0 1-.295 0 .997.997 0 0 1-.266-.07l.046-.082c.075.03.15.053.231.059a.144.144 0 0 1 .087-.076v-.39h.093v.39c.04.012.075.04.092.082v-.006Zm.387-1.283v.07h.255a.145.145 0 0 0 .098.093v.227h.093v-.227a.145.145 0 0 0 .104-.14.13.13 0 0 0 0-.03h-.093l.006.03a.058.058 0 0 1-.058.058c-.04 0-.07-.024-.07-.058 0-.01.002-.02.006-.03h-.34v.007Zm-.15 0v.07H9.46a.148.148 0 0 1-.017.034l.265.304-.069.058-.266-.309-.011.006v.507h-.093v-.507h-.011l-.278.303-.07-.058.272-.31a.122.122 0 0 1-.011-.023h-.231v-.087h.751v.012Zm-1.254-.006.005.029c0 .034-.029.058-.063.058a.058.058 0 0 1-.064-.052v-.036h-.087c-.015.076.031.15.105.17v.227h.092v-.227a.15.15 0 0 0 .098-.093h.255v-.07H8.43l.006-.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.36 16.391.093.03v.25l-.092.03v-.31Zm-.098.007-.098.029v.25l.098.03v-.316.007Zm.341-.292.03-.093h.265l.03.093h-.325Zm0 .093.03.093h.265l.03-.093h-.325Zm-.358-.046c0-.036.029-.06.064-.06.031-.003.06.021.063.053v.007c0 .034-.029.058-.063.058a.064.064 0 0 1-.064-.058Zm.93 0c0-.036.03-.06.064-.06.032-.003.06.021.063.053l.001.007a.058.058 0 0 1-.058.058.064.064 0 0 1-.07-.058Zm-.254.99-.028-.092h-.26l-.03.093h.318Zm-.907-1.037-.03-.093h-.26l-.028.093h.318Zm0 .093-.03.093h-.26l-.028-.093h.318Zm-.7-.046c0-.036.03-.06.07-.06.031 0 .057.027.057.06 0 .034-.023.058-.057.058a.064.064 0 0 1-.07-.058Zm.388.99.029-.092h.26l.029.093h-.318Zm1.173-.524.058.082-.173.192-.087-.04.202-.234Zm-.07-.058-.092-.04-.173.192.058.08.208-.232Zm-1.069.064-.058.081.174.193.092-.04-.208-.234Zm.075-.058.093-.041.168.193-.058.08-.203-.232Zm1.475-.047.098.024v.25l-.098.03v-.304Zm-.093 0-.098.024v.25l.098.03v-.304Zm-1.769 0 .098.024v.25l-.098.03v-.304Zm-.092 0-.099.024v.25l.099.03v-.304Zm1.029-.234v.193h-.099v-.187a.149.149 0 0 1-.098-.093h-.231v-.1h.231c.023-.06.08-.1.145-.098.069 0 .127.04.144.099h.231v.093h-.23a.144.144 0 0 1-.093.093Zm.93 0v.31h-.098v-.304l-.023-.01-.347.395-.075-.058.358-.403-.005-.017h-.26v-.1h.26a.15.15 0 0 1 .138-.098.151.151 0 0 1 .156.145.145.145 0 0 1-.11.14h.006Zm-1.85 0 .347.397.075-.058-.352-.391.017-.035h.255v-.1h-.255a.151.151 0 0 0-.144-.098.152.152 0 0 0-.156.145c0 .065.042.122.104.14v.304h.092v-.304h.017Zm1.74.875a.063.063 0 0 1 .058-.034c.03 0 .047.017.058.034h.093c-.012-.057-.052-.093-.104-.116v-.303h-.093v.31a.154.154 0 0 0-.098.092H9.84v.017h.346-.005Zm-1.248 0v-.017h.237a.171.171 0 0 1 .011-.017l-.289-.333.07-.058.289.326.011-.005v-.432h.093v.426h.017l.284-.321.069.059-.283.32.017.035h.231v.017h-.757Zm-.705 0c.011-.057.057-.093.104-.116v-.303h.092v.31c.046.016.087.052.098.092h.255v.017H8.43a.067.067 0 0 0-.058-.034c-.023 0-.04.017-.058.034h-.086Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m8.98 18.498.01.01.017-.016-.023-.008-.005.014Zm-.07.064-.005.014.008.003.007-.006-.01-.011Zm-.232-.117-.014-.003-.002.01.008.006.008-.013Zm.347-.029-.004.014.015.006.004-.016-.015-.004Zm.023-.093.015.003.003-.013-.013-.005-.005.015Zm-.23-.117.008-.012-.01-.007-.008.008.01.011Zm-.388-.74.004-.016H8.43v.015Zm.092.023h.015v-.012l-.011-.003-.004.015Zm.018.25.005.014.01-.003v-.012l-.015.001Zm-.099.035-.014.002.002.019.017-.007-.005-.014Zm-.017-.157H8.41v.002l.015-.002Zm0-.152v-.015H8.41v.015h.015Zm-.075.31-.003.014.025.005-.008-.024-.014.004Zm-.098-.018h-.015v.013l.012.002.003-.015Zm-.018-.25-.005-.015-.01.004v.011h.015Zm.099-.036h.015v-.021l-.02.007.005.014Zm.133.566-.011-.01-.025.025h.036v-.015Zm.098.081-.01-.01.01.01Zm-.093.006-.01.012h.001l.01-.012Zm-.005-.082-.01-.01h-.001l.011.01Zm.005-.005.011.01.025-.025H8.47v.015Zm-.138-.712h.015v-.011l-.011-.003-.004.014Zm0-.28.005.014.01-.004v-.01h-.015Zm0-.303v-.015h-.015v.015h.015Zm.092 0h.015v-.015h-.015v.015Zm0 .31H8.41v.01l.011.004.004-.015Zm.098.092-.014.003.003.012h.011v-.015Zm.255 0h.015v-.015h-.015v.015Zm0 .088v.015h.015v-.015h-.015Zm-.255 0v-.015h-.01l-.004.01.014.005Zm-.092.093-.005-.014-.01.004v.01h.015Zm0 .228v.015h.015v-.015H8.43Zm.387.764.013.007.007-.012-.012-.008-.008.013Zm-.046.082-.008.012.013.009.008-.014-.013-.007Zm-.208-.181.011-.01-.006-.007-.008.002.003.015Zm-.145-.03-.009.012.01-.012Zm-.023-.196.011.01V18l-.011-.009Zm.006-.008.01.011-.01-.01Zm.006-.005.01.01.008-.007-.004-.01-.014.007Zm-.07-.28v-.015h-.016l.001.016.015-.001Zm.093 0 .015-.002-.001-.013H8.43v.015Zm.058.233-.014.006.004.009h.01v-.015Zm.08.012-.006.013.01.005.008-.008-.011-.01Zm.238-.264.009-.011-.011-.009-.01.01.012.01Zm.075.06.01.01.012-.012-.013-.01-.01.011Zm-.237.262-.011-.01-.008.008.006.01.013-.008Zm-.006.163-.012-.01-.007.01.008.01.011-.01Zm-.197-1.878.018-.015H8.44v.015Zm.347.396-.011.01.01.01.01-.008-.009-.012Zm.075-.058.01.012.012-.01-.01-.012-.012.01Zm-.352-.39-.014-.007-.004.009.007.008.01-.01Zm.017-.036v-.015h-.01l-.003.008.013.007Zm.255 0v.015h.015v-.015h-.015Zm0-.1h.015v-.014h-.015v.015Zm-.255 0-.014.006.004.01h.01V16.1ZM8.384 16v.015V16Zm-.15.146h-.016.015Zm.098.14h.015v-.01l-.01-.003-.005.014Zm0 .304h-.015v.015h.015v-.015Zm.092 0v.015h.015v-.015h-.015Zm0-.303v-.015H8.41v.015h.015Zm.746.945.014-.003-.002-.012H9.17v.015Zm-.231 0h-.015v.015h.015v-.015Zm0-.082v-.015h-.015v.015h.015Zm.23 0v.015h.011l.004-.01-.014-.005Zm.012-.023.013.008.006-.01-.007-.008-.012.01Zm-.289-.327-.01-.011-.011.01.01.011.011-.01Zm.07-.058.01-.01-.009-.01-.01.008.009.012Zm.289.32-.017.016h.017v-.015Zm.011 0v.016h.015v-.015h-.015Zm0-.437v-.015h-.015v.015h.015Zm.099 0h.015v-.015H9.36v.015Zm0 .426h-.015v.015h.015v-.015Zm.011 0v.023l.011-.013-.01-.01Zm.284-.321.01-.012-.012-.01-.01.012.012.01Zm.069.059.011.01.01-.012-.011-.01-.01.012Zm-.283.32-.012-.01-.006.008.004.01.014-.008Zm.017.035-.013.007.004.008h.009v-.015Zm.231 0h.015v-.015H9.69v.015Zm0 .088v.015h.015v-.015H9.69Zm-.231 0v-.015h-.015v.015h.015Zm-.017.03-.011-.012-.01.01.01.011.01-.01Zm.271.308.01.012.012-.01-.01-.012-.012.01Zm-.075.059-.011.01.01.01.01-.009-.009-.011Zm-.266-.31.012-.01-.008-.008-.01.005.006.013Zm-.011.006-.007-.013-.008.004v.01h.015Zm0 .508v.015h.015v-.015H9.36Zm-.093 0h-.015v.015h.015v-.015Zm0-.508h.015v-.009l-.008-.004-.007.013Zm-.011-.006.006-.013-.01-.005-.008.008.012.01Zm-.278.31-.01.011.012.01.01-.011-.012-.01Zm-.07-.059-.01-.01-.01.012.011.01.01-.012Zm.544.881-.014.006.005.01.012-.001-.003-.015Zm.214-.065.013-.007-.007-.012-.012.006.006.013Zm.046.083.006.013.016-.006-.009-.015-.013.008Zm-.248.07-.002-.015-.01.001-.003.01.015.004Zm-.15.116v-.015.015Zm-.145-.116.014-.004-.002-.01-.01-.001-.002.015Zm-.266-.07-.013-.008-.008.015.015.006.006-.013Zm.046-.083.006-.014-.012-.004-.007.011.013.007Zm.231.06v.014h.01l.004-.008-.014-.007Zm.087-.077.005.015.01-.004v-.01h-.015Zm0-.39v-.015h-.015v.015h.015Zm.093 0h.015v-.015H9.36v.015Zm0 .39h-.015v.012l.01.003.005-.015Zm-.66-.023-.009.012c.085.066.18.118.282.154l.005-.014.005-.014a.99.99 0 0 1-.273-.15l-.01.012Zm.278.152-.01-.011-.07.064.01.01.01.012.07-.064-.01-.011Zm-.07.064.006-.014a1.075 1.075 0 0 1-.228-.115l-.009.012-.008.013c.073.048.152.088.235.118l.005-.014Zm-.23-.117.014.004.023-.1-.014-.003-.015-.003-.023.099.014.003Zm.069-.181-.01.012c.085.068.18.12.283.154l.004-.014.005-.014a.877.877 0 0 1-.273-.15l-.01.012Zm.277.152.015.004.023-.094-.015-.003-.014-.004-.023.094.014.003Zm.023-.093.005-.015a.784.784 0 0 1-.227-.114l-.009.012-.009.012a.816.816 0 0 0 .236.119l.004-.014Zm-.23-.117-.01-.011-.07.057.01.012.01.011.069-.057-.01-.012Zm-.388-.74-.004.014.093.023.003-.014.004-.015-.092-.023-.004.014Zm.092.023h-.015v.128h.03v-.128h-.015Zm0 .128h.015a.06.06 0 0 1 0-.005v.002s0 .002-.003.004a.015.015 0 0 1-.016.005c-.005-.002-.007-.005-.007-.006l-.001-.002v.004a.999.999 0 0 1 .014.115v.007l.016-.002.015-.001v-.002a.352.352 0 0 0-.003-.024 5.041 5.041 0 0 0-.015-.108l-.001-.003s-.003-.005-.008-.006a.015.015 0 0 0-.016.005c-.003.002-.003.004-.004.005v.012h.014Zm.018.122-.005-.014-.099.035.005.014.005.014.099-.035-.005-.014Zm-.099.035.015-.001-.017-.158-.015.002-.015.002.018.157.014-.002Zm-.017-.157h.015v-.152h-.03v.152h.015Zm0-.152v.015h.006v-.03h-.006v.015Zm-.075.31.003-.015-.099-.018-.002.015-.003.015.098.017.003-.015Zm-.098-.018.015-.001-.018-.251-.015.001-.015.001.018.25h.015Zm-.018-.25.005.013.099-.035-.005-.014-.005-.014-.099.035.005.014Zm.099-.036h-.015v.146h.03v-.146h-.015Zm0 .146h-.015c0 .058 0 .107.018.162l.014-.005.014-.004a.457.457 0 0 1-.016-.153h-.015Zm.133.42.01.01a.05.05 0 0 1 .071 0l.011-.01.01-.01a.079.079 0 0 0-.113 0l.01.01Zm.092 0-.01.01c.012.013.017.025.017.033 0 .009-.002.018-.012.027l.01.011.012.01a.065.065 0 0 0 .02-.05.082.082 0 0 0-.026-.052l-.01.01Zm.006.081-.01-.01a.054.054 0 0 1-.073.005l-.01.011-.009.012a.084.084 0 0 0 .113-.008l-.011-.01Zm-.093.006.01-.01a.044.044 0 0 1-.004-.062l-.01-.01-.012-.01a.074.074 0 0 0 .006.104l.01-.012Zm-.005-.082.01.01.006-.005-.01-.01-.011-.01-.006.005.011.01Zm.005-.005v-.015h-.005v.03h.005v-.015Zm-.138-.484h.015v-.228h-.03v.228h.015Zm0-.228.004-.014a.13.13 0 0 1-.093-.126h-.03a.16.16 0 0 0 .114.155l.005-.015Zm-.104-.14h.015c0-.05.04-.104.094-.126l-.005-.014-.006-.014c-.062.025-.113.088-.113.154h.015Zm.104-.14h.015v-.303h-.03v.303h.015Zm0-.303v.015h.092v-.03h-.092v.015Zm.092 0H8.41v.31h.03v-.31h-.015Zm0 .31-.004.014c.042.01.078.041.088.081l.014-.003.015-.004a.148.148 0 0 0-.11-.104l-.003.015Zm.098.092v.015h.255v-.03h-.255v.015Zm.255 0h-.015v.088h.03v-.088h-.015Zm0 .088v-.015h-.255v.03h.255v-.015Zm-.255 0-.014-.005a.136.136 0 0 1-.083.084l.005.014.005.014a.166.166 0 0 0 .102-.102l-.015-.005Zm-.092.093h-.015v.228h.03v-.228H8.43Zm0 .228v-.015h-.098v.03h.098v-.015Zm.387.764-.013-.008-.046.082.013.008.013.007.046-.082-.013-.007Zm-.046.082.008-.013a.954.954 0 0 1-.205-.178l-.011.01-.011.01c.06.07.132.132.21.183l.009-.012Zm-.208-.181-.003-.015a.162.162 0 0 1-.133-.027l-.009.012-.009.012c.044.032.1.045.157.032l-.003-.014Zm-.145-.03.01-.012a.125.125 0 0 1-.022-.175l-.011-.009-.012-.01a.155.155 0 0 0 .026.218l.01-.012Zm-.023-.196.012.009a.063.063 0 0 1 .005-.006l-.011-.01-.01-.011a.085.085 0 0 0-.008.009l.012.009Zm.006-.008.01.011.006-.006-.01-.01-.01-.011-.007.006.011.01Zm.006-.005.014-.006a.865.865 0 0 1-.069-.276l-.015.002h-.015a.896.896 0 0 0 .071.285l.014-.005Zm-.07-.28v.015h.093v-.03h-.093v.015Zm.093 0h-.015a.795.795 0 0 0 .059.239l.014-.006.014-.006a.765.765 0 0 1-.057-.229l-.015.002Zm.058.233v.015c.03 0 .055 0 .074.01l.007-.013.006-.014c-.027-.013-.06-.013-.087-.013v.015Zm.08.012.012.01.237-.264-.011-.01-.011-.01-.238.263.012.01Zm.238-.264-.01.012.076.06.009-.013.01-.011-.076-.06-.01.012Zm.075.06-.011-.01-.237.262.01.01.012.01.237-.262-.011-.01Zm-.237.262-.013.008a.125.125 0 0 1-.005.146l.012.009.012.009a.155.155 0 0 0 .006-.18l-.012.008Zm-.006.163-.011.01c.053.06.115.111.182.154l.008-.012.008-.013a.852.852 0 0 1-.176-.15l-.011.01Zm-.197-1.878-.01.01.346.396.011-.01.012-.01-.347-.396-.012.01Zm.347.396.01.012.075-.058-.01-.012-.009-.012-.075.058.01.012Zm.075-.058.012-.01-.353-.39-.011.01-.011.01.352.39.011-.01Zm-.352-.39.013.006.018-.036-.014-.006-.013-.007-.018.036.014.006Zm.017-.036v.015h.255v-.03h-.255v.015Zm.255 0h.015v-.1h-.03v.1h.015Zm0-.1v-.014h-.255v.03h.255V16.1Zm-.255 0 .014-.005a.168.168 0 0 0-.159-.109v.03c.059 0 .11.036.131.09l.014-.005ZM8.384 16v-.014a.166.166 0 0 0-.166.16h.03a.136.136 0 0 1 .136-.13V16Zm-.15.146h-.016a.16.16 0 0 0 .109.155l.005-.014.004-.014a.13.13 0 0 1-.088-.126h-.015Zm.098.14h-.015v.304h.03v-.303h-.015Zm0 .304v.015h.092v-.03h-.092v.015Zm.092 0h.015v-.303h-.03v.303h.015Zm0-.303v.015h.017v-.03h-.017v.015Zm.757.974.014-.007a.1.1 0 0 1-.01-.026l-.015.004-.015.003a.129.129 0 0 0 .013.033l.013-.007Zm-.011-.03v-.014h-.231v.03h.23v-.015Zm-.231 0h.015v-.08h-.03v.08h.015Zm0-.08v.014h.23v-.03h-.23v.015Zm.23 0 .015.004a.115.115 0 0 1 .01-.02l-.013-.008-.012-.008a.14.14 0 0 0-.013.026l.014.005Zm.012-.024.012-.01-.29-.327-.01.01-.012.01.29.327.01-.01Zm-.289-.327.01.012.07-.059-.01-.011-.01-.012-.07.059.01.011Zm.07-.058-.011.01.289.32.01-.01.012-.01-.29-.32-.01.01Zm.289.32v.016h.011v-.03h-.011v.015Zm.011 0h.015v-.437h-.03v.438h.015Zm0-.437v.015h.099v-.03h-.099v.015Zm.099 0h-.015v.426h.03v-.426H9.36Zm0 .426v.015h.011v-.03h-.011v.015Zm.011 0 .011.01.284-.321-.011-.01-.012-.01-.283.321.011.01Zm.284-.321-.01.011.07.059.009-.011.01-.012-.07-.059-.01.012Zm.069.059-.011-.01-.284.32.012.01.01.01.284-.32-.011-.01Zm-.283.32-.014.007.018.035.013-.007.013-.007-.017-.034-.013.006Zm.017.035v.015h.231v-.03H9.46v.015Zm.231 0h-.015v.088h.03v-.088H9.69Zm0 .088v-.015H9.46v.03h.231v-.015Zm-.231 0h-.015s0 .003-.004.008a.088.088 0 0 1-.01.01l.012.011.01.01a.11.11 0 0 0 .013-.014.045.045 0 0 0 .009-.025h-.015Zm-.017.03-.012.009.272.31.011-.01.012-.01-.272-.31-.011.01Zm.271.308-.009-.012-.075.059.01.012.008.011.076-.058-.01-.012Zm-.075.059.012-.01-.266-.31-.012.01-.011.01.266.31.011-.01Zm-.266-.31-.007-.013-.011.006.007.013.006.014.012-.006-.007-.014Zm-.011.006h-.015v.508h.03v-.508H9.36Zm0 .508v-.015h-.093v.03h.093v-.015Zm-.093 0h.015v-.508h-.03v.508h.015Zm0-.508.007-.013-.012-.006-.006.013-.007.014.011.006.007-.014Zm-.011-.006-.012-.01-.277.31.011.01.011.01.278-.31-.011-.01Zm-.278.31.01-.012-.07-.058-.01.011-.009.012.07.058.01-.011Zm-.07-.059.012.01.272-.309-.012-.01-.01-.01-.273.31.012.01Zm.544.881.003.015a.914.914 0 0 0 .217-.066l-.006-.014-.006-.013a.878.878 0 0 1-.21.063l.002.015Zm.214-.065-.013.008.046.082.013-.007.013-.008-.046-.082-.013.007Zm.046.083-.006-.014a.984.984 0 0 1-.244.069l.002.015.002.014c.087-.012.171-.036.252-.07l-.006-.014Zm-.248.07-.015-.004a.136.136 0 0 1-.135.105v.03a.166.166 0 0 0 .164-.128l-.014-.003Zm-.15.116v-.015a.135.135 0 0 1-.13-.105l-.015.004-.015.003a.165.165 0 0 0 .16.128v-.015Zm-.145-.116.002-.015a.982.982 0 0 1-.262-.07l-.006.015-.006.013c.086.037.177.06.27.072l.002-.015Zm-.266-.07.013.007.046-.082-.013-.008-.013-.007-.046.082.013.008Zm.046-.083-.005.014a.79.79 0 0 0 .235.06l.001-.015.002-.015a.762.762 0 0 1-.227-.058l-.006.014Zm.231.06.014.006a.129.129 0 0 1 .078-.068l-.005-.015-.004-.014a.159.159 0 0 0-.096.084l.013.006Zm.087-.077h.015v-.39h-.03v.39h.015Zm0-.39v.015h.093v-.03h-.093v.015Zm.093 0h-.015v.39h.03v-.39H9.36Zm0 .39-.004.015c.036.01.067.036.082.073l.014-.006.014-.006a.157.157 0 0 0-.102-.09l-.004.014Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m10.095 16.537-.004-.014-.011.003v.011h.015Zm0 .251h-.015v.011l.01.003.005-.014Zm.098.03-.004.014.02.005v-.02h-.016ZM8.43 16.52h-.015v.012l.011.003.004-.015Zm.092.024h.015v-.012l-.01-.003-.005.015Zm0 .25.005.014.01-.003v-.011h-.015Zm-.092.029h-.015v.02l.02-.006-.005-.014Zm-.098-.31h.015v-.02l-.02.007.005.014Zm-.099.03-.004-.014-.01.003v.012h.014Zm0 .25h-.015v.012l.011.003.004-.014Zm.099.03-.005.014.02.006v-.02h-.015Zm1.306 1.674-.005-.014-.023.008.018.017.01-.01Zm.07.065-.01.01.006.007.009-.003-.005-.014Zm.23-.117.01.012.008-.006-.003-.01-.014.004Zm-.346-.029-.015.004.004.016.016-.006-.005-.014Zm-.023-.094-.005-.014-.013.004.003.014.015-.004Zm.231-.116.01-.012-.01-.008-.009.007.01.012Zm-.44-1.727v.015h.016v-.015H9.36Zm-.098 0h-.015v.015h.015v-.015Zm0-.187h.015v-.01l-.01-.004-.005.014Zm-.098-.093.014-.005-.003-.01h-.01v.015Zm-.231 0h-.015v.015h.015v-.015Zm0-.1v-.014h-.015v.015h.015Zm.231 0v.016h.01l.004-.01-.014-.005Zm.29 0-.015.005.003.01h.011V16.1Zm.23 0H9.7v-.014h-.015v.015Zm0 .094v.015H9.7v-.015h-.015Zm-.23 0v-.015h-.012l-.003.01.014.005Zm-.093.093-.005-.014-.01.003v.011h.015Zm.925.31v.014h.015v-.014h-.015Zm-.093 0h-.015v.014h.015v-.014Zm0-.304h.015v-.01l-.01-.004-.005.014Zm-.023-.012.008-.012-.01-.007-.01.01.012.01Zm-.347.397-.01.012.012.01.01-.012-.012-.01Zm-.07-.058-.01-.01-.01.012.011.01.01-.012Zm.348-.409.015.013v-.012H10.1Zm0-.011h.015v-.015H10.1v.015Zm-.26 0h-.015v.015h.015v-.015Zm0-.1v-.014h-.015v.015h.015Zm.254 0v.016h.01l.004-.01-.014-.005Zm.144-.099v.015V16Zm.15.146h.016-.015Zm-.103.14-.005-.014-.01.003v.011h.015Zm-.191 1.203-.004-.015-.011.003v.012h.015Zm-.017.25-.015-.002-.002.012.012.004.005-.014Zm.098.035-.005.014.018.006.002-.018-.015-.002Zm.017-.158.015.002v-.002h-.015Zm.075.158-.002-.015.002.03v-.015Zm.099-.017.002.015.012-.002v-.012l-.014-.001Zm.017-.252.015.002v-.012l-.01-.004-.005.015Zm-.098-.034.005-.015-.02-.007v.021h.015Zm-.012.303v.015h.012l.003-.012-.015-.003Zm-.121.262v.015h.038l-.028-.026-.01.011Zm-.093 0 .01.012-.01-.012Zm-.005.082-.012.01.012-.01Zm.092.006.01.012-.01-.012Zm.005-.082.012-.01-.001-.001-.01.01Zm-.005-.006v-.015h-.036l.025.026.011-.01Zm.139-.484v.015h.015v-.015h-.015Zm0-.227-.005-.015-.01.003v.012h.015Zm0-.28h-.015v.01l.01.004.005-.014Zm0-.304h.015v-.015h-.015v.015Zm-.093 0v-.015h-.015v.015h.015Zm0 .31.004.015.011-.003v-.012h-.015Zm-.098.093v.015h.01l.004-.01-.014-.005Zm-.254 0v-.015h-.015v.015h.015Zm0 .087h-.015v.015h.015v-.015Zm.254 0 .014-.005-.004-.01h-.01v.015Zm.098.094h.015v-.01l-.01-.004-.005.014Zm0 .227h-.015v.015h.015v-.015Zm-.393.765v-.015h-.026l.013.022.013-.007Zm.046.081-.013.007.008.014.014-.008-.009-.013Zm.209-.18.003-.015-.009-.002-.006.007.012.01Zm.15-.03.008.013.002-.002-.01-.011Zm.018-.197.011-.01-.011.01Zm-.007-.007.011-.01v-.001l-.01.01Zm-.005-.005-.014-.007-.005.01.008.008.01-.011Zm.075-.281.015.001.001-.016h-.016v.015Zm-.098 0v-.015h-.014l-.002.014.015.001Zm-.058.233-.002.015.011.001.005-.01-.014-.006Zm-.081.012-.011.01.007.008.01-.004-.006-.014Zm-.237-.263.01-.01-.009-.01-.01.009.009.011Zm-.075.059-.01-.012-.012.01.01.012.012-.01Zm.237.263.012.008.006-.01-.007-.008-.011.01Zm.005.163.012.01.008-.01-.008-.01-.012.01Zm-.173.152v.018l.008-.006-.008-.012Zm-1.428-1.068v-.015h-.001v.015Zm-.064-.052H8.3v.002l.015-.002Zm.382.46-.011-.01-.008.009.007.01.012-.009Zm.173-.192.006-.014-.01-.004-.007.008.011.01Zm.093.04.011.01.014-.015-.02-.008-.005.014Zm-.04.333-.007.014.01.004.008-.008-.012-.01Zm.173-.193.01.01.009-.008-.007-.01-.012.008Zm-.058-.08.012-.01-.01-.015-.013.014.011.01Zm1.156-1.057-.004-.014-.098.029.004.014.004.015.098-.03-.004-.014Zm-.098.03h-.015v.25h.03v-.25h-.015Zm0 .25-.004.014.098.03.004-.015.005-.014-.099-.03-.004.015Zm.098.03h.015v-.31h-.03v.31h.015ZM8.43 16.52l-.004.015.093.023.003-.014.004-.015-.092-.023-.004.014Zm.092.024h-.015v.25h.03v-.25h-.015Zm0 .25-.004-.015-.093.03.005.014.004.014.093-.029-.005-.014Zm-.092.029h.015v-.315h-.03v.315h.015Zm0-.315h-.015v.012h.03v-.012H8.43Zm-.098.006-.005-.014-.098.03.004.014.005.014.098-.03-.004-.014Zm-.099.03h-.015v.25h.03v-.25h-.015Zm0 .25-.004.014.098.03.005-.015.004-.014-.098-.03-.005.015Zm.099.029h.015v-.303h-.03v.303h.015Zm0-.303h.015v-.006h-.03v.006h.015Zm1.584 1.826-.01-.012a.96.96 0 0 1-.273.149l.005.014.005.014a.988.988 0 0 0 .282-.154l-.01-.011Zm-.278.151-.01.011.07.065.01-.011.01-.011-.07-.065-.01.011Zm.07.065.005.014c.082-.03.162-.07.234-.119l-.008-.012-.008-.013c-.071.047-.148.087-.229.116l.006.014Zm.23-.117.015-.004-.023-.099-.014.004-.015.003.023.1.015-.004Zm-.069-.181-.009-.012a.909.909 0 0 1-.273.15l.005.014.005.014a.94.94 0 0 0 .282-.154l-.01-.012Zm-.277.152.015-.003-.024-.094-.014.003-.015.004.023.094.015-.004Zm-.023-.094.004.015a.814.814 0 0 0 .236-.12l-.009-.011-.009-.013a.786.786 0 0 1-.227.115l.005.014Zm.231-.116-.01.011.07.058.01-.011.01-.012-.07-.058-.01.012Zm-.44-1.914h-.014v.187h.03v-.187H9.36Zm0 .187v-.015h-.098v.03h.099v-.015Zm-.098 0h.015v-.187h-.03v.187h.015Zm0-.187.005-.014a.138.138 0 0 1-.089-.084l-.014.005-.014.005c.018.05.059.087.108.102l.004-.014Zm-.098-.093v-.015h-.231v.03h.231v-.015Zm-.231 0h.015v-.1h-.03v.1h.015Zm0-.1v.016h.231v-.03h-.231v.015Zm.231 0 .014.006a.137.137 0 0 1 .13-.09V15.986a.167.167 0 0 0-.158.108l.014.006ZM9.31 16v.015c.063 0 .115.038.13.089l.014-.004.015-.005a.161.161 0 0 0-.16-.11V16Zm.144.1v.015h.231v-.03h-.23v.015Zm.231 0H9.67v.093h.03V16.1h-.015Zm0 .093v-.015h-.23v.03h.23v-.015Zm-.23 0-.015-.005a.13.13 0 0 1-.083.084l.005.014.004.015a.159.159 0 0 0 .102-.103l-.014-.005Zm-.093.093h-.015v.006h.03v-.006H9.36Zm.925.006h-.015v.303h.03v-.303h-.015Zm0 .303v-.014h-.093V16.61h.093v-.014Zm-.093 0h.015v-.303h-.03v.303h.015Zm0-.303.005-.014a.108.108 0 0 1-.02-.01l-.008.012-.008.013a.14.14 0 0 0 .026.013l.005-.014Zm-.023-.012-.011-.01-.347.397.011.01.012.01.346-.397-.01-.01Zm-.347.397.01-.011-.07-.059-.01.012-.009.011.07.059.01-.012Zm-.07-.058.012.01.347-.409-.011-.01-.012-.01-.347.41.012.009Zm.348-.409h.015V16.2h-.03v.011h.015Zm0-.011v-.015h-.26v.03h.26v-.015Zm-.26 0h.015v-.1h-.03v.1h.015Zm0-.1v.016h.254v-.03h-.254v.015Zm.254 0 .014.006a.136.136 0 0 1 .13-.09V15.986a.166.166 0 0 0-.158.108l.014.006Zm.144-.099v.015c.073 0 .133.058.136.132h.015l.015-.001a.166.166 0 0 0-.165-.16V16Zm.15.146h-.014a.13.13 0 0 1-.094.126l.005.014.004.015a.16.16 0 0 0 .115-.155h-.015Zm-.103.14h-.015v.006h.03v-.006h-.015Zm-.093 1.18-.003-.015-.098.023.003.015.003.014.099-.023-.004-.015Zm-.098.023h-.015v.127h.03v-.127h-.015Zm0 .127h.015v-.007l-.001-.005a.016.016 0 0 0-.01-.01.015.015 0 0 0-.01 0c-.005.002-.007.006-.008.006a.013.013 0 0 0-.001.003l-.001.004-.002.006a1.098 1.098 0 0 0-.014.117v.007l.015.002.014.001v-.002l.001-.005.002-.018.006-.053a1.113 1.113 0 0 1 .007-.048l-.001.003s-.003.004-.008.005a.015.015 0 0 1-.016-.005.014.014 0 0 1-.003-.004v-.002.005h.015Zm-.017.123-.005.014.098.035.005-.014.005-.014-.098-.035-.005.014Zm.098.035.015.002.017-.158-.015-.002-.015-.001-.017.157.015.002Zm.017-.158h.015v-.15h-.03v.15h.015Zm.075.158.003.015.098-.017-.002-.015-.003-.015-.098.017.002.015Zm.099-.017.015.001.017-.252h-.015l-.015-.002-.017.252h.015Zm.017-.252.005-.014-.098-.035-.005.015-.005.014.098.035.005-.014Zm-.098-.034h-.015v.145h.03v-.145h-.015Zm0 .145h-.015c0 .059 0 .104-.012.155l.015.003.015.003c.012-.054.012-.103.012-.16h-.015Zm-.012.158v-.015h-.006v.03h.006v-.015Zm-.121.262.01-.01a.084.084 0 0 0-.113 0l.01.01.01.011a.054.054 0 0 1 .073 0l.01-.01Zm-.093 0-.01-.01a.074.074 0 0 0-.007.102l.012-.01.01-.01a.044.044 0 0 1 .005-.06l-.01-.012Zm-.005.082-.011.01c.03.032.078.035.112.008l-.009-.012-.01-.011a.054.054 0 0 1-.072-.005l-.01.01Zm.092.006.01.011a.074.074 0 0 0 .007-.103l-.012.01-.011.01a.044.044 0 0 1-.004.061l.01.011Zm.005-.082.01-.011-.004-.005-.011.01-.01.01.005.006.01-.01Zm-.005-.006v.015h.006v-.03h-.006v.015Zm.139-.484h.015v-.227h-.03v.227h.015Zm0-.227.004.014a.16.16 0 0 0 .115-.154h-.03a.13.13 0 0 1-.094.125l.005.015Zm.104-.14h.015a.17.17 0 0 0-.114-.154l-.005.014-.005.014a.14.14 0 0 1 .094.126h.015Zm-.104-.14h.015v-.304h-.03v.304h.015Zm0-.304v-.015h-.093v.03h.093v-.015Zm-.093 0h-.015v.31h.03v-.31h-.015Zm0 .31-.003-.014a.157.157 0 0 0-.11.102l.015.005.014.005a.127.127 0 0 1 .088-.083l-.004-.015Zm-.098.093v-.015h-.254v.03h.254v-.015Zm-.254 0h-.015v.087h.03v-.087H9.84Zm0 .087v.015h.254v-.03h-.254v.015Zm.254 0-.014.006c.02.051.058.083.107.102l.005-.014.006-.014a.142.142 0 0 1-.09-.085l-.014.005Zm.098.094h-.015v.227h.03v-.227h-.015Zm0 .227v.015h.093v-.03h-.093v.015Zm-.393.765-.013.007.046.081.013-.007.013-.007-.046-.081-.013.007Zm.046.081.009.013a.996.996 0 0 0 .21-.183l-.01-.01-.012-.01a.966.966 0 0 1-.205.177l.008.013Zm.209-.18-.004.014c.057.012.113 0 .162-.031l-.008-.013-.008-.013a.183.183 0 0 1-.14.028l-.002.015Zm.15-.03.01.012a.156.156 0 0 0 .02-.219l-.012.01-.012.01a.126.126 0 0 1-.016.175l.01.012Zm.018-.197.01-.01a.04.04 0 0 1-.002-.004l-.004-.004-.01.01-.011.011.002.003.004.004.01-.01Zm-.007-.007.01-.011-.005-.005-.01.01-.01.012.005.005.01-.011Zm-.005-.005.013.006a.894.894 0 0 0 .077-.286l-.015-.001-.015-.001a.867.867 0 0 1-.074.275l.014.007Zm.075-.281v-.015h-.098v.03h.098v-.015Zm-.098 0-.016-.001a.757.757 0 0 1-.056.229l.014.005.013.006a.788.788 0 0 0 .06-.238l-.015-.001Zm-.058.233v-.015a.19.19 0 0 0-.087.013l.006.014.005.014a.159.159 0 0 1 .074-.01l.002-.016Zm-.081.012.01-.01-.236-.262-.011.01-.011.01.237.262.01-.01Zm-.237-.263-.01-.011-.075.058.01.012.009.012.075-.059-.01-.012Zm-.075.059-.012.01.237.263.012-.01.01-.01-.236-.263-.011.01Zm.237.263-.013-.008a.155.155 0 0 0 .006.18l.012-.01.012-.009a.125.125 0 0 1-.005-.145l-.012-.008Zm.005.163-.01-.01a.89.89 0 0 1-.171.15l.008.012.008.012a.92.92 0 0 0 .177-.154l-.012-.01Zm-.173.152v-.015H9.8v.03h.006v-.015Zm-1.492-1.132h.015c0-.025.022-.043.043-.043v-.03a.073.073 0 0 0-.073.073h.015Zm.058-.058v.015c.034 0 .055.024.055.043h.03c0-.04-.038-.073-.085-.073v.015Zm.07.058h-.015a.05.05 0 0 1-.05.05V17.263a.08.08 0 0 0 .08-.08h-.015Zm-.064.064-.001-.014a.045.045 0 0 1-.048-.04l-.015.002-.015.002c.005.04.04.068.08.065l-.001-.015Zm-.064-.052h.015v-.006H8.3v.005h.015Zm0-.006h.015v-.006H8.3v.006h.015Zm.44.548.012-.009-.058-.082-.012.01-.012.008.057.081.013-.008Zm-.058-.082.011.01.173-.192-.01-.01-.012-.01-.173.192.01.01Zm.173-.192-.006.014.093.04.006-.013.006-.014-.093-.04-.006.013Zm.093.04-.011-.01-.208.234.01.01.012.01.208-.233-.011-.01Zm-.133.292-.006.014.092.04.006-.013.006-.014-.092-.04-.006.013Zm.092.041.012.01.173-.192-.011-.01-.011-.01-.174.192.011.01Zm.174-.193.012-.008-.058-.081-.012.008-.012.01.058.08.012-.009Zm-.058-.08-.011-.01-.208.232.01.01.012.01.208-.233-.011-.01Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.453 16.421h.015v-.01l-.01-.004-.005.014Zm0 .25.005.015.01-.004v-.01h-.015Zm-.092.03h-.015v.02l.02-.006-.005-.014Zm-.098-.297.004.014.01-.003v-.011h-.014Zm-.093.028-.004-.014-.01.003v.011h.014Zm0 .251h-.015v.011l.01.003.005-.014Zm.093.03-.005.014.02.006v-.02h-.015Zm.37-.695v-.015H9.62l-.003.012.015.003Zm.266 0 .014-.004-.003-.01h-.011v.014Zm.028.094v.015h.02l-.005-.02-.015.005Zm-.323.093v-.015h-.02l.005.02.015-.005Zm.029.094-.015.004.004.01h.01V16.3Zm.266 0v.015h.01l.004-.01-.014-.005Zm.028-.094.015.005.006-.02h-.02v.015ZM9.31 16.1v.015h.001L9.31 16.1Zm.063.052h.016v-.001l-.016.001Zm-.057.064v-.015h-.002l.002.015Zm-.07-.057H9.23v.002l.015-.002Zm.995-.06v.016h.001l-.001-.015Zm.063.053-.016.002.001.002.015-.004Zm-.058.064v-.015h-.001l.001.015Zm-.069-.057h-.015v.002l.015-.002ZM9.17 18.036h-.015v.012l.012.003.003-.015Zm0-.25-.004-.014-.01.003v.011h.014Zm.098-.029h.015v-.02l-.019.006.004.014Zm.191.28.004.014.011-.003v-.012H9.46Zm0-.25h.015v-.012l-.01-.003-.005.014Zm-.098-.03.004-.014-.02-.006v.02h.016Zm-.04.816v-.015h-.002l.001.015Zm-.07-.057h-.015v.001l.015-.001Zm.642-1.185v.015h.01l.004-.011-.014-.004Zm-.26 0-.015.004.004.01h.01v-.014Zm-.03-.094v-.015h-.02l.006.02.015-.005Zm.29-.18.014-.005-.003-.01h-.011v.015Zm-.26 0v-.015h-.011l-.004.01.015.005Zm-.03.093-.014-.004-.006.02h.02v-.016Zm.642.105v-.016l-.003.001.003.015Zm-.068-.046-.015.003.015-.003Zm-1.192-1.19L9 16.013l-.003-.01h-.01v.014Zm-.26 0v-.016h-.011l-.003.01.014.005Zm-.029.093-.014-.004-.006.019h.02v-.015Zm.29.187v.015h.01l.003-.01-.014-.005Zm-.261 0-.014.004.003.01h.01V16.3Zm-.029-.094v-.015h-.02l.006.02.014-.005Zm-.312.011v-.015H8.38l.003.015Zm-.068-.045.014-.003v-.001l-.014.004Zm.415 1.154-.015.005.004.01h.01v-.015Zm.26 0v.015H9l.004-.01-.014-.005Zm.029-.094.014.005.006-.02h-.02v.015Zm-.29-.18v-.015h-.01l-.004.01.015.005Zm.26 0 .015-.004-.003-.01H8.99v.014Zm.03.093v.015h.02l-.006-.02-.014.005Zm.913-.443.011.01.009-.01-.008-.01-.012.01Zm-.173.187-.006.014.01.004.007-.008-.011-.01Zm-.087-.036-.011-.01-.014.016.02.008.005-.014Zm.04-.332.007-.013-.01-.005-.008.008.012.01Zm-.173.193-.011-.01-.008.009.007.01.012-.01Zm.058.08-.012.01.01.015.013-.014-.011-.01Zm-.92-.087-.012-.008-.007.01.009.008.01-.01Zm.174.193-.011.01.007.008.01-.004-.006-.014Zm.093-.04.006.013.019-.008-.014-.015-.011.01Zm-.04-.333.01-.01-.007-.009-.01.005.006.014Zm.173.193.012.008.007-.01-.008-.008-.011.01Zm-.058.08-.011.01.012.015.011-.016-.012-.008Zm.902.852.012.009.007-.01-.008-.009-.011.01Zm-.174-.192.011-.01-.007-.008-.01.004.006.014Zm-.092.04-.006-.013-.02.008.014.016.012-.01Zm.04.334-.011.01.007.008.01-.005-.006-.013Zm-.167-.193-.013-.008-.007.01.008.008.012-.01Zm.057-.082.012-.01-.013-.014-.01.015.011.01Zm.7-1.044h-.015v.011l.01.003.005-.014Zm.098.03h.015v-.012l-.01-.003-.005.015Zm0 .25.004.014.011-.003v-.011h-.015Zm-.098.03h-.015v.02l.02-.007-.005-.014Zm-.925-.433-.005.015.093.03.004-.015.005-.014-.093-.03-.004.014Zm.092.03h-.015v.25h.03v-.25h-.015Zm0 .25-.004-.014-.093.03.005.014.004.014.093-.03-.005-.014Zm-.092.03h.015v-.31h-.03v.31h.015Zm-.098-.297-.005-.015-.092.029.004.014.005.015.092-.029-.004-.014Zm-.093.028h-.015v.251h.03v-.25H9.17Zm0 .251-.005.014.093.03.005-.014.004-.015-.092-.03-.005.015Zm.093.03h.015v-.322h-.03v.322h.015Zm0-.322h-.015v.013h.03v-.013h-.015Zm.346-.279.015.004.023-.094-.014-.004-.015-.003-.023.093.014.004Zm.024-.094v.015h.266v-.03h-.266v.015Zm.266 0-.015.005.03.093.013-.004.015-.004-.03-.094-.013.004Zm.028.094v-.015H9.61v.03h.318v-.015Zm-.323.093-.015.005.03.093.014-.004.014-.005-.029-.093-.014.004Zm.029.094v.015h.266v-.03h-.266v.015Zm.266 0 .014.004.029-.093-.015-.005-.014-.004-.029.093.015.005Zm.028-.094v-.015H9.61v.03h.318v-.015Zm-.318 0v-.015h-.005v.03h.005v-.015Zm-.364-.046h.015c0-.026.02-.044.049-.044v-.03c-.041 0-.079.028-.079.074h.015Zm.064-.06.001.016a.044.044 0 0 1 .048.039l.014-.002.015-.001a.074.074 0 0 0-.08-.066l.002.015Zm.063.053h-.015v.006h.03v-.005h-.015Zm0 .007h-.015a.043.043 0 0 1-.042.042v.03c.036 0 .072-.029.072-.072h-.015Zm-.057.057-.002-.015a.049.049 0 0 1-.053-.043l-.015.001-.015.002a.079.079 0 0 0 .086.07l-.001-.015Zm-.07-.057h.015-.03.015Zm.931 0h.015c0-.026.02-.044.049-.044v-.03c-.042 0-.079.028-.079.074h.015Zm.064-.06.001.016a.043.043 0 0 1 .047.039l.015-.002.015-.001a.073.073 0 0 0-.08-.066l.002.015Zm.063.053-.015.004v.003h.03v-.01l-.015.003Zm0 .007h-.015a.043.043 0 0 1-.043.042v.03c.037 0 .073-.029.073-.072h-.015Zm-.058.057-.001-.015a.049.049 0 0 1-.053-.043l-.015.001-.015.002a.079.079 0 0 0 .086.07l-.002-.015Zm-.069-.057h.015-.03.015Zm-.908 1.9.004-.014-.098-.023-.004.014-.003.015.098.023.003-.014Zm-.098-.023h.015v-.25h-.03v.25h.015Zm0-.25.004.014.099-.029-.005-.014-.004-.014-.098.029.004.014Zm.098-.029h-.015v.303h.03v-.303h-.015Zm.093.303.003.014.099-.023-.004-.015-.003-.014-.099.023.004.015Zm.098-.024h.015v-.25h-.03v.25h.015Zm0-.25.004-.014-.098-.03-.004.015-.004.014.098.03.004-.015Zm-.098-.029h-.015v.303h.03v-.303H9.36Zm-.11.758h.015c0-.025.02-.044.049-.044v-.03c-.042 0-.079.029-.079.074h.015Zm.064-.059v.015c.028 0 .048.019.048.044h.03c0-.045-.037-.074-.078-.074v.015Zm.063.06h-.015a.043.043 0 0 1-.043.042v.03c.037 0 .073-.03.073-.073h-.015Zm-.058.057-.001-.015a.049.049 0 0 1-.053-.044l-.015.002-.015.001a.079.079 0 0 0 .086.071l-.002-.015Zm-.069-.057h.015-.03.015Zm.67-1.279-.014-.004-.029.093.015.005.014.004.029-.093-.014-.005Zm-.028.094v-.015h-.26v.03h.26v-.015Zm-.26 0 .014-.005-.029-.093-.014.004-.015.005.03.093.014-.004Zm-.03-.094v.015h.319v-.03h-.318v.015Zm.319-.087.014-.004-.029-.094-.014.005-.015.004.03.094.014-.005Zm-.03-.093v-.015h-.26v.03h.26v-.015Zm-.26 0-.014-.005-.029.094.015.004.014.005.029-.094-.014-.004Zm-.028.093v.015h.318v-.03h-.318v.015Zm.572.04h.015c0-.02.021-.042.049-.042v-.03c-.042 0-.079.034-.079.073h.015Zm.064-.057v.015c.027 0 .048.023.048.043h.03c0-.039-.036-.073-.078-.073v.015Zm.063.058h-.015c0 .028-.023.049-.043.049v.03c.039 0 .073-.037.073-.08h-.015Zm-.058.064-.003-.015a.042.042 0 0 1-.05-.034l-.015.003-.014.003c.007.04.046.066.085.057l-.003-.014Zm-.068-.046.015-.002a.07.07 0 0 1-.001-.01h-.03l.001.015.015-.003Zm-.001-.012h.015v-.006h-.03v.006h.015Zm-1.162-1.085.014-.004L9 16.014l-.014.004-.014.005.029.093.014-.004Zm-.029-.094v-.015h-.26v.03h.26v-.015Zm-.26 0-.014-.004-.03.094.015.004.014.004.03-.093-.015-.005Zm-.029.094v.015h.318v-.03h-.318v.015Zm.318.093L9 16.201l-.03.093.015.005.014.004.03-.093-.015-.005Zm-.029.094v-.015h-.26v.03h.26v-.015Zm-.26 0 .014-.005-.029-.093-.014.004-.014.005.029.093.014-.004Zm-.029-.094v.015h.318v-.03h-.318v.015Zm-.382-.046h.015a.04.04 0 0 1 .015-.032.062.062 0 0 1 .04-.012v-.03a.092.092 0 0 0-.06.02.07.07 0 0 0-.025.054h.015Zm.07-.06v.016c.014 0 .024.004.031.011a.044.044 0 0 1 .012.033h.03a.075.075 0 0 0-.02-.054.072.072 0 0 0-.053-.02v.015Zm.058.06h-.015a.043.043 0 0 1-.012.03.043.043 0 0 1-.031.012v.03c.02 0 .04-.007.052-.02a.073.073 0 0 0 .02-.052h-.014Zm-.058.057-.003-.014a.042.042 0 0 1-.05-.034l-.015.003-.015.003c.008.04.046.066.086.057l-.003-.015Zm-.068-.045.014-.004v-.008h-.031c0 .003 0 .01.002.016l.015-.004Zm.386 1.06-.015.005.03.094.014-.005.014-.004-.029-.094-.014.004Zm.029.094v.015h.26v-.03h-.26v.015Zm.26 0 .014.005.03-.094-.015-.005-.015-.004-.028.094.014.004Zm.029-.094v-.015h-.318v.03h.318v-.015Zm-.318-.087.014.004.029-.092-.014-.005-.015-.004-.029.092.015.005Zm.029-.093v.015h.26v-.03h-.26v.015Zm.26 0-.014.005.028.092.015-.004.014-.005-.029-.092-.014.004Zm.029.093v-.015h-.318v.03h.318v-.015Zm.855-.524-.012.008.058.081.012-.008.012-.01-.057-.08-.013.008Zm.058.08-.01-.01-.174.188.01.01.012.01.173-.187-.01-.01Zm-.173.188.005-.014-.086-.036-.006.014-.006.014.087.036.006-.014Zm-.087-.036.011.01.203-.233-.012-.01-.01-.01-.203.233.011.01Zm.133-.291.006-.014-.092-.04-.006.013-.006.014.092.04.006-.013Zm-.092-.04-.012-.01-.173.192.011.01.011.01.174-.193-.011-.01Zm-.174.192-.012.008.058.082.012-.01.012-.008-.058-.08-.012.008Zm.058.08.011.01.208-.232-.011-.01-.011-.01-.208.233.01.01Zm-.862-.168-.012-.009-.058.082.013.008.012.01.058-.083-.013-.008Zm-.057.081-.011.01.173.193.011-.01.011-.01-.173-.193-.011.01Zm.173.193.006.014.093-.04-.006-.014-.006-.014-.093.04.006.014Zm.093-.04.01-.01-.207-.234-.012.01-.01.01.207.234.012-.01Zm-.133-.292.006.014.092-.042-.006-.013-.006-.014-.092.041.006.014Zm.092-.041-.011.01.173.193.012-.01.01-.01-.173-.194-.01.01Zm.174.193-.013-.01-.057.082.012.009.012.008.058-.08-.012-.01Zm-.058.08.011-.01-.208-.232-.011.01-.012.01.209.233.01-.01Zm.844.935.012.008.058-.082-.012-.009-.013-.008-.057.082.012.009Zm.058-.083.01-.01-.173-.192-.01.01-.012.01.174.192.01-.01Zm-.174-.192-.006-.014-.092.041.006.014.006.014.092-.041-.006-.014Zm-.092.04-.011.01.208.235.01-.01.012-.01-.208-.234-.011.01Zm.133.292-.006-.013-.093.041.006.014.006.014.093-.042-.006-.014Zm-.093.042.011-.01-.167-.192-.011.01-.012.01.168.192.011-.01Zm-.167-.193.012.009.058-.082-.013-.009-.012-.009-.058.083.013.008Zm.057-.082-.011.01.202.233.012-.01.011-.01-.202-.233-.012.01Zm.7-1.044-.005.014.099.03.004-.014.005-.015-.099-.03-.004.015Zm.098.03h-.015v.25h.03v-.25h-.015Zm0 .25-.004-.015-.098.03.004.014.004.014.098-.029-.004-.014Zm-.098.03h.015v-.316h-.03v.315h.015Zm0-.316h-.015v.006h.03v-.006h-.015Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.164 17.19a.15.15 0 0 1 .3 0 .151.151 0 0 1-.15.14c-.08 0-.15-.057-.15-.14' fill='%23058E6E'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.348 13.4v-.036l.006-.017-.133-.006a.347.347 0 0 1-.133-.07c-.046-.04-.063-.058-.092-.07-.075-.012-.133.023-.133.023s.058.024.098.076c.04.053.087.076.104.082.035.011.15 0 .18.006l.103.011' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.348 13.4v-.036l.006-.017-.133-.006a.347.347 0 0 1-.133-.07c-.046-.04-.063-.058-.092-.07-.075-.012-.133.023-.133.023s.058.024.098.076c.04.053.087.076.104.082.035.011.15 0 .18.006l.103.011Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.765 13.27v.083c.012.035-.005.07 0 .087 0 .023.006.035.018.053l.011.052-.04-.03-.035-.022v.058c.006.012.017.047.035.064l.058.076c.011.03.005.082.005.082s-.023-.041-.046-.047l-.07-.04s.041.046.041.087c0 .046-.017.093-.017.093s-.018-.04-.046-.064l-.058-.053s.023.07.023.117V14l-.052-.058-.058-.041c0-.012.029.035.035.064 0 .03.017.134.104.263.058.075.133.21.306.169.174-.047.11-.28.075-.391a.993.993 0 0 1-.057-.268c0-.047.034-.17.028-.193a.477.477 0 0 1 .012-.18c.023-.077.04-.106.052-.135.012-.035.023-.052.023-.076l.006-.076.04.076.006.088s.006-.059.058-.094c.046-.035.104-.064.116-.081.017-.018.017-.03.017-.03s0 .106-.035.152l-.098.117s.04-.018.07-.018h.051s-.034.024-.08.094c-.047.058-.03.07-.058.122-.035.059-.058.059-.099.088-.057.046-.028.245-.023.274.012.03.116.262.116.32 0 .06.011.187-.087.27-.063.057-.173.057-.196.07-.024.017-.07.063-.07.162 0 .1.035.117.058.14.035.03.07.012.075.035.012.018.012.03.03.041.01.012.016.024.01.047 0 .017-.046.064-.063.1l-.046.14c0 .01-.006.057.006.075 0 0 .052.058.017.07-.023.012-.046-.012-.058-.012l-.052.03c-.017-.006-.017-.018-.023-.047l-.006-.041c-.011 0-.017.012-.023.03 0 .01 0 .046-.017.046-.012 0-.03-.024-.046-.03-.012 0-.047-.011-.047-.023 0-.017.023-.052.04-.058.024 0 .047-.018.03-.03-.018-.01-.03-.01-.04 0-.012.012-.047 0-.041-.01v-.048c0-.011-.023-.029.005-.046.035-.018.047.011.081.006.035 0 .047-.018.058-.035.012-.018.012-.059-.011-.082-.023-.03-.04-.03-.052-.047l-.018-.052v.128l-.04-.047c-.018-.017-.035-.075-.035-.075v.075c0 .024.017.041.012.047-.006.006-.047-.04-.058-.047a.204.204 0 0 1-.058-.058l-.023-.082a.247.247 0 0 1 0-.087l.023-.058h-.08c-.041 0-.07-.018-.088.011-.017.03-.011.088.012.164.017.07.029.11.023.122a.174.174 0 0 1-.04.047h-.052a.137.137 0 0 0-.07-.018h-.075l-.064-.017c-.017.006-.046.017-.034.04.011.036-.012.041-.03.041l-.051-.011c-.023-.006-.052 0-.046-.024 0-.023.011-.023.023-.04.011-.018.011-.03 0-.03h-.035c-.012.012-.029.03-.046.024-.012-.006-.023-.024-.023-.059 0-.035-.04-.07 0-.064.029 0 .075.024.08 0 .012-.017 0-.023-.011-.04-.012-.018-.046-.024-.017-.041l.04-.03c.006-.011.023-.046.04-.035.035.012 0 .041.035.076.035.041.058.059.116.047.058 0 .075-.012.075-.03l-.006-.058V14.7s-.023.018-.029.035l-.023.047v-.117a.423.423 0 0 0-.011-.047l-.018.053-.005.058s-.04-.029-.03-.087c.006-.041-.005-.094.006-.117.012-.017.04-.087.116-.093h.15l.116-.018s-.162-.081-.202-.11a.536.536 0 0 1-.116-.117l-.035-.094s-.029 0-.057.018a.278.278 0 0 0-.07.058l-.04.059.005-.07v-.047s-.023.07-.057.1l-.081.057v-.046l.011-.059s-.023.047-.063.059c-.04 0-.104 0-.11.023 0 .03.011.058 0 .082 0 .017-.023.029-.023.029l-.046-.023c-.024 0-.041.011-.041.011s-.017-.023-.012-.04c.006-.012.04-.036.03-.047l-.047.011c-.017.006-.046.018-.046-.011 0-.024.011-.041 0-.059 0-.017 0-.029.011-.035l.07-.005c0-.012-.012-.03-.046-.035-.035-.006-.047-.03-.03-.047.018-.012.018-.018.03-.035.005-.012.011-.04.04-.03.029.018.023.047.058.06a.23.23 0 0 0 .115-.013L8.817 14l.087-.058-.058-.047c-.017-.017-.04-.052-.058-.058a.469.469 0 0 0-.104-.035.537.537 0 0 1-.098-.03l.046-.017c.012-.012.035-.035.046-.035h.018-.081c-.018-.006-.058-.035-.075-.035l-.047.006s.047-.023.081-.03l.058-.005s-.052-.018-.063-.035l-.035-.058c-.012-.006-.017-.03-.035-.03l-.058.018c-.023 0-.034-.012-.034-.035l-.006-.03c-.012-.017-.035-.046-.012-.058h.081c0-.011-.029-.035-.046-.046-.023-.012-.058-.03-.04-.047l.046-.03c.011-.017.017-.057.04-.04.023.012.047.07.064.064.017 0 .017-.046.017-.058 0-.023 0-.058.012-.053.017 0 .029.024.058.03.023 0 .057-.006.057.011 0 .018-.017.041-.034.059-.018.017-.023.058-.018.081.012.03.04.07.07.082.023.017.07.03.098.052.029.018.098.07.121.076l.047.024s.029-.012.063-.012c.04 0 .122 0 .15-.012.035-.011.076-.035.058-.058-.005-.035-.075-.058-.069-.082 0-.023.029-.023.07-.023.046 0 .104.006.115-.058.012-.059.012-.088-.046-.105-.058-.012-.104-.012-.116-.059-.011-.04-.023-.052-.011-.064.017-.012.034-.017.08-.023.047 0 .093 0 .11-.012.012-.012.018-.04.035-.052.017-.012.081-.024.081-.024s.081.041.156.1a.91.91 0 0 1 .127.122' fill='%23ED72AA'%3E%3C/path%3E%3Cpath d='M9.765 13.27v.083c.012.035-.005.07 0 .087 0 .023.006.035.018.053l.011.052-.04-.03-.035-.022v.058c.006.012.017.047.035.064l.058.076c.011.03.005.082.005.082s-.023-.041-.046-.047l-.07-.04s.041.046.041.087c0 .046-.017.093-.017.093s-.018-.04-.046-.064l-.058-.053s.023.07.023.117V14l-.052-.058-.058-.041c0-.012.029.035.035.064 0 .03.017.134.104.263.058.075.133.21.306.169.174-.047.11-.28.075-.391a.993.993 0 0 1-.057-.268c0-.047.034-.17.028-.193a.477.477 0 0 1 .012-.18c.023-.077.04-.106.052-.135.012-.035.023-.052.023-.076l.006-.076.04.076.006.088s.006-.059.058-.094c.046-.035.104-.064.116-.081.017-.018.017-.03.017-.03s0 .106-.035.152l-.098.117s.04-.018.07-.018h.051s-.034.024-.08.094c-.047.058-.03.07-.058.122-.035.059-.058.059-.099.088-.057.046-.028.245-.023.274.012.03.116.262.116.32 0 .06.011.187-.087.27-.063.057-.173.057-.196.07-.024.017-.07.063-.07.162 0 .1.035.117.058.14.035.03.07.012.075.035.012.018.012.03.03.041.01.012.016.024.01.047 0 .017-.046.064-.063.1l-.046.14c0 .01-.006.057.006.075 0 0 .052.058.017.07-.023.012-.046-.012-.058-.012l-.052.03c-.017-.006-.017-.018-.023-.047l-.006-.041c-.011 0-.017.012-.023.03 0 .01 0 .046-.017.046-.012 0-.03-.024-.046-.03-.012 0-.047-.011-.047-.023 0-.017.023-.052.04-.058.024 0 .047-.018.03-.03-.018-.01-.03-.01-.04 0-.012.012-.047 0-.041-.01v-.048c0-.011-.023-.029.005-.046.035-.018.047.011.081.006.035 0 .047-.018.058-.035.012-.018.012-.059-.011-.082-.023-.03-.04-.03-.052-.047l-.018-.052v.128l-.04-.047c-.018-.017-.035-.075-.035-.075v.075c0 .024.017.041.012.047-.006.006-.047-.04-.058-.047a.204.204 0 0 1-.058-.058l-.023-.082a.247.247 0 0 1 0-.087l.023-.058h-.08c-.041 0-.07-.018-.088.011-.017.03-.011.088.012.164.017.07.029.11.023.122a.174.174 0 0 1-.04.047h-.052a.137.137 0 0 0-.07-.018h-.075l-.064-.017c-.017.006-.046.017-.034.04.011.036-.012.041-.03.041l-.051-.011c-.023-.006-.052 0-.046-.024 0-.023.011-.023.023-.04.011-.018.011-.03 0-.03h-.035c-.012.012-.029.03-.046.024-.012-.006-.023-.024-.023-.059 0-.035-.04-.07 0-.064.029 0 .075.024.08 0 .012-.017 0-.023-.011-.04-.012-.018-.046-.024-.017-.041l.04-.03c.006-.011.023-.046.04-.035.035.012 0 .041.035.076.035.041.058.059.116.047.058 0 .075-.012.075-.03l-.006-.058V14.7s-.023.018-.029.035l-.023.047v-.117a.423.423 0 0 0-.011-.047l-.018.053-.005.058s-.04-.029-.03-.087c.006-.041-.005-.094.006-.117.012-.017.04-.087.116-.093h.15l.116-.018s-.162-.081-.202-.11a.536.536 0 0 1-.116-.117l-.035-.094s-.029 0-.057.018a.278.278 0 0 0-.07.058l-.04.059.005-.07v-.047s-.023.07-.057.1l-.081.057v-.046l.011-.059s-.023.047-.063.059c-.04 0-.104 0-.11.023 0 .03.011.058 0 .082 0 .017-.023.029-.023.029l-.046-.023c-.024 0-.041.011-.041.011s-.017-.023-.012-.04c.006-.012.04-.036.03-.047l-.047.011c-.017.006-.046.018-.046-.011 0-.024.011-.041 0-.059 0-.017 0-.029.011-.035l.07-.005c0-.012-.012-.03-.046-.035-.035-.006-.047-.03-.03-.047.018-.012.018-.018.03-.035.005-.012.011-.04.04-.03.029.018.023.047.058.06a.23.23 0 0 0 .115-.013L8.817 14l.087-.058-.058-.047c-.017-.017-.04-.052-.058-.058a.469.469 0 0 0-.104-.035.537.537 0 0 1-.098-.03l.046-.017c.012-.012.035-.035.046-.035h.018-.081c-.018-.006-.058-.035-.075-.035l-.047.006s.047-.023.081-.03l.058-.005s-.052-.018-.063-.035l-.035-.058c-.012-.006-.017-.03-.035-.03l-.058.018c-.023 0-.034-.012-.034-.035l-.006-.03c-.012-.017-.035-.046-.012-.058h.081c0-.011-.029-.035-.046-.046-.023-.012-.058-.03-.04-.047l.046-.03c.011-.017.017-.057.04-.04.023.012.047.07.064.064.017 0 .017-.046.017-.058 0-.023 0-.058.012-.053.017 0 .029.024.058.03.023 0 .057-.006.057.011 0 .018-.017.041-.034.059-.018.017-.023.058-.018.081.012.03.04.07.07.082.023.017.07.03.098.052.029.018.098.07.121.076l.047.024s.029-.012.063-.012c.04 0 .122 0 .15-.012.035-.011.076-.035.058-.058-.005-.035-.075-.058-.069-.082 0-.023.029-.023.07-.023.046 0 .104.006.115-.058.012-.059.012-.088-.046-.105-.058-.012-.104-.012-.116-.059-.011-.04-.023-.052-.011-.064.017-.012.034-.017.08-.023.047 0 .093 0 .11-.012.012-.012.018-.04.035-.052.017-.012.081-.024.081-.024s.081.041.156.1a.91.91 0 0 1 .127.122' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.187 13.23-.011-.035v-.018s.046 0 .04.018c0 .012-.011.012-.017.018l-.012.017' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m9.187 13.23-.011-.035v-.018s.046 0 .04.018c0 .012-.011.012-.017.018l-.012.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.413 13.148v-.023s.04 0 .058.017a.298.298 0 0 1 .052.059l-.047-.024h-.028l-.018-.005v-.018h-.017' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.413 13.148v-.023s.04 0 .058.017a.298.298 0 0 1 .052.059l-.047-.024h-.028l-.018-.005v-.018h-.017v-.006Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath d='m9.718 13.492-.023-.04-.017-.024' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.568 13.218s.03.024.046.024h.047s.011-.03.005-.047c-.011-.07-.069-.082-.069-.082s.017.041.006.059a.12.12 0 0 1-.035.046' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.568 13.218s.03.024.046.024h.047s.011-.03.005-.047c-.011-.07-.069-.082-.069-.082s.017.041.006.059a.12.12 0 0 1-.035.046Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.441 13.276s-.023-.04-.075-.035c-.046 0-.08.047-.08.047h.069c.017.018.023.058.023.058l.04-.035a.36.36 0 0 0 .023-.035' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.441 13.276s-.023-.04-.075-.035c-.046 0-.08.047-.08.047h.069c.017.018.023.058.023.058l.04-.035a.36.36 0 0 0 .023-.035Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.384 13.452s-.047.005-.07.035c-.023.029-.017.075-.017.075s.023-.029.052-.029l.058.012-.006-.047-.017-.046' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.384 13.452s-.047.005-.07.035c-.023.029-.017.075-.017.075s.023-.029.052-.029l.058.012-.006-.047-.017-.046Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.193 13.446.017-.03.017.03h-.04' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.193 13.446.017-.03.017.03h-.04' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.239 13.446.017-.03.023.03h-.046' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.239 13.446.017-.03.023.03h-.046' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.215 13.26.046.017-.04.023-.006-.035' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.215 13.26.046.017-.04.023-.006-.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.268 13.277.04.011-.029.024-.011-.035Z' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.268 13.277.04.011-.029.024-.011-.035' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath d='m9.21 14.052.01.017h.002l-.012-.017Zm-.248-.175.007.02.004-.004-.011-.016Zm.063-.046-.008-.019-.004.003.012.016Zm-.121-.164.015.013-.015-.013Zm-.018.059-.02.003.007.034.026-.022-.013-.015Zm.087-.018.005-.02-.005.02Zm.07.018-.006.021.01-.002-.005-.02Zm.075-.018.015.013.04-.046-.06.014.005.02Zm-.04.076h-.021v.003l.02-.003Zm.01.064h.021v-.003l-.02.003Zm-.034.093-.017-.01-.03.046.053-.016-.006-.02Zm.058-.017-.005-.02.005.02Zm.098-.047.012.017.003-.003-.015-.014Zm.052-.058.02.004.014-.072-.049.055.015.013Zm0 .082.021-.003-.003-.006-.018.009Zm.012.093-.02.002.004.035.028-.021-.012-.016Zm.046-.035-.01-.018-.002.002.012.016Zm.052-.04.017.01.002-.005-.019-.006Zm.017-.06h.02l-.039-.005.02.006Zm.023.077.02-.008-.004-.005-.016.013Zm.035.093-.019.007.02.05.018-.05-.019-.007Zm.035-.064.014.014.002-.002-.016-.012Zm.04-.059h.02-.02Zm-.005-.052.017-.009-.037.013.02-.004Zm-.382.245.01.017.076-.047-.01-.017-.011-.017-.076.047.011.017Zm.075-.047.012.017a.25.25 0 0 0 .062-.064l-.016-.011-.017-.011a.21.21 0 0 1-.052.053l.011.016Zm-.306-.116.017.01v-.001l.004-.005a.241.241 0 0 1 .012-.016.098.098 0 0 1 .032-.028l-.007-.019-.008-.018a.134.134 0 0 0-.048.04.28.28 0 0 0-.014.018l-.004.006v.001h-.001v.001l.017.01Zm.058-.059.011.016.064-.046-.012-.016-.012-.016-.063.046.012.016Zm.063-.046.008.018.052-.023-.008-.019-.008-.018-.052.023.008.019Zm-.063-.199-.006-.019h-.002l-.006.003a.178.178 0 0 0-.017.007.115.115 0 0 0-.043.032l.016.012.016.012a.077.077 0 0 1 .028-.02.182.182 0 0 1 .014-.006l.004-.001h.001l-.005-.02Zm-.058.035-.016-.012a.101.101 0 0 0-.022.072v.002l.02-.003.02-.004v-.012a.062.062 0 0 1 .013-.03l-.015-.013Zm-.018.059.013.015a.064.064 0 0 1 .018-.01.088.088 0 0 1 .052-.003l.004-.02.004-.02a.128.128 0 0 0-.095.016l-.006.004-.002.002.012.016Zm.087-.018-.005.02.07.017.004-.02.005-.019-.069-.017-.005.02Zm.07.018.004.02.075-.018-.004-.02-.005-.02-.075.018.004.02Zm.075-.018-.015-.013h-.001l-.001.002-.005.007a.316.316 0 0 0-.03.048.081.081 0 0 0-.009.032h.04c0-.003.001-.009.005-.016a.258.258 0 0 1 .03-.045v-.001l-.014-.014Zm-.04.076-.02.003.011.065.02-.004.02-.003-.012-.065-.02.004Zm.01.064h-.02a.137.137 0 0 1-.015.053.283.283 0 0 1-.01.022l-.004.005-.001.002.016.011.017.011.001-.002a.27.27 0 0 0 .037-.102h-.02Zm-.034.093.006.02.058-.018-.006-.019-.006-.02-.058.018.006.02Zm.058-.017.004.02a.284.284 0 0 0 .106-.05l-.012-.017-.012-.016a.243.243 0 0 1-.09.043l.004.02Zm.098-.047.015.014.052-.059-.015-.013-.015-.013-.052.058.015.013Zm.052-.058-.02-.004v.003l-.001.007a.346.346 0 0 0-.004.054c0 .01.003.021.007.03l.018-.008.018-.01a.044.044 0 0 1-.003-.014.173.173 0 0 1 .003-.046.329.329 0 0 1 .002-.008l-.02-.004Zm0 .082-.02.002.012.093.02-.002.02-.002-.012-.094-.02.003Zm.012.093.012.016.046-.035-.012-.016-.012-.016-.046.035.012.016Zm.046-.035.009.018a.223.223 0 0 0 .029-.018.128.128 0 0 0 .03-.03l-.016-.01-.017-.012a.087.087 0 0 1-.02.02.178.178 0 0 1-.024.014l.009.018Zm.052-.04.02.005.017-.058-.02-.006-.019-.006-.017.059.019.005Zm.017-.06h-.02v.004a.166.166 0 0 0 .028.085l.015-.012.016-.013a.094.094 0 0 1-.016-.04.158.158 0 0 1-.003-.023h-.02Zm.023.077-.018.007.034.093.02-.007.018-.007-.035-.093-.019.007Zm.035.093.019.007v-.002l.003-.005a.366.366 0 0 1 .007-.017.136.136 0 0 1 .02-.033l-.014-.014-.014-.014a.17.17 0 0 0-.028.044.393.393 0 0 0-.011.026v.001l.018.007Zm.035-.064.016.012.026-.033a.153.153 0 0 0 .012-.017.043.043 0 0 0 .006-.02h-.04c0-.003.001-.004 0 0a.113.113 0 0 1-.01.012l-.026.034.016.012Zm.04-.059h.02a.29.29 0 0 0-.006-.056l-.02.004-.019.005a.25.25 0 0 1 .005.048h.02Zm-.005-.052-.018.009.023.046.018-.008.018-.01-.024-.046-.017.009Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.523 14.023s-.024-.03-.064-.017c-.04 0-.07.052-.07.052s.035-.012.058-.006c.024.006.035.024.035.024l.023-.024.018-.035' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.523 14.023s-.024-.03-.064-.017c-.04 0-.07.052-.07.052s.035-.012.058-.006c.024.006.035.024.035.024l.023-.024.018-.035v.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.476 14.186s-.035 0-.064.018c-.029.023-.029.07-.029.07s.024-.023.047-.018l.052.012v-.035c.011-.023-.006-.047-.006-.047' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.476 14.186s-.035 0-.064.018c-.029.023-.029.07-.029.07s.024-.023.047-.018l.052.012v-.035c.011-.023-.006-.047-.006-.047Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.557 14.338s0 .047.018.076c.023.03.063.03.063.03l-.017-.042c0-.023.017-.046.017-.046s-.017-.018-.04-.018h-.04' fill='%23DB4446'%3E%3C/path%3E%3Cpath d='m9.482 14.414.01-.017-.039-.023.009.044.02-.004Zm.11.129-.02-.002v.002h.02Zm-.058.134-.02.004.009.043.027-.035-.016-.012Zm-.977-.339v-.02h-.02v.02h.02Zm.017.076-.017.01.001.003.016-.013Zm.064.03v.02h.03l-.012-.028-.018.007Zm-.018-.042H8.6l.003.008.018-.008Zm.018-.046.016.012.01-.014-.012-.012-.014.014Zm.844.058-.01.017v.001l.004.002a.35.35 0 0 1 .084.075c.01.013.012.024.012.032l.02.002.02.002a.09.09 0 0 0-.019-.058.248.248 0 0 0-.041-.046.465.465 0 0 0-.055-.04l-.003-.003h-.002l-.01.016Zm.11.129h-.02a.184.184 0 0 1-.027.079.427.427 0 0 1-.025.04l-.002.002.016.013.016.012v-.001l.002-.003.007-.01a.442.442 0 0 0 .021-.034.221.221 0 0 0 .031-.098h-.02Zm-.058.134.02-.004-.053-.263-.02.004-.019.004.052.263.02-.004Zm-.977-.339h-.02v.001a.064.064 0 0 0 0 .008c0 .005 0 .013.002.021a.156.156 0 0 0 .018.056l.017-.01.017-.01a.118.118 0 0 1-.012-.041.214.214 0 0 1-.002-.023v-.001h-.02Zm.017.076-.016.013c.015.019.036.028.051.032a.116.116 0 0 0 .02.004h.008v-.04h-.004a.083.083 0 0 1-.013-.002.058.058 0 0 1-.03-.02l-.016.013Zm.064.03.018-.008-.017-.041-.019.008-.018.007.017.041.019-.008Zm-.018-.042h.02c0-.007.003-.015.007-.023a.095.095 0 0 1 .007-.011l-.016-.012-.016-.012-.002.002-.002.003a.142.142 0 0 0-.007.013.095.095 0 0 0-.01.04h.02Zm.018-.046.014-.014-.002-.002a.105.105 0 0 0-.014-.01.077.077 0 0 0-.039-.012v.04c.007 0 .013.003.019.006a.047.047 0 0 1 .006.005h.001v.001l.015-.014Zm-.04-.018v-.02h-.041v.04h.04v-.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.962 14.735s-.023-.035-.064-.035c-.04 0-.08.04-.08.04s.046-.005.057.013l.03.035.028-.017.029-.036' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.962 14.735s-.023-.035-.064-.035c-.04 0-.08.04-.08.04s.046-.005.057.013l.03.035.028-.017.029-.036Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.846 14.893s-.058-.007-.08.017c-.024.03-.024.076-.024.076s.035-.035.058-.03c.029 0 .058.019.058.019v-.042l-.018-.04' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.846 14.893s-.058-.007-.08.017c-.024.03-.024.076-.024.076s.035-.035.058-.03c.029 0 .058.019.058.019v-.042l-.018-.04h.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.95 15.056s-.018.04 0 .064c.017.029.058.046.058.046s-.018-.023-.012-.046a.173.173 0 0 1 .04-.047l-.08-.011' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.95 15.056s-.018.04 0 .064c.017.029.058.046.058.046s-.018-.023-.012-.046a.173.173 0 0 1 .04-.047l-.08-.011-.006-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.644 15.126s-.046-.012-.07 0c-.028.017-.046.082-.046.082s.04-.036.07-.03a.13.13 0 0 1 .057.018v-.047l-.011-.023' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.644 15.126s-.046-.012-.07 0c-.028.017-.046.082-.046.082s.04-.036.07-.03a.13.13 0 0 1 .057.018v-.047l-.011-.023Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.667 15.295s-.035.036-.024.064l.035.058s0-.04.012-.058l.058-.018-.04-.029a.523.523 0 0 1-.041-.017' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.667 15.295s-.035.036-.024.064l.035.058s0-.04.012-.058l.058-.018-.04-.029a.523.523 0 0 1-.041-.017Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.84 15.341s-.017.047.012.076c.034.03.057.03.057.03s-.017-.041-.011-.065c.006-.028.029-.04.029-.04l-.046-.012-.04.017' fill='%23DB4446'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.84 15.341s-.017.047.012.076c.034.03.057.03.057.03s-.017-.041-.011-.065c.006-.028.029-.04.029-.04l-.046-.012-.04.017v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.07 18.456c.116.036.174.117.174.222 0 .134-.127.233-.29.233-.173 0-.306-.099-.306-.233 0-.099.058-.21.174-.222l-.012-.023-.04-.04h.07l.045.029.03-.041a.081.081 0 0 1 .034-.03l.035.036.017.03.04-.024.047-.018s0 .023-.012.041l-.006.04' fill='%23FFD691'%3E%3C/path%3E%3Cpath d='M8.07 18.456c.116.036.174.117.174.222 0 .134-.127.233-.29.233-.173 0-.306-.099-.306-.233 0-.099.058-.21.174-.222l-.012-.023-.04-.04h.07l.045.029.03-.041a.081.081 0 0 1 .034-.03l.035.036.017.03.04-.024.047-.018s0 .023-.012.041l-.006.04' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99 19.07s.14-.146.29-.17c.173-.023.289.017.358.035l-.087.047c-.029.018-.115.088-.23.093-.117 0-.255-.018-.278-.012l-.052.007m-.064-.013s-.22-.15-.318-.174c-.116-.023-.26 0-.318 0 0 0 .07.047.104.081.029.03.133.088.19.106.174.046.348-.013.348-.013' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='m8.28 18.9-.004-.024.004.024Zm.358.035.012.022.056-.03-.062-.016-.006.024Zm-.087.047-.012-.022.012.022Zm-.23.093v.026-.026Zm-.278-.012.003.025h.003l-.006-.025Zm-.434-.18.006-.024h-.001l-.005.024Zm-.318 0v-.025h-.082l.068.046.014-.021Zm.104.081.018-.018-.018.018Zm.19.106-.006.023.007-.023Zm.406 0 .018.017.001-.002a.204.204 0 0 1 .021-.02.755.755 0 0 1 .063-.051.46.46 0 0 1 .19-.089L8.28 18.9l-.004-.024a.508.508 0 0 0-.212.098.833.833 0 0 0-.085.072l-.005.004-.001.002.018.018Zm.289-.17.003.025c.168-.022.279.016.349.035l.006-.025.006-.024c-.068-.018-.189-.06-.368-.035l.004.024Zm.358.035-.012-.022-.087.047.012.022.012.022.087-.047-.012-.022Zm-.087.047-.013-.021c-.032.02-.112.084-.22.09l.002.024.001.025c.124-.006.218-.081.243-.097l-.013-.02Zm-.23.093v-.025a2.45 2.45 0 0 1-.24-.012.458.458 0 0 0-.045 0l.007.025.006.024h.029l.067.005c.052.004.116.008.175.008v-.025Zm-.278-.012-.003-.025-.053.007.004.025.003.024.052-.006-.003-.025Zm-.116-.006.014-.02-.002-.002-.008-.005a1.588 1.588 0 0 0-.113-.073 1.71 1.71 0 0 0-.107-.06.481.481 0 0 0-.096-.038l-.006.024-.006.024a.429.429 0 0 1 .086.035 1.631 1.631 0 0 1 .188.112l.026.018.007.004.002.002.015-.02Zm-.318-.174.005-.025a.778.778 0 0 0-.187-.009l-.08.006a.79.79 0 0 1-.056.003v.05a2.806 2.806 0 0 1 .139-.009.734.734 0 0 1 .174.008l.005-.024Zm-.318 0-.014.02v.001l.003.002c.002 0 .005.003.008.005a1.305 1.305 0 0 1 .09.07l.017-.017.018-.018a.668.668 0 0 0-.105-.082l-.002-.001h-.001l-.014.02Zm.104.081-.018.018a.627.627 0 0 0 .201.112l.008-.024.007-.024a.583.583 0 0 1-.18-.1l-.018.018Zm.19.106-.006.024a.645.645 0 0 0 .353-.01l.006-.002h.002v-.001l-.007-.024-.008-.023h-.002l-.005.002a.562.562 0 0 1-.097.02.596.596 0 0 1-.229-.01l-.006.024Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95 18.888a.282.282 0 0 1-.018-.395l.018-.019a.283.283 0 0 1 .087.204.287.287 0 0 1-.087.21' fill='%23AD1519'%3E%3C/path%3E%3Cpath d='M7.95 18.888a.282.282 0 0 1-.018-.395l.018-.019a.283.283 0 0 1 .087.204.287.287 0 0 1-.087.21' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.891 19.191s.035-.087.035-.158l-.006-.122h.046s.018.065.018.117l-.006.14-.04.006-.047.017' fill='%23058E6E'%3E%3C/path%3E%3Cpath d='M7.891 19.191s.035-.087.035-.158l-.006-.122h.046s.018.065.018.117l-.006.14-.04.006-.047.017' stroke='%23000' stroke-width='0.05'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.684 11.124c0-.029.03-.058.058-.058.035 0 .064.029.064.058a.058.058 0 0 1-.058.058.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.684 11.124c0-.029.03-.058.058-.058.035 0 .064.029.064.058a.058.058 0 0 1-.058.058.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.765 10.978c0-.035.03-.058.064-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.765 10.978c0-.035.03-.058.064-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.823 10.803c0-.029.029-.058.058-.058.035 0 .063.03.063.058 0 .03-.028.059-.057.059a.059.059 0 0 1-.064-.053v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.823 10.803c0-.029.029-.058.058-.058.035 0 .063.03.063.058 0 .03-.028.059-.057.059a.059.059 0 0 1-.064-.053v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.829 10.617c0-.03.029-.059.058-.059.034 0 .063.03.063.059a.058.058 0 0 1-.057.058.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.829 10.617c0-.03.029-.059.058-.059.034 0 .063.03.063.059a.058.058 0 0 1-.057.058.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.782 10.442c0-.035.029-.059.058-.059.04 0 .07.024.07.059 0 .035-.03.058-.064.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.782 10.442c0-.035.029-.059.058-.059.04 0 .07.024.07.059 0 .035-.03.058-.064.058a.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.69 10.273c0-.03.03-.059.058-.059.04 0 .064.03.064.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.69 10.273c0-.03.03-.059.058-.059.04 0 .064.03.064.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.57 10.138c0-.035.022-.058.057-.058s.058.023.058.058-.023.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.57 10.138c0-.035.022-.058.057-.058s.058.023.058.058-.023.059-.058.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.419 10.022c0-.03.029-.059.063-.059.033 0 .058.027.058.059a.058.058 0 0 1-.058.058c-.034 0-.057-.023-.057-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.419 10.022c0-.03.029-.059.063-.059.033 0 .058.027.058.059a.058.058 0 0 1-.058.058c-.034 0-.057-.023-.057-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.25 9.934c0-.035.024-.058.059-.058.034 0 .057.023.057.058s-.023.059-.057.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.25 9.934c0-.035.024-.058.059-.058.034 0 .057.023.057.058s-.023.059-.057.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.066 9.864c0-.029.03-.058.064-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M10.066 9.864c0-.029.03-.058.064-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.869 9.83c0-.03.023-.06.058-.06.034 0 .058.03.058.06 0 .028-.024.058-.058.058a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.869 9.83c0-.03.023-.06.058-.06.034 0 .058.03.058.06 0 .028-.024.058-.058.058a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.679 9.818c0-.03.023-.059.057-.059.035 0 .058.03.058.059a.058.058 0 1 1-.116 0' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.679 9.818c0-.03.023-.059.057-.059.035 0 .058.03.058.059a.058.058 0 1 1-.116 0Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.488 9.83c0-.036.029-.06.058-.06.04 0 .064.024.064.06 0 .034-.024.058-.058.058a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.488 9.83c0-.036.029-.06.058-.06.04 0 .064.024.064.06 0 .034-.024.058-.058.058a.058.058 0 0 1-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.303 9.83c0-.036.028-.06.057-.06.035 0 .064.024.064.06a.058.058 0 0 1-.058.057.058.058 0 0 1-.063-.052v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.303 9.83c0-.036.028-.06.057-.06.035 0 .064.024.064.06a.058.058 0 0 1-.058.057.058.058 0 0 1-.063-.052v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28 10.657c0-.029.028-.058.057-.058.04 0 .07.03.07.058 0 .03-.03.059-.064.059-.035 0-.058-.024-.058-.059m.098-.151c0-.03.03-.059.058-.059.04 0 .064.03.064.059 0 .035-.023.058-.058.058a.058.058 0 0 1-.058-.058m.046-.164c0-.029.035-.058.064-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.059m-.006-.175c0-.035.024-.058.058-.058.035 0 .058.023.058.058a.058.058 0 1 1-.116 0m-.04-.18c0-.03.029-.059.058-.059.04 0 .063.03.063.059 0 .029-.023.058-.057.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath d='M9.28 10.657h.02c0-.008.004-.018.012-.026a.038.038 0 0 1 .025-.012v-.04c-.02 0-.04.01-.054.024a.079.079 0 0 0-.024.054h.02Zm.057-.058v.02c.032 0 .05.022.05.038h.04c0-.042-.04-.078-.09-.078v.02Zm.07.058h-.02c0 .018-.02.039-.044.039v.04c.045 0 .083-.037.083-.079h-.02Zm-.064.059v-.02a.038.038 0 0 1-.028-.01.039.039 0 0 1-.01-.029h-.04c0 .022.007.042.022.057a.077.077 0 0 0 .056.022v-.02Zm.04-.21h.02c0-.008.005-.018.013-.026a.038.038 0 0 1 .025-.013v-.04c-.02 0-.04.01-.054.024a.079.079 0 0 0-.024.055h.02Zm.058-.059v.02c.03 0 .044.02.044.039h.04c0-.04-.032-.079-.084-.079v.02Zm.064.059h-.02a.039.039 0 0 1-.01.028.037.037 0 0 1-.028.01v.04a.077.077 0 0 0 .056-.022.079.079 0 0 0 .022-.056h-.02Zm-.058.058v-.02a.038.038 0 0 1-.038-.038h-.04c0 .043.034.078.078.078v-.02Zm-.012-.222h.02c0-.007.005-.016.015-.025a.048.048 0 0 1 .029-.013v-.04c-.02 0-.041.01-.056.023a.076.076 0 0 0-.028.055h.02Zm.064-.058v.02c.02 0 .038.017.038.038h.04a.078.078 0 0 0-.078-.078v.02Zm.058.058h-.02a.038.038 0 0 1-.038.039v.04a.078.078 0 0 0 .078-.079h-.02Zm-.058.059v-.02a.038.038 0 0 1-.038-.039h-.04c0 .043.035.079.078.079v-.02Zm-.064-.234h.02c0-.013.005-.022.01-.028a.038.038 0 0 1 .028-.01v-.04a.077.077 0 0 0-.056.022.079.079 0 0 0-.022.056h.02Zm.058-.058v.02c.013 0 .022.004.028.01.006.006.01.015.01.028h.04a.079.079 0 0 0-.022-.056.077.077 0 0 0-.056-.022v.02Zm.058.058h-.02c0 .02-.016.039-.038.039v.04c.047 0 .078-.04.078-.079h-.02Zm-.058.059v-.02a.038.038 0 0 1-.038-.039h-.04c0 .043.034.079.078.079v-.02Zm-.098-.24h.02c0-.008.004-.017.012-.025a.038.038 0 0 1 .026-.013v-.04c-.021 0-.04.01-.054.024a.079.079 0 0 0-.024.055h.02Zm.058-.058v.02c.029 0 .043.02.043.039h.04c0-.04-.032-.079-.083-.079v.02Zm.063.059h-.02c0 .02-.015.038-.037.038v.04c.047 0 .077-.04.077-.078h-.02Zm-.057.058v-.02a.038.038 0 0 1-.038-.038h-.04c0 .042.034.078.078.078v-.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.158 9.713c0-.03.029-.059.064-.059.032 0 .057.026.057.059a.058.058 0 1 1-.115 0' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.158 9.713c0-.03.029-.059.064-.059.032 0 .057.026.057.059a.058.058 0 1 1-.115 0h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.996 9.625c0-.035.023-.058.058-.058.034 0 .058.023.058.058s-.024.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.996 9.625c0-.035.023-.058.058-.058.034 0 .058.023.058.058s-.024.059-.058.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.811 9.567c0-.035.03-.059.058-.059.035 0 .064.024.064.059 0 .029-.03.058-.058.058-.035 0-.064-.03-.064-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.811 9.567c0-.035.03-.059.058-.059.035 0 .064.024.064.059 0 .029-.03.058-.058.058-.035 0-.064-.03-.064-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62 9.532c0-.03.03-.059.059-.059.034 0 .063.03.063.059 0 .029-.029.058-.057.058a.059.059 0 0 1-.064-.052v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.62 9.532c0-.03.03-.059.059-.059.034 0 .063.03.063.059 0 .029-.029.058-.057.058a.059.059 0 0 1-.064-.052v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43 9.538c0-.035.028-.059.063-.059s.058.024.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.43 9.538c0-.035.028-.059.063-.059s.058.024.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058H8.43Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.24 9.567c0-.03.028-.059.057-.059.04 0 .064.03.064.059 0 .029-.024.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.24 9.567c0-.03.028-.059.057-.059.04 0 .064.03.064.059 0 .029-.024.058-.058.058a.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.06 9.63c0-.028.028-.057.057-.057.035 0 .064.029.064.058s-.03.058-.058.058a.058.058 0 0 1-.064-.052v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.06 9.63c0-.028.028-.057.057-.057.035 0 .064.029.064.058s-.03.058-.058.058a.058.058 0 0 1-.064-.052v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.018 11.124c0-.029.023-.058.058-.058s.058.029.058.058c0 .035-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.018 11.124c0-.029.023-.058.058-.058s.058.029.058.058c0 .035-.023.058-.058.058a.058.058 0 0 1-.058-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.932 10.978c0-.035.03-.058.058-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.932 10.978c0-.035.03-.058.058-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.874 10.803c0-.029.029-.058.058-.058.04 0 .063.03.063.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.057-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.874 10.803c0-.029.029-.058.058-.058.04 0 .063.03.063.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.057-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.868 10.617c0-.03.029-.059.058-.059.035 0 .063.03.063.059a.058.058 0 0 1-.057.058.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.868 10.617c0-.03.029-.059.058-.059.035 0 .063.03.063.059a.058.058 0 0 1-.057.058.058.058 0 0 1-.058-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.915 10.442c0-.035.029-.059.058-.059.034 0 .057.024.057.059 0 .035-.023.058-.057.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M4.915 10.442c0-.035.029-.059.058-.059.034 0 .057.024.057.059 0 .035-.023.058-.057.058a.058.058 0 0 1-.058-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.008 10.273c0-.03.029-.059.057-.059.035 0 .064.03.064.059 0 .029-.029.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.008 10.273c0-.03.029-.059.057-.059.035 0 .064.03.064.059 0 .029-.029.058-.058.058a.058.058 0 0 1-.058-.058h-.005Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.135 10.138c0-.035.023-.058.057-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.057-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.135 10.138c0-.035.023-.058.057-.058.035 0 .058.023.058.058s-.023.059-.058.059a.058.058 0 0 1-.057-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.28 10.022c0-.03.022-.059.057-.059s.058.03.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.28 10.022c0-.03.022-.059.057-.059s.058.03.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.452 9.934c0-.035.023-.058.058-.058.034 0 .058.023.058.058s-.024.059-.058.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.452 9.934c0-.035.023-.058.058-.058.034 0 .058.023.058.058s-.024.059-.058.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.632 9.864c0-.029.029-.058.057-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.057-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.632 9.864c0-.029.029-.058.057-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.057-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.828 9.83c0-.03.029-.06.064-.06a.058.058 0 0 1 0 .118c-.035 0-.058-.024-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M5.828 9.83c0-.03.029-.06.064-.06a.058.058 0 0 1 0 .118c-.035 0-.058-.024-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.024 9.818c0-.03.023-.059.058-.059s.058.03.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.024 9.818c0-.03.023-.059.058-.059s.058.03.058.059c0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.21 9.83c0-.036.029-.06.058-.06.034 0 .063.024.063.06a.058.058 0 0 1-.058.057.059.059 0 0 1-.063-.052v-.006' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.21 9.83c0-.036.029-.06.058-.06.034 0 .063.024.063.06a.058.058 0 0 1-.058.057.059.059 0 0 1-.063-.052v-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.394 9.83c0-.036.03-.06.058-.06.04 0 .07.024.07.06 0 .034-.03.058-.064.058a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.394 9.83c0-.036.03-.06.058-.06.04 0 .07.024.07.06 0 .034-.03.058-.064.058a.058.058 0 0 1-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.418 10.657c0-.029.029-.058.058-.058a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.059m-.104-.151c0-.03.029-.059.057-.059.035 0 .064.03.064.059a.058.058 0 0 1-.058.058.058.058 0 0 1-.063-.052v-.006m-.058-.164c0-.029.029-.058.058-.058.04 0 .063.03.063.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.057-.059m.005-.175c0-.035.024-.058.058-.058.035 0 .058.023.058.058 0 .03-.023.059-.058.059a.058.058 0 0 1-.058-.059m.035-.18c0-.03.029-.059.058-.059.04 0 .064.03.064.059 0 .029-.024.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath d='M6.377 10.564v-.02h-.002l.002.02Zm-.063-.052h-.02v.002l.02-.002Zm.104.145h.02c0-.008.004-.018.012-.026a.038.038 0 0 1 .026-.012v-.04c-.021 0-.04.01-.054.024a.079.079 0 0 0-.024.054h.02Zm.058-.058v.02c.02 0 .037.017.037.038h.04a.078.078 0 0 0-.077-.078v.02Zm.057.058h-.02a.038.038 0 0 1-.037.039v.04a.078.078 0 0 0 .077-.079h-.02Zm-.057.059v-.02a.038.038 0 0 1-.038-.039h-.04c0 .043.035.079.078.079v-.02Zm-.162-.21h.02c0-.008.004-.018.012-.026a.038.038 0 0 1 .025-.013v-.04c-.02 0-.04.01-.053.024a.079.079 0 0 0-.024.055h.02Zm.057-.059v.02c.025 0 .044.022.044.039h.04c0-.042-.039-.079-.084-.079v.02Zm.064.059h-.02a.038.038 0 0 1-.038.038v.04a.078.078 0 0 0 .078-.078h-.02Zm-.058.058-.002-.02a.038.038 0 0 1-.041-.035l-.02.003-.02.002a.078.078 0 0 0 .085.07l-.002-.02Zm-.063-.052h.02v-.006h-.04v.005h.02Zm-.058-.17h.02c0-.008.004-.018.012-.026a.038.038 0 0 1 .026-.012v-.04c-.021 0-.04.01-.054.024a.079.079 0 0 0-.024.054h.02Zm.058-.058v.02c.029 0 .043.02.043.038h.04c0-.04-.032-.078-.083-.078v.02Zm.063.058h-.02c0 .02-.015.039-.038.039v.04c.048 0 .078-.04.078-.079h-.02Zm-.058.059v-.02a.038.038 0 0 1-.037-.039h-.04c0 .043.034.079.077.079v-.02Zm-.052-.234h.02c0-.013.005-.022.01-.028a.038.038 0 0 1 .028-.01v-.04a.077.077 0 0 0-.056.022.079.079 0 0 0-.022.056h.02Zm.058-.058v.02c.013 0 .022.004.028.01.006.006.01.015.01.028h.04a.079.079 0 0 0-.022-.056.077.077 0 0 0-.056-.022v.02Zm.058.058h-.02c0 .02-.016.039-.038.039v.04c.047 0 .078-.04.078-.079h-.02Zm-.058.059v-.02a.038.038 0 0 1-.038-.039h-.04c0 .043.035.079.078.079v-.02Zm-.023-.24h.02c0-.008.004-.017.012-.025a.038.038 0 0 1 .026-.013v-.04c-.021 0-.04.01-.054.024a.079.079 0 0 0-.024.055h.02Zm.058-.058v.02c.03 0 .044.02.044.039h.04c0-.04-.032-.079-.084-.079v.02Zm.064.059h-.02c0 .02-.016.038-.038.038v.04c.047 0 .078-.04.078-.078h-.02Zm-.058.058v-.02a.038.038 0 0 1-.038-.038h-.04c0 .043.035.078.078.078v-.02Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.539 9.713c0-.03.029-.059.058-.059a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.539 9.713c0-.03.029-.059.058-.059a.058.058 0 0 1 0 .117.058.058 0 0 1-.058-.058Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.707 9.625c0-.035.023-.058.058-.058.034 0 .057.023.057.058s-.023.059-.057.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.707 9.625c0-.035.023-.058.058-.058.034 0 .057.023.057.058s-.023.059-.057.059a.058.058 0 0 1-.058-.059Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.887 9.567c0-.035.028-.059.057-.059.04 0 .064.024.064.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.887 9.567c0-.035.028-.059.057-.059.04 0 .064.024.064.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.058-.058h-.005Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.077 9.531c0-.029.029-.058.058-.058.04 0 .063.03.063.058 0 .03-.023.059-.057.059a.058.058 0 0 1-.058-.059' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.077 9.531c0-.029.029-.058.058-.058.04 0 .063.03.063.058 0 .03-.023.059-.057.059a.058.058 0 0 1-.058-.059h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.267 9.538c0-.035.024-.059.058-.059.035 0 .058.024.058.059a.058.058 0 1 1-.116 0' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.267 9.538c0-.035.024-.059.058-.059.035 0 .058.024.058.059a.058.058 0 1 1-.116 0Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.458 9.567c0-.03.029-.059.058-.059.04 0 .063.03.063.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.057-.058' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.458 9.567c0-.03.029-.059.058-.059.04 0 .063.03.063.059 0 .029-.023.058-.058.058a.058.058 0 0 1-.057-.058h-.006Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.638 9.63c0-.029.028-.058.057-.058.04 0 .064.03.064.059a.058.058 0 1 1-.116 0' fill='%23fff'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.638 9.63c0-.029.028-.058.057-.058.04 0 .064.03.064.059a.058.058 0 1 1-.116 0h-.005Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.834 13.504h.202-.202Zm-.387-.31h.196-.196Zm-.393.31h.202-.202Zm.48-.163v-.105.105Zm0 .204v-.105.105Zm0 .309v-.1.1Zm0 .21v-.105.105Zm0 .414v-.105.105Zm0-.21v-.105.105Zm0 .432v-.117.117Zm.404-1.155v.105-.105Zm-.196.204v.105-.105Zm.387 0v.105-.105Zm-.093.105v.105-.105Zm-.202 0v.105-.105Zm-.19 0v.105-.105Zm.098.105v.105-.105Zm.196 0v.105-.105Zm.19 0v.105-.105Zm-.092.105v.1-.1Zm-.202 0v.1-.1Zm-.19 0v.1-.1Zm.098.1v.104-.105Zm-.099.104v.105-.105Zm0 .21v.1-.1Zm.099.217v-.118.118Zm-.099 0v.104-.104Zm.191 0v.104-.104Zm.202 0v.104-.104Zm-.294.197V14.8v.093Zm.086 0v.118-.118Zm.405.118v-.118.118Zm-.197 0v-.118.118Zm-.098-.315v-.118.118Zm0 .197V14.8v.093Zm0 .216v-.098.098Zm0 .21v-.105.105Zm.098-.099v-.11.11Zm.197-.105v.105-.105Zm-.104 0v-.1.1Zm0 .21v-.105.105Zm-.006-1.902h-.381.381Zm-.087.129h-.202.202Zm-.884 0v.105-.105Zm.196.204v.105-.105Zm-.387 0v.105-.105Zm.093.105v.105-.105Zm.202 0v.105-.105Zm.19 0v.105-.105Zm-.098.105v.105-.105Zm-.196 0v.105-.105Zm-.19 0v.105-.105Zm.092.105v.099-.1Zm.202 0v.099-.1Zm.19 0v.099-.1Zm-.098.099v.105-.105Zm.099.105v.105-.105Zm0 .21v.1-.1Zm-.099.216v-.117.117Zm.093-.005v.104-.104Zm-.19 0v.104-.104Zm-.203 0v.104-.104Zm.295.197V14.8v.093Zm-.087 0v.118-.118Zm-.405.118v-.118.118Zm.197 0v-.118.118Zm.098-.315v-.118.118Zm0 .197V14.8v.093Zm0 .216v-.098.098Zm0 .21v-.105.105Zm-.098-.105v-.105.105Zm-.197-.105v.105-.105Zm.104 0v-.098.098Zm0 .21v-.105.105Zm.006-1.902h.382-.382Zm.081.129h.208-.208Zm.3-.438h.394-.393Zm.099.129h.196-.196Zm0 .099h.196-.196Zm0 .105h.196-.196Zm0 .105h.196-.196Zm-.393.105h.983-.983Zm-.197.099h1.376-1.376Zm0 .105h1.376-1.376Zm0 .105h1.376-1.376Zm0 .105h1.376-1.376Zm.104.105h1.168-1.168Zm0 .1h1.168-1.168Zm0 .104h1.168-1.168Zm0 .105h1.168-1.168Zm0 .1h1.168-1.168Zm0 .117h1.168-1.168Zm0 .104h1.168-1.168Zm-.202.093H7.33 5.753Zm0 .118H7.33 5.753Zm0 .098H7.33 5.753Zm0 .105H7.33 5.753Zm0 .105H7.33 5.753Zm.347-1.966h-.058v-.058h-.087v.21h.093v.146H5.85v.408h.104v.834h-.202v.426h1.572v-.426h-.202v-.834h.104v-.408h-.196v-.146h.092V13.3h-.092v.052h-.047v-.058h-.092v.058h-.064v-.058h-.092v.21h.092v.146h-.19v-.455h.098v-.204h-.099v.052H6.58v-.058h-.087v.058H6.44v-.058h-.093v.21h.099v.455h-.191v-.146h.092V13.3h-.092v.052h-.052v-.058H6.1v.058Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M6.1 13.352v.02h.02v-.02H6.1Zm-.058 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.087 0v-.02h-.02v.02h.02Zm0 .21h-.02v.02h.02v-.02Zm.093 0h.02v-.02h-.02v.02Zm0 .146v.02h.02v-.02h-.02Zm-.197 0v-.02h-.02v.02h.02Zm0 .408h-.02v.02h.02v-.02Zm.104 0h.02v-.02h-.02v.02Zm0 .834v.02h.02v-.02h-.02Zm-.202 0v-.02h-.02v.02h.02Zm0 .426h-.02v.02h.02v-.02Zm1.572 0v.02h.02v-.02h-.02Zm0-.426h.02v-.02h-.02v.02Zm-.202 0h-.02v.02h.02v-.02Zm0-.834v-.02h-.02v.02h.02Zm.104 0v.02h.02v-.02h-.02Zm0-.408h.02v-.02h-.02v.02Zm-.196 0h-.02v.02h.02v-.02Zm0-.146v-.02h-.02v.02h.02Zm.092 0v.02h.02v-.02h-.02Zm0-.204h.02v-.02h-.02v.02Zm-.092 0v-.02h-.02v.02h.02Zm0 .052v.02h.02v-.02h-.02Zm-.047 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.092 0v-.02h-.02v.02h.02Zm0 .058v.02h.02v-.02h-.02Zm-.064 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.092 0v-.02h-.02v.02h.02Zm0 .21h-.02v.02h.02v-.02Zm.092 0h.02v-.02h-.02v.02Zm0 .146v.02h.02v-.02h-.02Zm-.19 0h-.02v.02h.02v-.02Zm0-.455v-.02h-.02v.02h.02Zm.098 0v.02h.02v-.02h-.02Zm0-.204h.02v-.02h-.02v.02Zm-.099 0v-.02h-.02v.02h.02Zm0 .052v.02h.02v-.02h-.02Zm-.057 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.087 0v-.02h-.02v.02h.02Zm0 .058v.02h.02v-.02h-.02Zm-.052 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.093 0v-.02h-.02v.02h.02Zm0 .21h-.02v.02h.02v-.02Zm.099 0h.02v-.02h-.02v.02Zm0 .455v.02h.02v-.02h-.02Zm-.191 0h-.02v.02h.02v-.02Zm0-.146v-.02h-.02v.02h.02Zm.092 0v.02h.02v-.02h-.02Zm0-.204h.02v-.02h-.02v.02Zm-.092 0v-.02h-.02v.02h.02Zm0 .052v.02h.02v-.02h-.02Zm-.052 0h-.02v.02h.02v-.02Zm0-.058h.02v-.02h-.02v.02Zm-.104 0v-.02h-.02v.02h.02Zm.734.21v.02h.202v-.04h-.202v.02Zm.202 0v-.02h-.202v.04h.202v-.02Zm-.59-.31v.02h.197v-.04h-.196v.02Zm.197 0v-.02h-.196v.04h.196v-.02Zm-.59.31v.02h.203v-.04h-.202v.02Zm.203 0v-.02h-.202v.04h.202v-.02Zm.277-.163h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm0 .309h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm0 .414h.02v-.1h-.04v.1h.02Zm0-.1h-.02v.1h.04v-.1h-.02Zm0 .31h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm0 .52h.02v-.106h-.04v.105h.02Zm0-.106h-.02v.105h.04v-.105h-.02Zm0-.105h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm0 .537h.02v-.117h-.04v.117h.02Zm0-.117h-.02v.117h.04v-.117h-.02Zm.405-1.038h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.196.099h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.387-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.093 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.202-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.19-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.098 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.196-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.19-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.092 0h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm-.202-.1h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm-.19-.1h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm.098 0h-.02v.104h.04v-.105h-.02Zm0 .104h.02v-.105h-.04v.105h.02Zm-.099 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm0 .105h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm.099.117h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm-.099.118h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm.191-.104h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm.202-.104h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm-.294.093h.02V14.8h-.04v.093h.02Zm0-.093h-.02v.093h.04V14.8h-.02Zm.086.093h-.02v.118h.04v-.118h-.02Zm0 .118h.02v-.118h-.04v.118h.02Zm.405 0h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm-.197.118h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm-.098-.197h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm0 .315h.02V14.8h-.04v.093h.02Zm0-.093h-.02v.093h.04V14.8h-.02Zm0 .31h.02v-.1h-.04v.1h.02Zm0-.1h-.02v.1h.04v-.1h-.02Zm0 .31h.02v-.106h-.04v.105h.02Zm0-.106h-.02v.105h.04v-.105h-.02Zm.098.006h.02v-.11h-.04v.11h.02Zm0-.11h-.02v.11h.04v-.11h-.02Zm.197.005h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.104-.105h.02v-.1h-.04v.1h.02Zm0-.1h-.02v.1h.04v-.1h-.02Zm0 .31h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm-.006-1.797v-.02h-.381v.04h.381v-.02Zm-.381 0v.02h.381v-.04h-.381v.02Zm.294.129v-.02h-.202v.04h.202v-.02Zm-.202 0v.02h.202v-.04h-.202v.02Zm-.682 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.196.099h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.387-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.093 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.202-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.19-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.098 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.196-.105h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm-.19-.105H5.94v.105h.04v-.105h-.02Zm0 .105h.02v-.105H5.94v.105h.02Zm.092 0h-.02v.099h.04v-.1h-.02Zm0 .099h.02v-.1h-.04v.1h.02Zm.202-.1h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm.19-.1h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm-.098 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.099 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm0 .105h-.02v.1h.04v-.1h-.02Zm0 .1h.02v-.1h-.04v.1h.02Zm-.099.116h.02v-.117h-.04v.117h.02Zm0-.117h-.02v.117h.04v-.117h-.02Zm.093.112h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm-.19-.104h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm-.203-.104h-.02v.104h.04v-.104h-.02Zm0 .104h.02v-.104h-.04v.104h.02Zm.295.093h.02V14.8h-.04v.093h.02Zm0-.093h-.02v.093h.04V14.8h-.02Zm-.087.093h-.02v.118h.04v-.118h-.02Zm0 .118h.02v-.118h-.04v.118h.02Zm-.405 0h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm.197.118h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm.098-.197h.02v-.118h-.04v.118h.02Zm0-.118h-.02v.118h.04v-.118h-.02Zm0 .315h.02V14.8h-.04v.093h.02Zm0-.093h-.02v.093h.04V14.8h-.02Zm0 .31h.02v-.1h-.04v.1h.02Zm0-.1h-.02v.1h.04v-.1h-.02Zm0 .31h.02v-.106h-.04v.105h.02Zm0-.106h-.02v.105h.04v-.105h-.02Zm-.098 0h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm-.197 0h-.02v.105h.04v-.105h-.02Zm0 .105h.02v-.105h-.04v.105h.02Zm.104-.105h.02v-.098h-.04v.098h.02Zm0-.098h-.02v.098h.04v-.098h-.02Zm0 .308h.02v-.105h-.04v.105h.02Zm0-.105h-.02v.105h.04v-.105h-.02Zm.006-1.796v.02h.382v-.04H5.96v.02Zm.382 0v-.02H5.96v.04h.382v-.02Zm-.301.128v.02h.208v-.04h-.208v.02Zm.208 0v-.02h-.208v.04h.208v-.02Zm.093-.438v.02h.393v-.04h-.393v.02Zm.393 0v-.02h-.393v.04h.393v-.02Zm-.295.129v.02h.196v-.04h-.196v.02Zm.196 0v-.02h-.196v.04h.196v-.02Zm-.196.099v.02h.196v-.04h-.196v.02Zm.196 0v-.02h-.196v.04h.196v-.02Zm-.196.105v.02h.196v-.04h-.196v.02Zm.196 0v-.02h-.196v.04h.196v-.02Zm-.196.105v.02h.196v-.04h-.196v.02Zm.196 0v-.02h-.196v.04h.196v-.02Zm-.59.105v.02h.984v-.04h-.983v.02Zm.984 0v-.02h-.983v.04h.983v-.02Zm-1.18.099v.02h1.376v-.04H5.851v.02Zm1.376 0v-.02H5.851v.04h1.376v-.02Zm-1.376.105v.02h1.376v-.04H5.851v.02Zm1.376 0v-.02H5.851v.04h1.376v-.02Zm-1.376.105v.02h1.376v-.04H5.851v.02Zm1.376 0v-.02H5.851v.04h1.376v-.02Zm-1.376.105v.02h1.376v-.04H5.851v.02Zm1.376 0v-.02H5.851v.04h1.376v-.02Zm-1.272.105v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.1v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.104v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.105v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.1v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.117v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.168.104v.02h1.168v-.04H5.955v.02Zm1.168 0v-.02H5.955v.04h1.168v-.02Zm-1.37.093v.02H7.33v-.04H5.753v.02Zm1.578 0v-.02H5.753v.04H7.33v-.02Zm-1.578.118v.02H7.33v-.04H5.753v.02Zm1.578 0v-.02H5.753v.04H7.33v-.02Zm-1.578.098v.02H7.33v-.04H5.753v.02Zm1.578 0v-.02H5.753v.04H7.33v-.02Zm-1.578.105v.02H7.33v-.04H5.753v.02Zm1.578 0v-.02H5.753v.04H7.33v-.02Zm-1.578.105v.02H7.33v-.04H5.753v.02Zm1.578 0v-.02H5.753v.04H7.33v-.02ZM6.1 13.352v-.02h-.058v.04H6.1v-.02Zm-.058 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02h-.087v.04h.087v-.02Zm-.087 0h-.02v.21h.04v-.21h-.02Zm0 .21v.02h.093v-.04h-.093v.02Zm.093 0h-.02v.146h.04v-.146h-.02Zm0 .146v-.02H5.85v.04h.197v-.02Zm-.197 0h-.02v.408h.04v-.408h-.02Zm0 .408v.02h.104v-.04h-.104v.02Zm.104 0h-.02v.834h.04v-.834h-.02Zm0 .834v-.02h-.202v.04h.202v-.02Zm-.202 0h-.02v.426h.04v-.426h-.02Zm0 .426v.02h1.572v-.04H5.753v.02Zm1.572 0h.02v-.426h-.04v.426h.02Zm0-.426v-.02h-.202v.04h.202v-.02Zm-.202 0h.02v-.834h-.04v.834h.02Zm0-.834v.02h.104v-.04h-.104v.02Zm.104 0h.02v-.408h-.04v.408h.02Zm0-.408v-.02h-.196v.04h.196v-.02Zm-.196 0h.02v-.146h-.04v.146h.02Zm0-.146v.02h.092v-.04h-.092v.02Zm.092 0h.02V13.3h-.04v.204h.02Zm0-.204v-.02h-.092v.04h.092v-.02Zm-.092 0h-.02v.052h.04V13.3h-.02Zm0 .052v-.02h-.047v.04h.047v-.02Zm-.047 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02h-.092v.04h.092v-.02Zm-.092 0h-.02v.058h.04v-.058h-.02Zm0 .058v-.02h-.064v.04h.064v-.02Zm-.064 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02h-.092v.04h.092v-.02Zm-.092 0h-.02v.21h.04v-.21h-.02Zm0 .21v.02h.092v-.04h-.092v.02Zm.092 0h-.02v.146h.04v-.146h-.02Zm0 .146v-.02h-.19v.04h.19v-.02Zm-.19 0h.02v-.455h-.04v.455h.02Zm0-.455v.02h.098v-.04h-.099v.02Zm.098 0h.02v-.204h-.04v.204h.02Zm0-.204v-.02h-.099v.04h.099v-.02Zm-.099 0h-.02v.052h.04v-.052h-.02Zm0 .052v-.02H6.58v.04h.057v-.02Zm-.057 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02h-.087v.04h.087v-.02Zm-.087 0h-.02v.058h.04v-.058h-.02Zm0 .058v-.02H6.44v.04h.052v-.02Zm-.052 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02h-.093v.04h.093v-.02Zm-.093 0h-.02v.21h.04v-.21h-.02Zm0 .21v.02h.099v-.04h-.099v.02Zm.099 0h-.02v.455h.04v-.455h-.02Zm0 .455v-.02h-.191v.04h.19v-.02Zm-.191 0h.02v-.146h-.04v.146h.02Zm0-.146v.02h.092v-.04h-.092v.02Zm.092 0h.02V13.3h-.04v.204h.02Zm0-.204v-.02h-.092v.04h.092v-.02Zm-.092 0h-.02v.052h.04V13.3h-.02Zm0 .052v-.02h-.052v.04h.052v-.02Zm-.052 0h.02v-.058h-.04v.058h.02Zm0-.058v-.02H6.1v.04h.104v-.02Zm-.104 0h-.02v.058h.04v-.058H6.1Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 15.318v-.274c0-.047-.024-.204-.267-.204-.231 0-.254.157-.254.204v.274h.52Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M6.8 15.318v-.274c0-.047-.024-.204-.267-.204-.231 0-.254.157-.254.204v.274h.52Z' stroke='%23000' stroke-width='0.04'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.25 13.907.011-.257H6.02l.028.257h.203Zm.578 0-.023-.257h.254l-.029.257h-.202Zm-.19 0 .022-.257h-.243l.012.257h.208Zm.097.7v-.286c0-.076.058-.14.145-.14s.139.058.139.14v.286h-.284Zm-.393 0v-.286a.139.139 0 0 0-.144-.14c-.087 0-.139.058-.139.14v.286h.283Zm.243.32.058-.116a.314.314 0 0 0-.116-.024l-.098.024.064.116h.092Zm.127.135.127-.018c0-.052-.011-.128-.052-.152l-.115.088c.017.012.04.058.04.082Zm-.347 0-.127-.018c0-.052.012-.128.052-.152l.116.088a.137.137 0 0 0-.04.082Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M6.25 13.907v.02h.019v-.02h-.02Zm.011-.257h.02l.001-.02h-.02v.02Zm-.242 0v-.02h-.023l.003.022.02-.002Zm.028.257-.02.002.003.018h.017v-.02Zm.78 0-.019.001.002.019h.018v-.02Zm-.022-.257v-.02h-.022l.002.022.02-.002Zm.254 0 .02.002.003-.022h-.023v.02Zm-.029.257v.02h.018l.002-.018-.02-.002Zm-.393 0v.02h.018l.002-.019-.02-.001Zm.023-.257.02.002.002-.022H6.66v.02Zm-.243 0v-.02h-.02v.02h.02Zm.012.257h-.02v.02h.02v-.02Zm.306.7h-.02v.02h.02v-.02Zm.284 0v.02h.02v-.02h-.02Zm-.677 0v.02h.02v-.02h-.02Zm-.283 0h-.02v.02h.02v-.02Zm.526.32v.02h.013l.005-.01-.018-.01Zm.058-.116.018.009.01-.02-.02-.008-.008.019Zm-.116-.024v-.02h-.004l.004.02Zm-.098.024-.005-.02-.025.006.012.023.018-.01Zm.064.116-.018.01.006.01h.012v-.02Zm.22.135h-.02v.023l.022-.004-.003-.02Zm.126-.018.003.02.017-.002v-.018h-.02Zm-.052-.152.01-.017-.011-.007-.01.008.011.016Zm-.115.088-.012-.016-.023.017.024.015.01-.016Zm-.307.082-.002.02.022.002v-.022h-.02Zm-.127-.018h-.02v.018l.018.002.002-.02Zm.052-.152.012-.015-.01-.009-.012.007.01.017Zm.116.088.011.016.023-.015-.022-.017-.012.016Zm-.156-1.073h.02l.011-.256-.02-.001-.02-.001-.011.257h.02Zm.011-.257v-.02H6.02v.04h.242v-.02Zm-.242 0-.02.002.029.257.02-.002.02-.003-.03-.256-.02.002Zm.028.257v.02h.203v-.04h-.203v.02Zm.78 0 .02-.002-.022-.257-.02.002-.02.002.023.256.02-.001Zm-.022-.257v.02h.254v-.04h-.254v.02Zm.254 0-.02-.002-.029.256.02.003.02.002.029-.257-.02-.002Zm-.029.257v-.02h-.202v.04h.202v-.02Zm-.393 0 .02.001.023-.256-.02-.002-.02-.002-.023.257.02.002Zm.023-.257v-.02h-.243v.04h.243v-.02Zm-.243 0h-.02l.012.258.02-.001.02-.001-.012-.257h-.02Zm.012.257v.02h.208v-.04H6.43v.02Zm.306.7h.02v-.286h-.04v.286h.02Zm0-.286h.02c0-.065.05-.12.125-.12v-.04a.159.159 0 0 0-.165.16h.02Zm.145-.14v.02c.039 0 .068.013.087.033.02.02.032.05.032.087h.04a.162.162 0 0 0-.043-.115.157.157 0 0 0-.116-.045v.02Zm.139.14h-.02v.286h.04v-.286h-.02Zm0 .286v-.02h-.284v.04h.284v-.02Zm-.677 0h.02v-.286h-.04v.286h.02Zm0-.286h.02a.159.159 0 0 0-.164-.16v.04c.075 0 .124.055.124.12h.02Zm-.144-.14v-.02a.157.157 0 0 0-.117.045.162.162 0 0 0-.042.115h.04c0-.037.012-.067.031-.087a.117.117 0 0 1 .088-.033v-.02Zm-.139.14h-.02v.286h.04v-.286h-.02Zm0 .286v.02h.283v-.04H6.06v.02Zm.526.32.018.01.058-.117-.018-.01-.018-.008-.058.117.018.008Zm.058-.116.008-.019a.332.332 0 0 0-.123-.025v.02l-.001.02c.038 0 .074.008.108.022l.008-.018Zm-.116-.024-.004-.02-.099.024.005.02.005.02.098-.024-.005-.02Zm-.098.024-.018.01.064.116.018-.01.017-.01-.063-.116-.018.01Zm.064.116v.02h.092v-.04h-.092v.02Zm.22.135.002.02.127-.018-.003-.02-.002-.02-.127.018.002.02Zm.126-.018h.02a.355.355 0 0 0-.011-.092c-.008-.03-.023-.061-.05-.077l-.01.017-.01.018c.013.007.024.026.031.053.008.026.01.056.01.081h.02Zm-.052-.152-.012-.015-.115.087.012.016.012.016.116-.088-.013-.016Zm-.115.088-.011.016a.044.044 0 0 1 .008.01.138.138 0 0 1 .023.056h.04a.178.178 0 0 0-.03-.079.08.08 0 0 0-.019-.02l-.011.017Zm-.307.082.003-.02-.127-.018-.003.02-.002.02.127.017.002-.02Zm-.127-.018h.02c0-.025.003-.055.01-.081.008-.027.02-.046.032-.053l-.01-.018-.01-.017c-.027.016-.042.047-.05.077a.356.356 0 0 0-.012.092h.02Zm.052-.152-.012.016.116.088.012-.016.012-.016-.116-.088-.012.016Zm.116.088-.011-.017a.08.08 0 0 0-.019.02.179.179 0 0 0-.03.079h.04a.14.14 0 0 1 .023-.056.044.044 0 0 1 .008-.01l-.011-.016Z' fill='%23000'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.765 14.577v-.245c0-.058.04-.128.116-.128.075 0 .115.064.115.128v.251h-.23v-.006Zm-.45 0v-.245c0-.058-.035-.128-.116-.128s-.116.064-.116.128v.251h.231v-.006Zm.398.741v-.233c0-.04-.029-.158-.18-.158a.16.16 0 0 0-.167.158v.233h.347Z' fill='%230039F0'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.03 15.739c0-.567.405-1.028.902-1.028s.902.461.902 1.028c0 .566-.405 1.02-.902 1.02s-.902-.454-.902-1.02' fill='%23AD1519'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.03 15.739c0-.567.405-1.028.902-1.028s.902.461.902 1.028c0 .566-.405 1.02-.902 1.02s-.902-.454-.902-1.02Z' stroke='%23000' stroke-width='0.06'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.297 15.732c0-.408.289-.746.636-.746.347 0 .636.332.636.746 0 .421-.29.759-.636.759-.347 0-.636-.338-.636-.759' fill='%23005BBF'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.297 15.732c0-.408.289-.746.636-.746.347 0 .636.332.636.746 0 .421-.29.759-.636.759-.347 0-.636-.338-.636-.759Z' stroke='%23000' stroke-width='0.06'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.632 15.22s-.075.082-.075.157a.351.351 0 0 0 .034.14c-.011-.03-.046-.047-.08-.047a.078.078 0 0 0-.081.076l.011.047.029.052c.006-.017.029-.03.058-.03s.058.024.058.06v.01h-.07v.06h.058l-.046.087.058-.024.046.053.046-.053.058.024-.04-.088h.057v-.058H7.69a.041.041 0 0 1 0-.017c0-.033.026-.059.057-.059.024 0 .041.018.058.035l.023-.058.012-.04a.082.082 0 0 0-.08-.077c-.041 0-.07.018-.082.053 0 0 .035-.07.035-.146 0-.075-.081-.158-.081-.158' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.632 15.22s-.075.082-.075.157a.351.351 0 0 0 .034.14c-.011-.03-.046-.047-.08-.047a.078.078 0 0 0-.081.076l.011.047.029.052c.006-.017.029-.03.058-.03s.058.024.058.06v.01h-.07v.06h.058l-.046.087.058-.024.046.053.046-.053.058.024-.04-.088h.057v-.058H7.69a.041.041 0 0 1 0-.017c0-.033.026-.059.057-.059.024 0 .041.018.058.035l.023-.058.012-.04a.082.082 0 0 0-.08-.077c-.041 0-.07.018-.082.053 0 0 .035-.07.035-.146 0-.075-.081-.158-.081-.158Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.516 15.744h.237v-.059h-.237v.059Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.516 15.744h.237v-.059h-.237v.059Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.222 15.22s-.075.082-.075.157c0 .076.034.14.034.14-.011-.03-.04-.047-.08-.047a.078.078 0 0 0-.082.076l.012.047.029.052c.011-.017.029-.03.058-.03.031 0 .057.027.057.06v.01h-.069v.06h.058l-.046.087.057-.024.047.053.046-.053.058.024-.04-.088h.057v-.058H8.28a.042.042 0 0 1 0-.017c0-.033.026-.059.057-.059.023 0 .047.018.058.035l.023-.058.012-.04a.082.082 0 0 0-.081-.077c-.035 0-.07.018-.081.053 0 0 .035-.07.035-.146 0-.075-.081-.158-.081-.158' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.222 15.22s-.075.082-.075.157c0 .076.034.14.034.14-.011-.03-.04-.047-.08-.047a.078.078 0 0 0-.081.076l.011.047.029.052c.012-.017.029-.03.058-.03.032 0 .058.027.058.06v.01h-.07v.06h.058l-.046.087.058-.024.046.053.046-.053.058.024-.04-.088h.057v-.058H8.28a.041.041 0 0 1 0-.017c0-.033.026-.059.058-.059.023 0 .046.018.057.035l.023-.058.012-.04a.082.082 0 0 0-.08-.077c-.036 0-.07.018-.082.053 0 0 .035-.07.035-.146 0-.075-.081-.158-.081-.158Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.106 15.744h.237v-.059h-.237v.059Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M8.106 15.744h.237v-.059h-.237v.059Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.927 15.727s-.075.087-.075.163c0 .076.034.14.034.14a.084.084 0 0 0-.08-.053.08.08 0 0 0-.082.082l.012.04.029.06c.006-.024.029-.036.058-.036.032 0 .058.026.058.059a.045.045 0 0 1 0 .017h-.07v.058h.058l-.046.088.058-.023.046.052.046-.058.058.029-.04-.088h.057V16.2h-.063v-.017c0-.032.026-.059.057-.059.024 0 .04.012.052.035l.03-.058.01-.04a.082.082 0 0 0-.08-.083c-.04 0-.07.024-.081.059 0 0 .035-.07.035-.146 0-.076-.081-.158-.081-.158' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.927 15.727s-.075.087-.075.163c0 .076.034.14.034.14a.084.084 0 0 0-.08-.053.08.08 0 0 0-.082.082l.012.04.029.06c.006-.024.029-.036.058-.036.032 0 .058.026.058.059a.045.045 0 0 1 0 .017h-.07v.058h.058l-.046.088.058-.023.046.052.046-.058.058.029-.04-.088h.057V16.2h-.063v-.017c0-.032.026-.059.057-.059.024 0 .04.012.052.035l.03-.058.01-.04a.082.082 0 0 0-.08-.083c-.04 0-.07.024-.081.059 0 0 .035-.07.035-.146 0-.076-.081-.158-.081-.158v-.005Z' stroke='%23000' stroke-width='0.03' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.811 16.252h.237v-.06h-.237v.06Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M7.811 16.252h.237v-.06h-.237v.06Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.736 13.032h-.018a.077.077 0 0 1-.017.023.035.035 0 0 1-.046 0 .03.03 0 0 1-.006-.023.029.029 0 0 1-.029 0c-.017-.006-.017-.03-.006-.041v-.03h-.017l-.006.012a.03.03 0 0 1-.04.012v-.012h-.018c-.028.012-.04-.058-.04-.07l-.012.012s.012.04.006.07c0 .035-.017.07-.017.07.061.02.118.052.167.093.05.037.094.083.128.135l.07-.03c.034-.011.074-.011.074-.011l.012-.012c-.018 0-.087.006-.087-.023v-.012h-.011c-.012-.012-.012-.023 0-.04l.011-.007v-.017h-.017l-.012.006a.027.027 0 0 1-.046 0 .024.024 0 0 1-.006-.024.036.036 0 0 1-.029 0c-.011-.011-.017-.029 0-.046l.012-.018v-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.736 13.032h-.018a.077.077 0 0 1-.017.023.035.035 0 0 1-.046 0 .03.03 0 0 1-.006-.023.029.029 0 0 1-.029 0c-.017-.006-.017-.03-.006-.041v-.03h-.017l-.006.012a.03.03 0 0 1-.04.012v-.012h-.018c-.028.012-.04-.058-.04-.07l-.012.012s.012.04.006.07c0 .035-.017.07-.017.07.061.02.118.052.167.093.05.037.094.083.128.135l.07-.03c.034-.011.074-.011.074-.011l.012-.012c-.018 0-.087.006-.087-.023v-.012h-.011c-.012-.012-.012-.023 0-.04l.011-.007v-.017h-.017l-.012.006a.027.027 0 0 1-.046 0 .024.024 0 0 1-.006-.024.036.036 0 0 1-.029 0c-.011-.011-.017-.029 0-.046l.012-.018v-.017Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.61 13.067h.011v.017h-.006c-.006 0-.006-.012 0-.012' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.61 13.067h.011v.017h-.006c-.006 0-.006-.012 0-.012l-.006-.005Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.661 13.113-.017-.011v-.012h.006l.023.018.017.011v.012H9.68l-.018-.018Z' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.661 13.113-.017-.011v-.012h.006l.023.018.017.011v.012H9.68l-.018-.018' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.563 13.049-.012-.012s-.005 0 0-.006l.018.006.017.006v.012H9.58l-.017-.006' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.563 13.049-.012-.012s-.005 0 0-.006l.018.006.017.006v.012H9.58l-.017-.006' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.511 13.008h.012v.012H9.51s-.006-.006 0-.012' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.511 13.008h.012v.012H9.51s-.006-.006 0-.012Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.719 13.154v-.012H9.7l.006.012h.012Z' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.719 13.154v-.012H9.7l.006.012h.012Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.754 13.195.011.012h.006c.006 0 0-.006 0-.012l-.012-.012-.011-.011h-.006v.011l.012.012' fill='%23000'%3E%3C/path%3E%3Cpath d='m9.754 13.195.011.012h.006c.006 0 0-.006 0-.012l-.012-.012-.011-.011h-.006v.011l.012.012' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.806 13.242v-.018h-.018v.012h.018' fill='%23000'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.806 13.242v-.018h-.018v.012h.018v.006Z' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.655 12.897H9.62l-.005.053v.006h.011l.04-.03-.017-.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.655 12.897H9.62l-.005.053v.006h.011l.04-.03-.017-.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.563 12.927v.03l.052.005h.006v-.012l-.03-.04-.028.017Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.563 12.927v.03l.052.005h.006v-.012l-.03-.04-.028.017' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.667 12.985-.023.018-.035-.041v-.006h.063v.029' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.667 12.985-.023.018-.035-.041v-.006h.063v.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.603 12.95a.018.018 0 0 1 .023 0 .019.019 0 0 1 0 .018.018.018 0 0 1-.017 0 .018.018 0 0 1-.006-.018' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.603 12.95a.018.018 0 0 1 .023 0 .019.019 0 0 1 0 .018.018.018 0 0 1-.017 0 .018.018 0 0 1-.006-.018Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.482 12.897-.012-.04-.023-.024s.023-.011.047.006c.023.018 0 .053 0 .053l-.012.005' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m9.482 12.897-.012-.04-.023-.024s.023-.011.047.006c.023.018 0 .053 0 .053l-.012.005Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.54 12.915-.023.024-.035-.036v-.011h.058v.023Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.54 12.915-.023.024-.035-.036v-.011h.058v.023' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.476 12.892.017-.006v.018c0 .011-.006.011-.012.011l-.005-.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='m9.476 12.892.017-.006v.018c0 .011-.006.011-.012.011l-.005-.017v-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.777 12.98h-.029l-.017.04v.012h.011l.047-.024-.012-.029Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.777 12.98h-.029l-.017.04v.012h.011l.047-.024-.012-.029' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.684 12.996v.03l.046.011h.006v-.012l-.023-.04-.029.011Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='M9.684 12.996v.03l.046.011h.006v-.012l-.023-.04-.029.011' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.782 13.066-.029.012-.023-.04v-.012h.006l.052.011-.006.03Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.782 13.066-.029.012-.023-.04v-.012h.006l.052.011-.006.03' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.719 13.02h.023a.018.018 0 0 1 0 .024.018.018 0 0 1-.018 0 .018.018 0 0 1 0-.024' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.719 13.02h.023a.018.018 0 0 1 0 .024.018.018 0 0 1-.018 0 .018.018 0 0 1 0-.024H9.72Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.886 13.084.006.03-.046.017h-.012v-.012l.024-.046.028.011Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.886 13.084.006.03-.046.017h-.012v-.012l.024-.046.028.011' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.875 13.171-.03.006-.016-.046v-.006h.011l.046.017-.005.03' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.875 13.171-.03.006-.016-.046v-.006h.011l.046.017-.005.03' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.794 13.084-.011.03.052.017h.005v-.006l-.017-.047-.029.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.794 13.084-.011.03.052.017h.005v-.006l-.017-.047-.029.006' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.847 13.137a.019.019 0 0 0 0-.018.018.018 0 0 0-.024 0 .019.019 0 0 0 0 .018.017.017 0 0 0 .024 0' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.847 13.137a.019.019 0 0 0 0-.018.018.018 0 0 0-.024 0 .019.019 0 0 0 0 .018.017.017 0 0 0 .024 0Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.921 13.242h.046l.03.017s.005-.023-.018-.04c-.017-.018-.046.011-.046.011l-.012.012' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M9.921 13.242h.046l.03.017s.005-.023-.018-.04c-.017-.018-.046.011-.046.011l-.012.012Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.892 13.19-.018.028.047.03v-.006h.011l-.006-.059-.034.006Z' fill='%23C8B100'%3E%3C/path%3E%3Cpath d='m9.892 13.19-.018.028.047.03v-.006h.011l-.006-.059-.034.006' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.933 13.242s.006-.006 0-.012h-.017c-.012 0-.012.006-.006.012h.017' fill='%23C8B100'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M12.13 11.964V12h-.139v-.035h.058v-.075h-.04v-.03h.034v-.035h.035v.035h.035v.035h-.035v.07h.058-.006Z' stroke='%23000' stroke-width='0.03'%3E%3C/path%3E%3Cpath d='M3.7 12.664v-.07' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath d='M3.47 12.635v-.012' stroke='%23000' stroke-width='0.02'%3E%3C/path%3E%3Cpath d='M11.991 12.664V12.6' stroke='%23000' stroke-width='0.01'%3E%3C/path%3E%3Cpath d='M11.76 12.635v-.012' stroke='%23000' stroke-width='0.02'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

[dir="ltr"] .lt-dropdown a[data-url*="/hc/change_language/fr"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 28 28' fill='currentColor' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='css-1drbgwq'%3E%3Cmask id='FR_svg__a' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28' style='mask-type: alpha;'%3E%3Ccircle cx='14' cy='14' r='13.5' fill='%23D9D9D9' stroke='%23000'%3E%3C/circle%3E%3C/mask%3E%3Cg mask='url(%23FR_svg__a)'%3E%3Cpath stroke='%23000' d='M-.5.5h30v27h-30z'%3E%3C/path%3E%3Crect x='-1' width='31' height='28' rx='4' fill='%23D8D8D8'%3E%3C/rect%3E%3Cmask id='FR_svg__b' maskUnits='userSpaceOnUse' x='-1' y='0' width='31' height='28' style='mask-type: luminance;'%3E%3Crect x='-1' width='31' height='28' rx='4' fill='%23fff'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23FR_svg__b)'%3E%3Cpath d='M-1 0h31v28H-1V0Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M-1 0H9.332v28H-1V0Z' fill='%2300267F'%3E%3C/path%3E%3Cpath d='M19.668 0H30v28H19.668V0Z' fill='%23F31830'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}