/*! 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;
  --brand: #d33e3c;

  --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,
footer {
  --text-color: var(--neutral-0);
  background: #d33e3c;
  background: var(--brand);
}

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

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

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

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

.deadline {
  color: #d33e3c;
  color: var(--brand);
}

blockquote {
  color: #d33e3c;
  color: var(--brand);
}

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

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

*,
*: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;
  }

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

footer {
  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 {
  border-top: 2px solid #161616;
  border-top: var(--hr);
  padding-top: 2.125rem;
  padding-bottom: 2rem;
}

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%22143%22 height%3D%2264%22 viewBox%3D%220 0 143 64%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E    %3Cg clip-path%3D%22url(%23617zwbygfa)%22 fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 fill%3D%22%23fff%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.613c.43-.2.829-.466 1.236-.706-.067-.067-.134-.138-.228-.183-.35.112-.686.165-.99.298-.188.085-.327.285-.489.431.157.063.363.214.47.16zM55.087 54.564c.004-.075.111-.146.183-.209.014-.013.094.027.117.058.071.111.134.231.197.347.054-.133.107-.271.166-.404.031-.072.071-.143.134-.236-.085-.284-.166-.4-.556-.32-.484.098-.636.427-.887.72-.296.342-.318.764-.009 1.089.099.106.3.195.43.169.094-.018.189-.236.207-.374.03-.28-.005-.564.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.596c.161.049.322.115.488.142.112.018.314-.058.34-.013.193.328.35.675.525 1.017.05.094.12.174.184.258.049-.116.157-.249.13-.338-.072-.222-.206-.426-.318-.693-.153-.796-.153-.8-.986-.609-.13.027-.242.151-.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.867c0-.298.009-.574-.004-.845-.005-.089-.081-.173-.121-.262-.095.089-.22.16-.283.271-.12.222-.17.485-.313.689-.117.169-.336.267-.493.409-.094.084-.162.2-.238.302.09.062.184.182.264.174a.577.577 0 0 0 .355-.187c.22-.285.398-.6.833-.551zM56.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.049-.004-.16 0-.316-.022-.471a1.384 1.384 0 0 0-.108-.37c-.013-.03-.156-.044-.165-.03-.126.24-.292.48-.328.733-.022.147.126.427.26.475.408.152.435.8.932.818V42.89c-.076-.058-.156-.116-.233-.173-.017.146-.026.297-.044.444zM57.175 45.436a5.516 5.516 0 0 0-.108.897c0 .058.152.12.264.17v-1.059c-.08-.008-.156-.017-.156-.008zM56.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.311c.09.062.184.076.274.089 0-.022.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.333c.165.13.331.2.501.276-.049-.165-.103-.325-.139-.49-.035-.172-.053-.35-.085-.523-.009-.054-.04-.13-.076-.138-.063-.018-.157-.018-.21.017-.417.272-.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.124c-.192-.009-.39-.022-.582.005a.46.46 0 0 0-.278.164c-.032.036.031.218.08.231.588.17.641.534.44 1.036-.032.075.071.209.112.316.134-.072.295-.112.385-.218.058-.071.014-.231.014-.4-.1-.285-.193-.52-.283-.756a.444.444 0 0 1 .135-.067c.08-.022.174-.008.237-.048.036-.023.04-.17.014-.183a.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.11.035.222.053.333.085-.084.215-.156.247-.258.049-.15.009-.329.04-.484.027-.147.103-.28.161-.418.023-.053.063-.098.094-.147-.049-.009-.103-.035-.143-.022a.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-.156.273-.227.139-.102.282-.266.435-.275.331-.014.663.089.994.075.27-.009.753.236.66-.409-.014-.088.089-.2.138-.297.09.057.22.102.255.182.095.218.18.267.404.124a1.17 1.17 0 0 1 .3-.15v-.805c-.099-.054-.197-.102-.287-.17-.197-.15-.295-.453-.39-.701-.013-.04.274-.16.372-.28.108-.134.265-.378.215-.458-.16-.254-.018-.44.09-.627v-.426c-.022.013-.054.026-.063.048-.273.516-.99.792-1.532.583-.08-.032-.188-.014-.283-.014.032.071.05.156.099.218.215.258.488.48.645.769.17.316.426.622.247 1.058-.224.546-.587.875-1.174.737-.744-.173-1.34-.026-1.82.556-.12.147-.188.333-.282.502.238 0 .475.023.704-.013zm3.262-1.524.12.346c-.116-.022-.232-.044-.353-.062.045-.129.139-.205.233-.285zM49.548 3.16c-.448.289-.014.587.063.831.076.244.448.396.694.582.005.005.076-.053.072-.066-.068-.21-.117-.583-.215-.596-.462-.067-.47-.431-.614-.751zM50 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-.182.054-.076.072-.231.13-.245.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.05-.677-.19-.681.383-.081.444.143.92-.278 1.27-.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.107c-.139.156-.027.365-.062.543-.027.12-.081.235-.121.35-.099-.102-.242-.186-.296-.31-.13-.307-.193-.64-.327-.947-.14-.311-.395-.325-.717-.262-.229.044-.484-.05-.73-.085.515-.338.972-.422 1.474-.098.215.138.56-.013.78.152V15.83c-.005 0-.005-.004-.005-.004a5.56 5.56 0 0 0-1.16-.325c-.417-.07-.583-.329-.386-.75.139-.29.21-.477-.238-.52-.143-.014-.277-.236-.394-.383-.04-.049.005-.16.01-.245.062.01.124.014.183.027.614.138 1.133-.467.954-1.111-.036-.124-.103-.271-.067-.378.112-.324-.045-.382-.314-.369-.394.023-.775.054-.542-.56.076-.195.023-.444.01-.666-.032-.476.192-.778.608-.983.13-.062.26-.15.359-.257.108-.111.18-.258.264-.391-.17.022-.358.013-.51.075-.26.107-.99-.027-1.009-.267-.031-.355.04-.737.153-1.08.094-.28.309-.524.685-.413.063.018.121.071.18.111-.18.236-.359.48-.543.711-.08.098-.183.178-.282.267.139.12.278.338.417.338.448 0 .892-.085 1.34-.13.08-.008.165.019.25.032-.03.071-.053.147-.09.218-.044.084-.102.164-.156.244.094-.013.188-.018.278-.04V7.96h-.009c-.269.036-.533.133-.798.196-.076.017-.157.013-.233.017.014-.062.027-.124.032-.186.035-.294.058-.591.112-.885.018-.102.103-.19.161-.289.085.067.175.13.247.205.13.133.224.31.376.404a.257.257 0 0 0 .112.031v-.782l-.005.005c-.403.253-.313-.294-.528-.41-.215-.115-.319-.435-.475-.662-.032-.044-.063-.11-.108-.124-.448-.12-1.017.444-.923.884.027.134.031.325-.045.414a7.48 7.48 0 0 1-.842.84c-.099.084-.274.084-.413.124-.022-.11-.049-.218-.058-.329-.009-.102.04-.266-.009-.297-.134-.094-.309-.134-.47-.196-.014.084-.063.182-.036.253.242.65-.354.814-.681 1.063-.583.43-1.237.76-1.85 1.15-.167.107-.288.28-.431.427.282-.044.605-.017.842-.146.426-.236.794-.574 1.201-.845.126-.084.35-.178.444-.124.22.124.39.338.569.524.005.005-.121.178-.148.17-.542-.219-.887.15-1.241.43-.08.062-.596.036-.161.356-.086.084-.157.195-.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-.903.354-.137.609-.51.918-.769.08-.066.188-.097.287-.146-.023.084-.058.169-.072.253-.08.556-.215 1.111.103 1.64.04.067.112.151.099.213-.054.223-.135.436-.206.654-.068-.187-.112-.387-.21-.556-.162-.28-.328-.538-.104-.858.009-.013-.09-.128-.09-.124-.192.124-.394.244-.55.404-.041.04.075.227.111.347.045.138.085.276.121.413.04.174.032.37.117.52.116.218.278.36.027.632-.108.12.004.444.026.67 0 .023.095.032.14.05.071-.214.233-.445.188-.632-.068-.31.018-.368.29-.355.225.013.453-.009.678.004.103.005.201.058.3.09-.072.088-.126.204-.215.27-.354.262-.69.578-1.09.747-.264.115-.649.093-.931-.005-.381-.133-.368.058-.35.294.018.315.117.564.524.458.045-.014.126-.018.148.009.377.444.489.293.466-.196 0-.04.068-.084.108-.124.031.048.09.093.094.142.018.618.027 1.23-.488 1.715.009.227.053.454.076.68.027.303-.05.543-.417.556-.157.004-.314-.014-.466.013-.063.014-.103.12-.152.187.058.035.116.102.179.107.358.017.717.413 1.075.004.072-.08.13-.173.206-.249.068-.062.153-.111.23-.164.026.084.102.2.07.253-.098.169-.205.382-.367.453-.39.174-.403.41-.291.76.045.138-.067.325-.112.485-.085-.116-.193-.222-.255-.347-.059-.111-.054-.253-.113-.364-.098-.183-.228-.351-.349-.525-.193.151-.538.293-.551.462-.072.903-.735 1.325-1.345 1.81a1.062 1.062 0 0 0-.309.337c-.04.076-.004.227.059.302.03.04.206.023.273-.026.3-.223.587-.467.878-.707.251-.2.475-.467.762-.573.157-.058.466.106.623.253.439.418.82.898 1.26 1.32.317.307.125.476-.113.631-.157.102-.354.147-.533.213-.135.05-.386.076-.39.134-.023.177.036.373.094.55.009.023.202.028.278-.017.184-.102.34-.258.529-.347.053-.026.188.107.282.17.054.035.103.084.157.128.085-.289.547-.395.345-.835-.126-.276-.193-.636.255-.76.072-.018.166.026.251.044l-.067.182c-.08.17-.13.311-.184.45zm.103-14.729a.927.927 0 0 1 .126.311c.004.027-.126.076-.193.112l-.067-.36c.045-.09.12-.09.134-.063zM54.396 8.49c-.036.027-.09.031-.134.04a3.212 3.212 0 0 1-.462.071c-.018 0-.049-.138-.071-.213.148-.036.29-.067.439-.107.031-.009.053-.031.08-.049.175-.027.296 0 .417.022a3.28 3.28 0 0 1-.269.236zm1.098 4.28a.633.633 0 0 1 .3-.009c-.053.129-.094.258-.16.378-.019.026-.113.009-.171.013.009-.129.022-.253.031-.382zm.6 2.995c.413.312.78.68 1.166 1.027-.511-.093-.977-.227-1.228-.698-.018-.035-.076-.058-.121-.075-.103-.045-.21-.085-.314-.13.17-.048.413-.19.498-.124zm-1.173-.88c.058.018.165.045.165.058-.009.151-.035.302-.058.45-.116-.014-.139-.023-.139-.036.01-.152.018-.312.032-.472zm-.337 3.085c-.071.013-.156-.027-.233-.045.077-.075.099-.11.126-.12.125-.035.255-.07.385-.088.023-.005.054.088.081.137-.121.04-.237.094-.358.116zm.233-1.747c-.156-.15-.246-.298-.246-.449 0-.089.148-.173.229-.257.058.084.107.177.174.257.144.178.296.351.44.53.053.066.098.141.143.217-.08 0-.175.022-.242-.009-.17-.089-.332-.191-.497-.289zm.937 1.854c.139-.032.175-.063.215-.098.04.093.076.19.117.284-.175.04-.345.093-.52.116-.054.004-.117-.071-.17-.107.116-.067.237-.129.358-.195zm-.107 2.053c-.027.018-.104-.045-.153-.071.036-.04.072-.085.112-.125l.408-.413-.435-.378a11.44 11.44 0 0 0-.255-.218c.12-.04.25-.128.363-.11.336.044.672.128 1.004.195.049.191.098.409.031.462-.34.244-.708.449-1.075.658zM51.546 6.635c-.143-.022-.237-.07-.327-.057-.067.009-.13.084-.192.133.12.08.233.191.363.213.049.01.139-.186.156-.289zM49.266 5.653c.067.13.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-.027.286-.147.295-.244.068-.623.619-.72 1.017-.992.162-.11.238-.342.35-.52a3.288 3.288 0 0 0-.493.04c-.09.076-.152.17-.22.174-.313.018-.636-.022-.945.018-.157.022-.332.15-.43.28-.072.093-.04.27-.058.408.12-.07.237-.15.363-.208.062-.032.139-.032.21-.045 0 .116.045.253-.009.338-.09.142-.25.24-.354.373zM47.616 13.596c.018.129.157.24.291.36a1.012 1.012 0 0 0-.004-.45c-.018-.093-.076-.181-.116-.27-.063.12-.184.248-.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-.369-.292-.529-.677-.52-.399.014-.498.24-.457.57zM48.029 6.16c-.018.458-.184.253-.363.089-.045-.04-.157-.01-.238-.01.05.072.09.16.153.214.21.187.42.374.65.534.107.075.255.093.385.133.027-.129.053-.258.053-.413-.165-.187-.295-.356-.443-.512-.045-.03-.135-.022-.197-.035zM50.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-.054.485.186.076.151.215.427.488.054.112-.156.583-.174.825-.085.278.107.542.37.703.631.197.325.453.187.641.12.25-.088.318-.324.103-.569-.157-.026-.34-.013-.417-.093-.309-.333-.55-.689-1.08-.773-.34-.053-.336-.569-.026-.782.492-.338.604-.623.376-1.103-.135-.288-.336-.55-.511-.817 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.057.3.089-.045.102-.067.235-.143.293-.094.075-.242.08-.359.129-.148.066-.399.138-.412.23-.04.339-.48.668-.054 1.028.063.057.085.16.13.244-.103-.022-.224-.013-.3-.067-.35-.244-.681-.444-1.138-.218-.077.04-.27-.146-.408-.226.125-.058.242-.133.372-.16.134-.027.278-.014.412-.005.273.014.47.01.359-.382-.059-.209.062-.458.085-.693.013-.142 0-.285-.005-.427-.134.102-.282.191-.399.316-.044.044.023.213-.017.24-.153.093-.323.2-.493.204-.108.005-.3-.15-.319-.258-.071-.395-.071-.804-.125-1.209-.022-.164-.116-.315-.18-.475-.102.044-.282.071-.295.133-.04.178-.094.467 0 .543.367.306.116.644.125.968.01.254-.34.614.202.734.027.004.067.146.045.173-.05.058-.157.071-.206.129-.08.084-.197.222-.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-.209.009-.231a2.8 2.8 0 0 0-.623-.271c.108.191.233.369.38.52.041.04.194.027.234-.018zM53.155 39.622c-.148-.08-.31-.142-.466-.213-.018.102-.036.204 0 .311.202.022.35.044.502.071-.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.986c-.202.356-.359.738-.534 1.16a.983.983 0 0 1-.35.205c-.08.027-.174.027-.259.04.04.084.054.2.121.24.121.071.3.16.399.12.125-.053.206-.231.296-.36.076-.111.125-.316.21-.329.359-.053.421-.271.417-.573-.005-.28.166-.25.34-.165.1.05.189.134.292.16.071.018.166-.035.246-.058-.05-.048-.094-.11-.152-.142-.21-.115-.417-.24-.64-.32-.113-.044-.35-.044-.386.023zM56.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-.298.098-.538-.26-.235-.466-.16-.618.063-.04.062.004.253.072.302.125.097.322.213.448.173zM47.415 46.649l-.206.204c.147.094.286.231.448.267.103.022.237-.102.358-.164-.103-.112-.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.427c-.117-.094-.233-.182-.345-.276-.05.08-.103.156-.153.236.086.022.175.049.314.07.09-.008.135-.021.184-.03zM47.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-.053.305-.08-.072-.076-.14-.165-.22-.227-.421-.293-.587.094-.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-.204-.023-.333-.094.044-.157.115-.224.19.08.045.166.094.247.143zM47.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.796c.04.302.537.466.744.27.273-.257.569-.506.788-.804.085-.115.005-.524-.027-.529-.658-.075-.748-.475-.694-1.022.009-.106-.193-.23-.296-.346-.103.115-.269.217-.3.35-.117.53.21.872.569 1.196.143.13.273.271.412.405-.233-.058-.493-.076-.694-.187-.14-.076-.193-.293-.3-.431-.086-.111-.202-.205-.3-.307-.064.16-.135.32-.19.49-.026.088-.004.195-.035.28-.009.021-.175.026-.197-.005-.01-.014-.014-.032-.023-.045v.276c.027.004.05.009.077.009.38-.04.425.093.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-.027.126-.058.193-.084-.05-.103-.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.244c.068.014.256-.222.247-.23a5.368 5.368 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.31-.067.53.242.814.547 1.103.063.062.161.085.246.125-.009-.103.01-.218-.031-.312-.139-.315-.3-.626-.444-.937-.044-.094-.053-.196-.076-.29zM47.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.569a24.84 24.84 0 0 0-.874 1.169c-.036.053-.022.138-.031.209.071-.031.148-.054.215-.09.045-.026.098-.066.107-.106.121-.729.758-.493 1.188-.6.224-.053.421.076.345.445-.099.493.009 1-.381 1.462-.108.124.3.675.47 1.026.063-.048.175-.084.189-.146.067-.267.12-.542.179-.81V2.605c-.377-.03-.757-.044-1.138-.062-.09-.004-.229-.022-.27.027zM48.557 60.458a1.14 1.14 0 0 0-.009.346c0 .014.112.01.17.01a1.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.964a2.76 2.76 0 0 0-.672.036c-.072.013-.126.133-.184.204.085.067.157.17.251.191.153.032.314.005.475.01.466.017.408-.16.13-.44zM53.061 55.076c-.108.11-.184.253-.26.39-.009.019.058.107.103.116.058.014.166 0 .184-.035.152-.342.291-.694.435-1.094-.081-.137-.162-.222-.242-.31-.023.155-.121.377-.05.457.247.298-.04.338-.17.476zM51.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.049.144.11.224.169V.369zM52.483 56.102c-.193.071-.39.191-.578.32-.054.036-.121.156-.103.174.072.089.175.155.264.226.04-.058.09-.11.126-.173.094-.16.192-.329.29-.547zM49.987 56.267c.161-.085.331-.16.493-.24.045.155.053.328.134.457.121.191.274.383.453.516.058.044.26-.071.376-.138.05-.031.058-.133.08-.204-.116-.014-.232-.023-.371-.063-.538-.328-.099-.413.094-.56.09-.07.175-.146.264-.217-.103-.04-.201-.107-.309-.12-.206-.027-.529.088-.296-.334.032-.053-.094-.19-.143-.289-.054.08-.099.165-.157.245-.09.129-.224.369-.278.355-.416-.12-.537.12-.605.436-.017.098.01.204.014.302.09-.049.166-.102.25-.146zM56.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-.377.573-.026.856-.053.148-.013.29-.018.439-.053-.08-.076-.157-.151-.247-.178-.295-.08-.596-.133-.887-.213-.108-.031-.206-.107-.31-.16-.04.173-.098.342-.102.515 0 .05.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.093a1.179 1.179 0 0 0-.206.347c.107.022.22.076.322.062.318-.053.641-.209.946-.182.412.04.224-.404.47-.458-.018-.07-.031-.2-.058-.2-.184-.018-.385-.053-.556 0-.161.054-.282.222-.439.307-.125.067-.282.084-.48.124zM55.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.413a2.943 2.943 0 0 0-.672.107c.225.071.449.089.673.107v-.214zM57.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.973c.036.01.085-.03.099-.07a2.558 2.558 0 0 0-.368-.099s-.022.08-.018.08c.094.036.188.072.287.09zM49.7 30.058c-.108.115-.215.23-.323.35.184-.021.372-.035.552-.066.076-.013.139-.066.237-.129-.004-.577-.22-.417-.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.462h.21a1.532 1.532 0 0 0-.103-.462zM50.95 29.209c.233-.29.475-.574.69-.876.027-.04-.071-.169-.116-.258-.063.067-.125.134-.188.205-.144.16-.269.431-.43.458-.53.084-.395.449-.39.76 0 .075.103.146.157.217.049-.084.098-.164.148-.297.04-.107.09-.16.13-.21zM47.303 28.898c-.005-.054-.01-.102-.04-.13-.113-.16-.193-.35-.288-.533a1.6 1.6 0 0 0-.12-.208v.688c.004 0 .004.005.009.005.125.089.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-.774.3.005.726-.702.77-1.062.036-.297.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-.307a1.199 1.199 0 0 0-.188-.484c-.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-.088.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.146-.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-.058-.09-.098-.193-.147-.072.116-.134.254-.09.338.036.071.193.085.296.125-.004-.107.01-.218-.013-.316zM52.886.991a3.648 3.648 0 0 1-.031-.622h-.847c.206.275.421.542.645.8.005.004.238-.129.233-.178zM53.782.862c.072-.07.198-.142.207-.218.009-.075-.135-.155-.157-.248-.005-.01-.005-.018-.005-.027h-.385c.018.049.04.098.076.147.085.115.18.23.264.346z%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-.849-.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.368-.233.4v.96a.82.82 0 0 0 .233.097c.291.05.466-.23.43-.582zM56.794.556c.04-.027.08-.094.116-.187h-.591c.125.062.246.129.371.187a.138.138 0 0 0 .104 0zM47.07 13.756c-.121-.511.264-.858.394-1.285.112-.373.197-.666.677-.591.022.004.125-.187.103-.209a2.719 2.719 0 0 0-.453-.395 6.606 6.606 0 0 0-.82-.485.347.347 0 0 0-.12-.031v.418c.129.062.259.124.385.2.134.08.242.2.362.302-.116.071-.224.169-.35.204-.129.036-.264.063-.398.09v.32c.072-.067.139-.134.215-.196.014-.01.117.053.112.058a9.168 9.168 0 0 1-.188.489c-.013.03-.058.044-.072.075l-.067.133v1.023c.014.013.032.03.04.044.063-.053.189-.124.18-.164zM47.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-.155.004-.138.004-.271.008-.41-.04.045-.09.085-.134.13V7.64c.17-.298.247-.636.126-1.058zM0 63.747h1.81v-46.73H0v46.73zM8.707 63.747h1.81v-46.73h-1.81v46.73zM5.803 63.747h1.81v-46.73h-1.81v46.73zM2.904 63.747h1.81v-46.73h-1.81v46.73z%22%2F%3E    %3C%2Fg%3E    %3Cpath d%3D%22M117.224 60.86a2.454 2.454 0 0 1-.84 1.162c-.383.299-.84.448-1.372.448-.476 0-.901-.098-1.274-.294a2.725 2.725 0 0 1-.91-.784 3.814 3.814 0 0 1-.56-1.162 4.962 4.962 0 0 1-.196-1.4c0-.485.065-.947.196-1.386a3.46 3.46 0 0 1 .574-1.162c.252-.336.56-.602.924-.798a2.586 2.586 0 0 1 1.246-.294c.532 0 .989.15 1.372.448.392.29.672.672.84 1.148h.042V52.67h1.498v9.66h-1.498v-1.47h-.042zm-3.542-2.03c0 .737.158 1.34.476 1.806.317.467.765.7 1.344.7.588 0 1.036-.233 1.344-.7.317-.467.476-1.069.476-1.806 0-.747-.159-1.349-.476-1.806-.308-.467-.756-.7-1.344-.7-.579 0-1.027.233-1.344.7-.318.457-.476 1.06-.476 1.806zM109.129 60.958c-.149.476-.41.85-.784 1.12-.373.261-.821.392-1.344.392-.728 0-1.325-.205-1.792-.616-.457-.41-.686-.933-.686-1.568 0-.355.075-.658.224-.91.15-.261.35-.471.602-.63.252-.168.551-.299.896-.392.346-.103.71-.173 1.092-.21l1.778-.182v-.21c0-.467-.126-.821-.378-1.064-.252-.243-.597-.364-1.036-.364-.429 0-.765.107-1.008.322-.242.205-.373.504-.392.896h-1.526c.028-.672.304-1.232.826-1.68.523-.448 1.232-.672 2.128-.672.887 0 1.592.238 2.114.714.532.476.798 1.185.798 2.128v4.298h-1.47v-1.372h-.042zm-2.996-.658c0 .327.126.583.378.77.252.177.546.266.882.266.542 0 .962-.177 1.26-.532.308-.364.462-.877.462-1.54v-.238l-1.526.168c-.457.047-.816.159-1.078.336-.252.177-.378.434-.378.77zM103.482 58.83c0 .467-.079.924-.238 1.372a3.528 3.528 0 0 1-.686 1.162 3.243 3.243 0 0 1-1.078.812c-.42.196-.896.294-1.428.294a3.432 3.432 0 0 1-1.442-.294 3.456 3.456 0 0 1-1.078-.812 3.682 3.682 0 0 1-.672-1.162 4.08 4.08 0 0 1-.238-1.372c0-.467.08-.92.238-1.358a3.65 3.65 0 0 1 .672-1.176 3.281 3.281 0 0 1 1.078-.798 3.3 3.3 0 0 1 1.442-.308 3.21 3.21 0 0 1 1.428.308c.43.196.789.462 1.078.798a3.5 3.5 0 0 1 .686 1.176c.159.439.238.891.238 1.358zm-5.25 0c0 .737.159 1.34.476 1.806.318.467.766.7 1.344.7.588 0 1.041-.233 1.358-.7.318-.467.476-1.069.476-1.806 0-.747-.158-1.349-.476-1.806-.317-.467-.77-.7-1.358-.7-.578 0-1.026.233-1.344.7-.317.457-.476 1.06-.476 1.806zM93.933 62.33h-1.526v-7h1.484v1.372h.028c.15-.485.401-.859.756-1.12.364-.261.812-.392 1.344-.392v1.526h-.238c-.644 0-1.116.117-1.414.35-.29.233-.434.667-.434 1.302v3.962zM90.896 58.83c0 .485-.066.952-.196 1.4-.131.439-.318.826-.56 1.162-.243.327-.551.588-.924.784-.364.196-.784.294-1.26.294-.532 0-.994-.15-1.386-.448a2.49 2.49 0 0 1-.826-1.162h-.042v1.47h-1.498v-9.66h1.498v4.116h.042c.168-.476.443-.859.826-1.148.392-.299.854-.448 1.386-.448.466 0 .882.098 1.246.294.364.196.672.462.924.798.252.327.443.714.574 1.162.13.439.196.9.196 1.386zm-5.25 0c0 .737.154 1.34.462 1.806.317.467.77.7 1.358.7.578 0 1.026-.233 1.344-.7.317-.467.476-1.069.476-1.806 0-.747-.16-1.349-.476-1.806-.318-.467-.766-.7-1.344-.7-.588 0-1.041.233-1.358.7-.308.457-.462 1.06-.462 1.806zM73.806 62.33l3.192-9.66h3.01l3.178 9.66h-1.61l-.896-2.716h-4.354l-.896 2.716h-1.624zm4.69-9.352-1.75 5.32h3.5l-1.75-5.32zM132.825 43.16a2.87 2.87 0 0 1-1.022 1.68c-.532.42-1.223.63-2.072.63-.523 0-.989-.098-1.4-.294a3.269 3.269 0 0 1-1.036-.798 3.61 3.61 0 0 1-.644-1.162 4.485 4.485 0 0 1-.014-2.758c.149-.448.364-.835.644-1.162a3.089 3.089 0 0 1 2.422-1.106c.523 0 .994.103 1.414.308.429.196.784.476 1.064.84.289.364.504.803.644 1.316.14.504.182 1.06.126 1.666h-4.998c.037.635.224 1.13.56 1.484.345.355.784.532 1.316.532.457 0 .793-.126 1.008-.378.224-.252.378-.518.462-.798h1.526zm-3.122-3.836c-.504 0-.91.173-1.218.518-.299.336-.471.784-.518 1.344h3.458c-.047-.56-.219-1.008-.518-1.344-.299-.345-.7-.518-1.204-.518zM123.737 45.33h-1.526v-7h1.484v1.372h.028c.15-.485.402-.859.756-1.12.364-.261.812-.392 1.344-.392v1.526h-.238c-.644 0-1.115.117-1.414.35-.289.233-.434.667-.434 1.302v3.962zM118.824 43.958c-.149.476-.387.85-.714 1.12-.327.261-.742.392-1.246.392-.775 0-1.353-.238-1.736-.714-.383-.485-.574-1.11-.574-1.876v-4.55h1.526v4.088c0 .644.112 1.12.336 1.428.224.308.565.462 1.022.462.476 0 .821-.154 1.036-.462.224-.317.336-.76.336-1.33V38.33h1.526v7h-1.484v-1.372h-.028zM113.3 45.33h-1.484c-.541 0-.952-.13-1.232-.392-.28-.261-.42-.644-.42-1.148v-4.326h-1.162V38.33h1.162v-1.596h1.526v1.596h1.666v1.134h-1.666v3.976c0 .29.056.49.168.602.122.103.313.154.574.154h.868v1.134zM106.436 43.958c-.149.476-.411.85-.784 1.12-.373.261-.821.392-1.344.392-.728 0-1.325-.205-1.792-.616-.457-.41-.686-.933-.686-1.568 0-.355.075-.658.224-.91.149-.261.35-.471.602-.63.252-.168.551-.299.896-.392a5.8 5.8 0 0 1 1.092-.21l1.778-.182v-.21c0-.467-.126-.821-.378-1.064-.252-.243-.597-.364-1.036-.364-.429 0-.765.107-1.008.322-.243.205-.373.504-.392.896h-1.526c.028-.672.303-1.232.826-1.68.523-.448 1.232-.672 2.128-.672.887 0 1.591.238 2.114.714.532.476.798 1.185.798 2.128v4.298h-1.47v-1.372h-.042zm-2.996-.658c0 .327.126.583.378.77.252.177.546.266.882.266.541 0 .961-.177 1.26-.532.308-.364.462-.877.462-1.54v-.238l-1.526.168c-.457.047-.817.159-1.078.336-.252.177-.378.434-.378.77zM99.183 45.33h-1.526v-7h1.484v1.372h.028c.15-.485.401-.859.756-1.12.364-.261.812-.392 1.344-.392v1.526h-.238c-.644 0-1.116.117-1.414.35-.29.233-.434.667-.434 1.302v3.962zM96.048 43.16c-.15.69-.49 1.25-1.022 1.68-.532.42-1.223.63-2.072.63-.523 0-.99-.098-1.4-.294a3.272 3.272 0 0 1-1.036-.798 3.615 3.615 0 0 1-.644-1.162 4.485 4.485 0 0 1-.014-2.758c.149-.448.364-.835.644-1.162a3.088 3.088 0 0 1 2.422-1.106c.522 0 .994.103 1.414.308.429.196.784.476 1.064.84.289.364.504.803.644 1.316.14.504.182 1.06.126 1.666h-4.998c.037.635.224 1.13.56 1.484.345.355.784.532 1.316.532.457 0 .793-.126 1.008-.378.224-.252.378-.518.462-.798h1.526zm-3.122-3.836c-.504 0-.91.173-1.218.518-.299.336-.472.784-.518 1.344h3.458c-.047-.56-.22-1.008-.518-1.344-.299-.345-.7-.518-1.204-.518zM88.828 45.33h-1.484c-.541 0-.952-.13-1.232-.392-.28-.261-.42-.644-.42-1.148v-4.326H84.53V38.33h1.162v-1.596h1.526v1.596h1.666v1.134h-1.666v3.976c0 .29.056.49.168.602.121.103.313.154.574.154h.868v1.134zM83.323 45.33h-1.526v-7h1.526v7zm.056-8.106h-1.624V35.67h1.624v1.554zM80.694 44.028v1.302h-5.782v-9.66h1.582v8.358h4.2zM137.819 28.33h-1.526v-7h1.484v1.372h.028c.15-.485.402-.859.756-1.12.355-.261.784-.392 1.288-.392.766 0 1.34.243 1.722.728.383.476.574 1.097.574 1.862v4.55h-1.526v-4.102c0-.644-.116-1.12-.35-1.428-.233-.308-.583-.462-1.05-.462-.466 0-.816.159-1.05.476-.233.308-.35.747-.35 1.316v4.2zM132.973 26.958c-.149.476-.411.85-.784 1.12-.373.261-.821.392-1.344.392-.728 0-1.325-.205-1.792-.616-.457-.41-.686-.933-.686-1.568 0-.355.075-.658.224-.91.149-.261.35-.471.602-.63.252-.168.551-.299.896-.392a5.8 5.8 0 0 1 1.092-.21l1.778-.182v-.21c0-.467-.126-.821-.378-1.064-.252-.243-.597-.364-1.036-.364-.429 0-.765.107-1.008.322-.243.205-.373.504-.392.896h-1.526c.028-.672.303-1.232.826-1.68.523-.448 1.232-.672 2.128-.672.887 0 1.591.238 2.114.714.532.476.798 1.185.798 2.128v4.298h-1.47v-1.372h-.042zm-2.996-.658c0 .327.126.583.378.77.252.177.546.266.882.266.541 0 .961-.177 1.26-.532.308-.364.462-.877.462-1.54v-.238l-1.526.168c-.457.047-.817.159-1.078.336-.252.177-.378.434-.378.77zM126.937 28.33h-1.526v-7h1.526v7zm.056-8.106h-1.624V18.67h1.624v1.554zM123.536 27.994c0 .924-.294 1.629-.882 2.114-.588.495-1.34.742-2.254.742-.85 0-1.564-.191-2.142-.574-.579-.383-.906-.952-.98-1.708h1.512c.065.43.256.728.574.896.317.168.662.252 1.036.252.466 0 .854-.135 1.162-.406.317-.261.476-.686.476-1.274V26.58h-.042a2.454 2.454 0 0 1-.84 1.162c-.383.299-.84.448-1.372.448-.467 0-.882-.089-1.246-.266a2.872 2.872 0 0 1-.924-.742 3.334 3.334 0 0 1-.574-1.12 4.676 4.676 0 0 1-.196-1.372c0-.485.065-.943.196-1.372.13-.43.322-.798.574-1.106.252-.317.56-.565.924-.742.364-.187.779-.28 1.246-.28.532 0 .989.15 1.372.448.392.29.672.672.84 1.148h.042V21.33h1.498v6.664zm-5.082-3.304c0 .737.158 1.316.476 1.736.326.42.774.63 1.344.63.569 0 1.012-.21 1.33-.63.326-.42.49-.999.49-1.736 0-.747-.164-1.325-.49-1.736-.318-.42-.761-.63-1.33-.63-.57 0-1.018.21-1.344.63-.318.41-.476.99-.476 1.736zM115.598 26.16a2.87 2.87 0 0 1-1.022 1.68c-.532.42-1.222.63-2.072.63-.522 0-.989-.098-1.4-.294a3.28 3.28 0 0 1-1.036-.798 3.628 3.628 0 0 1-.644-1.162 4.485 4.485 0 0 1-.014-2.758 3.44 3.44 0 0 1 .644-1.162 3.092 3.092 0 0 1 2.422-1.106c.523 0 .994.103 1.414.308.43.196.784.476 1.064.84.29.364.504.803.644 1.316.14.504.182 1.06.126 1.666h-4.998c.038.635.224 1.13.56 1.484.346.355.784.532 1.316.532.458 0 .794-.126 1.008-.378.224-.252.378-.518.462-.798h1.526zm-3.122-3.836c-.504 0-.91.173-1.218.518-.298.336-.471.784-.518 1.344h3.458c-.046-.56-.219-1.008-.518-1.344-.298-.345-.7-.518-1.204-.518zM101.488 21.33h2.688l1.26 6.552 1.4-6.552h1.526l-1.484 7h-2.786l-1.26-6.552-1.26 6.552h-2.785l-1.485-7h1.54l1.386 6.552 1.26-6.552zM94.575 28.33H93.05v-7h1.484v1.372h.028c.15-.485.402-.859.756-1.12.364-.261.812-.392 1.344-.392v1.526h-.238c-.644 0-1.115.117-1.414.35-.289.233-.434.667-.434 1.302v3.962zM91.56 24.83c0 .467-.079.924-.238 1.372a3.543 3.543 0 0 1-.686 1.162c-.289.336-.648.607-1.078.812-.42.196-.896.294-1.428.294a3.433 3.433 0 0 1-1.442-.294 3.456 3.456 0 0 1-1.078-.812 3.682 3.682 0 0 1-.672-1.162 4.083 4.083 0 0 1-.238-1.372c0-.467.08-.92.238-1.358a3.65 3.65 0 0 1 .672-1.176 3.281 3.281 0 0 1 1.078-.798 3.3 3.3 0 0 1 1.442-.308 3.21 3.21 0 0 1 1.428.308c.43.196.79.462 1.078.798.3.336.528.728.686 1.176.16.439.238.891.238 1.358zm-5.25 0c0 .737.16 1.34.476 1.806.318.467.766.7 1.344.7.588 0 1.041-.233 1.358-.7.318-.467.476-1.069.476-1.806 0-.747-.158-1.349-.476-1.806-.317-.467-.77-.7-1.358-.7-.578 0-1.026.233-1.344.7-.317.457-.476 1.06-.476 1.806zM83.06 18.67v9.66h-3.136l-3.43-9.352v9.352h-1.582v-9.66h3.136l3.43 9.352V18.67h1.582zM110.611 11.33l3.192-9.66h3.01l3.178 9.66h-1.61l-.896-2.716h-4.354l-.896 2.716h-1.624zm4.69-9.352-1.75 5.32h3.5l-1.75-5.32zM110.376 10.028v1.302h-5.782V1.67h1.582v8.358h4.2zM95.776 11.33V1.67h3.066c1.204 0 2.151.252 2.842.756.69.495 1.036 1.2 1.036 2.114 0 .644-.182 1.19-.546 1.638-.355.448-.859.775-1.512.98l2.212 4.172h-1.736l-2.086-3.92h-1.694v3.92h-1.582zm3.206-8.358h-1.624v3.136h1.624c.672 0 1.185-.135 1.54-.406.364-.27.546-.658.546-1.162 0-.504-.182-.891-.546-1.162-.355-.27-.868-.406-1.54-.406zM93.994 6.5c0 .69-.112 1.34-.336 1.946a4.872 4.872 0 0 1-.938 1.582 4.481 4.481 0 0 1-1.456 1.05 4.315 4.315 0 0 1-1.848.392c-.672 0-1.292-.13-1.862-.392a4.522 4.522 0 0 1-1.442-1.05 4.87 4.87 0 0 1-.938-1.582 5.574 5.574 0 0 1-.336-1.946c0-.69.112-1.34.336-1.946.224-.607.537-1.13.938-1.568a4.425 4.425 0 0 1 1.442-1.064 4.41 4.41 0 0 1 1.862-.392c.672 0 1.288.13 1.848.392.57.261 1.055.616 1.456 1.064.402.439.714.961.938 1.568.224.607.336 1.255.336 1.946zm-7.49 0c0 1.101.271 1.988.812 2.66.551.672 1.251 1.008 2.1 1.008.859 0 1.559-.336 2.1-1.008.551-.672.826-1.559.826-2.66 0-1.11-.275-1.997-.826-2.66-.541-.672-1.241-1.008-2.1-1.008-.849 0-1.549.336-2.1 1.008-.541.663-.812 1.55-.812 2.66zM83.06 1.67v9.66h-3.136l-3.43-9.352v9.352h-1.582V1.67h3.136l3.43 9.352V1.67h1.582z%22 fill%3D%22%23fff%22%2F%3E    %3Cdefs%3E        %3CclipPath id%3D%22617zwbygfa%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 right 0rem top
      50%;
    background-size: contain;
    height: 4.5rem;
    padding-right: 12rem;
  }

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

header .logo {
      /*height: 2rem;*/
      height: 5.5rem;
      padding-right: 0rem;
      background-image: 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%23ffffff%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%23ffffff%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%23ffffff%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 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;
    }
  }

.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 .content {
    grid-column: 5 / span 8;
  }

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

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

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