<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Quicksand:400,500,700');

/*:root {
  --K15t-font-family-body: 'Quicksand', sans-serif;
  --K15t-font-family-headline: 'Quicksand', sans-serif;
}*/

.header__navigation--logo a img {
  height: 50px;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .header__navigation--logo a img {
    max-height: initial;
  }
}

.vp-article__heading {
  color: #1eaeb4;
  font-weight: 700;
}

.article__content h2 {
  color: #1eaeb4;
  font-weight: 700;
}

.article__content * a {
  color: #1eaeb4;
}

.article__content h4 a {
  color: unset;
}

.article__content h4 figure.vp-image {
  display: inline-block;
  margin: 0;
  vertical-align: bottom
}

.panel-macro[role="note"] {
  border: 1px solid #dfe1e5;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(37, 56, 88, 0.25);
}

figure.vp-image {
  display: inline-block;
}

figure.vp-image img {
  border: initial;
  margin: auto;
}

li p {
  display: inline;
}

.article__content ol, .article__content ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* FEEDBACK BUTTON */
#atlwdg-trigger {
  right: 50px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #00B0B9;
  color: #FFFFFF !important;
  font-family: 'Quicksand', sans-serif;
  border-radius: 0;
  font-size: 14px;
  z-index: 1000;
}

/* FULL WIDTH */
/*.vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell) {
  grid-template-areas: initial;
  grid-template-columns: initial;
}
.vp-article .article-header {
  max-width: initial;
}
.vp-breadcrumbs {
  max-width: initial;
}*/
.vp-article {
    --_content-width: 1500px;
    --_content-spread-width: 1500px;
    --_content-wide-width: 1500px;
}</pre></body></html>