/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --hr: 2px solid var(--text-color);
  --cover-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
  --cover-shadow-small: 0 4px 8px rgba(0, 0, 0, 0.1);
}

:root {
  --ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-back: cubic-bezier(0.35, 1.47, 0.64, 1);
  scroll-behavior: smooth;
}

:root {
  --neutral-0: #ffffff;
  --neutral-100: #f4f4f4;
  --neutral-200: #e0e0e0;
  --neutral-300: #c6c6c6;
  --neutral-400: #a8a8a8;
  --neutral-500: #8d8d8d;
  --neutral-600: #6f6f6f;
  --neutral-700: #525252;
  --neutral-1000: #161616;
  --orange: #d93e00;
  --blue: #2f6fed;

  --background-color: var(--neutral-0);
  --text-color: var(--neutral-1000);
  --link-color: var(--text-color);
  --border-light-color: var(--neutral-500);
}

body {
  background: #ffffff;
  background: var(--background-color);
  color: #161616;
  color: var(--text-color);
}

a {
  color: #161616;
  color: var(--link-color);
}

header a {
  color: #d93e00;
  color: var(--orange);
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
  }

.deadline,
.activity-dates {
  color: #d93e00;
  color: var(--orange);
}

blockquote {
  color: #d93e00;
  color: var(--orange);
}

blockquote cite {
    color: #161616;
    color: var(--text-color);
  }

.external-url {
  color: #2f6fed;
  color: var(--blue);
}

@font-face {
  font-family: "Everett";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/Everett-Regular-web-19e3ec79.woff2") format("woff2"),
    url("/assets/Everett-Regular-web-dad98917.woff") format("woff"),
    url("/assets/Everett-Regular-web-58393553.ttf") format("truetype");
}

@font-face {
  font-family: "Everett";
  font-style: normal;
  font-weight: 500;
  src:
    url("/assets/Everett-Medium-web-f519c5af.woff2") format("woff2"),
    url("/assets/Everett-Medium-web-701647d9.woff") format("woff"),
    url("/assets/Everett-Medium-web-487ed33c.ttf") format("truetype");
}

@font-face {
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/Neue-Haas-Unica-Regular-3e9102c7.woff2") format("woff2"),
    url("/assets/Neue-Haas-Unica-Regular-793dbbf3.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica";
  font-style: italic;
  font-weight: 400;
  src:
    url("/assets/Neue-Haas-Unica-Italic-6b1ee335.woff2") format("woff2"),
    url("/assets/Neue-Haas-Unica-Italic-51e104aa.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 500;
  src:
    url("/assets/Neue-Haas-Unica-Medium-476edef8.woff2") format("woff2"),
    url("/assets/Neue-Haas-Unica-Medium-fec7c692.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica";
  font-style: italic;
  font-weight: 500;
  src:
    url("/assets/Neue-Haas-Unica-MediumItalic-37c42114.woff2") format("woff2"),
    url("/assets/Neue-Haas-Unica-MediumItalic-63e0569c.woff") format("woff");
}

:root {
  --columns: 16;
  --gutter: 2rem;
  --outer-padding: 2rem;
}

@media screen and (max-width: 1200px) {

:root {
    //--columns: 9;
    //--gutter: 1.5rem;
    //--outer-padding: 1.5rem;
}
  }

@media screen and (max-width: 767px) {

:root {
    --columns: 4;
    --outer-padding: 1rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));

  /* @mixin grid-limit 1440; */
}

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 4rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -2rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 2rem,
    rgba(255, 0, 255, 0.05) 2rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(6.25% + 0.125rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -2rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

.grid-overlay--active.grid-overlay--left {
    left: 2rem;
    left: var(--outer-padding);
    margin-left: 0px;
  }

/* ---- Mixins ------------------------------------------------------------- */

/* ---- Definitions -------------------------------------------------------- */

:root {
  --content-width: 100%;

  --font-sans: "Neue Haas Unica", Helvetica, Arial, sans-serif;
  --font-display: Everett, var(--font-sans);

  --font-heading-1: 400 4rem/1.1 var(--font-display);
  --font-heading-2: 500 2.5rem/1.1 var(--font-display);
  --font-heading-3: 500 2rem/1.2 var(--font-display);
  --font-heading-4: 500 1.5rem/1.2 var(--font-display);
  --font-heading-5: 500 1.25rem/1.2 var(--font-display);
  --font-heading-6: 500 1.125rem/1.3 var(--font-sans);

  --font-nav: 500 1.25rem/1.2 var(--font-display);

  --font-medium: 400 1.25rem/1.3 var(--font-sans);
  --font-normal: 400 1.125rem/1.3 var(--font-sans);
  --font-small: 400 0.875rem/1.3 var(--font-sans);
}

@media screen and (max-width: 767px) {

:root {
    --font-heading-1: 400 2.5rem/1.1 var(--font-display);
    --font-heading-2: 500 2rem/1.1 var(--font-display);
    --font-heading-5: 500 1.5rem/1.2 var(--font-display);
    --font-nav: 500 1.5rem/1.2 var(--font-display);
    --font-medium: 400 1.5rem/1.3 var(--font-sans);
    --font-small: 400 1rem/1.3 var(--font-sans);
    /* --font-nav: 500 1rem/1.2 var(--font-display); */
}
  }

/* ---- Font scale --------------------------------------------------------- */

html {
  --font-scale-coeff: calc((var(--font-scale-to) - var(--font-scale-from))/(var(--font-scale-end)/100 - var(--font-scale-start)/100));
  font-size: calc(0.625rem + 0.4166666667vw);
  font-size: calc((var(--font-scale-from) - (var(--font-scale-start)/100)*var(--font-scale-coeff))/16*1rem + var(--font-scale-coeff)*1vw);
  --font-scale-from: 16;
  --font-scale-to: 18;
  --font-scale-start: 1440;
  --font-scale-end: 1920;
}

@media screen and (max-width: 1440px) {

html {
    --font-scale-from: 14;
    --font-scale-to: 16;
    --font-scale-start: 767;
    --font-scale-end: 1440;
}
  }

@media screen and (max-width: 767px) {

html {
    --font-scale-from: 12;
    --font-scale-to: 16;
    --font-scale-start: 1;
    --font-scale-end: 767;
}
  }

body {
  font-family: "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font-family: var(--font-sans);
  font-size: 100%;
}

/* ---- Rules -------------------------------------------------------------- */

b,
strong,
th {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
fieldset {
  margin: 1.125rem 0rem;
}

h1:first-child {
    margin-top: 0px;
  }

h5:first-child {
    margin-top: 0px;
  }

h6:first-child {
    margin-top: 0px;
  }

p:first-child {
    margin-top: 0px;
  }

fieldset:first-child {
    margin-top: 0px;
  }

h1:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

fieldset:last-child {
    margin-bottom: 0px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figcaption,
blockquote,
label {
  width: 100%;
  width: var(--content-width);
  max-width: 80ch;
}

ul,
ol,
blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul:first-child {
    margin-top: 0px;
  }

ol:first-child {
    margin-top: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

main {
  font: 400 1.125rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
}

h1 {
  font: 500 2.5rem/1.1 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-heading-2);
}

.template-news_item h1,.activity h1 {
    width: 100%;
    font: 400 4rem/1.1 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-1);
  }

h2 {
  font: 500 2rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-heading-3);
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h2:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3 {
  font: 500 1.5rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-heading-4);
  margin-top: 3rem;
  margin-bottom: 2rem;
}

h3:first-child {
    margin-top: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

h4 {
  font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-heading-5);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4:first-child {
    margin-top: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5 {
  font: 400 1.125rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
  font-weight: 500;
}

h6 {
  font: 400 1.125rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
}

input,
textarea,
button {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

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

blockquote {
  font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
  margin: 2rem 0rem;
}

blockquote:first-child {
    margin-top: 0px;
  }

blockquote:last-child {
    margin-bottom: 0px;
  }

blockquote p:last-of-type {
    margin-bottom: 0rem;
  }

blockquote cite {
    display: block;
    margin-top: 0.5rem;
    font: 400 1.125rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-normal);
  }

figcaption {
  margin-top: 0.5rem;
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.content-page > .activity-dates {
    font: 500 2.5rem/1.1 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-2);
    margin-bottom: 0.5rem;
  }

.content-page > .deadline,.content-page > .location {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
  }

.content-page > .excerpt {
    font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-medium);
  }

header nav,
header .logo,
.attachments,
.pagination,
ul.nav-list {
  font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-nav);
}

header .locales {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

nav.subnav {
  font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-nav);
}

@media screen and (max-width: 767px) {
    nav.subnav.expandable {
      font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
      font: var(--font-small);
    }
  }

nav.subnav .subnav-toggle {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-nav);
  }

.anchors {
  font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
}

footer {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

footer .site-name,footer .links {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-nav);
  }

.featured-article {
  font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
}

.featured-article h1 {
    font: 500 2.5rem/1.1 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-2);
  }

.external-news {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.index .item,
.page-grid .article {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.index .item .activity-dates,.page-grid .article .activity-dates,.index .item .deadline,.page-grid .article .deadline {
    font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-medium);
  }

.index .item h2,.page-grid .article h2,.index .item h3,.page-grid .article h3 {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
  }

.featured-article .date,.content-page .date {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
  }

.page-grid .date {
    font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-small);
  }

.employees {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.employees .name {
    font-weight: 500;
  }

.focus-collection-category,
.book-carousel {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.focus-collection-category h2,.book-carousel h2 {
    font: 500 1.5rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-4);
  }

.focus-collection-category .author,.book-carousel .author {
    font-weight: 500;
  }

.backlist {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.backlist h2 {
    font: 500 1.5rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-4);
    margin: 0rem;
  }

.backlist h3 {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
    margin: 0rem;
    margin-bottom: 1rem;
  }

.show-book .authors {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-nav);
  }

.show-book h1 {
    margin-bottom: 0rem;
  }

.show-book h2 {
    font: 500 1.5rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-4);
    margin: 0rem;
  }

.show-book .metadata {
    font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-small);
  }

.show-book .author-info {
    font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-small);
  }

.show-book .author-info h3 {
      font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
      font: var(--font-small);
      font-weight: 500;
      margin: 0rem;
    }

.show-book .author-info h3 + p {
      margin-top: 0rem;
    }

.show-book .author-info .attachments {
      font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
      font: var(--font-small);
      font-weight: 500;
    }

.search-results {
  font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-small);
}

.search-results h2 {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
    margin: 0rem;
    margin-bottom: 0.5rem;
  }

.expandable-toggle {
  font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-heading-5);
}

.key-figures-grid {
  font: 400 1.25rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
}

.key-figures-grid h3 {
    font: 500 1.25rem/1.2 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-5);
    margin-bottom: 1rem;
  }

.key-figures-grid .figure {
    font: 400 4rem/1.1 Everett, "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-heading-1);
  }

ul.anchors {
  list-style-type: none;
  margin: 2rem 0rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

ul.anchors a {
    display: block;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2214%22 viewBox%3D%220 0 14 14%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M9.267 1.831H6.745l4.133 4.253H3.562V0h-1.88v7.966h9.196l-4.133 4.253h2.522L14 7.025 9.267 1.831z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") left 0rem bottom 50%
      no-repeat;
    background-size: 0.875rem;
    padding-left: 1.5rem;
  }

ul.anchors a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

:root {
  --attachments-border: var(--border-light-color);
}

ul.attachments {
  width: 100%;
  max-width: 100%;
  list-style-type: none;
  padding: 0rem;
  margin: 4rem 0;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--attachments-border);
}

ul.attachments:first-child {
    margin-top: 0px;
  }

ul.attachments:last-child {
    margin-bottom: 0px;
  }

ul.attachments li {
    border-bottom: 1px solid #8d8d8d;
    border-bottom: 1px solid var(--attachments-border);
  }

ul.attachments a {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cg clip-path%3D%22url(%23o0u46ni99a)%22%3E        %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22m7.936 9.044 4.263-4.143v2.532l-5.194 4.733-5.204-4.733V4.901l4.263 4.143V.98h1.872v8.065zm4.263 4.754H1.8v-1.632H12.2v1.632z%22 fill%3D%22%23161616%22%2F%3E    %3C%2Fg%3E    %3Cdefs%3E        %3CclipPath id%3D%22o0u46ni99a%22%3E            %3Cpath fill%3D%22%23fff%22 transform%3D%22translate(0 .979)%22 d%3D%22M0 0h14v14H0z%22%2F%3E        %3C%2FclipPath%3E    %3C%2Fdefs%3E%3C%2Fsvg%3E") left 0rem bottom 50%
      no-repeat;
    background-size: 0.875rem;
    display: block;
    padding: 1rem 0rem 1rem 2rem;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

ul.attachments a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

ul.attachments.small {
    margin: 2rem 0;
  }

ul.attachments.small:first-child {
    margin-top: 0px;
  }

ul.attachments.small:last-child {
    margin-bottom: 0px;
  }

ul.attachments.small a {
      background-position: right 0rem bottom 50%;
      background-size: 0.625rem;
      padding: 0.5rem 1rem 0.5rem 0rem;
    }

.backlist {
  margin: 4rem 0rem;
}

.backlist:first-child {
    margin-top: 0px;
  }

.backlist:last-child {
    margin-bottom: 0px;
  }

.backlist {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
}

.backlist .book {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    grid-row-gap: 1rem;
    --content-width: 100%;

    width: 100%;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #8d8d8d;
    border-bottom: 1px solid var(--border-light-color);
    padding: 2rem 0rem;
  }

@media screen and (max-width: 767px) {

.backlist .book {
      grid-template-columns: repeat(16, 1fr);
      grid-template-columns: repeat(var(--columns), 1fr);
  }
    }

.backlist .cover {
    grid-column: 1 / span 2;
  }

@media screen and (max-width: 1200px) {

.backlist .cover {
      grid-column: 1 / span 3;
  }
    }

@media screen and (max-width: 767px) {

.backlist .cover {
      grid-column: 1 / span 2;
  }
    }

.backlist .cover img {
      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
      filter: drop-shadow(var(--cover-shadow-small));
    }

.backlist .content {
    grid-column: 4 / span 9;
  }

@media screen and (max-width: 767px) {

.backlist .content {
      grid-column: 1 / span 4;
  }
    }

.backlist .metadata {
    margin-bottom: 0.5rem;
    display: flex;
    gap: 1rem;
  }

.backlist .short_description {
    margin-top: 1rem;
  }

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

img {
  display: block;
}

figure.image {
  margin: 0px;
}

figure.image img {
    width: 100%;
    height: auto;
  }

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

.external-url .url {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%2213%22 viewBox%3D%220 0 12 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22m4.023 1.674-1.518 1.51h5.198L1.647 9.238l1.14 1.14 6.057-6.064v5.207l1.51-1.518v-6.33H4.022z%22 fill%3D%22%232F6FED%22%2F%3E%3C%2Fsvg%3E") right 0rem
      bottom 50% no-repeat;
    background-size: 0.75rem;
    padding-right: 1rem;
  }

.show-book .book {
    grid-column: 5 / span 8;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    align-content: start;
  }

@media screen and (max-width: 767px) {

.show-book .book {
      grid-column: 1 / span 4;
      margin-bottom: 4rem;
      grid-template-columns: repeat(4, 1fr);
  }
    }

.show-book .book > * {
      grid-column: 1 / span 8;
    }

@media screen and (max-width: 767px) {

.show-book .book > * {
        grid-column: 1 / span 4;
    }
      }

.show-book .norla-selected {
    padding-left: 24px;
    background: url("data:image/svg+xml,%3Csvg width%3D%2232%22 height%3D%2232%22 viewBox%3D%220 0 32 32%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect width%3D%2232%22 height%3D%2232%22 rx%3D%2216%22 fill%3D%22%23D93E00%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.71436 8.09516L11.3777 6.54492L21.3199 23.9053L18.6566 25.4555L8.71436 8.09516Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.5635 22.429C23.6894 22.3695 23.8061 22.2902 23.9254 22.2188C23.9058 22.1989 23.8861 22.1778 23.8586 22.1646C23.7563 22.1976 23.6579 22.2135 23.5687 22.2531C23.5136 22.2783 23.473 22.3378 23.4258 22.3814C23.4717 22.3999 23.532 22.4449 23.5635 22.429Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.7312 22.7118C23.7325 22.6894 23.764 22.6682 23.785 22.6497C23.7889 22.6457 23.8125 22.6576 23.8191 22.6669C23.8401 22.6999 23.8584 22.7356 23.8768 22.77C23.8925 22.7303 23.9083 22.6894 23.9253 22.6497C23.9345 22.6285 23.9463 22.6074 23.9646 22.5796C23.9397 22.495 23.9161 22.4606 23.802 22.4844C23.6604 22.5135 23.6158 22.6113 23.5424 22.6986C23.4558 22.8004 23.4492 22.926 23.5397 23.0225C23.5686 23.0543 23.6276 23.0807 23.6656 23.0728C23.6932 23.0675 23.7207 23.0027 23.726 22.9617C23.7351 22.8784 23.7247 22.7938 23.7312 22.7118Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.1628 23.2686C24.1497 23.3029 24.13 23.3373 24.1261 23.373C24.1195 23.4325 24.1247 23.4933 24.1313 23.5608C24.1811 23.5158 24.231 23.4682 24.2611 23.4087C24.2743 23.3823 24.2507 23.332 24.2323 23.299C24.2231 23.2805 24.1877 23.2778 24.1628 23.2686Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.2721 10.0259C23.2301 10.0761 23.1816 10.1145 23.1475 10.1621C23.1278 10.1911 23.1252 10.2348 23.1226 10.2718C23.1226 10.2771 23.1632 10.2956 23.1816 10.2916C23.2944 10.2705 23.3416 10.1211 23.2721 10.0259Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1516 8.63898C23.0978 8.55436 23.044 8.56097 22.9968 8.6284C22.9837 8.64691 22.9824 8.69715 22.985 8.69715C23.0361 8.7117 23.0886 8.72095 23.1411 8.73021C23.145 8.70509 23.1476 8.67864 23.1516 8.63898Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3083 23.7696C24.307 23.7828 24.3319 23.8053 24.349 23.8106C24.3594 23.8146 24.3791 23.804 24.3883 23.7974V23.0662C24.3804 23.0583 24.3713 23.0477 24.3686 23.0385C24.3568 22.9922 24.3673 22.9419 24.3883 22.897V22.2253C24.3713 22.2148 24.3529 22.191 24.3385 22.1724C24.2611 22.0667 24.1719 22.064 24.1286 22.1817C24.1024 22.2518 24.088 22.2914 24.0093 22.2809C23.9988 22.2795 23.9765 22.3086 23.9726 22.3258C23.9503 22.4329 24.0158 22.499 24.1391 22.4924C24.2047 22.4884 24.2913 22.4514 24.3293 22.4805C24.4172 22.5479 24.2637 22.5598 24.2768 22.6193C24.3122 22.778 24.2139 22.8864 24.1457 23.0094C24.0578 23.1667 24.0736 23.1879 24.2467 23.1998C24.2886 23.2024 24.3621 23.2355 24.3621 23.2553C24.3647 23.3584 24.349 23.4616 24.3372 23.5647C24.3293 23.6361 24.3149 23.7022 24.3083 23.7696Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.0632 21.8366C24.0828 21.789 24.134 21.7268 24.1183 21.6964C24.054 21.5695 23.9714 21.4518 23.8874 21.3236C23.8415 21.2931 23.8022 21.272 23.7642 21.2495C23.7812 21.2918 23.7996 21.3341 23.8166 21.3751C23.8704 21.5007 23.9202 21.6276 23.9792 21.7506C23.9963 21.7837 24.0356 21.8075 24.0632 21.8366Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.418 9.63175C21.4652 9.6463 21.5124 9.66613 21.5609 9.67406C21.5937 9.67935 21.6527 9.65687 21.6606 9.6701C21.717 9.76794 21.7629 9.87106 21.814 9.97287C21.8285 10.0006 21.8494 10.0244 21.8678 10.0496C21.8822 10.0152 21.9137 9.97551 21.9058 9.94907C21.8848 9.88296 21.8455 9.82214 21.8127 9.74281C21.7681 9.50615 21.7681 9.50482 21.5242 9.56168C21.4862 9.56961 21.4534 9.60663 21.418 9.63175Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9598 10.4661C22.9611 10.4317 22.9205 10.396 22.8982 10.3604C22.9008 10.3842 22.9139 10.4146 22.9034 10.4317C22.8864 10.4608 22.8562 10.4833 22.8234 10.515C22.809 10.5679 22.8025 10.6116 22.7959 10.6565C22.8313 10.634 22.8733 10.6182 22.8982 10.5878C22.9297 10.5547 22.9585 10.5084 22.9598 10.4661Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3882 21.6105V21.2852C24.3554 21.268 24.3174 21.2747 24.261 21.3302C24.2282 21.3619 24.1902 21.3897 24.1548 21.4188C24.1849 21.4558 24.2151 21.4941 24.2531 21.5391C24.3318 21.551 24.3712 21.5774 24.3882 21.6105Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6084 22.7823C22.6621 22.8458 22.7736 22.859 22.8602 22.8947C22.8562 22.8405 22.8523 22.7863 22.8471 22.7334C22.8444 22.695 22.8405 22.658 22.8366 22.6197C22.8746 22.6382 22.9113 22.6593 22.9494 22.6765C22.973 22.6871 22.9979 22.6937 23.0228 22.703C23.0254 22.621 23.0517 22.5284 23.0241 22.4584C22.9782 22.3367 22.889 22.4835 22.8195 22.4478C22.8903 22.3169 22.8313 22.2653 22.708 22.2878C22.649 22.2984 22.5992 22.3605 22.5428 22.3936C22.4943 22.4214 22.4418 22.4425 22.3907 22.4676C22.3802 22.4319 22.3789 22.3909 22.3579 22.3632C22.333 22.3301 22.2923 22.309 22.2595 22.2838C22.2425 22.3103 22.211 22.3367 22.211 22.3632C22.2097 22.465 22.2097 22.5562 22.0707 22.5641C22.0444 22.5655 22.0208 22.6117 21.9881 22.6435C21.9749 22.7003 21.95 22.7611 21.9697 22.7955C22.0012 22.8484 22.0628 22.8841 22.1113 22.9277C22.1035 22.8894 22.0799 22.8458 22.089 22.8127C22.1126 22.736 22.1507 22.6633 22.1835 22.5906C22.3054 22.6924 22.4917 22.6461 22.6084 22.7823ZM22.7251 22.6144C22.7264 22.6607 22.7264 22.7083 22.7277 22.7545C22.6871 22.7241 22.6451 22.695 22.6031 22.6646C22.6543 22.6369 22.6897 22.6263 22.7251 22.6144Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7871 10.0167C22.8421 9.96509 22.9025 9.9122 22.9366 9.84609C22.9641 9.79321 22.9562 9.72181 22.9641 9.65967C22.9392 9.70859 22.9143 9.75883 22.8893 9.80775C22.8867 9.81172 22.8828 9.81436 22.871 9.82626C22.8172 9.84345 22.7713 9.86064 22.7241 9.86328C22.5969 9.86989 22.6166 9.98228 22.5851 10.055C22.5759 10.0775 22.5851 10.1092 22.5864 10.137C22.6231 10.1079 22.6572 10.0748 22.6966 10.0497C22.7228 10.0325 22.7648 10.0365 22.7871 10.0167Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.2721 10.0099C23.2721 9.9213 23.2747 9.83932 23.2708 9.75867C23.2695 9.73223 23.2472 9.70711 23.2354 9.68066C23.2078 9.70711 23.1711 9.72826 23.1527 9.76132C23.1173 9.82742 23.1029 9.90543 23.0609 9.96625C23.0268 10.0165 22.9626 10.0456 22.9167 10.0879C22.8891 10.113 22.8695 10.1474 22.8472 10.1778C22.8734 10.1963 22.9009 10.232 22.9245 10.2294C22.9613 10.2254 23.0045 10.2029 23.0281 10.1738C23.0924 10.0892 23.1449 9.99534 23.2721 10.0099Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.0865 21.1241C24.0157 21.0369 23.9947 21.1136 23.9882 21.1506C23.979 21.1982 23.9947 21.2497 24 21.3C24.0708 21.2868 24.1403 21.2722 24.2111 21.259C24.1718 21.2167 24.1324 21.1744 24.0865 21.1241Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3068 19.3192C24.3002 19.3695 24.295 19.4197 24.2819 19.4673C24.2792 19.4766 24.2425 19.4766 24.2215 19.4819C24.2202 19.4343 24.2215 19.388 24.215 19.3417C24.2097 19.3047 24.1992 19.2677 24.1835 19.232C24.1796 19.2227 24.1376 19.2187 24.135 19.2227C24.0983 19.2941 24.0497 19.3655 24.0392 19.4409C24.0327 19.4845 24.076 19.5678 24.1153 19.5823C24.2346 19.6273 24.2425 19.8203 24.3881 19.8256V19.2386C24.3658 19.2214 24.3422 19.2042 24.3199 19.187C24.3146 19.2306 24.312 19.2756 24.3068 19.3192Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3425 19.9962C24.3268 20.0848 24.3123 20.1734 24.311 20.2633C24.311 20.2805 24.3556 20.299 24.3884 20.3135V19.9989C24.3648 19.9962 24.3425 19.9936 24.3425 19.9962Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.1548 10.7863C24.1207 10.8326 24.0892 10.8881 24.0787 10.9436C24.0748 10.9661 24.1259 11.0217 24.1548 11.0243C24.2033 11.0283 24.2781 11.0164 24.2991 10.9833C24.3305 10.9344 24.3594 10.8828 24.3869 10.8313V10.5258C24.3843 10.5298 24.3817 10.5338 24.3791 10.5377C24.3659 10.5536 24.3253 10.5444 24.2977 10.547C24.2964 10.5232 24.2899 10.4968 24.2964 10.4743C24.3017 10.4571 24.32 10.4373 24.3371 10.432C24.3581 10.4254 24.3738 10.4174 24.3856 10.4095V10.2971C24.3738 10.2852 24.3607 10.2733 24.3463 10.2614C24.3305 10.2482 24.3174 10.2323 24.303 10.2191C24.32 10.1384 24.3502 10.1107 24.3843 10.1067V9.94277C24.3594 9.94541 24.3345 9.94806 24.3095 9.9507C24.3017 9.85154 24.2951 9.75106 24.2873 9.65189C24.3253 9.59901 24.3554 9.55405 24.3843 9.51174V9.28301C24.0814 9.25921 24.0145 9.39275 23.9187 9.59901C23.8414 9.76824 23.9148 9.87798 24.0958 9.93351C24.1417 9.94806 24.2007 10.0128 24.2046 10.0591C24.2138 10.1543 24.1784 10.2548 24.1823 10.3513C24.1876 10.4743 24.1666 10.5668 24.0276 10.5906C24.0145 10.5933 24.0066 10.621 23.9974 10.6369C24.0158 10.6462 24.0355 10.662 24.0551 10.6633C24.1155 10.6673 24.1771 10.6581 24.2361 10.6673C24.261 10.6713 24.2794 10.7096 24.3017 10.7321C24.2807 10.7506 24.261 10.7757 24.2374 10.7837C24.2151 10.7916 24.1653 10.7718 24.1548 10.7863ZM24.1482 9.6704C24.1325 9.70742 24.101 9.73783 24.0761 9.77089C24.0722 9.71536 24.0682 9.65983 24.063 9.6043C24.1456 9.57785 24.1758 9.60562 24.1482 9.6704ZM24.2453 9.4615C24.2584 9.45225 24.2728 9.44431 24.2859 9.43506C24.2925 9.46018 24.2991 9.48662 24.3056 9.51174C24.2768 9.50646 24.261 9.48398 24.2453 9.4615Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.7914 20.9948C23.7992 21.0186 23.8281 21.049 23.8478 21.0503C23.8688 21.0516 23.9015 21.0225 23.9094 21C23.9304 20.9379 23.9422 20.8731 23.9645 20.8004C23.8451 20.7766 23.752 20.8771 23.7914 20.9948Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.9517 20.1099C23.9582 20.1337 23.9661 20.1575 23.9805 20.1892C24.0028 20.1707 24.0172 20.1442 24.0317 20.1178C24.0041 20.1152 23.9779 20.1125 23.9517 20.1099Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3056 20.9588C24.3266 20.9998 24.3332 21.0712 24.3607 21.0805C24.3699 21.0831 24.3791 21.0858 24.3869 21.0884V20.4207C24.3607 20.4128 24.3319 20.4088 24.2991 20.4075C24.2873 20.4075 24.2715 20.3665 24.2676 20.3427C24.261 20.3057 24.2637 20.2673 24.2624 20.229C24.2361 20.2621 24.1902 20.2938 24.1876 20.3295C24.1797 20.4194 24.1548 20.5265 24.2833 20.5648C24.3122 20.5728 24.3384 20.586 24.366 20.5979C24.3266 20.6138 24.2873 20.6455 24.2506 20.6428C24.1955 20.6402 24.1443 20.6071 24.0892 20.5979C24.0656 20.5939 24.0381 20.619 24.0132 20.6309C24.0289 20.6495 24.0433 20.6693 24.0591 20.6878C24.1207 20.7552 24.1837 20.8213 24.2532 20.8954C24.2768 20.9205 24.2951 20.9377 24.3056 20.9588Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.2074 21.0166C24.1877 20.9862 24.1588 20.9637 24.1313 20.9399C24.1182 20.9598 24.1064 20.9796 24.0933 21.0008C24.13 21.0074 24.1654 21.0153 24.2074 21.0166Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.6382 23.2316C23.6644 23.2501 23.692 23.2541 23.7182 23.2581C23.7182 23.2514 23.7208 23.2382 23.7195 23.2382C23.692 23.2303 23.6644 23.2237 23.6382 23.2316Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3884 24.3002V24.0225C24.3831 24.0185 24.3766 24.0146 24.3713 24.0093C24.3635 24.0542 24.3517 24.0992 24.3477 24.1441C24.3464 24.1613 24.3609 24.1785 24.3674 24.2116C24.3622 24.2605 24.37 24.2883 24.3884 24.3002Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.5463 21.4534C23.5948 21.4917 23.6433 21.5129 23.6931 21.5354C23.6787 21.4864 23.663 21.4389 23.6525 21.3899C23.642 21.3384 23.6368 21.2855 23.6276 21.2339C23.6249 21.218 23.6158 21.1956 23.6053 21.1929C23.5869 21.1876 23.5594 21.1876 23.5436 21.1982C23.4217 21.2789 23.5161 21.3582 23.5463 21.4534Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.6958 20.0888C23.6984 20.0676 23.663 20.0425 23.6447 20.02C23.6237 20.0557 23.5856 20.0927 23.5869 20.1258C23.5896 20.1694 23.6302 20.2091 23.646 20.2527C23.6578 20.2897 23.6604 20.3307 23.6617 20.3691C23.6617 20.3902 23.6499 20.4114 23.6433 20.4325C23.6669 20.4352 23.6906 20.4391 23.7155 20.4391C23.7837 20.4391 23.8886 20.4087 23.9135 20.4418C23.9738 20.5198 24.004 20.4801 24.0551 20.4339C23.9896 20.373 23.9214 20.2858 23.8414 20.2739C23.7181 20.254 23.684 20.2038 23.6958 20.0888Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.7718 19.3085C23.7155 19.3059 23.6577 19.3019 23.6014 19.3099C23.5712 19.3138 23.5384 19.335 23.52 19.3588C23.5109 19.3694 23.5292 19.4236 23.5437 19.4275C23.7155 19.4778 23.7312 19.5862 23.6722 19.7356C23.663 19.7581 23.6932 19.7977 23.705 19.8295C23.7443 19.8083 23.7915 19.7964 23.8177 19.7647C23.8348 19.7435 23.8217 19.6959 23.8217 19.6457C23.7928 19.5611 23.7653 19.491 23.7391 19.4209C23.7377 19.4196 23.764 19.4051 23.7784 19.4011C23.802 19.3945 23.8295 19.3984 23.8479 19.3865C23.8584 19.3799 23.8597 19.3363 23.8518 19.3323C23.8269 19.3165 23.7981 19.3099 23.7718 19.3085Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.2801 22.2811C23.3877 22.2309 23.49 22.182 23.5883 22.1291C23.6185 22.1132 23.6408 22.0828 23.667 22.059C23.6355 22.0405 23.6054 22.0101 23.5726 22.0075C23.3156 21.9797 23.2723 22.0207 23.2801 22.2811Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.5465 20.955C23.5504 20.988 23.557 21.0211 23.5622 21.0541C23.5872 21.029 23.6252 21.0079 23.6344 20.9774C23.6488 20.9325 23.637 20.8796 23.6462 20.8333C23.654 20.7897 23.6763 20.75 23.6934 20.709C23.6999 20.6932 23.7117 20.68 23.7209 20.6654C23.7065 20.6628 23.6908 20.6548 23.679 20.6588C23.6435 20.6707 23.6108 20.6879 23.5753 20.7196C23.498 20.7976 23.5386 20.8783 23.5465 20.955Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3995 19.7319C23.4008 19.7491 23.4559 19.765 23.486 19.7663C23.511 19.6949 23.5372 19.6394 23.5621 19.5825C23.5215 19.5931 23.4703 19.5918 23.4428 19.6169C23.4139 19.642 23.3982 19.6936 23.3995 19.7319Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3744 19.3075C23.4032 19.3035 23.4268 19.2612 23.4544 19.2401C23.495 19.2097 23.537 19.1608 23.5816 19.1581C23.6786 19.1541 23.7757 19.1846 23.8727 19.1806C23.9514 19.1779 24.093 19.2507 24.0655 19.0589C24.0616 19.0325 24.0917 18.9994 24.1062 18.9704C24.1324 18.9876 24.1704 19.0008 24.1809 19.0246C24.2084 19.0894 24.2334 19.1039 24.2989 19.0616C24.337 19.0365 24.3645 19.0232 24.3868 19.0166V18.7773C24.358 18.7615 24.3291 18.7469 24.3029 18.7271C24.2452 18.6821 24.2163 18.5922 24.1888 18.5182C24.1848 18.5063 24.2688 18.4706 24.2976 18.4349C24.3291 18.3952 24.375 18.3225 24.3606 18.2987C24.3134 18.2233 24.3553 18.1678 24.3868 18.1123V17.9854C24.3802 17.9893 24.3711 17.9933 24.3684 17.9999C24.2884 18.1533 24.0786 18.2352 23.9199 18.1731C23.8963 18.1638 23.8648 18.1691 23.8373 18.1691C23.8465 18.1903 23.8517 18.2154 23.8662 18.2339C23.9291 18.3106 24.0091 18.3767 24.055 18.4627C24.1048 18.5565 24.1796 18.6478 24.1271 18.7773C24.0616 18.94 23.9553 19.0378 23.7835 18.9968C23.5658 18.9452 23.3914 18.9889 23.2511 19.1621C23.2157 19.2057 23.196 19.2612 23.1685 19.3115C23.238 19.3115 23.3075 19.3181 23.3744 19.3075ZM24.3291 18.854C24.3409 18.8884 24.3527 18.9228 24.3645 18.9571C24.3304 18.9505 24.2963 18.9439 24.2609 18.9386C24.274 18.9003 24.3016 18.8778 24.3291 18.854Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1102 7.41992C21.9791 7.50586 22.1063 7.59445 22.1286 7.66717C22.1509 7.73989 22.2597 7.78484 22.3319 7.84037C22.3332 7.84169 22.3542 7.8245 22.3529 7.82054C22.3332 7.7584 22.3188 7.64733 22.2899 7.64337C22.1548 7.62353 22.1522 7.51512 22.1102 7.41992Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2428 8.32935C22.2507 8.35579 22.2966 8.38884 22.3254 8.39017C22.3962 8.39149 22.4775 8.21961 22.4526 8.1178C22.3857 8.11251 22.2271 8.27646 22.2428 8.32935Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7267 12.0276C22.7464 12.0104 22.77 11.9945 22.7857 11.9734C22.8014 11.9509 22.8067 11.9046 22.8237 11.9007C22.9562 11.8755 22.8998 11.8028 22.8867 11.7222C22.8749 11.6508 22.8172 11.5305 22.9732 11.5199C22.9824 11.5186 22.9968 11.5027 22.9968 11.4921C22.9968 11.4815 22.9824 11.4604 22.9772 11.4604C22.9024 11.4749 22.7791 11.4035 22.7778 11.5741C22.7542 11.7063 22.8198 11.8478 22.6965 11.9522C22.6913 11.9575 22.7162 12.0011 22.7267 12.0276Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4644 8.54884C22.3543 8.59644 22.2559 8.55678 22.1549 8.51976C22.1352 8.51315 22.0972 8.55413 22.0684 8.57397C22.1195 8.61627 22.172 8.65858 22.2388 8.69957C22.3254 8.68899 22.3975 8.68503 22.4657 8.66519C22.488 8.65858 22.4998 8.61231 22.5103 8.58058C22.5116 8.57529 22.4749 8.54488 22.4644 8.54884Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3533 12.6807C23.3573 12.6569 23.3599 12.6331 23.3638 12.5934C23.3625 12.5048 23.3848 12.4202 23.3547 12.3621C23.2983 12.2536 23.1802 12.2404 23.0688 12.2589C23.032 12.2655 23.0019 12.3092 22.9678 12.3356C23.0032 12.3607 23.0399 12.4083 23.0727 12.4057C23.2274 12.3885 23.3022 12.4348 23.276 12.604C23.2733 12.6252 23.3258 12.6542 23.3533 12.6807Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.9815 12.7096C24.0261 12.6991 24.0733 12.6938 24.1153 12.6753C24.1547 12.6581 24.3238 12.3553 24.3383 12.3051C24.3461 12.2773 24.3697 12.2535 24.3881 12.2271V11.8978C24.3474 11.9441 24.3802 12.0063 24.3697 12.0591C24.3619 12.0948 24.3461 12.1292 24.3343 12.1636C24.3055 12.1332 24.2635 12.1081 24.2478 12.071C24.2097 11.9798 24.1914 11.8807 24.152 11.7894C24.1114 11.6969 24.0366 11.6929 23.9422 11.7114C23.8753 11.7246 23.8006 11.6969 23.7284 11.6863C23.8792 11.5858 24.013 11.5607 24.1599 11.6572C24.2228 11.6982 24.3238 11.6532 24.3881 11.7022V11.1892C24.3868 11.1892 24.3868 11.1878 24.3868 11.1878C24.2779 11.1429 24.1625 11.1112 24.0471 11.0913C23.9251 11.0702 23.8766 10.9935 23.9343 10.8679C23.975 10.7819 23.996 10.7264 23.8648 10.7132C23.8229 10.7092 23.7835 10.6431 23.7494 10.5995C23.7376 10.5849 23.7507 10.5519 23.752 10.5268C23.7704 10.5294 23.7888 10.5307 23.8058 10.5347C23.9855 10.5757 24.1376 10.3959 24.0851 10.2042C24.0747 10.1671 24.055 10.1235 24.0655 10.0918C24.0983 9.99525 24.0524 9.97806 23.9737 9.98203C23.8583 9.98864 23.7468 9.9979 23.815 9.81544C23.8373 9.75726 23.8215 9.68322 23.8176 9.61711C23.8084 9.47564 23.874 9.38574 23.996 9.32492C24.034 9.30641 24.072 9.27996 24.1009 9.24823C24.1324 9.21518 24.1533 9.17155 24.1783 9.13188C24.1284 9.13849 24.0733 9.13585 24.0288 9.15436C23.9527 9.18609 23.7389 9.14642 23.7337 9.07503C23.7245 8.96926 23.7455 8.85555 23.7783 8.75374C23.8058 8.67045 23.8688 8.59773 23.9789 8.63078C23.9973 8.63607 24.0143 8.65194 24.0314 8.66384C23.9789 8.73391 23.9265 8.80663 23.8727 8.87538C23.8491 8.90447 23.8189 8.92827 23.7901 8.95471C23.8307 8.99041 23.8714 9.0552 23.912 9.0552C24.0432 9.0552 24.173 9.03007 24.3042 9.01685C24.3278 9.01421 24.3527 9.02214 24.3776 9.02611C24.3684 9.04726 24.3619 9.06974 24.3514 9.09089C24.3383 9.11602 24.3212 9.13981 24.3055 9.16361C24.333 9.15965 24.3606 9.15832 24.3868 9.15171V8.84762H24.3842C24.3055 8.85819 24.2281 8.88728 24.1507 8.90579C24.1284 8.91108 24.1048 8.90976 24.0825 8.91108C24.0865 8.89257 24.0904 8.87406 24.0917 8.85555C24.1022 8.76829 24.1088 8.6797 24.1245 8.59244C24.1297 8.56203 24.1547 8.53559 24.1717 8.5065C24.1966 8.52633 24.2228 8.54484 24.2438 8.56732C24.2819 8.60698 24.3094 8.65987 24.354 8.68764C24.3619 8.69292 24.3737 8.69557 24.3868 8.69689V8.46419L24.3855 8.46551C24.2674 8.54088 24.2937 8.37825 24.2307 8.34387C24.1678 8.3095 24.1376 8.2143 24.0917 8.14687C24.0825 8.13365 24.0733 8.11382 24.0602 8.10985C23.9291 8.07415 23.7625 8.24207 23.7901 8.37296C23.7979 8.41263 23.7992 8.46948 23.777 8.49592C23.7022 8.58583 23.6183 8.66912 23.5304 8.74581C23.5015 8.77093 23.4504 8.77093 23.4097 8.78283C23.4032 8.74978 23.3953 8.71804 23.3927 8.68499C23.3901 8.65458 23.4045 8.60566 23.3901 8.59641C23.3507 8.56864 23.2996 8.55674 23.2524 8.53823C23.2484 8.56335 23.234 8.59244 23.2419 8.61359C23.3127 8.80663 23.1383 8.85555 23.0425 8.92959C22.872 9.05784 22.6806 9.15568 22.5009 9.27203C22.4524 9.30376 22.417 9.35533 22.375 9.39896C22.4576 9.38574 22.552 9.39367 22.6216 9.35533C22.7461 9.28525 22.8537 9.18477 22.973 9.10412C23.0097 9.07899 23.0753 9.05123 23.1029 9.0671C23.1671 9.10412 23.217 9.16758 23.2694 9.22311C23.2707 9.22443 23.234 9.276 23.2261 9.27335C23.0675 9.20857 22.9665 9.31831 22.8629 9.4016C22.8393 9.42011 22.6884 9.41218 22.8157 9.50737C22.7907 9.5325 22.7698 9.56555 22.7396 9.58009C22.6635 9.61579 22.577 9.63298 22.5075 9.67793C22.4747 9.69909 22.4694 9.76652 22.4524 9.81412C22.4865 9.80883 22.5258 9.81147 22.5547 9.79561C22.6635 9.73743 22.8117 9.70041 22.8668 9.60786C22.9743 9.4254 23.1409 9.40425 23.3061 9.33946C23.4097 9.29847 23.4845 9.18741 23.575 9.11073C23.5986 9.09089 23.6301 9.08164 23.6589 9.0671C23.6524 9.09222 23.6419 9.11734 23.6379 9.14246C23.6143 9.30773 23.575 9.473 23.6681 9.63034C23.6799 9.65017 23.7009 9.67529 23.697 9.6938C23.6812 9.75991 23.6576 9.82337 23.6366 9.88816C23.617 9.83263 23.6038 9.77313 23.575 9.72289C23.5278 9.63959 23.4793 9.56291 23.5448 9.46771C23.5474 9.46374 23.5186 9.42937 23.5186 9.43069C23.4622 9.46771 23.4032 9.50341 23.3573 9.55101C23.3455 9.56291 23.3796 9.61844 23.3901 9.65413C23.4032 9.69512 23.415 9.73611 23.4255 9.7771C23.4373 9.82866 23.4347 9.88684 23.4596 9.93179C23.4937 9.99657 23.5409 10.0389 23.4674 10.1195C23.436 10.1552 23.4688 10.2518 23.4753 10.3192C23.4753 10.3258 23.5029 10.3284 23.516 10.3337C23.537 10.2703 23.5842 10.2015 23.5711 10.146C23.5514 10.0534 23.5763 10.0362 23.6563 10.0402C23.7219 10.0442 23.7888 10.0376 23.8543 10.0415C23.8845 10.0429 23.9133 10.0587 23.9422 10.068C23.9212 10.0944 23.9055 10.1288 23.8792 10.1486C23.7756 10.2266 23.6773 10.3205 23.5606 10.3707C23.4832 10.4051 23.3704 10.3985 23.2878 10.3694C23.1763 10.3298 23.1802 10.3866 23.1855 10.4567C23.1907 10.5506 23.2196 10.6246 23.3389 10.5929C23.352 10.5889 23.3756 10.5876 23.3822 10.5955C23.4924 10.7277 23.5252 10.6828 23.5186 10.5373C23.5186 10.5254 23.5383 10.5122 23.5501 10.5003C23.5593 10.5149 23.5763 10.5281 23.5776 10.5426C23.5829 10.7264 23.5855 10.9089 23.4347 11.053C23.4373 11.1204 23.4504 11.1878 23.457 11.2553C23.4648 11.3452 23.4425 11.4166 23.335 11.4205C23.2891 11.4219 23.2432 11.4166 23.1986 11.4245C23.1802 11.4285 23.1684 11.4602 23.154 11.48C23.1711 11.4906 23.1881 11.5104 23.2065 11.5118C23.3114 11.5171 23.4163 11.6347 23.5212 11.5131C23.5422 11.4893 23.5593 11.4615 23.5815 11.4391C23.6012 11.4205 23.6261 11.406 23.6484 11.3901C23.6563 11.4153 23.6786 11.4496 23.6694 11.4655C23.6406 11.5157 23.6091 11.5792 23.5619 11.6004C23.4478 11.6519 23.4438 11.722 23.4766 11.8264C23.4897 11.8674 23.457 11.923 23.4438 11.9706C23.4189 11.9362 23.3874 11.9045 23.3691 11.8674C23.352 11.8344 23.3534 11.7921 23.3363 11.759C23.3074 11.7048 23.2694 11.6546 23.234 11.603C23.1776 11.648 23.0766 11.6903 23.0727 11.7405C23.0517 12.0089 22.8576 12.1345 22.6793 12.2786C22.6439 12.3064 22.6084 12.3394 22.5888 12.3791C22.577 12.4016 22.5875 12.4465 22.6058 12.469C22.615 12.4809 22.6661 12.4756 22.6858 12.4611C22.7737 12.395 22.8576 12.3223 22.9429 12.2509C23.0163 12.1914 23.0819 12.112 23.1658 12.0803C23.2117 12.0631 23.3022 12.112 23.3481 12.1557C23.4766 12.2799 23.5881 12.4227 23.7166 12.5483C23.8097 12.6396 23.7533 12.6898 23.6838 12.7361C23.6379 12.7665 23.5802 12.7797 23.5278 12.7996C23.4884 12.8141 23.415 12.822 23.4137 12.8392C23.4071 12.8921 23.4242 12.9503 23.4412 13.0032C23.4438 13.0098 23.5002 13.0111 23.5225 12.9979C23.5763 12.9675 23.6222 12.9212 23.6773 12.8948C23.693 12.8868 23.7324 12.9265 23.7599 12.945C23.7756 12.9556 23.7901 12.9701 23.8058 12.9833C23.8307 12.8974 23.9658 12.8657 23.9068 12.7348C23.8701 12.6528 23.8504 12.5457 23.9815 12.5087C24.0025 12.5034 24.0301 12.5166 24.055 12.5219C24.0484 12.5404 24.0419 12.5576 24.0353 12.5761C24.0117 12.6264 23.9973 12.6687 23.9815 12.7096ZM24.0117 8.32801C24.0288 8.35709 24.0432 8.38883 24.0484 8.42056C24.0497 8.42849 24.0117 8.44304 23.992 8.45361C23.9855 8.41791 23.9789 8.38222 23.9724 8.34652C23.9855 8.32007 24.0078 8.32007 24.0117 8.32801ZM23.5291 9.00495C23.5186 9.01289 23.5029 9.01421 23.4897 9.01685C23.4452 9.02611 23.4006 9.03536 23.3547 9.03801C23.3494 9.03801 23.3402 8.99702 23.3337 8.97454C23.377 8.96397 23.4189 8.95471 23.4622 8.94281C23.4714 8.94017 23.4779 8.93356 23.4858 8.92827C23.537 8.92034 23.5724 8.92827 23.6078 8.93488C23.5815 8.96 23.5566 8.9838 23.5291 9.00495ZM23.8504 10.2782C23.8897 10.2676 23.9147 10.2716 23.9383 10.2756C23.9225 10.3139 23.9107 10.3522 23.891 10.3879C23.8858 10.3959 23.8583 10.3906 23.8412 10.3919C23.8438 10.3536 23.8478 10.3165 23.8504 10.2782ZM24.0261 11.1693C24.1468 11.2619 24.2543 11.3716 24.3671 11.4748C24.2176 11.447 24.0812 11.4073 24.0078 11.2672C24.0025 11.2566 23.9855 11.25 23.9724 11.2447C23.9422 11.2315 23.9107 11.2196 23.8806 11.2064C23.9304 11.1918 24.0012 11.1495 24.0261 11.1693ZM23.6825 10.9075C23.6996 10.9128 23.7311 10.9208 23.7311 10.9247C23.7284 10.9697 23.7206 11.0146 23.714 11.0583C23.6799 11.0543 23.6733 11.0517 23.6733 11.0477C23.676 11.0027 23.6786 10.9551 23.6825 10.9075ZM23.5842 11.8251C23.5632 11.8291 23.5383 11.8172 23.516 11.8119C23.5383 11.7894 23.5448 11.7788 23.5527 11.7762C23.5894 11.7656 23.6274 11.755 23.6655 11.7498C23.672 11.7484 23.6812 11.7762 23.6891 11.7907C23.6537 11.8026 23.6196 11.8185 23.5842 11.8251ZM23.6524 11.3055C23.6065 11.2606 23.5802 11.2169 23.5802 11.172C23.5802 11.1455 23.6235 11.1204 23.6471 11.0953C23.6642 11.1204 23.6786 11.1482 23.6983 11.172C23.7402 11.2249 23.7848 11.2764 23.8268 11.3293C23.8425 11.3491 23.8556 11.3716 23.8688 11.3941C23.8451 11.3941 23.8176 11.4007 23.7979 11.3915C23.7481 11.365 23.7009 11.3346 23.6524 11.3055ZM23.9265 11.8569C23.9671 11.8476 23.9776 11.8383 23.9894 11.8278C24.0012 11.8555 24.0117 11.8846 24.0235 11.9124C23.9724 11.9243 23.9225 11.9402 23.8714 11.9468C23.8556 11.9481 23.8373 11.9256 23.8215 11.915C23.8556 11.8952 23.891 11.8767 23.9265 11.8569ZM23.895 12.4677C23.8871 12.473 23.8648 12.4545 23.8504 12.4465C23.8609 12.4346 23.8714 12.4214 23.8832 12.4095C23.9225 12.3685 23.9632 12.3275 24.0025 12.2866C23.9606 12.2495 23.9173 12.2112 23.8753 12.1742C23.8504 12.1517 23.8255 12.1305 23.8006 12.1094C23.836 12.0975 23.874 12.071 23.9068 12.0763C24.0051 12.0896 24.1035 12.1147 24.2006 12.1345C24.215 12.1914 24.2294 12.2561 24.2097 12.272C24.1101 12.3447 24.0025 12.4056 23.895 12.4677Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6951 8.4539C22.6531 8.44729 22.6256 8.43274 22.5994 8.43671C22.5797 8.43935 22.5613 8.46183 22.543 8.47637C22.5784 8.50017 22.6112 8.53323 22.6492 8.53984C22.6636 8.54248 22.6899 8.48431 22.6951 8.4539Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0275 8.1614C22.0471 8.19975 22.0721 8.23412 22.0957 8.26982C22.1127 8.22222 22.1455 8.17463 22.1442 8.12835C22.1429 8.06621 22.1075 8.02126 22.034 8.09265C22.0262 8.12174 22.0196 8.14554 22.0275 8.1614Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6814 10.207C21.6539 10.2308 21.6276 10.2546 21.6001 10.2943C21.6276 10.3128 21.6552 10.3154 21.6827 10.3181C21.6827 10.2811 21.6814 10.2441 21.6814 10.207Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3765 10.294C22.3922 10.3284 22.4119 10.3615 22.4211 10.3972C22.4447 10.5003 22.4761 10.6034 22.4788 10.7079C22.4814 10.8295 22.5574 10.8242 22.6283 10.807C22.644 10.8031 22.6506 10.7013 22.6361 10.6524C22.6086 10.5585 22.5522 10.4831 22.5955 10.3681C22.6165 10.3099 22.6794 10.1552 22.4919 10.1618C22.4774 10.1618 22.4578 10.1023 22.4473 10.068C22.4381 10.0428 22.4394 10.0137 22.4355 9.9873C22.4211 10.0111 22.3896 10.0389 22.3935 10.06C22.4079 10.1565 22.3765 10.2438 22.2952 10.2769C22.1653 10.3284 22.1771 10.4408 22.1496 10.5373C22.1325 10.5968 22.1286 10.6603 22.126 10.7224C22.1509 10.729 22.1679 10.7383 22.185 10.7436C22.223 10.7528 22.2611 10.7608 22.2991 10.77C22.2991 10.7277 22.3004 10.6854 22.3004 10.6431C22.3004 10.5611 22.2925 10.4791 22.3043 10.3985C22.3083 10.3615 22.3502 10.3284 22.3765 10.294Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8741 8.93103C21.8715 9.13068 21.8728 9.33165 21.8741 9.53129C21.8741 9.5498 21.8911 9.56964 21.9016 9.58815C21.9174 9.56831 21.9331 9.54716 21.9567 9.51939C21.9646 9.49692 21.9593 9.47973 21.9646 9.46651C22.017 9.33297 22.076 9.20604 22.0013 9.05267C21.9803 9.00904 22.0419 8.9231 22.0655 8.85699C22.0918 8.90459 22.1219 8.94954 22.1455 8.99846C22.16 9.02887 22.1613 9.08969 22.1783 9.09366C22.2452 9.11085 22.3173 9.10952 22.3869 9.11613C22.358 9.0844 22.3278 9.05267 22.299 9.01962C22.2964 9.01697 22.2977 9.00904 22.299 9.00507C22.3252 8.79485 22.1547 8.8279 22.0393 8.79088C21.9095 8.7499 21.8754 8.82261 21.8741 8.93103Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5246 8.93641C22.5377 8.95492 22.5889 8.96814 22.6033 8.95756C22.6807 8.89939 22.7568 8.83725 22.8223 8.76585C22.8394 8.74734 22.8197 8.69181 22.8105 8.64686C22.6584 8.64025 22.5679 8.72222 22.5102 8.84518C22.4984 8.86898 22.5076 8.91393 22.5246 8.93641Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7023 11.2819C21.6852 11.3044 21.6839 11.3375 21.6747 11.3652C21.7101 11.3758 21.7495 11.4009 21.7823 11.3943C21.8164 11.3864 21.8662 11.3507 21.8688 11.3216C21.8885 11.1365 22.0498 11.1074 22.1665 11.0268C22.2137 10.9937 22.236 10.925 22.2688 10.8721C22.2229 10.8734 22.177 10.8747 22.1246 10.884C22.0983 10.9064 22.08 10.9342 22.0603 10.9355C21.9685 10.9408 21.8741 10.9289 21.7836 10.9408C21.7377 10.9474 21.6865 10.9858 21.6577 11.0241C21.6367 11.0519 21.6459 11.1048 21.6406 11.1458C21.676 11.1246 21.7101 11.1008 21.7469 11.0836C21.7652 11.0744 21.7875 11.0744 21.8085 11.0704C21.8085 11.1048 21.8216 11.1458 21.8059 11.1709C21.7796 11.2132 21.7324 11.2423 21.7023 11.2819Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5447 10.5246C21.55 10.5629 21.5906 10.596 21.63 10.6317C21.6405 10.5867 21.6379 10.5418 21.6287 10.4981C21.6234 10.4704 21.6064 10.4439 21.5946 10.4175C21.5762 10.4532 21.5408 10.4915 21.5447 10.5246Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7573 7.5866C21.7744 7.59586 21.7927 7.60511 21.8098 7.61437C21.8111 7.59321 21.8111 7.57206 21.8045 7.54297C21.7849 7.55222 21.7704 7.56941 21.7573 7.5866Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4805 8.92862C21.4857 8.97489 21.5054 9.05687 21.5211 9.05819C21.6156 9.06216 21.7231 9.10975 21.8057 8.99869C21.8136 8.96564 21.8175 8.9392 21.8123 8.91407C21.7913 8.80433 21.727 8.75674 21.6142 8.75938C21.4975 8.76335 21.4687 8.83078 21.4805 8.92862Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6655 8.3125C21.6602 8.44868 21.6117 8.38786 21.5593 8.33894C21.5461 8.32704 21.5134 8.3363 21.4897 8.3363C21.5042 8.35745 21.516 8.3839 21.5343 8.39976C21.596 8.45529 21.6576 8.51082 21.7245 8.55842C21.756 8.5809 21.7993 8.58619 21.8373 8.59809C21.8452 8.55974 21.853 8.5214 21.853 8.47513C21.8045 8.4196 21.7665 8.36935 21.7232 8.32308C21.7101 8.31382 21.6838 8.31647 21.6655 8.3125Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2713 21.4531C22.2936 21.424 22.3238 21.3989 22.3369 21.3658C22.3526 21.3314 22.3526 21.2918 22.3592 21.2376C22.3146 21.1966 22.2687 21.1715 22.2241 21.145C22.2294 21.1939 22.2333 21.2429 22.2372 21.2918C22.2385 21.3116 22.2333 21.3328 22.2385 21.3526C22.2477 21.3883 22.2608 21.42 22.2713 21.4531Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9163 21.9968C21.9819 22.1343 22.1826 22.2334 22.3176 22.1806C22.4003 22.1488 22.4226 22.1647 22.4593 22.2361C22.4816 22.281 22.5222 22.363 22.6022 22.2519C22.635 22.2057 22.7727 22.2004 22.8435 22.2268C22.9249 22.2586 23.0022 22.3366 23.0494 22.4146C23.1071 22.5111 23.1819 22.4701 23.237 22.4503C23.3104 22.4238 23.3301 22.3538 23.2671 22.281C23.2212 22.2731 23.1675 22.2771 23.1452 22.2533C23.0547 22.1541 22.9839 22.0483 22.8291 22.0232C22.7294 22.0073 22.7308 21.854 22.8212 21.7905C22.9655 21.69 22.9983 21.6054 22.9314 21.4626C22.8921 21.3767 22.8331 21.2987 22.7819 21.2193C22.7819 21.2193 22.7635 21.226 22.7583 21.2339C22.7334 21.2643 22.7019 21.2921 22.6888 21.3278C22.6665 21.3846 22.656 21.4454 22.6403 21.5036C22.6914 21.5076 22.7426 21.5089 22.7924 21.5168C22.8226 21.5208 22.8514 21.534 22.8803 21.5433C22.8671 21.5737 22.8606 21.6133 22.8383 21.6305C22.8108 21.653 22.7675 21.6543 22.7334 21.6689C22.6901 21.6887 22.6167 21.7099 22.6127 21.7376C22.6009 21.8381 22.4724 21.936 22.597 22.043C22.6153 22.0602 22.6219 22.0906 22.635 22.1158C22.6049 22.1092 22.5694 22.1118 22.5472 22.0959C22.4449 22.0232 22.3478 21.9637 22.214 22.0311C22.1917 22.043 22.1354 21.9875 22.0947 21.9637C22.1314 21.9465 22.1655 21.9241 22.2035 21.9161C22.2429 21.9082 22.2849 21.9122 22.3242 21.9148C22.4042 21.9188 22.4619 21.9174 22.4291 21.8011C22.4121 21.7389 22.4475 21.6649 22.454 21.5948C22.458 21.5525 22.454 21.5102 22.4527 21.4679C22.4134 21.4983 22.3701 21.5248 22.336 21.5618C22.3229 21.575 22.3426 21.6252 22.3308 21.6332C22.2862 21.6609 22.2363 21.6927 22.1865 21.694C22.155 21.6953 22.0986 21.649 22.0934 21.6173C22.0724 21.4996 22.0724 21.378 22.0567 21.2577C22.0501 21.2088 22.0226 21.1638 22.0042 21.1162C21.974 21.1294 21.9216 21.1374 21.9176 21.1559C21.9058 21.2088 21.8901 21.2947 21.9176 21.3172C22.0252 21.4084 21.9517 21.5089 21.9544 21.6054C21.957 21.6808 21.8547 21.7879 22.0134 21.8236C22.0213 21.8249 22.0331 21.8672 22.0265 21.8751C22.0121 21.8923 21.9806 21.8963 21.9662 21.9135C21.9426 21.9386 21.9085 21.9796 21.9163 21.9968Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.6641 18.7336C23.5186 18.6252 23.3769 18.7243 23.2576 18.7719C23.1868 18.801 23.1645 18.9504 23.1278 19.0535C23.154 19.0152 23.2786 19.0364 23.2117 18.9372C23.2405 18.9174 23.2694 18.883 23.2996 18.879C23.4569 18.8631 23.6143 18.8605 23.7717 18.8433C23.8189 18.838 23.9041 18.7891 23.9015 18.7732C23.8805 18.6635 23.8596 18.5445 23.7992 18.4546C23.7612 18.3977 23.7245 18.3594 23.7258 18.2867C23.7271 18.2285 23.7074 18.169 23.6969 18.1108C23.6641 18.1492 23.6314 18.1888 23.5986 18.2272C23.592 18.2351 23.5855 18.2431 23.5776 18.2483C23.4517 18.3211 23.3664 18.4691 23.1894 18.452C23.1592 18.4493 23.1238 18.5022 23.0923 18.5313C23.091 18.5326 23.112 18.5683 23.1212 18.5683C23.2156 18.563 23.3205 18.5776 23.4018 18.5405C23.5618 18.4665 23.6759 18.4943 23.7389 18.6582C23.7468 18.6794 23.7481 18.7164 23.735 18.7283C23.7218 18.7428 23.6799 18.7455 23.6641 18.7336Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0317 10.3896C22.0435 10.3764 22.0448 10.3275 22.0343 10.3209C21.9793 10.2865 21.9176 10.2614 21.8521 10.2402C21.8835 10.2971 21.9202 10.35 21.9635 10.3949C21.9753 10.4068 22.0199 10.4029 22.0317 10.3896Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1659 18.2671C23.1226 18.2433 23.0754 18.2248 23.0295 18.2036C23.0242 18.234 23.019 18.2644 23.0295 18.2962C23.0885 18.3028 23.1318 18.3094 23.1764 18.3173C23.1724 18.2988 23.1751 18.2724 23.1659 18.2671Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8464 7.89699C21.8438 7.91418 21.87 7.95384 21.8805 7.95252C21.9093 7.94988 21.9447 7.9393 21.9618 7.91815C21.9893 7.88245 22.0051 7.83749 22.0182 7.78857C21.9697 7.79122 21.9251 7.79386 21.891 7.8137C21.8674 7.82824 21.8516 7.86658 21.8464 7.89699Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1534 9.76651C22.1258 9.85509 22.135 9.95557 22.1311 10.0521C22.1298 10.0759 22.1337 10.1076 22.1481 10.1235C22.1613 10.138 22.2032 10.1473 22.2124 10.1394C22.2295 10.1222 22.2347 10.0918 22.2373 10.0653C22.2491 9.9569 22.2517 9.84584 22.2727 9.74006C22.278 9.71494 22.3396 9.70172 22.3816 9.67528C22.4091 9.57215 22.3278 9.57215 22.2937 9.59595C22.236 9.63561 22.1744 9.69908 22.1534 9.76651Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8741 10.6617C21.8964 10.6379 21.903 10.6141 21.9095 10.5903H21.8374C21.8453 10.6141 21.8518 10.6379 21.8741 10.6617Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.2848 13.3907C24.2533 13.3775 24.2179 13.3696 24.1851 13.359C24.2244 13.3378 24.2848 13.2902 24.2992 13.3021C24.3346 13.3299 24.3621 13.3326 24.3884 13.3259V13.1157C24.3516 13.1303 24.3084 13.1342 24.2808 13.158C24.1405 13.2731 24.0054 13.396 23.8651 13.511C23.8218 13.5467 23.751 13.5586 23.7221 13.601C23.6448 13.7147 23.5726 13.8337 23.5215 13.9606C23.4887 14.0399 23.5713 14.0888 23.6644 14.0531C23.81 13.9963 23.8428 13.8826 23.8205 13.7385C23.8166 13.7147 23.8244 13.6776 23.8402 13.6657C23.9071 13.6208 23.9766 13.5811 24.0487 13.5441C24.0723 13.5322 24.1208 13.5229 24.1287 13.5348C24.1457 13.5573 24.1457 13.5943 24.147 13.6261C24.147 13.6367 24.1287 13.6552 24.1169 13.6578C23.9438 13.6935 23.9543 13.8575 23.8992 13.9738C23.8939 13.9857 23.9293 14.0307 23.9333 14.0293C23.9897 14.0069 24.0644 13.9936 24.0959 13.95C24.2087 13.7927 24.332 13.634 24.3438 13.4278C24.3425 13.4172 24.307 13.4 24.2848 13.3907Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3885 21.9057V21.6929C24.3793 21.7167 24.3649 21.7418 24.3452 21.7696C24.3347 21.7828 24.3308 21.8119 24.3386 21.8264C24.3531 21.8529 24.3701 21.8819 24.3885 21.9057Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.1562 17.8674C24.1509 17.8595 24.1207 17.8714 24.1011 17.874C24.1142 17.9018 24.126 17.9296 24.147 17.9653C24.1745 17.9719 24.1955 17.9719 24.2152 17.9706C24.1968 17.9362 24.1798 17.8992 24.1562 17.8674Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0984 10.8458C22.105 10.8153 22.1115 10.7836 22.1181 10.7532C22.1194 10.744 22.1181 10.7334 22.1102 10.7241C22.0879 10.7611 22.0735 10.7968 22.0591 10.8339C22.0722 10.8378 22.0853 10.8418 22.0984 10.8458Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.2388 17.3175C24.2139 17.3149 24.1653 17.3519 24.1588 17.3783C24.1509 17.4101 24.1666 17.4616 24.1916 17.4815C24.2099 17.496 24.2584 17.4749 24.2912 17.4643C24.3214 17.455 24.3568 17.4352 24.387 17.4233V16.8257C24.3647 16.8297 24.3398 16.831 24.3371 16.8415C24.3175 16.9063 24.2952 16.9724 24.2952 17.0386C24.2939 17.0928 24.3253 17.1483 24.3358 17.2038C24.3516 17.2805 24.3371 17.3308 24.2388 17.3175Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.8544 14.2106C23.7954 14.3164 23.7495 14.4301 23.6984 14.5557C23.6643 14.5861 23.6315 14.6047 23.5961 14.6166C23.5725 14.6245 23.5449 14.6245 23.52 14.6285C23.5318 14.6536 23.5358 14.688 23.5554 14.6998C23.5908 14.721 23.6433 14.7474 23.6721 14.7355C23.7089 14.7197 23.7325 14.6668 23.7587 14.6285C23.781 14.5954 23.7954 14.5346 23.8203 14.5306C23.9253 14.5147 23.9436 14.45 23.9423 14.3601C23.941 14.2768 23.9908 14.286 24.042 14.3111C24.0708 14.3257 24.0971 14.3508 24.1272 14.3587C24.1482 14.364 24.1757 14.3482 24.1994 14.3415C24.1849 14.327 24.1718 14.3085 24.1548 14.2992C24.0931 14.2649 24.0328 14.2278 23.9672 14.204C23.9344 14.1908 23.8649 14.1908 23.8544 14.2106Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.1834 14.1574C24.1611 14.1059 24.1349 14.0569 24.1113 14.0054C24.1047 14.0516 24.089 14.0992 24.0969 14.1429C24.1021 14.172 24.1441 14.1931 24.1769 14.209C24.1847 14.1878 24.19 14.1706 24.1834 14.1574Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3101 13.7199C23.3428 13.704 23.3678 13.6789 23.394 13.6551C23.3874 13.6485 23.3809 13.6419 23.3743 13.6353C23.3507 13.6604 23.3271 13.6868 23.3101 13.7199Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6591 20.155C21.6341 20.1907 21.625 20.2383 21.6079 20.2793C21.6735 20.2925 21.7391 20.3084 21.76 20.2026C21.8348 20.1484 21.9082 20.1088 21.9659 20.0532C22.0473 19.9752 22.042 19.8642 21.9909 19.7835C21.9174 19.6672 21.7391 19.6804 21.6761 19.802C21.6525 19.8483 21.6722 19.9157 21.6709 19.9739C21.6984 19.9488 21.7246 19.921 21.7561 19.9012C21.7745 19.8893 21.802 19.8919 21.8256 19.8866C21.823 19.9104 21.8282 19.9408 21.8164 19.958C21.7666 20.0281 21.7063 20.0876 21.6591 20.155Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6899 20.036C22.682 20.0611 22.6925 20.0915 22.6951 20.1193C22.7161 20.1074 22.7489 20.1021 22.7568 20.0836C22.7699 20.0532 22.7673 20.0148 22.7555 19.9805C22.7227 19.999 22.6964 20.0148 22.6899 20.036Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8075 21.4681C21.8796 21.4443 21.8822 21.3795 21.8363 21.3081C21.7603 21.238 21.6999 21.2605 21.6554 21.3266C21.6436 21.3451 21.6567 21.402 21.6763 21.4165C21.7131 21.4456 21.7708 21.48 21.8075 21.4681Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4861 20.3571L21.4258 20.4179C21.4691 20.4457 21.5097 20.4866 21.5569 20.4972C21.5871 20.5038 21.6264 20.4668 21.6618 20.4483C21.6317 20.4152 21.6041 20.3769 21.5674 20.3505C21.5517 20.3399 21.5189 20.3491 21.4861 20.3571Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4047 21.9517C21.3038 21.8684 21.3536 21.7653 21.3497 21.6675H21.3208V22.1567C21.3405 22.121 21.3667 22.0879 21.3838 22.0522C21.3995 22.0218 21.4165 21.9623 21.4047 21.9517Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5385 21.2113C21.5529 21.1875 21.5569 21.1571 21.57 21.132C21.5831 21.1055 21.6015 21.0818 21.6172 21.0553C21.5818 21.0553 21.5385 21.0421 21.5136 21.0566C21.4756 21.0791 21.4441 21.1201 21.4192 21.1584C21.3838 21.2153 21.3588 21.2814 21.3208 21.3356V21.5511C21.3234 21.5498 21.3274 21.5485 21.33 21.5458C21.4126 21.4467 21.4716 21.325 21.5385 21.2113Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3555 19.6962C22.3214 19.6685 22.2873 19.642 22.2546 19.6143C22.2401 19.6381 22.2244 19.6605 22.21 19.6843C22.2349 19.6909 22.2611 19.6989 22.3018 19.7055C22.328 19.7028 22.3411 19.6989 22.3555 19.6962Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5962 20.7831C21.6316 20.6588 21.5083 20.6231 21.4336 20.5663C21.4231 20.5583 21.4008 20.5702 21.389 20.5636C21.3615 20.5491 21.3392 20.5425 21.3208 20.5425V20.8691H21.3536C21.4441 20.873 21.5621 20.9048 21.5962 20.7831Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3838 20.27C21.3628 20.274 21.3418 20.2766 21.3208 20.2806V20.3983L21.3247 20.3943C21.3536 20.3612 21.3654 20.3123 21.3838 20.27Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3638 21.6675C21.4372 21.6675 21.5041 21.6701 21.571 21.6662C21.6011 21.6648 21.6313 21.6503 21.6602 21.6424C21.6392 21.6199 21.6195 21.5935 21.5959 21.5749C21.4726 21.4877 21.4241 21.6027 21.3638 21.6675Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7692 18.0248C21.7102 18.0102 21.6485 17.9917 21.5882 17.9917C21.5515 17.9917 21.5147 18.0234 21.478 18.0406C21.5029 18.0644 21.5292 18.0882 21.562 18.1199C21.6341 18.1133 21.6997 18.1014 21.7626 18.0829C21.7705 18.079 21.7718 18.0248 21.7692 18.0248Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.8813 19.1344C22.8853 19.182 22.8735 19.2428 22.8984 19.2746C22.9233 19.3063 22.9836 19.3076 23.0295 19.3076C23.0151 19.2375 23.0072 19.1794 22.9823 19.1291C22.9771 19.1172 22.9168 19.1318 22.8813 19.1344Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8438 18.3262C21.8516 18.3672 21.8582 18.3923 21.866 18.4187C21.8792 18.4095 21.8923 18.3989 21.9054 18.3896C21.8831 18.3632 21.8634 18.3367 21.8438 18.3262Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9222 18.5103C22.9222 18.4799 22.9235 18.4495 22.9157 18.4111C22.8881 18.4244 22.8698 18.4455 22.8501 18.468C22.8737 18.4812 22.8986 18.4958 22.9222 18.5103Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5356 18.3145C21.5514 18.3594 21.5684 18.4044 21.592 18.4573C21.6301 18.4441 21.6537 18.3237 21.6261 18.3118C21.6012 18.2999 21.5671 18.3118 21.5356 18.3145Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.334 17.8278C21.3733 17.8555 21.4035 17.8754 21.435 17.8939C21.4297 17.8793 21.4258 17.8648 21.4179 17.8516C21.3956 17.8146 21.372 17.7789 21.3484 17.7432C21.3419 17.7696 21.334 17.7947 21.334 17.8278Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6882 19.6087C21.7288 19.5109 21.8154 19.4646 21.9111 19.5109C21.9609 19.5347 22.0449 19.5664 22.0711 19.5439C22.2586 19.38 22.4541 19.6312 22.6377 19.5228C22.6416 19.5201 22.6613 19.532 22.6613 19.5347C22.6272 19.655 22.7308 19.5902 22.7649 19.6167C22.8095 19.651 22.8409 19.7026 22.8777 19.7462C22.8409 19.7634 22.8055 19.7899 22.7675 19.7965C22.6665 19.8137 22.5564 19.8018 22.4659 19.8388C22.3898 19.8705 22.3505 19.9776 22.2377 19.9565C22.2246 19.9538 22.1839 20.0199 22.1826 20.0556C22.1813 20.1006 22.2141 20.1455 22.218 20.1918C22.2219 20.2394 22.2101 20.2896 22.2062 20.3372C22.1668 20.3161 22.1236 20.3002 22.0908 20.2738C22.0173 20.213 21.8311 20.2249 21.8193 20.3029C21.797 20.4509 21.797 20.603 21.7826 20.7537C21.7773 20.8106 21.759 20.8661 21.7472 20.923C21.7341 20.9891 21.7236 21.0552 21.7118 21.1213C21.7642 21.1054 21.818 21.0935 21.8691 21.0737C21.8901 21.0644 21.9032 21.0274 21.9242 21.0234C22.0672 20.993 22.218 20.9269 22.3531 20.9507C22.5603 20.9877 22.7216 20.96 22.799 20.7749C22.82 20.7246 22.7754 20.644 22.7531 20.5805C22.7491 20.5699 22.7019 20.5752 22.6744 20.5726C22.6718 20.6136 22.6836 20.6638 22.6639 20.6955C22.6245 20.759 22.576 20.8502 22.517 20.8635C22.3924 20.8912 22.4777 20.7749 22.4554 20.7273C22.4436 20.7022 22.4423 20.6598 22.4554 20.6374C22.4973 20.5686 22.5367 20.4734 22.5996 20.4496C22.6809 20.4179 22.7806 20.4298 22.8488 20.5369C22.879 20.5832 22.9865 20.5858 23.06 20.5884C23.0796 20.5898 23.1045 20.5171 23.1203 20.4761C23.1321 20.4457 23.1334 20.4113 23.14 20.3795C23.1636 20.4047 23.1885 20.4311 23.2121 20.4721C23.2632 20.5118 23.3157 20.5263 23.3013 20.439C23.2947 20.4007 23.2645 20.3333 23.2475 20.3346C23.1714 20.3399 23.0967 20.3663 23.0193 20.3795C22.9786 20.3862 22.9341 20.3862 22.8921 20.3809C22.74 20.361 22.6114 20.1601 22.4344 20.3187C22.4291 20.3227 22.3911 20.3015 22.3924 20.2976C22.4095 20.2077 22.4068 20.1019 22.4554 20.0345C22.5524 19.9022 22.7229 19.9274 22.8645 19.8943C22.8816 19.8903 22.9091 19.9115 22.9249 19.9274C22.9865 19.9869 23.0416 20.0543 23.1085 20.1072C23.1465 20.1376 23.2016 20.1482 23.2501 20.168C23.258 20.1363 23.2803 20.0953 23.2685 20.0768C23.2449 20.0398 23.2068 20.0054 23.1662 19.9855C23.039 19.9247 22.9196 19.8665 22.9642 19.6841C22.9747 19.6418 22.959 19.5849 22.938 19.5439C22.8986 19.4633 22.8436 19.3892 22.8016 19.3099C22.6993 19.1182 22.7347 19.0058 22.9196 18.9133C22.9655 18.8895 23.0141 18.867 23.0547 18.8366C23.1334 18.7784 23.1531 18.6991 23.035 18.6938C22.9157 18.6885 22.7937 18.7348 22.6757 18.7692C22.6678 18.7718 22.6888 18.867 22.6941 18.9199C22.6967 18.945 22.6967 18.9714 22.6941 18.9966C22.6849 19.0997 22.6744 19.2028 22.6639 19.306C22.66 19.3469 22.6521 19.3879 22.6455 19.4289C22.5905 19.4038 22.5327 19.384 22.4829 19.3496C22.4541 19.3298 22.4423 19.2861 22.42 19.2544C22.4055 19.2319 22.3872 19.2121 22.3714 19.1909C22.3478 19.216 22.298 19.2478 22.3032 19.2676C22.3491 19.458 22.1813 19.417 22.0973 19.4606C22.0777 19.4712 22.037 19.4408 22.0068 19.4289C22.0213 19.4078 22.0318 19.3826 22.0488 19.3641C22.0868 19.3231 22.1327 19.2888 22.1629 19.2425C22.1734 19.2266 22.1537 19.1803 22.1367 19.1579C22.1039 19.1156 22.0632 19.0799 22.0252 19.0415C22.0619 19.0177 22.1026 18.9979 22.1327 18.9688C22.1629 18.9397 22.2075 18.8736 22.2023 18.867C22.1524 18.8141 22.0921 18.7705 22.0318 18.7308C22.0278 18.7282 21.9859 18.7784 21.9649 18.8075C21.9203 18.8696 21.8901 18.9662 21.8311 18.99C21.7367 19.027 21.6226 19.0177 21.5177 19.027C21.5334 18.9331 21.5229 18.822 21.5728 18.7533C21.6173 18.6898 21.7262 18.6713 21.8088 18.6356C21.8652 18.6118 21.9334 18.6065 21.9793 18.5708C22.0593 18.506 22.1327 18.4518 22.2416 18.4968C22.2521 18.5008 22.2718 18.4915 22.2836 18.4822C22.2888 18.4783 22.2901 18.4545 22.2849 18.4518C22.2272 18.4201 22.1708 18.3725 22.1091 18.3659C22.075 18.3619 22.0357 18.4267 21.9964 18.4571C21.957 18.4875 21.9046 18.5457 21.8731 18.5378C21.6882 18.4889 21.5937 18.711 21.4206 18.6806C21.4114 18.6792 21.397 18.6991 21.3892 18.711C21.3669 18.7454 21.3446 18.7797 21.3223 18.8141V19.2213C21.3367 19.2227 21.3498 19.2253 21.3642 19.2279C21.3839 19.2319 21.4128 19.2478 21.4154 19.2623C21.418 19.2822 21.4049 19.3152 21.3878 19.3231C21.3669 19.3337 21.3446 19.343 21.3223 19.3522V20.1363C21.376 20.1244 21.4232 20.1059 21.4521 20.0728C21.561 19.9432 21.6226 19.7687 21.6882 19.6087ZM21.9846 20.7947C21.9465 20.7154 21.9793 20.6003 21.9819 20.5012C22.0068 20.5118 22.0409 20.5157 22.0554 20.5356C22.1052 20.6043 22.1485 20.677 22.1944 20.7484C22.2193 20.7841 22.2285 20.8053 22.239 20.8264C22.1485 20.8172 22.0042 20.837 21.9846 20.7947ZM22.2154 20.6175C22.2285 20.5792 22.2416 20.5409 22.2534 20.5025C22.2888 20.5382 22.3085 20.5594 22.3282 20.5805C22.2914 20.5924 22.2534 20.6043 22.2154 20.6175ZM22.4134 20.3571L22.4449 20.3888C22.4213 20.406 22.399 20.4245 22.3754 20.4417C22.378 20.4033 22.3964 20.3795 22.4134 20.3571ZM21.6383 19.1565C21.7026 19.1486 21.7695 19.1552 21.8337 19.1539C21.9465 19.1526 21.915 19.2055 21.8744 19.261C21.8062 19.3192 21.7577 19.3694 21.7 19.4025C21.6659 19.4223 21.5872 19.4302 21.5806 19.4157C21.5478 19.3496 21.5269 19.2755 21.5164 19.2015C21.5137 19.1922 21.5937 19.1618 21.6383 19.1565Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4139 18.5366C21.3431 18.411 21.4467 18.2259 21.3208 18.1201V18.6318C21.3392 18.6358 21.3562 18.6371 21.368 18.6305C21.3942 18.6146 21.4244 18.5551 21.4139 18.5366Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2756 19.0841C22.2953 19.0762 22.315 19.0696 22.3346 19.0616C22.3871 19.0418 22.4369 19.018 22.4907 19.0008C22.5261 18.9902 22.5655 18.9889 22.6035 18.9836C22.5786 18.9598 22.5471 18.9387 22.5314 18.9096C22.5156 18.8792 22.5077 18.8395 22.5091 18.8051C22.5117 18.7496 22.5445 18.6888 22.53 18.6412C22.5012 18.5407 22.4251 18.5513 22.3058 18.6703C22.2887 18.7086 22.2612 18.7575 22.2717 18.7681C22.3556 18.858 22.3268 18.94 22.2691 19.0259C22.2625 19.0392 22.2743 19.0643 22.2756 19.0841Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.373 25.1684C23.398 25.2001 23.4176 25.2411 23.4504 25.2609C23.4793 25.2794 23.5226 25.2781 23.5593 25.2847C23.5501 25.2437 23.5409 25.2027 23.5239 25.1538C23.4688 25.1538 23.4216 25.1617 23.373 25.1684Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.481 22.4835C21.4928 22.5734 21.6383 22.6223 21.6987 22.5641C21.7787 22.4874 21.8652 22.4134 21.9295 22.3248C21.9544 22.2904 21.9308 22.1688 21.9216 22.1675C21.7288 22.145 21.7026 22.026 21.7183 21.8634C21.721 21.8317 21.6619 21.7946 21.6318 21.7603C21.6016 21.7946 21.5531 21.825 21.5439 21.8647C21.5098 22.022 21.6055 22.1238 21.7105 22.2204C21.7524 22.2587 21.7905 22.301 21.8311 22.3407C21.7629 22.3235 21.6869 22.3182 21.6278 22.2852C21.5872 22.2627 21.5714 22.1979 21.54 22.1569C21.5151 22.1238 21.481 22.0961 21.4521 22.0657C21.4337 22.1133 21.4128 22.1609 21.397 22.2111C21.3892 22.2376 21.3957 22.2693 21.3865 22.2944C21.3839 22.301 21.3354 22.3023 21.3288 22.2931C21.3262 22.2891 21.3249 22.2838 21.3223 22.2799V22.3618C21.3301 22.3632 21.3367 22.3645 21.3446 22.3645C21.456 22.3526 21.4691 22.3922 21.481 22.4835Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.6117 24.4266C23.5907 24.4107 23.5684 24.3962 23.5474 24.3803C23.5881 24.3724 23.613 24.379 23.6392 24.3856C23.6288 24.3988 23.6196 24.4134 23.6117 24.4266ZM23.533 24.1516C23.5579 24.1754 23.5829 24.1992 23.6078 24.223C23.5868 24.2296 23.5514 24.2468 23.5474 24.2415C23.5225 24.2098 23.5055 24.1714 23.4858 24.1357C23.512 24.1304 23.5225 24.141 23.533 24.1516ZM22.5022 24.7069C22.4065 24.5073 22.4314 24.4544 22.6386 24.4279C22.6727 24.424 22.7094 24.4491 22.7461 24.461C22.7199 24.4901 22.6963 24.5231 22.6661 24.5469C22.653 24.5562 22.6216 24.5403 22.6071 24.5509C22.5822 24.5681 22.5652 24.5972 22.5442 24.621C22.5743 24.6329 22.6058 24.6434 22.636 24.6567C22.6871 24.6778 22.7383 24.7003 22.7881 24.7241C22.8052 24.732 22.817 24.7572 22.834 24.7624C22.9573 24.7968 23.0819 24.8233 23.2038 24.8642C23.234 24.8735 23.3363 24.8999 23.2406 24.9661C23.1435 25.0335 23.0386 25.0903 22.9363 25.1498C22.9284 25.1538 22.8996 25.1393 22.8956 25.1287C22.8904 25.1102 22.8891 25.0798 22.9009 25.0679C22.9271 25.0414 22.9638 25.0242 22.9927 24.9991C22.9966 24.9951 22.9835 24.9581 22.977 24.9581C22.7488 24.937 22.6465 25.0308 22.6386 25.2768C22.636 25.3482 22.6268 25.3614 22.5757 25.3045C22.573 25.3019 22.5206 25.3296 22.5179 25.3468C22.514 25.3786 22.514 25.4116 22.5166 25.4434H22.7475C22.7907 25.3799 22.8983 25.3799 22.9415 25.3164C22.9455 25.3111 22.9612 25.3191 22.9704 25.3151C23.0412 25.29 23.112 25.2635 23.1829 25.2371C23.1684 25.3045 23.1553 25.3733 23.1435 25.4434H23.3179C23.3311 25.3786 23.3455 25.3151 23.3245 25.2675C23.2576 25.1155 23.297 25.0348 23.4543 25.0044C23.6261 24.9713 23.8084 25.0414 23.9737 24.9237C24.0209 24.8907 24.1887 24.855 24.1573 25.0427C24.1547 25.0599 24.1651 25.0798 24.1691 25.0983C24.1901 25.089 24.2124 25.0824 24.2307 25.0692C24.2543 25.052 24.2727 25.015 24.2976 25.011C24.3278 25.007 24.3579 25.0084 24.3894 25.0097V24.4293C24.3422 24.3962 24.2937 24.3632 24.2465 24.3301C24.2307 24.3195 24.1992 24.3063 24.1953 24.3116C24.1402 24.379 24.0865 24.4491 24.0366 24.5205C24.0327 24.5258 24.0576 24.5509 24.0694 24.5654C24.072 24.5694 24.076 24.576 24.0799 24.576C24.1153 24.576 24.1507 24.5734 24.1874 24.572C24.1533 24.6025 24.1192 24.6342 24.0851 24.6646C24.0589 24.6884 24.0327 24.7148 24.0051 24.7347C23.9881 24.7466 23.9632 24.7611 23.9461 24.7572C23.9317 24.7532 23.9212 24.7254 23.9147 24.7056C23.8792 24.5919 23.8412 24.4795 23.8137 24.3645C23.8032 24.3222 23.815 24.2746 23.8176 24.2296C23.8569 24.2442 23.8963 24.2574 23.9343 24.2732C23.9671 24.2878 23.9973 24.3063 24.0301 24.3235C24.0274 24.2759 24.0458 24.2071 24.0209 24.182C23.8937 24.0577 23.9881 23.9678 24.076 23.9163C24.2006 23.8435 24.1743 23.7616 24.1258 23.673C24.1074 23.6386 24.0524 23.5937 24.0274 23.6003C23.9842 23.6135 23.9396 23.6571 23.9186 23.6981C23.9002 23.7351 23.9002 23.7959 23.9173 23.833C23.9697 23.9401 23.9133 23.9705 23.8268 23.9929C23.6812 24.0326 23.537 24.0802 23.3901 24.1133C23.314 24.1304 23.2314 24.1238 23.1514 24.1291C23.1212 24.1304 23.0924 24.1344 23.0622 24.1371C23.0674 24.1701 23.0622 24.2256 23.0793 24.2349C23.1514 24.2693 23.2301 24.3103 23.3061 24.3089C23.3966 24.3076 23.3953 24.2904 23.3822 24.3922C23.3796 24.4094 23.3914 24.4332 23.4045 24.4451C23.4701 24.5046 23.5396 24.5602 23.6051 24.6196C23.6274 24.6395 23.6392 24.6699 23.6563 24.695C23.6209 24.7056 23.5842 24.7281 23.5488 24.7267C23.2799 24.7135 23.074 24.5681 22.914 24.3711C22.8248 24.2613 22.7291 24.2666 22.6202 24.2693C22.573 24.2706 22.5258 24.3023 22.4812 24.2957C22.3776 24.2812 22.3396 24.3565 22.337 24.4226C22.333 24.4993 22.3593 24.5879 22.3999 24.654C22.4707 24.7677 22.4668 24.8034 22.337 24.851C22.3147 24.859 22.2898 24.8669 22.274 24.8828C22.2504 24.9066 22.2347 24.937 22.2163 24.9647C22.2517 24.9885 22.2871 25.0295 22.3238 25.0308C22.4065 25.0401 22.5389 24.7862 22.5022 24.7069Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3883 25.0693C24.3752 25.0799 24.3634 25.0905 24.3516 25.1011C24.3254 25.1249 24.3018 25.15 24.2769 25.1751C24.3057 25.2016 24.349 25.2558 24.3621 25.2491C24.3713 25.2452 24.3792 25.2372 24.3883 25.232V25.0693Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3326 23.9932C21.3287 23.9919 21.3247 23.9906 21.3208 23.9893V24.1096C21.3392 24.1016 21.3575 24.0924 21.3772 24.0845C21.3628 24.054 21.3549 24.0012 21.3326 23.9932Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.8769 25.3046C23.9044 25.372 23.9306 25.4157 23.9621 25.4434H24.2795C24.2795 25.4421 24.2782 25.4395 24.2782 25.4381C24.2598 25.4038 24.2126 25.3482 24.2205 25.3403C24.2887 25.261 24.2034 25.2398 24.1746 25.1962C24.1483 25.2266 24.126 25.2676 24.0932 25.2861C24.0578 25.3059 24.0093 25.3165 23.9713 25.3099C23.9529 25.3059 23.9293 25.2464 23.9372 25.2187C23.9477 25.179 23.987 25.1486 24.0067 25.1102C24.0172 25.0904 24.0146 25.0613 24.0185 25.0375C23.9909 25.0375 23.9595 25.0296 23.9385 25.0402C23.8716 25.0759 23.8087 25.1195 23.747 25.1618C23.73 25.1737 23.7208 25.1962 23.709 25.2147C23.7287 25.2279 23.7483 25.2425 23.7693 25.2517C23.8047 25.2715 23.8664 25.2782 23.8769 25.3046Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.541 25.2558C21.6157 25.2439 21.6721 25.2677 21.6603 25.3603C21.6564 25.3881 21.6524 25.4171 21.6472 25.4449H21.7665C21.7705 25.4211 21.7757 25.3986 21.7836 25.3762C21.7941 25.3431 21.8177 25.3114 21.8439 25.2889C21.8531 25.281 21.9016 25.2942 21.9069 25.3087C21.9187 25.3405 21.9213 25.3788 21.9147 25.4119C21.9121 25.4238 21.9082 25.4343 21.9042 25.4449H22.3383C22.3121 25.3484 22.2859 25.2545 22.2492 25.1646C22.236 25.1329 22.1626 25.0932 22.1377 25.1051C22.0498 25.1461 22.0997 25.1937 22.1442 25.24C22.16 25.2558 22.16 25.2876 22.1665 25.3127C22.139 25.3087 22.1075 25.3114 22.0852 25.2981C22.0236 25.2624 21.9698 25.1977 21.9042 25.1858C21.7626 25.1593 21.6367 24.9795 21.4702 25.1302C21.4662 25.1329 21.3928 25.084 21.3902 25.0562C21.381 24.9372 21.3967 24.8169 21.3823 24.6992C21.3757 24.6476 21.3469 24.5987 21.3193 24.5498V25.2241C21.3731 25.2572 21.4479 25.2704 21.541 25.2558Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7903 24.9965C21.81 25.0005 21.8651 24.9304 21.8624 24.9278C21.8047 24.8498 21.7405 24.777 21.6697 24.7109C21.6172 24.8286 21.6801 24.974 21.7903 24.9965Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0566 24.9426C22.0986 24.8487 22.1471 24.7548 22.176 24.657C22.2035 24.5644 22.2861 24.4679 22.1786 24.3661C22.0973 24.3714 21.9714 24.3291 22.0829 24.4745C22.0947 24.4891 22.0632 24.534 22.058 24.5658C22.0357 24.6887 22.016 24.813 21.9976 24.9373C21.9963 24.9492 22.0147 24.9651 22.0239 24.9796C22.0343 24.9664 22.0501 24.9571 22.0566 24.9426Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4059 23.899C21.5699 23.903 21.7364 23.8951 21.899 23.8726C22.0604 23.8501 22.139 23.9308 22.1023 24.0921C22.0944 24.1265 22.1181 24.1688 22.1272 24.2071C22.1744 24.1939 22.2322 24.1912 22.2689 24.1635C22.3541 24.096 22.3987 23.9347 22.5548 24.0577C22.5666 24.067 22.5941 24.059 22.6151 24.059C22.6977 24.059 22.7803 24.0617 22.863 24.0577C22.9312 24.0551 22.9994 24.0498 23.0662 24.0352C23.0951 24.0286 23.1174 23.9942 23.1423 23.9731C23.103 23.9572 23.0662 23.9334 23.0256 23.9268C22.9456 23.9149 22.8643 23.9017 22.7856 23.9083C22.6046 23.9228 22.4617 23.9123 22.5076 23.6624C22.5115 23.6386 22.4367 23.5804 22.3948 23.5751C22.3581 23.5698 22.3148 23.6174 22.2741 23.6425C22.3161 23.6597 22.3581 23.673 22.3974 23.6941C22.4105 23.7007 22.4144 23.7232 22.4223 23.7536C22.3908 23.788 22.3463 23.8316 22.3292 23.8224C22.1482 23.7232 21.9699 23.6849 21.7692 23.7774C21.6617 23.8263 21.5384 23.8541 21.4295 23.7523C21.4033 23.7285 21.36 23.7232 21.3259 23.7087C21.3246 23.7179 21.3233 23.7272 21.3207 23.7364V23.7391C21.3194 23.747 21.3194 23.7562 21.322 23.7629C21.3469 23.8105 21.3771 23.8977 21.4059 23.899Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7625 22.6182C21.7389 22.6433 21.7153 22.6697 21.6917 22.7107C21.672 22.8681 21.7625 22.9527 21.8517 23.0386C21.87 23.0571 21.8989 23.0637 21.9238 23.0756C21.9212 23.0452 21.9264 23.0108 21.9146 22.9831C21.874 22.8892 21.8268 22.7967 21.7848 22.7041C21.7717 22.6763 21.7691 22.6459 21.7625 22.6182Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4898 23.1418C21.5698 23.2066 21.6472 23.274 21.7167 23.3507C21.722 23.356 21.6524 23.4274 21.6236 23.471C21.6092 23.4935 21.6079 23.5252 21.6 23.553C21.621 23.5424 21.642 23.5266 21.6643 23.5213C21.7272 23.5041 21.7469 23.352 21.857 23.4697C21.9016 23.5173 21.9869 23.5266 22.0564 23.5477C22.0852 23.557 22.139 23.5623 22.1456 23.5504C22.1652 23.5147 22.181 23.4644 22.1692 23.43C22.1613 23.4063 22.1049 23.3983 22.0695 23.3864C21.9462 23.3428 21.8216 23.3005 21.6983 23.2529C21.6905 23.2502 21.6839 23.2092 21.6918 23.1973C21.7705 23.0823 21.6564 23.0903 21.6105 23.0823C21.4308 23.0506 21.402 23.0122 21.482 22.8483C21.5187 22.7729 21.5344 22.7121 21.4452 22.683C21.3482 22.6513 21.3403 22.5852 21.3193 22.5059V23.0836C21.322 23.0863 21.3233 23.0889 21.3259 23.0916C21.3233 23.0916 21.322 23.0929 21.3193 23.0929V23.2529C21.3587 23.2397 21.3967 23.2172 21.4295 23.1762C21.4439 23.1577 21.4833 23.1365 21.4898 23.1418Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.9749 7.24385C23.8857 7.35623 23.8018 7.4739 23.7191 7.59157C23.7086 7.60744 23.7126 7.63256 23.71 7.65372C23.7309 7.64446 23.7532 7.63785 23.7729 7.62727C23.786 7.61934 23.8018 7.60744 23.8044 7.59554C23.8398 7.37871 24.026 7.44878 24.1519 7.41705C24.2175 7.40118 24.2752 7.43953 24.2529 7.54927C24.2241 7.69603 24.2555 7.84675 24.1414 7.98426C24.11 8.02128 24.2293 8.18522 24.2791 8.28968C24.2975 8.27513 24.3303 8.26455 24.3342 8.24604C24.3539 8.16671 24.3696 8.08474 24.3867 8.00541V7.25442C24.2765 7.24517 24.165 7.2412 24.0536 7.23591C24.0273 7.23459 23.9867 7.2293 23.9749 7.24385Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8202 24.4653C21.8137 24.505 21.8137 24.5367 21.8176 24.5685C21.8176 24.5724 21.8504 24.5711 21.8675 24.5711C21.8543 24.5328 21.8412 24.4957 21.8202 24.4653Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5619 24.0674C21.4334 24.078 21.4806 24.1745 21.4833 24.2379C21.4846 24.271 21.5305 24.3226 21.5633 24.3292C21.5947 24.3358 21.6708 24.2816 21.6682 24.2776C21.6419 24.2075 21.6052 24.1414 21.5619 24.0674Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9424 24.0209C21.8716 24.0183 21.8073 24.0183 21.7457 24.0315C21.7247 24.0355 21.7089 24.0712 21.6919 24.0923C21.7168 24.1121 21.7378 24.1426 21.7653 24.1492C21.8099 24.1584 21.8571 24.1505 21.9044 24.1518C22.0407 24.1571 22.0237 24.1042 21.9424 24.0209Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1383 22.8641C23.1068 22.8971 23.0845 22.9394 23.0622 22.9804C23.0596 22.9857 23.0793 23.0122 23.0924 23.0148C23.1095 23.0188 23.1409 23.0148 23.1462 23.0042C23.1908 22.9024 23.2314 22.798 23.2734 22.679C23.2498 22.638 23.2262 22.6129 23.2026 22.5864C23.196 22.6327 23.1672 22.6988 23.1882 22.7226C23.2603 22.8112 23.1763 22.8231 23.1383 22.8641Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.8042 23.5054C22.8186 23.4816 22.8331 23.4565 22.8475 23.4327C22.8278 23.4327 22.8068 23.4314 22.7793 23.4393C22.7819 23.4658 22.7937 23.4856 22.8042 23.5054Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3883 6.58936C24.3857 6.59332 24.3228 6.73479 24.3228 6.73479C24.3424 6.74934 24.3647 6.76785 24.3883 6.78504V6.58936Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9693 23.1694C22.9129 23.1906 22.8552 23.2263 22.8001 23.2646C22.7843 23.2752 22.7647 23.3109 22.7699 23.3162C22.7909 23.3426 22.8211 23.3625 22.8473 23.3836C22.8591 23.3664 22.8735 23.3506 22.884 23.3321C22.9115 23.2845 22.9404 23.2342 22.9693 23.1694Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2388 23.2186C22.286 23.1935 22.3359 23.171 22.3831 23.1472C22.3962 23.1935 22.3988 23.245 22.4224 23.2834C22.4578 23.3402 22.5024 23.3971 22.5549 23.4368C22.5719 23.45 22.631 23.4156 22.6651 23.3958C22.6795 23.3865 22.6821 23.3561 22.6887 23.3349C22.6546 23.331 22.6205 23.3283 22.5798 23.3164C22.4224 23.2186 22.551 23.1935 22.6073 23.1498C22.6336 23.1287 22.6585 23.1062 22.6847 23.0851C22.6546 23.0732 22.6257 23.0533 22.5942 23.0494C22.5339 23.0414 22.4395 23.0758 22.5077 22.9502C22.5169 22.9343 22.4801 22.8933 22.4657 22.8643C22.45 22.8881 22.4369 22.9132 22.4198 22.937C22.3936 22.9753 22.3542 23.0467 22.3385 23.0427C22.2165 23.0071 22.1811 23.0784 22.1615 23.1723C22.1562 23.2014 22.1641 23.2331 22.1654 23.2622C22.1916 23.2477 22.2139 23.2318 22.2388 23.2186Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.1403 22.7676C24.1507 22.716 24.1311 22.6592 24.1167 22.5957C24.0353 22.6314 23.8911 22.9024 23.9147 22.9725C23.9278 23.0135 23.9724 23.0439 24.0026 23.0796C24.0222 23.0558 24.0471 23.0347 24.0589 23.0069C24.0891 22.9276 24.1245 22.8482 24.1403 22.7676Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.545 23.7206C23.5634 23.6915 23.5699 23.6532 23.5818 23.6201C23.5398 23.6281 23.4965 23.6294 23.4572 23.6452C23.3444 23.6889 23.2329 23.7378 23.1201 23.792C23.2329 23.9057 23.4506 23.8674 23.545 23.7206Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.0238 23.3137C24.0356 23.2754 24.008 23.2252 23.9975 23.1802C23.9621 23.1987 23.9084 23.2093 23.8952 23.2371C23.8402 23.3613 23.7497 23.3984 23.6225 23.3865C23.549 23.3798 23.469 23.3402 23.4074 23.438C23.389 23.4658 23.292 23.4512 23.2343 23.442C23.2133 23.438 23.1844 23.3904 23.1857 23.364C23.1871 23.3389 23.2238 23.2965 23.2434 23.2965C23.2828 23.2965 23.3221 23.3217 23.3615 23.3362C23.3785 23.3415 23.3956 23.3455 23.4126 23.3494C23.4126 23.3322 23.4166 23.3137 23.4126 23.2979C23.3969 23.2133 23.3798 23.1286 23.3615 23.044C23.3575 23.0242 23.3444 23.0057 23.3339 22.9858C23.313 22.9977 23.288 23.007 23.271 23.0229C23.2566 23.0361 23.2513 23.0599 23.2395 23.0771C23.2002 23.1339 23.1582 23.1895 23.1097 23.2542C23.0966 23.3256 23.0808 23.3917 23.0913 23.4539C23.0979 23.4949 23.1425 23.5623 23.17 23.5623C23.2539 23.5623 23.3379 23.5345 23.4231 23.5213C23.4782 23.5134 23.5359 23.4988 23.5884 23.5094C23.7733 23.5478 23.9805 23.4631 24.0238 23.3137Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.7365 23.8678C23.7339 23.8453 23.7234 23.8136 23.7129 23.7832C23.6683 23.8083 23.6237 23.8334 23.5791 23.8572C23.6158 23.8533 23.6539 23.8467 23.6906 23.8453C23.7024 23.8453 23.7155 23.8546 23.7365 23.8678Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7424 23.807C22.8211 23.6946 22.9103 23.7991 22.9929 23.7911C23.0362 23.7872 23.0781 23.7859 23.1214 23.7753C23.0978 23.7528 23.0755 23.7303 23.0493 23.7224C22.9627 23.6986 22.8748 23.6827 22.7896 23.6589C22.7581 23.6497 22.7293 23.6272 22.6991 23.6113C22.6873 23.6629 22.6703 23.7131 22.6689 23.7647C22.6689 23.7792 22.7398 23.8096 22.7424 23.807Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.4244 8.30191C23.3431 8.44867 23.5214 8.39314 23.5503 8.46718C23.5555 8.48172 23.6277 8.47379 23.667 8.46586C23.6749 8.46453 23.684 8.40768 23.6736 8.38653C23.6237 8.29001 23.5306 8.29662 23.4244 8.30191Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3861 7.83387C23.3533 7.87089 23.3218 7.89734 23.3061 7.93039C23.3009 7.94229 23.3441 7.99385 23.3533 7.99121C23.39 7.97931 23.4228 7.95419 23.453 7.93039C23.4674 7.91981 23.4727 7.89469 23.4884 7.88544C23.5435 7.85106 23.6025 7.82065 23.6589 7.7876C23.5881 7.79553 23.5172 7.80214 23.4477 7.8114C23.4307 7.81404 23.4123 7.82065 23.3861 7.83387Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.5462 7.99503C23.516 8.0294 23.5003 8.06378 23.4858 8.09816C23.5173 8.10477 23.5501 8.12063 23.5803 8.11667C23.6734 8.1008 23.7678 8.05452 23.857 8.06246C23.9776 8.07436 23.9226 7.94214 23.9947 7.92628C23.9894 7.90512 23.9855 7.86678 23.9776 7.86678C23.9239 7.86149 23.8649 7.85091 23.815 7.86678C23.7678 7.88264 23.7324 7.93289 23.6865 7.95801C23.6498 7.97784 23.6039 7.98313 23.5462 7.99503Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.9727 7.65812C23.9871 7.70837 24.0002 7.74274 24.0146 7.77712C24.0422 7.73084 24.075 7.68589 24.0972 7.63697C24.1051 7.61978 24.0828 7.59069 24.0736 7.56689C24.0395 7.59069 24.0068 7.61714 23.9727 7.65812Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1186 21.7165C23.1002 21.7442 23.0819 21.7707 23.0675 21.7998C23.0543 21.8236 23.0452 21.8474 23.0347 21.8725C23.0714 21.8725 23.1199 21.8884 23.1422 21.8698C23.1711 21.8474 23.1789 21.7984 23.2038 21.7522C23.1973 21.7099 23.1842 21.6755 23.1697 21.6411C23.1527 21.6662 23.1357 21.6914 23.1186 21.7165Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.2185 21.1399C23.1215 21.0764 22.9969 21.0355 23.0166 20.8768C23.0192 20.8583 22.9772 20.8345 22.9549 20.812C22.9392 20.8345 22.9195 20.8543 22.9077 20.8781C22.8277 21.0288 22.9025 21.1954 23.0677 21.2377C23.1084 21.2483 23.1621 21.2457 23.1884 21.2721C23.2264 21.3091 23.2526 21.3647 23.2657 21.4176C23.2697 21.4308 23.2094 21.4678 23.1739 21.4823C23.149 21.4929 23.1175 21.485 23.0887 21.485C23.1228 21.5048 23.1621 21.5485 23.1897 21.5418C23.25 21.5286 23.3366 21.5035 23.3549 21.4585C23.393 21.3726 23.3549 21.2827 23.2697 21.21C23.2553 21.1743 23.2395 21.1531 23.2185 21.1399Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.5307 20.2871C23.4651 20.2924 23.3996 20.2977 23.334 20.3188C23.3996 20.34 23.4651 20.3453 23.5307 20.3506V20.2871Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.3884 13.9102V13.7119C24.3805 13.7344 24.37 13.7542 24.3622 13.778C24.349 13.8217 24.3307 13.8626 24.3149 13.9049C24.3399 13.9063 24.3648 13.9102 24.3884 13.9102Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.0073 15.2232C23.0532 15.2258 23.1004 15.2245 23.145 15.2324C23.166 15.2364 23.1831 15.2629 23.2054 15.2695C23.246 15.2814 23.2998 15.3052 23.3299 15.288C23.389 15.2562 23.4755 15.2007 23.4768 15.1544C23.4795 15.0487 23.4362 14.9416 23.4113 14.8345C23.4008 14.8437 23.3903 14.8543 23.3719 14.8556C23.2762 14.9164 23.1804 14.9799 23.1004 15.0579C23.0572 15.0976 23.0375 15.1663 23.0073 15.2232Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5333 16.8837C21.5438 16.8864 21.5582 16.8745 21.5622 16.8626C21.5215 16.848 21.4874 16.8401 21.4546 16.8335C21.4546 16.8335 21.4481 16.8573 21.4494 16.8573C21.4769 16.8679 21.5045 16.8784 21.5333 16.8837Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.155 15.4216C22.1235 15.456 22.092 15.4904 22.0605 15.5261C22.1143 15.5195 22.1694 15.5155 22.2219 15.5063C22.2442 15.5023 22.2625 15.4864 22.2914 15.4679C22.2901 15.296 22.2271 15.3436 22.155 15.4216Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.769 16.6681C21.8949 16.6535 21.9539 16.4433 21.8687 16.3428C21.8372 16.3058 21.8123 16.2635 21.7821 16.2265C21.7664 16.2079 21.7441 16.196 21.7257 16.1802C21.7152 16.2027 21.7073 16.2278 21.6916 16.2476C21.6746 16.2688 21.6536 16.2886 21.6313 16.3031C21.5749 16.3388 21.4529 16.3322 21.5382 16.4578C21.5434 16.4658 21.5054 16.5173 21.5041 16.516C21.4437 16.4869 21.3834 16.4565 21.331 16.4168C21.3218 16.4089 21.3598 16.3534 21.3519 16.3243C21.3441 16.2899 21.3336 16.2569 21.3218 16.2238V16.6482C21.348 16.6469 21.3755 16.6495 21.4096 16.6641C21.5106 16.7064 21.6483 16.6813 21.769 16.6681ZM21.7152 16.3335L21.7834 16.4711C21.6877 16.5636 21.6864 16.4658 21.6667 16.4235C21.6575 16.4049 21.6969 16.364 21.7152 16.3335Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.614 14.5901C22.7176 14.5491 22.8212 14.5081 22.9222 14.4631C22.9418 14.4539 22.9537 14.4288 22.9694 14.4103C22.9497 14.397 22.9261 14.3706 22.9091 14.3732C22.8055 14.3904 22.6914 14.3653 22.5969 14.4552C22.5799 14.5041 22.5707 14.5464 22.5615 14.5874C22.5786 14.5901 22.5982 14.5967 22.614 14.5901Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.4861 14.4023C23.4651 14.4486 23.4598 14.4936 23.4546 14.5398H23.5162C23.511 14.4936 23.5057 14.4473 23.4861 14.4023Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5208 15.1692C22.589 15.0832 22.6598 14.9986 22.7228 14.9087C22.7306 14.8968 22.7018 14.8585 22.6887 14.832C22.6703 14.8519 22.6519 14.8717 22.6336 14.8929C22.5916 14.9404 22.5549 15.0211 22.5077 15.029C22.3529 15.0542 22.3923 15.1626 22.3936 15.2551C22.3936 15.2776 22.4238 15.2988 22.4395 15.3199C22.4539 15.2948 22.4683 15.271 22.4828 15.2313C22.4946 15.1996 22.509 15.1837 22.5208 15.1692Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4534 15.0765C21.4521 15.0607 21.4508 15.0461 21.4416 15.0382C21.4088 14.9906 21.3852 14.9337 21.3577 14.8795C21.3485 14.861 21.3341 14.8332 21.3223 14.8174V15.0223C21.3236 15.0223 21.3236 15.0236 21.3249 15.0236C21.3616 15.0501 21.4088 15.0593 21.4534 15.0765Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5251 17.3773C21.5238 17.3984 21.529 17.4222 21.5212 17.4407C21.4058 17.7078 21.4713 17.8202 21.7625 17.8691C21.8241 17.8797 21.9002 17.8929 21.853 18.004C21.8346 18.0476 21.8713 18.123 21.8976 18.1772C21.9107 18.2023 21.9579 18.2102 21.9894 18.2261C22.0012 18.1785 22.0379 18.1203 22.0222 18.0846C21.954 17.9233 22.0235 17.8242 22.1363 17.7766C22.1546 17.7686 22.1822 17.7832 22.2058 17.7871C22.19 17.803 22.1651 17.8162 22.1585 17.8361C22.1323 17.9114 22.1113 17.9894 22.0877 18.0661C22.1297 18.0542 22.1717 18.0423 22.2136 18.0291C22.249 18.0172 22.2831 18.004 22.3172 17.9907C22.312 18.0251 22.3094 18.0621 22.3002 18.0952C22.2726 18.1917 22.3382 18.238 22.4064 18.2605C22.493 18.2869 22.5861 18.2843 22.628 18.39C22.6333 18.4046 22.6936 18.398 22.7277 18.4006C22.729 18.3729 22.7382 18.3411 22.7303 18.316C22.6818 18.1851 22.6792 18.1877 22.531 18.078C22.5153 18.0674 22.5113 18.0079 22.5218 18.0013C22.6281 17.926 22.6687 17.7673 22.8379 17.7713C22.9258 17.7726 23.0503 17.5624 23.0635 17.4553C23.0739 17.3667 23.108 17.2807 23.1369 17.1961C23.1421 17.1803 23.1762 17.1737 23.1972 17.1631C23.1959 17.1842 23.1985 17.2054 23.1946 17.2265C23.1382 17.4645 23.2248 17.5584 23.4595 17.5134C23.4818 17.5095 23.5146 17.5174 23.5316 17.532C23.5841 17.5782 23.6379 17.6258 23.6785 17.6827C23.6982 17.7091 23.7061 17.766 23.6916 17.7924C23.6772 17.8175 23.6274 17.8308 23.592 17.8334C23.5789 17.8347 23.5553 17.7911 23.5487 17.766C23.5316 17.6933 23.4975 17.6576 23.4254 17.6999C23.3192 17.7633 23.2182 17.8361 23.108 17.8916C23.0661 17.9127 23.0058 17.9022 22.9546 17.8982C22.9244 17.8956 22.8969 17.8757 22.868 17.8625C22.8628 17.922 22.8497 17.9828 22.8576 18.041C22.8602 18.0555 22.9389 18.0807 22.9651 18.0674C23.0936 18 23.2156 17.9207 23.3428 17.8493C23.352 17.844 23.3926 17.8678 23.3939 17.881C23.411 18.0291 23.4792 18.0516 23.6038 17.9841C23.6602 17.9537 23.7362 17.9577 23.7926 17.9273C23.8412 17.9008 23.891 17.8506 23.9054 17.8004C23.9133 17.7726 23.849 17.7237 23.8175 17.684C23.7887 17.6483 23.7598 17.6113 23.7323 17.5756C23.7756 17.5716 23.8202 17.565 23.8634 17.5624C23.8779 17.561 23.8975 17.5624 23.9054 17.5703C24.0339 17.7197 24.2136 17.7395 24.3907 17.7779V17.5465C24.3251 17.5372 24.2582 17.5558 24.1874 17.6007C24.1756 17.6073 24.1074 17.561 24.0995 17.5293C24.0536 17.368 23.9343 17.2887 23.7953 17.2239C23.7402 17.1975 23.6864 17.2001 23.7048 17.2662C23.7375 17.3839 23.6746 17.3733 23.5998 17.3812C23.5553 17.3865 23.5146 17.4196 23.4726 17.4394C23.4057 17.4539 23.3507 17.4645 23.3048 17.4473C23.2851 17.4407 23.268 17.3733 23.2785 17.3429C23.2877 17.3164 23.3362 17.2874 23.3664 17.2887C23.4543 17.29 23.4844 17.2517 23.5369 17.1776C23.5985 17.0904 23.7441 17.0626 23.8543 17.0123C23.8556 17.0123 23.8687 17.052 23.8831 17.0652C23.9185 17.0983 23.9579 17.1261 23.9946 17.1565C24.0025 17.097 24.0339 17.0282 24.0143 16.9819C23.971 16.8815 23.8071 16.8418 23.7021 16.8867C23.5802 16.9383 23.428 16.9462 23.3887 17.1181C23.3821 17.1485 23.3336 17.1723 23.2995 17.1922C23.2877 17.1988 23.2615 17.1882 23.2457 17.1803C23.2418 17.1776 23.2418 17.1485 23.2497 17.1419C23.3467 17.0573 23.3349 16.8748 23.5028 16.8524C23.5185 16.8497 23.5316 16.8246 23.5448 16.8101C23.5264 16.7955 23.508 16.7717 23.4871 16.7664C23.453 16.7585 23.4162 16.7651 23.3808 16.7638C23.3467 16.7625 23.3126 16.7585 23.2785 16.7558C23.3087 16.7281 23.3349 16.695 23.3677 16.6739C23.5553 16.5522 23.689 16.7016 23.8385 16.7704C23.8621 16.781 23.8818 16.8008 23.9028 16.8167C23.9146 16.7915 23.9277 16.7664 23.9395 16.74C23.9605 16.6924 23.988 16.6461 23.9972 16.5959C24.0064 16.5456 23.9985 16.4914 23.9972 16.4399C23.9579 16.465 23.9146 16.4861 23.8792 16.5165C23.8503 16.5417 23.832 16.5787 23.8097 16.6104C23.8005 16.5668 23.79 16.5231 23.7808 16.4782C23.7795 16.4689 23.7861 16.4597 23.7861 16.4504C23.7887 16.383 23.7913 16.3169 23.7939 16.2495C23.8569 16.2772 23.9172 16.3142 23.9815 16.3314C24.0562 16.3513 24.1349 16.3618 24.211 16.3618C24.3041 16.3632 24.3028 16.4134 24.27 16.4689C24.2228 16.5483 24.1598 16.6157 24.1139 16.695C24.0956 16.7281 24.1034 16.777 24.0995 16.818C24.1441 16.8074 24.1992 16.8087 24.232 16.7823C24.3172 16.7135 24.367 16.6474 24.3841 16.5774V16.4861C24.3775 16.4412 24.3618 16.3936 24.329 16.342C24.2989 16.2944 24.2293 16.268 24.1743 16.2415C24.1362 16.2243 24.0798 16.2349 24.051 16.2111C24.0064 16.1728 23.9775 16.1159 23.9421 16.0657C23.9841 16.0908 24.0248 16.1344 24.0693 16.1384C24.1467 16.1463 24.2477 16.1596 24.3015 16.1199C24.3474 16.0868 24.367 16.0895 24.3828 16.1067V15.6016C24.3618 15.595 24.3421 15.5923 24.3303 15.599C24.2149 15.6664 24.1008 15.7378 23.9998 15.8237C23.95 15.866 23.933 15.9335 23.8438 15.8898C23.7034 15.8184 23.5907 15.8713 23.4989 15.9903C23.4228 16.0882 23.2641 16.0776 23.2012 15.9705C23.1946 15.9599 23.2248 15.915 23.2471 15.9057C23.3074 15.8793 23.39 15.8806 23.4294 15.8383C23.5408 15.718 23.6615 15.7365 23.7953 15.7748C23.8831 15.7999 23.9513 15.7827 23.9684 15.6677C23.9893 15.5276 24.1087 15.4456 24.2398 15.476C24.3789 15.5091 24.3959 15.4443 24.3382 15.3477C24.2464 15.1957 24.3002 15.0384 24.3028 14.8823C24.3028 14.8559 24.3343 14.8308 24.35 14.8043C24.3605 14.8268 24.3736 14.848 24.3815 14.8704V14.3138C24.3461 14.3442 24.3107 14.3733 24.2818 14.409C24.1952 14.5148 24.1218 14.6351 24.0589 14.7567C24.0287 14.8149 24.0313 14.8929 24.0274 14.963C24.0208 15.078 24.0562 15.1983 23.9946 15.3068C23.9736 15.3438 23.9461 15.3782 23.9225 15.4125C23.8857 15.3663 23.828 15.3239 23.8202 15.2737C23.811 15.2116 23.8451 15.1441 23.8569 15.078C23.8753 14.9683 23.8936 14.8572 23.9041 14.7448C23.9067 14.7158 23.8818 14.684 23.8687 14.6536C23.8503 14.6761 23.8189 14.6986 23.8175 14.7224C23.8018 14.9022 23.6339 15.0265 23.6536 15.2274C23.6602 15.3015 23.5579 15.3874 23.5002 15.4641C23.4962 15.4694 23.4477 15.4535 23.4307 15.4363C23.3126 15.32 23.1631 15.3464 23.0254 15.357C22.9821 15.361 22.9087 15.4469 22.9126 15.4879C22.9192 15.5553 22.9953 15.5447 23.0595 15.5381C23.1015 15.5342 23.1657 15.5619 23.188 15.5963C23.251 15.6955 23.2995 15.6796 23.3612 15.599C23.3808 15.5738 23.4149 15.5593 23.4425 15.5395C23.4359 15.5699 23.4307 15.6003 23.4215 15.6307C23.3808 15.7537 23.2051 15.8065 23.1553 15.6994C23.0871 15.5553 22.9979 15.6836 22.9271 15.6505C22.9244 15.6492 22.9126 15.6704 22.9061 15.6704C22.8772 15.6664 22.8261 15.6585 22.8261 15.6505C22.8235 15.5315 22.7343 15.5831 22.6792 15.5566C22.5769 15.5064 22.6635 15.435 22.7067 15.3848C22.8077 15.2671 22.9297 15.1653 23.0123 15.0357C23.1054 14.8903 23.1671 14.7237 23.2379 14.5637C23.2798 14.4685 23.3257 14.3733 23.3454 14.2728C23.3625 14.1869 23.3297 14.0891 23.3494 14.0031C23.3808 13.863 23.2694 13.785 23.2418 13.6726C23.2326 13.6369 23.251 13.5747 23.2785 13.5549C23.3035 13.5364 23.3572 13.5589 23.3979 13.5642C23.4464 13.5708 23.4949 13.5787 23.5435 13.5866C23.5343 13.547 23.5185 13.5073 23.5198 13.469C23.5212 13.4412 23.5408 13.4055 23.5644 13.3896C23.5998 13.3645 23.6457 13.3513 23.6864 13.3341C23.6812 13.3553 23.6759 13.3764 23.6707 13.3976C23.6641 13.4253 23.6575 13.4531 23.6523 13.4809C23.6864 13.4769 23.7271 13.4822 23.752 13.465C23.7808 13.4438 23.7913 13.3989 23.8175 13.3724C23.8831 13.3037 23.9448 13.2217 24.0248 13.1781C24.1415 13.1146 24.2634 13.0617 24.3854 13.0075V12.7272C24.3775 12.7285 24.3697 12.7312 24.3618 12.7338C24.2464 12.7748 24.0982 12.7603 24.0654 12.9348C24.0589 12.9692 23.9907 12.9903 23.9539 13.0221C23.9133 13.0578 23.8766 13.0988 23.8385 13.1371C23.8175 13.1596 23.7979 13.182 23.7782 13.2045C23.7625 13.182 23.7428 13.1609 23.7349 13.1345C23.7179 13.0816 23.7441 12.985 23.6379 13.0221C23.5526 13.0512 23.5553 13.1173 23.5671 13.2045C23.5749 13.268 23.5277 13.3711 23.4739 13.4002C23.4071 13.4359 23.3087 13.4161 23.2248 13.4147C23.2195 13.4147 23.209 13.3791 23.2117 13.3619C23.2143 13.3486 23.2313 13.3288 23.2444 13.3275C23.2838 13.3235 23.331 13.3381 23.3638 13.3222C23.3992 13.305 23.4241 13.2627 23.453 13.231C23.4176 13.2111 23.3848 13.1781 23.348 13.1741C23.2221 13.1596 23.0635 13.2772 22.9821 13.0802C22.9612 13.0908 22.9362 13.112 22.9192 13.1067C22.8917 13.0974 22.8549 13.0763 22.8458 13.0525C22.8248 12.9903 22.8103 12.9229 22.8064 12.8581C22.8051 12.8304 22.8392 12.8013 22.8576 12.7735C22.8785 12.7947 22.9061 12.8132 22.9205 12.8383C22.9402 12.87 22.952 12.907 22.9638 12.9427C22.9743 12.9771 22.9808 13.0141 22.9887 13.0498C23.0162 13.0194 23.0621 12.9917 23.0661 12.9586C23.0792 12.87 23.1107 12.751 23.0687 12.6942C22.9572 12.5421 22.8458 12.5368 22.7094 12.6135C22.6359 12.6545 22.5559 12.6836 22.4759 12.71C22.4615 12.7153 22.4169 12.677 22.4182 12.6743C22.4825 12.5421 22.3933 12.3531 22.5703 12.2605C22.59 12.2499 22.59 12.1997 22.5979 12.1666C22.6254 12.0516 22.5481 11.9313 22.6241 11.8136C22.6543 11.7673 22.632 11.7158 22.5402 11.7356C22.4772 11.7501 22.3723 11.733 22.3395 11.6893C22.2661 11.5888 22.2438 11.6364 22.2005 11.7052C22.131 11.8149 22.0576 11.922 21.9802 12.0265C21.9658 12.0463 21.933 12.0516 21.9081 12.0635C21.9041 12.0397 21.8936 12.0146 21.8976 11.9921C21.9067 11.9458 21.912 11.8916 21.9408 11.8586C22.034 11.7501 22.1415 11.655 22.232 11.5452C22.3041 11.458 22.3487 11.3561 22.2779 11.2411C22.2661 11.2213 22.2582 11.1975 22.249 11.1763C22.274 11.1724 22.3015 11.1578 22.3212 11.1658C22.3881 11.1896 22.4444 11.2001 22.4759 11.1142C22.4799 11.1023 22.5035 11.097 22.5192 11.0877C22.5244 11.1049 22.5362 11.1248 22.5349 11.1406C22.5271 11.2081 22.5218 11.2768 22.5048 11.3416C22.4799 11.4381 22.4431 11.5307 22.4182 11.6272C22.4169 11.6338 22.4759 11.6735 22.4903 11.6669C22.5376 11.6431 22.5887 11.6126 22.6162 11.5703C22.7199 11.4104 22.8785 11.3138 23.0215 11.2001C23.0307 11.1935 23.0726 11.2107 23.0818 11.2279C23.1566 11.368 23.2038 11.3694 23.2956 11.2279C23.3323 11.1724 23.3664 11.1142 23.4097 11.0573C23.3821 10.9701 23.3297 10.9925 23.2654 11.0243C23.2431 11.0349 23.2051 11.0124 23.1749 11.0044C23.1959 10.9912 23.2287 10.9833 23.2339 10.9648C23.2418 10.9397 23.2392 10.9013 23.2248 10.8815C23.1841 10.8299 23.1198 10.7876 23.2274 10.74C23.2366 10.7361 23.2379 10.6832 23.2248 10.6699C23.2117 10.6567 23.1605 10.6567 23.1553 10.6673C23.1172 10.7374 23.0871 10.8127 23.053 10.8841C23.0385 10.9132 23.0176 10.9383 23.0005 10.9648C22.9874 10.9383 22.9717 10.9132 22.9638 10.8868C22.9389 10.8035 22.9048 10.7995 22.8248 10.8379C22.6556 10.9185 22.5008 11.0282 22.2949 11.0362C22.1992 11.0401 22.1087 11.1605 22.0169 11.2305C22.0038 11.2411 21.9999 11.2636 21.9907 11.2808C22.0117 11.2874 22.0353 11.2927 22.0549 11.3019C22.0956 11.3204 22.1336 11.3416 22.173 11.3628C22.1389 11.3826 22.1061 11.4077 22.0707 11.4236C21.8281 11.532 21.5736 11.5531 21.3166 11.5122V11.9141C21.4399 11.959 21.5631 12.0066 21.6864 12.0516C21.7467 12.0741 21.8071 12.0952 21.8674 12.1164C21.8281 12.1706 21.7835 12.2235 21.7507 12.2817C21.731 12.3174 21.7376 12.3702 21.7153 12.4033C21.6995 12.4271 21.6549 12.4337 21.6235 12.4469C21.6104 12.4112 21.5789 12.3702 21.5881 12.3412C21.6156 12.2473 21.7087 12.1508 21.491 12.1759C21.4386 12.1825 21.3782 12.119 21.3179 12.0542V12.6664C21.3205 12.6624 21.3231 12.6585 21.3258 12.6558C21.3677 12.6162 21.4215 12.562 21.47 12.562C21.5671 12.562 21.5067 12.636 21.5107 12.6862C21.5212 12.7986 21.4661 12.8647 21.394 12.9322C21.3664 12.9573 21.3428 12.993 21.331 13.0274C21.3231 13.0498 21.3363 13.0816 21.3402 13.108C21.3651 13.0948 21.3992 13.0869 21.4123 13.0657C21.4713 12.9771 21.529 12.9639 21.5894 13.0591C21.5999 13.0763 21.592 13.1265 21.5894 13.1278C21.4504 13.1437 21.5172 13.2508 21.5054 13.3196C21.4936 13.3843 21.4989 13.4438 21.3992 13.3923C21.3625 13.3724 21.3349 13.3751 21.3153 13.3949V13.8259C21.3835 13.7731 21.4949 13.7625 21.5527 13.8193C21.5749 13.8418 21.5815 13.8775 21.5959 13.9079C21.5618 13.9172 21.529 13.9317 21.4936 13.9357C21.4386 13.9423 21.3808 13.9423 21.3271 13.9529C21.3218 13.9542 21.3271 14.0494 21.3336 14.0507C21.5159 14.0679 21.4477 14.2107 21.4333 14.2927C21.4202 14.368 21.3612 14.4341 21.3166 14.5042V14.6708C21.331 14.6721 21.3454 14.6734 21.3599 14.6748C21.4595 14.6827 21.5133 14.7105 21.5448 14.8308C21.5763 14.9524 21.6864 15.0542 21.7625 15.1653C21.7166 15.0066 21.6628 14.8453 21.5933 14.692C21.5579 14.6139 21.4936 14.5505 21.4477 14.4764C21.4372 14.4606 21.4504 14.4302 21.453 14.405C21.474 14.4117 21.4963 14.4143 21.5159 14.4249C21.5697 14.4553 21.6248 14.4844 21.6733 14.5227C21.752 14.5835 21.8228 14.7462 21.9081 14.5293C21.9356 14.5412 21.9841 14.5478 21.9894 14.565C22.0156 14.6774 22.034 14.7924 22.0523 14.9061C22.0563 14.9313 22.0615 14.9604 22.051 14.9815C22.0313 15.0238 22.0012 15.0622 21.9763 15.1031C21.9605 15.0582 21.9408 15.0146 21.933 14.9683C21.9264 14.9326 21.9356 14.8942 21.9382 14.8572C21.9054 14.8956 21.8622 14.9286 21.8425 14.9723C21.8163 15.0318 21.8097 15.0992 21.794 15.164C21.6615 15.2909 21.5356 15.3372 21.3704 15.238C21.3586 15.2301 21.3389 15.234 21.3166 15.2433V15.3649C21.3494 15.3583 21.3808 15.3517 21.4136 15.3491C21.4228 15.3491 21.4346 15.3729 21.4438 15.3848C21.4189 15.3927 21.3927 15.4006 21.3677 15.4072C21.3428 15.4006 21.3284 15.394 21.3166 15.3861V15.5619C21.3349 15.5593 21.3546 15.558 21.3717 15.5566C21.3979 15.554 21.4176 15.5064 21.4451 15.4839C21.4661 15.4654 21.4923 15.4535 21.5172 15.4377C21.5225 15.4548 21.5343 15.4839 21.5304 15.4866C21.4451 15.5381 21.6615 15.6492 21.4936 15.6796C21.4346 15.6902 21.3756 15.6994 21.3166 15.71V15.9454C21.3572 15.9745 21.39 16.0141 21.4163 16.0683C21.4386 16.1133 21.4949 16.1675 21.5356 16.1675C21.5763 16.1675 21.6274 16.1106 21.6536 16.067C21.7113 15.9705 21.7389 15.8475 21.8149 15.7708C21.8648 15.7206 21.9776 15.7206 22.0602 15.7219C22.0877 15.7232 22.1179 15.8012 22.1363 15.8488C22.1533 15.8925 22.1376 15.9903 22.2058 15.8713C22.2163 15.8528 22.2595 15.833 22.27 15.8409C22.2949 15.8581 22.3212 15.8898 22.3238 15.9176C22.3303 16.0035 22.3277 16.0908 22.3251 16.1781C22.3238 16.1979 22.3081 16.2164 22.2989 16.2362C22.2779 16.2177 22.2359 16.1979 22.2372 16.182C22.249 16.0313 22.1153 15.9758 22.0444 15.8819C22.0261 15.8568 21.971 15.8607 21.933 15.8502C21.9225 15.9017 21.9107 15.9533 21.9028 16.0049C21.9028 16.0075 21.9526 16.0088 21.9697 16.0221C22.009 16.0525 22.0418 16.0895 22.0772 16.1239C22.0523 16.1305 22.0195 16.1291 22.0051 16.145C21.9841 16.1675 21.9553 16.2111 21.9645 16.2296C21.9867 16.2772 22.034 16.3539 22.0615 16.3499C22.152 16.338 22.2792 16.4306 22.333 16.2759C22.333 16.2746 22.3762 16.2785 22.3854 16.2904C22.4523 16.3751 22.4156 16.5972 22.3225 16.6461C22.3054 16.654 22.2648 16.6144 22.2346 16.5945C22.194 16.5681 22.2044 16.4888 22.1008 16.5747C21.9474 16.7016 21.891 16.8722 21.7822 17.0163C21.7481 17.0613 21.7467 17.1287 21.6733 17.0639C21.6563 17.0877 21.6327 17.1089 21.6235 17.1353C21.6064 17.1895 21.609 17.2847 21.5828 17.2926C21.5146 17.3151 21.4294 17.3125 21.3599 17.29C21.3323 17.2807 21.3323 17.1908 21.3192 17.138C21.3179 17.1327 21.3153 17.1261 21.314 17.1208V17.4658C21.3192 17.4606 21.3231 17.454 21.3284 17.446C21.3638 17.4077 21.4595 17.4011 21.5251 17.3773ZM23.6523 16.3949C23.6798 16.4385 23.693 16.4663 23.7048 16.4941C23.6838 16.4994 23.6549 16.5152 23.6457 16.5073C23.6103 16.4769 23.5828 16.4385 23.5526 16.4042C23.5867 16.4015 23.6195 16.3975 23.6523 16.3949ZM23.251 16.1503C23.268 16.1926 23.2864 16.2349 23.3035 16.2772C23.2785 16.2759 23.2523 16.2746 23.2274 16.2733C23.2248 16.2217 23.2379 16.186 23.251 16.1503ZM24.1769 14.9009C24.1638 14.9194 24.152 14.9366 24.1389 14.9551C24.1231 14.9194 24.1231 14.8995 24.1231 14.8784C24.1415 14.885 24.1598 14.8929 24.1769 14.9009ZM23.1408 16.4875C23.1539 16.4967 23.1684 16.5046 23.1815 16.5139C23.1657 16.535 23.1513 16.5575 23.1356 16.58C23.1277 16.5377 23.1343 16.5126 23.1408 16.4875ZM22.9454 11.0587C22.9625 11.0706 22.9638 11.1208 22.9546 11.1472C22.9494 11.1631 22.8917 11.179 22.8877 11.1724C22.8602 11.1327 22.8392 11.0877 22.8169 11.0454C22.8707 11.0388 22.9153 11.0375 22.9454 11.0587ZM21.7218 11.9643C21.7336 11.9181 21.7467 11.9035 21.7586 11.8877C21.7664 11.8969 21.7743 11.9075 21.7822 11.9167C21.7625 11.9326 21.7415 11.9485 21.7218 11.9643ZM21.7192 15.3967C21.7297 15.4284 21.7402 15.4601 21.752 15.4905C21.7166 15.4747 21.6982 15.4429 21.6786 15.4112C21.6917 15.4072 21.7061 15.402 21.7192 15.3967ZM21.7048 15.6598C21.6707 15.6452 21.6353 15.6333 21.5999 15.6214C21.6156 15.6135 21.6418 15.5976 21.6431 15.599C21.6733 15.6452 21.7861 15.5791 21.7664 15.6902C21.7258 15.6796 21.7166 15.6651 21.7048 15.6598ZM22.3749 17.8969C22.3435 17.8361 22.3277 17.7911 22.3107 17.7461C22.3199 17.7448 22.3369 17.7409 22.3382 17.7435C22.3671 17.7951 22.3933 17.8493 22.4208 17.9008C22.4064 17.9008 22.3907 17.8995 22.3749 17.8969ZM22.9533 15.8449C22.9848 15.8317 23.0202 15.829 23.0543 15.8224C23.0412 15.8502 23.028 15.8779 23.0149 15.9044C22.9507 15.9017 22.9179 15.8991 22.8851 15.8964C22.9061 15.8779 22.9271 15.8555 22.9533 15.8449ZM22.6451 15.7272C22.6674 15.7127 22.7067 15.7219 22.7382 15.7206C22.7356 15.7444 22.7382 15.7722 22.7277 15.792C22.6425 15.9467 22.6923 16.1873 22.8353 16.2719C22.8628 16.2878 22.9205 16.2984 22.9349 16.2838C22.973 16.2442 22.9953 16.1886 23.0241 16.1397C22.99 16.1331 22.9559 16.1278 22.9231 16.1186C22.9074 16.1146 22.893 16.1027 22.8785 16.0934C22.8943 16.0815 22.9166 16.0551 22.9271 16.0591C22.9874 16.0842 23.0818 16.104 23.0936 16.1463C23.1172 16.2283 23.1225 16.342 23.0805 16.4081C23.0228 16.5007 22.9153 16.5615 22.8313 16.6395C22.7723 16.6937 22.7199 16.7532 22.7867 16.8378C22.7946 16.9039 22.8025 16.9396 22.8103 16.9753C22.8326 16.9476 22.8549 16.9211 22.8772 16.8934C22.9035 16.8603 22.9297 16.8272 22.9559 16.7942C22.9494 16.8391 22.9585 16.9119 22.9349 16.9251C22.792 17.0044 22.8235 17.2239 22.6149 17.2728C22.5021 17.2993 22.4222 17.4751 22.3303 17.5848C22.3146 17.6034 22.3067 17.6285 22.2949 17.6496C22.2792 17.6272 22.2556 17.6073 22.2517 17.5835C22.2464 17.5558 22.249 17.5161 22.2661 17.4989C22.3854 17.3786 22.5218 17.2741 22.6267 17.1432C22.6753 17.0824 22.6792 16.974 22.674 16.8881C22.6726 16.8696 22.5454 16.8603 22.4759 16.8431C22.4562 16.8378 22.4261 16.8246 22.4235 16.8101C22.4169 16.7651 22.4182 16.7188 22.4222 16.6726C22.4274 16.6091 22.4182 16.5483 22.5179 16.621C22.6595 16.7241 22.7094 16.5562 22.7867 16.4901C22.7985 16.4795 22.7684 16.4042 22.7435 16.3671C22.6792 16.2733 22.6687 16.3724 22.6399 16.4015C22.611 16.428 22.5835 16.4557 22.5559 16.4822C22.552 16.4425 22.5454 16.4042 22.5428 16.3645C22.5376 16.2931 22.5415 16.2204 22.5284 16.1503C22.514 16.0776 22.5861 15.7669 22.6451 15.7272ZM23.2117 13.8352C23.0818 13.8973 22.9926 13.8497 22.969 13.7255C22.9585 13.6739 22.9494 13.6197 22.9494 13.5668C22.9494 13.5483 22.9795 13.5179 22.9979 13.5152C23.0267 13.5113 23.0595 13.5271 23.0897 13.5351C23.0438 13.6712 23.1697 13.736 23.2117 13.8352ZM22.1795 11.9617C22.2097 11.8559 22.274 11.8718 22.3461 11.9194C22.4117 11.959 22.4877 12.0119 22.4182 12.0503C22.3553 12.0847 22.2595 12.0582 22.1795 12.0542C22.1769 12.0529 22.1703 11.9908 22.1795 11.9617ZM22.0326 12.1772C22.0628 12.1627 22.1179 12.1587 22.1415 12.1772C22.2385 12.2539 22.3159 12.2235 22.3907 12.1481C22.4615 12.1838 22.4825 12.2222 22.3946 12.2724C22.329 12.3107 22.2858 12.3888 22.2228 12.435C22.2005 12.4509 22.1454 12.4297 22.11 12.4139C22.0812 12.4007 22.0602 12.3689 22.034 12.3478C22.0012 12.32 21.9684 12.2949 21.9343 12.2684C21.9671 12.238 21.9946 12.197 22.0326 12.1772ZM21.9422 12.4482C21.9605 12.4707 21.9959 12.4985 21.992 12.517C21.9749 12.6016 22.0235 12.6228 22.0877 12.6426C22.169 12.6691 22.2215 12.7193 22.2097 12.8185C22.2071 12.8449 22.2294 12.8727 22.2412 12.9004C22.2608 12.8806 22.2871 12.8647 22.2976 12.8423C22.3238 12.7788 22.3553 12.7616 22.3894 12.829C22.4497 12.9507 22.5244 12.9718 22.6346 12.8899C22.6608 12.87 22.7146 12.8872 22.7553 12.8872C22.7303 12.9123 22.7054 12.9361 22.6818 12.9626C22.5992 13.0564 22.674 13.1424 22.729 13.1873C22.8025 13.2468 22.9074 13.2653 22.9992 13.2997C23.0162 13.3063 23.0359 13.3077 23.0543 13.3116C23.0385 13.3288 23.0254 13.3526 23.0058 13.3605C22.8917 13.4015 22.7802 13.4214 22.6871 13.3116C22.67 13.2918 22.6399 13.2852 22.6149 13.272C22.611 13.3063 22.6031 13.3394 22.6018 13.3738C22.6005 13.4518 22.6031 13.5298 22.5992 13.6078C22.5992 13.6184 22.5743 13.6276 22.5612 13.6369C22.5546 13.625 22.5441 13.6144 22.5415 13.6025C22.5205 13.5298 22.5087 13.4531 22.4785 13.3843C22.4431 13.301 22.4444 13.2389 22.5192 13.1781C22.5336 13.1675 22.5271 13.0948 22.5126 13.0882C22.3894 13.0326 22.2661 12.9626 22.1363 12.9441C21.9854 12.9229 22.0274 12.7761 21.9474 12.7166C21.8176 12.8224 21.8936 12.9507 21.87 13.0578C21.8595 13.108 21.8399 13.1569 21.8254 13.2058C21.8097 13.149 21.79 13.0935 21.7808 13.0353C21.7664 12.9427 21.7625 12.8502 21.7481 12.7576C21.7428 12.7206 21.6982 12.6664 21.7087 12.6558C21.7822 12.5818 21.8635 12.517 21.9422 12.4482ZM22.7894 13.7387C22.7894 13.744 22.7618 13.7612 22.7553 13.7572C22.7421 13.7506 22.7264 13.7321 22.7264 13.7202C22.7277 13.6712 22.7356 13.6236 22.7395 13.5761C22.7776 13.6289 22.7854 13.6831 22.7894 13.7387ZM21.5946 13.7162C21.5579 13.703 21.5238 13.6818 21.491 13.662C21.4897 13.6607 21.5002 13.6237 21.5081 13.6223C21.5645 13.6144 21.6222 13.6131 21.6786 13.6091C21.672 13.6329 21.6654 13.658 21.6589 13.6818C21.6287 13.7043 21.6077 13.7202 21.5946 13.7162ZM21.7061 14.4328C21.6497 14.3522 21.6222 14.2728 21.6025 14.1909C21.5986 14.175 21.6261 14.1525 21.6392 14.1327C21.6536 14.1433 21.6746 14.1499 21.6812 14.1644C21.7153 14.2358 21.7481 14.3085 21.773 14.3839C21.7769 14.3905 21.7297 14.4156 21.7061 14.4328ZM21.9448 14.1631C21.9159 14.1155 21.8071 14.1181 21.7349 14.0957C21.7192 14.0904 21.7061 14.0785 21.6917 14.0692C21.7035 14.0573 21.714 14.0428 21.7284 14.0362C21.8123 13.9939 21.9094 13.9687 21.9789 13.9092C22.1166 13.7929 22.1126 13.7638 21.9605 13.6699C21.8897 13.6263 21.9146 13.5919 21.9592 13.5694C22.1087 13.498 22.1402 13.3566 22.1795 13.2177C22.19 13.182 22.2097 13.1503 22.2254 13.1159C22.2503 13.1569 22.2897 13.1953 22.2976 13.2376C22.3094 13.3116 22.3002 13.3896 22.3002 13.4663C22.2241 13.5377 22.173 13.588 22.2333 13.6858C22.2503 13.7149 22.2005 13.8035 22.1612 13.8471C22.1035 13.9119 22.1048 13.9396 22.1861 13.974C22.3041 14.0229 22.413 14.1023 22.552 14.0467C22.5585 14.0441 22.6058 14.0996 22.6018 14.1221C22.5835 14.2305 22.4366 14.2874 22.333 14.2371C22.3002 14.2213 22.2556 14.2147 22.2215 14.2239C22.1153 14.2543 22.0248 14.294 21.9448 14.1631ZM22.4156 13.8365C22.4418 13.8775 22.4392 13.9383 22.4484 13.9912C22.434 13.9753 22.4195 13.9582 22.4064 13.9423C22.3802 13.9158 22.3684 13.9066 22.3592 13.8947C22.3369 13.8669 22.3172 13.8378 22.2949 13.8088C22.3369 13.8167 22.3985 13.8114 22.4156 13.8365ZM22.4051 15.6201C22.3959 15.6955 22.3199 15.7629 22.2084 15.6928C22.1323 15.6452 22.051 15.5712 21.9395 15.6241C21.9251 15.6307 21.8608 15.5831 21.8635 15.5685C21.8805 15.4694 21.8989 15.3689 21.9395 15.279C21.9526 15.2499 22.03 15.2499 22.0785 15.2367C22.11 15.2288 22.1638 15.2327 22.1703 15.2169C22.2385 15.0489 22.3422 14.9247 22.5284 14.885C22.5389 14.8823 22.5533 14.7991 22.5376 14.7858C22.4615 14.7197 22.2766 14.7753 22.2726 14.8704C22.2648 15.041 22.1887 14.8969 22.1467 14.9061C22.131 14.8189 22.1153 14.7329 22.0995 14.647C22.2136 14.643 22.1297 14.5637 22.1494 14.524C22.1664 14.487 22.1992 14.446 22.2346 14.4328C22.3749 14.3799 22.5205 14.3376 22.6635 14.2927C22.6844 14.2014 22.7041 14.1221 22.6923 14.0481C22.6621 13.8709 22.5258 13.7717 22.3907 13.6765C22.3749 13.666 22.3723 13.6355 22.3631 13.6144C22.3907 13.6131 22.43 13.5999 22.4431 13.6131C22.5415 13.7069 22.712 13.7466 22.6949 13.933C22.7277 13.9344 22.7592 13.9396 22.792 13.9383C22.8208 13.937 22.8497 13.9304 22.8785 13.9251C22.8799 13.9529 22.8825 13.982 22.8825 14.0097C22.8825 14.0441 22.8694 14.0824 22.8799 14.1142C22.8917 14.1512 22.9205 14.1816 22.9415 14.2147C22.9612 14.1842 22.9979 14.1512 22.9953 14.1234C22.9821 13.974 23.1107 13.9925 23.1867 13.9515C23.1959 13.9463 23.2313 13.9687 23.2366 13.9846C23.2457 14.0124 23.2471 14.0467 23.2392 14.0745C23.1802 14.29 23.1198 14.5042 23.0569 14.7184C23.0517 14.7356 23.0241 14.7475 23.0071 14.7607C22.9835 14.729 22.9585 14.6999 22.9376 14.6668C22.9284 14.6523 22.9258 14.6325 22.9205 14.6153C22.9061 14.6298 22.8812 14.643 22.8799 14.6589C22.8746 14.721 22.8772 14.7845 22.8785 14.8466C22.8799 14.881 22.9035 14.9273 22.889 14.9498C22.7867 15.1018 22.6858 15.2552 22.5677 15.394C22.5087 15.4681 22.4195 15.4998 22.4051 15.6201ZM21.8136 17.2252C21.8281 17.1842 21.8477 17.1459 21.8648 17.1075C21.8779 17.1485 21.9015 17.1882 21.9015 17.2292C21.9002 17.3098 21.9264 17.3654 22.0104 17.3402C22.0366 17.3323 22.0536 17.2569 22.0536 17.2133C22.0523 17.1181 22.03 17.0242 22.0287 16.9304C22.0287 16.896 22.0654 16.8603 22.0851 16.8259C22.1061 16.8603 22.1349 16.892 22.1454 16.9291C22.1559 16.9687 22.1481 17.0137 22.1481 17.056C22.2385 17.0666 22.3146 17.0639 22.3907 17.0547C22.4064 17.0533 22.4182 17.0163 22.434 17.015C22.4772 17.0097 22.5218 17.015 22.5664 17.0163C22.5428 17.0454 22.5258 17.0837 22.4956 17.1009C22.3867 17.167 22.2713 17.2212 22.1625 17.2887C22.1218 17.3138 22.0838 17.3535 22.0576 17.3945C21.9999 17.4857 21.9107 17.4804 21.8307 17.4606C21.8123 17.4566 21.8176 17.3469 21.8136 17.286C21.811 17.2649 21.8071 17.2437 21.8136 17.2252ZM21.6497 17.6814C21.6694 17.6695 21.6969 17.6708 21.7205 17.6668C21.7008 17.7078 21.6812 17.7501 21.6602 17.7911C21.5828 17.762 21.5907 17.7184 21.6497 17.6814Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.8766 6.75066C23.8726 6.73347 23.8503 6.72158 23.8202 6.70703C23.7992 6.74141 23.7808 6.78239 23.794 6.80752C23.8044 6.82867 23.8503 6.83264 23.8805 6.84454C23.8792 6.8128 23.8831 6.77975 23.8766 6.75066Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.0871 6.77446C23.0793 6.71232 23.0753 6.65017 23.0779 6.58936H22.8301C22.8904 6.67133 22.9534 6.75066 23.0189 6.82734C23.0202 6.82867 23.0884 6.789 23.0871 6.77446Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3497 6.73612C23.3707 6.71496 23.4074 6.69381 23.41 6.67133C23.4126 6.64885 23.3707 6.62505 23.3641 6.59729C23.3628 6.59464 23.3628 6.592 23.3628 6.58936H23.25C23.2552 6.6039 23.2618 6.61844 23.2723 6.63299C23.2972 6.66736 23.3248 6.70174 23.3497 6.73612Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5792 8.11554C21.6303 8.10231 21.6749 8.06133 21.7221 8.03224C21.6801 8.00976 21.6382 7.98596 21.5962 7.96349C21.5713 7.95027 21.5451 7.93969 21.5201 7.92779C21.5385 7.90267 21.5516 7.86565 21.5765 7.85375C21.7077 7.78632 21.7693 7.71756 21.6408 7.58006C21.6015 7.53775 21.5923 7.47296 21.7116 7.42801C21.8428 7.37909 22.0342 7.36587 22.0919 7.17945C22.0946 7.17151 22.1169 7.17019 22.13 7.1649C22.1287 7.17812 22.1195 7.19796 22.1247 7.20457C22.1942 7.28125 22.2546 7.39099 22.3411 7.41876C22.4014 7.43859 22.4972 7.34339 22.5772 7.30108C22.6441 7.26539 22.7096 7.22969 22.7778 7.19663C22.787 7.19267 22.8041 7.20457 22.8172 7.20985C22.8106 7.22572 22.8067 7.2482 22.7949 7.25613C22.7595 7.27993 22.711 7.28918 22.686 7.32092C22.6506 7.36719 22.5969 7.43991 22.6113 7.47825C22.6519 7.58799 22.6493 7.67129 22.5746 7.76781C22.4762 7.89606 22.5221 8.04149 22.5759 8.17503C22.6126 8.26494 22.6821 8.31915 22.787 8.29932C22.7962 8.29799 22.808 8.29799 22.8172 8.29932C22.8919 8.31122 22.9654 8.32311 23.0401 8.33501C23.0244 8.26494 23.0087 8.19619 22.9942 8.12611C22.9837 8.07719 22.9772 8.02695 22.9693 7.9701C22.8906 8.02034 22.829 7.96878 22.7896 7.91324C22.7621 7.87358 22.766 7.81012 22.7621 7.75723C22.7595 7.73211 22.7673 7.70567 22.7765 7.68187C22.7831 7.66336 22.7975 7.64749 22.808 7.6303C22.8211 7.64485 22.8487 7.66997 22.846 7.67261C22.7634 7.78632 22.8775 7.8154 22.926 7.87358C22.9444 7.89473 22.9549 7.9225 22.9693 7.95423C23.0729 7.89341 23.0532 7.81805 22.9785 7.74136C22.9654 7.72814 22.9536 7.71228 22.9405 7.69773C22.9641 7.69377 22.9877 7.6898 23.0113 7.68451C23.0401 7.6779 23.069 7.67261 23.0965 7.66203C23.17 7.63295 23.1936 7.4452 23.3221 7.59196C23.3562 7.55494 23.3929 7.52056 23.4244 7.48222C23.4427 7.46107 23.4546 7.4333 23.469 7.4095C23.4847 7.42801 23.5005 7.4452 23.5162 7.46371C23.5332 7.48486 23.549 7.5047 23.566 7.52585C23.5896 7.49544 23.6355 7.46371 23.6342 7.4333C23.6303 7.31431 23.7116 7.26539 23.789 7.20721C23.8362 7.17151 23.8716 7.11863 23.9175 7.08161C23.9686 7.04062 24.0277 6.97451 24.0657 7.09879C24.0723 7.11863 24.105 7.13053 24.126 7.14507C24.1588 7.09747 24.1929 7.0512 24.2257 7.0036C24.1457 6.94807 24.2021 6.92956 24.248 6.89386C24.2729 6.87403 24.2755 6.82511 24.2886 6.79073C24.2441 6.78676 24.1929 6.76825 24.1562 6.7828C24.0644 6.8185 23.9778 6.86874 23.8926 6.91766C23.8519 6.94146 23.8021 6.9679 23.7824 7.00624C23.7378 7.09218 23.6945 7.08689 23.6224 7.04062C23.5503 6.99434 23.5123 6.95071 23.5765 6.87006C23.6001 6.84097 23.6316 6.8066 23.6355 6.77354C23.6395 6.73388 23.6159 6.69157 23.6041 6.65058C23.5857 6.68231 23.5595 6.71008 23.549 6.74445C23.5149 6.85287 23.4375 6.86742 23.3431 6.84758C23.3011 6.83965 23.2578 6.82511 23.2159 6.82775C23.1936 6.82907 23.166 6.85816 23.1555 6.88196C23.1503 6.89386 23.1739 6.9322 23.1923 6.93881C23.267 6.96658 23.3457 6.98641 23.4218 7.00889C23.4585 7.01946 23.4952 7.02872 23.5306 7.03797C23.5136 7.06706 23.4886 7.0935 23.4782 7.12524C23.4034 7.34868 23.1555 7.36719 23.0205 7.51924C23.0047 7.53775 22.9431 7.53907 22.9247 7.52321C22.905 7.50734 22.8972 7.44784 22.9116 7.42669C22.9667 7.34472 23.0336 7.27067 23.0952 7.19267C23.1149 7.16755 23.1332 7.1411 23.1516 7.11598C23.1228 7.10012 23.0939 7.07632 23.0637 7.07235C22.909 7.04855 22.7529 7.03004 22.5982 7.00889C22.5798 7.00624 22.5628 6.99831 22.5444 6.99302C22.5588 6.97848 22.5706 6.956 22.5877 6.95071C22.669 6.92691 22.7516 6.90708 22.8342 6.88857C22.8578 6.88328 22.8841 6.88725 22.909 6.88725C22.9077 6.85023 22.9208 6.80395 22.9037 6.77751C22.8814 6.74313 22.8342 6.72727 22.8014 6.6995C22.749 6.65455 22.7228 6.61885 22.7175 6.58447H22.2506C22.248 6.58844 22.2441 6.59108 22.2428 6.59505C22.2165 6.68628 22.1536 6.72594 22.0749 6.69818C21.9805 6.66645 21.8388 6.70876 21.7955 6.58447H21.5988C21.5988 6.58712 21.5975 6.58844 21.5975 6.59108C21.591 6.61224 21.5464 6.62017 21.5188 6.63471C21.5175 6.61753 21.5136 6.60166 21.5123 6.58447H21.3392C21.3392 6.62414 21.3326 6.66909 21.3208 6.7114V6.97583C21.3536 6.92295 21.3969 6.87535 21.4336 6.82511C21.4624 6.78544 21.4756 6.74578 21.4926 6.70743C21.4939 6.70347 21.528 6.70479 21.5306 6.71008C21.5464 6.759 21.5582 6.80924 21.5713 6.85948C21.5359 6.84758 21.5005 6.83701 21.4651 6.82511C21.4493 6.85023 21.4428 6.89518 21.4506 6.89915C21.6224 6.96526 21.566 7.11201 21.5713 7.2363C21.5713 7.24159 21.57 7.24688 21.5713 7.25216C21.5831 7.29447 21.5949 7.33678 21.6067 7.37777C21.5647 7.32753 21.5175 7.28125 21.4821 7.22704C21.4598 7.19267 21.4533 7.14771 21.4401 7.10673C21.4047 7.13846 21.3601 7.1649 21.3365 7.20324C21.3313 7.21118 21.3274 7.21911 21.3221 7.22704V7.75062C21.3392 7.75987 21.3562 7.76781 21.3759 7.7731C21.4021 7.77971 21.4375 7.75459 21.4677 7.74136C21.4926 7.73079 21.5162 7.71492 21.5411 7.7017C21.5293 7.73211 21.5241 7.76781 21.5057 7.79425C21.4559 7.863 21.4021 7.90663 21.3221 7.85375V8.06662C21.3916 8.1195 21.4729 8.14198 21.5792 8.11554ZM22.2742 7.05384C22.2795 6.98905 22.2782 6.92295 22.2834 6.85816C22.2847 6.83304 22.2952 6.80924 22.3005 6.78412C22.4329 6.81453 22.4303 6.91766 22.4172 7.01153C22.4119 7.04855 22.3451 7.07764 22.3031 7.10408C22.2913 7.11201 22.2664 7.10012 22.2467 7.09747C22.2559 7.08293 22.2729 7.06838 22.2742 7.05384ZM22.0723 6.8608C22.0893 6.92162 22.0919 6.9679 22.0933 7.01418C22.067 7.01418 22.0211 7.02475 22.0159 7.01418C21.9831 6.94674 21.9687 6.87931 22.0723 6.8608ZM21.7365 6.76825C21.7693 6.73917 21.7864 6.72594 21.8021 6.71272C21.8152 6.75239 21.8441 6.7947 21.8388 6.83172C21.8323 6.88064 21.7995 6.92559 21.7785 6.97187C21.7588 6.95732 21.7247 6.9441 21.7234 6.92823C21.7221 6.87535 21.7326 6.82114 21.7365 6.76825ZM21.7418 7.10937C21.7654 7.14375 21.7903 7.17812 21.8139 7.2125C21.768 7.24688 21.7365 7.26671 21.7051 7.28654C21.7011 7.24291 21.6919 7.19928 21.6946 7.15565C21.6959 7.13978 21.7247 7.12524 21.7418 7.10937ZM21.5057 7.54833C21.4729 7.58403 21.4205 7.60254 21.3759 7.62766C21.3693 7.61576 21.3549 7.60121 21.3575 7.59328C21.3759 7.54568 21.3929 7.49412 21.4231 7.4571C21.4441 7.43198 21.4887 7.42669 21.5228 7.41347C21.5293 7.469 21.5306 7.52056 21.5057 7.54833Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.512 11.0913C21.5067 11.0331 21.533 10.9697 21.5513 10.9102C21.6051 10.737 21.5434 10.6576 21.3677 10.659C21.352 10.659 21.3362 10.655 21.3192 10.6523V10.7819H21.3415C21.3625 10.7819 21.3834 10.766 21.4044 10.7568C21.3979 10.7819 21.3874 10.8057 21.3861 10.8308C21.3834 10.9088 21.3585 10.9406 21.3179 10.9498V11.2354C21.3428 11.25 21.3664 11.2605 21.3861 11.2645C21.4713 11.279 21.5225 11.1958 21.512 11.0913Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M24.2308 6.64489C24.2426 6.63695 24.2544 6.61712 24.2649 6.58936H24.0918C24.1285 6.60787 24.1639 6.6277 24.2006 6.64489C24.2085 6.64885 24.2229 6.64885 24.2308 6.64489Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3851 10.5718C21.3497 10.4198 21.4624 10.3166 21.5005 10.1897C21.5333 10.0786 21.5582 9.99137 21.6985 10.0138C21.7051 10.0152 21.7352 9.95832 21.7287 9.95171C21.688 9.90808 21.6447 9.86709 21.5962 9.83403C21.5188 9.78115 21.4401 9.73091 21.3562 9.68992C21.3457 9.68463 21.3339 9.68199 21.3208 9.68066V9.80495C21.3588 9.82346 21.3969 9.84197 21.4336 9.86444C21.4729 9.88824 21.5044 9.92394 21.5398 9.95435C21.5057 9.97551 21.4742 10.0046 21.4375 10.0152C21.3995 10.0257 21.3601 10.0337 21.3208 10.0416V10.1368C21.3418 10.117 21.3615 10.0971 21.3838 10.0786C21.3877 10.076 21.4178 10.0945 21.4165 10.0958C21.3995 10.1447 21.3811 10.1937 21.3615 10.2413C21.3575 10.2505 21.3444 10.2545 21.3405 10.2637C21.3339 10.277 21.3274 10.2902 21.3208 10.3034V10.6075C21.3247 10.6115 21.33 10.6168 21.3326 10.6207C21.351 10.6049 21.3877 10.5837 21.3851 10.5718Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5844 9.3398C21.5962 9.33451 21.6041 9.29088 21.5975 9.27369C21.5923 9.26047 21.5529 9.24725 21.5372 9.25386C21.448 9.28824 21.3811 9.27105 21.3208 9.23535V9.31733C21.3601 9.33848 21.4008 9.35831 21.4415 9.3755C21.4769 9.39137 21.5385 9.35963 21.5844 9.3398Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3575 8.43793C21.3536 8.42339 21.3562 8.40752 21.3575 8.39166C21.3588 8.35067 21.3588 8.31101 21.3601 8.27002C21.3483 8.28324 21.3339 8.29514 21.3208 8.30836V8.75261C21.3706 8.66402 21.3929 8.56354 21.3575 8.43793Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.60938 25.4437H8.13921V11.5425H7.60938V25.4437Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1577 25.4437H10.6875V11.5425H10.1577V25.4437Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.30762 25.4437H9.83745V11.5425H9.30762V25.4437Z%22 fill%3D%22white%22%2F%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.45898 25.4437H8.98882V11.5425H8.45898V25.4437Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat left center / 16px;
    font: 400 0.875rem/1.3 "Neue Haas Unica", Helvetica, Arial, sans-serif;
    font: var(--font-small);
    margin-top: 1rem;
  }

.show-book .metadata {
    margin: 2rem 0rem;
  }

.show-book .body {
    margin-bottom: 2rem;
  }

.show-book .cover {
    grid-column: 1 / span 3;
  }

@media screen and (max-width: 767px) {

.show-book .cover {
      grid-column: 1 / span 4;
  }
    }

.show-book .cover img {
      box-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
      box-shadow: var(--cover-shadow);
    }

.show-book .cover + .endorsements {
    grid-column: span 5;
  }

@media screen and (max-width: 767px) {

.show-book .cover + .endorsements {
      margin-top: 2rem;
      grid-column: 1 / span 4;
  }
    }

.show-book .author-info {
    --attachments-border: var(--text-color);
    grid-column: 13 / span 4;
  }

@media screen and (max-width: 767px) {

.show-book .author-info {
      grid-column: 1 / span 4;
  }
    }

.show-book .author-info figure.image {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 2rem;
      grid-column-gap: var(--gutter);
    }

.show-book .author-info figure.image picture {
        grid-column: span 4;
      }

.show-book .author-info figure.image.portrait picture {
        grid-column: span 3;
      }

.show-book .author-info figure.image figcaption {
        grid-column: span 4;
      }

.show-book .author_description {
    margin: 2rem 0rem;
  }

.show-book .sidebar-block {
    margin: 1rem 0rem;
  }

.show-book .sidebar-block:first-child {
    margin-top: 0px;
  }

.show-book .sidebar-block:last-child {
    margin-bottom: 0px;
  }

.book-carousel {
  --scroll-inset: calc(var(--outer-padding) + var(--column-width)*4 + var(--gutter)*4);
}

@media screen and (max-width: 767px) {

.book-carousel {
    --scroll-inset: var(--outer-padding);
}
  }

.book-carousel {

  display: grid;

  grid-template-columns: repeat(16, 1fr);

  grid-template-columns: repeat(var(--columns), 1fr);

  grid-column-gap: 2rem;

  grid-column-gap: var(--gutter);
}

.book-carousel .name {
    grid-column: 5 / span 12;
    padding: 2rem 0rem;
    border-top: 1px solid #8d8d8d;
    border-top: 1px solid var(--border-light-color);
    display: flex;
  }

@media screen and (max-width: 767px) {

.book-carousel .name {
      grid-column: 1 / span 4;
  }
    }

.book-carousel .controls {
    display: flex;
    gap: 0.5rem;
  }

.book-carousel .controls button {
      display: block;
      padding: 0rem;
      width: 2rem;
      height: 2rem;
      overflow: hidden;
      text-indent: -9000px;
      cursor: pointer;
    }

.book-carousel .controls button.previous {
      background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M5.734 12.214h2.532L4.123 7.951h9.207v-1.87H4.122l4.143-4.264H5.734L1.001 7.021l4.733 5.193z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") left 0 top 50%
        no-repeat;
      background-size: 1.25rem;
    }

.book-carousel .controls button.next {
      background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M8.266 1.817H5.744L9.877 6.08H.67v1.872h9.207l-4.133 4.263h2.522l4.733-5.194-4.733-5.204z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0rem top 50%
        no-repeat;
      background-size: 1.25rem;
    }

.book-carousel .books-wrapper {
    grid-column: 1 / span 16;
    grid-column: 1 / span var(--columns);
    overflow: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--scroll-inset);
    margin-left: -2rem;
    margin-left: calc(var(--outer-padding)*-1);
    margin-right: -2rem;
    margin-right: calc(var(--outer-padding)*-1);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

.book-carousel .books-wrapper::-webkit-scrollbar {
      display: none;
    }

.book-carousel .books {
    width: calc(75% - 3.5rem);
    width: calc(var(--column-width)*12 + var(--gutter)*11);
    margin-left: var(--scroll-inset);
    padding-bottom: 2rem;

    display: flex;
    gap: 1rem;
    gap: calc(var(--gutter)/2);
  }

@media screen and (max-width: 767px) {

.book-carousel .books {
      width: calc(25% - 2.5rem);
      width: calc(var(--column-width)*4 + var(--gutter)*3);
  }
    }

.book-carousel .book {
    --column-width: calc(8.3333333333% - var(--gutter)*11/12);
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: calc(25% - 1.5rem);
    width: calc(var(--column-width)*3 + var(--gutter)*2);
    flex-shrink: 0;
    scroll-snap-align: start;
  }

@media screen and (max-width: 767px) {

.book-carousel .book {
      --column-width: calc(25% - var(--gutter)*3/4);
      width: calc(50% - 1rem);
      width: calc(var(--column-width)*2 + var(--gutter)*1);
  }
    }

.book-carousel .book:last-child:after {
      --spacer-width: calc(var(--outer-padding) + var(--gutter)*1.5);
    }

@media screen and (max-width: 767px) {

.book-carousel .book:last-child:after {
        --spacer-width: calc(var(--outer-padding) + var(--gutter)*0.5);
    }
      }

.book-carousel .book:last-child:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      right: calc(0px - var(--spacer-width));
      width: var(--spacer-width);
      height: 10px;
    }

.book-carousel .cover {
    margin-bottom: 1rem;
    padding-bottom: 138%;
    position: relative;
  }

.book-carousel .cover figure {
      position: absolute;
      width: 100%;
      height: 100%;
    }

.book-carousel .cover img {
      -o-object-position: left bottom;
         object-position: left bottom;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.08));
      filter: drop-shadow(var(--cover-shadow));
    }

.content-page,
.content-column {
  --column-width: calc(8.3333333333% - var(--gutter)*11/12);
  --content-width: calc(var(--column-width)*9 + var(--gutter)*8);

  grid-column: 5 / span 12;

  margin-bottom: 4rem;
}

.content-page:first-child {
    margin-top: 0px;
  }

.content-column:first-child {
    margin-top: 0px;
  }

.content-page:last-child {
    margin-bottom: 0px;
  }

.content-column:last-child {
    margin-bottom: 0px;
  }

@media screen and (max-width: 1200px) {

.content-page,
.content-column {
    --content-width: 100%;
}
  }

@media screen and (max-width: 767px) {

.content-page,
.content-column {
    --column-width: calc(25% - var(--gutter)*3/4);
    grid-column: span 4;
}
  }

.content-page .excerpt,.content-column .excerpt {
    margin-bottom: 2rem;
  }

.content-page .excerpt:first-child {
    margin-top: 0px;
  }

.content-column .excerpt:first-child {
    margin-top: 0px;
  }

.content-page .excerpt:last-child {
    margin-bottom: 0px;
  }

.content-column .excerpt:last-child {
    margin-bottom: 0px;
  }

.content-page h1,.content-page h2,.content-page h3,.content-page h4 {
    clear: both;
  }

.content-page > .deadline {
    margin-bottom: 2rem;
  }

.content-page .body figure.image,.content-page .excerpt figure.image,.content-page figure.image.main {
    margin: 3rem 0rem;
    width: 100%;
    width: var(--content-width);
  }

.content-page .body figure.image.portrait,.content-page .excerpt figure.image.portrait,.content-page figure.image.main.portrait {
      max-width: calc(37.5% - 2.75rem);
      max-width: calc(var(--column-width)*6 + var(--gutter)*5);
    }

@media screen and (max-width: 1200px) {

.content-page .body figure.image.portrait,.content-page .excerpt figure.image.portrait,.content-page figure.image.main.portrait {
        max-width: calc(50% - 3rem);
        max-width: calc(var(--column-width)*8 + var(--gutter)*7);
    }
      }

@media screen and (max-width: 767px) {

.content-page .body figure.image.portrait,.content-page .excerpt figure.image.portrait,.content-page figure.image.main.portrait {
        width: calc(18.75% - 2.375rem);
        width: calc(var(--column-width)*3 + var(--gutter)*2);
    }
      }

.content-page .body figure.image.medium,.content-page .excerpt figure.image.medium,.content-page figure.image.main.medium,.content-page .body figure.image.right,.content-page .excerpt figure.image.right,.content-page figure.image.main.right,.content-page .body figure.image.left,.content-page .excerpt figure.image.left,.content-page figure.image.main.left {
      clear: both;
      margin-top: 0rem;
      margin-bottom: 2rem;
      width: calc(37.5% - 2.75rem);
      width: calc(var(--column-width)*6 + var(--gutter)*5);
    }

@media screen and (max-width: 1200px) {

.content-page .body figure.image.medium,.content-page .excerpt figure.image.medium,.content-page figure.image.main.medium,.content-page .body figure.image.right,.content-page .excerpt figure.image.right,.content-page figure.image.main.right,.content-page .body figure.image.left,.content-page .excerpt figure.image.left,.content-page figure.image.main.left {
        width: calc(50% - 3rem);
        width: calc(var(--column-width)*8 + var(--gutter)*7);
    }
      }

@media screen and (max-width: 767px) {

.content-page .body figure.image.medium,.content-page .excerpt figure.image.medium,.content-page figure.image.main.medium,.content-page .body figure.image.right,.content-page .excerpt figure.image.right,.content-page figure.image.main.right,.content-page .body figure.image.left,.content-page .excerpt figure.image.left,.content-page figure.image.main.left {
        width: calc(12.5% - 2.25rem);
        width: calc(var(--column-width)*2 + var(--gutter));
    }
      }

.content-page .body figure.image.small,.content-page .excerpt figure.image.small,.content-page figure.image.main.small {
      margin: 2rem 0rem;
      width: calc(18.75% - 2.375rem);
      width: calc(var(--column-width)*3 + var(--gutter)*2);
    }

@media screen and (max-width: 1200px) {

.content-page .body figure.image.small,.content-page .excerpt figure.image.small,.content-page figure.image.main.small {
        width: calc(25% - 2.5rem);
        width: calc(var(--column-width)*4 + var(--gutter)*3);
    }
      }

@media screen and (max-width: 767px) {

.content-page .body figure.image.small,.content-page .excerpt figure.image.small,.content-page figure.image.main.small {
        width: calc(12.5% - 2.25rem);
        width: calc(var(--column-width)*2 + var(--gutter));
    }
      }

.content-page .body figure.image.right,.content-page .excerpt figure.image.right,.content-page figure.image.main.right {
      margin-left: 2rem;
      margin-left: var(--gutter);
      margin-right: calc(18.75% - 0.375rem);
      margin-right: calc(var(--column-width)*3 + var(--gutter)*3);
      margin-top: 0rem;
      float: right;
    }

@media screen and (max-width: 1200px) {

.content-page .body figure.image.right,.content-page .excerpt figure.image.right,.content-page figure.image.main.right {
        margin-right: 0rem;
    }
      }

.content-page .body figure.image.left,.content-page .excerpt figure.image.left,.content-page figure.image.main.left {
      margin-right: 2rem;
      margin-right: var(--gutter);
      margin-top: 0rem;
      float: left;
    }

.content-page .body figure.image.main,.content-page .excerpt figure.image.main,.content-page figure.image.main.main,.content-page .body figure.image.large,.content-page .excerpt figure.image.large,.content-page figure.image.main.large {
      width: 100%;
      float: none;
    }

.employees {
  --content-width: 100%;

  display: grid;

  grid-template-columns: repeat(16, 1fr);

  grid-template-columns: repeat(var(--columns), 1fr);

  grid-column-gap: 2rem;

  grid-column-gap: var(--gutter);
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 767px) {

.employees {
    grid-template-columns: repeat(16, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
}
  }

.employees {
  grid-row-gap: 2rem;
  margin: 4rem 0rem;
}

.employees:first-child {
    margin-top: 0px;
  }

.employees:last-child {
    margin-bottom: 0px;
  }

.employees .employee {
    grid-column: span 3;
  }

@media screen and (max-width: 1200px) {

.employees .employee {
      grid-column: span 4;
  }
    }

@media screen and (max-width: 767px) {

.employees .employee {
      grid-column: span 2;
  }
    }

.employees figure.image {
    margin-bottom: 1rem;
  }

.employees .body {
    margin-top: 1rem;
  }

.content-page .expandable {
    border-top: 1px solid #8d8d8d;
    border-top: 1px solid var(--border-light-color);
    border-bottom: 1px solid #8d8d8d;
    border-bottom: 1px solid var(--border-light-color);
    margin: 4rem 0rem;
    padding: 1rem 0rem;
  }

.content-page .expandable:first-child {
    margin-top: 0px;
  }

.content-page .expandable:last-child {
    margin-bottom: 0px;
  }

.content-page .expandable + .expandable {
    border-top: 0px;
    margin-top: -4rem;
  }

.content-page .expandable-toggle {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0rem;
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.398 15.203a.563.563 0 0 1-.795 0L5.868 9.468a.562.562 0 0 1 0-.795l.265-.266c.22-.22.576-.22.796 0L12 13.48l5.071-5.072c.22-.22.576-.22.796 0l.265.266c.22.22.22.575 0 .795l-5.735 5.735z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0rem bottom 50%
      no-repeat;
    background-size: 1.5rem;
    padding-right: 2rem;
  }

.content-page .expandable-content {
    display: none;
    margin-top: 1.125rem;
  }

.content-page .expandable-expanded .expandable-toggle {
      background-image: url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.602 8.282c.22-.22.576-.22.796 0l5.735 5.735c.22.22.22.576 0 .796l-.266.265a.562.562 0 0 1-.795 0L12 10.006l-5.072 5.072a.562.562 0 0 1-.795 0l-.266-.265a.562.562 0 0 1 0-.796l5.735-5.735z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E");
    }

.content-page .expandable-expanded .expandable-content {
      display: block;
    }

.focus-collection-category {
  margin-top: 4rem;
  padding: 2rem 0rem;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
}

.focus-collection-category + .focus-collection-category {
    margin-top: 0rem;
  }

.books-grid {
  --content-width: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2rem;
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 767px) {

.books-grid {
    grid-template-columns: repeat(16, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
}
  }

.books-grid .book {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    grid-column: span 3;
  }

.books-grid .book:hover .author,.books-grid .book:focus .author {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

@media screen and (max-width: 1200px) {

.books-grid .book {
      grid-column: span 4;
  }
    }

@media screen and (max-width: 767px) {

.books-grid .book {
      grid-column: span 2;
  }
    }

.books-grid .cover {
    margin-bottom: 1rem;
    padding-bottom: 138%;
    position: relative;
  }

.books-grid .cover figure {
      position: absolute;
      width: 100%;
      height: 100%;
    }

.books-grid .cover img {
      -o-object-position: left bottom;
         object-position: left bottom;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.08));
      filter: drop-shadow(var(--cover-shadow));
    }

footer {
  --text-color: var(--neutral-0);
  padding-left: 2rem;
  padding-left: var(--outer-padding);
  padding-right: 2rem;
  padding-right: var(--outer-padding);
}

footer > .inner {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

footer {
  background: #d93e00;
  background: var(--orange);
  border-top: 2px solid #161616;
  border-top: var(--hr);
  padding-top: 2.125rem;
  padding-bottom: 5rem;
}

footer,footer a,footer a:visited {
    color: #161616;
    color: var(--text-color);
  }

footer .site-name {
    grid-column: span 16;
    margin-bottom: 1.5rem;
  }

@media screen and (max-width: 767px) {

footer .site-name {
      grid-column: span 4;
  }
    }

footer .contact,footer .links {
    grid-column: span 8;
  }

@media screen and (max-width: 767px) {

footer .contact,footer .links {
      grid-column: span 4;
  }
    }

footer .links {
    align-self: end;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }

footer .links ul {
      list-style-type: none;
      margin: 0rem;
      padding: 0rem;
    }

footer .links a:visited {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

footer .links a {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

footer .links a:hover,footer .links a:focus {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

@media screen and (max-width: 767px) {

footer .links {
      margin-top: 1.5rem;
      grid-column: span 4;
      justify-content: flex-start;
      text-align: left;
  }
    }

footer .bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    grid-column: span 16;
    border-top: 2px solid #161616;
    border-top: 2px solid var(--text-color);
    display: flex;
    gap: 2rem;
    gap: var(--gutter);
    justify-content: space-between;
  }

@media screen and (max-width: 767px) {

footer .bottom {
      grid-column: span 4;
      flex-direction: column;
  }
    }

footer .legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
  }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  padding: 1rem;
  border: 1px solid #8d8d8d;
  border: 1px solid var(--border-light-color);
  outline-width: 2px;
  outline-offset: -2px;
}

.content-page input[type="text"],.content-page input[type="password"],.content-page input[type="email"],.content-page textarea:not(.does-not-exist) {
    width: 100%;
  }

button {
  color: #ffffff;
  color: var(--neutral-0);
  background: #161616;
  background: var(--neutral-1000);
  border: none;
  border-radius: 0px;
  padding: 0.75rem;
}

button:disabled {
    opacity: 0.5;
  }

.search-bar form {
  display: flex;
  flex: 1;
  max-width: 30rem;
}

.search-bar form input {
    flex: 1;
    padding: 0.75rem 1rem;
  }

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

label.hidden-label {
    display: none;
  }

fieldset {
  border: none;
  padding: 0rem;
}

header {
  padding-left: 2rem;
  padding-left: var(--outer-padding);
  padding-right: 2rem;
  padding-right: var(--outer-padding);
}

header > .inner {
    display: flex;
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

header {
  border-bottom: 2px solid #161616;
  border-bottom: var(--hr);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header a,header a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

header .inner {
    gap: 1rem 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

header .logo,header nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

header .logo {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2258%22 height%3D%2264%22 viewBox%3D%220 0 58 64%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cg clip-path%3D%22url(%237tx39ns6va)%22 fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 fill%3D%22%23D93E00%22%3E        %3Cpath d%3D%22m3.776 5.43 9.1-5.211 33.971 58.357-9.1 5.21L3.776 5.43zM54.513 53.614c.43-.2.829-.467 1.236-.707-.067-.067-.134-.138-.228-.182-.35.11-.686.164-.99.297-.188.085-.327.285-.489.431.157.063.363.214.47.16zM55.087 54.565c.004-.076.111-.147.183-.21.014-.013.094.027.117.059.071.11.134.23.197.346.054-.133.107-.27.166-.404.031-.071.071-.142.134-.236-.085-.284-.166-.4-.556-.32-.484.098-.636.427-.887.72-.296.342-.318.765-.009 1.09.099.106.3.195.43.168.094-.018.189-.236.207-.373.03-.28-.005-.565.017-.84zM56.56 56.435c-.044.116-.111.232-.125.352-.022.2-.004.404.018.63.17-.15.34-.31.444-.51.045-.09-.036-.258-.099-.37-.031-.062-.152-.07-.237-.102zM53.518 11.92c-.144.169-.31.298-.426.458-.067.098-.076.244-.085.369 0 .017.139.08.202.066.385-.07.546-.573.309-.893zM53.106 7.258c-.184-.285-.368-.262-.529-.036a.42.42 0 0 0-.04.231c.175.05.354.08.533.111.013-.084.022-.173.036-.306z%22%2F%3E        %3Cpath d%3D%22M57.058 58.12c-.004.044.08.12.139.138.036.013.103-.023.134-.045v-2.458a.259.259 0 0 1-.067-.093.71.71 0 0 1 .067-.475v-2.258c-.058-.036-.12-.116-.17-.178-.264-.355-.569-.364-.717.031-.09.236-.139.369-.408.334-.035-.005-.112.093-.125.15-.076.36.148.583.57.56.223-.013.519-.137.649-.04.3.227-.224.267-.18.467.122.534-.215.898-.448 1.311-.3.53-.246.6.345.64.144.01.395.12.395.187.009.347-.045.693-.085 1.04-.027.24-.076.462-.099.689zM56.22 51.622c.067-.16.242-.369.188-.47-.22-.428-.502-.823-.788-1.254-.157-.102-.292-.174-.421-.25.058.143.12.285.179.423.184.422.354.849.555 1.262.059.111.193.192.287.29zM47.182 10.595c.161.05.322.116.488.143.112.017.314-.058.34-.014.193.33.35.676.525 1.018.05.093.12.173.184.258.049-.116.157-.25.13-.338-.072-.222-.206-.427-.318-.693-.153-.796-.153-.8-.986-.61-.13.027-.242.152-.363.236zM52.452 13.4c.004-.116-.135-.236-.211-.356.009.08.054.183.018.24-.058.098-.162.174-.273.28a3.69 3.69 0 0 0-.095.476c.121-.076.265-.129.35-.231.107-.111.206-.267.21-.409zM57.332 50.862V49.77c-.113-.058-.242-.036-.435.151-.112.107-.242.2-.363.298.103.124.206.253.336.404.269.04.403.13.462.24zM51.25 54.8c.184.213.565.258.861.378-.013-.182-.027-.365-.045-.542-.009-.13-.022-.254-.036-.383.13.063.256.134.386.191.08.036.166.058.25.09.01-.276.1-.587.005-.823-.157-.409-.461.084-.699-.035.242-.44.04-.614-.38-.538-.202.035-.373.244-.565.355-.166.094-.345.165-.52.25-.036-.12-.04-.259-.112-.352-.085-.111-.224-.182-.336-.267-.058.09-.166.178-.166.267-.005.342-.005.649-.48.676-.09.004-.17.16-.282.266-.045.191-.13.396-.063.511.108.178.319.298.484.445-.026-.129-.107-.276-.076-.387.08-.258.21-.502.323-.746.416.342 1.053.186 1.452.644zm.4-.564c.004.155.004.315.008.47-.138-.102-.282-.2-.425-.302.175-.093.296-.129.417-.169zM51.86 11.889c.188-.173.395-.351.511-.573.094-.178.067-.418.094-.627l-.255.498c-.01.013-.023.022-.063.062-.184.058-.34.115-.502.124-.435.023-.367.4-.475.645-.031.075 0 .182.005.275.125-.097.242-.208.376-.293.09-.058.233-.044.31-.111zM53.518 11.866c0-.297.009-.573-.004-.844-.005-.089-.081-.173-.121-.262-.095.089-.22.16-.283.27-.12.223-.17.485-.313.69-.117.169-.336.266-.493.409-.094.084-.162.2-.238.302.09.062.184.182.264.173a.576.576 0 0 0 .355-.186c.22-.285.398-.6.833-.552zM56.3 49.227c-.241-.293-.313-.036-.335.089-.032.16.022.333.04.502.242-.044.48-.093.721-.138-.134-.142-.268-.284-.425-.453zM57.054 43.16c-.023.169-.04.338-.086.498-.009.03-.134.03-.206.048-.004-.16 0-.315-.022-.47a1.385 1.385 0 0 0-.108-.37c-.013-.03-.156-.044-.165-.03-.126.24-.292.48-.328.733-.022.146.126.426.26.475.408.151.435.8.932.818v-1.973l-.233-.174c-.017.147-.026.298-.044.445zM57.175 45.435a5.518 5.518 0 0 0-.108.898c0 .058.152.12.264.169v-1.058c-.08-.009-.156-.018-.156-.009zM56.534 14.476a1.36 1.36 0 0 0-.26.528c-.014.076.161.263.26.272.166.013.421-.027.493-.138.107-.165.206-.338.3-.511V13.6l-.027.04c-.045.053-.184.022-.278.031-.004-.08-.027-.169-.004-.244a.243.243 0 0 1 .139-.143.647.647 0 0 0 .166-.075v-.378c-.04-.04-.086-.08-.135-.12-.054-.044-.099-.098-.148-.142.058-.271.162-.365.278-.378v-.55l-.255.026c-.027-.334-.05-.671-.077-1.005.13-.178.233-.329.332-.47v-.77c-1.035-.08-1.264.37-1.59 1.063-.265.568-.014.937.604 1.124.157.049.359.267.372.422.031.32-.09.658-.076.982.018.414-.054.725-.529.805-.045.009-.072.102-.103.155.063.031.13.085.197.09.206.013.417-.019.619.013.085.013.148.142.224.217-.072.063-.14.147-.22.174-.076.026-.246-.04-.282.009zm-.023-3.752c-.053.125-.16.227-.246.338a23.454 23.454 0 0 0-.045-.56c.282-.089.386.005.291.223zm.332-.702c.045-.03.094-.057.139-.089l.067.258c-.099-.018-.152-.093-.206-.169zM55.292 48.791c.027.08.126.182.193.187.072.004.184-.093.21-.17.072-.208.113-.426.189-.67-.408-.08-.726.258-.592.653zM55.84 45.818c.022.08.049.16.098.267a.791.791 0 0 0 .175-.24 57.648 57.648 0 0 1-.274-.027zM57.05 48.671c.07.138.093.378.187.409l.09.027v-2.245a1.214 1.214 0 0 0-.3-.044c-.04 0-.094-.138-.108-.218-.022-.124-.013-.253-.018-.382-.09.11-.246.217-.255.337-.027.303-.112.663.327.792.099.026.188.07.282.11-.134.054-.269.16-.394.152-.188-.009-.363-.12-.551-.151-.08-.014-.175.07-.26.11.054.063.103.13.157.192.21.227.425.449.663.698.08.084.143.142.18.213zM56.713 48.867c-.067-.103-.166-.178-.26-.258-.045.067-.085.133-.13.204.126.023.247.05.39.054zM54.768 56.31c.09.063.184.076.274.09 0-.023.009-.067.004-.067a.5.5 0 0 0-.278-.022zM57.331 59.902v-.933c-.018-.014-.04-.027-.058-.045-.027.151-.067.303-.08.454-.005.057.044.115.067.226-.018.165.009.258.071.298zM54.455 50.334c.165.128.331.2.501.275-.049-.164-.103-.324-.139-.489-.035-.173-.053-.35-.085-.524-.009-.054-.04-.13-.076-.138-.063-.018-.157-.018-.21.018-.417.27-.095.538.009.858zM54.965 45.747c.01-.071-.112-.156-.175-.231-.071.12-.201.244-.197.355.01.147.148.28.202.427.04.124.05.262.054.391 0 .071-.04.142-.063.213.08.01.161.023.246.023.234 0 .592-.103.677.008.206.263.31.13.484-.026-.224-.205-.457-.498-.73-.538-.422-.067-.538-.236-.498-.622zM55.225 43.125c-.192-.01-.39-.023-.582.004a.46.46 0 0 0-.278.165c-.032.035.031.217.08.23.588.17.641.534.44 1.036-.032.076.071.209.112.316.134-.071.295-.111.385-.218.058-.071.014-.231.014-.4-.1-.285-.193-.52-.283-.756a.44.44 0 0 1 .135-.066c.08-.023.174-.01.237-.05.036-.021.04-.168.014-.181a.57.57 0 0 0-.274-.08zM53.545 53.115c.367-.168.717-.333 1.053-.51.103-.054.18-.156.269-.236-.108-.062-.21-.165-.323-.173-.878-.094-1.026.044-1 .92zM54.455 48.658c.013.111.035.222.053.333.085-.084.215-.155.247-.258.049-.15.009-.328.04-.484.027-.147.103-.28.161-.418.023-.053.063-.098.094-.146-.049-.01-.103-.036-.143-.023a.972.972 0 0 0-.354.205c-.264.262-.125.533-.098.79zM53.953 44.547c.004.057.192.11.295.115.086-.24.175-.426.26-.618-.139.036-.313.032-.408.116-.098.084-.152.258-.147.387zM53.868 43.12c.098-.013.179-.155.273-.226.139-.103.282-.267.435-.276.331-.013.663.089.994.076.27-.01.753.235.66-.41-.014-.088.089-.2.138-.297.09.058.22.102.255.182.095.218.18.267.404.125.13-.085.224-.13.3-.152v-.804c-.099-.053-.197-.102-.287-.169-.197-.151-.295-.453-.39-.702-.013-.04.274-.16.372-.28.108-.133.265-.378.215-.458-.16-.253-.018-.44.09-.627v-.426c-.022.013-.054.026-.063.049-.273.515-.99.79-1.532.582-.08-.031-.188-.013-.283-.013.032.07.05.155.099.217.215.258.488.48.645.77.17.315.426.621.247 1.057-.224.547-.587.876-1.174.738-.744-.174-1.34-.027-1.82.555-.12.147-.188.334-.282.503.238 0 .475.022.704-.014zm3.262-1.524.12.346a8.424 8.424 0 0 0-.353-.062c.045-.129.139-.204.233-.284zM49.548 3.16c-.448.29-.014.587.063.831.076.245.448.396.694.582.005.005.076-.053.072-.066-.068-.21-.117-.582-.215-.596-.462-.066-.47-.43-.614-.75zM50 6.218c.027.089.184.2.283.204.242.005.52-.573.434-.915-.228-.018-.77.533-.717.71zM51.654 18.649c.067-.058.148-.111.201-.183.054-.075.072-.23.13-.244.453-.084.26-.329.215-.6-.04-.24-.237-.644.296-.68.032-.004.081-.058.081-.093 0-.036-.05-.107-.067-.107-.256.049-.677-.191-.681.382-.081.445.143.92-.278 1.271-.018.018.067.165.103.254zM50.758 6.956c-.377.16-.713.026-1.058-.098-.067-.022-.197.115-.296.182.175.142.354.285.583.422.296-.035.542-.049.775-.115.076-.022.117-.178.152-.285.005-.017-.12-.12-.156-.106zM53.796 20.845c.013-.08.022-.16.036-.294-.005-.298.072-.582-.032-.778-.192-.364-.595-.409-.976-.346-.126.022-.229.169-.346.258.121.084.247.244.359.235.529-.058.784.098.695.667-.01.07.17.169.264.258z%22%2F%3E        %3Cpath d%3D%22M55.942 20.942c.153-.035.314-.053.457-.115.135-.058.713-1.076.762-1.245.027-.093.108-.173.17-.262v-1.106c-.139.155-.027.364-.062.542-.027.12-.081.235-.121.35-.099-.101-.242-.186-.296-.31-.13-.307-.193-.64-.327-.947-.14-.311-.395-.324-.717-.262-.229.044-.484-.049-.73-.084.515-.338.972-.423 1.474-.098.215.137.56-.014.78.15v-1.724c-.005 0-.005-.004-.005-.004a5.554 5.554 0 0 0-1.16-.325c-.417-.07-.583-.328-.386-.75.139-.29.21-.476-.238-.52-.143-.014-.277-.236-.394-.383-.04-.049.005-.16.01-.244.062.009.124.013.183.026.614.138 1.133-.466.954-1.11-.036-.125-.103-.272-.067-.379.112-.324-.045-.382-.314-.368-.394.022-.775.053-.542-.56.076-.196.023-.445.01-.667-.032-.476.192-.778.608-.982.13-.063.26-.151.359-.258.108-.111.18-.258.264-.391-.17.022-.358.013-.51.075-.26.107-.99-.026-1.009-.266-.031-.356.04-.738.153-1.08.094-.28.309-.525.685-.414.063.018.121.071.18.111-.18.236-.359.48-.543.712-.08.097-.183.177-.282.266.139.12.278.338.417.338.448 0 .892-.084 1.34-.129.08-.009.165.018.25.031-.03.071-.053.147-.09.218-.044.084-.102.164-.156.244.094-.013.188-.017.278-.04V7.96h-.009c-.269.036-.533.134-.798.196-.076.018-.157.013-.233.018.014-.063.027-.125.032-.187.035-.293.058-.591.112-.885.018-.102.103-.19.161-.288.085.066.175.128.247.204.13.133.224.311.376.404a.257.257 0 0 0 .112.032V6.67l-.005.005c-.403.253-.313-.294-.528-.41-.215-.115-.319-.435-.475-.661-.032-.045-.063-.111-.108-.125-.448-.12-1.017.445-.923.885.027.133.031.324-.045.413a7.48 7.48 0 0 1-.842.84c-.099.084-.274.084-.413.124-.022-.11-.049-.217-.058-.328-.009-.103.04-.267-.009-.298-.134-.094-.309-.134-.47-.196-.014.085-.063.182-.036.254.242.648-.354.813-.681 1.062-.583.43-1.237.76-1.85 1.15-.167.108-.288.28-.431.428.282-.045.605-.018.842-.147.426-.236.794-.573 1.201-.845.126-.084.35-.177.444-.124.22.124.39.338.569.524.005.005-.121.178-.148.17-.542-.218-.887.15-1.241.43-.08.063-.596.036-.161.356-.086.084-.157.196-.26.244-.26.12-.556.178-.793.33-.113.07-.13.297-.189.457.117-.018.251-.009.35-.062.372-.196.878-.32 1.066-.631.368-.614.937-.685 1.502-.902.354-.138.609-.512.918-.77.08-.066.188-.097.287-.146-.023.084-.058.169-.072.253-.08.556-.215 1.111.103 1.64.04.067.112.152.099.214-.054.222-.135.435-.206.653-.068-.187-.112-.387-.21-.556-.162-.28-.328-.537-.104-.857.009-.014-.09-.13-.09-.125-.192.125-.394.245-.55.405-.041.04.075.226.111.346.045.138.085.276.121.414.04.173.032.369.117.52.116.217.278.36.027.63-.108.12.004.445.026.672 0 .022.095.031.14.049.071-.213.233-.445.188-.631-.068-.311.018-.37.29-.356.225.014.453-.009.678.005.103.004.201.057.3.088-.072.09-.126.205-.215.272-.354.262-.69.577-1.09.746-.264.116-.649.094-.931-.004-.381-.133-.368.058-.35.293.018.316.117.565.524.458.045-.013.126-.018.148.009.377.444.489.293.466-.196 0-.04.068-.084.108-.124.031.049.09.093.094.142.018.618.027 1.231-.488 1.716.009.226.053.453.076.68.027.302-.05.542-.417.555-.157.005-.314-.013-.466.013-.063.014-.103.12-.152.187.058.036.116.102.179.107.358.018.717.413 1.075.004.072-.08.13-.173.206-.249.068-.062.153-.11.23-.164.026.084.102.2.07.253-.098.17-.205.382-.367.454-.39.173-.403.409-.291.76.045.137-.067.324-.112.484-.085-.115-.193-.222-.255-.347-.059-.11-.054-.253-.113-.364-.098-.182-.228-.351-.349-.524-.193.15-.538.293-.551.462-.072.902-.735 1.324-1.345 1.809a1.06 1.06 0 0 0-.309.337c-.04.076-.004.227.059.303.03.04.206.022.273-.027.3-.222.587-.467.878-.707.251-.2.475-.466.762-.573.157-.058.466.107.623.253.439.418.82.898 1.26 1.32.317.307.125.476-.113.631-.157.103-.354.147-.533.214-.135.049-.386.075-.39.133-.023.178.036.373.094.551.009.022.202.027.278-.018.184-.102.34-.257.529-.346.053-.027.188.106.282.169.054.035.103.084.157.128.085-.288.547-.395.345-.835-.126-.276-.193-.636.255-.76.072-.018.166.027.251.044-.022.063-.045.12-.067.183-.08.169-.13.31-.184.448zm.103-14.728a.927.927 0 0 1 .126.31c.004.027-.126.076-.193.112l-.067-.36c.045-.09.12-.09.134-.062zm-1.649 2.275c-.036.027-.09.031-.134.04a3.214 3.214 0 0 1-.462.071c-.018 0-.049-.138-.071-.213.148-.036.29-.067.439-.107.031-.009.053-.03.08-.049.175-.026.296 0 .417.023-.09.084-.175.164-.269.235zm1.098 4.28a.635.635 0 0 1 .3-.009c-.053.13-.094.258-.16.378-.019.027-.113.009-.171.013.009-.128.022-.253.031-.382zm.6 2.996c.413.31.78.68 1.166 1.026-.511-.093-.977-.226-1.228-.697-.018-.036-.076-.058-.121-.076-.103-.044-.21-.084-.314-.129.17-.049.413-.191.498-.124zm-1.173-.88c.058.018.165.044.165.058-.009.15-.035.302-.058.448-.116-.013-.139-.022-.139-.035.01-.151.018-.311.032-.471zm-.337 3.084c-.071.014-.156-.027-.233-.044.077-.076.099-.111.126-.12.125-.036.255-.071.385-.09.023-.004.054.09.081.139-.121.04-.237.093-.358.115zm.233-1.747c-.156-.15-.246-.297-.246-.448 0-.09.148-.174.229-.258.058.084.107.178.174.258.144.177.296.35.44.528.053.067.098.143.143.218-.08 0-.175.023-.242-.009-.17-.088-.332-.19-.497-.288zm.937 1.854c.139-.031.175-.062.215-.098.04.093.076.191.117.284-.175.04-.345.094-.52.116-.054.005-.117-.071-.17-.107.116-.066.237-.129.358-.195zm-.107 2.053c-.027.018-.104-.044-.153-.071.036-.04.072-.084.112-.124l.408-.414-.435-.378c-.085-.075-.17-.146-.255-.217.12-.04.25-.13.363-.111.336.044.672.128 1.004.195.049.191.098.409.031.462-.34.245-.708.45-1.075.658zM51.546 6.636c-.143-.022-.237-.071-.327-.058-.067.009-.13.084-.192.133.12.08.233.191.363.214.049.009.139-.187.156-.29zM49.266 5.653c.067.129.152.245.233.365.058-.16.17-.32.165-.476-.004-.209-.125-.36-.376-.12-.027.098-.05.178-.022.231zM48.083 12.529c-.095.08-.184.16-.278.293a.566.566 0 0 0 .282.08c0-.124-.005-.249-.005-.373z%22%2F%3E        %3Cpath d%3D%22M50.458 12.822c.053.116.12.227.152.347.08.346.188.693.197 1.044.009.41.269.391.51.334.055-.014.077-.356.028-.52-.094-.316-.287-.57-.14-.956.073-.195.288-.716-.353-.693-.05 0-.117-.2-.153-.316-.03-.084-.026-.182-.04-.271-.05.08-.157.173-.143.245.049.324-.058.617-.336.728-.444.174-.404.552-.498.876-.058.2-.072.413-.08.622.085.022.143.053.201.071.13.031.26.058.39.09 0-.143.005-.285.005-.428 0-.275-.027-.55.013-.822.013-.124.157-.235.247-.35zM48.741 8.24a100.53 100.53 0 0 0 0 2.018c0 .062.059.129.094.19.054-.066.108-.137.189-.23.026-.076.008-.133.026-.178.18-.449.381-.876.126-1.391-.072-.147.139-.436.22-.658.09.16.192.311.273.476.05.102.054.306.112.32.228.057.475.053.712.075-.098-.106-.201-.213-.3-.324-.009-.01-.004-.036 0-.05.09-.706-.493-.595-.887-.72-.444-.137-.56.108-.565.472zM50.964 8.258c.044.062.22.106.269.07.264-.195.524-.404.748-.644.058-.062-.009-.248-.04-.4-.52-.022-.83.254-1.027.667-.04.08-.008.231.05.307zM48.154 16.142c-.058.076-.063.187-.094.28.121.036.255.12.368.098.116-.026.286-.146.295-.244.068-.623.619-.72 1.017-.991.162-.111.238-.343.35-.52-.157.004-.314.008-.493.04-.09.075-.152.168-.22.173-.313.018-.636-.022-.945.018-.157.022-.332.15-.43.28-.072.093-.04.27-.058.409.12-.072.237-.152.363-.21.062-.03.139-.03.21-.044 0 .116.045.254-.009.338-.09.142-.25.24-.354.373zM47.616 13.595c.018.13.157.24.291.36a1.012 1.012 0 0 0-.004-.448c-.018-.094-.076-.183-.116-.272-.063.12-.184.25-.17.36zM48.342 3.72l.18.093a.776.776 0 0 0-.018-.24.462.462 0 0 0-.162.147zM47.397 8.231c.018.156.085.431.139.436.322.013.69.173.972-.2.027-.111.04-.2.023-.285-.072-.368-.292-.528-.677-.52-.399.014-.498.24-.457.57zM48.029 6.16c-.018.458-.184.253-.363.09-.045-.04-.157-.01-.238-.01.05.071.09.16.153.213.21.187.42.374.65.534.107.075.255.093.385.133.027-.129.053-.258.053-.413-.165-.187-.295-.356-.443-.511-.045-.031-.135-.023-.197-.036zM50.099 50.333c.076-.097.18-.182.224-.293.054-.115.054-.249.076-.431-.152-.138-.31-.222-.462-.311.018.164.032.329.045.493.005.067-.013.138.005.205.031.12.076.226.112.337z%22%2F%3E        %3Cpath d%3D%22M48.885 52.16c.224.462.91.796 1.37.618.283-.107.36-.053.485.187.076.15.215.426.488.053.112-.156.583-.173.825-.084.278.106.542.368.703.63.197.325.453.187.641.12.25-.088.318-.324.103-.568-.157-.027-.34-.014-.417-.094-.309-.333-.55-.688-1.08-.773-.34-.053-.336-.569-.026-.782.492-.338.604-.622.376-1.102-.135-.29-.336-.552-.511-.818 0 0-.063.022-.08.049-.086.102-.193.195-.238.315-.076.191-.112.396-.166.591.175.014.35.018.52.045.103.013.202.058.3.089-.045.102-.067.235-.143.293-.094.076-.242.08-.359.129-.148.067-.399.138-.412.231-.04.338-.48.667-.054 1.027.063.057.085.16.13.244-.103-.022-.224-.013-.3-.067-.35-.244-.681-.444-1.138-.217-.077.04-.27-.147-.408-.227.125-.058.242-.133.372-.16.134-.027.278-.013.412-.004.273.013.47.009.359-.383-.059-.209.062-.457.085-.693.013-.142 0-.284-.005-.427-.134.103-.282.192-.399.316-.044.044.023.213-.017.24-.153.093-.323.2-.493.204-.108.005-.3-.15-.319-.257-.071-.396-.071-.805-.125-1.21-.022-.164-.116-.315-.18-.475-.102.045-.282.071-.295.133-.04.178-.094.467 0 .543.367.306.116.644.125.969.01.253-.34.613.202.733.027.004.067.147.045.173-.05.058-.157.071-.206.13-.08.084-.197.221-.17.28zM54.858 41.191c-.498-.364-.982-.031-1.39.129-.241.098-.318.6-.443.947.09-.13.515-.058.287-.392.098-.066.197-.182.3-.195.538-.053 1.075-.062 1.613-.12.162-.018.453-.182.444-.236-.072-.369-.143-.769-.35-1.07-.13-.192-.255-.32-.25-.565.004-.196-.063-.396-.1-.591-.111.129-.223.262-.335.39-.023.027-.045.054-.072.072-.43.244-.721.742-1.326.684-.103-.009-.224.17-.332.267-.005.004.067.124.099.124.322-.017.68.032.959-.093.546-.249.936-.156 1.151.396.027.07.032.195-.013.235-.045.05-.188.058-.242.018zM49.279 13.142c.04-.044.045-.208.009-.23a2.805 2.805 0 0 0-.623-.272c.108.191.233.369.38.52.041.04.194.027.234-.018zM53.155 39.622c-.148-.08-.31-.142-.466-.213a.61.61 0 0 0 0 .31c.202.023.35.045.502.072-.014-.062-.005-.151-.036-.169zM48.647 4.764c-.009.058.08.191.117.187.098-.009.22-.044.277-.116a1.21 1.21 0 0 0 .193-.435c-.166.009-.318.018-.434.084-.081.05-.135.178-.153.28zM49.696 11.049c-.094.298-.063.636-.076.96-.005.08.008.187.058.24.044.049.188.08.22.053.057-.057.075-.16.084-.249.04-.364.05-.737.121-1.093.018-.084.229-.129.372-.218.094-.346-.183-.346-.3-.266-.197.133-.408.346-.48.573zM48.741 14.058c.076-.08.099-.16.121-.24h-.246c.027.08.049.16.125.24zM56.977 23.231c-.107-.044-.228-.071-.34-.107.134-.07.34-.23.39-.19.12.093.215.101.304.08v-.707c-.125.049-.273.062-.367.142-.48.386-.941.8-1.42 1.186-.148.12-.39.16-.489.303-.264.382-.51.782-.685 1.209-.112.266.17.43.488.31.497-.19.61-.573.533-1.057-.013-.08.014-.204.067-.244a7.03 7.03 0 0 1 .713-.41c.08-.04.246-.07.273-.03.058.075.058.2.063.306 0 .036-.063.098-.103.107-.592.12-.556.671-.744 1.062-.018.04.103.191.117.187.192-.076.448-.12.555-.267.386-.529.807-1.062.847-1.756-.004-.035-.125-.093-.202-.124zM57.331 51.853v-.715c-.03.08-.08.164-.147.258-.036.044-.05.142-.023.19.05.09.108.187.17.267zM56.538 38.28c-.018-.027-.12.013-.188.022.045.094.085.187.157.307a.742.742 0 0 0 .233.018c-.063-.116-.121-.24-.202-.347zM49.508 14.675l.067-.31a.119.119 0 0 0-.027-.098 2.285 2.285 0 0 0-.175.369l.135.04zM56.82 36.431c-.084-.009-.25.116-.273.205-.027.106.027.28.112.346.063.05.229-.022.34-.057.104-.032.225-.098.328-.138v-2.01c-.076.014-.161.019-.17.054-.067.218-.144.44-.144.662-.004.183.103.37.14.556.053.258.004.427-.332.382zM55.508 25.987c-.202.355-.359.738-.534 1.16a.984.984 0 0 1-.35.204c-.08.027-.174.027-.259.04.04.085.054.2.121.24.121.071.3.16.399.12.125-.053.206-.23.296-.36.076-.11.125-.315.21-.329.359-.053.421-.27.417-.573-.005-.28.166-.249.34-.164.1.049.189.133.292.16.071.017.166-.036.246-.058-.05-.05-.094-.111-.152-.142-.21-.116-.417-.24-.64-.32-.113-.045-.35-.045-.386.022zM56.633 25.809c-.077-.173-.166-.338-.247-.511-.022.155-.076.315-.05.462.019.098.162.169.274.222.027-.07.045-.129.023-.173zM53.648 24.338c.112-.054.197-.138.287-.218l-.068-.067c-.08.085-.16.174-.22.285zM48.006 45.969c-.085.12-.116.28-.175.418.225.044.449.097.52-.258.256-.182.507-.316.704-.502.278-.263.26-.636.085-.907-.25-.391-.86-.347-1.075.062-.081.156-.014.382-.018.578.094-.084.183-.178.29-.245.064-.04.158-.03.238-.048-.009.08.01.182-.031.24-.17.235-.376.435-.538.662zM51.528 45.569c-.026.084.01.187.018.28.072-.04.184-.058.21-.12a.487.487 0 0 0-.004-.347c-.112.063-.201.116-.224.187zM48.513 50.382c.246-.08.255-.297.098-.537-.26-.236-.466-.16-.618.062-.04.062.004.253.072.302.125.098.322.213.448.173zM47.415 46.649l-.206.204c.147.094.286.232.448.267.103.022.237-.102.358-.164-.103-.111-.197-.24-.322-.33-.054-.035-.166-.004-.278.023zM47.137 52.009c-.345-.28-.175-.627-.188-.956h-.099v1.645c.067-.12.157-.231.215-.351.054-.103.112-.303.072-.338zM47.594 49.52c.05-.08.063-.182.108-.267.044-.089.107-.169.16-.257-.12 0-.268-.045-.353.004-.13.075-.238.213-.323.342-.12.191-.206.414-.336.596v.724c.01-.004.023-.009.032-.018.282-.333.483-.742.712-1.124zM50.386 44.426c-.117-.093-.233-.182-.345-.275-.05.08-.103.155-.153.235.086.023.175.05.314.072.09-.01.135-.023.184-.032zM47.791 48.08c.121-.418-.3-.538-.555-.729-.036-.027-.113.013-.153-.009a.524.524 0 0 0-.233-.071v1.098h.112c.31.013.713.12.83-.29zM47.065 46.355c-.072.014-.143.023-.215.036v.396l.014-.014c.098-.11.139-.275.201-.418zM46.998 51.053c.251 0 .48.01.708-.004.103-.005.206-.054.305-.08-.072-.076-.14-.165-.22-.227-.421-.293-.587.093-.793.311zM48.383 38.809c-.202-.049-.413-.111-.619-.111-.125 0-.25.106-.376.164.085.08.175.16.287.267.246-.022.47-.062.685-.125.027-.013.032-.195.023-.195zM52.183 42.538c.013.16-.027.364.058.47.085.107.291.112.448.112-.05-.236-.076-.431-.161-.6-.018-.04-.224.009-.345.018zM48.638 39.822c.027.138.05.222.076.311.045-.03.09-.066.135-.097-.076-.09-.144-.178-.21-.214zM52.322 40.44c0-.102.004-.205-.023-.334-.094.045-.157.116-.224.192.08.044.166.093.247.142zM47.585 39.782c.054.151.112.302.193.48.13-.044.21-.449.116-.489-.085-.04-.201 0-.309.01zM46.895 38.147c.134.093.237.16.345.222-.018-.049-.031-.098-.058-.142a10.133 10.133 0 0 0-.238-.365c-.022.09-.049.174-.049.285z%22%2F%3E        %3Cpath d%3D%22M48.105 44.133c.139-.328.434-.484.762-.328.17.08.457.186.546.11.641-.55 1.309.294 1.936-.07.014-.01.08.03.08.04-.116.404.238.186.355.275.152.116.26.289.385.436-.125.057-.246.146-.376.169-.345.057-.722.017-1.031.142-.26.106-.394.466-.78.395-.044-.009-.183.214-.188.334-.004.15.108.302.121.457.014.16-.027.33-.04.49-.135-.072-.282-.125-.395-.214-.25-.204-.887-.164-.927.098-.076.498-.076 1.009-.126 1.515-.018.191-.08.378-.12.57-.045.221-.081.444-.122.666.18-.053.363-.093.538-.16.072-.031.117-.156.188-.169.489-.102 1.004-.324 1.466-.244.708.124 1.259.03 1.523-.592.072-.168-.08-.44-.157-.653-.013-.035-.174-.018-.269-.027-.008.138.032.307-.035.414-.135.213-.3.52-.502.564-.426.094-.135-.298-.21-.458-.041-.084-.046-.226 0-.302.143-.23.277-.55.492-.63.278-.108.618-.068.852.292.103.156.47.165.721.174.067.004.152-.24.206-.378.04-.102.045-.218.067-.324.081.084.166.173.247.31.175.134.354.183.305-.11-.023-.13-.126-.356-.184-.352-.26.018-.516.107-.78.152a1.58 1.58 0 0 1-.435.004c-.52-.067-.959-.742-1.564-.209-.017.013-.147-.058-.143-.071.058-.302.05-.658.215-.884.332-.445.914-.36 1.398-.472.058-.013.153.058.206.112.211.2.4.426.628.604.13.102.318.138.484.204.027-.106.103-.244.063-.306a.896.896 0 0 0-.35-.307c-.435-.204-.843-.4-.69-1.013.036-.142-.018-.334-.09-.471-.134-.271-.322-.52-.466-.787-.35-.644-.228-1.022.404-1.333.156-.08.322-.156.461-.258.269-.196.336-.462-.067-.48-.408-.018-.825.138-1.228.253-.027.01.045.33.063.507.009.084.009.173 0 .258-.032.346-.068.693-.103 1.04-.014.137-.04.275-.063.413-.188-.084-.385-.151-.556-.267-.098-.066-.139-.213-.215-.32-.05-.075-.112-.142-.166-.213-.08.084-.25.191-.233.258.157.64-.416.502-.703.649-.067.035-.206-.067-.31-.107.05-.071.086-.156.144-.218.13-.138.287-.253.39-.409.036-.053-.031-.209-.09-.284-.112-.142-.25-.262-.38-.391.125-.08.264-.147.367-.245.103-.097.255-.32.237-.342a3.219 3.219 0 0 0-.582-.458c-.014-.009-.157.16-.229.258-.152.209-.255.533-.457.613-.323.125-.712.094-1.07.125.053-.316.017-.689.187-.92.153-.213.525-.276.807-.396.193-.08.426-.097.582-.217.274-.218.525-.4.897-.25.036.014.103-.017.143-.048.018-.014.023-.094.005-.102-.197-.107-.39-.267-.6-.29-.117-.013-.252.205-.386.307-.135.103-.314.298-.421.271-.632-.164-.955.583-1.546.48-.032-.004-.081.063-.108.103l-.228.346v1.37c.049.004.094.013.143.021.067.014.166.067.175.116.009.067-.036.178-.095.204-.071.036-.147.067-.224.098v2.636c.184-.04.346-.102.444-.214.372-.435.583-1.022.807-1.56zm1.013 3.987c-.13-.267-.019-.653-.01-.987.086.036.202.05.251.116.17.231.319.476.475.716.086.12.117.19.153.262-.31-.031-.802.035-.87-.107zm.788-.595c.045-.13.09-.258.13-.387.121.12.188.191.255.262-.125.04-.255.08-.385.125zm.677-.876.107.107c-.08.057-.157.12-.237.177.009-.128.072-.208.13-.284zm-2.649-4.036c.22-.026.449-.004.668-.008.386-.005.278.173.139.36-.233.195-.399.364-.596.475-.117.067-.385.093-.408.045a2.355 2.355 0 0 1-.22-.72c-.008-.032.265-.134.417-.152zM47.168 40.529c-.242-.422.112-1.045-.318-1.4v1.72c.063.013.121.018.161-.005.09-.053.193-.253.157-.315z%22%2F%3E        %3Cpath d%3D%22M50.112 42.369c.068-.027.135-.05.202-.076.18-.066.35-.146.533-.204.121-.036.256-.04.386-.058-.085-.08-.193-.151-.247-.249a.731.731 0 0 1-.076-.351c.009-.187.121-.391.072-.551-.099-.338-.359-.302-.767.098-.058.129-.152.293-.116.329.287.302.188.577-.009.866-.022.045.018.13.022.196zM53.863 62.822c.085.107.152.245.264.311.099.063.247.058.372.08-.031-.137-.062-.275-.12-.44-.189 0-.35.027-.516.05zM47.397 53.795c.04.303.537.467.744.271.273-.257.569-.506.788-.804.085-.115.005-.524-.027-.529-.658-.075-.748-.475-.694-1.022.009-.107-.193-.231-.296-.347-.103.116-.269.218-.3.351-.117.53.21.871.569 1.196.143.129.273.271.412.404-.233-.057-.493-.075-.694-.186-.14-.076-.193-.294-.3-.431-.086-.111-.202-.205-.3-.307-.064.16-.135.32-.19.489-.026.089-.004.195-.035.28-.009.022-.175.027-.197-.005-.01-.013-.014-.03-.023-.044v.276c.027.004.05.008.077.008.38-.04.425.094.466.4z%22%2F%3E        %3Cpath d%3D%22M54.679 60.329c-.072-.053-.148-.102-.22-.156.139-.026.224-.004.314.018a1.245 1.245 0 0 0-.094.138zm-.27-.925.256.24c-.072.023-.193.08-.206.063-.085-.107-.143-.236-.21-.356.089-.018.125.018.16.053zm-3.521 1.867c-.328-.671-.242-.849.466-.938.116-.013.242.071.367.111-.09.098-.17.21-.273.29-.045.03-.153-.023-.202.013-.085.057-.143.155-.215.235.103.04.21.076.314.12.174.071.35.147.52.227.058.026.098.11.156.129.422.115.847.204 1.264.342.103.031.453.12.125.342-.331.227-.69.418-1.04.618-.026.013-.125-.036-.138-.071-.018-.062-.023-.165.018-.205.09-.089.215-.146.313-.23.014-.014-.03-.139-.053-.139-.78-.07-1.13.245-1.156 1.072-.01.24-.04.284-.215.093-.01-.009-.189.084-.198.142a1.579 1.579 0 0 0-.004.325h.788c.148-.214.516-.214.664-.427.013-.018.067.009.098-.005.242-.084.484-.173.726-.262-.05.227-.094.458-.134.694h.596c.045-.218.094-.431.022-.591-.228-.512-.094-.783.444-.885.587-.111 1.21.124 1.774-.271.162-.111.735-.231.628.4-.01.058.027.124.04.187.072-.032.148-.054.21-.098.081-.058.144-.182.23-.196.102-.013.205-.009.313-.004v-1.951l-.489-.334c-.053-.035-.16-.08-.174-.062-.189.227-.372.462-.543.702-.013.018.072.103.112.151.01.014.023.036.036.036.121 0 .242-.009.368-.013-.117.102-.233.209-.35.31-.09.08-.179.17-.273.236-.058.04-.144.09-.202.076-.049-.013-.085-.107-.107-.173-.121-.383-.251-.76-.345-1.147-.036-.142.004-.302.013-.453.135.048.269.093.399.146.112.05.215.111.327.17-.009-.16.054-.392-.031-.476-.435-.418-.112-.72.188-.894.426-.244.336-.52.17-.818-.063-.115-.25-.266-.336-.244a.705.705 0 0 0-.372.329.589.589 0 0 0-.004.453c.179.36-.014.462-.31.538-.497.133-.99.293-1.492.404-.26.058-.542.036-.815.054-.103.004-.202.018-.305.026.018.112 0 .298.058.33.247.115.516.253.776.248.309-.004.304-.062.26.28-.01.058.03.138.075.178.225.2.462.387.686.587.076.066.117.169.175.253-.121.036-.247.111-.367.107-.92-.045-1.623-.534-2.17-1.196-.304-.369-.631-.351-1.003-.342-.161.004-.323.111-.475.089-.354-.05-.484.204-.493.426-.014.258.076.556.215.778.242.382.229.502-.215.662-.076.027-.161.054-.215.107-.08.08-.135.182-.197.276.12.08.242.218.367.222.282.031.735-.822.61-1.089zM57.331 62.489c-.045.035-.085.07-.125.106-.09.08-.17.165-.256.25.099.088.247.27.292.248.031-.013.058-.04.09-.058v-.546zM46.89 58.871l-.04-.013v.404c.063-.026.126-.057.193-.084-.05-.102-.076-.28-.153-.307z%22%2F%3E        %3Cpath d%3D%22M55.584 63.28c.094.227.184.373.291.467h1.084c0-.005-.004-.014-.004-.018-.063-.116-.224-.302-.197-.33.233-.266-.058-.337-.157-.483-.09.102-.166.24-.278.302a.691.691 0 0 1-.416.08c-.063-.014-.144-.214-.117-.307.036-.133.17-.236.238-.364.035-.067.026-.165.04-.245-.094 0-.202-.026-.273.009-.23.12-.444.267-.655.409-.058.04-.09.116-.13.178.068.044.135.093.206.124.121.067.332.089.368.178zM47.603 63.115c.255-.04.448.04.408.352-.014.093-.027.19-.045.284h.408c.013-.08.031-.155.058-.231a.677.677 0 0 1 .206-.293c.032-.027.197.017.215.066.04.107.05.236.027.347-.009.04-.022.075-.036.111h1.483c-.09-.324-.179-.64-.304-.942-.045-.107-.296-.24-.381-.2-.3.138-.13.298.022.453.054.053.054.16.076.245-.094-.014-.201-.005-.277-.05-.21-.12-.395-.337-.619-.377-.484-.089-.914-.693-1.483-.187-.013.01-.264-.155-.273-.249-.032-.4.022-.804-.027-1.2-.023-.173-.121-.337-.215-.502v2.267c.183.111.439.155.757.106z%22%2F%3E        %3Cpath d%3D%22M48.454 62.245c.068.013.256-.223.247-.231a5.362 5.362 0 0 0-.659-.73c-.18.396.036.885.412.96zM49.364 62.062c.143-.315.31-.63.408-.96.094-.31.376-.635.009-.978-.278.018-.708-.124-.327.365.04.049-.068.2-.086.306-.076.414-.143.832-.206 1.25-.004.04.059.093.09.142.036-.045.09-.076.112-.125zM47.141 58.556c.56.013 1.13-.014 1.685-.09.551-.075.82.196.695.739-.027.115.054.257.085.386.161-.044.358-.053.484-.147.291-.226.444-.768.977-.355.04.031.134.004.206.004.282 0 .565.01.847-.004.233-.009.466-.027.695-.076.098-.022.174-.137.26-.209-.135-.053-.26-.133-.4-.155-.273-.04-.55-.084-.82-.062-.618.049-1.106.013-.95-.827.014-.08-.242-.276-.385-.293-.125-.018-.273.142-.412.226.143.058.287.103.421.174.045.022.058.098.085.2-.107.115-.26.262-.318.23-.618-.332-1.228-.461-1.913-.15-.368.164-.789.258-1.161-.085-.09-.08-.238-.097-.354-.146a.667.667 0 0 1-.018.093v.009a.158.158 0 0 0 .005.08c.085.16.188.453.286.458zM48.36 54.249c-.08.084-.161.173-.242.311-.067.529.242.813.547 1.102.063.063.161.085.246.125-.009-.102.01-.218-.031-.311-.139-.316-.3-.627-.444-.938-.044-.093-.053-.196-.076-.289zM47.428 56.009c.274.218.538.444.776.702.017.018-.22.258-.319.404-.049.076-.053.183-.08.276.071-.035.143-.089.22-.107.214-.057.282-.569.658-.173.152.16.444.191.681.262.099.031.282.05.305.01.067-.12.12-.29.08-.405-.026-.08-.22-.107-.34-.147-.421-.147-.847-.289-1.268-.449-.027-.009-.05-.146-.023-.186.27-.387-.12-.36-.278-.387-.613-.107-.712-.236-.439-.787.126-.253.18-.458-.125-.555-.332-.107-.359-.33-.43-.596v1.942c.009.01.013.018.022.027-.009 0-.013.004-.022.004v.538a.788.788 0 0 0 .376-.258c.05-.062.184-.133.206-.115zM55.92 2.57c-.305.377-.592.772-.874 1.168-.036.053-.022.138-.031.209.071-.031.148-.053.215-.089.045-.027.098-.067.107-.107.121-.729.758-.493 1.188-.6.224-.053.421.076.345.445-.099.493.009 1-.381 1.462-.108.124.3.676.47 1.027.063-.05.175-.085.189-.147.067-.267.12-.542.179-.809V2.605c-.377-.031-.757-.045-1.138-.063-.09-.004-.229-.022-.27.027zM48.557 60.458c-.022.133-.022.24-.009.347 0 .013.112.009.17.009a1.436 1.436 0 0 0-.16-.356zM47.675 59.12c-.44.036-.278.36-.27.573.005.112.162.285.274.307.108.022.368-.16.359-.173a4.598 4.598 0 0 0-.363-.707z%22%2F%3E        %3Cpath d%3D%22M48.974 58.965a2.754 2.754 0 0 0-.672.035c-.072.014-.126.133-.184.205.085.066.157.169.251.19.153.032.314.005.475.01.466.017.408-.16.13-.44zM53.061 55.075c-.108.111-.184.254-.26.392-.009.017.058.106.103.115.058.013.166 0 .184-.035.152-.343.291-.694.435-1.094-.081-.138-.162-.222-.242-.31-.023.155-.121.377-.05.457.247.298-.04.338-.17.475zM51.918 57.231c.05-.08.099-.164.148-.244-.067 0-.139-.005-.233.022.009.089.05.155.085.222zM57.331.369c-.009.013-.224.489-.224.489.068.048.144.11.224.168V.37zM52.483 56.102c-.193.071-.39.191-.578.32-.054.036-.121.156-.103.173.072.09.175.156.264.227.04-.058.09-.111.126-.173.094-.16.192-.33.29-.547zM49.987 56.267c.161-.085.331-.16.493-.24.045.155.053.329.134.458.121.19.274.382.453.515.058.045.26-.071.376-.138.05-.03.058-.133.08-.204-.116-.013-.232-.022-.371-.062-.538-.33-.099-.414.094-.56.09-.071.175-.147.264-.218-.103-.04-.201-.107-.309-.12-.206-.027-.529.089-.296-.333.032-.054-.094-.192-.143-.29-.054.08-.099.165-.157.245-.09.129-.224.369-.278.356-.416-.12-.537.12-.605.435-.017.098.01.205.014.303.09-.05.166-.103.25-.147zM56.485 54.751c.035-.173-.032-.364-.081-.578-.278.12-.77 1.032-.69 1.267.045.138.197.24.3.36.067-.08.152-.151.193-.244.103-.267.224-.534.278-.805zM54.45 57.956c.063-.098.085-.227.126-.338-.144.026-.292.03-.426.084-.385.147-.766.311-1.152.494.386.382 1.13.253 1.452-.24zM56.086 56.587c.04-.13-.054-.298-.09-.45-.12.063-.305.099-.35.192-.188.418-.497.542-.931.502-.251-.022-.525-.156-.735.173-.063.094-.395.045-.592.014-.072-.014-.17-.174-.166-.263.005-.084.13-.226.197-.226.135 0 .27.084.404.133.058.018.116.031.175.045 0-.058.013-.12 0-.174a28.689 28.689 0 0 0-.175-.853c-.014-.067-.059-.129-.094-.196-.072.04-.157.072-.215.125-.05.044-.068.124-.108.182-.134.191-.278.378-.444.596-.044.24-.098.462-.062.67.022.139.174.365.269.365.286 0 .573-.093.864-.138.189-.026.386-.075.565-.04.632.13 1.34-.155 1.488-.657zM55.104 58.449a1.557 1.557 0 0 0-.08-.284c-.153.084-.305.168-.457.248.125-.013.255-.035.38-.04.04 0 .086.032.157.076zM51.708 58.244c.269-.378.573-.026.856-.053.148-.014.29-.018.439-.053-.08-.076-.157-.152-.247-.178-.295-.08-.596-.134-.887-.214-.108-.03-.206-.106-.31-.16-.04.174-.098.343-.102.516 0 .049.242.151.25.142zM54.038 6.124c-.278.494.331.307.43.556.018.049.264.022.399-.004.027-.005.058-.196.022-.267-.17-.325-.488-.302-.851-.285zM53.908 4.551c-.112.125-.22.213-.273.325-.018.04.13.213.16.204.126-.04.238-.124.341-.204.05-.036.068-.12.121-.152.189-.115.39-.217.583-.328-.242.026-.484.048-.722.08a.72.72 0 0 0-.21.075zM54.455 5.094a1.178 1.178 0 0 0-.206.346c.107.022.22.076.322.062.318-.053.641-.208.946-.182.412.04.224-.404.47-.458-.018-.07-.031-.2-.058-.2-.184-.017-.385-.053-.556 0-.161.054-.282.223-.439.307-.125.067-.282.085-.48.125zM55.91 3.96c.05.169.095.284.144.4.094-.156.206-.307.283-.471.026-.058-.05-.156-.081-.236-.117.08-.229.17-.345.307zM52.994 51.218c-.063.093-.126.182-.175.28-.045.08-.076.16-.112.244.126 0 .291.053.367-.009.1-.075.126-.24.211-.395a1.52 1.52 0 0 0-.116-.374l-.175.254zM53.334 49.28c-.331-.213-.757-.351-.69-.885.01-.062-.134-.142-.21-.217-.054.075-.121.142-.162.222-.273.507-.018 1.067.547 1.209.139.035.323.026.412.115.13.125.22.312.265.49.013.044-.193.168-.314.217-.085.036-.193.009-.291.009.116.067.25.213.345.191.206-.044.502-.129.564-.28.13-.289 0-.591-.291-.835-.05-.12-.103-.192-.175-.236zM54.4 46.413c-.223.018-.447.036-.672.107.225.07.449.089.673.106v-.213zM57.331 24.978v-.667c-.026.076-.062.142-.09.222-.044.147-.107.285-.16.427.085.004.17.018.25.018zM52.613 29.391c.157.009.318.005.47.031.072.014.13.102.206.125.14.04.323.12.426.062.202-.107.498-.293.502-.449.009-.355-.139-.715-.224-1.076-.036.032-.072.067-.135.072-.327.204-.654.417-.927.68-.148.133-.215.364-.318.555zM47.576 34.974c.036.009.085-.031.099-.071a2.545 2.545 0 0 0-.368-.098s-.022.08-.018.08c.094.035.188.07.287.089zM49.7 30.058c-.108.115-.215.23-.323.35.184-.022.372-.035.552-.066.076-.013.139-.067.237-.129-.004-.578-.22-.418-.466-.155zM48.383 34.249c.43-.049.631-.756.34-1.093-.107-.125-.193-.267-.296-.392-.053-.062-.13-.102-.192-.155-.036.075-.063.16-.117.227a.91.91 0 0 1-.206.186c-.193.12-.61.098-.318.52.018.027-.112.2-.117.196a3.48 3.48 0 0 1-.591-.334c-.032-.026.098-.213.072-.31a2.95 2.95 0 0 0-.103-.338v1.426a.653.653 0 0 1 .3.054c.345.142.815.057 1.228.013zm-.184-1.125.233.463c-.327.31-.332-.018-.399-.16-.031-.063.103-.2.166-.303zM51.269 27.262c.354-.138.708-.275 1.053-.426.067-.032.107-.116.161-.178-.067-.045-.148-.134-.206-.125-.354.058-.744-.026-1.067.276-.058.164-.09.307-.12.444.058.01.125.031.179.01zM54.248 26.631c-.071.156-.09.307-.107.463h.21a1.533 1.533 0 0 0-.103-.463zM50.95 29.209c.233-.289.475-.573.69-.875.027-.04-.071-.17-.116-.258-.063.066-.125.133-.188.204-.144.16-.269.431-.43.458-.53.084-.395.449-.39.76 0 .075.103.147.157.218.049-.085.098-.165.148-.298.04-.107.09-.16.13-.209zM47.303 28.898c-.005-.053-.01-.102-.04-.129-.113-.16-.193-.351-.288-.533a1.598 1.598 0 0 0-.12-.21v.69c.004 0 .004.004.009.004.125.09.286.12.439.178z%22%2F%3E        %3Cpath d%3D%22M47.55 36.631c-.005.071.013.151-.014.213-.395.898-.17 1.276.824 1.44.21.036.47.08.31.454-.063.146.062.4.152.582.044.084.206.111.313.164.04-.16.166-.355.112-.475-.233-.542.005-.876.39-1.036.063-.026.157.023.238.036-.054.053-.14.098-.161.164-.09.254-.162.516-.242.774.143-.04.286-.08.43-.125.12-.04.237-.084.354-.129-.018.116-.027.24-.059.351-.094.325.13.48.363.556.296.089.614.08.758.435.018.05.224.027.34.036.005-.093.036-.2.01-.284-.167-.44-.175-.432-.682-.8-.054-.036-.067-.236-.031-.258.363-.254.502-.787 1.08-.773.3.004.726-.703.77-1.063.036-.298.153-.586.251-.87.018-.054.135-.076.207-.112-.005.071.004.142-.01.213-.192.8.104 1.116.906.965a.345.345 0 0 1 .246.062c.18.156.363.316.502.507.067.089.094.28.045.369-.05.084-.22.129-.34.137-.046.005-.126-.142-.148-.226-.059-.245-.175-.365-.422-.223-.363.214-.708.458-1.084.645-.144.071-.35.035-.524.022-.103-.009-.198-.075-.296-.12-.018.2-.063.405-.036.6.009.049.278.133.367.089.44-.227.856-.493 1.29-.733.032-.018.171.062.176.106.058.498.291.574.717.347.192-.102.452-.089.645-.191.166-.089.336-.258.385-.427.027-.093-.192-.258-.3-.39a20.64 20.64 0 0 1-.291-.365c.148-.014.3-.036.448-.045.05-.004.116 0 .143.027.44.502 1.053.569 1.658.698V37.2c-.224-.031-.452.031-.694.182-.04.022-.274-.133-.3-.24-.157-.542-.565-.809-1.04-1.027-.188-.088-.372-.08-.31.143.113.395-.102.36-.358.386-.152.018-.291.13-.434.196-.229.049-.417.084-.574.027-.067-.023-.126-.25-.09-.351.032-.09.197-.187.3-.183.3.005.404-.124.583-.373.21-.293.708-.387 1.085-.556.004 0 .049.134.098.178.121.111.256.205.381.307.027-.2.134-.431.067-.587-.148-.338-.708-.471-1.066-.32-.417.173-.937.2-1.071.778-.023.102-.188.182-.305.249-.04.022-.13-.014-.184-.04-.013-.01-.013-.107.014-.13.331-.284.291-.897.865-.972.053-.01.098-.094.143-.143-.063-.048-.125-.128-.197-.146-.117-.027-.242-.005-.363-.01-.117-.004-.233-.017-.35-.026.103-.093.193-.204.305-.275.64-.41 1.098.093 1.609.324.08.036.148.102.22.156.04-.085.084-.17.125-.258.072-.16.166-.316.197-.485.031-.168.005-.35 0-.524-.134.084-.282.156-.403.258-.099.084-.162.209-.238.315-.031-.146-.067-.293-.098-.444-.005-.031.018-.062.018-.093l.026-.676c.215.093.422.218.641.275.256.067.525.103.784.103.319.004.314.173.202.36-.161.266-.376.493-.533.76-.063.11-.036.275-.05.413.153-.035.341-.031.453-.12.291-.231.462-.453.52-.689v-.306a1.198 1.198 0 0 0-.188-.485c-.103-.16-.34-.249-.529-.338-.13-.058-.323-.022-.421-.102-.153-.129-.251-.32-.372-.489.143.085.282.231.434.245.265.026.61.07.794-.063.157-.11.224-.102.277-.044v-1.698c-.071-.022-.139-.031-.179-.009-.394.227-.784.467-1.129.756-.17.142-.229.369-.533.222-.48-.24-.865-.062-1.179.338a.631.631 0 0 1-1.017-.067c-.022-.035.08-.187.157-.218.206-.089.488-.084.623-.226.38-.405.793-.342 1.25-.214.3.085.533.027.591-.36.072-.47.48-.746.928-.644.475.111.533-.107.336-.431-.314-.511-.13-1.04-.12-1.565 0-.088.107-.173.16-.262.036.076.081.147.108.222v-1.87c-.121.102-.242.2-.34.32-.296.355-.547.76-.762 1.168-.103.196-.095.458-.108.694-.022.386.099.79-.112 1.155-.072.125-.166.24-.246.356-.126-.156-.323-.298-.35-.467-.031-.209.085-.436.126-.658.062-.369.125-.742.16-1.12.01-.098-.075-.204-.12-.306-.063.075-.17.15-.175.23-.054.605-.627 1.023-.56 1.698.022.25-.327.538-.524.796-.014.018-.18-.036-.238-.093-.403-.392-.914-.303-1.385-.267-.147.013-.398.302-.385.44.023.227.282.191.502.169.143-.014.363.08.44.195.214.334.38.28.59.01.068-.085.184-.134.278-.2-.022.101-.04.204-.071.306-.14.413-.74.591-.91.231-.233-.484-.538-.053-.78-.164-.008-.005-.049.066-.071.066-.099-.013-.274-.04-.274-.066-.009-.4-.313-.227-.502-.316-.349-.169-.053-.409.095-.578.345-.395.761-.738 1.044-1.173.318-.489.529-1.049.77-1.587.144-.32.3-.64.368-.977.058-.29-.054-.618.013-.907.108-.471-.273-.734-.367-1.111-.032-.12.031-.33.125-.396.086-.062.27.014.408.031.166.023.332.05.498.076-.032-.133-.086-.267-.081-.396a.382.382 0 0 1 .152-.266c.121-.085.278-.13.417-.187l-.054.213c-.022.094-.045.187-.063.28.117-.013.256.005.341-.053.099-.071.134-.222.224-.311.224-.231.435-.507.708-.654.399-.213.816-.39 1.232-.573V21a.534.534 0 0 0-.08.022c-.395.138-.9.089-1.013.676-.022.115-.255.186-.38.293-.14.12-.265.258-.395.387-.072.075-.14.15-.206.226-.054-.075-.121-.146-.148-.235-.059-.178.031-.502-.332-.378-.291.098-.282.32-.242.613.027.214-.134.56-.318.658-.228.12-.565.053-.851.049-.018 0-.054-.12-.045-.178.009-.044.067-.11.112-.115.134-.014.296.035.408-.018.12-.058.206-.2.304-.307-.12-.066-.233-.178-.358-.19-.43-.05-.972.346-1.25-.316-.072.035-.157.106-.215.088-.095-.03-.22-.102-.251-.182a2.533 2.533 0 0 1-.135-.653c-.004-.093.112-.191.175-.285.072.072.166.134.215.218.067.107.108.231.148.351.036.116.058.24.085.36.094-.102.251-.195.264-.306.045-.298.153-.698.01-.89-.381-.51-.762-.528-1.228-.27-.251.138-.525.235-.798.324-.05.018-.202-.111-.197-.12.22-.444-.085-1.08.52-1.391.067-.036.067-.204.094-.316.094-.386-.17-.79.09-1.186.102-.156.026-.33-.288-.262-.215.048-.573-.01-.685-.156-.251-.338-.327-.178-.475.053-.238.37-.489.73-.753 1.08-.05.067-.161.085-.246.125-.014-.08-.05-.165-.036-.24.031-.156.049-.338.148-.45.318-.364.685-.684.994-1.052.247-.294.4-.636.157-1.023-.04-.066-.067-.146-.098-.217.085-.014.179-.063.246-.036.229.08.421.116.529-.173.013-.04.094-.058.148-.09.018.059.058.125.054.179-.027.226-.045.457-.103.675-.086.325-.211.636-.296.96-.005.022.197.156.246.134.161-.08.336-.183.43-.325.354-.538.897-.862 1.385-1.244.031-.023.175.035.206.093.256.471.417.476.73 0 .126-.187.243-.382.39-.573-.094-.294-.273-.218-.492-.112-.077.036-.207-.04-.31-.066.072-.045.184-.071.202-.133.027-.085.018-.214-.031-.28-.14-.174-.359-.316.009-.476.031-.013.035-.191-.01-.236-.044-.044-.219-.044-.237-.008-.13.235-.233.488-.35.728-.049.098-.12.183-.179.271-.045-.088-.098-.173-.125-.262-.085-.28-.202-.293-.475-.164-.578.27-1.107.64-1.81.667-.328.013-.637.417-.95.653-.045.035-.059.11-.09.169.072.022.152.04.22.07.138.063.268.134.403.205-.117.067-.229.151-.35.205-.829.364-1.698.435-2.576.298v1.35c.42.152.842.312 1.263.463.206.075.413.146.619.218-.135.182-.287.36-.4.555-.066.12-.044.298-.12.409-.054.08-.206.102-.314.147-.045-.12-.152-.258-.12-.356.093-.315.411-.64-.332-.555-.18.022-.386-.191-.592-.41v2.059a.237.237 0 0 1 .027-.036c.143-.133.327-.316.493-.316.332 0 .125.25.139.418.036.378-.153.6-.399.827a.81.81 0 0 0-.215.32c-.027.075.018.182.031.27.085-.044.202-.07.247-.141.201-.298.398-.343.605-.023.035.058.009.227 0 .232-.475.053-.247.413-.287.644-.04.218-.023.418-.363.244-.126-.066-.22-.057-.287.01v1.448c.233-.178.614-.213.811-.022.076.076.099.196.148.298-.116.03-.228.08-.35.093-.188.022-.385.022-.569.058-.017.004 0 .324.023.329.623.058.39.538.34.813-.044.253-.246.476-.398.711v.56l.147.014c.341.026.525.12.632.524.108.409.484.751.744 1.124a11.69 11.69 0 0 0-.578-1.59c-.12-.263-.34-.476-.497-.725-.036-.053.009-.156.018-.24.071.022.148.031.215.067.184.102.372.2.538.328.268.205.51.752.802.023.094.04.26.062.277.12.09.377.153.764.215 1.146.014.085.032.183-.004.254-.067.142-.17.27-.255.409-.054-.151-.121-.298-.148-.454-.023-.12.009-.249.018-.373-.112.129-.26.24-.328.387-.09.2-.111.426-.165.644-.453.427-.883.582-1.448.249-.04-.027-.107-.013-.183.018v.409c.112-.023.22-.045.331-.054.032 0 .072.08.103.12a5.69 5.69 0 0 1-.26.076.555.555 0 0 1-.174-.071v.59c.062-.008.13-.012.188-.017.09-.009.157-.169.25-.244.072-.063.162-.103.247-.156.018.058.059.156.045.165-.291.173.448.546-.125.648-.202.036-.404.067-.605.103v.79c.138.099.25.232.34.414.076.151.269.333.408.333.139 0 .314-.19.403-.337.197-.325.291-.738.551-.996.17-.169.556-.169.838-.164.094.004.198.266.26.426.059.147.005.476.238.076.036-.062.184-.13.22-.102.084.057.174.164.183.257.023.29.014.583.005.876-.005.067-.059.129-.09.195-.072-.062-.215-.128-.21-.182.04-.506-.417-.693-.66-1.009-.062-.084-.25-.07-.38-.106-.036.173-.076.346-.103.52 0 .009.17.013.228.057.135.103.247.227.368.343-.086.022-.197.017-.247.07-.072.076-.17.223-.139.285.077.16.238.418.332.405.31-.04.744.27.928-.25 0-.004.147.01.179.05.228.284.103 1.03-.215 1.195-.059.027-.198-.106-.3-.173-.14-.089-.104-.356-.458-.067-.524.427-.717 1-1.089 1.485-.116.15-.12.377-.371.16-.059.08-.14.15-.17.24-.06.182-.05.502-.14.529a1.31 1.31 0 0 1-.762-.01c-.094-.03-.094-.333-.138-.51-.005-.018-.014-.04-.018-.058v1.16c.018-.018.031-.04.049-.067.12-.129.448-.151.672-.231zm7.268-3.302c.094.146.138.24.179.333-.072.018-.17.071-.202.045-.12-.103-.215-.232-.318-.347.116-.009.228-.022.34-.031zm-1.372-.822.18.426-.26-.013c-.01-.173.035-.293.08-.413zm3.164-4.2-.13.182c-.054-.12-.054-.187-.054-.258.063.022.126.049.184.076zm-3.54 5.333c.045.031.094.058.139.089-.054.07-.103.147-.157.222a.616.616 0 0 1 .018-.311zm-.668-18.249c.058.04.063.209.032.298-.018.053-.216.107-.229.084-.094-.133-.166-.284-.242-.426.184-.023.336-.027.44.044zm-4.18 3.045c.04-.156.084-.205.125-.258.027.03.053.066.08.098-.067.053-.139.106-.206.16zm-.01 11.537c.036.107.072.214.112.316-.12-.054-.183-.16-.25-.267.044-.013.093-.031.138-.049zm-.049.885a4.89 4.89 0 0 0-.358-.13c.053-.026.143-.08.147-.075.104.156.489-.066.422.307-.14-.036-.17-.085-.211-.102zm2.29 7.52c-.108-.205-.162-.356-.22-.507.032-.004.09-.018.094-.009.099.173.189.356.283.529a.973.973 0 0 1-.157-.013zm1.976-6.898c.108-.044.229-.053.345-.076l-.134.276a9.86 9.86 0 0 1-.444-.027c.072-.062.143-.137.233-.173zm-1.053-.396c.076-.049.21-.017.318-.022-.009.08 0 .173-.036.24-.291.52-.12 1.329.368 1.614.094.053.291.088.34.04.13-.134.206-.32.305-.485-.117-.022-.233-.04-.345-.071-.054-.013-.103-.053-.152-.085.053-.04.13-.128.165-.115.206.084.53.151.57.293.08.276.098.658-.045.88-.197.311-.565.516-.852.778-.201.182-.38.382-.152.667.027.222.054.342.08.462.077-.093.153-.182.23-.276l.268-.333c-.022.151.009.396-.072.44-.488.267-.38 1.005-1.093 1.169-.386.089-.659.68-.973 1.049-.053.062-.08.146-.12.218-.054-.076-.135-.143-.148-.223-.018-.093-.01-.226.049-.284.408-.404.874-.756 1.232-1.196.166-.204.18-.569.162-.857-.005-.063-.44-.094-.677-.151-.067-.018-.17-.063-.18-.112a1.988 1.988 0 0 1-.004-.462c.018-.213-.013-.418.327-.173.484.346.654-.218.919-.44.04-.036-.063-.29-.148-.413-.22-.316-.255.017-.354.115-.098.089-.193.182-.287.271-.013-.133-.036-.262-.045-.395-.018-.24-.004-.485-.049-.72-.05-.245.197-1.29.399-1.423zm1.936-6.36c-.444.21-.748.05-.83-.369a2.678 2.678 0 0 1-.066-.533c0-.062.103-.164.165-.173.099-.014.211.04.314.066-.157.458.273.676.417 1.01zm-3.527-6.297c.103-.356.323-.303.57-.143.223.134.483.312.246.44-.215.116-.542.027-.816.014a.767.767 0 0 1 0-.311zm-.502.724c.103-.049.292-.062.372 0 .332.258.596.156.852-.098.242.12.313.25.013.418-.224.129-.372.391-.587.547-.076.053-.264-.018-.385-.071-.099-.045-.17-.151-.26-.223-.112-.093-.224-.177-.34-.266.111-.102.205-.24.335-.307zm-.309.911c.063.076.184.169.17.231-.058.285.108.356.328.422.277.09.457.258.416.592-.009.088.068.182.108.275.067-.067.157-.12.192-.195.09-.214.198-.271.314-.045.206.409.462.48.838.205.09-.067.273-.01.412-.01-.085.085-.17.165-.25.254-.283.316-.027.604.16.756.252.2.61.262.924.377.058.023.125.027.188.04-.054.058-.099.138-.166.165-.39.138-.77.204-1.089-.165-.058-.066-.161-.088-.246-.133-.014.116-.04.227-.045.342-.004.263.005.525-.009.787 0 .035-.085.067-.13.098-.022-.04-.058-.076-.067-.116-.072-.244-.112-.502-.215-.733-.121-.28-.117-.49.139-.694.05-.035.027-.28-.023-.302-.42-.186-.842-.422-1.286-.484-.515-.071-.372-.565-.645-.765-.444.356-.184.787-.264 1.147-.036.169-.103.333-.153.498-.053-.191-.12-.378-.152-.574-.05-.31-.063-.622-.112-.933-.018-.124-.17-.306-.135-.342.251-.249.53-.467.798-.698zM51.87 24.4c0 .018-.094.076-.117.062-.044-.022-.098-.084-.098-.124.004-.165.031-.325.045-.485.13.178.157.36.17.547zm-4.082-.076c-.126-.044-.242-.115-.354-.182-.005-.004.031-.129.058-.133.193-.027.39-.031.582-.045-.022.08-.044.165-.067.245-.103.075-.175.129-.22.115zm.38 2.41a2.263 2.263 0 0 1-.354-.814c-.013-.053.081-.129.126-.196.05.036.12.058.143.107.117.24.229.485.314.738.014.022-.148.107-.229.164zm.816-.907c-.098-.16-.47-.152-.717-.227-.054-.018-.099-.058-.148-.089.04-.04.076-.089.126-.111.287-.142.618-.227.856-.427.47-.39.457-.489-.063-.804-.242-.147-.157-.262-.005-.338.511-.24.619-.715.753-1.182.036-.12.103-.227.157-.342.085.137.22.266.246.409.04.248.01.51.01.768-.26.24-.435.41-.23.738.06.098-.111.396-.246.542-.197.218-.192.312.086.427.403.165.775.431 1.25.245.022-.01.184.177.17.253-.063.364-.565.555-.919.387a.596.596 0 0 0-.38-.045c-.363.102-.673.236-.946-.204zm1.609-1.098c.09.138.08.342.112.52a4.591 4.591 0 0 1-.144-.165c-.09-.088-.13-.12-.16-.16-.077-.093-.144-.19-.22-.288.143.026.353.008.412.093zm-.036 5.995c-.031.254-.291.48-.672.245-.26-.16-.538-.41-.919-.231-.05.022-.269-.138-.26-.187.059-.333.121-.671.26-.973.045-.098.31-.098.475-.142.108-.027.291-.014.314-.067.233-.565.587-.982 1.223-1.116.036-.009.085-.289.032-.333-.26-.222-.892-.036-.906.284-.027.574-.287.09-.43.12l-.161-.87c.39-.014.103-.28.17-.414.058-.124.17-.262.291-.307.48-.178.977-.32 1.466-.47.071-.308.139-.574.098-.823-.103-.596-.569-.929-1.03-1.249-.054-.035-.063-.138-.094-.209.094-.004.228-.049.273-.004.336.315.919.449.86 1.075.112.005.22.023.332.018.098-.004.197-.027.296-.044.004.093.013.19.013.284 0 .116-.045.244-.009.351.04.125.139.227.21.338.068-.102.193-.213.184-.307-.044-.502.395-.44.655-.578.031-.017.152.058.17.112a.535.535 0 0 1 .009.302 119.16 119.16 0 0 1-.623 2.164c-.018.058-.112.098-.17.142-.08-.106-.166-.204-.238-.315-.031-.049-.04-.116-.058-.173-.05.048-.134.093-.139.146-.018.21-.009.423-.004.631.004.116.085.271.035.347-.35.511-.694 1.027-1.097 1.493-.202.25-.507.356-.556.76zm-2.021 5.396c.05-.138.117-.267.175-.396.044.138.125.272.125.41-.004.27.085.457.372.373.09-.027.148-.28.148-.427-.005-.32-.08-.636-.085-.951 0-.116.125-.236.192-.351.072.115.17.222.207.346.036.134.009.285.009.427.309.036.569.027.829-.004.053-.005.094-.13.148-.134.147-.018.3 0 .452.005-.08.098-.139.226-.242.284-.372.222-.766.405-1.138.631a1.186 1.186 0 0 0-.359.356c-.197.306-.502.289-.775.222-.063-.013-.045-.382-.058-.587-.009-.07-.022-.142 0-.204zm-.56 1.533c.067-.04.161-.035.242-.049-.067.138-.135.28-.206.418-.265-.098-.238-.244-.036-.369zM55.584.911c-.014-.057-.09-.097-.193-.146-.072.115-.134.253-.09.337.036.072.193.085.296.125-.004-.107.01-.218-.013-.316zM52.886.99a3.648 3.648 0 0 1-.031-.621h-.847c.206.275.421.542.645.8.005.004.238-.13.233-.178zM53.782.862c.072-.071.198-.142.207-.218.009-.075-.135-.155-.157-.249-.005-.009-.005-.017-.005-.026h-.385c.018.049.04.097.076.146.085.116.18.231.264.347z%22%2F%3E        %3Cpath d%3D%22M47.733 5.498c.175-.045.327-.182.488-.28-.143-.076-.286-.156-.43-.231-.085-.045-.175-.08-.26-.12.063-.085.108-.21.193-.25.448-.226.659-.457.22-.92-.135-.141-.166-.36.241-.51.449-.165 1.103-.21 1.3-.836.009-.027.085-.031.13-.049-.005.045-.036.111-.018.134.237.257.444.626.74.72.205.066.533-.254.806-.396.228-.12.453-.24.686-.351.031-.013.09.027.134.044-.022.054-.036.13-.076.156-.121.08-.287.111-.372.218-.121.155-.305.4-.255.529.138.368.13.648-.126.973-.336.431-.18.92.005 1.369.125.302.362.484.721.418a.4.4 0 0 1 .103 0l.762.12c-.054-.236-.108-.467-.157-.703-.036-.164-.058-.333-.085-.524-.269.169-.48-.005-.614-.191-.094-.134-.08-.347-.094-.525a.558.558 0 0 1 .05-.253c.021-.062.07-.116.107-.173.044.049.139.133.13.142-.283.382.107.48.273.675.063.072.099.165.148.272.354-.205.287-.458.031-.716-.045-.044-.085-.098-.13-.147.08-.013.162-.026.242-.044.099-.022.197-.04.291-.076.252-.097.332-.729.771-.235.117-.125.242-.24.35-.37.063-.07.103-.164.152-.244.054.063.108.12.162.183l.17.209c.08-.103.237-.21.233-.312-.014-.4.264-.564.529-.76.16-.12.282-.297.439-.422.175-.138.376-.36.506.058.023.067.135.107.206.156.112-.16.229-.316.34-.476-.273-.187-.08-.249.077-.369.085-.067.094-.231.139-.347-.152-.013-.327-.075-.453-.026-.313.12-.61.289-.9.453-.14.08-.31.169-.377.298-.152.289-.3.271-.547.115-.246-.155-.376-.302-.156-.573.08-.098.188-.213.201-.324.014-.134-.067-.276-.107-.414-.063.107-.153.2-.188.316-.117.364-.381.413-.704.347-.143-.027-.291-.076-.435-.067-.076.004-.17.102-.206.182-.018.04.063.169.126.191.255.094.524.16.784.236.125.035.25.066.372.098-.059.097-.144.186-.18.293-.255.751-1.102.813-1.563 1.324-.054.063-.265.067-.328.014-.067-.054-.094-.254-.044-.325.188-.275.416-.524.627-.786.067-.085.13-.174.193-.258-.099-.054-.197-.134-.3-.147-.53-.08-1.063-.142-1.591-.213-.063-.01-.121-.036-.184-.054.05-.048.09-.124.148-.142.278-.08.56-.146.842-.209.081-.017.17-.004.256-.004-.005-.125.04-.28-.018-.369-.076-.116-.238-.169-.35-.262-.179-.151-.269-.271-.286-.387h-1.596c-.009.013-.022.022-.027.036-.09.306-.304.44-.573.346-.323-.106-.807.036-.955-.382H47.8c0 .009-.004.013-.004.022-.023.071-.175.098-.27.147-.004-.058-.017-.111-.022-.169h-.591c0 .133-.023.285-.063.427v.889c.112-.178.26-.338.386-.507.098-.133.143-.267.201-.396.005-.013.121-.008.13.01.054.164.094.333.139.502-.121-.04-.242-.076-.363-.116-.054.084-.076.236-.05.249.588.222.395.715.413 1.133 0 .018-.005.036 0 .054.04.142.08.284.121.422-.143-.17-.305-.325-.426-.507-.076-.115-.098-.267-.143-.404-.121.106-.274.195-.354.324l-.05.08v1.76a.837.837 0 0 0 .184.076c.09.022.21-.063.314-.107.085-.036.166-.089.25-.133-.04.102-.057.222-.12.31-.17.232-.354.379-.627.2v.716c.237.178.515.254.878.165zm2.375-3.57c.018-.217.013-.44.031-.657.005-.084.04-.164.058-.249.453.102.444.45.4.765-.019.124-.247.222-.39.31-.04.027-.126-.013-.193-.021.031-.05.09-.098.094-.147zm-.69-.648c.058.204.067.36.072.516-.09 0-.247.035-.265 0-.112-.227-.161-.454.193-.516zM48.27.969c.112-.098.17-.142.224-.187.044.134.143.276.125.4-.022.165-.134.316-.206.471-.067-.049-.184-.093-.188-.146-.005-.178.031-.36.045-.538zm.017 1.147c.081.115.166.23.247.346-.157.116-.264.182-.372.25-.013-.148-.045-.294-.036-.44.005-.054.103-.103.161-.156zm-.806 1.475c-.112.12-.291.182-.444.267-.022-.04-.071-.09-.062-.116.062-.16.12-.333.224-.458.071-.084.224-.102.34-.146.023.186.027.36-.058.453zM47.504 15.502c-.018-.195.072-.409.135-.609.183-.582-.027-.848-.628-.844-.053 0-.107-.013-.166-.022v.435h.077c.071 0 .143-.053.215-.084-.023.084-.058.164-.063.249-.009.262-.094.369-.233.4v.96a.822.822 0 0 0 .233.098c.291.049.466-.232.43-.583zM56.794.555c.04-.026.08-.093.116-.186h-.591c.125.062.246.129.371.186a.138.138 0 0 0 .104 0zM47.07 13.755c-.121-.51.264-.857.394-1.284.112-.373.197-.667.677-.591.022.004.125-.187.103-.21a2.715 2.715 0 0 0-.453-.395 6.605 6.605 0 0 0-.82-.484.345.345 0 0 0-.12-.031v.418c.129.062.259.124.385.2.134.08.242.2.362.302-.116.07-.224.169-.35.204-.129.036-.264.062-.398.09v.32c.072-.068.139-.134.215-.197.014-.008.117.054.112.058a9.136 9.136 0 0 1-.188.49c-.013.03-.058.044-.072.075l-.067.133v1.022c.014.014.032.031.04.045.063-.054.189-.125.18-.165zM47.75 9.613c.041-.017.068-.164.046-.222-.018-.044-.153-.089-.206-.067a.797.797 0 0 1-.74-.062v.276c.134.07.273.138.412.195.121.054.332-.053.489-.12zM46.976 6.582c-.014-.049-.005-.102 0-.156.004-.137.004-.27.008-.408-.04.044-.09.084-.134.128V7.64c.17-.298.247-.636.126-1.058zM0 63.746h1.81V17.018H0v46.728zM8.707 63.746h1.81V17.018h-1.81v46.728zM5.803 63.746h1.81V17.018h-1.81v46.728zM2.904 63.746h1.81V17.018h-1.81v46.728z%22%2F%3E    %3C%2Fg%3E    %3Cdefs%3E        %3CclipPath id%3D%227tx39ns6va%22%3E            %3Cpath fill%3D%22%23fff%22 d%3D%22M0 0h57.806v64H0z%22%2F%3E        %3C%2FclipPath%3E    %3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain;
    height: 4rem;
    padding-left: 4.6rem;
  }

@media screen and (max-width: 767px) {

header .logo {
      height: 2rem;
      padding-left: 2.3rem;
  }
      header .logo .tagline {
        display: none;
      }
    }

header nav {
    gap: 1rem;
  }

header nav ul {
      justify-content: flex-end;
      max-width: 100%;
      margin: 0rem;
      padding: 0rem;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      gap: 1.125rem 1.125rem;
    }

header nav a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

@media screen and (max-width: 1200px) {

header nav {
      display: none;
      padding-top: 1.5rem;
      width: 100%;
      gap: 2rem;
  }
      header nav ul {
        justify-content: flex-start;
      }
      header nav .nav-items {
        flex-direction: column;
      }
    }

header .locales {
    gap: 0.5rem 1rem;
  }

header .locales a:visited {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

header .locales a {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

@media screen and (max-width: 1200px) {

header .search-toggle {
      display: none;
  }
    }

header .search-toggle a {
      padding-right: 1.625rem;
      background: transparent url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z%22 fill%3D%22%23D93E00%22%2F%3E%3C%2Fsvg%3E") top 50% right 0rem
        no-repeat;
      background-size: contain;
    }

header .search-bar {
    width: 100%;
    display: none;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

@media screen and (max-width: 1200px) {

header .search-bar {
      justify-content: flex-start;
  }
    }

header.show-search .search-bar {
    display: flex;
  }

@media screen and (max-width: 1200px) {

header.show-search .search-bar {
      display: none;
  }
    }

header .mobile-toggle {
    width: 1.5rem;
    height: 1.5rem;
    background: red;
    overflow: hidden;
    text-indent: -9000px;
    align-self: flex-end;
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22 fill%3D%22%23D93E00%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-size: contain;
    display: none;
  }

@media screen and (max-width: 1200px) {

header .mobile-toggle {
      display: block;
  }
    }

header.show-menu .mobile-toggle {
    background-image: url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z%22 fill%3D%22%23D93E00%22%2F%3E%3C%2Fsvg%3E");
  }

@media screen and (max-width: 1200px) {
      header.show-menu nav,header.show-menu .search-bar {
        display: flex;
      }
    }

.index {
  margin: 4rem 0rem;
}

.index:first-child {
    margin-top: 0px;
  }

.index:last-child {
    margin-bottom: 0px;
  }

.index {
  display: flex;
  flex-direction: column;
}

.index .item {
    --content-width: 100%;
    width: 100%;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-top: 1px solid #8d8d8d;
    border-top: 1px solid var(--border-light-color);
    padding: 1rem 0rem 2rem 0rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);

    grid-row-gap: 1rem;
  }

@media screen and (max-width: 767px) {

.index .item {
      grid-template-columns: repeat(16, 1fr);
      grid-template-columns: repeat(var(--columns), 1fr);
  }
    }

.index .item {

    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M8.266 1.817H5.744L9.877 6.08H.67v1.872h9.207l-4.133 4.263h2.522l4.733-5.194-4.733-5.204z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0.5rem top 1rem
      no-repeat;
    background-size: 0.875rem;
  }

.index .item .activity-dates,.index .item h2,.index .item h3 {
      margin-bottom: 0.5rem;
    }

.index .item:hover h2,.index .item:focus h2,.index .item:hover h3,.index .item:focus h3 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.index .info {
    grid-column: 1 / span 4;
  }

@media screen and (max-width: 767px) {

.index .info {
      padding-right: 2rem;
  }
    }

.index .content {
    grid-column: 5 / span 8;
    padding-right: 2rem;
  }

@media screen and (max-width: 767px) {

.index .content {
      grid-column: span 4;
  }
    }

.index + .pagination {
    margin-top: -4rem;
  }

h2 + .index {
  margin-top: 2rem;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

main > section {
    padding-left: 2rem;
    padding-left: var(--outer-padding);
    padding-right: 2rem;
    padding-right: var(--outer-padding);
  }

main > section > .inner {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

main > section {
    padding-top: 2rem;
    padding-bottom: 4rem;
    border-top: 2px solid #161616;
    border-top: var(--hr);
  }

main > section:first-child {
      border-top: none;
    }

ul.nav-list {
  list-style-type: none;
  margin: 4rem 0rem;
  padding: 0px;
}

ul.nav-list:first-child {
    margin-top: 0px;
  }

ul.nav-list:last-child {
    margin-bottom: 0px;
  }

ul.nav-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
  width: 100%;
  max-width: 100%;
}

ul.nav-list li {
    border-bottom: 1px solid #8d8d8d;
    border-bottom: 1px solid var(--border-light-color);
  }

ul.nav-list a {
    display: block;
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M8.266 1.817H5.744L9.877 6.08H.67v1.872h9.207l-4.133 4.263h2.522l4.733-5.194-4.733-5.204z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0.5rem top 50%
      no-repeat;
    background-size: 0.875rem;
    padding: 1rem 0rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
  }

ul.nav-list a:hover,ul.nav-list a:focus {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

.featured-article {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-column: span 16;
  grid-column: span var(--columns);
  grid-row-gap: 3rem;
  margin-bottom: 4rem;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.featured-article:hover h1,.featured-article:focus h1 {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

.featured-article .content,.featured-article figure.image {
    grid-column: span 8;
  }

.external-news {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-column: span 16;
  grid-column: span var(--columns);
  grid-row-gap: 2rem;
  padding: 1rem 0rem;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
  border-bottom: 1px solid #8d8d8d;
  border-bottom: 1px solid var(--border-light-color);
  margin-bottom: 2rem;
}

.external-news .article {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    grid-column: span 4;
  }

@media screen and (max-width: 1200px) {

.external-news .article {
      grid-column: span 8;
  }
    }

@media screen and (max-width: 767px) {

.external-news .article {
      grid-column: span 4;
  }
    }

.external-news .article .external-site {
      margin-bottom: 0.5rem;
    }

.external-news .article p:first-of-type {
      margin-top: 0rem;
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

.page-grid {
  --content-width: 100%;

  display: grid;

  grid-template-columns: repeat(16, 1fr);

  grid-template-columns: repeat(var(--columns), 1fr);

  grid-column-gap: 2rem;

  grid-column-gap: var(--gutter);
  grid-column: span 16;
  grid-column: span var(--columns);
  grid-row-gap: 3rem;
  margin: 4rem 0rem;
}

.page-grid:first-child {
    margin-top: 0px;
  }

.page-grid:last-child {
    margin-bottom: 0px;
  }

.page-grid .article {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    grid-column: span 4;
  }

@media screen and (max-width: 1200px) {

.page-grid .article {
      grid-column: span 8;
  }
    }

@media screen and (max-width: 767px) {

.page-grid .article {
      grid-column: span 4;
  }
    }

.page-grid .article:hover h2,.page-grid .article:focus h2,.page-grid .article:hover h3,.page-grid .article:focus h3 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.page-grid figure.image {
    margin-bottom: 1rem;
  }

.page-grid .date {
    margin-bottom: 0.5rem;
  }

.page-grid h2,.page-grid h3 {
    margin: 0rem;
  }

.page-grid .excerpt {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

.page-grid .excerpt:first-child {
    margin-top: 0px;
  }

.page-grid .excerpt:last-child {
    margin-bottom: 0px;
  }

.page-grid .external-url {
    margin-top: 0.5rem;
  }

.content-column .page-grid,.content-page .page-grid {
    grid-template-columns: repeat(12, 1fr);
  }

@media screen and (max-width: 767px) {

.content-column .page-grid,.content-page .page-grid {
      grid-template-columns: repeat(16, 1fr);
      grid-template-columns: repeat(var(--columns), 1fr);
  }
    }

@media screen and (max-width: 1200px) {

.content-column .page-grid .article,.content-page .page-grid .article {
        grid-column: span 6;
    }
      }

@media screen and (max-width: 767px) {

.content-column .page-grid .article,.content-page .page-grid .article {
        grid-column: span 4;
    }
      }

h2 + .page-grid {
  margin-top: 2rem;
}

.pagination {
  grid-column: span 16;
  grid-column: span var(--columns);
  display: flex;
  gap: 1rem;
  margin: 3rem 0rem;
  justify-content: center;
  padding: 1rem 0rem;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
  border-bottom: 1px solid #8d8d8d;
  border-bottom: 1px solid var(--border-light-color);
  flex-wrap: wrap;
}

.pagination a,.pagination a:visited {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.pagination a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.pagination:first-child {
    margin-top: 0px;
  }

.pagination:last-child {
    margin-bottom: 0px;
  }

.pagination .previous_page {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M5.734 12.214h2.532L4.123 7.951h9.207v-1.87H4.122l4.143-4.264H5.734L1.001 7.021l4.733 5.193z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") left 0rem bottom 50%
      no-repeat;
    background-size: 0.875rem;
    padding-left: 1.5rem;
    margin-right: auto;
  }

.pagination .next_page {
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M8.266 1.817H5.744L9.877 6.08H.67v1.872h9.207l-4.133 4.263h2.522l4.733-5.194-4.733-5.204z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0rem bottom 50%
      no-repeat;
    background-size: 0.875rem;
    padding-right: 1.5rem;
    margin-left: auto;
  }

.pagination span.previous_page,.pagination span.next_page,.pagination .current {
    opacity: 0.5;
    font-style: normal;
  }

@media screen and (max-width: 767px) {
    .pagination a,.pagination .gap {
      display: none;
    }
    .pagination .previous_page,.pagination .next_page {
      display: block;
    }
  }

.show-roadmap .key-figures,.show-roadmap .information,.show-roadmap .resources {
    margin: 4rem 0rem;
  }

.show-roadmap .key-figures:first-child {
    margin-top: 0px;
  }

.show-roadmap .information:first-child {
    margin-top: 0px;
  }

.show-roadmap .resources:first-child {
    margin-top: 0px;
  }

.show-roadmap .key-figures:last-child {
    margin-bottom: 0px;
  }

.show-roadmap .information:last-child {
    margin-bottom: 0px;
  }

.show-roadmap .resources:last-child {
    margin-bottom: 0px;
  }

.key-figures-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2rem;
  grid-row-gap: var(--gutter);
}

@media screen and (max-width: 767px) {

.key-figures-grid {
    grid-template-columns: repeat(16, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
}
  }

.key-figures-grid .key-figure {
    grid-column: span 4;
    display: grid;
  }

@media screen and (max-width: 767px) {

.key-figures-grid .key-figure {
      grid-column: span 4;
  }
    }

.key-figures-grid .key-figure .title {
      margin-bottom: 1rem;
    }

.key-figures-grid .key-figure .figure {
      flex-grow: 1;
      margin-bottom: 2rem;
    }

.key-figures-grid .key-figure::before {
      grid-area: 1 / 1 / 2 / 2;
    }

.key-figures-grid .key-figure .content {
      grid-area: 1 / 1 / 2 / 2;
    }

.key-figures-grid .key-figure .content {
      display: flex;
      flex-direction: column;
      padding: 1rem;
    }

.key-figures-grid .key-figure::before {
      content: "";
      padding-bottom: 100%;
      display: block;
    }

@media screen and (max-width: 767px) {

.key-figures-grid .key-figure::before {
        padding-bottom: 0%;
    }
      }

.search-results {
  --content-width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8d8d8d;
  border-top: 1px solid var(--border-light-color);
  margin: 4rem 0rem;
}

.search-results:first-child {
    margin-top: 0px;
  }

.search-results:last-child {
    margin-bottom: 0px;
  }

.search-results .result {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #8d8d8d;
    border-bottom: 1px solid var(--border-light-color);
    padding: 1rem 0rem;
    display: grid;
    grid-gap: 1rem 2rem;
    grid-gap: 1rem var(--gutter);
    grid-template-columns: repeat(12, 1fr);
  }

@media screen and (max-width: 767px) {

.search-results .result {
      grid-template-columns: repeat(16, 1fr);
      grid-template-columns: repeat(var(--columns), 1fr);
  }
    }

.search-results .result-image {
    grid-column: 1 / span 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
  }

@media screen and (max-width: 767px) {

.search-results .result-image {
      grid-template-columns: repeat(16, 1fr);
      grid-template-columns: repeat(var(--columns), 1fr);
  }
    }

.search-results .result-image figure.image {
      grid-column: 1 / span 4;
    }

.search-results .result-image figure.image.book-cover {
        grid-column: 3 / span 2;
      }

@media screen and (max-width: 1200px) {

.search-results .result-image figure.image.book-cover {
          grid-column: 2 / span 3;
      }
        }

@media screen and (max-width: 767px) {

.search-results .result-image figure.image.book-cover {
          grid-column: 1 / span 2;
      }
        }

.search-results .content {
    grid-column: 5 / span 8;
  }

@media screen and (max-width: 767px) {

.search-results .content {
      grid-column: 1 / span 4;
  }
    }

.search-results .book-cover img {
      box-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
      box-shadow: var(--cover-shadow);
    }

section > .inner > aside {
  grid-column: span 4;
  margin-bottom: 2rem;
}

nav.subnav {
  display: flex;
  flex-direction: column;
}

nav.subnav ul {
    list-style-type: none;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0rem;
  }

@media screen and (max-width: 767px) {

nav.subnav.expandable {
      border-bottom: 1px solid #8d8d8d;
      border-bottom: 1px solid var(--border-light-color);
      padding-bottom: 2rem;
  }

      nav.subnav.expandable ul {
        display: none;
        margin-top: 1rem;
      }
    }

nav.subnav li:first-of-type {
    margin-bottom: 0.5rem;
  }

@media screen and (max-width: 767px) {

nav.subnav li:first-of-type {
      margin-bottom: 0rem;
  }
    }

nav.subnav a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: transparent url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22M8.266 1.817H5.744L9.877 6.08H.67v1.872h9.207l-4.133 4.263h2.522l4.733-5.194-4.733-5.204z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0rem bottom 50%
      no-repeat;
    background-size: 0.875rem;
    padding-right: 1.5rem;
  }

@media screen and (max-width: 767px) {

nav.subnav a {
      background-size: 0.75rem;
      padding-right: 1.25rem;
  }
    }

nav.subnav a:hover,nav.subnav a.current {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

nav.subnav a.external {
      background-image: url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2215%22 viewBox%3D%220 0 14 15%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath d%3D%22m4.693 1.943-1.77 1.761h6.063L1.921 10.77 3.252 12.1l7.065-7.075V11.1l1.762-1.77V1.942H4.693z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E");
    }

nav.subnav.show-menu ul {
    display: flex;
  }

button.subnav-toggle {
  background: yellow;
  color: inherit;
  padding: 0rem;
  text-align: left;
  background: transparent url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.398 15.203a.563.563 0 0 1-.795 0L5.868 9.468a.562.562 0 0 1 0-.795l.265-.266c.22-.22.576-.22.796 0L12 13.48l5.071-5.072c.22-.22.576-.22.796 0l.265.266c.22.22.22.575 0 .795l-5.735 5.735z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E") right 0rem bottom 50%
    no-repeat;
  background-size: 1.5rem;
  padding-right: 2rem;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

button.subnav-toggle {
    display: block;
}
  }

.show-menu button.subnav-toggle {
    background-image: url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.602 8.282c.22-.22.576-.22.796 0l5.735 5.735c.22.22.22.576 0 .796l-.266.265a.562.562 0 0 1-.795 0L12 10.006l-5.072 5.072a.562.562 0 0 1-.795 0l-.266-.265a.562.562 0 0 1 0-.796l5.735-5.735z%22 fill%3D%22%23161616%22%2F%3E%3C%2Fsvg%3E");
  }
