
html {
  font-family: serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.has-nano .scroll {
  overflow: hidden;
}
.has-nano .scroll > .scroll-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.has-nano .scroll > .scroll-content:focus {
  outline: thin dotted;
}
.has-nano .scroll > .scroll-content::-webkit-scrollbar {
  display: none;
}
.has-nano .scroll.has-scrollbar > .scroll-content::-webkit-scrollbar {
  display: block;
}
.has-nano .scroll > .nano-pane {
  background: transparent;
  position: absolute;
  width: 9px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.has-nano .scroll > .nano-pane:before {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 1px;
}
.has-nano .scroll > .nano-pane > .nano-slider {
  background: #fff;
  position: relative;
  margin: 0 1px;
  width: 7px;
  transition: background ease-in-out 0.1s;
}
.has-nano .scroll > .nano-pane > .nano-slider:hover {
  background: #3a3a3a;
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane > .nano-slider:before {
  background: #3a3a3a;
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  transition: background ease-in-out 0.1s;
}
.has-nano .scroll > .nano-pane > .nano-slider:hover:before {
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane.active > .nano-slider {
  background: #3a3a3a;
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane.active > .nano-slider:before {
  background: #3a3a3a;
  background: #a0a0a0;
}

.entry-content {
  font-family: "Montserrat", sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: both;
  margin-top: 0;
}
.entry-content h1 {
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.entry-content dfn, .entry-content cite, .entry-content em, .entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  margin: 0 1.5em;
}
.entry-content address {
  margin: 0 0 1.5em;
}
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-content abbr, .entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content mark, .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content big,
.entry-content .text-big,
.entry-content .entry-title,
.entry-content .text-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.1;
}
.entry-content big,
.entry-content .text-big,
.entry-content .entry-title {
  font-size: 20px;
}
@media all and (min-width: 500px) {
  .entry-content big,
  .entry-content .text-big,
  .entry-content .entry-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content big,
  .entry-content .text-big,
  .entry-content .entry-title {
    font-size: 60px;
  }
}
.entry-content .text-medium {
  font-size: 20px;
}
@media all and (min-width: 750px) {
  .entry-content .text-medium {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content .text-medium {
    font-size: 40px;
  }
}
.page-template-no-title .entry-content p:first-child {
  margin-top: 0;
}
.entry-content hr {
  border-top: 2px dotted #202020;
  border-bottom: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 750px) {
  .entry-content hr {
    margin-top: 1.3333333333vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content hr {
    margin-top: 20px;
  }
}
@media all and (min-width: 750px) {
  .entry-content hr {
    margin-bottom: 1.3333333333vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content hr {
    margin-bottom: 20px;
  }
}

.accent {
  color: #909090;
  font-weight: bold;
}
.accent a {
  color: #909090;
  text-decoration: none;
}
.accent a:focus, .accent a:hover {
  color: #909090;
  text-decoration: underline;
}

.text-lg,
.text-n {
  font-weight: 400;
  line-height: 1.6;
}

.text-lg {
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .text-lg {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg {
    font-size: 1.5rem;
  }
}

.text-n {
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .text-n {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-n {
    font-size: 1.2rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  position: relative;
}

body,
button,
input,
select,
textarea {
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

ul, ol {
  margin: 0 0 1.5em 0;
}

.entry-body li {
  margin-bottom: 0.7em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

form {
  margin-bottom: 4em;
}

.btn {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: underline;
}
.btn:active, .btn:focus {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
  border-bottom: 1px solid #202020;
  border-radius: 0;
  padding: 3px;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #202020;
}

textarea {
  width: 100%;
}

.form-group {
  margin-bottom: 1em;
  position: relative;
}
.form-group:before, .form-group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.form-group:after {
  clear: both;
}
.form-group [title=required] {
  display: none;
}
.form-group label {
  display: inline-block;
  min-width: 10em;
  float: left;
}
.form-group input {
  width: calc(100% - 10em);
}
.form-group .required:after {
  content: "*";
}
.form-group.has-error {
  margin-bottom: 2em;
}
.form-group .help-block {
  color: red;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: -1.8em;
}

.confirmation-message {
  font-weight: bold;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #202020;
}
a:visited {
  color: #202020;
}
a:hover, a:focus, a:active {
  color: #a0a0a0;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
  background: #fff;
  clear: both;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
}
@media screen and (min-width: 31.25em) {
  .site-navigation {
    padding: 2.25em 1.25em 0;
  }
}
@media screen and (min-width: 63.75em) {
  .site-navigation {
    padding-top: 3.75em;
  }
}
.site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation-visible .site-navigation {
  padding-bottom: 2.5em;
  width: 100%;
}
@media screen and (min-width: 96.75em) {
  .navigation-visible .site-navigation {
    width: 67%;
  }
}

.site-navigation-content {
  display: none;
  padding-top: 3.75em;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-content {
    padding-top: 2.5em;
  }
}
.navigation-visible .site-navigation-content {
  display: block;
}

.site-navigation-left:before, .site-navigation-left:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-navigation-left:after {
  clear: both;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-left {
    float: left;
    width: 66%;
  }
}
@media screen and (min-width: 66.25em) {
  .site-navigation-left {
    width: auto;
  }
}
@media screen and (min-width: 96.25em) {
  .site-navigation-left {
    width: calc(100% - 240px);
  }
}

.site-navigation-right {
  margin-bottom: 2em;
}
.site-navigation-right:before, .site-navigation-right:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-navigation-right:after {
  clear: both;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-right {
    float: left;
    margin-bottom: 0;
    width: 33%;
  }
}
@media screen and (min-width: 66.25em) {
  .site-navigation-right {
    width: auto;
    width: 240px;
  }
}

.site-navigation-footer {
  float: left;
  width: 100%;
}

.menu-item {
  float: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8888888889em;
  font-weight: 400;
  padding: 0 0 0.2em;
  text-transform: none;
}
.menu-item a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.menu-item a:focus, .menu-item a:hover {
  color: #a0a0a0;
}
.primary-menu > .menu-item {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2em;
  max-width: 18em;
  padding: 0 2em 0 0;
  text-transform: uppercase;
}
.primary-menu > .menu-item > a {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 31.25em) {
  .primary-menu > .menu-item {
    width: 50%;
    padding: 0 2em 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .primary-menu > .menu-item > a {
    margin-bottom: auto;
    min-height: 4em;
  }
}
@media screen and (min-width: 66.25em) {
  .primary-menu > .menu-item {
    width: auto;
  }
}

.search-form {
  margin-bottom: 0;
  width: 100%;
}
.search-form .search-form-label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 20px;
  height: 1.5em;
}
.search-form .search-form-label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: color linear 0.1s;
}
.search-form .search-form-label:hover:before {
  color: #a0a0a0;
}
.search-form.search-form-visible .search-form-label {
  display: none;
}
.search-form .search-form-field-wrap {
  display: none;
  position: relative;
  padding-right: 40px;
}
.search-form .search-form-field-wrap.expanded {
  display: block;
}
.search-form .search-form-field-wrap:after {
  background: #202020;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-form.search-form-visible .search-form-field-wrap {
  display: block;
}
.search-form .search-form-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 0;
  height: 1.5em;
  padding: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
}
.search-form .search-form-field:focus {
  outline: none;
}
.search-form .search-form-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.search-form .search-form-submit:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: color linear 0.1s;
}
.search-form .search-form-submit:hover:before {
  color: #a0a0a0;
}

.secondary-menu {
  margin-bottom: 1em;
  padding-top: 1em;
}
.secondary-menu .menu-item {
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 51.25em) {
  .secondary-menu {
    padding-top: 3em;
  }
}

.site-navigation-footer {
  width: 100%;
}

.site-navigation-footer-kulturkreis {
  float: left;
  font-weight: 700;
  line-height: 1.2;
}
.site-navigation-footer-kulturkreis a {
  color: #202020;
  text-decoration: none;
  transition: color linear 0.1s;
}
.site-navigation-footer-kulturkreis a:focus, .site-navigation-footer-kulturkreis a:hover {
  color: #a0a0a0;
}
.site-navigation-footer-kulturkreis span {
  display: block;
}

.navigation-scroll {
  height: 100%;
}
.navigation-scroll body {
  height: 100%;
}
.navigation-scroll .site-navigation {
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination {
  list-style: none;
  margin: 120px 0 40px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 0.375em;
}
.pagination a {
  text-decoration: none;
}
.pagination .active {
  color: #a0a0a0;
}
.pagination .disabled {
  visibility: hidden;
}

/* Text meant only for screen readers. */
.screen-reader-text, .navigation-visible button.site-navigation-toggle span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus, .navigation-visible button.site-navigation-toggle span:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before, .site-navigation-footer-kulturkreis:before, .clear:after, .site-navigation-footer-kulturkreis:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after, .site-navigation-footer-kulturkreis:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-content:before, .entry-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.entry-content:after {
  clear: both;
}

.entry-header {
  margin-bottom: 1.5em;
  padding: 0 0.625em;
  position: relative;
}

.entry-title {
  margin-top: 0;
  line-height: 1.1;
}

.entry-subtitle {
  font-size: 1.125em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.entry-node {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 0.5em;
  position: relative;
}
.entry-node-right {
  float: right;
}
.entry-node-clear {
  clear: both;
}
@media screen and (min-width: 43.75em) {
  .entry-node-half {
    width: 50%;
  }
}
@media screen and (min-width: 580px) {
  .entry-node-quarter {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .entry-node-quarter {
    width: 25%;
  }
}

.entry-download-title {
  margin: 0;
}

.entry-download-descrption p {
  margin: 0;
}

.entry-image,
.entry-download {
  position: relative;
}
.entry-node .entry-image,
.entry-node .entry-download {
  margin-bottom: 0;
}
.entry-image > a,
.entry-download > a {
  text-decoration: none;
}
.entry-image > a .img-wrap:before,
.entry-download > a .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
.entry-image > a:focus, .entry-image > a:hover,
.entry-download > a:focus,
.entry-download > a:hover {
  color: #202020;
}
.entry-image > a:focus .img-wrap:before, .entry-image > a:hover .img-wrap:before,
.entry-download > a:focus .img-wrap:before,
.entry-download > a:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}
.entry-image img,
.entry-download img {
  display: block;
  transition: opacity ease-in-out 0.5s;
  width: 100%;
}

.entry-image-caption {
  font-size: 0.875em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.entry-image-header {
  color: #202020;
  padding: 0.75em 2em 0.75em 0.75em;
  z-index: 3;
}
.has-image .entry-image-header {
  position: absolute;
  top: 0;
  left: 0;
}
.has-image.entry-light-title .entry-image-header {
  color: #fff;
}
@media screen and (min-width: 31.25em) {
  .entry-image-header {
    padding: 1em 2em 1em 1em;
  }
}

.entry-image-header-below {
  margin-top: 0.4em;
  padding: 0 !important;
}
@media screen and (min-width: 31.25em) {
  .entry-image-header-below {
    padding: 1em 2em 1em 1em;
  }
}

h1.entry-image-title,
.entry-image-title,
.entry-image-year,
.entry-download-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.05em 0;
  width: 100%;
  font-size: 20px;
}
@media all and (min-width: 500px) {
  h1.entry-image-title,
  .entry-image-title,
  .entry-image-year,
  .entry-download-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  h1.entry-image-title,
  .entry-image-title,
  .entry-image-year,
  .entry-download-title {
    font-size: 60px;
  }
}
.entry-node-half h1.entry-image-title,
.entry-node-half .entry-image-title,
.entry-node-half .entry-image-year,
.entry-node-half .entry-download-title {
  font-size: 20px;
}
@media all and (min-width: 750px) {
  .entry-node-half h1.entry-image-title,
  .entry-node-half .entry-image-title,
  .entry-node-half .entry-image-year,
  .entry-node-half .entry-download-title {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-node-half h1.entry-image-title,
  .entry-node-half .entry-image-title,
  .entry-node-half .entry-image-year,
  .entry-node-half .entry-download-title {
    font-size: 40px;
  }
}
.entry-node-quarter h1.entry-image-title,
.entry-node-quarter .entry-image-title,
.entry-node-quarter .entry-image-year,
.entry-node-quarter .entry-download-title {
  font-size: 16px;
}
@media all and (min-width: 1090.9090909091px) {
  .entry-node-quarter h1.entry-image-title,
  .entry-node-quarter .entry-image-title,
  .entry-node-quarter .entry-image-year,
  .entry-node-quarter .entry-download-title {
    font-size: 1.4666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-node-quarter h1.entry-image-title,
  .entry-node-quarter .entry-image-title,
  .entry-node-quarter .entry-image-year,
  .entry-node-quarter .entry-download-title {
    font-size: 22px;
  }
}

.entry-image-subtitle,
.entry-image-date {
  font-size: 1.375em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.publication {
  position: relative;
}
.publication .entry-header {
  margin-bottom: 2.5em;
  padding-right: 1.5625em;
  z-index: 99;
}
@media screen and (min-width: 31.25em) {
  .publication .entry-header {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 43.75em) {
  .publication .entry-header {
    left: 0.5em;
  }
}
.publication .entry-title {
  margin-bottom: 0;
  font-size: 50px;
}
@media all and (min-width: 1250px) {
  .publication .entry-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .publication .entry-title {
    font-size: 60px;
  }
}
.publication .entry-subtitle {
  line-height: 1.1;
  margin: 0 0 0.2em;
}
.publication .entry-subsubtitle {
  margin: 0;
  line-height: 1.1;
}
.publication .entry-images {
  margin-bottom: 0.25em;
}
.publication .entry-images:before, .publication .entry-images:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.publication .entry-images:after {
  clear: both;
}
.publication .entry-images .img-wrap {
  float: left;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
}
.publication .entry-images .img-wrap:first-child {
  width: 50%;
  float: right;
}

.entry-content-search {
  padding: 0 0.75em;
}
.entry-content-search .search-form {
  max-width: 25em;
}

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

.search-result a {
  text-decoration: none;
}

.entry-gallery {
  margin-right: -0.375em;
  margin-left: -0.375em;
}
.entry-node-half.entry-node-right .entry-gallery {
  text-align: right;
}

.entry-gallery-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 0.375em 0.75em;
  width: 25%;
}
.entry-node-half .entry-gallery-item {
  width: 50%;
}
.entry-gallery-item .img-wrap {
  cursor: pointer;
}
.entry-gallery-item .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
.entry-gallery-item:focus .img-wrap:before, .entry-gallery-item:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}

[data-fancybox] {
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.img-wrap {
  position: relative;
}
.img-wrap .img-wrap-inner {
  position: relative;
  width: 100%;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

[data-video] {
  cursor: pointer;
}
[data-video]:after {
  color: #fff;
  content: "\e005";
  cursor: pointer;
  font-size: 60px;
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  top: 50%;
  opacity: 0.85;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 10;
}
[data-video].video-loading:after {
  display: none;
}
[data-video] .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
[data-video]:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}

.entry-download-props {
  margin-top: 7px;
}

.column-items {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.column-items > a {
  text-decoration: none;
}
.column-items > a:focus, .column-items > a:hover {
  color: #202020;
}
.column-items > a:focus .entry-title, .column-items > a:hover .entry-title {
  color: #a0a0a0;
}
.column-items:nth-of-type(1) .column-items-title {
  border-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 470px) {
  .column-items {
    padding: 0 0.5em;
    width: 50%;
  }
  .column-items:nth-of-type(2) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .column-items {
    width: 33.33333%;
  }
  .column-items:nth-of-type(3) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .column-items {
    width: 25%;
  }
  .column-items:nth-of-type(4) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}

.column-items-title {
  border-top: 2px dotted #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.25em 0;
  padding: 0.375em 1em 0 0;
  transition: color linear 0.1s;
  font-size: 40px;
}
@media all and (min-width: 1000px) {
  .column-items-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .column-items-title {
    font-size: 60px;
  }
}
.column-items-title a {
  text-decoration: none;
  transition: color linear 0.1s;
}

.column-item {
  margin-bottom: 0.5em;
}
.column-item > a {
  text-decoration: none;
}
.column-item > a:focus, .column-item > a:hover {
  color: #202020;
}
.column-item > a:focus .comlumn-item-title, .column-item > a:hover .comlumn-item-title {
  color: #a0a0a0;
}
.column-item a {
  color: inherit;
  text-decoration: none;
}

.column-item-header {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0.625em 0;
}

h1.column-item-title {
  font-size: 1.125em;
  line-height: 1.1;
  margin: 0;
  transition: color linear 0.1s;
}

h2.column-item-subtitle {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.column-item-image {
  margin-bottom: 0.625em;
  position: relative;
}
.column-item-image img {
  width: 100%;
}

.column-item-content {
  font-size: 0.875em;
  margin: 0 0 1em 0;
}
.column-item-content p {
  margin-top: 0;
}

.sidebar-years {
  width: 100%;
  padding-right: 2em;
  padding-left: 1.25em;
}
[data-sidebar-years-az=az] .sidebar-years {
  display: none;
}
.sidebar-years ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.js .sidebar-years ul {
  opacity: 0;
  transition: opacity ease-in 0.2s;
}
.js .sidebar-years ul.visible {
  opacity: 1;
}

.sidebar-years-item {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1363636364em;
  transition: font-size linear 0.2s;
}
.sidebar-years-item:nth-of-type(1) {
  width: 98.99%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(2) {
  width: 97.98%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(3) {
  width: 96.97%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(4) {
  width: 95.96%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(5) {
  width: 94.95%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(6) {
  width: 93.94%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(7) {
  width: 92.93%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(8) {
  width: 91.92%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(9) {
  width: 90.91%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(10) {
  width: 89.9%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(11) {
  width: 88.89%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(12) {
  width: 87.88%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(13) {
  width: 86.87%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(14) {
  width: 85.86%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(15) {
  width: 84.85%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(16) {
  width: 83.84%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(17) {
  width: 82.83%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(18) {
  width: 81.82%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(19) {
  width: 80.81%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(20) {
  width: 79.8%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(21) {
  width: 78.79%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(22) {
  width: 77.78%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(23) {
  width: 76.77%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(24) {
  width: 75.76%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(25) {
  width: 74.75%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(26) {
  width: 73.74%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(27) {
  width: 72.73%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(28) {
  width: 71.72%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(29) {
  width: 70.71%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(30) {
  width: 69.7%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(31) {
  width: 68.69%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(32) {
  width: 67.68%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(33) {
  width: 66.67%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(34) {
  width: 65.66%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(35) {
  width: 64.65%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(36) {
  width: 63.64%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(37) {
  width: 62.63%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(38) {
  width: 61.62%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(39) {
  width: 60.61%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(40) {
  width: 59.6%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(41) {
  width: 58.59%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(42) {
  width: 57.58%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(43) {
  width: 56.57%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(44) {
  width: 55.56%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(45) {
  width: 54.55%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(46) {
  width: 53.54%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(47) {
  width: 52.53%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(48) {
  width: 51.52%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(49) {
  width: 50.51%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(50) {
  width: 49.5%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(51) {
  width: 48.49%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(52) {
  width: 47.48%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(53) {
  width: 46.47%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(54) {
  width: 45.46%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(55) {
  width: 44.45%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(56) {
  width: 43.44%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(57) {
  width: 42.43%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(58) {
  width: 41.42%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(59) {
  width: 40.41%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(60) {
  width: 39.4%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(61) {
  width: 38.39%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(62) {
  width: 37.38%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(63) {
  width: 36.37%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(64) {
  width: 35.36%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(65) {
  width: 34.35%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(66) {
  width: 33.34%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(67) {
  width: 32.33%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(68) {
  width: 31.32%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(69) {
  width: 30.31%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(70) {
  width: 29.3%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(71) {
  width: 28.29%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(72) {
  width: 27.28%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(73) {
  width: 26.27%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(74) {
  width: 25.26%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(75) {
  width: 24.25%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(76) {
  width: 23.24%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(77) {
  width: 22.23%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(78) {
  width: 21.22%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(79) {
  width: 20.21%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(80) {
  width: 19.2%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(81) {
  width: 18.19%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(82) {
  width: 17.18%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(83) {
  width: 16.17%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(84) {
  width: 15.16%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(85) {
  width: 14.15%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(86) {
  width: 13.14%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(87) {
  width: 12.13%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(88) {
  width: 11.12%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(89) {
  width: 10.11%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(90) {
  width: 9.1%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(91) {
  width: 8.09%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(92) {
  width: 7.08%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(93) {
  width: 6.07%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(94) {
  width: 5.06%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(95) {
  width: 4.05%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(96) {
  width: 3.04%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(97) {
  width: 2.03%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(98) {
  width: 1.02%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(99) {
  width: 0.01%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(100) {
  width: -1%;
  min-width: 50%;
}
.sidebar-years-item a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.sidebar-years-item a:focus, .sidebar-years-item a:hover {
  color: #a0a0a0;
}

.sidebar-az {
  display: none;
  width: 100%;
  padding-right: 0.5em;
  padding-left: 1.25em;
}
[data-sidebar-years-az=az] .sidebar-az {
  display: block;
}
.sidebar-az ul {
  width: 100%;
  list-style: none;
  margin: 0 0 1.125em 0;
  padding: 0;
}
.sidebar-az li {
  line-height: 1.1;
}
.sidebar-az-initial {
  font-size: 2.875em;
  line-height: 1;
  margin: 0 0 0.1739130435em 0;
  padding: 0;
}

.sidebar-az-item a {
  color: inherit;
  font-size: 0.875em;
  text-decoration: none;
  transition: color linear 0.1s;
}
.sidebar-az-item a:focus, .sidebar-az-item a:hover {
  color: #a0a0a0;
}

.site-header {
  background: #fff;
  z-index: 10000;
}

.site-branding {
  display: inline-block;
  margin: 0.9375em auto 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 63.75em) {
  .site-branding {
    margin-top: 2.5em;
  }
}

.site-title {
  color: #202020;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  text-transform: lowercase;
  white-space: nowrap;
  width: 100%;
  font-size: 1.75em;
}
.site-title a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.site-title a:focus, .site-title a:hover {
  color: #a0a0a0;
}
@media screen and (min-width: 31.25em) {
  .site-title {
    font-size: 3.75em;
  }
}

.site-branding-search {
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 20em;
}
@media screen and (min-width: 63.75em) {
  .site-branding-search {
    display: block;
  }
}
.site-branding-search label {
  margin: 0 auto;
}

.site-header-badge {
  background: url(/assets/header-badge-4cc1e9cdde003d2dc25d349715704dbc38fa43817cb54217eb63562cc90d5210.png) left top no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  left: 110px;
  bottom: 0;
  transform: translateY(25%);
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  max-width: 150px;
  max-height: 150px;
  min-width: 80px;
  min-height: 80px;
}
[lang=en] .site-header-badge {
  background: url(/assets/header-badge-en-4cc1e9cdde003d2dc25d349715704dbc38fa43817cb54217eb63562cc90d5210.png) left top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 31.25em) {
  .index .site-header-badge {
    display: block;
  }
}

.site-header-globe {
  display: none;
  width: 53px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: calc(16.5% - 24px);
  margin-top: -27px;
}
@media screen and (min-width: 43.75em) {
  .site-header-globe {
    display: block;
    font-size: 3.25em;
    line-height: 1;
  }
}

button.site-navigation-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
  padding: 0;
  position: fixed;
  top: 1.25em;
  left: 1.25em;
  text-transform: uppercase;
  transition: color linear 0.1s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10002;
}
@media screen and (min-width: 31.25em) {
  button.site-navigation-toggle {
    top: 2.25em;
  }
}
@media screen and (min-width: 63.75em) {
  button.site-navigation-toggle {
    top: 3.75em;
  }
}
@media screen and (min-width: 43.75em) {
  button.site-navigation-toggle {
    position: absolute;
  }
}
button.site-navigation-toggle:focus, button.site-navigation-toggle:hover {
  color: #a0a0a0;
}
.navigation-visible button.site-navigation-toggle:before {
  content: "\e000";
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  padding: 4px;
}

.locale-switch {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 99;
}
@media screen and (min-width: 31.25em) {
  .locale-switch {
    top: 2.25em;
  }
}
@media screen and (min-width: 63.75em) {
  .locale-switch {
    top: 3.75em;
  }
}

.locale-switch-items {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locale-switch-items li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-left: 0.25em;
  text-transform: uppercase;
  display: inline-block;
}
.locale-switch-items li.current a {
  color: #a0a0a0;
}
.locale-switch-items a {
  color: #202020;
  text-decoration: none;
  transition: color linear 0.1s;
}
.locale-switch-items a:focus, .locale-switch-items a:hover {
  color: #a0a0a0;
}

.switch-years-az {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .switch-years-az {
    display: block;
    position: absolute;
    left: 1.25em;
    bottom: 0.25em;
  }
  .switch-years-az a,
  .switch-years-az button {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .switch-years-az a:focus, .switch-years-az a:hover,
  .switch-years-az button:focus,
  .switch-years-az button:hover {
    color: #a0a0a0;
  }
  .switch-years-az button {
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}

@media screen and (min-width: 43.75em) {
  body,
  html {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 50em) {
  #page {
    padding-top: 6.25em;
  }
}
@media screen and (min-width: 43.75em) {
  #page {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 93.75em) {
  #page {
    width: 93.75em;
    left: 50%;
    margin-left: -46.875em;
  }
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75em;
}
@media screen and (min-width: 31.25em) {
  #masthead {
    height: 6.25em;
  }
}
@media screen and (min-width: 63.75em) {
  #masthead {
    height: 9.375em;
  }
}
@media screen and (min-width: 43.75em) {
  #masthead {
    position: absolute;
  }
}

#content {
  padding-top: 5.625em;
}
@media screen and (min-width: 31.25em) {
  #content {
    padding-top: 6.25em;
  }
}
@media screen and (min-width: 43.75em) {
  #content {
    padding-top: 0;
    position: absolute;
    top: 6.25em;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 63.75em) {
  #content {
    top: 9.375em;
  }
}

@media screen and (min-width: 43.75em) {
  #main,
  #secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    -webkit-overflow-scrolling: touch;
  }
}

#main .scroll-content {
  padding: 0 1.25em;
}
.single #main .scroll-content {
  padding: 0 0.75em;
}
.archive #main .scroll-content {
  padding: 0 0.75em;
}
@media screen and (min-width: 43.75em) {
  #main {
    left: 0;
    width: 80%;
    z-index: 2;
  }
  .index #main .scroll-content {
    padding-left: 7.5em;
  }
}
@media screen and (min-width: 56.25em) {
  .index #main .scroll-content {
    padding-left: 10em;
  }
}

body.has-sidebar-false #main {
  width: 100% !important;
}

#secondary .scroll-content {
  padding: 0 1.25em;
}
@media screen and (min-width: 43.75em) {
  #secondary {
    right: 0;
    width: 20%;
    z-index: 3;
  }
}

#secondary-left {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (min-width: 43.75em) {
  #secondary-left {
    display: block;
    width: 7.5em;
  }
}
@media screen and (min-width: 56.25em) {
  #secondary-left {
    display: block;
    width: 10em;
  }
}

.site-footer {
  clear: both;
  width: 80%;
}

.sidebar-globe {
  display: block;
  font-size: 3.25em;
  line-height: 1;
  padding: 0.3846153846em;
  text-align: center;
}
@media screen and (min-width: 43.75em) {
  .sidebar-globe {
    display: none;
  }
}

.related {
  border-bottom: 2px solid #202020;
  color: #202020;
  margin: 0;
  text-align: center;
}
.related:last-child {
  border-bottom: 0;
}
.related > a {
  display: block;
  padding-bottom: 0.75em;
  transition: background ease-in-out 0.2s;
}
.related a {
  color: inherit;
  text-decoration: none;
}
.related .entry-header {
  margin: 0;
  padding: 1em 0.5em;
}
.related .entry-header a {
  color: inherit;
  text-decoration: none;
}
.related .entry-title {
  font-size: 1.125em;
  margin: 0;
}
.related .entry-meta {
  font-size: 1em;
}
.related .entry-meta p {
  font-family: "Crimson Text", serif;
  margin: 0;
}
.related .entry-content {
  border-top: 2px dotted #202020;
  font-family: "Crimson Text", serif;
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
  padding: 1em 0.5em;
}
.related .entry-content p {
  margin-top: 0;
}
.related .entry-content p:last-child {
  margin-bottom: 0;
}
.related .entry-image img {
  width: auto;
  margin: 0 auto;
  max-height: 11.25em;
  max-width: 100%;
}

.related.twitter > a:focus, .related.twitter > a:hover {
  background: #d4eefa;
}

.related.google > a:focus, .related.google > a:hover {
  background: #e6e5e6;
}

.related-icon {
  line-height: 0.8;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10006;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10005;
  background: #202020;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay:before {
  content: "\e000";
  color: #fff;
  cursor: pointer;
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 0.75em;
  position: fixed;
  bottom: 1.5em;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  right: 50%;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

footer {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 0;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.nowrap {
  white-space: nowrap;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

#cookie-banner {
  background: #d6d8d6;
  padding: 1em 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  z-index: 1000000;
}
#cookie-banner .cookie-banner-content {
  position: relative;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-content {
    display: table;
  }
}
#cookie-banner .cookie-banner-body,
#cookie-banner .cookie-banner-actions {
  padding: 0;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body,
  #cookie-banner .cookie-banner-actions {
    display: table-cell;
    vertical-align: middle;
  }
}
#cookie-banner .cookie-banner-body {
  color: #54534a;
  margin-bottom: 1.8em;
  padding-right: 50px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body {
    margin-bottom: 0;
    padding-right: 1em;
  }
}
#cookie-banner .cookie-banner-actions {
  padding-right: 32px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-actions {
    position: relative;
  }
}
#cookie-banner .cookie-banner-content {
  font-size: 12px;
  color: #54534a;
  line-height: 1.2;
  margin: 0 auto;
}
#cookie-banner .btn {
  color: #54534a;
  border-color: #54534a;
  font-size: 12px;
  padding: 0.5em 2em;
  white-space: nowrap;
}
#cookie-banner .btn:hover, #cookie-banner .btn:focus {
  border-color: #a2a195;
}
#cookie-banner .cookie-banner-ok {
  color: #54534a;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-ok {
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
}
#cookie-banner .cookie-banner-ok:before {
  content: "×";
  font-size: 16px;
  margin-top: 0.325em;
  margin-left: 0.625em;
  display: block;
}
#cookie-banner .cookie-banner-ok:hover, #cookie-banner .cookie-banner-ok:focus {
  color: #54534a;
  opacity: 0.8;
  text-decoration: none;
}
.entry-gallery {
  margin-bottom: 46px;
}
.entry-gallery.arrows .splide__arrow {
  display: none;
}
.entry-gallery .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.5rem;
}
.entry-gallery .pagination div {
  padding: 0 0.25rem;
  font-size: 1.25rem;
}
.entry-gallery .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.entry-gallery .image .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0.125rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-gallery .image .title {
    font-size: 1.5rem;
  }
}
.entry-gallery .image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-gallery .image img.cover {
  object-fit: cover;
}
.entry-gallery .image img.contain {
  object-fit: contain;
}
.entry-gallery .text,
.entry-gallery .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-gallery .text .content,
.entry-gallery .image .content {
  text-align: center;
}
.entry-gallery .text a.node-link {
  text-decoration: none;
}
.entry-gallery .text .content {
  padding: 1rem;
}
.entry-gallery .text .text-4 .ql-size-text-4 {
  font-weight: normal;
  font-size: 4rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-4 .ql-size-text-4 {
    font-size: 4rem;
  }
}
.entry-gallery .text .text-3,
.entry-gallery .text .ql-size-text-3 {
  font-weight: normal;
  font-size: 3rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-3,
  .entry-gallery .text .ql-size-text-3 {
    font-size: 3rem;
  }
}
.entry-gallery .text .text-2,
.entry-gallery .text .ql-size-text-2 {
  font-weight: normal;
  font-size: 2rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-2,
  .entry-gallery .text .ql-size-text-2 {
    font-size: 2rem;
  }
}
.entry-gallery .text .text-1-5,
.entry-gallery .text .ql-size-text-1-5 {
  font-weight: normal;
  font-size: 1.5rem/1.5;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-1-5,
  .entry-gallery .text .ql-size-text-1-5 {
    font-size: 1.5rem;
  }
}
.entry-gallery .text .text-1,
.entry-gallery .text .ql-size-text-1 {
  font-weight: normal;
  font-size: 1rem/1.5;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-1,
  .entry-gallery .text .ql-size-text-1 {
    font-size: 1rem;
  }
}
.entry-gallery .splide__pagination {
  margin-bottom: -36px;
}
.entry-gallery .splide__pagination__page.is-active {
  background: #000;
}
.entry-gallery .splide__arrow {
  top: calc(100% + 20px);
  background: transparent;
}
.entry-gallery .splide__arrow--prev {
  left: 0;
}
.entry-gallery .splide__arrow--next {
  right: 0;
}

.printonly {
  display: none;
}

.fancybox-type-image {
  z-index: 100000;
}

.hidden {
  display: none;
}

#cookie-banner {
  background: #d6d8d6;
  padding: 1em 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  z-index: 1000000;
}
#cookie-banner .cookie-banner-content {
  position: relative;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-content {
    display: table;
  }
}
#cookie-banner .cookie-banner-body,
#cookie-banner .cookie-banner-actions {
  padding: 0;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body,
  #cookie-banner .cookie-banner-actions {
    display: table-cell;
    vertical-align: middle;
  }
}
#cookie-banner .cookie-banner-body {
  color: #54534a;
  margin-bottom: 1.8em;
  padding-right: 50px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body {
    margin-bottom: 0;
    padding-right: 1em;
  }
}
#cookie-banner .cookie-banner-actions {
  padding-right: 32px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-actions {
    position: relative;
  }
}
#cookie-banner .cookie-banner-content {
  font-size: 12px;
  color: #54534a;
  line-height: 1.2;
  margin: 0 auto;
}
#cookie-banner .btn {
  color: #54534a;
  border-color: #54534a;
  font-size: 12px;
  padding: 0.5em 2em;
  white-space: nowrap;
}
#cookie-banner .btn:hover, #cookie-banner .btn:focus {
  border-color: #a2a195;
}
#cookie-banner .cookie-banner-ok {
  color: #54534a;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-ok {
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
}
#cookie-banner .cookie-banner-ok:before {
  content: "×";
  font-size: 16px;
  margin-top: 0.325em;
  margin-left: 0.625em;
  display: block;
}
#cookie-banner .cookie-banner-ok:hover, #cookie-banner .cookie-banner-ok:focus {
  color: #54534a;
  opacity: 0.8;
  text-decoration: none;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.site-title {
  text-transform: none;
}
.site-title a {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='33' viewBox='0 0 24 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3098 19.2113C10.3661 21.5211 5.48347 23.061 0.0186768 23.4554V32.9953H6.14074V22.4789C11.5492 22.4789 16.9576 28.6385 17.7276 32.9953H23.9999C22.9858 27.0047 19.3614 22.2535 14.3098 19.2113Z' fill='%2387888A'/%3E%3Cpath d='M23.7371 7.56808H17.277C15.8686 11.5305 10.4038 15.9437 6.12207 16.0376V0H0V15.4178C5.277 15.4178 10.2347 16.77 14.2911 19.1925C19.2301 16.3193 22.6479 12.2066 23.7371 7.56808Z' fill='%23172A47'/%3E%3Cpath d='M0.0186768 15.4178V23.4554C5.48347 23.061 10.3661 21.5211 14.3098 19.2113C10.2722 16.77 5.29567 15.4178 0.0186768 15.4178Z' fill='%23606F7D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 33px;
}
@media screen and (min-width: 31.25em) {
  .site-title a {
    background-image: url("data:image/svg+xml,%3Csvg width='174' height='57' viewBox='0 0 263 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M136.257 33.443C129.391 37.464 120.892 40.1447 111.379 40.8312V57.4383H122.036V39.1312C131.451 39.1312 140.866 49.8539 142.206 57.4383H153.125C151.36 47.0098 145.051 38.739 136.257 33.443Z' fill='%2387888A'/%3E%3Cpath d='M152.668 13.1745H141.422C138.97 20.0723 129.457 27.7548 122.003 27.9182V0H111.346V26.8394C120.532 26.8394 129.163 29.1932 136.224 33.4103C144.822 28.4086 150.771 21.2492 152.668 13.1745Z' fill='%23172A47'/%3E%3Cpath d='M111.379 26.8394V40.8312C120.892 40.1447 129.391 37.464 136.257 33.443C129.228 29.1932 120.565 26.8394 111.379 26.8394Z' fill='%23606F7D'/%3E%3Cpath d='M0 73.6204H1.37303V78.5568H1.56917L6.76706 73.6204H8.72853L3.07296 78.851L9.02275 85.095H7.02859L1.56917 79.276H1.37303V85.095H0V73.6204Z' fill='black'/%3E%3Cpath d='M16.5744 83.297C16.5744 83.6239 16.5744 83.9508 16.6071 84.2777C16.6398 84.6046 16.6398 84.8661 16.6398 85.095H15.4302C15.4302 84.8988 15.4302 84.7027 15.3975 84.4739C15.3649 84.245 15.3975 84.0489 15.3975 83.8527H15.3649C15.2668 84.0489 15.136 84.2123 15.0053 84.3758C14.8418 84.5392 14.6457 84.7027 14.4495 84.8335C14.2207 84.9642 13.9918 85.095 13.7303 85.1604C13.4361 85.2584 13.1419 85.2911 12.8476 85.2911C12.4227 85.2911 11.965 85.2258 11.5727 85.0623C11.2131 84.9315 10.9189 84.7027 10.6573 84.4412C10.3958 84.1469 10.2324 83.82 10.1343 83.4604C10.0035 83.0681 9.97083 82.6431 9.97083 82.2182V77.5433H11.2458V82.0547C11.2131 82.5778 11.3765 83.1335 11.6708 83.5585C11.9977 83.9508 12.488 84.1469 12.9784 84.1142C13.338 84.1142 13.6976 84.0489 14.0245 83.9181C14.3187 83.7873 14.5803 83.5912 14.7437 83.3297C14.9399 83.0354 15.0706 82.7412 15.1687 82.4143C15.2668 82.022 15.2995 81.6297 15.2995 81.2374V77.5433H16.5744V83.297Z' fill='black'/%3E%3Cpath d='M19.1243 72.8685H20.3992V85.095H19.1243V72.8685Z' fill='black'/%3E%3Cpath d='M27.0683 78.5894H24.8453V82.3816C24.8453 82.6431 24.8453 82.872 24.8453 83.0681C24.8453 83.2643 24.9107 83.4604 24.9761 83.6239C25.0414 83.7873 25.1722 83.9181 25.303 83.9835C25.4991 84.0815 25.728 84.1469 25.9568 84.1142C26.1529 84.1142 26.3491 84.0815 26.5125 84.0489C26.7087 84.0162 26.9048 83.9508 27.0683 83.8527L27.101 84.9969C26.8721 85.095 26.6433 85.1604 26.3818 85.2257C26.1203 85.2584 25.8914 85.2911 25.6299 85.2911C25.2703 85.2911 24.878 85.2584 24.5511 85.1277C24.2896 85.0296 24.0934 84.8334 23.9299 84.6373C23.7665 84.4085 23.6684 84.1142 23.6357 83.82C23.5703 83.4604 23.5703 83.1008 23.5703 82.7739V78.6221H21.9358V77.5433H23.5703V75.3857H24.8453V77.5433H27.101V78.5894H27.0683Z' fill='black'/%3E%3Cpath d='M35.241 83.297C35.241 83.6239 35.241 83.9508 35.2737 84.2777C35.3064 84.6046 35.3064 84.8661 35.3064 85.095H34.0968C34.0968 84.8988 34.0968 84.7027 34.0642 84.4739C34.0315 84.245 34.0315 84.0489 34.0315 83.8527H33.9988C33.9007 84.0489 33.7699 84.2123 33.6392 84.3758C33.4757 84.5392 33.2796 84.7027 33.0834 84.8335C32.8546 84.9642 32.6257 85.095 32.3642 85.1604C32.07 85.2584 31.7758 85.2911 31.4816 85.2911C31.0566 85.2911 30.5989 85.2258 30.2066 85.0623C29.847 84.9315 29.5528 84.7027 29.2912 84.4412C29.0624 84.1469 28.8663 83.82 28.7682 83.4604C28.6374 83.0681 28.6047 82.6431 28.6047 82.2182V77.5433H29.8797V82.0547C29.847 82.5778 30.0105 83.1335 30.3047 83.5585C30.6316 83.9508 31.122 84.1469 31.6123 84.1142C31.9719 84.1142 32.3315 84.0489 32.6584 83.9181C32.9527 83.7873 33.2142 83.5912 33.3776 83.3297C33.5738 83.0354 33.7046 82.7412 33.8026 82.4143C33.9007 82.022 33.9334 81.6297 33.9334 81.2374V77.5433H35.2083V83.297H35.241Z' fill='black'/%3E%3Cpath d='M37.6275 79.3086C37.6275 78.949 37.6275 78.6548 37.5948 78.3279C37.5621 78.001 37.5621 77.7395 37.5621 77.5106H38.7717C38.7717 77.7068 38.7717 77.9356 38.8044 78.1318C38.8371 78.3279 38.8044 78.5567 38.8044 78.7529H38.8371C38.9352 78.5567 39.0659 78.3606 39.1967 78.2298C39.3601 78.0664 39.5563 77.9029 39.7524 77.7722C39.9813 77.6414 40.2101 77.5106 40.4716 77.4452C40.7659 77.3472 41.0601 77.3145 41.3543 77.3145C41.4524 77.3145 41.5178 77.3145 41.6158 77.3145C41.7139 77.3145 41.7793 77.3472 41.8774 77.3799L41.812 78.6548C41.5831 78.5894 41.3543 78.5567 41.1255 78.5567C40.3409 78.5567 39.7851 78.8183 39.4255 79.3086C39.0332 79.9298 38.8698 80.649 38.9025 81.3682V85.0623H37.6275V79.3086Z' fill='black'/%3E%3Cpath d='M43.3484 72.8685H44.6233V80.8778L48.0559 77.5433H49.8539L46.1925 80.9759L50.2135 85.095H48.3501L44.5906 81.1067V85.095H43.3157V72.8685H43.3484Z' fill='black'/%3E%3Cpath d='M51.4558 79.3086C51.4558 78.949 51.4558 78.6548 51.4231 78.3279C51.3904 78.001 51.3904 77.7395 51.3904 77.5106H52.6C52.6 77.7068 52.6 77.9356 52.6 78.1318C52.6 78.3279 52.6 78.5567 52.6 78.7529H52.6326C52.7307 78.5567 52.8615 78.3933 52.9922 78.2298C53.1557 78.0664 53.3518 77.9029 53.548 77.7721C53.7768 77.6414 54.0057 77.5106 54.2672 77.4452C54.5614 77.3799 54.8556 77.3472 55.1499 77.3472C55.2479 77.3472 55.3133 77.3472 55.4114 77.3472C55.5095 77.3472 55.5748 77.3799 55.6729 77.4125L55.6075 78.6875C55.3787 78.6221 55.1499 78.5894 54.921 78.5894C54.1364 78.5894 53.5807 78.851 53.2211 79.3413C52.8288 79.9625 52.6653 80.6817 52.698 81.4009V85.095H51.4231V79.3086H51.4558Z' fill='black'/%3E%3Cpath d='M63.3227 83.722C62.9304 84.245 62.44 84.67 61.8516 84.9315C61.2631 85.1604 60.6093 85.2911 59.9882 85.2911C59.4324 85.2911 58.8767 85.193 58.3863 84.9642C57.9287 84.7681 57.5364 84.4738 57.1768 84.1142C56.8498 83.7546 56.5883 83.3297 56.4249 82.8393C56.2614 82.3489 56.1633 81.8259 56.1633 81.2701C56.1633 80.7144 56.2614 80.1586 56.4575 79.6683C56.6537 79.2106 56.9152 78.7529 57.2748 78.3933C57.6344 78.0337 58.0267 77.7722 58.5171 77.576C59.0075 77.3799 59.5305 77.2818 60.0863 77.2818C60.5766 77.2818 61.067 77.3799 61.5574 77.5433C61.9823 77.7068 62.3746 77.9683 62.7016 78.3279C63.0285 78.6875 63.29 79.1125 63.4208 79.5702C63.6169 80.1259 63.6823 80.6817 63.6823 81.2374V81.6297H57.569C57.6017 82.2835 57.896 82.872 58.3209 83.3297C58.5498 83.5585 58.8113 83.722 59.0728 83.8527C59.3671 83.9835 59.694 84.0489 60.0209 84.0489C60.5112 84.0489 60.9689 83.9508 61.3939 83.7546C61.7862 83.5585 62.1458 83.2643 62.4073 82.9047L63.3227 83.722ZM62.2439 80.6163C62.2439 80.0279 62.015 79.4721 61.6227 79.0471C61.1651 78.6548 60.5766 78.426 59.9882 78.4587C58.7132 78.3933 57.6017 79.3413 57.5037 80.5836H62.2439V80.6163Z' fill='black'/%3E%3Cpath d='M65.3822 74.5684C65.3822 74.3396 65.4803 74.0781 65.6437 73.9146C65.8072 73.7185 66.036 73.6204 66.2976 73.6204C66.5591 73.6204 66.7879 73.7185 66.9514 73.9146C67.311 74.2742 67.311 74.8627 66.9514 75.2223C66.5918 75.5819 66.0033 75.5819 65.611 75.2223C65.4803 75.0261 65.3822 74.7973 65.3822 74.5684ZM65.6764 77.5106H66.9514V85.095H65.7091L65.6764 77.5106Z' fill='black'/%3E%3Cpath d='M69.6321 83.1008C69.8609 83.395 70.1225 83.6566 70.4494 83.8527C70.7763 84.0489 71.1686 84.1469 71.5936 84.1142C71.7897 84.1142 71.9859 84.0816 72.182 84.0489C72.3782 84.0162 72.5416 83.9508 72.7378 83.8527C72.9012 83.7546 73.032 83.6239 73.13 83.4931C73.2281 83.3297 73.2935 83.1662 73.2608 82.9701C73.2608 82.8066 73.2281 82.6105 73.13 82.4797C73.032 82.3489 72.9012 82.2509 72.7704 82.1528C72.607 82.0547 72.4435 81.9893 72.2474 81.9239C72.0512 81.8586 71.8551 81.8259 71.6589 81.7605C71.2993 81.6951 70.9724 81.597 70.6455 81.499C70.3513 81.4009 70.0571 81.2701 69.7956 81.1067C69.5667 80.9432 69.3706 80.7471 69.2071 80.4855C68.9129 79.8644 68.9129 79.1452 69.2398 78.5568C69.4033 78.2625 69.6321 78.0337 69.8936 77.8702C70.1552 77.6741 70.4821 77.5433 70.809 77.4453C71.1359 77.3472 71.4955 77.2818 71.8551 77.2818C72.3782 77.2818 72.8685 77.3799 73.3589 77.6087C73.8166 77.8375 74.2089 78.1972 74.4377 78.6548L73.3916 79.3413C73.2281 79.0798 72.9993 78.851 72.7378 78.6875C72.4435 78.5241 72.1166 78.426 71.757 78.426C71.5936 78.426 71.3974 78.4587 71.234 78.4914C71.0705 78.5241 70.9071 78.5894 70.7436 78.6875C70.6128 78.7856 70.4821 78.8837 70.384 79.0144C70.2859 79.1452 70.2532 79.3087 70.2532 79.4721C70.2532 79.6356 70.3186 79.7663 70.4167 79.8971C70.5474 80.0279 70.6782 80.1259 70.8417 80.1913C71.0378 80.2894 71.234 80.3548 71.4628 80.4201C71.6916 80.4855 71.9532 80.5509 72.182 80.5836C72.5089 80.649 72.8358 80.7144 73.13 80.8451C73.4243 80.9432 73.6858 81.074 73.9146 81.2701C74.1435 81.4336 74.3396 81.6624 74.4377 81.9239C74.5685 82.2182 74.6338 82.5451 74.6338 82.872C74.6665 83.6239 74.3069 84.3104 73.6858 84.7027C73.3916 84.8988 73.0647 85.0296 72.7051 85.1277C72.3455 85.2257 71.9859 85.2584 71.5936 85.2584C71.0051 85.2584 70.4494 85.1604 69.9263 84.9642C69.4033 84.7354 68.9783 84.3431 68.6514 83.8527L69.6321 83.1008Z' fill='black'/%3E%3Cpath d='M87.1873 83.7546H87.1546C86.893 84.2123 86.5007 84.6046 86.0431 84.8334C85.4873 85.1277 84.8662 85.2911 84.2451 85.2911C83.722 85.2911 83.2316 85.1931 82.7739 84.9969C82.3163 84.8008 81.924 84.5065 81.5644 84.1796C81.2048 83.82 80.9432 83.395 80.7471 82.9047C80.3548 81.8913 80.3548 80.7471 80.7471 79.7336C80.9432 79.276 81.2048 78.8183 81.5644 78.4587C81.924 78.0991 82.349 77.8049 82.8066 77.6414C83.3297 77.4453 83.8854 77.3472 84.4412 77.3472C84.9643 77.3472 85.4873 77.4453 85.945 77.6741C86.4027 77.9029 86.8277 78.2298 87.1546 78.6221H87.1873V72.8685H88.4622V85.095H87.1873V83.7546ZM87.1873 81.3028C87.1873 80.9105 87.1219 80.5509 86.9911 80.1913C86.8603 79.8644 86.6969 79.5702 86.4354 79.3087C86.2065 79.0471 85.9123 78.851 85.5854 78.7202C84.8662 78.426 84.0816 78.426 83.3624 78.7202C83.0355 78.851 82.7413 79.0798 82.5124 79.3087C82.2836 79.5702 82.0874 79.8644 81.9567 80.1913C81.6951 80.9105 81.6951 81.6951 81.9567 82.4143C82.1855 83.0681 82.7086 83.6239 83.3297 83.8854C84.0489 84.1796 84.8335 84.1796 85.5527 83.8854C86.2065 83.5912 86.6969 83.0681 86.9257 82.4143C87.1219 82.0547 87.1873 81.6951 87.1873 81.3028Z' fill='black'/%3E%3Cpath d='M97.5502 83.722C97.1579 84.245 96.6676 84.67 96.0791 84.9315C95.4907 85.1604 94.8369 85.2911 94.2157 85.2911C93.66 85.2911 93.1042 85.193 92.6139 84.9642C92.1562 84.7681 91.7312 84.4738 91.4043 84.1142C91.0774 83.7546 90.8158 83.3297 90.6524 82.8393C90.4889 82.3489 90.3909 81.8259 90.3909 81.2701C90.3909 80.7144 90.4889 80.1586 90.6851 79.6683C90.8812 79.2106 91.1428 78.7529 91.5024 78.3933C91.862 78.0337 92.2543 77.7722 92.7446 77.576C93.235 77.3799 93.7581 77.2818 94.3138 77.2818C94.8042 77.2818 95.2945 77.3799 95.7849 77.5433C96.2099 77.7068 96.6022 77.9683 96.9291 78.3279C97.256 78.6875 97.5175 79.1125 97.6483 79.5702C97.8444 80.1259 97.9098 80.6817 97.9098 81.2374V81.6297H91.7966C91.8293 82.2835 92.1235 82.872 92.5485 83.3297C92.7773 83.5585 93.0388 83.722 93.3004 83.8527C93.5946 83.9835 93.9215 84.0489 94.2484 84.0489C94.7388 84.0489 95.1965 83.9508 95.6214 83.7546C96.0137 83.5585 96.3733 83.2643 96.6349 82.9047L97.5502 83.722ZM96.4714 80.6163C96.4714 80.0279 96.2426 79.4721 95.8503 79.0471C95.3926 78.6548 94.8042 78.426 94.2157 78.4587C92.9408 78.3933 91.8293 79.3413 91.7312 80.5836H96.4714V80.6163Z' fill='black'/%3E%3Cpath d='M99.806 79.3086C99.806 78.949 99.806 78.6548 99.7733 78.3279C99.7406 78.001 99.7406 77.7395 99.7406 77.5106H100.95C100.95 77.7068 100.95 77.9356 100.95 78.1318C100.95 78.3279 100.95 78.5567 100.95 78.7529H100.983C101.081 78.5567 101.212 78.3606 101.342 78.2298C101.506 78.0664 101.702 77.9029 101.898 77.7722C102.127 77.6414 102.356 77.5106 102.617 77.4452C102.912 77.3472 103.206 77.3145 103.5 77.3145C103.598 77.3145 103.664 77.3145 103.762 77.3145C103.86 77.3145 103.925 77.3472 104.023 77.3799L103.958 78.6548C103.729 78.5894 103.5 78.5567 103.271 78.5567C102.487 78.5567 101.931 78.8183 101.571 79.3086C101.179 79.9298 101.016 80.649 101.048 81.3682V85.0623H99.806V79.3086Z' fill='black'/%3E%3Cpath d='M116.315 83.7546H116.282C116.021 84.2123 115.628 84.6046 115.171 84.8661C114.615 85.1604 113.994 85.3238 113.373 85.3238C112.85 85.3238 112.359 85.2257 111.902 85.0296C111.444 84.8334 111.052 84.5392 110.692 84.2123C110.332 83.8527 110.071 83.4277 109.875 82.9374C109.482 81.9239 109.482 80.7797 109.875 79.7663C110.071 79.3086 110.332 78.851 110.692 78.4914C111.052 78.1318 111.477 77.8375 111.934 77.6741C112.457 77.4779 113.013 77.3799 113.569 77.3799C114.092 77.3799 114.615 77.4779 115.073 77.7068C115.53 77.9356 115.955 78.2625 116.282 78.6548H116.315V72.9012H117.59V85.1277H116.315V83.7546ZM116.315 81.3028C116.315 80.9105 116.25 80.5509 116.119 80.1913C115.89 79.5375 115.367 78.9817 114.713 78.6875C113.994 78.3933 113.209 78.3933 112.49 78.6875C112.163 78.8183 111.869 79.0471 111.64 79.276C111.411 79.5375 111.215 79.8317 111.117 80.1586C110.856 80.8778 110.856 81.6624 111.117 82.3816C111.346 83.0354 111.869 83.5912 112.49 83.8527C113.209 84.1469 113.994 84.1469 114.713 83.8527C115.04 83.7219 115.334 83.5258 115.563 83.2643C115.792 83.0027 115.988 82.7085 116.119 82.3816C116.25 82.0547 116.315 81.6951 116.315 81.3028Z' fill='black'/%3E%3Cpath d='M126.384 83.722C125.992 84.245 125.501 84.67 124.913 84.9315C124.324 85.1604 123.67 85.2911 123.017 85.2911C122.461 85.2911 121.905 85.193 121.415 84.9642C120.957 84.7681 120.565 84.4738 120.205 84.1142C119.878 83.7546 119.617 83.3297 119.453 82.8393C119.257 82.3489 119.192 81.8259 119.192 81.2701C119.192 80.7144 119.29 80.1586 119.486 79.6683C119.682 79.2106 119.944 78.7529 120.303 78.3933C120.663 78.0337 121.055 77.7722 121.546 77.576C122.036 77.3799 122.559 77.2818 123.115 77.2818C123.605 77.2818 124.095 77.3799 124.586 77.5433C125.011 77.7068 125.403 77.9683 125.73 78.3279C126.057 78.6875 126.318 79.1125 126.449 79.5702C126.645 80.1259 126.711 80.6817 126.711 81.2374V81.6297H120.597C120.63 82.2835 120.924 82.872 121.349 83.3297C121.578 83.5585 121.84 83.722 122.101 83.8527C122.395 83.9835 122.722 84.0489 123.049 84.0489C123.54 84.0489 123.997 83.9508 124.455 83.7546C124.847 83.5585 125.207 83.2643 125.468 82.9047L126.384 83.722ZM125.305 80.6163C125.305 80.0279 125.076 79.4721 124.684 79.0471C124.226 78.6548 123.638 78.426 123.049 78.4587C121.774 78.3933 120.696 79.3413 120.565 80.5836H125.305V80.6163Z' fill='black'/%3E%3Cpath d='M135.243 83.297C135.243 83.6566 135.243 83.9835 135.276 84.2777C135.309 84.5719 135.309 84.8661 135.309 85.095H134.099C134.099 84.8988 134.099 84.7027 134.099 84.4739C134.099 84.245 134.099 84.0489 134.099 83.8527H134.066C133.968 84.0489 133.837 84.2123 133.707 84.3758C133.543 84.5392 133.347 84.7027 133.151 84.8335C132.922 84.9642 132.693 85.095 132.432 85.1604C132.137 85.2584 131.843 85.2911 131.549 85.2911C131.124 85.2911 130.666 85.2258 130.274 85.0623C129.915 84.9315 129.62 84.7027 129.359 84.4412C129.097 84.1469 128.934 83.82 128.836 83.4604C128.705 83.0681 128.672 82.6431 128.672 82.2182V77.5433H129.947V82.0547C129.915 82.5778 130.078 83.1335 130.372 83.5585C130.699 83.9508 131.189 84.1469 131.68 84.1142C132.039 84.1142 132.399 84.0489 132.726 83.9181C133.02 83.7873 133.282 83.5912 133.445 83.3297C133.641 83.0354 133.772 82.7412 133.87 82.4143C133.968 82.022 134.001 81.6297 134.001 81.2374V77.5433H135.276L135.243 83.297Z' fill='black'/%3E%3Cpath d='M141.781 78.5894H139.558V82.3816C139.558 82.6431 139.558 82.872 139.558 83.0681C139.558 83.2643 139.624 83.4604 139.689 83.6239C139.754 83.7873 139.885 83.9181 140.016 83.9835C140.212 84.0815 140.441 84.1469 140.67 84.1142C140.866 84.1142 141.062 84.0815 141.226 84.0489C141.422 84.0162 141.618 83.9508 141.814 83.8527L141.879 84.9969C141.651 85.095 141.422 85.1604 141.16 85.2257C140.899 85.2584 140.67 85.2911 140.408 85.2911C140.049 85.2911 139.656 85.2584 139.33 85.1277C139.068 85.0296 138.872 84.8334 138.708 84.6373C138.545 84.4085 138.447 84.1142 138.414 83.82C138.349 83.4604 138.349 83.1008 138.349 82.7739V78.6221H136.714V77.5433H138.349V75.3857H139.624V77.5433H141.847L141.781 78.5894Z' fill='black'/%3E%3Cpath d='M143.841 83.1008C144.07 83.395 144.331 83.6566 144.658 83.8527C144.985 84.0489 145.377 84.1469 145.77 84.1142C145.966 84.1142 146.162 84.0816 146.358 84.0489C146.554 84.0162 146.718 83.9508 146.914 83.8527C147.077 83.7546 147.208 83.6239 147.306 83.4931C147.404 83.3297 147.47 83.1662 147.47 82.9701C147.47 82.8066 147.437 82.6105 147.339 82.4797C147.241 82.3489 147.11 82.2509 146.979 82.1528C146.816 82.0547 146.652 81.9893 146.456 81.9239C146.26 81.8586 146.064 81.8259 145.868 81.7605C145.508 81.6951 145.181 81.597 144.854 81.499C144.56 81.4009 144.266 81.2701 144.004 81.1067C143.775 80.9432 143.579 80.7471 143.416 80.4855C143.252 80.1913 143.187 79.8644 143.187 79.5375C143.187 79.2106 143.252 78.851 143.416 78.5568C143.579 78.2625 143.808 78.0337 144.07 77.8702C144.364 77.6741 144.658 77.5433 144.985 77.4453C145.312 77.3472 145.672 77.2818 146.031 77.2818C146.554 77.2818 147.045 77.3799 147.535 77.6087C147.993 77.8375 148.385 78.1972 148.614 78.6548L147.568 79.3413C147.404 79.0798 147.175 78.851 146.914 78.6875C146.62 78.5241 146.293 78.426 145.966 78.426C145.802 78.426 145.606 78.4587 145.443 78.4914C145.279 78.5241 145.116 78.5894 144.952 78.6875C144.822 78.7856 144.691 78.8837 144.593 79.0144C144.495 79.1452 144.462 79.3087 144.462 79.4721C144.462 79.6356 144.527 79.7663 144.625 79.8971C144.756 80.0279 144.887 80.1259 145.05 80.1913C145.247 80.2894 145.443 80.3548 145.672 80.4201C145.9 80.4855 146.162 80.5509 146.391 80.5836C146.718 80.649 147.045 80.7144 147.339 80.8451C147.633 80.9432 147.895 81.074 148.123 81.2701C148.352 81.4336 148.548 81.6624 148.646 81.9239C148.777 82.2182 148.843 82.5451 148.843 82.872C148.843 83.2643 148.777 83.6239 148.581 83.9835C148.418 84.2777 148.189 84.5392 147.895 84.7354C147.6 84.9315 147.273 85.0623 146.914 85.1604C146.554 85.2584 146.195 85.2911 145.802 85.2911C145.214 85.2911 144.658 85.1931 144.135 84.9969C143.612 84.7681 143.187 84.3758 142.86 83.8854L143.841 83.1008Z' fill='black'/%3E%3Cpath d='M155.969 79.4067C155.74 79.1125 155.446 78.8837 155.087 78.6875C154.76 78.5241 154.4 78.4587 154.04 78.4587C153.648 78.4587 153.289 78.5241 152.929 78.6875C152.602 78.8183 152.341 79.0471 152.112 79.3087C151.883 79.5702 151.719 79.8644 151.621 80.224C151.523 80.5836 151.458 80.9432 151.458 81.3028C151.458 81.6624 151.523 82.0547 151.654 82.3816C151.785 82.7085 151.948 83.0027 152.177 83.297C152.406 83.5585 152.667 83.7546 152.994 83.8854C153.321 84.0489 153.681 84.1142 154.04 84.1142C154.792 84.1469 155.512 83.7873 155.969 83.1662L156.917 84.0489C156.558 84.4738 156.1 84.7681 155.61 84.9642C154.596 85.3565 153.452 85.3565 152.439 84.9642C151.981 84.7681 151.556 84.5065 151.196 84.1469C150.837 83.7873 150.575 83.3623 150.412 82.872C150.216 82.3489 150.118 81.8259 150.118 81.2701C150.118 80.7144 150.216 80.1913 150.412 79.6683C150.575 79.2106 150.869 78.7529 151.229 78.3933C151.589 78.0337 152.014 77.7395 152.471 77.576C152.962 77.3799 153.517 77.2818 154.073 77.2818C154.629 77.2818 155.152 77.3799 155.675 77.576C156.165 77.7722 156.623 78.0991 156.983 78.4914L155.969 79.4067Z' fill='black'/%3E%3Cpath d='M158.388 72.8685H159.663V78.5894H159.696C159.794 78.426 159.925 78.2625 160.056 78.1318C160.219 77.9683 160.415 77.8376 160.611 77.7395C160.84 77.6087 161.069 77.5106 161.331 77.4453C161.592 77.3799 161.886 77.3145 162.148 77.3145C162.573 77.3145 163.031 77.3799 163.423 77.5433C163.782 77.6741 164.077 77.9029 164.338 78.1645C164.567 78.4587 164.763 78.7856 164.861 79.1452C164.992 79.5375 165.025 79.9625 165.025 80.3875V85.0623H163.75V80.5182C163.782 79.9952 163.619 79.4394 163.325 79.0144C162.998 78.6221 162.508 78.426 162.017 78.4587C161.658 78.4587 161.298 78.5241 160.971 78.6548C160.677 78.7856 160.415 78.9817 160.252 79.2433C160.056 79.5048 159.925 79.8317 159.827 80.1586C159.729 80.5509 159.696 80.9432 159.696 81.3355V85.0296H158.421L158.388 72.8685Z' fill='black'/%3E%3Cpath d='M174.178 83.722C173.786 84.245 173.296 84.67 172.707 84.9315C172.119 85.1604 171.465 85.2911 170.844 85.2911C170.288 85.2911 169.732 85.193 169.242 84.9642C168.784 84.7681 168.359 84.4738 168.032 84.1142C167.705 83.7546 167.444 83.3297 167.28 82.8393C167.117 82.3489 167.019 81.8259 167.019 81.2701C167.019 80.7144 167.117 80.1586 167.313 79.6683C167.509 79.2106 167.771 78.7529 168.13 78.3933C168.49 78.0337 168.882 77.7722 169.373 77.576C169.863 77.3799 170.386 77.2818 170.942 77.2818C171.432 77.2818 171.923 77.3799 172.413 77.5433C172.838 77.7068 173.23 77.9683 173.557 78.3279C173.884 78.6875 174.146 79.1125 174.276 79.5702C174.472 80.1259 174.538 80.6817 174.538 81.2374V81.6297H168.425C168.457 82.2835 168.752 82.872 169.177 83.3297C169.405 83.5585 169.667 83.722 169.928 83.8527C170.223 83.9835 170.55 84.0489 170.876 84.0489C171.367 84.0489 171.825 83.9508 172.25 83.7546C172.642 83.5585 173.001 83.2643 173.263 82.9047L174.178 83.722ZM173.099 80.6163C173.099 80.0279 172.871 79.4721 172.478 79.0471C172.021 78.6548 171.432 78.426 170.844 78.4587C169.569 78.3933 168.457 79.3413 168.359 80.5836H173.099V80.6163Z' fill='black'/%3E%3Cpath d='M176.434 79.3086C176.434 78.949 176.434 78.6221 176.401 78.3279C176.369 78.0337 176.369 77.7395 176.369 77.5106H177.578C177.578 77.7068 177.578 77.9356 177.578 78.1318C177.578 78.3279 177.578 78.5567 177.578 78.7529H177.611C177.709 78.5567 177.84 78.3606 177.97 78.2298C178.134 78.0664 178.33 77.9029 178.526 77.7722C178.755 77.6414 178.984 77.5106 179.245 77.4452C179.54 77.3472 179.834 77.3145 180.128 77.3145C180.553 77.3145 181.011 77.3799 181.403 77.5433C181.763 77.6741 182.089 77.9029 182.351 78.1971C182.58 78.4914 182.776 78.8183 182.874 79.1779C183.005 79.5702 183.038 79.9952 183.038 80.4201V85.095H181.763V80.5509C181.795 80.0278 181.632 79.4721 181.338 79.0471C181.011 78.6548 180.52 78.4587 180.03 78.4914C179.67 78.4914 179.311 78.5567 178.984 78.6875C178.69 78.8183 178.428 79.0144 178.265 79.276C178.068 79.5702 177.938 79.8644 177.84 80.1913C177.742 80.5836 177.709 80.9759 177.709 81.3682V85.0623H176.434V79.3086Z' fill='black'/%3E%3Cpath d='M188.857 73.6204H190.36L192.976 83.1335H193.008L195.82 73.6204H197.356L200.168 83.1335H200.2L202.848 73.6204H204.287L200.92 85.0623H199.416L196.572 75.353H196.539L193.695 85.0623H192.224L188.857 73.6204Z' fill='black'/%3E%3Cpath d='M205.366 74.5684C205.366 74.3069 205.464 74.0781 205.627 73.9146C205.987 73.555 206.542 73.555 206.902 73.8819C206.902 73.8819 206.902 73.8819 206.935 73.9146C207.294 74.2742 207.294 74.8627 206.935 75.2223C206.575 75.5819 205.987 75.5819 205.594 75.2223C205.464 75.0261 205.366 74.7973 205.366 74.5684ZM205.66 77.5106H206.935V85.095H205.66V77.5106Z' fill='black'/%3E%3Cpath d='M209.452 79.3086C209.452 78.949 209.452 78.6548 209.419 78.3279C209.387 78.001 209.387 77.7395 209.387 77.5106H210.596C210.596 77.7068 210.596 77.9356 210.596 78.1318C210.596 78.3279 210.596 78.5567 210.596 78.7529H210.629C210.727 78.5567 210.858 78.3606 210.988 78.2298C211.152 78.0664 211.348 77.9029 211.544 77.7722C211.773 77.6414 212.002 77.5106 212.263 77.4452C212.558 77.3472 212.852 77.3145 213.146 77.3145C213.244 77.3145 213.31 77.3145 213.408 77.3145C213.506 77.3145 213.571 77.3472 213.669 77.3799L213.604 78.6548C213.375 78.5894 213.146 78.5567 212.917 78.5567C212.133 78.5567 211.577 78.8183 211.217 79.3086C210.825 79.9298 210.662 80.649 210.694 81.3682V85.0623H209.419L209.452 79.3086Z' fill='black'/%3E%3Cpath d='M219.325 78.5894H217.069V82.3816C217.069 82.6431 217.069 82.872 217.069 83.0681C217.069 83.2643 217.102 83.4604 217.2 83.6239C217.265 83.7873 217.396 83.9181 217.527 83.9835C217.723 84.0815 217.952 84.1469 218.18 84.1142C218.377 84.1142 218.573 84.0815 218.736 84.0489C218.932 84.0162 219.128 83.9508 219.292 83.8527L219.357 84.9969C219.128 85.095 218.9 85.1604 218.638 85.2257C218.377 85.2584 218.148 85.2911 217.886 85.2911C217.527 85.2911 217.134 85.2584 216.807 85.1277C216.546 85.0296 216.35 84.8661 216.186 84.6373C216.023 84.4085 215.925 84.1142 215.892 83.82C215.827 83.4604 215.827 83.1008 215.827 82.7739V78.6221H214.192V77.5433H215.827V75.3857H217.102V77.5433H219.325V78.5894Z' fill='black'/%3E%3Cpath d='M221.384 83.1008C221.613 83.395 221.875 83.6566 222.201 83.8527C222.528 84.0489 222.921 84.1469 223.313 84.1142C223.509 84.1142 223.705 84.0816 223.901 84.0489C224.098 84.0162 224.261 83.9508 224.457 83.8527C224.621 83.7546 224.751 83.6239 224.849 83.4931C224.947 83.3297 225.013 83.1662 224.98 82.9701C224.98 82.8066 224.947 82.6105 224.849 82.4797C224.751 82.3489 224.621 82.2509 224.49 82.1528C224.326 82.0547 224.163 81.9893 223.967 81.9239C223.771 81.8586 223.574 81.8259 223.378 81.7605C223.019 81.6951 222.692 81.597 222.365 81.499C222.071 81.4009 221.776 81.2701 221.515 81.1067C221.286 80.9432 221.09 80.7471 220.926 80.4855C220.632 79.8644 220.632 79.1452 220.959 78.5568C221.123 78.2625 221.351 78.0337 221.613 77.8702C221.875 77.6741 222.201 77.5433 222.528 77.4453C222.855 77.3472 223.215 77.2818 223.574 77.2818C224.098 77.2818 224.588 77.3799 225.078 77.6087C225.536 77.8375 225.928 78.1972 226.157 78.6548L225.111 79.3413C224.947 79.0798 224.719 78.851 224.457 78.6875C224.163 78.5241 223.836 78.426 223.476 78.426C223.313 78.426 223.117 78.4587 222.953 78.4914C222.79 78.5241 222.626 78.5894 222.463 78.6875C222.332 78.7856 222.201 78.8837 222.103 79.0144C222.005 79.1452 221.973 79.3087 221.973 79.4721C221.973 79.6356 222.038 79.7663 222.136 79.8971C222.267 80.0279 222.398 80.1259 222.561 80.1913C222.757 80.2894 222.953 80.3548 223.182 80.4201C223.411 80.4855 223.673 80.5509 223.901 80.5836C224.228 80.649 224.555 80.7144 224.849 80.8451C225.144 80.9432 225.405 81.074 225.634 81.2701C225.863 81.4336 226.059 81.6624 226.157 81.9239C226.288 82.2182 226.353 82.5451 226.353 82.872C226.386 83.6239 226.026 84.3104 225.405 84.7027C225.111 84.8988 224.784 85.0296 224.424 85.1277C224.065 85.2257 223.705 85.2584 223.313 85.2584C222.724 85.2584 222.169 85.1604 221.646 84.9642C221.123 84.7354 220.698 84.3431 220.371 83.8527L221.384 83.1008Z' fill='black'/%3E%3Cpath d='M233.513 79.4067C233.284 79.1125 232.99 78.8837 232.63 78.6875C232.303 78.5241 231.943 78.4587 231.584 78.4587C231.192 78.4587 230.832 78.5241 230.472 78.6875C230.178 78.8183 229.884 79.0471 229.655 79.3087C229.426 79.5702 229.263 79.8644 229.165 80.224C229.067 80.5836 229.001 80.9432 229.001 81.3028C229.001 81.6624 229.067 82.0547 229.197 82.3816C229.328 82.7085 229.492 83.0027 229.72 83.297C229.949 83.5585 230.211 83.7546 230.538 83.8854C230.865 84.0489 231.224 84.1142 231.584 84.1142C232.336 84.1469 233.055 83.7873 233.513 83.1662L234.461 84.0489C234.101 84.4738 233.643 84.7681 233.153 84.9642C232.14 85.3565 230.995 85.3565 229.982 84.9642C229.524 84.7681 229.099 84.5065 228.74 84.1469C228.38 83.7873 228.119 83.3623 227.955 82.872C227.759 82.3489 227.661 81.8259 227.661 81.2701C227.661 80.7144 227.759 80.1913 227.955 79.6683C228.315 78.7202 229.067 77.9683 229.982 77.576C230.472 77.3799 231.028 77.2818 231.584 77.2818C232.14 77.2818 232.663 77.3799 233.186 77.576C233.676 77.7722 234.134 78.0991 234.493 78.4914L233.513 79.4067Z' fill='black'/%3E%3Cpath d='M235.932 72.8685H237.207V78.5894H237.239C237.337 78.426 237.468 78.2625 237.599 78.1318C237.762 77.9683 237.959 77.8376 238.155 77.7395C238.384 77.6087 238.612 77.5106 238.874 77.4453C239.135 77.3799 239.43 77.3145 239.691 77.3145C240.116 77.3145 240.574 77.3799 240.966 77.5433C241.326 77.6741 241.62 77.9029 241.882 78.1645C242.11 78.4587 242.307 78.7856 242.405 79.1452C242.535 79.5375 242.568 79.9625 242.568 80.3875V85.0623H241.293V80.5182C241.326 79.9952 241.162 79.4394 240.868 79.0144C240.541 78.6221 240.051 78.426 239.56 78.4587C239.201 78.4587 238.841 78.5241 238.514 78.6548C238.22 78.7856 237.959 78.9817 237.795 79.2433C237.599 79.5375 237.468 79.8317 237.37 80.1586C237.272 80.5509 237.239 80.9432 237.239 81.3355V85.0296H235.964L235.932 72.8685Z' fill='black'/%3E%3Cpath d='M244.856 78.4914C245.249 78.0991 245.706 77.8048 246.229 77.6087C246.752 77.4126 247.308 77.3145 247.864 77.3145C248.975 77.3145 249.793 77.576 250.283 78.0991C250.773 78.6221 251.035 79.4394 251.035 80.5182V83.7873C251.035 84.0162 251.035 84.2123 251.068 84.4738C251.1 84.7027 251.133 84.9315 251.133 85.1277H249.924C249.891 84.9315 249.858 84.7354 249.858 84.5392C249.858 84.3431 249.858 84.1469 249.858 83.9835H249.825C249.564 84.3758 249.237 84.7027 248.845 84.9315C248.387 85.193 247.864 85.3238 247.341 85.2911C246.981 85.2911 246.589 85.2584 246.262 85.1604C245.935 85.0623 245.641 84.9315 245.379 84.7354C245.118 84.5392 244.922 84.3104 244.758 84.0162C244.595 83.7219 244.529 83.3623 244.529 83.0354C244.497 82.5124 244.66 81.9893 245.02 81.5643C245.347 81.2047 245.772 80.9432 246.229 80.7797C246.72 80.6163 247.243 80.4855 247.799 80.4528C248.354 80.4201 248.877 80.3874 249.335 80.3874H249.825V80.1586C249.858 79.7009 249.662 79.2433 249.335 78.9163C248.943 78.6221 248.452 78.4587 247.962 78.4914C247.537 78.4914 247.145 78.5567 246.752 78.6875C246.36 78.8183 246.001 79.0471 245.706 79.3086L244.856 78.4914ZM248.518 81.4663C247.864 81.4336 247.21 81.5316 246.589 81.7932C246.131 81.9893 245.87 82.4143 245.87 82.9047C245.837 83.297 246.001 83.6893 246.36 83.9181C246.72 84.1142 247.145 84.245 247.537 84.2123C247.864 84.2123 248.191 84.1469 248.485 84.0162C248.747 83.9181 248.975 83.7219 249.172 83.5258C249.368 83.3296 249.499 83.0681 249.597 82.8066C249.695 82.5124 249.76 82.2182 249.76 81.9239V81.4663H248.518Z' fill='black'/%3E%3Cpath d='M254.01 78.5894H252.375V77.5106H254.01V75.8107C254.01 75.3857 254.043 74.9607 254.141 74.5357C254.206 74.1761 254.37 73.8492 254.598 73.555C254.827 73.2608 255.089 73.0319 255.416 72.9012C255.808 72.7377 256.266 72.6396 256.691 72.6723C256.854 72.6723 257.05 72.705 257.214 72.705C257.377 72.7377 257.508 72.7704 257.671 72.8685L257.508 74.0127C257.246 73.9146 256.952 73.8492 256.658 73.8492C256.396 73.8492 256.135 73.8819 255.906 74.0127C255.71 74.1107 255.579 74.2742 255.481 74.4704C255.383 74.6992 255.318 74.928 255.318 75.1896C255.318 75.4838 255.285 75.778 255.285 76.1049V77.5433H257.116V78.6221H255.285V85.1277H254.01V78.5894Z' fill='black'/%3E%3Cpath d='M262.935 78.5894H260.712V82.3816C260.712 82.6431 260.712 82.872 260.712 83.0681C260.712 83.2643 260.744 83.4604 260.842 83.6239C260.908 83.7873 261.039 83.9181 261.169 83.9835C261.365 84.0815 261.594 84.1469 261.823 84.1142C262.019 84.1142 262.215 84.0815 262.379 84.0489C262.575 84.0162 262.771 83.9508 262.935 83.8527L263 84.9969C262.771 85.095 262.542 85.1604 262.281 85.2257C262.019 85.2584 261.79 85.2911 261.529 85.2911C261.169 85.2911 260.777 85.2584 260.45 85.1277C260.189 85.0296 259.992 84.8661 259.829 84.6373C259.666 84.4085 259.567 84.1142 259.535 83.82C259.469 83.4604 259.469 83.1008 259.469 82.7739V78.6221H257.835V77.5433H259.469V75.3857H260.744V77.5433H262.967L262.935 78.5894Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 174px;
    height: 57px;
  }
}
@media screen and (min-width: 51.25em) {
  .site-title a {
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='78' viewBox='0 0 263 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M136.257 33.443C129.391 37.464 120.892 40.1447 111.379 40.8312V57.4383H122.036V39.1312C131.451 39.1312 140.866 49.8539 142.206 57.4383H153.125C151.36 47.0098 145.051 38.739 136.257 33.443Z' fill='%2387888A'/%3E%3Cpath d='M152.668 13.1745H141.422C138.97 20.0723 129.457 27.7548 122.003 27.9182V0H111.346V26.8394C120.532 26.8394 129.163 29.1932 136.224 33.4103C144.822 28.4086 150.771 21.2492 152.668 13.1745Z' fill='%23172A47'/%3E%3Cpath d='M111.379 26.8394V40.8312C120.892 40.1447 129.391 37.464 136.257 33.443C129.228 29.1932 120.565 26.8394 111.379 26.8394Z' fill='%23606F7D'/%3E%3Cpath d='M0 73.6204H1.37303V78.5568H1.56917L6.76706 73.6204H8.72853L3.07296 78.851L9.02275 85.095H7.02859L1.56917 79.276H1.37303V85.095H0V73.6204Z' fill='black'/%3E%3Cpath d='M16.5744 83.297C16.5744 83.6239 16.5744 83.9508 16.6071 84.2777C16.6398 84.6046 16.6398 84.8661 16.6398 85.095H15.4302C15.4302 84.8988 15.4302 84.7027 15.3975 84.4739C15.3649 84.245 15.3975 84.0489 15.3975 83.8527H15.3649C15.2668 84.0489 15.136 84.2123 15.0053 84.3758C14.8418 84.5392 14.6457 84.7027 14.4495 84.8335C14.2207 84.9642 13.9918 85.095 13.7303 85.1604C13.4361 85.2584 13.1419 85.2911 12.8476 85.2911C12.4227 85.2911 11.965 85.2258 11.5727 85.0623C11.2131 84.9315 10.9189 84.7027 10.6573 84.4412C10.3958 84.1469 10.2324 83.82 10.1343 83.4604C10.0035 83.0681 9.97083 82.6431 9.97083 82.2182V77.5433H11.2458V82.0547C11.2131 82.5778 11.3765 83.1335 11.6708 83.5585C11.9977 83.9508 12.488 84.1469 12.9784 84.1142C13.338 84.1142 13.6976 84.0489 14.0245 83.9181C14.3187 83.7873 14.5803 83.5912 14.7437 83.3297C14.9399 83.0354 15.0706 82.7412 15.1687 82.4143C15.2668 82.022 15.2995 81.6297 15.2995 81.2374V77.5433H16.5744V83.297Z' fill='black'/%3E%3Cpath d='M19.1243 72.8685H20.3992V85.095H19.1243V72.8685Z' fill='black'/%3E%3Cpath d='M27.0683 78.5894H24.8453V82.3816C24.8453 82.6431 24.8453 82.872 24.8453 83.0681C24.8453 83.2643 24.9107 83.4604 24.9761 83.6239C25.0414 83.7873 25.1722 83.9181 25.303 83.9835C25.4991 84.0815 25.728 84.1469 25.9568 84.1142C26.1529 84.1142 26.3491 84.0815 26.5125 84.0489C26.7087 84.0162 26.9048 83.9508 27.0683 83.8527L27.101 84.9969C26.8721 85.095 26.6433 85.1604 26.3818 85.2257C26.1203 85.2584 25.8914 85.2911 25.6299 85.2911C25.2703 85.2911 24.878 85.2584 24.5511 85.1277C24.2896 85.0296 24.0934 84.8334 23.9299 84.6373C23.7665 84.4085 23.6684 84.1142 23.6357 83.82C23.5703 83.4604 23.5703 83.1008 23.5703 82.7739V78.6221H21.9358V77.5433H23.5703V75.3857H24.8453V77.5433H27.101V78.5894H27.0683Z' fill='black'/%3E%3Cpath d='M35.241 83.297C35.241 83.6239 35.241 83.9508 35.2737 84.2777C35.3064 84.6046 35.3064 84.8661 35.3064 85.095H34.0968C34.0968 84.8988 34.0968 84.7027 34.0642 84.4739C34.0315 84.245 34.0315 84.0489 34.0315 83.8527H33.9988C33.9007 84.0489 33.7699 84.2123 33.6392 84.3758C33.4757 84.5392 33.2796 84.7027 33.0834 84.8335C32.8546 84.9642 32.6257 85.095 32.3642 85.1604C32.07 85.2584 31.7758 85.2911 31.4816 85.2911C31.0566 85.2911 30.5989 85.2258 30.2066 85.0623C29.847 84.9315 29.5528 84.7027 29.2912 84.4412C29.0624 84.1469 28.8663 83.82 28.7682 83.4604C28.6374 83.0681 28.6047 82.6431 28.6047 82.2182V77.5433H29.8797V82.0547C29.847 82.5778 30.0105 83.1335 30.3047 83.5585C30.6316 83.9508 31.122 84.1469 31.6123 84.1142C31.9719 84.1142 32.3315 84.0489 32.6584 83.9181C32.9527 83.7873 33.2142 83.5912 33.3776 83.3297C33.5738 83.0354 33.7046 82.7412 33.8026 82.4143C33.9007 82.022 33.9334 81.6297 33.9334 81.2374V77.5433H35.2083V83.297H35.241Z' fill='black'/%3E%3Cpath d='M37.6275 79.3086C37.6275 78.949 37.6275 78.6548 37.5948 78.3279C37.5621 78.001 37.5621 77.7395 37.5621 77.5106H38.7717C38.7717 77.7068 38.7717 77.9356 38.8044 78.1318C38.8371 78.3279 38.8044 78.5567 38.8044 78.7529H38.8371C38.9352 78.5567 39.0659 78.3606 39.1967 78.2298C39.3601 78.0664 39.5563 77.9029 39.7524 77.7722C39.9813 77.6414 40.2101 77.5106 40.4716 77.4452C40.7659 77.3472 41.0601 77.3145 41.3543 77.3145C41.4524 77.3145 41.5178 77.3145 41.6158 77.3145C41.7139 77.3145 41.7793 77.3472 41.8774 77.3799L41.812 78.6548C41.5831 78.5894 41.3543 78.5567 41.1255 78.5567C40.3409 78.5567 39.7851 78.8183 39.4255 79.3086C39.0332 79.9298 38.8698 80.649 38.9025 81.3682V85.0623H37.6275V79.3086Z' fill='black'/%3E%3Cpath d='M43.3484 72.8685H44.6233V80.8778L48.0559 77.5433H49.8539L46.1925 80.9759L50.2135 85.095H48.3501L44.5906 81.1067V85.095H43.3157V72.8685H43.3484Z' fill='black'/%3E%3Cpath d='M51.4558 79.3086C51.4558 78.949 51.4558 78.6548 51.4231 78.3279C51.3904 78.001 51.3904 77.7395 51.3904 77.5106H52.6C52.6 77.7068 52.6 77.9356 52.6 78.1318C52.6 78.3279 52.6 78.5567 52.6 78.7529H52.6326C52.7307 78.5567 52.8615 78.3933 52.9922 78.2298C53.1557 78.0664 53.3518 77.9029 53.548 77.7721C53.7768 77.6414 54.0057 77.5106 54.2672 77.4452C54.5614 77.3799 54.8556 77.3472 55.1499 77.3472C55.2479 77.3472 55.3133 77.3472 55.4114 77.3472C55.5095 77.3472 55.5748 77.3799 55.6729 77.4125L55.6075 78.6875C55.3787 78.6221 55.1499 78.5894 54.921 78.5894C54.1364 78.5894 53.5807 78.851 53.2211 79.3413C52.8288 79.9625 52.6653 80.6817 52.698 81.4009V85.095H51.4231V79.3086H51.4558Z' fill='black'/%3E%3Cpath d='M63.3227 83.722C62.9304 84.245 62.44 84.67 61.8516 84.9315C61.2631 85.1604 60.6093 85.2911 59.9882 85.2911C59.4324 85.2911 58.8767 85.193 58.3863 84.9642C57.9287 84.7681 57.5364 84.4738 57.1768 84.1142C56.8498 83.7546 56.5883 83.3297 56.4249 82.8393C56.2614 82.3489 56.1633 81.8259 56.1633 81.2701C56.1633 80.7144 56.2614 80.1586 56.4575 79.6683C56.6537 79.2106 56.9152 78.7529 57.2748 78.3933C57.6344 78.0337 58.0267 77.7722 58.5171 77.576C59.0075 77.3799 59.5305 77.2818 60.0863 77.2818C60.5766 77.2818 61.067 77.3799 61.5574 77.5433C61.9823 77.7068 62.3746 77.9683 62.7016 78.3279C63.0285 78.6875 63.29 79.1125 63.4208 79.5702C63.6169 80.1259 63.6823 80.6817 63.6823 81.2374V81.6297H57.569C57.6017 82.2835 57.896 82.872 58.3209 83.3297C58.5498 83.5585 58.8113 83.722 59.0728 83.8527C59.3671 83.9835 59.694 84.0489 60.0209 84.0489C60.5112 84.0489 60.9689 83.9508 61.3939 83.7546C61.7862 83.5585 62.1458 83.2643 62.4073 82.9047L63.3227 83.722ZM62.2439 80.6163C62.2439 80.0279 62.015 79.4721 61.6227 79.0471C61.1651 78.6548 60.5766 78.426 59.9882 78.4587C58.7132 78.3933 57.6017 79.3413 57.5037 80.5836H62.2439V80.6163Z' fill='black'/%3E%3Cpath d='M65.3822 74.5684C65.3822 74.3396 65.4803 74.0781 65.6437 73.9146C65.8072 73.7185 66.036 73.6204 66.2976 73.6204C66.5591 73.6204 66.7879 73.7185 66.9514 73.9146C67.311 74.2742 67.311 74.8627 66.9514 75.2223C66.5918 75.5819 66.0033 75.5819 65.611 75.2223C65.4803 75.0261 65.3822 74.7973 65.3822 74.5684ZM65.6764 77.5106H66.9514V85.095H65.7091L65.6764 77.5106Z' fill='black'/%3E%3Cpath d='M69.6321 83.1008C69.8609 83.395 70.1225 83.6566 70.4494 83.8527C70.7763 84.0489 71.1686 84.1469 71.5936 84.1142C71.7897 84.1142 71.9859 84.0816 72.182 84.0489C72.3782 84.0162 72.5416 83.9508 72.7378 83.8527C72.9012 83.7546 73.032 83.6239 73.13 83.4931C73.2281 83.3297 73.2935 83.1662 73.2608 82.9701C73.2608 82.8066 73.2281 82.6105 73.13 82.4797C73.032 82.3489 72.9012 82.2509 72.7704 82.1528C72.607 82.0547 72.4435 81.9893 72.2474 81.9239C72.0512 81.8586 71.8551 81.8259 71.6589 81.7605C71.2993 81.6951 70.9724 81.597 70.6455 81.499C70.3513 81.4009 70.0571 81.2701 69.7956 81.1067C69.5667 80.9432 69.3706 80.7471 69.2071 80.4855C68.9129 79.8644 68.9129 79.1452 69.2398 78.5568C69.4033 78.2625 69.6321 78.0337 69.8936 77.8702C70.1552 77.6741 70.4821 77.5433 70.809 77.4453C71.1359 77.3472 71.4955 77.2818 71.8551 77.2818C72.3782 77.2818 72.8685 77.3799 73.3589 77.6087C73.8166 77.8375 74.2089 78.1972 74.4377 78.6548L73.3916 79.3413C73.2281 79.0798 72.9993 78.851 72.7378 78.6875C72.4435 78.5241 72.1166 78.426 71.757 78.426C71.5936 78.426 71.3974 78.4587 71.234 78.4914C71.0705 78.5241 70.9071 78.5894 70.7436 78.6875C70.6128 78.7856 70.4821 78.8837 70.384 79.0144C70.2859 79.1452 70.2532 79.3087 70.2532 79.4721C70.2532 79.6356 70.3186 79.7663 70.4167 79.8971C70.5474 80.0279 70.6782 80.1259 70.8417 80.1913C71.0378 80.2894 71.234 80.3548 71.4628 80.4201C71.6916 80.4855 71.9532 80.5509 72.182 80.5836C72.5089 80.649 72.8358 80.7144 73.13 80.8451C73.4243 80.9432 73.6858 81.074 73.9146 81.2701C74.1435 81.4336 74.3396 81.6624 74.4377 81.9239C74.5685 82.2182 74.6338 82.5451 74.6338 82.872C74.6665 83.6239 74.3069 84.3104 73.6858 84.7027C73.3916 84.8988 73.0647 85.0296 72.7051 85.1277C72.3455 85.2257 71.9859 85.2584 71.5936 85.2584C71.0051 85.2584 70.4494 85.1604 69.9263 84.9642C69.4033 84.7354 68.9783 84.3431 68.6514 83.8527L69.6321 83.1008Z' fill='black'/%3E%3Cpath d='M87.1873 83.7546H87.1546C86.893 84.2123 86.5007 84.6046 86.0431 84.8334C85.4873 85.1277 84.8662 85.2911 84.2451 85.2911C83.722 85.2911 83.2316 85.1931 82.7739 84.9969C82.3163 84.8008 81.924 84.5065 81.5644 84.1796C81.2048 83.82 80.9432 83.395 80.7471 82.9047C80.3548 81.8913 80.3548 80.7471 80.7471 79.7336C80.9432 79.276 81.2048 78.8183 81.5644 78.4587C81.924 78.0991 82.349 77.8049 82.8066 77.6414C83.3297 77.4453 83.8854 77.3472 84.4412 77.3472C84.9643 77.3472 85.4873 77.4453 85.945 77.6741C86.4027 77.9029 86.8277 78.2298 87.1546 78.6221H87.1873V72.8685H88.4622V85.095H87.1873V83.7546ZM87.1873 81.3028C87.1873 80.9105 87.1219 80.5509 86.9911 80.1913C86.8603 79.8644 86.6969 79.5702 86.4354 79.3087C86.2065 79.0471 85.9123 78.851 85.5854 78.7202C84.8662 78.426 84.0816 78.426 83.3624 78.7202C83.0355 78.851 82.7413 79.0798 82.5124 79.3087C82.2836 79.5702 82.0874 79.8644 81.9567 80.1913C81.6951 80.9105 81.6951 81.6951 81.9567 82.4143C82.1855 83.0681 82.7086 83.6239 83.3297 83.8854C84.0489 84.1796 84.8335 84.1796 85.5527 83.8854C86.2065 83.5912 86.6969 83.0681 86.9257 82.4143C87.1219 82.0547 87.1873 81.6951 87.1873 81.3028Z' fill='black'/%3E%3Cpath d='M97.5502 83.722C97.1579 84.245 96.6676 84.67 96.0791 84.9315C95.4907 85.1604 94.8369 85.2911 94.2157 85.2911C93.66 85.2911 93.1042 85.193 92.6139 84.9642C92.1562 84.7681 91.7312 84.4738 91.4043 84.1142C91.0774 83.7546 90.8158 83.3297 90.6524 82.8393C90.4889 82.3489 90.3909 81.8259 90.3909 81.2701C90.3909 80.7144 90.4889 80.1586 90.6851 79.6683C90.8812 79.2106 91.1428 78.7529 91.5024 78.3933C91.862 78.0337 92.2543 77.7722 92.7446 77.576C93.235 77.3799 93.7581 77.2818 94.3138 77.2818C94.8042 77.2818 95.2945 77.3799 95.7849 77.5433C96.2099 77.7068 96.6022 77.9683 96.9291 78.3279C97.256 78.6875 97.5175 79.1125 97.6483 79.5702C97.8444 80.1259 97.9098 80.6817 97.9098 81.2374V81.6297H91.7966C91.8293 82.2835 92.1235 82.872 92.5485 83.3297C92.7773 83.5585 93.0388 83.722 93.3004 83.8527C93.5946 83.9835 93.9215 84.0489 94.2484 84.0489C94.7388 84.0489 95.1965 83.9508 95.6214 83.7546C96.0137 83.5585 96.3733 83.2643 96.6349 82.9047L97.5502 83.722ZM96.4714 80.6163C96.4714 80.0279 96.2426 79.4721 95.8503 79.0471C95.3926 78.6548 94.8042 78.426 94.2157 78.4587C92.9408 78.3933 91.8293 79.3413 91.7312 80.5836H96.4714V80.6163Z' fill='black'/%3E%3Cpath d='M99.806 79.3086C99.806 78.949 99.806 78.6548 99.7733 78.3279C99.7406 78.001 99.7406 77.7395 99.7406 77.5106H100.95C100.95 77.7068 100.95 77.9356 100.95 78.1318C100.95 78.3279 100.95 78.5567 100.95 78.7529H100.983C101.081 78.5567 101.212 78.3606 101.342 78.2298C101.506 78.0664 101.702 77.9029 101.898 77.7722C102.127 77.6414 102.356 77.5106 102.617 77.4452C102.912 77.3472 103.206 77.3145 103.5 77.3145C103.598 77.3145 103.664 77.3145 103.762 77.3145C103.86 77.3145 103.925 77.3472 104.023 77.3799L103.958 78.6548C103.729 78.5894 103.5 78.5567 103.271 78.5567C102.487 78.5567 101.931 78.8183 101.571 79.3086C101.179 79.9298 101.016 80.649 101.048 81.3682V85.0623H99.806V79.3086Z' fill='black'/%3E%3Cpath d='M116.315 83.7546H116.282C116.021 84.2123 115.628 84.6046 115.171 84.8661C114.615 85.1604 113.994 85.3238 113.373 85.3238C112.85 85.3238 112.359 85.2257 111.902 85.0296C111.444 84.8334 111.052 84.5392 110.692 84.2123C110.332 83.8527 110.071 83.4277 109.875 82.9374C109.482 81.9239 109.482 80.7797 109.875 79.7663C110.071 79.3086 110.332 78.851 110.692 78.4914C111.052 78.1318 111.477 77.8375 111.934 77.6741C112.457 77.4779 113.013 77.3799 113.569 77.3799C114.092 77.3799 114.615 77.4779 115.073 77.7068C115.53 77.9356 115.955 78.2625 116.282 78.6548H116.315V72.9012H117.59V85.1277H116.315V83.7546ZM116.315 81.3028C116.315 80.9105 116.25 80.5509 116.119 80.1913C115.89 79.5375 115.367 78.9817 114.713 78.6875C113.994 78.3933 113.209 78.3933 112.49 78.6875C112.163 78.8183 111.869 79.0471 111.64 79.276C111.411 79.5375 111.215 79.8317 111.117 80.1586C110.856 80.8778 110.856 81.6624 111.117 82.3816C111.346 83.0354 111.869 83.5912 112.49 83.8527C113.209 84.1469 113.994 84.1469 114.713 83.8527C115.04 83.7219 115.334 83.5258 115.563 83.2643C115.792 83.0027 115.988 82.7085 116.119 82.3816C116.25 82.0547 116.315 81.6951 116.315 81.3028Z' fill='black'/%3E%3Cpath d='M126.384 83.722C125.992 84.245 125.501 84.67 124.913 84.9315C124.324 85.1604 123.67 85.2911 123.017 85.2911C122.461 85.2911 121.905 85.193 121.415 84.9642C120.957 84.7681 120.565 84.4738 120.205 84.1142C119.878 83.7546 119.617 83.3297 119.453 82.8393C119.257 82.3489 119.192 81.8259 119.192 81.2701C119.192 80.7144 119.29 80.1586 119.486 79.6683C119.682 79.2106 119.944 78.7529 120.303 78.3933C120.663 78.0337 121.055 77.7722 121.546 77.576C122.036 77.3799 122.559 77.2818 123.115 77.2818C123.605 77.2818 124.095 77.3799 124.586 77.5433C125.011 77.7068 125.403 77.9683 125.73 78.3279C126.057 78.6875 126.318 79.1125 126.449 79.5702C126.645 80.1259 126.711 80.6817 126.711 81.2374V81.6297H120.597C120.63 82.2835 120.924 82.872 121.349 83.3297C121.578 83.5585 121.84 83.722 122.101 83.8527C122.395 83.9835 122.722 84.0489 123.049 84.0489C123.54 84.0489 123.997 83.9508 124.455 83.7546C124.847 83.5585 125.207 83.2643 125.468 82.9047L126.384 83.722ZM125.305 80.6163C125.305 80.0279 125.076 79.4721 124.684 79.0471C124.226 78.6548 123.638 78.426 123.049 78.4587C121.774 78.3933 120.696 79.3413 120.565 80.5836H125.305V80.6163Z' fill='black'/%3E%3Cpath d='M135.243 83.297C135.243 83.6566 135.243 83.9835 135.276 84.2777C135.309 84.5719 135.309 84.8661 135.309 85.095H134.099C134.099 84.8988 134.099 84.7027 134.099 84.4739C134.099 84.245 134.099 84.0489 134.099 83.8527H134.066C133.968 84.0489 133.837 84.2123 133.707 84.3758C133.543 84.5392 133.347 84.7027 133.151 84.8335C132.922 84.9642 132.693 85.095 132.432 85.1604C132.137 85.2584 131.843 85.2911 131.549 85.2911C131.124 85.2911 130.666 85.2258 130.274 85.0623C129.915 84.9315 129.62 84.7027 129.359 84.4412C129.097 84.1469 128.934 83.82 128.836 83.4604C128.705 83.0681 128.672 82.6431 128.672 82.2182V77.5433H129.947V82.0547C129.915 82.5778 130.078 83.1335 130.372 83.5585C130.699 83.9508 131.189 84.1469 131.68 84.1142C132.039 84.1142 132.399 84.0489 132.726 83.9181C133.02 83.7873 133.282 83.5912 133.445 83.3297C133.641 83.0354 133.772 82.7412 133.87 82.4143C133.968 82.022 134.001 81.6297 134.001 81.2374V77.5433H135.276L135.243 83.297Z' fill='black'/%3E%3Cpath d='M141.781 78.5894H139.558V82.3816C139.558 82.6431 139.558 82.872 139.558 83.0681C139.558 83.2643 139.624 83.4604 139.689 83.6239C139.754 83.7873 139.885 83.9181 140.016 83.9835C140.212 84.0815 140.441 84.1469 140.67 84.1142C140.866 84.1142 141.062 84.0815 141.226 84.0489C141.422 84.0162 141.618 83.9508 141.814 83.8527L141.879 84.9969C141.651 85.095 141.422 85.1604 141.16 85.2257C140.899 85.2584 140.67 85.2911 140.408 85.2911C140.049 85.2911 139.656 85.2584 139.33 85.1277C139.068 85.0296 138.872 84.8334 138.708 84.6373C138.545 84.4085 138.447 84.1142 138.414 83.82C138.349 83.4604 138.349 83.1008 138.349 82.7739V78.6221H136.714V77.5433H138.349V75.3857H139.624V77.5433H141.847L141.781 78.5894Z' fill='black'/%3E%3Cpath d='M143.841 83.1008C144.07 83.395 144.331 83.6566 144.658 83.8527C144.985 84.0489 145.377 84.1469 145.77 84.1142C145.966 84.1142 146.162 84.0816 146.358 84.0489C146.554 84.0162 146.718 83.9508 146.914 83.8527C147.077 83.7546 147.208 83.6239 147.306 83.4931C147.404 83.3297 147.47 83.1662 147.47 82.9701C147.47 82.8066 147.437 82.6105 147.339 82.4797C147.241 82.3489 147.11 82.2509 146.979 82.1528C146.816 82.0547 146.652 81.9893 146.456 81.9239C146.26 81.8586 146.064 81.8259 145.868 81.7605C145.508 81.6951 145.181 81.597 144.854 81.499C144.56 81.4009 144.266 81.2701 144.004 81.1067C143.775 80.9432 143.579 80.7471 143.416 80.4855C143.252 80.1913 143.187 79.8644 143.187 79.5375C143.187 79.2106 143.252 78.851 143.416 78.5568C143.579 78.2625 143.808 78.0337 144.07 77.8702C144.364 77.6741 144.658 77.5433 144.985 77.4453C145.312 77.3472 145.672 77.2818 146.031 77.2818C146.554 77.2818 147.045 77.3799 147.535 77.6087C147.993 77.8375 148.385 78.1972 148.614 78.6548L147.568 79.3413C147.404 79.0798 147.175 78.851 146.914 78.6875C146.62 78.5241 146.293 78.426 145.966 78.426C145.802 78.426 145.606 78.4587 145.443 78.4914C145.279 78.5241 145.116 78.5894 144.952 78.6875C144.822 78.7856 144.691 78.8837 144.593 79.0144C144.495 79.1452 144.462 79.3087 144.462 79.4721C144.462 79.6356 144.527 79.7663 144.625 79.8971C144.756 80.0279 144.887 80.1259 145.05 80.1913C145.247 80.2894 145.443 80.3548 145.672 80.4201C145.9 80.4855 146.162 80.5509 146.391 80.5836C146.718 80.649 147.045 80.7144 147.339 80.8451C147.633 80.9432 147.895 81.074 148.123 81.2701C148.352 81.4336 148.548 81.6624 148.646 81.9239C148.777 82.2182 148.843 82.5451 148.843 82.872C148.843 83.2643 148.777 83.6239 148.581 83.9835C148.418 84.2777 148.189 84.5392 147.895 84.7354C147.6 84.9315 147.273 85.0623 146.914 85.1604C146.554 85.2584 146.195 85.2911 145.802 85.2911C145.214 85.2911 144.658 85.1931 144.135 84.9969C143.612 84.7681 143.187 84.3758 142.86 83.8854L143.841 83.1008Z' fill='black'/%3E%3Cpath d='M155.969 79.4067C155.74 79.1125 155.446 78.8837 155.087 78.6875C154.76 78.5241 154.4 78.4587 154.04 78.4587C153.648 78.4587 153.289 78.5241 152.929 78.6875C152.602 78.8183 152.341 79.0471 152.112 79.3087C151.883 79.5702 151.719 79.8644 151.621 80.224C151.523 80.5836 151.458 80.9432 151.458 81.3028C151.458 81.6624 151.523 82.0547 151.654 82.3816C151.785 82.7085 151.948 83.0027 152.177 83.297C152.406 83.5585 152.667 83.7546 152.994 83.8854C153.321 84.0489 153.681 84.1142 154.04 84.1142C154.792 84.1469 155.512 83.7873 155.969 83.1662L156.917 84.0489C156.558 84.4738 156.1 84.7681 155.61 84.9642C154.596 85.3565 153.452 85.3565 152.439 84.9642C151.981 84.7681 151.556 84.5065 151.196 84.1469C150.837 83.7873 150.575 83.3623 150.412 82.872C150.216 82.3489 150.118 81.8259 150.118 81.2701C150.118 80.7144 150.216 80.1913 150.412 79.6683C150.575 79.2106 150.869 78.7529 151.229 78.3933C151.589 78.0337 152.014 77.7395 152.471 77.576C152.962 77.3799 153.517 77.2818 154.073 77.2818C154.629 77.2818 155.152 77.3799 155.675 77.576C156.165 77.7722 156.623 78.0991 156.983 78.4914L155.969 79.4067Z' fill='black'/%3E%3Cpath d='M158.388 72.8685H159.663V78.5894H159.696C159.794 78.426 159.925 78.2625 160.056 78.1318C160.219 77.9683 160.415 77.8376 160.611 77.7395C160.84 77.6087 161.069 77.5106 161.331 77.4453C161.592 77.3799 161.886 77.3145 162.148 77.3145C162.573 77.3145 163.031 77.3799 163.423 77.5433C163.782 77.6741 164.077 77.9029 164.338 78.1645C164.567 78.4587 164.763 78.7856 164.861 79.1452C164.992 79.5375 165.025 79.9625 165.025 80.3875V85.0623H163.75V80.5182C163.782 79.9952 163.619 79.4394 163.325 79.0144C162.998 78.6221 162.508 78.426 162.017 78.4587C161.658 78.4587 161.298 78.5241 160.971 78.6548C160.677 78.7856 160.415 78.9817 160.252 79.2433C160.056 79.5048 159.925 79.8317 159.827 80.1586C159.729 80.5509 159.696 80.9432 159.696 81.3355V85.0296H158.421L158.388 72.8685Z' fill='black'/%3E%3Cpath d='M174.178 83.722C173.786 84.245 173.296 84.67 172.707 84.9315C172.119 85.1604 171.465 85.2911 170.844 85.2911C170.288 85.2911 169.732 85.193 169.242 84.9642C168.784 84.7681 168.359 84.4738 168.032 84.1142C167.705 83.7546 167.444 83.3297 167.28 82.8393C167.117 82.3489 167.019 81.8259 167.019 81.2701C167.019 80.7144 167.117 80.1586 167.313 79.6683C167.509 79.2106 167.771 78.7529 168.13 78.3933C168.49 78.0337 168.882 77.7722 169.373 77.576C169.863 77.3799 170.386 77.2818 170.942 77.2818C171.432 77.2818 171.923 77.3799 172.413 77.5433C172.838 77.7068 173.23 77.9683 173.557 78.3279C173.884 78.6875 174.146 79.1125 174.276 79.5702C174.472 80.1259 174.538 80.6817 174.538 81.2374V81.6297H168.425C168.457 82.2835 168.752 82.872 169.177 83.3297C169.405 83.5585 169.667 83.722 169.928 83.8527C170.223 83.9835 170.55 84.0489 170.876 84.0489C171.367 84.0489 171.825 83.9508 172.25 83.7546C172.642 83.5585 173.001 83.2643 173.263 82.9047L174.178 83.722ZM173.099 80.6163C173.099 80.0279 172.871 79.4721 172.478 79.0471C172.021 78.6548 171.432 78.426 170.844 78.4587C169.569 78.3933 168.457 79.3413 168.359 80.5836H173.099V80.6163Z' fill='black'/%3E%3Cpath d='M176.434 79.3086C176.434 78.949 176.434 78.6221 176.401 78.3279C176.369 78.0337 176.369 77.7395 176.369 77.5106H177.578C177.578 77.7068 177.578 77.9356 177.578 78.1318C177.578 78.3279 177.578 78.5567 177.578 78.7529H177.611C177.709 78.5567 177.84 78.3606 177.97 78.2298C178.134 78.0664 178.33 77.9029 178.526 77.7722C178.755 77.6414 178.984 77.5106 179.245 77.4452C179.54 77.3472 179.834 77.3145 180.128 77.3145C180.553 77.3145 181.011 77.3799 181.403 77.5433C181.763 77.6741 182.089 77.9029 182.351 78.1971C182.58 78.4914 182.776 78.8183 182.874 79.1779C183.005 79.5702 183.038 79.9952 183.038 80.4201V85.095H181.763V80.5509C181.795 80.0278 181.632 79.4721 181.338 79.0471C181.011 78.6548 180.52 78.4587 180.03 78.4914C179.67 78.4914 179.311 78.5567 178.984 78.6875C178.69 78.8183 178.428 79.0144 178.265 79.276C178.068 79.5702 177.938 79.8644 177.84 80.1913C177.742 80.5836 177.709 80.9759 177.709 81.3682V85.0623H176.434V79.3086Z' fill='black'/%3E%3Cpath d='M188.857 73.6204H190.36L192.976 83.1335H193.008L195.82 73.6204H197.356L200.168 83.1335H200.2L202.848 73.6204H204.287L200.92 85.0623H199.416L196.572 75.353H196.539L193.695 85.0623H192.224L188.857 73.6204Z' fill='black'/%3E%3Cpath d='M205.366 74.5684C205.366 74.3069 205.464 74.0781 205.627 73.9146C205.987 73.555 206.542 73.555 206.902 73.8819C206.902 73.8819 206.902 73.8819 206.935 73.9146C207.294 74.2742 207.294 74.8627 206.935 75.2223C206.575 75.5819 205.987 75.5819 205.594 75.2223C205.464 75.0261 205.366 74.7973 205.366 74.5684ZM205.66 77.5106H206.935V85.095H205.66V77.5106Z' fill='black'/%3E%3Cpath d='M209.452 79.3086C209.452 78.949 209.452 78.6548 209.419 78.3279C209.387 78.001 209.387 77.7395 209.387 77.5106H210.596C210.596 77.7068 210.596 77.9356 210.596 78.1318C210.596 78.3279 210.596 78.5567 210.596 78.7529H210.629C210.727 78.5567 210.858 78.3606 210.988 78.2298C211.152 78.0664 211.348 77.9029 211.544 77.7722C211.773 77.6414 212.002 77.5106 212.263 77.4452C212.558 77.3472 212.852 77.3145 213.146 77.3145C213.244 77.3145 213.31 77.3145 213.408 77.3145C213.506 77.3145 213.571 77.3472 213.669 77.3799L213.604 78.6548C213.375 78.5894 213.146 78.5567 212.917 78.5567C212.133 78.5567 211.577 78.8183 211.217 79.3086C210.825 79.9298 210.662 80.649 210.694 81.3682V85.0623H209.419L209.452 79.3086Z' fill='black'/%3E%3Cpath d='M219.325 78.5894H217.069V82.3816C217.069 82.6431 217.069 82.872 217.069 83.0681C217.069 83.2643 217.102 83.4604 217.2 83.6239C217.265 83.7873 217.396 83.9181 217.527 83.9835C217.723 84.0815 217.952 84.1469 218.18 84.1142C218.377 84.1142 218.573 84.0815 218.736 84.0489C218.932 84.0162 219.128 83.9508 219.292 83.8527L219.357 84.9969C219.128 85.095 218.9 85.1604 218.638 85.2257C218.377 85.2584 218.148 85.2911 217.886 85.2911C217.527 85.2911 217.134 85.2584 216.807 85.1277C216.546 85.0296 216.35 84.8661 216.186 84.6373C216.023 84.4085 215.925 84.1142 215.892 83.82C215.827 83.4604 215.827 83.1008 215.827 82.7739V78.6221H214.192V77.5433H215.827V75.3857H217.102V77.5433H219.325V78.5894Z' fill='black'/%3E%3Cpath d='M221.384 83.1008C221.613 83.395 221.875 83.6566 222.201 83.8527C222.528 84.0489 222.921 84.1469 223.313 84.1142C223.509 84.1142 223.705 84.0816 223.901 84.0489C224.098 84.0162 224.261 83.9508 224.457 83.8527C224.621 83.7546 224.751 83.6239 224.849 83.4931C224.947 83.3297 225.013 83.1662 224.98 82.9701C224.98 82.8066 224.947 82.6105 224.849 82.4797C224.751 82.3489 224.621 82.2509 224.49 82.1528C224.326 82.0547 224.163 81.9893 223.967 81.9239C223.771 81.8586 223.574 81.8259 223.378 81.7605C223.019 81.6951 222.692 81.597 222.365 81.499C222.071 81.4009 221.776 81.2701 221.515 81.1067C221.286 80.9432 221.09 80.7471 220.926 80.4855C220.632 79.8644 220.632 79.1452 220.959 78.5568C221.123 78.2625 221.351 78.0337 221.613 77.8702C221.875 77.6741 222.201 77.5433 222.528 77.4453C222.855 77.3472 223.215 77.2818 223.574 77.2818C224.098 77.2818 224.588 77.3799 225.078 77.6087C225.536 77.8375 225.928 78.1972 226.157 78.6548L225.111 79.3413C224.947 79.0798 224.719 78.851 224.457 78.6875C224.163 78.5241 223.836 78.426 223.476 78.426C223.313 78.426 223.117 78.4587 222.953 78.4914C222.79 78.5241 222.626 78.5894 222.463 78.6875C222.332 78.7856 222.201 78.8837 222.103 79.0144C222.005 79.1452 221.973 79.3087 221.973 79.4721C221.973 79.6356 222.038 79.7663 222.136 79.8971C222.267 80.0279 222.398 80.1259 222.561 80.1913C222.757 80.2894 222.953 80.3548 223.182 80.4201C223.411 80.4855 223.673 80.5509 223.901 80.5836C224.228 80.649 224.555 80.7144 224.849 80.8451C225.144 80.9432 225.405 81.074 225.634 81.2701C225.863 81.4336 226.059 81.6624 226.157 81.9239C226.288 82.2182 226.353 82.5451 226.353 82.872C226.386 83.6239 226.026 84.3104 225.405 84.7027C225.111 84.8988 224.784 85.0296 224.424 85.1277C224.065 85.2257 223.705 85.2584 223.313 85.2584C222.724 85.2584 222.169 85.1604 221.646 84.9642C221.123 84.7354 220.698 84.3431 220.371 83.8527L221.384 83.1008Z' fill='black'/%3E%3Cpath d='M233.513 79.4067C233.284 79.1125 232.99 78.8837 232.63 78.6875C232.303 78.5241 231.943 78.4587 231.584 78.4587C231.192 78.4587 230.832 78.5241 230.472 78.6875C230.178 78.8183 229.884 79.0471 229.655 79.3087C229.426 79.5702 229.263 79.8644 229.165 80.224C229.067 80.5836 229.001 80.9432 229.001 81.3028C229.001 81.6624 229.067 82.0547 229.197 82.3816C229.328 82.7085 229.492 83.0027 229.72 83.297C229.949 83.5585 230.211 83.7546 230.538 83.8854C230.865 84.0489 231.224 84.1142 231.584 84.1142C232.336 84.1469 233.055 83.7873 233.513 83.1662L234.461 84.0489C234.101 84.4738 233.643 84.7681 233.153 84.9642C232.14 85.3565 230.995 85.3565 229.982 84.9642C229.524 84.7681 229.099 84.5065 228.74 84.1469C228.38 83.7873 228.119 83.3623 227.955 82.872C227.759 82.3489 227.661 81.8259 227.661 81.2701C227.661 80.7144 227.759 80.1913 227.955 79.6683C228.315 78.7202 229.067 77.9683 229.982 77.576C230.472 77.3799 231.028 77.2818 231.584 77.2818C232.14 77.2818 232.663 77.3799 233.186 77.576C233.676 77.7722 234.134 78.0991 234.493 78.4914L233.513 79.4067Z' fill='black'/%3E%3Cpath d='M235.932 72.8685H237.207V78.5894H237.239C237.337 78.426 237.468 78.2625 237.599 78.1318C237.762 77.9683 237.959 77.8376 238.155 77.7395C238.384 77.6087 238.612 77.5106 238.874 77.4453C239.135 77.3799 239.43 77.3145 239.691 77.3145C240.116 77.3145 240.574 77.3799 240.966 77.5433C241.326 77.6741 241.62 77.9029 241.882 78.1645C242.11 78.4587 242.307 78.7856 242.405 79.1452C242.535 79.5375 242.568 79.9625 242.568 80.3875V85.0623H241.293V80.5182C241.326 79.9952 241.162 79.4394 240.868 79.0144C240.541 78.6221 240.051 78.426 239.56 78.4587C239.201 78.4587 238.841 78.5241 238.514 78.6548C238.22 78.7856 237.959 78.9817 237.795 79.2433C237.599 79.5375 237.468 79.8317 237.37 80.1586C237.272 80.5509 237.239 80.9432 237.239 81.3355V85.0296H235.964L235.932 72.8685Z' fill='black'/%3E%3Cpath d='M244.856 78.4914C245.249 78.0991 245.706 77.8048 246.229 77.6087C246.752 77.4126 247.308 77.3145 247.864 77.3145C248.975 77.3145 249.793 77.576 250.283 78.0991C250.773 78.6221 251.035 79.4394 251.035 80.5182V83.7873C251.035 84.0162 251.035 84.2123 251.068 84.4738C251.1 84.7027 251.133 84.9315 251.133 85.1277H249.924C249.891 84.9315 249.858 84.7354 249.858 84.5392C249.858 84.3431 249.858 84.1469 249.858 83.9835H249.825C249.564 84.3758 249.237 84.7027 248.845 84.9315C248.387 85.193 247.864 85.3238 247.341 85.2911C246.981 85.2911 246.589 85.2584 246.262 85.1604C245.935 85.0623 245.641 84.9315 245.379 84.7354C245.118 84.5392 244.922 84.3104 244.758 84.0162C244.595 83.7219 244.529 83.3623 244.529 83.0354C244.497 82.5124 244.66 81.9893 245.02 81.5643C245.347 81.2047 245.772 80.9432 246.229 80.7797C246.72 80.6163 247.243 80.4855 247.799 80.4528C248.354 80.4201 248.877 80.3874 249.335 80.3874H249.825V80.1586C249.858 79.7009 249.662 79.2433 249.335 78.9163C248.943 78.6221 248.452 78.4587 247.962 78.4914C247.537 78.4914 247.145 78.5567 246.752 78.6875C246.36 78.8183 246.001 79.0471 245.706 79.3086L244.856 78.4914ZM248.518 81.4663C247.864 81.4336 247.21 81.5316 246.589 81.7932C246.131 81.9893 245.87 82.4143 245.87 82.9047C245.837 83.297 246.001 83.6893 246.36 83.9181C246.72 84.1142 247.145 84.245 247.537 84.2123C247.864 84.2123 248.191 84.1469 248.485 84.0162C248.747 83.9181 248.975 83.7219 249.172 83.5258C249.368 83.3296 249.499 83.0681 249.597 82.8066C249.695 82.5124 249.76 82.2182 249.76 81.9239V81.4663H248.518Z' fill='black'/%3E%3Cpath d='M254.01 78.5894H252.375V77.5106H254.01V75.8107C254.01 75.3857 254.043 74.9607 254.141 74.5357C254.206 74.1761 254.37 73.8492 254.598 73.555C254.827 73.2608 255.089 73.0319 255.416 72.9012C255.808 72.7377 256.266 72.6396 256.691 72.6723C256.854 72.6723 257.05 72.705 257.214 72.705C257.377 72.7377 257.508 72.7704 257.671 72.8685L257.508 74.0127C257.246 73.9146 256.952 73.8492 256.658 73.8492C256.396 73.8492 256.135 73.8819 255.906 74.0127C255.71 74.1107 255.579 74.2742 255.481 74.4704C255.383 74.6992 255.318 74.928 255.318 75.1896C255.318 75.4838 255.285 75.778 255.285 76.1049V77.5433H257.116V78.6221H255.285V85.1277H254.01V78.5894Z' fill='black'/%3E%3Cpath d='M262.935 78.5894H260.712V82.3816C260.712 82.6431 260.712 82.872 260.712 83.0681C260.712 83.2643 260.744 83.4604 260.842 83.6239C260.908 83.7873 261.039 83.9181 261.169 83.9835C261.365 84.0815 261.594 84.1469 261.823 84.1142C262.019 84.1142 262.215 84.0815 262.379 84.0489C262.575 84.0162 262.771 83.9508 262.935 83.8527L263 84.9969C262.771 85.095 262.542 85.1604 262.281 85.2257C262.019 85.2584 261.79 85.2911 261.529 85.2911C261.169 85.2911 260.777 85.2584 260.45 85.1277C260.189 85.0296 259.992 84.8661 259.829 84.6373C259.666 84.4085 259.567 84.1142 259.535 83.82C259.469 83.4604 259.469 83.1008 259.469 82.7739V78.6221H257.835V77.5433H259.469V75.3857H260.744V77.5433H262.967L262.935 78.5894Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 240px;
    height: 78px;
  }
}
@media screen and (min-width: 66.25em) {
  .site-title a {
    background-image: url("data:image/svg+xml,%3Csvg width='263' height='86' viewBox='0 0 263 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M136.257 33.443C129.391 37.464 120.892 40.1447 111.379 40.8312V57.4383H122.036V39.1312C131.451 39.1312 140.866 49.8539 142.206 57.4383H153.125C151.36 47.0098 145.051 38.739 136.257 33.443Z' fill='%2387888A'/%3E%3Cpath d='M152.668 13.1745H141.422C138.97 20.0723 129.457 27.7548 122.003 27.9182V0H111.346V26.8394C120.532 26.8394 129.163 29.1932 136.224 33.4103C144.822 28.4086 150.771 21.2492 152.668 13.1745Z' fill='%23172A47'/%3E%3Cpath d='M111.379 26.8394V40.8312C120.892 40.1447 129.391 37.464 136.257 33.443C129.228 29.1932 120.565 26.8394 111.379 26.8394Z' fill='%23606F7D'/%3E%3Cpath d='M0 73.6204H1.37303V78.5568H1.56917L6.76706 73.6204H8.72853L3.07296 78.851L9.02275 85.095H7.02859L1.56917 79.276H1.37303V85.095H0V73.6204Z' fill='black'/%3E%3Cpath d='M16.5744 83.297C16.5744 83.6239 16.5744 83.9508 16.6071 84.2777C16.6398 84.6046 16.6398 84.8661 16.6398 85.095H15.4302C15.4302 84.8988 15.4302 84.7027 15.3975 84.4739C15.3649 84.245 15.3975 84.0489 15.3975 83.8527H15.3649C15.2668 84.0489 15.136 84.2123 15.0053 84.3758C14.8418 84.5392 14.6457 84.7027 14.4495 84.8335C14.2207 84.9642 13.9918 85.095 13.7303 85.1604C13.4361 85.2584 13.1419 85.2911 12.8476 85.2911C12.4227 85.2911 11.965 85.2258 11.5727 85.0623C11.2131 84.9315 10.9189 84.7027 10.6573 84.4412C10.3958 84.1469 10.2324 83.82 10.1343 83.4604C10.0035 83.0681 9.97083 82.6431 9.97083 82.2182V77.5433H11.2458V82.0547C11.2131 82.5778 11.3765 83.1335 11.6708 83.5585C11.9977 83.9508 12.488 84.1469 12.9784 84.1142C13.338 84.1142 13.6976 84.0489 14.0245 83.9181C14.3187 83.7873 14.5803 83.5912 14.7437 83.3297C14.9399 83.0354 15.0706 82.7412 15.1687 82.4143C15.2668 82.022 15.2995 81.6297 15.2995 81.2374V77.5433H16.5744V83.297Z' fill='black'/%3E%3Cpath d='M19.1243 72.8685H20.3992V85.095H19.1243V72.8685Z' fill='black'/%3E%3Cpath d='M27.0683 78.5894H24.8453V82.3816C24.8453 82.6431 24.8453 82.872 24.8453 83.0681C24.8453 83.2643 24.9107 83.4604 24.9761 83.6239C25.0414 83.7873 25.1722 83.9181 25.303 83.9835C25.4991 84.0815 25.728 84.1469 25.9568 84.1142C26.1529 84.1142 26.3491 84.0815 26.5125 84.0489C26.7087 84.0162 26.9048 83.9508 27.0683 83.8527L27.101 84.9969C26.8721 85.095 26.6433 85.1604 26.3818 85.2257C26.1203 85.2584 25.8914 85.2911 25.6299 85.2911C25.2703 85.2911 24.878 85.2584 24.5511 85.1277C24.2896 85.0296 24.0934 84.8334 23.9299 84.6373C23.7665 84.4085 23.6684 84.1142 23.6357 83.82C23.5703 83.4604 23.5703 83.1008 23.5703 82.7739V78.6221H21.9358V77.5433H23.5703V75.3857H24.8453V77.5433H27.101V78.5894H27.0683Z' fill='black'/%3E%3Cpath d='M35.241 83.297C35.241 83.6239 35.241 83.9508 35.2737 84.2777C35.3064 84.6046 35.3064 84.8661 35.3064 85.095H34.0968C34.0968 84.8988 34.0968 84.7027 34.0642 84.4739C34.0315 84.245 34.0315 84.0489 34.0315 83.8527H33.9988C33.9007 84.0489 33.7699 84.2123 33.6392 84.3758C33.4757 84.5392 33.2796 84.7027 33.0834 84.8335C32.8546 84.9642 32.6257 85.095 32.3642 85.1604C32.07 85.2584 31.7758 85.2911 31.4816 85.2911C31.0566 85.2911 30.5989 85.2258 30.2066 85.0623C29.847 84.9315 29.5528 84.7027 29.2912 84.4412C29.0624 84.1469 28.8663 83.82 28.7682 83.4604C28.6374 83.0681 28.6047 82.6431 28.6047 82.2182V77.5433H29.8797V82.0547C29.847 82.5778 30.0105 83.1335 30.3047 83.5585C30.6316 83.9508 31.122 84.1469 31.6123 84.1142C31.9719 84.1142 32.3315 84.0489 32.6584 83.9181C32.9527 83.7873 33.2142 83.5912 33.3776 83.3297C33.5738 83.0354 33.7046 82.7412 33.8026 82.4143C33.9007 82.022 33.9334 81.6297 33.9334 81.2374V77.5433H35.2083V83.297H35.241Z' fill='black'/%3E%3Cpath d='M37.6275 79.3086C37.6275 78.949 37.6275 78.6548 37.5948 78.3279C37.5621 78.001 37.5621 77.7395 37.5621 77.5106H38.7717C38.7717 77.7068 38.7717 77.9356 38.8044 78.1318C38.8371 78.3279 38.8044 78.5567 38.8044 78.7529H38.8371C38.9352 78.5567 39.0659 78.3606 39.1967 78.2298C39.3601 78.0664 39.5563 77.9029 39.7524 77.7722C39.9813 77.6414 40.2101 77.5106 40.4716 77.4452C40.7659 77.3472 41.0601 77.3145 41.3543 77.3145C41.4524 77.3145 41.5178 77.3145 41.6158 77.3145C41.7139 77.3145 41.7793 77.3472 41.8774 77.3799L41.812 78.6548C41.5831 78.5894 41.3543 78.5567 41.1255 78.5567C40.3409 78.5567 39.7851 78.8183 39.4255 79.3086C39.0332 79.9298 38.8698 80.649 38.9025 81.3682V85.0623H37.6275V79.3086Z' fill='black'/%3E%3Cpath d='M43.3484 72.8685H44.6233V80.8778L48.0559 77.5433H49.8539L46.1925 80.9759L50.2135 85.095H48.3501L44.5906 81.1067V85.095H43.3157V72.8685H43.3484Z' fill='black'/%3E%3Cpath d='M51.4558 79.3086C51.4558 78.949 51.4558 78.6548 51.4231 78.3279C51.3904 78.001 51.3904 77.7395 51.3904 77.5106H52.6C52.6 77.7068 52.6 77.9356 52.6 78.1318C52.6 78.3279 52.6 78.5567 52.6 78.7529H52.6326C52.7307 78.5567 52.8615 78.3933 52.9922 78.2298C53.1557 78.0664 53.3518 77.9029 53.548 77.7721C53.7768 77.6414 54.0057 77.5106 54.2672 77.4452C54.5614 77.3799 54.8556 77.3472 55.1499 77.3472C55.2479 77.3472 55.3133 77.3472 55.4114 77.3472C55.5095 77.3472 55.5748 77.3799 55.6729 77.4125L55.6075 78.6875C55.3787 78.6221 55.1499 78.5894 54.921 78.5894C54.1364 78.5894 53.5807 78.851 53.2211 79.3413C52.8288 79.9625 52.6653 80.6817 52.698 81.4009V85.095H51.4231V79.3086H51.4558Z' fill='black'/%3E%3Cpath d='M63.3227 83.722C62.9304 84.245 62.44 84.67 61.8516 84.9315C61.2631 85.1604 60.6093 85.2911 59.9882 85.2911C59.4324 85.2911 58.8767 85.193 58.3863 84.9642C57.9287 84.7681 57.5364 84.4738 57.1768 84.1142C56.8498 83.7546 56.5883 83.3297 56.4249 82.8393C56.2614 82.3489 56.1633 81.8259 56.1633 81.2701C56.1633 80.7144 56.2614 80.1586 56.4575 79.6683C56.6537 79.2106 56.9152 78.7529 57.2748 78.3933C57.6344 78.0337 58.0267 77.7722 58.5171 77.576C59.0075 77.3799 59.5305 77.2818 60.0863 77.2818C60.5766 77.2818 61.067 77.3799 61.5574 77.5433C61.9823 77.7068 62.3746 77.9683 62.7016 78.3279C63.0285 78.6875 63.29 79.1125 63.4208 79.5702C63.6169 80.1259 63.6823 80.6817 63.6823 81.2374V81.6297H57.569C57.6017 82.2835 57.896 82.872 58.3209 83.3297C58.5498 83.5585 58.8113 83.722 59.0728 83.8527C59.3671 83.9835 59.694 84.0489 60.0209 84.0489C60.5112 84.0489 60.9689 83.9508 61.3939 83.7546C61.7862 83.5585 62.1458 83.2643 62.4073 82.9047L63.3227 83.722ZM62.2439 80.6163C62.2439 80.0279 62.015 79.4721 61.6227 79.0471C61.1651 78.6548 60.5766 78.426 59.9882 78.4587C58.7132 78.3933 57.6017 79.3413 57.5037 80.5836H62.2439V80.6163Z' fill='black'/%3E%3Cpath d='M65.3822 74.5684C65.3822 74.3396 65.4803 74.0781 65.6437 73.9146C65.8072 73.7185 66.036 73.6204 66.2976 73.6204C66.5591 73.6204 66.7879 73.7185 66.9514 73.9146C67.311 74.2742 67.311 74.8627 66.9514 75.2223C66.5918 75.5819 66.0033 75.5819 65.611 75.2223C65.4803 75.0261 65.3822 74.7973 65.3822 74.5684ZM65.6764 77.5106H66.9514V85.095H65.7091L65.6764 77.5106Z' fill='black'/%3E%3Cpath d='M69.6321 83.1008C69.8609 83.395 70.1225 83.6566 70.4494 83.8527C70.7763 84.0489 71.1686 84.1469 71.5936 84.1142C71.7897 84.1142 71.9859 84.0816 72.182 84.0489C72.3782 84.0162 72.5416 83.9508 72.7378 83.8527C72.9012 83.7546 73.032 83.6239 73.13 83.4931C73.2281 83.3297 73.2935 83.1662 73.2608 82.9701C73.2608 82.8066 73.2281 82.6105 73.13 82.4797C73.032 82.3489 72.9012 82.2509 72.7704 82.1528C72.607 82.0547 72.4435 81.9893 72.2474 81.9239C72.0512 81.8586 71.8551 81.8259 71.6589 81.7605C71.2993 81.6951 70.9724 81.597 70.6455 81.499C70.3513 81.4009 70.0571 81.2701 69.7956 81.1067C69.5667 80.9432 69.3706 80.7471 69.2071 80.4855C68.9129 79.8644 68.9129 79.1452 69.2398 78.5568C69.4033 78.2625 69.6321 78.0337 69.8936 77.8702C70.1552 77.6741 70.4821 77.5433 70.809 77.4453C71.1359 77.3472 71.4955 77.2818 71.8551 77.2818C72.3782 77.2818 72.8685 77.3799 73.3589 77.6087C73.8166 77.8375 74.2089 78.1972 74.4377 78.6548L73.3916 79.3413C73.2281 79.0798 72.9993 78.851 72.7378 78.6875C72.4435 78.5241 72.1166 78.426 71.757 78.426C71.5936 78.426 71.3974 78.4587 71.234 78.4914C71.0705 78.5241 70.9071 78.5894 70.7436 78.6875C70.6128 78.7856 70.4821 78.8837 70.384 79.0144C70.2859 79.1452 70.2532 79.3087 70.2532 79.4721C70.2532 79.6356 70.3186 79.7663 70.4167 79.8971C70.5474 80.0279 70.6782 80.1259 70.8417 80.1913C71.0378 80.2894 71.234 80.3548 71.4628 80.4201C71.6916 80.4855 71.9532 80.5509 72.182 80.5836C72.5089 80.649 72.8358 80.7144 73.13 80.8451C73.4243 80.9432 73.6858 81.074 73.9146 81.2701C74.1435 81.4336 74.3396 81.6624 74.4377 81.9239C74.5685 82.2182 74.6338 82.5451 74.6338 82.872C74.6665 83.6239 74.3069 84.3104 73.6858 84.7027C73.3916 84.8988 73.0647 85.0296 72.7051 85.1277C72.3455 85.2257 71.9859 85.2584 71.5936 85.2584C71.0051 85.2584 70.4494 85.1604 69.9263 84.9642C69.4033 84.7354 68.9783 84.3431 68.6514 83.8527L69.6321 83.1008Z' fill='black'/%3E%3Cpath d='M87.1873 83.7546H87.1546C86.893 84.2123 86.5007 84.6046 86.0431 84.8334C85.4873 85.1277 84.8662 85.2911 84.2451 85.2911C83.722 85.2911 83.2316 85.1931 82.7739 84.9969C82.3163 84.8008 81.924 84.5065 81.5644 84.1796C81.2048 83.82 80.9432 83.395 80.7471 82.9047C80.3548 81.8913 80.3548 80.7471 80.7471 79.7336C80.9432 79.276 81.2048 78.8183 81.5644 78.4587C81.924 78.0991 82.349 77.8049 82.8066 77.6414C83.3297 77.4453 83.8854 77.3472 84.4412 77.3472C84.9643 77.3472 85.4873 77.4453 85.945 77.6741C86.4027 77.9029 86.8277 78.2298 87.1546 78.6221H87.1873V72.8685H88.4622V85.095H87.1873V83.7546ZM87.1873 81.3028C87.1873 80.9105 87.1219 80.5509 86.9911 80.1913C86.8603 79.8644 86.6969 79.5702 86.4354 79.3087C86.2065 79.0471 85.9123 78.851 85.5854 78.7202C84.8662 78.426 84.0816 78.426 83.3624 78.7202C83.0355 78.851 82.7413 79.0798 82.5124 79.3087C82.2836 79.5702 82.0874 79.8644 81.9567 80.1913C81.6951 80.9105 81.6951 81.6951 81.9567 82.4143C82.1855 83.0681 82.7086 83.6239 83.3297 83.8854C84.0489 84.1796 84.8335 84.1796 85.5527 83.8854C86.2065 83.5912 86.6969 83.0681 86.9257 82.4143C87.1219 82.0547 87.1873 81.6951 87.1873 81.3028Z' fill='black'/%3E%3Cpath d='M97.5502 83.722C97.1579 84.245 96.6676 84.67 96.0791 84.9315C95.4907 85.1604 94.8369 85.2911 94.2157 85.2911C93.66 85.2911 93.1042 85.193 92.6139 84.9642C92.1562 84.7681 91.7312 84.4738 91.4043 84.1142C91.0774 83.7546 90.8158 83.3297 90.6524 82.8393C90.4889 82.3489 90.3909 81.8259 90.3909 81.2701C90.3909 80.7144 90.4889 80.1586 90.6851 79.6683C90.8812 79.2106 91.1428 78.7529 91.5024 78.3933C91.862 78.0337 92.2543 77.7722 92.7446 77.576C93.235 77.3799 93.7581 77.2818 94.3138 77.2818C94.8042 77.2818 95.2945 77.3799 95.7849 77.5433C96.2099 77.7068 96.6022 77.9683 96.9291 78.3279C97.256 78.6875 97.5175 79.1125 97.6483 79.5702C97.8444 80.1259 97.9098 80.6817 97.9098 81.2374V81.6297H91.7966C91.8293 82.2835 92.1235 82.872 92.5485 83.3297C92.7773 83.5585 93.0388 83.722 93.3004 83.8527C93.5946 83.9835 93.9215 84.0489 94.2484 84.0489C94.7388 84.0489 95.1965 83.9508 95.6214 83.7546C96.0137 83.5585 96.3733 83.2643 96.6349 82.9047L97.5502 83.722ZM96.4714 80.6163C96.4714 80.0279 96.2426 79.4721 95.8503 79.0471C95.3926 78.6548 94.8042 78.426 94.2157 78.4587C92.9408 78.3933 91.8293 79.3413 91.7312 80.5836H96.4714V80.6163Z' fill='black'/%3E%3Cpath d='M99.806 79.3086C99.806 78.949 99.806 78.6548 99.7733 78.3279C99.7406 78.001 99.7406 77.7395 99.7406 77.5106H100.95C100.95 77.7068 100.95 77.9356 100.95 78.1318C100.95 78.3279 100.95 78.5567 100.95 78.7529H100.983C101.081 78.5567 101.212 78.3606 101.342 78.2298C101.506 78.0664 101.702 77.9029 101.898 77.7722C102.127 77.6414 102.356 77.5106 102.617 77.4452C102.912 77.3472 103.206 77.3145 103.5 77.3145C103.598 77.3145 103.664 77.3145 103.762 77.3145C103.86 77.3145 103.925 77.3472 104.023 77.3799L103.958 78.6548C103.729 78.5894 103.5 78.5567 103.271 78.5567C102.487 78.5567 101.931 78.8183 101.571 79.3086C101.179 79.9298 101.016 80.649 101.048 81.3682V85.0623H99.806V79.3086Z' fill='black'/%3E%3Cpath d='M116.315 83.7546H116.282C116.021 84.2123 115.628 84.6046 115.171 84.8661C114.615 85.1604 113.994 85.3238 113.373 85.3238C112.85 85.3238 112.359 85.2257 111.902 85.0296C111.444 84.8334 111.052 84.5392 110.692 84.2123C110.332 83.8527 110.071 83.4277 109.875 82.9374C109.482 81.9239 109.482 80.7797 109.875 79.7663C110.071 79.3086 110.332 78.851 110.692 78.4914C111.052 78.1318 111.477 77.8375 111.934 77.6741C112.457 77.4779 113.013 77.3799 113.569 77.3799C114.092 77.3799 114.615 77.4779 115.073 77.7068C115.53 77.9356 115.955 78.2625 116.282 78.6548H116.315V72.9012H117.59V85.1277H116.315V83.7546ZM116.315 81.3028C116.315 80.9105 116.25 80.5509 116.119 80.1913C115.89 79.5375 115.367 78.9817 114.713 78.6875C113.994 78.3933 113.209 78.3933 112.49 78.6875C112.163 78.8183 111.869 79.0471 111.64 79.276C111.411 79.5375 111.215 79.8317 111.117 80.1586C110.856 80.8778 110.856 81.6624 111.117 82.3816C111.346 83.0354 111.869 83.5912 112.49 83.8527C113.209 84.1469 113.994 84.1469 114.713 83.8527C115.04 83.7219 115.334 83.5258 115.563 83.2643C115.792 83.0027 115.988 82.7085 116.119 82.3816C116.25 82.0547 116.315 81.6951 116.315 81.3028Z' fill='black'/%3E%3Cpath d='M126.384 83.722C125.992 84.245 125.501 84.67 124.913 84.9315C124.324 85.1604 123.67 85.2911 123.017 85.2911C122.461 85.2911 121.905 85.193 121.415 84.9642C120.957 84.7681 120.565 84.4738 120.205 84.1142C119.878 83.7546 119.617 83.3297 119.453 82.8393C119.257 82.3489 119.192 81.8259 119.192 81.2701C119.192 80.7144 119.29 80.1586 119.486 79.6683C119.682 79.2106 119.944 78.7529 120.303 78.3933C120.663 78.0337 121.055 77.7722 121.546 77.576C122.036 77.3799 122.559 77.2818 123.115 77.2818C123.605 77.2818 124.095 77.3799 124.586 77.5433C125.011 77.7068 125.403 77.9683 125.73 78.3279C126.057 78.6875 126.318 79.1125 126.449 79.5702C126.645 80.1259 126.711 80.6817 126.711 81.2374V81.6297H120.597C120.63 82.2835 120.924 82.872 121.349 83.3297C121.578 83.5585 121.84 83.722 122.101 83.8527C122.395 83.9835 122.722 84.0489 123.049 84.0489C123.54 84.0489 123.997 83.9508 124.455 83.7546C124.847 83.5585 125.207 83.2643 125.468 82.9047L126.384 83.722ZM125.305 80.6163C125.305 80.0279 125.076 79.4721 124.684 79.0471C124.226 78.6548 123.638 78.426 123.049 78.4587C121.774 78.3933 120.696 79.3413 120.565 80.5836H125.305V80.6163Z' fill='black'/%3E%3Cpath d='M135.243 83.297C135.243 83.6566 135.243 83.9835 135.276 84.2777C135.309 84.5719 135.309 84.8661 135.309 85.095H134.099C134.099 84.8988 134.099 84.7027 134.099 84.4739C134.099 84.245 134.099 84.0489 134.099 83.8527H134.066C133.968 84.0489 133.837 84.2123 133.707 84.3758C133.543 84.5392 133.347 84.7027 133.151 84.8335C132.922 84.9642 132.693 85.095 132.432 85.1604C132.137 85.2584 131.843 85.2911 131.549 85.2911C131.124 85.2911 130.666 85.2258 130.274 85.0623C129.915 84.9315 129.62 84.7027 129.359 84.4412C129.097 84.1469 128.934 83.82 128.836 83.4604C128.705 83.0681 128.672 82.6431 128.672 82.2182V77.5433H129.947V82.0547C129.915 82.5778 130.078 83.1335 130.372 83.5585C130.699 83.9508 131.189 84.1469 131.68 84.1142C132.039 84.1142 132.399 84.0489 132.726 83.9181C133.02 83.7873 133.282 83.5912 133.445 83.3297C133.641 83.0354 133.772 82.7412 133.87 82.4143C133.968 82.022 134.001 81.6297 134.001 81.2374V77.5433H135.276L135.243 83.297Z' fill='black'/%3E%3Cpath d='M141.781 78.5894H139.558V82.3816C139.558 82.6431 139.558 82.872 139.558 83.0681C139.558 83.2643 139.624 83.4604 139.689 83.6239C139.754 83.7873 139.885 83.9181 140.016 83.9835C140.212 84.0815 140.441 84.1469 140.67 84.1142C140.866 84.1142 141.062 84.0815 141.226 84.0489C141.422 84.0162 141.618 83.9508 141.814 83.8527L141.879 84.9969C141.651 85.095 141.422 85.1604 141.16 85.2257C140.899 85.2584 140.67 85.2911 140.408 85.2911C140.049 85.2911 139.656 85.2584 139.33 85.1277C139.068 85.0296 138.872 84.8334 138.708 84.6373C138.545 84.4085 138.447 84.1142 138.414 83.82C138.349 83.4604 138.349 83.1008 138.349 82.7739V78.6221H136.714V77.5433H138.349V75.3857H139.624V77.5433H141.847L141.781 78.5894Z' fill='black'/%3E%3Cpath d='M143.841 83.1008C144.07 83.395 144.331 83.6566 144.658 83.8527C144.985 84.0489 145.377 84.1469 145.77 84.1142C145.966 84.1142 146.162 84.0816 146.358 84.0489C146.554 84.0162 146.718 83.9508 146.914 83.8527C147.077 83.7546 147.208 83.6239 147.306 83.4931C147.404 83.3297 147.47 83.1662 147.47 82.9701C147.47 82.8066 147.437 82.6105 147.339 82.4797C147.241 82.3489 147.11 82.2509 146.979 82.1528C146.816 82.0547 146.652 81.9893 146.456 81.9239C146.26 81.8586 146.064 81.8259 145.868 81.7605C145.508 81.6951 145.181 81.597 144.854 81.499C144.56 81.4009 144.266 81.2701 144.004 81.1067C143.775 80.9432 143.579 80.7471 143.416 80.4855C143.252 80.1913 143.187 79.8644 143.187 79.5375C143.187 79.2106 143.252 78.851 143.416 78.5568C143.579 78.2625 143.808 78.0337 144.07 77.8702C144.364 77.6741 144.658 77.5433 144.985 77.4453C145.312 77.3472 145.672 77.2818 146.031 77.2818C146.554 77.2818 147.045 77.3799 147.535 77.6087C147.993 77.8375 148.385 78.1972 148.614 78.6548L147.568 79.3413C147.404 79.0798 147.175 78.851 146.914 78.6875C146.62 78.5241 146.293 78.426 145.966 78.426C145.802 78.426 145.606 78.4587 145.443 78.4914C145.279 78.5241 145.116 78.5894 144.952 78.6875C144.822 78.7856 144.691 78.8837 144.593 79.0144C144.495 79.1452 144.462 79.3087 144.462 79.4721C144.462 79.6356 144.527 79.7663 144.625 79.8971C144.756 80.0279 144.887 80.1259 145.05 80.1913C145.247 80.2894 145.443 80.3548 145.672 80.4201C145.9 80.4855 146.162 80.5509 146.391 80.5836C146.718 80.649 147.045 80.7144 147.339 80.8451C147.633 80.9432 147.895 81.074 148.123 81.2701C148.352 81.4336 148.548 81.6624 148.646 81.9239C148.777 82.2182 148.843 82.5451 148.843 82.872C148.843 83.2643 148.777 83.6239 148.581 83.9835C148.418 84.2777 148.189 84.5392 147.895 84.7354C147.6 84.9315 147.273 85.0623 146.914 85.1604C146.554 85.2584 146.195 85.2911 145.802 85.2911C145.214 85.2911 144.658 85.1931 144.135 84.9969C143.612 84.7681 143.187 84.3758 142.86 83.8854L143.841 83.1008Z' fill='black'/%3E%3Cpath d='M155.969 79.4067C155.74 79.1125 155.446 78.8837 155.087 78.6875C154.76 78.5241 154.4 78.4587 154.04 78.4587C153.648 78.4587 153.289 78.5241 152.929 78.6875C152.602 78.8183 152.341 79.0471 152.112 79.3087C151.883 79.5702 151.719 79.8644 151.621 80.224C151.523 80.5836 151.458 80.9432 151.458 81.3028C151.458 81.6624 151.523 82.0547 151.654 82.3816C151.785 82.7085 151.948 83.0027 152.177 83.297C152.406 83.5585 152.667 83.7546 152.994 83.8854C153.321 84.0489 153.681 84.1142 154.04 84.1142C154.792 84.1469 155.512 83.7873 155.969 83.1662L156.917 84.0489C156.558 84.4738 156.1 84.7681 155.61 84.9642C154.596 85.3565 153.452 85.3565 152.439 84.9642C151.981 84.7681 151.556 84.5065 151.196 84.1469C150.837 83.7873 150.575 83.3623 150.412 82.872C150.216 82.3489 150.118 81.8259 150.118 81.2701C150.118 80.7144 150.216 80.1913 150.412 79.6683C150.575 79.2106 150.869 78.7529 151.229 78.3933C151.589 78.0337 152.014 77.7395 152.471 77.576C152.962 77.3799 153.517 77.2818 154.073 77.2818C154.629 77.2818 155.152 77.3799 155.675 77.576C156.165 77.7722 156.623 78.0991 156.983 78.4914L155.969 79.4067Z' fill='black'/%3E%3Cpath d='M158.388 72.8685H159.663V78.5894H159.696C159.794 78.426 159.925 78.2625 160.056 78.1318C160.219 77.9683 160.415 77.8376 160.611 77.7395C160.84 77.6087 161.069 77.5106 161.331 77.4453C161.592 77.3799 161.886 77.3145 162.148 77.3145C162.573 77.3145 163.031 77.3799 163.423 77.5433C163.782 77.6741 164.077 77.9029 164.338 78.1645C164.567 78.4587 164.763 78.7856 164.861 79.1452C164.992 79.5375 165.025 79.9625 165.025 80.3875V85.0623H163.75V80.5182C163.782 79.9952 163.619 79.4394 163.325 79.0144C162.998 78.6221 162.508 78.426 162.017 78.4587C161.658 78.4587 161.298 78.5241 160.971 78.6548C160.677 78.7856 160.415 78.9817 160.252 79.2433C160.056 79.5048 159.925 79.8317 159.827 80.1586C159.729 80.5509 159.696 80.9432 159.696 81.3355V85.0296H158.421L158.388 72.8685Z' fill='black'/%3E%3Cpath d='M174.178 83.722C173.786 84.245 173.296 84.67 172.707 84.9315C172.119 85.1604 171.465 85.2911 170.844 85.2911C170.288 85.2911 169.732 85.193 169.242 84.9642C168.784 84.7681 168.359 84.4738 168.032 84.1142C167.705 83.7546 167.444 83.3297 167.28 82.8393C167.117 82.3489 167.019 81.8259 167.019 81.2701C167.019 80.7144 167.117 80.1586 167.313 79.6683C167.509 79.2106 167.771 78.7529 168.13 78.3933C168.49 78.0337 168.882 77.7722 169.373 77.576C169.863 77.3799 170.386 77.2818 170.942 77.2818C171.432 77.2818 171.923 77.3799 172.413 77.5433C172.838 77.7068 173.23 77.9683 173.557 78.3279C173.884 78.6875 174.146 79.1125 174.276 79.5702C174.472 80.1259 174.538 80.6817 174.538 81.2374V81.6297H168.425C168.457 82.2835 168.752 82.872 169.177 83.3297C169.405 83.5585 169.667 83.722 169.928 83.8527C170.223 83.9835 170.55 84.0489 170.876 84.0489C171.367 84.0489 171.825 83.9508 172.25 83.7546C172.642 83.5585 173.001 83.2643 173.263 82.9047L174.178 83.722ZM173.099 80.6163C173.099 80.0279 172.871 79.4721 172.478 79.0471C172.021 78.6548 171.432 78.426 170.844 78.4587C169.569 78.3933 168.457 79.3413 168.359 80.5836H173.099V80.6163Z' fill='black'/%3E%3Cpath d='M176.434 79.3086C176.434 78.949 176.434 78.6221 176.401 78.3279C176.369 78.0337 176.369 77.7395 176.369 77.5106H177.578C177.578 77.7068 177.578 77.9356 177.578 78.1318C177.578 78.3279 177.578 78.5567 177.578 78.7529H177.611C177.709 78.5567 177.84 78.3606 177.97 78.2298C178.134 78.0664 178.33 77.9029 178.526 77.7722C178.755 77.6414 178.984 77.5106 179.245 77.4452C179.54 77.3472 179.834 77.3145 180.128 77.3145C180.553 77.3145 181.011 77.3799 181.403 77.5433C181.763 77.6741 182.089 77.9029 182.351 78.1971C182.58 78.4914 182.776 78.8183 182.874 79.1779C183.005 79.5702 183.038 79.9952 183.038 80.4201V85.095H181.763V80.5509C181.795 80.0278 181.632 79.4721 181.338 79.0471C181.011 78.6548 180.52 78.4587 180.03 78.4914C179.67 78.4914 179.311 78.5567 178.984 78.6875C178.69 78.8183 178.428 79.0144 178.265 79.276C178.068 79.5702 177.938 79.8644 177.84 80.1913C177.742 80.5836 177.709 80.9759 177.709 81.3682V85.0623H176.434V79.3086Z' fill='black'/%3E%3Cpath d='M188.857 73.6204H190.36L192.976 83.1335H193.008L195.82 73.6204H197.356L200.168 83.1335H200.2L202.848 73.6204H204.287L200.92 85.0623H199.416L196.572 75.353H196.539L193.695 85.0623H192.224L188.857 73.6204Z' fill='black'/%3E%3Cpath d='M205.366 74.5684C205.366 74.3069 205.464 74.0781 205.627 73.9146C205.987 73.555 206.542 73.555 206.902 73.8819C206.902 73.8819 206.902 73.8819 206.935 73.9146C207.294 74.2742 207.294 74.8627 206.935 75.2223C206.575 75.5819 205.987 75.5819 205.594 75.2223C205.464 75.0261 205.366 74.7973 205.366 74.5684ZM205.66 77.5106H206.935V85.095H205.66V77.5106Z' fill='black'/%3E%3Cpath d='M209.452 79.3086C209.452 78.949 209.452 78.6548 209.419 78.3279C209.387 78.001 209.387 77.7395 209.387 77.5106H210.596C210.596 77.7068 210.596 77.9356 210.596 78.1318C210.596 78.3279 210.596 78.5567 210.596 78.7529H210.629C210.727 78.5567 210.858 78.3606 210.988 78.2298C211.152 78.0664 211.348 77.9029 211.544 77.7722C211.773 77.6414 212.002 77.5106 212.263 77.4452C212.558 77.3472 212.852 77.3145 213.146 77.3145C213.244 77.3145 213.31 77.3145 213.408 77.3145C213.506 77.3145 213.571 77.3472 213.669 77.3799L213.604 78.6548C213.375 78.5894 213.146 78.5567 212.917 78.5567C212.133 78.5567 211.577 78.8183 211.217 79.3086C210.825 79.9298 210.662 80.649 210.694 81.3682V85.0623H209.419L209.452 79.3086Z' fill='black'/%3E%3Cpath d='M219.325 78.5894H217.069V82.3816C217.069 82.6431 217.069 82.872 217.069 83.0681C217.069 83.2643 217.102 83.4604 217.2 83.6239C217.265 83.7873 217.396 83.9181 217.527 83.9835C217.723 84.0815 217.952 84.1469 218.18 84.1142C218.377 84.1142 218.573 84.0815 218.736 84.0489C218.932 84.0162 219.128 83.9508 219.292 83.8527L219.357 84.9969C219.128 85.095 218.9 85.1604 218.638 85.2257C218.377 85.2584 218.148 85.2911 217.886 85.2911C217.527 85.2911 217.134 85.2584 216.807 85.1277C216.546 85.0296 216.35 84.8661 216.186 84.6373C216.023 84.4085 215.925 84.1142 215.892 83.82C215.827 83.4604 215.827 83.1008 215.827 82.7739V78.6221H214.192V77.5433H215.827V75.3857H217.102V77.5433H219.325V78.5894Z' fill='black'/%3E%3Cpath d='M221.384 83.1008C221.613 83.395 221.875 83.6566 222.201 83.8527C222.528 84.0489 222.921 84.1469 223.313 84.1142C223.509 84.1142 223.705 84.0816 223.901 84.0489C224.098 84.0162 224.261 83.9508 224.457 83.8527C224.621 83.7546 224.751 83.6239 224.849 83.4931C224.947 83.3297 225.013 83.1662 224.98 82.9701C224.98 82.8066 224.947 82.6105 224.849 82.4797C224.751 82.3489 224.621 82.2509 224.49 82.1528C224.326 82.0547 224.163 81.9893 223.967 81.9239C223.771 81.8586 223.574 81.8259 223.378 81.7605C223.019 81.6951 222.692 81.597 222.365 81.499C222.071 81.4009 221.776 81.2701 221.515 81.1067C221.286 80.9432 221.09 80.7471 220.926 80.4855C220.632 79.8644 220.632 79.1452 220.959 78.5568C221.123 78.2625 221.351 78.0337 221.613 77.8702C221.875 77.6741 222.201 77.5433 222.528 77.4453C222.855 77.3472 223.215 77.2818 223.574 77.2818C224.098 77.2818 224.588 77.3799 225.078 77.6087C225.536 77.8375 225.928 78.1972 226.157 78.6548L225.111 79.3413C224.947 79.0798 224.719 78.851 224.457 78.6875C224.163 78.5241 223.836 78.426 223.476 78.426C223.313 78.426 223.117 78.4587 222.953 78.4914C222.79 78.5241 222.626 78.5894 222.463 78.6875C222.332 78.7856 222.201 78.8837 222.103 79.0144C222.005 79.1452 221.973 79.3087 221.973 79.4721C221.973 79.6356 222.038 79.7663 222.136 79.8971C222.267 80.0279 222.398 80.1259 222.561 80.1913C222.757 80.2894 222.953 80.3548 223.182 80.4201C223.411 80.4855 223.673 80.5509 223.901 80.5836C224.228 80.649 224.555 80.7144 224.849 80.8451C225.144 80.9432 225.405 81.074 225.634 81.2701C225.863 81.4336 226.059 81.6624 226.157 81.9239C226.288 82.2182 226.353 82.5451 226.353 82.872C226.386 83.6239 226.026 84.3104 225.405 84.7027C225.111 84.8988 224.784 85.0296 224.424 85.1277C224.065 85.2257 223.705 85.2584 223.313 85.2584C222.724 85.2584 222.169 85.1604 221.646 84.9642C221.123 84.7354 220.698 84.3431 220.371 83.8527L221.384 83.1008Z' fill='black'/%3E%3Cpath d='M233.513 79.4067C233.284 79.1125 232.99 78.8837 232.63 78.6875C232.303 78.5241 231.943 78.4587 231.584 78.4587C231.192 78.4587 230.832 78.5241 230.472 78.6875C230.178 78.8183 229.884 79.0471 229.655 79.3087C229.426 79.5702 229.263 79.8644 229.165 80.224C229.067 80.5836 229.001 80.9432 229.001 81.3028C229.001 81.6624 229.067 82.0547 229.197 82.3816C229.328 82.7085 229.492 83.0027 229.72 83.297C229.949 83.5585 230.211 83.7546 230.538 83.8854C230.865 84.0489 231.224 84.1142 231.584 84.1142C232.336 84.1469 233.055 83.7873 233.513 83.1662L234.461 84.0489C234.101 84.4738 233.643 84.7681 233.153 84.9642C232.14 85.3565 230.995 85.3565 229.982 84.9642C229.524 84.7681 229.099 84.5065 228.74 84.1469C228.38 83.7873 228.119 83.3623 227.955 82.872C227.759 82.3489 227.661 81.8259 227.661 81.2701C227.661 80.7144 227.759 80.1913 227.955 79.6683C228.315 78.7202 229.067 77.9683 229.982 77.576C230.472 77.3799 231.028 77.2818 231.584 77.2818C232.14 77.2818 232.663 77.3799 233.186 77.576C233.676 77.7722 234.134 78.0991 234.493 78.4914L233.513 79.4067Z' fill='black'/%3E%3Cpath d='M235.932 72.8685H237.207V78.5894H237.239C237.337 78.426 237.468 78.2625 237.599 78.1318C237.762 77.9683 237.959 77.8376 238.155 77.7395C238.384 77.6087 238.612 77.5106 238.874 77.4453C239.135 77.3799 239.43 77.3145 239.691 77.3145C240.116 77.3145 240.574 77.3799 240.966 77.5433C241.326 77.6741 241.62 77.9029 241.882 78.1645C242.11 78.4587 242.307 78.7856 242.405 79.1452C242.535 79.5375 242.568 79.9625 242.568 80.3875V85.0623H241.293V80.5182C241.326 79.9952 241.162 79.4394 240.868 79.0144C240.541 78.6221 240.051 78.426 239.56 78.4587C239.201 78.4587 238.841 78.5241 238.514 78.6548C238.22 78.7856 237.959 78.9817 237.795 79.2433C237.599 79.5375 237.468 79.8317 237.37 80.1586C237.272 80.5509 237.239 80.9432 237.239 81.3355V85.0296H235.964L235.932 72.8685Z' fill='black'/%3E%3Cpath d='M244.856 78.4914C245.249 78.0991 245.706 77.8048 246.229 77.6087C246.752 77.4126 247.308 77.3145 247.864 77.3145C248.975 77.3145 249.793 77.576 250.283 78.0991C250.773 78.6221 251.035 79.4394 251.035 80.5182V83.7873C251.035 84.0162 251.035 84.2123 251.068 84.4738C251.1 84.7027 251.133 84.9315 251.133 85.1277H249.924C249.891 84.9315 249.858 84.7354 249.858 84.5392C249.858 84.3431 249.858 84.1469 249.858 83.9835H249.825C249.564 84.3758 249.237 84.7027 248.845 84.9315C248.387 85.193 247.864 85.3238 247.341 85.2911C246.981 85.2911 246.589 85.2584 246.262 85.1604C245.935 85.0623 245.641 84.9315 245.379 84.7354C245.118 84.5392 244.922 84.3104 244.758 84.0162C244.595 83.7219 244.529 83.3623 244.529 83.0354C244.497 82.5124 244.66 81.9893 245.02 81.5643C245.347 81.2047 245.772 80.9432 246.229 80.7797C246.72 80.6163 247.243 80.4855 247.799 80.4528C248.354 80.4201 248.877 80.3874 249.335 80.3874H249.825V80.1586C249.858 79.7009 249.662 79.2433 249.335 78.9163C248.943 78.6221 248.452 78.4587 247.962 78.4914C247.537 78.4914 247.145 78.5567 246.752 78.6875C246.36 78.8183 246.001 79.0471 245.706 79.3086L244.856 78.4914ZM248.518 81.4663C247.864 81.4336 247.21 81.5316 246.589 81.7932C246.131 81.9893 245.87 82.4143 245.87 82.9047C245.837 83.297 246.001 83.6893 246.36 83.9181C246.72 84.1142 247.145 84.245 247.537 84.2123C247.864 84.2123 248.191 84.1469 248.485 84.0162C248.747 83.9181 248.975 83.7219 249.172 83.5258C249.368 83.3296 249.499 83.0681 249.597 82.8066C249.695 82.5124 249.76 82.2182 249.76 81.9239V81.4663H248.518Z' fill='black'/%3E%3Cpath d='M254.01 78.5894H252.375V77.5106H254.01V75.8107C254.01 75.3857 254.043 74.9607 254.141 74.5357C254.206 74.1761 254.37 73.8492 254.598 73.555C254.827 73.2608 255.089 73.0319 255.416 72.9012C255.808 72.7377 256.266 72.6396 256.691 72.6723C256.854 72.6723 257.05 72.705 257.214 72.705C257.377 72.7377 257.508 72.7704 257.671 72.8685L257.508 74.0127C257.246 73.9146 256.952 73.8492 256.658 73.8492C256.396 73.8492 256.135 73.8819 255.906 74.0127C255.71 74.1107 255.579 74.2742 255.481 74.4704C255.383 74.6992 255.318 74.928 255.318 75.1896C255.318 75.4838 255.285 75.778 255.285 76.1049V77.5433H257.116V78.6221H255.285V85.1277H254.01V78.5894Z' fill='black'/%3E%3Cpath d='M262.935 78.5894H260.712V82.3816C260.712 82.6431 260.712 82.872 260.712 83.0681C260.712 83.2643 260.744 83.4604 260.842 83.6239C260.908 83.7873 261.039 83.9181 261.169 83.9835C261.365 84.0815 261.594 84.1469 261.823 84.1142C262.019 84.1142 262.215 84.0815 262.379 84.0489C262.575 84.0162 262.771 83.9508 262.935 83.8527L263 84.9969C262.771 85.095 262.542 85.1604 262.281 85.2257C262.019 85.2584 261.79 85.2911 261.529 85.2911C261.169 85.2911 260.777 85.2584 260.45 85.1277C260.189 85.0296 259.992 84.8661 259.829 84.6373C259.666 84.4085 259.567 84.1142 259.535 83.82C259.469 83.4604 259.469 83.1008 259.469 82.7739V78.6221H257.835V77.5433H259.469V75.3857H260.744V77.5433H262.967L262.935 78.5894Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 262px;
    height: 86px;
  }
}
.site-title span {
  display: none;
}

.site-branding {
  margin-top: 13px;
}
@media screen and (min-width: 50em) {
  .site-branding {
    margin-top: 10px;
  }
}
@media screen and (min-width: 63.75em) {
  .site-branding {
    margin-top: 20px;
  }
}

.site-header-globe {
  font-size: 2.55em;
  margin-top: -24px;
}

.entry-title,
.site-navigation-toggle span,
.locale-switch-items li {
  font-weight: 400;
}

.navigation-visible .site-navigation {
  width: 100%;
}

@media screen and (min-width: 96.25em) {
  .site-navigation-left {
    width: calc(100% - 180px);
  }
}

@media screen and (min-width: 66.25em) {
  .site-navigation-right {
    width: auto;
    width: 180px;
  }
}

.primary-menu > .menu-item {
  font-weight: 400;
}
@media screen and (min-width: 31.25em) {
  .primary-menu > .menu-item {
    padding: 0 1.75em 0 0;
  }
  .primary-menu > .menu-item > a {
    min-height: 3em;
  }
}

@media screen and (min-width: 51.25em) {
  .secondary-menu {
    padding-top: 2em;
  }
}

@media screen and (min-width: 43.75em) {
  .index #main .scroll-content {
    padding-left: 0.75em;
  }
}
@media screen and (min-width: 56.25em) {
  .index #main .scroll-content {
    padding-left: 0.75em;
  }
}

.text-big, .entry-title,
.entry-content .text-big,
.entry-content h2,
.entry-content h3 {
  font-weight: 400;
}

.entry-image-title {
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  border: 2px dotted #000;
  width: 100%;
  outline: none;
}

.form-group.string, .form-group.email, .form-group.password {
  border-bottom: 2px dotted #000;
}

.entry-content h1 {
  font-weight: 400;
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 0.5em;
}

.breadcrumbs {
  margin: 0.5em 0 1em 0.5em;
}

.folder-items-wrap ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
}
.folder-items-wrap ul ul {
  border-top: 0;
}
.folder-items-wrap li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.folder-items-wrap li .content {
  min-height: 50px;
  padding: 0.5em;
}
.folder-items-wrap > ul {
  padding: 0;
}
.folder-items-wrap .folder-item,
.folder-items-wrap .folder-file {
  padding: 6px 40px 6px;
  position: relative;
}
.folder-items-wrap .folder-item .content,
.folder-items-wrap .folder-file .content {
  padding: 0 0 0 0.5em;
}
.folder-items-wrap .folder-item .fa,
.folder-items-wrap .folder-file .fa {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.folder-items-wrap .folder-item-label {
  padding-top: 0.7em;
}
.folder-items-wrap .file-info {
  font-size: 0.8em;
  color: #a0a0a0;
}
.folder-items-wrap .file-info div {
  display: inline-block;
  margin-right: 0.5em;
}
.folder-items-wrap .fa {
  margin-right: 10px;
  font-size: 1.8em;
  color: #a0a0a0;
}

.alert {
  margin: 1em 0;
  padding: 1em;
  position: relative;
}
.alert button {
  background: none;
  position: absolute;
  border: 0;
  top: 0.3em;
  right: 0.5em;
}
.alert.alert-success {
  background: rgba(20, 200, 0, 0.3);
  color: rgba(0, 50, 0, 0.8);
}
.alert.alert-danger {
  background: rgba(255, 0, 0, 0.25);
  color: rgba(50, 0, 0, 0.8);
}

.hidden {
  display: none;
}

.members-tabs {
  margin-bottom: 20px;
}

.members-breadcrumbs {
  font-size: 0.75em;
  color: #999;
  margin-bottom: 20px;
}
.members-breadcrumbs a {
  color: #999;
}
