@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/Roobert-Light.woff2") format("woff2"), url("../Fonts/Roobert-Light.woff") format("woff");
}
/*! Baseguide v3.3.0 | MIT License | http://basegui.de */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

:focus:not(:focus-visible) {
  outline: none;
}

body {
  font-family: "Roobert", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
address:last-child,
blockquote:last-child,
table:last-child,
figure:last-child,
form:last-child,
fieldset:last-child,
legend:last-child,
pre:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
hr:last-child,
p:last-child {
  margin-bottom: 0;
}

h6, .c-h6, h5, .c-h5, h4, .c-h4, h3, .c-h3, h2, .c-h2, h1, .c-h1 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h6:first-child, .c-h6:first-child, h5:first-child, .c-h5:first-child, h4:first-child, .c-h4:first-child, h3:first-child, .c-h3:first-child, h2:first-child, .c-h2:first-child, h1:first-child, .c-h1:first-child {
  margin-top: 0;
}
h6:last-child, .c-h6:last-child, h5:last-child, .c-h5:last-child, h4:last-child, .c-h4:last-child, h3:last-child, .c-h3:last-child, h2:last-child, .c-h2:last-child, h1:last-child, .c-h1:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
label {
  display: inline-block;
  margin-bottom: 0.3rem;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  display: block;
  width: 100%;
  height: 5em;
  border: 1px solid #cacaca;
  border-radius: 0.125em;
  padding: 1rem 1rem;
  background-clip: padding-box;
  background-color: #fff;
  color: #000;
  transition: border-color 0.15s ease;
}
[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, [type=date]:focus, textarea:focus, select:focus {
  border-color: #979797;
  outline: 0;
}
[type=email]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=url]:disabled, [type=date]:disabled, textarea:disabled, select:disabled {
  border-color: #cacaca;
  background-color: #CCCCCC;
  color: #4B5457;
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}
select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}
select[multiple], select[size] {
  height: auto;
}

textarea {
  resize: vertical;
}
textarea[rows] {
  height: auto;
}
textarea:not([rows]) {
  height: 10em;
}

input[type=radio]:not(:only-child),
input[type=checkbox]:not(:only-child) {
  position: absolute;
  margin-top: 0.35em;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}
input[type=radio]:disabled ~ label,
input[type=checkbox]:disabled ~ label {
  color: #4B5457;
  cursor: not-allowed;
}

input[type=file] {
  display: block;
  max-width: 100%;
}

::-moz-placeholder {
  color: rgb(127.5, 127.5, 127.5);
  opacity: 1;
}

::placeholder {
  color: rgb(127.5, 127.5, 127.5);
  opacity: 1;
}

.l-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.l-list-inline {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.l-list-inline > li {
  margin-left: 1rem;
}

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

.l-media-body {
  flex: 0 1 auto;
}

.l-media-left,
.l-media-right {
  flex: 0 0 auto;
}

.l-media-left {
  padding-right: 1rem;
}

.l-media-right {
  order: 1;
  padding-left: 1rem;
}

.l-media-middle {
  align-self: center;
}

.l-media-bottom {
  align-self: flex-end;
}

.l-embed {
  position: relative;
  overflow: hidden;
}
.l-embed::before {
  content: "";
  display: block;
}
.l-embed--16by9::before {
  padding-bottom: 56.25%;
}
.l-embed--4by3::before {
  padding-bottom: 75%;
}
.l-embed iframe,
.l-embed embed,
.l-embed object,
.l-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-container, .c-news-detail__content--media-default, .c-news-detail__content--media-image, .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__relatedlinks, .c-news-detail__historyback, .c-news-detail__title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}
.l-row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.l-row--no-gutter > .l-col {
  padding-left: 0;
  padding-right: 0;
}

.l-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  position: relative;
}

.l-flex {
  display: flex;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--column > * {
  min-height: 1px;
}

.l-col-xs-pull-0 {
  right: auto;
}

.l-col-xs-push-0 {
  left: auto;
}

.l-col-xs-offset-0 {
  margin-left: 0%;
}

.l-col-xs-1 {
  width: 8.3333333333%;
}

.l-col-xs-pull-1 {
  right: 8.3333333333%;
}

.l-col-xs-push-1 {
  left: 8.3333333333%;
}

.l-col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.l-col-xs-2 {
  width: 16.6666666667%;
}

.l-col-xs-pull-2 {
  right: 16.6666666667%;
}

.l-col-xs-push-2 {
  left: 16.6666666667%;
}

.l-col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.l-col-xs-3 {
  width: 25%;
}

.l-col-xs-pull-3 {
  right: 25%;
}

.l-col-xs-push-3 {
  left: 25%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-4 {
  width: 33.3333333333%;
}

.l-col-xs-pull-4 {
  right: 33.3333333333%;
}

.l-col-xs-push-4 {
  left: 33.3333333333%;
}

.l-col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.l-col-xs-5 {
  width: 41.6666666667%;
}

.l-col-xs-pull-5 {
  right: 41.6666666667%;
}

.l-col-xs-push-5 {
  left: 41.6666666667%;
}

.l-col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.l-col-xs-6 {
  width: 50%;
}

.l-col-xs-pull-6 {
  right: 50%;
}

.l-col-xs-push-6 {
  left: 50%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-7 {
  width: 58.3333333333%;
}

.l-col-xs-pull-7 {
  right: 58.3333333333%;
}

.l-col-xs-push-7 {
  left: 58.3333333333%;
}

.l-col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.l-col-xs-8 {
  width: 66.6666666667%;
}

.l-col-xs-pull-8 {
  right: 66.6666666667%;
}

.l-col-xs-push-8 {
  left: 66.6666666667%;
}

.l-col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.l-col-xs-9 {
  width: 75%;
}

.l-col-xs-pull-9 {
  right: 75%;
}

.l-col-xs-push-9 {
  left: 75%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-10 {
  width: 83.3333333333%;
}

.l-col-xs-pull-10 {
  right: 83.3333333333%;
}

.l-col-xs-push-10 {
  left: 83.3333333333%;
}

.l-col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.l-col-xs-11 {
  width: 91.6666666667%;
}

.l-col-xs-pull-11 {
  right: 91.6666666667%;
}

.l-col-xs-push-11 {
  left: 91.6666666667%;
}

.l-col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.l-col-xs-12 {
  width: 100%;
}

.l-col-xs-pull-12 {
  right: 100%;
}

.l-col-xs-push-12 {
  left: 100%;
}

@media (min-width: 23.4375em) {
  .l-col-sm-pull-0 {
    right: auto;
  }
  .l-col-sm-push-0 {
    left: auto;
  }
  .l-col-sm-offset-0 {
    margin-left: 0%;
  }
  .l-col-sm-1 {
    width: 8.3333333333%;
  }
  .l-col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-sm-push-1 {
    left: 8.3333333333%;
  }
  .l-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-sm-2 {
    width: 16.6666666667%;
  }
  .l-col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-sm-push-2 {
    left: 16.6666666667%;
  }
  .l-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-sm-3 {
    width: 25%;
  }
  .l-col-sm-pull-3 {
    right: 25%;
  }
  .l-col-sm-push-3 {
    left: 25%;
  }
  .l-col-sm-offset-3 {
    margin-left: 25%;
  }
  .l-col-sm-4 {
    width: 33.3333333333%;
  }
  .l-col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-sm-push-4 {
    left: 33.3333333333%;
  }
  .l-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-sm-5 {
    width: 41.6666666667%;
  }
  .l-col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-sm-push-5 {
    left: 41.6666666667%;
  }
  .l-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-sm-6 {
    width: 50%;
  }
  .l-col-sm-pull-6 {
    right: 50%;
  }
  .l-col-sm-push-6 {
    left: 50%;
  }
  .l-col-sm-offset-6 {
    margin-left: 50%;
  }
  .l-col-sm-7 {
    width: 58.3333333333%;
  }
  .l-col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-sm-push-7 {
    left: 58.3333333333%;
  }
  .l-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-sm-8 {
    width: 66.6666666667%;
  }
  .l-col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-sm-push-8 {
    left: 66.6666666667%;
  }
  .l-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-sm-9 {
    width: 75%;
  }
  .l-col-sm-pull-9 {
    right: 75%;
  }
  .l-col-sm-push-9 {
    left: 75%;
  }
  .l-col-sm-offset-9 {
    margin-left: 75%;
  }
  .l-col-sm-10 {
    width: 83.3333333333%;
  }
  .l-col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-sm-push-10 {
    left: 83.3333333333%;
  }
  .l-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-sm-11 {
    width: 91.6666666667%;
  }
  .l-col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-sm-push-11 {
    left: 91.6666666667%;
  }
  .l-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-sm-12 {
    width: 100%;
  }
  .l-col-sm-pull-12 {
    right: 100%;
  }
  .l-col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 42.5em) {
  .l-col-md-pull-0 {
    right: auto;
  }
  .l-col-md-push-0 {
    left: auto;
  }
  .l-col-md-offset-0 {
    margin-left: 0%;
  }
  .l-col-md-1 {
    width: 8.3333333333%;
  }
  .l-col-md-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-md-push-1 {
    left: 8.3333333333%;
  }
  .l-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-md-2 {
    width: 16.6666666667%;
  }
  .l-col-md-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-md-push-2 {
    left: 16.6666666667%;
  }
  .l-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-md-3 {
    width: 25%;
  }
  .l-col-md-pull-3 {
    right: 25%;
  }
  .l-col-md-push-3 {
    left: 25%;
  }
  .l-col-md-offset-3 {
    margin-left: 25%;
  }
  .l-col-md-4 {
    width: 33.3333333333%;
  }
  .l-col-md-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-md-push-4 {
    left: 33.3333333333%;
  }
  .l-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-md-5 {
    width: 41.6666666667%;
  }
  .l-col-md-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-md-push-5 {
    left: 41.6666666667%;
  }
  .l-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-md-6 {
    width: 50%;
  }
  .l-col-md-pull-6 {
    right: 50%;
  }
  .l-col-md-push-6 {
    left: 50%;
  }
  .l-col-md-offset-6 {
    margin-left: 50%;
  }
  .l-col-md-7 {
    width: 58.3333333333%;
  }
  .l-col-md-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-md-push-7 {
    left: 58.3333333333%;
  }
  .l-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-md-8 {
    width: 66.6666666667%;
  }
  .l-col-md-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-md-push-8 {
    left: 66.6666666667%;
  }
  .l-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-md-9 {
    width: 75%;
  }
  .l-col-md-pull-9 {
    right: 75%;
  }
  .l-col-md-push-9 {
    left: 75%;
  }
  .l-col-md-offset-9 {
    margin-left: 75%;
  }
  .l-col-md-10 {
    width: 83.3333333333%;
  }
  .l-col-md-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-md-push-10 {
    left: 83.3333333333%;
  }
  .l-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-md-11 {
    width: 91.6666666667%;
  }
  .l-col-md-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-md-push-11 {
    left: 91.6666666667%;
  }
  .l-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-md-12 {
    width: 100%;
  }
  .l-col-md-pull-12 {
    right: 100%;
  }
  .l-col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 60em) {
  .l-col-lg-pull-0 {
    right: auto;
  }
  .l-col-lg-push-0 {
    left: auto;
  }
  .l-col-lg-offset-0 {
    margin-left: 0%;
  }
  .l-col-lg-1 {
    width: 8.3333333333%;
  }
  .l-col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-lg-push-1 {
    left: 8.3333333333%;
  }
  .l-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-lg-2 {
    width: 16.6666666667%;
  }
  .l-col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-lg-push-2 {
    left: 16.6666666667%;
  }
  .l-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-lg-3 {
    width: 25%;
  }
  .l-col-lg-pull-3 {
    right: 25%;
  }
  .l-col-lg-push-3 {
    left: 25%;
  }
  .l-col-lg-offset-3 {
    margin-left: 25%;
  }
  .l-col-lg-4 {
    width: 33.3333333333%;
  }
  .l-col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-lg-push-4 {
    left: 33.3333333333%;
  }
  .l-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-lg-5 {
    width: 41.6666666667%;
  }
  .l-col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-lg-push-5 {
    left: 41.6666666667%;
  }
  .l-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-lg-6 {
    width: 50%;
  }
  .l-col-lg-pull-6 {
    right: 50%;
  }
  .l-col-lg-push-6 {
    left: 50%;
  }
  .l-col-lg-offset-6 {
    margin-left: 50%;
  }
  .l-col-lg-7 {
    width: 58.3333333333%;
  }
  .l-col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-lg-push-7 {
    left: 58.3333333333%;
  }
  .l-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-lg-8 {
    width: 66.6666666667%;
  }
  .l-col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-lg-push-8 {
    left: 66.6666666667%;
  }
  .l-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-lg-9 {
    width: 75%;
  }
  .l-col-lg-pull-9 {
    right: 75%;
  }
  .l-col-lg-push-9 {
    left: 75%;
  }
  .l-col-lg-offset-9 {
    margin-left: 75%;
  }
  .l-col-lg-10 {
    width: 83.3333333333%;
  }
  .l-col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-lg-push-10 {
    left: 83.3333333333%;
  }
  .l-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-lg-11 {
    width: 91.6666666667%;
  }
  .l-col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-lg-push-11 {
    left: 91.6666666667%;
  }
  .l-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-lg-12 {
    width: 100%;
  }
  .l-col-lg-pull-12 {
    right: 100%;
  }
  .l-col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 78.125em) {
  .l-col-meta-pull-0 {
    right: auto;
  }
  .l-col-meta-push-0 {
    left: auto;
  }
  .l-col-meta-offset-0 {
    margin-left: 0%;
  }
  .l-col-meta-1 {
    width: 8.3333333333%;
  }
  .l-col-meta-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-meta-push-1 {
    left: 8.3333333333%;
  }
  .l-col-meta-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-meta-2 {
    width: 16.6666666667%;
  }
  .l-col-meta-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-meta-push-2 {
    left: 16.6666666667%;
  }
  .l-col-meta-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-meta-3 {
    width: 25%;
  }
  .l-col-meta-pull-3 {
    right: 25%;
  }
  .l-col-meta-push-3 {
    left: 25%;
  }
  .l-col-meta-offset-3 {
    margin-left: 25%;
  }
  .l-col-meta-4 {
    width: 33.3333333333%;
  }
  .l-col-meta-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-meta-push-4 {
    left: 33.3333333333%;
  }
  .l-col-meta-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-meta-5 {
    width: 41.6666666667%;
  }
  .l-col-meta-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-meta-push-5 {
    left: 41.6666666667%;
  }
  .l-col-meta-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-meta-6 {
    width: 50%;
  }
  .l-col-meta-pull-6 {
    right: 50%;
  }
  .l-col-meta-push-6 {
    left: 50%;
  }
  .l-col-meta-offset-6 {
    margin-left: 50%;
  }
  .l-col-meta-7 {
    width: 58.3333333333%;
  }
  .l-col-meta-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-meta-push-7 {
    left: 58.3333333333%;
  }
  .l-col-meta-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-meta-8 {
    width: 66.6666666667%;
  }
  .l-col-meta-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-meta-push-8 {
    left: 66.6666666667%;
  }
  .l-col-meta-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-meta-9 {
    width: 75%;
  }
  .l-col-meta-pull-9 {
    right: 75%;
  }
  .l-col-meta-push-9 {
    left: 75%;
  }
  .l-col-meta-offset-9 {
    margin-left: 75%;
  }
  .l-col-meta-10 {
    width: 83.3333333333%;
  }
  .l-col-meta-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-meta-push-10 {
    left: 83.3333333333%;
  }
  .l-col-meta-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-meta-11 {
    width: 91.6666666667%;
  }
  .l-col-meta-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-meta-push-11 {
    left: 91.6666666667%;
  }
  .l-col-meta-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-meta-12 {
    width: 100%;
  }
  .l-col-meta-pull-12 {
    right: 100%;
  }
  .l-col-meta-push-12 {
    left: 100%;
  }
}
@media (min-width: 89.375em) {
  .l-col-xl-pull-0 {
    right: auto;
  }
  .l-col-xl-push-0 {
    left: auto;
  }
  .l-col-xl-offset-0 {
    margin-left: 0%;
  }
  .l-col-xl-1 {
    width: 8.3333333333%;
  }
  .l-col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-xl-push-1 {
    left: 8.3333333333%;
  }
  .l-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-xl-2 {
    width: 16.6666666667%;
  }
  .l-col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-xl-push-2 {
    left: 16.6666666667%;
  }
  .l-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-xl-3 {
    width: 25%;
  }
  .l-col-xl-pull-3 {
    right: 25%;
  }
  .l-col-xl-push-3 {
    left: 25%;
  }
  .l-col-xl-offset-3 {
    margin-left: 25%;
  }
  .l-col-xl-4 {
    width: 33.3333333333%;
  }
  .l-col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-xl-push-4 {
    left: 33.3333333333%;
  }
  .l-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-xl-5 {
    width: 41.6666666667%;
  }
  .l-col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-xl-push-5 {
    left: 41.6666666667%;
  }
  .l-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-xl-6 {
    width: 50%;
  }
  .l-col-xl-pull-6 {
    right: 50%;
  }
  .l-col-xl-push-6 {
    left: 50%;
  }
  .l-col-xl-offset-6 {
    margin-left: 50%;
  }
  .l-col-xl-7 {
    width: 58.3333333333%;
  }
  .l-col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-xl-push-7 {
    left: 58.3333333333%;
  }
  .l-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-xl-8 {
    width: 66.6666666667%;
  }
  .l-col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-xl-push-8 {
    left: 66.6666666667%;
  }
  .l-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-xl-9 {
    width: 75%;
  }
  .l-col-xl-pull-9 {
    right: 75%;
  }
  .l-col-xl-push-9 {
    left: 75%;
  }
  .l-col-xl-offset-9 {
    margin-left: 75%;
  }
  .l-col-xl-10 {
    width: 83.3333333333%;
  }
  .l-col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-xl-push-10 {
    left: 83.3333333333%;
  }
  .l-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-xl-11 {
    width: 91.6666666667%;
  }
  .l-col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-xl-push-11 {
    left: 91.6666666667%;
  }
  .l-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-xl-12 {
    width: 100%;
  }
  .l-col-xl-pull-12 {
    right: 100%;
  }
  .l-col-xl-push-12 {
    left: 100%;
  }
}
@media (min-width: 106em) {
  .l-col-xxl-pull-0 {
    right: auto;
  }
  .l-col-xxl-push-0 {
    left: auto;
  }
  .l-col-xxl-offset-0 {
    margin-left: 0%;
  }
  .l-col-xxl-1 {
    width: 8.3333333333%;
  }
  .l-col-xxl-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-xxl-push-1 {
    left: 8.3333333333%;
  }
  .l-col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-xxl-2 {
    width: 16.6666666667%;
  }
  .l-col-xxl-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-xxl-push-2 {
    left: 16.6666666667%;
  }
  .l-col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-xxl-3 {
    width: 25%;
  }
  .l-col-xxl-pull-3 {
    right: 25%;
  }
  .l-col-xxl-push-3 {
    left: 25%;
  }
  .l-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .l-col-xxl-4 {
    width: 33.3333333333%;
  }
  .l-col-xxl-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-xxl-push-4 {
    left: 33.3333333333%;
  }
  .l-col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-xxl-5 {
    width: 41.6666666667%;
  }
  .l-col-xxl-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-xxl-push-5 {
    left: 41.6666666667%;
  }
  .l-col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-xxl-6 {
    width: 50%;
  }
  .l-col-xxl-pull-6 {
    right: 50%;
  }
  .l-col-xxl-push-6 {
    left: 50%;
  }
  .l-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .l-col-xxl-7 {
    width: 58.3333333333%;
  }
  .l-col-xxl-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-xxl-push-7 {
    left: 58.3333333333%;
  }
  .l-col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-xxl-8 {
    width: 66.6666666667%;
  }
  .l-col-xxl-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-xxl-push-8 {
    left: 66.6666666667%;
  }
  .l-col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-xxl-9 {
    width: 75%;
  }
  .l-col-xxl-pull-9 {
    right: 75%;
  }
  .l-col-xxl-push-9 {
    left: 75%;
  }
  .l-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .l-col-xxl-10 {
    width: 83.3333333333%;
  }
  .l-col-xxl-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-xxl-push-10 {
    left: 83.3333333333%;
  }
  .l-col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-xxl-11 {
    width: 91.6666666667%;
  }
  .l-col-xxl-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-xxl-push-11 {
    left: 91.6666666667%;
  }
  .l-col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-xxl-12 {
    width: 100%;
  }
  .l-col-xxl-pull-12 {
    right: 100%;
  }
  .l-col-xxl-push-12 {
    left: 100%;
  }
}
@media (min-width: 42.5em) {
  .l-col-md-1-3 {
    width: 33.3333333333%;
  }
}

@media (min-width: 42.5em) {
  .l-col-md-1-2 {
    width: 50%;
  }
}

@media (min-width: 42.5em) {
  .l-col-md-2-3 {
    width: 66.6666666667%;
  }
}

.c-form-group {
  margin-bottom: 1rem;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .c-select select:not([multiple]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 2em;
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 1rem center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='12' viewBox='0 0 12 8'%3E%3Cpath fill='%234B5457' d='m1.41 0 4.59 4.58 4.59-4.58 1.41 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  }
}
.c-radio input[type=radio]:not(:only-child),
.c-checkbox input[type=checkbox]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label,
.c-checkbox input[type=checkbox] ~ label {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5;
}
.c-radio input[type=radio] ~ label::before,
.c-radio input[type=radio] ~ label::after,
.c-checkbox input[type=checkbox] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
}
.c-radio input[type=radio] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::before {
  border: 1px solid #cacaca;
  background-color: #fff;
}
.c-radio input[type=radio] ~ label::after,
.c-checkbox input[type=checkbox] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
.c-radio input[type=radio]:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:focus ~ label::before,
.c-checkbox input[type=checkbox]:hover:not(:disabled) ~ label:hover::before,
.c-checkbox input[type=checkbox]:focus ~ label::before {
  border-color: #979797;
}
.c-radio input[type=radio]:active ~ label::before,
.c-checkbox input[type=checkbox]:active ~ label::before {
  background-color: rgb(229.5, 229.5, 229.5);
}
.c-radio input[type=radio]:disabled ~ label::before,
.c-checkbox input[type=checkbox]:disabled ~ label::before {
  border-color: #cacaca;
  background-color: #CCCCCC;
}

.c-radio input[type=radio] ~ label::before {
  border-radius: 50%;
}
.c-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%234B5457' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
}

.c-checkbox input[type=checkbox] ~ label::before {
  border-radius: 0.125em;
}
.c-checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%234B5457' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E");
}

.c-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1.2em;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.125em;
  background-color: #e5edf7;
  color: #fff;
}
.c-btn:hover, .c-btn:focus {
  outline: 0;
  text-decoration: none;
  border-color: transparent;
  background-color: #bed2eb;
  color: #fff;
}
.c-btn:active {
  background-color: #bed2eb;
  color: #fff;
}
.c-btn.disabled, .c-btn:disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.c-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  padding: 0.4em 0.6em;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
.c-table th {
  text-align: left;
}
.c-table thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}
.c-table tbody tr:nth-child(2n+1) {
  background-color: #cacaca;
}

.u-nospace {
  margin-bottom: 0 !important;
}

@media (max-width: 23.4275em) {
  .u-nospace-xs {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-nospace-sm {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-nospace-md {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 60em) and (max-width: 78.115em) {
  .u-nospace-lg {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 78.125em) and (max-width: 89.365em) {
  .u-nospace-meta {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 89.375em) and (max-width: 105.99em) {
  .u-nospace-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 106em) {
  .u-nospace-xxl {
    margin-bottom: 0 !important;
  }
}
.u-nospace-xs-up {
  margin-bottom: 0 !important;
}

@media (min-width: 23.4375em) {
  .u-nospace-sm-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 42.5em) {
  .u-nospace-md-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 60em) {
  .u-nospace-lg-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 78.125em) {
  .u-nospace-meta-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 89.375em) {
  .u-nospace-xl-up {
    margin-bottom: 0 !important;
  }
}
.u-space {
  margin-bottom: 1.875rem !important;
}

@media (max-width: 23.4275em) {
  .u-space-xs {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-space-sm {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-space-md {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 60em) and (max-width: 78.115em) {
  .u-space-lg {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 78.125em) and (max-width: 89.365em) {
  .u-space-meta {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 89.375em) and (max-width: 105.99em) {
  .u-space-xl {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 106em) {
  .u-space-xxl {
    margin-bottom: 1.875rem !important;
  }
}
.u-space-xs-up {
  margin-bottom: 1.875rem !important;
}

@media (min-width: 23.4375em) {
  .u-space-sm-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-space-md-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 60em) {
  .u-space-lg-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 78.125em) {
  .u-space-meta-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 89.375em) {
  .u-space-xl-up {
    margin-bottom: 1.875rem !important;
  }
}
.u-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-pull-left {
  float: left !important;
}

.u-pull-right {
  float: right !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-small {
  font-size: 14.4px !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
}

.u-text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media print {
  .u-hidden-print {
    display: none !important;
  }
}
.u-visible-xs {
  display: none !important;
}

.u-visible-sm {
  display: none !important;
}

.u-visible-sm-up {
  display: none !important;
}

.u-visible-md {
  display: none !important;
}

.u-visible-md-up {
  display: none !important;
}

.u-visible-lg {
  display: none !important;
}

.u-visible-lg-up {
  display: none !important;
}

.u-visible-meta {
  display: none !important;
}

.u-visible-meta-up {
  display: none !important;
}

.u-visible-xl {
  display: none !important;
}

.u-visible-xl-up {
  display: none !important;
}

.u-visible-xxl {
  display: none !important;
}

@media (max-width: 23.4275em) {
  .u-hidden-xs {
    display: none !important;
  }
  .u-visible-xs {
    display: block !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-hidden-sm {
    display: none !important;
  }
  .u-visible-sm {
    display: block !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-hidden-md {
    display: none !important;
  }
  .u-visible-md {
    display: block !important;
  }
}
@media (min-width: 60em) and (max-width: 78.115em) {
  .u-hidden-lg {
    display: none !important;
  }
  .u-visible-lg {
    display: block !important;
  }
}
@media (min-width: 78.125em) and (max-width: 89.365em) {
  .u-hidden-meta {
    display: none !important;
  }
  .u-visible-meta {
    display: block !important;
  }
}
@media (min-width: 89.375em) and (max-width: 105.99em) {
  .u-hidden-xl {
    display: none !important;
  }
  .u-visible-xl {
    display: block !important;
  }
}
@media (min-width: 106em) {
  .u-hidden-xxl {
    display: none !important;
  }
  .u-visible-xxl {
    display: block !important;
  }
}
@media (min-width: 23.4375em) {
  .u-hidden-sm-up {
    display: none !important;
  }
  .u-visible-sm-up {
    display: block !important;
  }
}
@media (min-width: 42.5em) {
  .u-hidden-md-up {
    display: none !important;
  }
  .u-visible-md-up {
    display: block !important;
  }
}
@media (min-width: 60em) {
  .u-hidden-lg-up {
    display: none !important;
  }
  .u-visible-lg-up {
    display: block !important;
  }
}
@media (min-width: 78.125em) {
  .u-hidden-meta-up {
    display: none !important;
  }
  .u-visible-meta-up {
    display: block !important;
  }
}
@media (min-width: 89.375em) {
  .u-hidden-xl-up {
    display: none !important;
  }
  .u-visible-xl-up {
    display: block !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.u-sr-only-focusable:active, .u-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.u-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */
button.c-burger {
  height: 26px;
  width: 26px;
}

div.c-burger {
  height: 26px;
  width: 26px;
}
div.c-burger > .inner {
  top: 50%;
}

.c-burger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 10px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-burger:hover {
  background-color: transparent;
  opacity: 1;
}
.c-burger:hover span.bar {
  background-color: #000;
}
.c-burger:hover > .inner:nth-child(1)::before, .c-burger:hover > .inner:nth-child(1)::after, .c-burger:hover > .inner:nth-child(2)::before, .c-burger:hover > .inner:nth-child(2)::after, .c-burger:hover > .inner:nth-child(3)::before, .c-burger:hover > .inner:nth-child(3)::after,
.c-burger:hover span.bar:nth-child(1)::before,
.c-burger:hover span.bar:nth-child(1)::after,
.c-burger:hover span.bar:nth-child(2)::before,
.c-burger:hover span.bar:nth-child(2)::after,
.c-burger:hover span.bar:nth-child(3)::before,
.c-burger:hover span.bar:nth-child(3)::after {
  background-color: #000;
}
.c-burger.active {
  background-color: transparent;
}
.c-burger.active span.bar {
  background-color: #000;
}
.c-burger.active > .inner:nth-child(1)::before, .c-burger.active > .inner:nth-child(1)::after, .c-burger.active > .inner:nth-child(2)::before, .c-burger.active > .inner:nth-child(2)::after, .c-burger.active > .inner:nth-child(3)::before, .c-burger.active > .inner:nth-child(3)::after,
.c-burger.active span.bar:nth-child(1)::before,
.c-burger.active span.bar:nth-child(1)::after,
.c-burger.active span.bar:nth-child(2)::before,
.c-burger.active span.bar:nth-child(2)::after,
.c-burger.active span.bar:nth-child(3)::before,
.c-burger.active span.bar:nth-child(3)::after {
  background-color: #000;
}
.c-burger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.c-burger span.bar {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.c-burger span.bar:nth-child(1) {
  top: -9px;
}
.c-burger span.bar:nth-child(3) {
  top: 9px;
}
.c-burger:focus {
  outline: 0;
}

.c-burger--collapse span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.c-burger--collapse span.bar::before {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-burger--collapse span.bar:nth-child(1), .c-burger--collapse span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.c-burger--collapse span.bar:nth-child(1) {
  transform: translate3d(0, -9px, 0);
}
.c-burger--collapse span.bar:nth-child(3) {
  transform: translate3d(0, 9px, 0);
}
.c-burger--collapse.active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-burger--collapse.active span.bar:nth-child(1), .c-burger--collapse.active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.c-burger--collapse.active span.bar:nth-child(1)::before, .c-burger--collapse.active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-burger--collapse.active span.bar:nth-child(1)::before {
  transform: rotate(135deg);
}
.c-burger--collapse.active span.bar:nth-child(2) {
  opacity: 0;
}
.c-burger--collapse.active span.bar:nth-child(3)::before {
  transform: rotate(45deg);
}

/*! Pusha v2.0.0 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

.pusha-active,
.pusha-active body {
  overflow: hidden;
}

.pusha-wrapper,
.pusha-push {
  transition: transform 0.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel--left {
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--left.pusha-panel--active ~ .pusha-push, .pusha-panel--left.pusha-panel--active ~ .pusha-blocker, .pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(260px);
}
.pusha-panel--left.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--right {
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--right.pusha-panel--active ~ .pusha-push, .pusha-panel--right.pusha-panel--active ~ .pusha-blocker, .pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(-260px);
}
.pusha-panel--right.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--top {
  width: 100%;
  height: 260px;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--top.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--bottom {
  width: 100%;
  height: 260px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--bottom.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

.pusha-panel__content {
  height: 100vh;
  height: calc(var(--ih) * 100);
  overscroll-behavior-y: contain;
  -webkit-tap-highlight-color: transparent;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.l-container, .c-news-detail__content--media-default, .c-news-detail__content--media-image, .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__relatedlinks, .c-news-detail__historyback, .c-news-detail__title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.l-container--default {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
}
@media (max-width: 59.99em) {
  .l-container--default {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 104.125rem;
  }
}
.l-container--medium, .c-news-detail__historyback, .c-news-detail__title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 86.375rem;
}
@media (max-width: 59.99em) {
  .l-container--medium, .c-news-detail__historyback, .c-news-detail__title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 87.5rem;
  }
}
.l-container--small, .c-news-detail__content--media-default, .c-news-detail__content--media-image, .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__relatedlinks {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  display: flex;
}
.l-container--small > div, .c-news-detail__content--media-default > div, .c-news-detail__content--media-image > div, .c-news-detail__content--richtext > div, .c-news-detail__content--textmedia > div, .c-news-detail__content--table > div, .c-news-detail__content--relations > div, .c-news-detail__lead > div, .c-news-detail__time > div, .c-news-detail__subtitle > div, .c-news-detail__relatedlinks > div {
  width: 100%;
}
@media (max-width: 59.99em) {
  .l-container--small, .c-news-detail__content--media-default, .c-news-detail__content--media-image, .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__relatedlinks {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 104.125rem;
  }
}
@media (min-width: 78.125em) {
  .l-container--small > div, .c-news-detail__content--media-default > div, .c-news-detail__content--media-image > div, .c-news-detail__content--richtext > div, .c-news-detail__content--textmedia > div, .c-news-detail__content--table > div, .c-news-detail__content--relations > div, .c-news-detail__lead > div, .c-news-detail__time > div, .c-news-detail__subtitle > div, .c-news-detail__relatedlinks > div {
    width: 66.5%;
    left: 33.3333333333%;
    position: relative;
  }
}
@media (min-width: 78.125em) and (min-width: 84.375em) {
  .l-container--small > div, .c-news-detail__content--media-default > div, .c-news-detail__content--media-image > div, .c-news-detail__content--richtext > div, .c-news-detail__content--textmedia > div, .c-news-detail__content--table > div, .c-news-detail__content--relations > div, .c-news-detail__lead > div, .c-news-detail__time > div, .c-news-detail__subtitle > div, .c-news-detail__relatedlinks > div {
    width: calc(66.5% + -8.166667 * (100vw - 84.375rem) / 18.75);
  }
}
@media (min-width: 78.125em) and (min-width: 103.125em) {
  .l-container--small > div, .c-news-detail__content--media-default > div, .c-news-detail__content--media-image > div, .c-news-detail__content--richtext > div, .c-news-detail__content--textmedia > div, .c-news-detail__content--table > div, .c-news-detail__content--relations > div, .c-news-detail__lead > div, .c-news-detail__time > div, .c-news-detail__subtitle > div, .c-news-detail__relatedlinks > div {
    width: 58.333333%;
  }
}
.l-container--full-width {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: none;
}
@media (max-width: 59.99em) {
  .l-container--full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: none;
  }
}

.l-content {
  padding-top: calc(var(--hh) + var(--ibh));
  font-size: 1rem;
}
@media (min-width: 23.4375em) {
  .l-content {
    font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .l-content {
    font-size: 1.125rem;
  }
}
.l-content [x-apple-data-detectors] {
  color: currentColor;
}

.l-lazy {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inherit;
  pointer-events: none;
}

.l-lazy img {
  width: 100%;
  height: auto;
}

.l-lazy--hide {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.l-section {
  position: relative;
}

.l-section--primary {
  background-color: #e5edf7;
}

.l-section--secondary {
  background-color: #005BA6;
  color: #fff;
}

.c-agency-koch {
  font-size: 0.75rem;
  color: #cacaca;
}
@media (min-width: 42.5em) {
  .c-agency-koch {
    display: flex;
    justify-content: flex-end;
  }
}

blockquote {
  font-size: 1.875rem;
  line-height: 1.16;
  letter-spacing: -2px;
  font-weight: 400;
}
@media (min-width: 23.4375em) {
  blockquote {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  blockquote {
    font-size: 2.5rem;
  }
}
blockquote p {
  margin-bottom: 0;
  color: #005BA6;
}
blockquote p + p {
  margin-top: 0.5rem;
  font-size: 14.4px;
}
.c-richtext blockquote p a:not([class]) {
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.c-richtext blockquote p a:not([class]):hover, .c-richtext blockquote p a:not([class]):focus {
  background-size: 0% 2px;
}
.l-section--secondary .c-richtext blockquote p a:not([class]) {
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.l-section--secondary .c-richtext blockquote p a:not([class]):hover, .l-section--secondary .c-richtext blockquote p a:not([class]):focus {
  background-size: 0% 2px;
}
.l-section--secondary blockquote p {
  color: #fff;
}
blockquote cite {
  font-size: 0.75rem;
}

.c-burger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-burger .inner {
  display: block;
}
.c-burger--label {
  position: relative;
  padding-bottom: 30px;
}
.c-burger__label {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.c-btn {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #005BA6;
  border: 1px solid #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0.5rem;
}
.c-btn span, .c-btn label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn::before {
  content: "";
  position: absolute;
  background-color: #005BA6;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn:hover {
  background-color: transparent;
  border-color: #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn:hover span, .c-btn:hover label {
  color: #fff;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn:hover::before {
  height: 120%;
  width: 200%;
}
.c-cookienotice .c-btn, .l-section--secondary .c-btn, .u-theme-blue .c-btn {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0;
}
.c-cookienotice .c-btn span, .c-cookienotice .c-btn label, .l-section--secondary .c-btn span, .l-section--secondary .c-btn label, .u-theme-blue .c-btn span, .u-theme-blue .c-btn label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-cookienotice .c-btn::before, .l-section--secondary .c-btn::before, .u-theme-blue .c-btn::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-cookienotice .c-btn:hover, .l-section--secondary .c-btn:hover, .u-theme-blue .c-btn:hover {
  background-color: transparent;
  border-color: #fff;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-cookienotice .c-btn:hover span, .c-cookienotice .c-btn:hover label, .l-section--secondary .c-btn:hover span, .l-section--secondary .c-btn:hover label, .u-theme-blue .c-btn:hover span, .u-theme-blue .c-btn:hover label {
  color: #005BA6;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-cookienotice .c-btn:hover::before, .l-section--secondary .c-btn:hover::before, .u-theme-blue .c-btn:hover::before {
  height: 120%;
  width: 200%;
}
.c-btn.is-active {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #005BA6;
  color: #fff;
  border: 1px solid #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn.is-active span, .c-btn.is-active label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn.is-active::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn.is-active:hover {
  background-color: #005BA6;
  border-color: #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn.is-active:hover span, .c-btn.is-active:hover label {
  color: #005BA6;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-btn.is-active:hover::before {
  height: 120%;
  width: 200%;
}
.c-btn:focus {
  background-color: #005BA6;
}

.c-details {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0 1.5625rem;
}
.c-details:first-of-type {
  border-top: 1px solid #000;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.c-details:last-of-type {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.c-details__head {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5625rem 0;
  cursor: pointer;
}
@media (min-width: 42.5em) {
  .c-details__head {
    font-size: 1.5625rem;
  }
}
.c-details__head::-webkit-details-marker {
  display: none;
}
.c-details__icon {
  position: relative;
  display: flex;
  width: 22px;
  height: 22px;
}
.c-details__icon svg:not(:first-child) {
  position: absolute;
  transform: rotate(90deg);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
details[open] .c-details__icon svg:not(:first-child) {
  transform: rotate(180deg);
  opacity: 0;
}
.c-details__body.l-row {
  padding-bottom: 2.1875rem;
}
@media (max-width: 42.49em) {
  .c-details__body.l-row .l-col:not(:first-child) {
    margin-top: 0.625rem;
  }
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 400;
  font-variant-ligatures: no-common-ligatures;
}
@media (min-width: 23.4375em) {
  h1,
  .h1 {
    font-size: calc(2.5rem + 2.8125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  h1,
  .h1 {
    font-size: 5.3125rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.16;
  letter-spacing: -2px;
  font-weight: 400;
}
@media (min-width: 23.4375em) {
  h2,
  .h2 {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
h2--small,
.h2--small {
  font-size: 0.875rem;
  line-height: 1.16;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.cookiefirst-root h2,
.cookiefirst-root .h2 {
  letter-spacing: 0px;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 23.4375em) {
  h3,
  .h3 {
    font-size: calc(1.25rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

.c-line {
  width: 0%;
  height: 1px;
  background-color: rgba(75, 84, 87, 0.5);
}
.c-line.is-in-view {
  width: 100%;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-richtext a:not([class]), .tx-indexedsearch-res a:not([class]), .c-map a:not([class]) {
  color: #005BA6;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.c-richtext a:not([class]):hover, .c-richtext a:not([class]):focus, .tx-indexedsearch-res a:not([class]):hover, .tx-indexedsearch-res a:not([class]):focus, .c-map a:not([class]):hover, .c-map a:not([class]):focus {
  background-size: 100% 1px;
}
.l-section--secondary .c-richtext a:not([class]), .l-section--secondary .tx-indexedsearch-res a:not([class]), .l-section--secondary .c-map a:not([class]) {
  color: #fff;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.l-section--secondary .c-richtext a:not([class]):hover, .l-section--secondary .c-richtext a:not([class]):focus, .l-section--secondary .tx-indexedsearch-res a:not([class]):hover, .l-section--secondary .tx-indexedsearch-res a:not([class]):focus, .l-section--secondary .c-map a:not([class]):hover, .l-section--secondary .c-map a:not([class]):focus {
  background-size: 0% 1px;
}
.c-cookienotice a:not([class]) {
  color: #fff;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.c-cookienotice a:not([class]):hover, .c-cookienotice a:not([class]):focus {
  background-size: 0% 1px;
}

.c-link, .c-news-relatedlinks__link {
  display: inline-flex;
  line-height: 3.125rem;
  color: currentColor;
  border-bottom: 1px solid #CCCCCC;
  min-width: 200px;
}
.c-link span, .c-news-relatedlinks__link span {
  margin-right: 50px;
}
.c-link:not(:last-child), .c-news-relatedlinks__link:not(:last-child) {
  margin-right: 0.9375rem;
}
.c-link::after, .c-news-relatedlinks__link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 3.125rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  transition: all 0.65 cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-link::after, .u-theme-blue .c-news-relatedlinks__link::after, .l-section--secondary .c-link::after, .l-section--secondary .c-news-relatedlinks__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23fff' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-link:active, .c-news-relatedlinks__link:active, .c-link:focus, .c-news-relatedlinks__link:focus, .c-link:hover, .c-news-relatedlinks__link:hover {
  color: #005BA6;
  border-color: #e5edf7;
}
.c-link:active::after, .c-news-relatedlinks__link:active::after, .c-link:focus::after, .c-news-relatedlinks__link:focus::after, .c-link:hover::after, .c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23005BA6' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-lightblue .c-link:active, .u-theme-lightblue .c-news-relatedlinks__link:active, .u-theme-gray .c-link:active, .u-theme-gray .c-news-relatedlinks__link:active, .l-section--primary .c-link:active, .l-section--primary .c-news-relatedlinks__link:active, .u-theme-lightblue .c-link:focus, .u-theme-lightblue .c-news-relatedlinks__link:focus, .u-theme-gray .c-link:focus, .u-theme-gray .c-news-relatedlinks__link:focus, .l-section--primary .c-link:focus, .l-section--primary .c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link:hover, .u-theme-lightblue .c-news-relatedlinks__link:hover, .u-theme-gray .c-link:hover, .u-theme-gray .c-news-relatedlinks__link:hover, .l-section--primary .c-link:hover, .l-section--primary .c-news-relatedlinks__link:hover {
  border-color: #CCCCCC;
}
.u-theme-blue .c-link:active, .u-theme-blue .c-news-relatedlinks__link:active, .l-section--secondary .c-link:active, .l-section--secondary .c-news-relatedlinks__link:active, .u-theme-blue .c-link:focus, .u-theme-blue .c-news-relatedlinks__link:focus, .l-section--secondary .c-link:focus, .l-section--secondary .c-news-relatedlinks__link:focus, .u-theme-blue .c-link:hover, .u-theme-blue .c-news-relatedlinks__link:hover, .l-section--secondary .c-link:hover, .l-section--secondary .c-news-relatedlinks__link:hover {
  color: #e5edf7;
  border-color: #e5edf7;
}
.u-theme-blue .c-link:active::after, .u-theme-blue .c-news-relatedlinks__link:active::after, .l-section--secondary .c-link:active::after, .l-section--secondary .c-news-relatedlinks__link:active::after, .u-theme-blue .c-link:focus::after, .u-theme-blue .c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link:focus::after, .l-section--secondary .c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link:hover::after, .u-theme-blue .c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link:hover::after, .l-section--secondary .c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23e5edf7' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-link[href^="http://"]::after, [href^="http://"].c-news-relatedlinks__link::after, .c-link[href^="https://"]::after, [href^="https://"].c-news-relatedlinks__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.803' height='12.803'%3E%3Cg%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round'%3E%3Cpath d='M8.715 11.057V4.089H1.747'/%3E%3Cpath d='M8.716 4.088.354 12.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-link[href^="http://"]::after, .u-theme-blue [href^="http://"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href^="http://"]::after, .l-section--secondary [href^="http://"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href^="https://"]::after, .u-theme-blue [href^="https://"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href^="https://"]::after, .l-section--secondary [href^="https://"].c-news-relatedlinks__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.803' height='12.803'%3E%3Cg%3E%3Cg fill='none' stroke='%23fff' stroke-linejoin='round'%3E%3Cpath d='M8.715 11.057V4.089H1.747'/%3E%3Cpath d='M8.716 4.088.354 12.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-link[href^="http://"]:active::after, [href^="http://"].c-news-relatedlinks__link:active::after, .c-link[href^="http://"]:focus::after, [href^="http://"].c-news-relatedlinks__link:focus::after, .c-link[href^="http://"]:hover::after, [href^="http://"].c-news-relatedlinks__link:hover::after, .c-link[href^="https://"]:active::after, [href^="https://"].c-news-relatedlinks__link:active::after, .c-link[href^="https://"]:focus::after, [href^="https://"].c-news-relatedlinks__link:focus::after, .c-link[href^="https://"]:hover::after, [href^="https://"].c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.803' height='12.803'%3E%3Cg%3E%3Cg fill='none' stroke='%23005BA6' stroke-linejoin='round'%3E%3Cpath d='M8.715 11.057V4.089H1.747'/%3E%3Cpath d='M8.716 4.088.354 12.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-link[href^="http://"]:active::after, .u-theme-blue [href^="http://"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href^="http://"]:active::after, .l-section--secondary [href^="http://"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href^="http://"]:focus::after, .u-theme-blue [href^="http://"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href^="http://"]:focus::after, .l-section--secondary [href^="http://"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href^="http://"]:hover::after, .u-theme-blue [href^="http://"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href^="http://"]:hover::after, .l-section--secondary [href^="http://"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href^="https://"]:active::after, .u-theme-blue [href^="https://"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href^="https://"]:active::after, .l-section--secondary [href^="https://"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href^="https://"]:focus::after, .u-theme-blue [href^="https://"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href^="https://"]:focus::after, .l-section--secondary [href^="https://"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href^="https://"]:hover::after, .u-theme-blue [href^="https://"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href^="https://"]:hover::after, .l-section--secondary [href^="https://"].c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.803' height='12.803'%3E%3Cg%3E%3Cg fill='none' stroke='%23e5edf7' stroke-linejoin='round'%3E%3Cpath d='M8.715 11.057V4.089H1.747'/%3E%3Cpath d='M8.716 4.088.354 12.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-lightblue .c-link[href^="http://"]:active, .u-theme-lightblue [href^="http://"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href^="http://"]:active, .u-theme-gray [href^="http://"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href^="http://"]:active, .l-section--primary [href^="http://"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href^="http://"]:focus, .u-theme-lightblue [href^="http://"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href^="http://"]:focus, .u-theme-gray [href^="http://"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href^="http://"]:focus, .l-section--primary [href^="http://"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href^="http://"]:hover, .u-theme-lightblue [href^="http://"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href^="http://"]:hover, .u-theme-gray [href^="http://"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href^="http://"]:hover, .l-section--primary [href^="http://"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href^="https://"]:active, .u-theme-lightblue [href^="https://"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href^="https://"]:active, .u-theme-gray [href^="https://"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href^="https://"]:active, .l-section--primary [href^="https://"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href^="https://"]:focus, .u-theme-lightblue [href^="https://"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href^="https://"]:focus, .u-theme-gray [href^="https://"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href^="https://"]:focus, .l-section--primary [href^="https://"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href^="https://"]:hover, .u-theme-lightblue [href^="https://"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href^="https://"]:hover, .u-theme-gray [href^="https://"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href^="https://"]:hover, .l-section--primary [href^="https://"].c-news-relatedlinks__link:hover {
  border-color: #CCCCCC;
}
.c-link--load-more::after, .c-link[href$=".pdf"]::after, [href$=".pdf"].c-news-relatedlinks__link::after, .c-link[href$=".doc"]::after, [href$=".doc"].c-news-relatedlinks__link::after, .c-link[href$=".docx"]::after, [href$=".docx"].c-news-relatedlinks__link::after, .c-link[href$=".jpg"]::after, [href$=".jpg"].c-news-relatedlinks__link::after, .c-link[href$=".jpeg"]::after, [href$=".jpeg"].c-news-relatedlinks__link::after, .c-link[href$=".png"]::after, [href$=".png"].c-news-relatedlinks__link::after, .c-link[href$=".mov"]::after, [href$=".mov"].c-news-relatedlinks__link::after, .c-link[href$=".mp4"]::after, [href$=".mp4"].c-news-relatedlinks__link::after, .c-link[href$=".mp3"]::after, [href$=".mp3"].c-news-relatedlinks__link::after, .c-link[href$=".zip"]::after, [href$=".zip"].c-news-relatedlinks__link::after, .c-link[href*=dumpFile]::after, [href*=dumpFile].c-news-relatedlinks__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.913'%3E%3Cg fill='none' stroke='%23000'%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m2.072 6.898 4.927 4.927 4.928-4.927'/%3E%3Cpath d='M6.999 11.826V0'/%3E%3C/g%3E%3Cpath d='M14 14.413H0'/%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-link--load-more::after, .l-section--secondary .c-link--load-more::after, .u-theme-blue .c-link[href$=".pdf"]::after, .u-theme-blue [href$=".pdf"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".pdf"]::after, .l-section--secondary [href$=".pdf"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".doc"]::after, .u-theme-blue [href$=".doc"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".doc"]::after, .l-section--secondary [href$=".doc"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".docx"]::after, .u-theme-blue [href$=".docx"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".docx"]::after, .l-section--secondary [href$=".docx"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".jpg"]::after, .u-theme-blue [href$=".jpg"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".jpg"]::after, .l-section--secondary [href$=".jpg"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".jpeg"]::after, .u-theme-blue [href$=".jpeg"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".jpeg"]::after, .l-section--secondary [href$=".jpeg"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".png"]::after, .u-theme-blue [href$=".png"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".png"]::after, .l-section--secondary [href$=".png"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".mov"]::after, .u-theme-blue [href$=".mov"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".mov"]::after, .l-section--secondary [href$=".mov"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".mp4"]::after, .u-theme-blue [href$=".mp4"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".mp4"]::after, .l-section--secondary [href$=".mp4"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".mp3"]::after, .u-theme-blue [href$=".mp3"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".mp3"]::after, .l-section--secondary [href$=".mp3"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href$=".zip"]::after, .u-theme-blue [href$=".zip"].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href$=".zip"]::after, .l-section--secondary [href$=".zip"].c-news-relatedlinks__link::after, .u-theme-blue .c-link[href*=dumpFile]::after, .u-theme-blue [href*=dumpFile].c-news-relatedlinks__link::after, .l-section--secondary .c-link[href*=dumpFile]::after, .l-section--secondary [href*=dumpFile].c-news-relatedlinks__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.913'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m2.072 6.898 4.927 4.927 4.928-4.927'/%3E%3Cpath d='M6.999 11.826V0'/%3E%3C/g%3E%3Cpath d='M14 14.413H0'/%3E%3C/g%3E%3C/svg%3E");
}
.c-link--load-more:active::after, .c-link--load-more:focus::after, .c-link--load-more:hover::after, .c-link[href$=".pdf"]:active::after, [href$=".pdf"].c-news-relatedlinks__link:active::after, .c-link[href$=".pdf"]:focus::after, [href$=".pdf"].c-news-relatedlinks__link:focus::after, .c-link[href$=".pdf"]:hover::after, [href$=".pdf"].c-news-relatedlinks__link:hover::after, .c-link[href$=".doc"]:active::after, [href$=".doc"].c-news-relatedlinks__link:active::after, .c-link[href$=".doc"]:focus::after, [href$=".doc"].c-news-relatedlinks__link:focus::after, .c-link[href$=".doc"]:hover::after, [href$=".doc"].c-news-relatedlinks__link:hover::after, .c-link[href$=".docx"]:active::after, [href$=".docx"].c-news-relatedlinks__link:active::after, .c-link[href$=".docx"]:focus::after, [href$=".docx"].c-news-relatedlinks__link:focus::after, .c-link[href$=".docx"]:hover::after, [href$=".docx"].c-news-relatedlinks__link:hover::after, .c-link[href$=".jpg"]:active::after, [href$=".jpg"].c-news-relatedlinks__link:active::after, .c-link[href$=".jpg"]:focus::after, [href$=".jpg"].c-news-relatedlinks__link:focus::after, .c-link[href$=".jpg"]:hover::after, [href$=".jpg"].c-news-relatedlinks__link:hover::after, .c-link[href$=".jpeg"]:active::after, [href$=".jpeg"].c-news-relatedlinks__link:active::after, .c-link[href$=".jpeg"]:focus::after, [href$=".jpeg"].c-news-relatedlinks__link:focus::after, .c-link[href$=".jpeg"]:hover::after, [href$=".jpeg"].c-news-relatedlinks__link:hover::after, .c-link[href$=".png"]:active::after, [href$=".png"].c-news-relatedlinks__link:active::after, .c-link[href$=".png"]:focus::after, [href$=".png"].c-news-relatedlinks__link:focus::after, .c-link[href$=".png"]:hover::after, [href$=".png"].c-news-relatedlinks__link:hover::after, .c-link[href$=".mov"]:active::after, [href$=".mov"].c-news-relatedlinks__link:active::after, .c-link[href$=".mov"]:focus::after, [href$=".mov"].c-news-relatedlinks__link:focus::after, .c-link[href$=".mov"]:hover::after, [href$=".mov"].c-news-relatedlinks__link:hover::after, .c-link[href$=".mp4"]:active::after, [href$=".mp4"].c-news-relatedlinks__link:active::after, .c-link[href$=".mp4"]:focus::after, [href$=".mp4"].c-news-relatedlinks__link:focus::after, .c-link[href$=".mp4"]:hover::after, [href$=".mp4"].c-news-relatedlinks__link:hover::after, .c-link[href$=".mp3"]:active::after, [href$=".mp3"].c-news-relatedlinks__link:active::after, .c-link[href$=".mp3"]:focus::after, [href$=".mp3"].c-news-relatedlinks__link:focus::after, .c-link[href$=".mp3"]:hover::after, [href$=".mp3"].c-news-relatedlinks__link:hover::after, .c-link[href$=".zip"]:active::after, [href$=".zip"].c-news-relatedlinks__link:active::after, .c-link[href$=".zip"]:focus::after, [href$=".zip"].c-news-relatedlinks__link:focus::after, .c-link[href$=".zip"]:hover::after, [href$=".zip"].c-news-relatedlinks__link:hover::after, .c-link[href*=dumpFile]:active::after, [href*=dumpFile].c-news-relatedlinks__link:active::after, .c-link[href*=dumpFile]:focus::after, [href*=dumpFile].c-news-relatedlinks__link:focus::after, .c-link[href*=dumpFile]:hover::after, [href*=dumpFile].c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.913'%3E%3Cg fill='none' stroke='%23005BA6'%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m2.072 6.898 4.927 4.927 4.928-4.927'/%3E%3Cpath d='M6.999 11.826V0'/%3E%3C/g%3E%3Cpath d='M14 14.413H0'/%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-link--load-more:active::after, .l-section--secondary .c-link--load-more:active::after, .u-theme-blue .c-link--load-more:focus::after, .l-section--secondary .c-link--load-more:focus::after, .u-theme-blue .c-link--load-more:hover::after, .l-section--secondary .c-link--load-more:hover::after, .u-theme-blue .c-link[href$=".pdf"]:active::after, .u-theme-blue [href$=".pdf"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".pdf"]:active::after, .l-section--secondary [href$=".pdf"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".pdf"]:focus::after, .u-theme-blue [href$=".pdf"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".pdf"]:focus::after, .l-section--secondary [href$=".pdf"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".pdf"]:hover::after, .u-theme-blue [href$=".pdf"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".pdf"]:hover::after, .l-section--secondary [href$=".pdf"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".doc"]:active::after, .u-theme-blue [href$=".doc"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".doc"]:active::after, .l-section--secondary [href$=".doc"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".doc"]:focus::after, .u-theme-blue [href$=".doc"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".doc"]:focus::after, .l-section--secondary [href$=".doc"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".doc"]:hover::after, .u-theme-blue [href$=".doc"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".doc"]:hover::after, .l-section--secondary [href$=".doc"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".docx"]:active::after, .u-theme-blue [href$=".docx"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".docx"]:active::after, .l-section--secondary [href$=".docx"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".docx"]:focus::after, .u-theme-blue [href$=".docx"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".docx"]:focus::after, .l-section--secondary [href$=".docx"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".docx"]:hover::after, .u-theme-blue [href$=".docx"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".docx"]:hover::after, .l-section--secondary [href$=".docx"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".jpg"]:active::after, .u-theme-blue [href$=".jpg"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".jpg"]:active::after, .l-section--secondary [href$=".jpg"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".jpg"]:focus::after, .u-theme-blue [href$=".jpg"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".jpg"]:focus::after, .l-section--secondary [href$=".jpg"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".jpg"]:hover::after, .u-theme-blue [href$=".jpg"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".jpg"]:hover::after, .l-section--secondary [href$=".jpg"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".jpeg"]:active::after, .u-theme-blue [href$=".jpeg"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".jpeg"]:active::after, .l-section--secondary [href$=".jpeg"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".jpeg"]:focus::after, .u-theme-blue [href$=".jpeg"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".jpeg"]:focus::after, .l-section--secondary [href$=".jpeg"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".jpeg"]:hover::after, .u-theme-blue [href$=".jpeg"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".jpeg"]:hover::after, .l-section--secondary [href$=".jpeg"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".png"]:active::after, .u-theme-blue [href$=".png"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".png"]:active::after, .l-section--secondary [href$=".png"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".png"]:focus::after, .u-theme-blue [href$=".png"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".png"]:focus::after, .l-section--secondary [href$=".png"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".png"]:hover::after, .u-theme-blue [href$=".png"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".png"]:hover::after, .l-section--secondary [href$=".png"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".mov"]:active::after, .u-theme-blue [href$=".mov"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".mov"]:active::after, .l-section--secondary [href$=".mov"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".mov"]:focus::after, .u-theme-blue [href$=".mov"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".mov"]:focus::after, .l-section--secondary [href$=".mov"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".mov"]:hover::after, .u-theme-blue [href$=".mov"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".mov"]:hover::after, .l-section--secondary [href$=".mov"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".mp4"]:active::after, .u-theme-blue [href$=".mp4"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".mp4"]:active::after, .l-section--secondary [href$=".mp4"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".mp4"]:focus::after, .u-theme-blue [href$=".mp4"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".mp4"]:focus::after, .l-section--secondary [href$=".mp4"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".mp4"]:hover::after, .u-theme-blue [href$=".mp4"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".mp4"]:hover::after, .l-section--secondary [href$=".mp4"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".mp3"]:active::after, .u-theme-blue [href$=".mp3"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".mp3"]:active::after, .l-section--secondary [href$=".mp3"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".mp3"]:focus::after, .u-theme-blue [href$=".mp3"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".mp3"]:focus::after, .l-section--secondary [href$=".mp3"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".mp3"]:hover::after, .u-theme-blue [href$=".mp3"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".mp3"]:hover::after, .l-section--secondary [href$=".mp3"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href$=".zip"]:active::after, .u-theme-blue [href$=".zip"].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href$=".zip"]:active::after, .l-section--secondary [href$=".zip"].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href$=".zip"]:focus::after, .u-theme-blue [href$=".zip"].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href$=".zip"]:focus::after, .l-section--secondary [href$=".zip"].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href$=".zip"]:hover::after, .u-theme-blue [href$=".zip"].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href$=".zip"]:hover::after, .l-section--secondary [href$=".zip"].c-news-relatedlinks__link:hover::after, .u-theme-blue .c-link[href*=dumpFile]:active::after, .u-theme-blue [href*=dumpFile].c-news-relatedlinks__link:active::after, .l-section--secondary .c-link[href*=dumpFile]:active::after, .l-section--secondary [href*=dumpFile].c-news-relatedlinks__link:active::after, .u-theme-blue .c-link[href*=dumpFile]:focus::after, .u-theme-blue [href*=dumpFile].c-news-relatedlinks__link:focus::after, .l-section--secondary .c-link[href*=dumpFile]:focus::after, .l-section--secondary [href*=dumpFile].c-news-relatedlinks__link:focus::after, .u-theme-blue .c-link[href*=dumpFile]:hover::after, .u-theme-blue [href*=dumpFile].c-news-relatedlinks__link:hover::after, .l-section--secondary .c-link[href*=dumpFile]:hover::after, .l-section--secondary [href*=dumpFile].c-news-relatedlinks__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.913'%3E%3Cg fill='none' stroke='%23e5edf7'%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m2.072 6.898 4.927 4.927 4.928-4.927'/%3E%3Cpath d='M6.999 11.826V0'/%3E%3C/g%3E%3Cpath d='M14 14.413H0'/%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-lightblue .c-link--load-more:active, .u-theme-gray .c-link--load-more:active, .l-section--primary .c-link--load-more:active, .u-theme-lightblue .c-link--load-more:focus, .u-theme-gray .c-link--load-more:focus, .l-section--primary .c-link--load-more:focus, .u-theme-lightblue .c-link--load-more:hover, .u-theme-gray .c-link--load-more:hover, .l-section--primary .c-link--load-more:hover, .u-theme-lightblue .c-link[href$=".pdf"]:active, .u-theme-lightblue [href$=".pdf"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".pdf"]:active, .u-theme-gray [href$=".pdf"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".pdf"]:active, .l-section--primary [href$=".pdf"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".pdf"]:focus, .u-theme-lightblue [href$=".pdf"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".pdf"]:focus, .u-theme-gray [href$=".pdf"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".pdf"]:focus, .l-section--primary [href$=".pdf"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".pdf"]:hover, .u-theme-lightblue [href$=".pdf"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".pdf"]:hover, .u-theme-gray [href$=".pdf"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".pdf"]:hover, .l-section--primary [href$=".pdf"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".doc"]:active, .u-theme-lightblue [href$=".doc"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".doc"]:active, .u-theme-gray [href$=".doc"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".doc"]:active, .l-section--primary [href$=".doc"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".doc"]:focus, .u-theme-lightblue [href$=".doc"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".doc"]:focus, .u-theme-gray [href$=".doc"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".doc"]:focus, .l-section--primary [href$=".doc"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".doc"]:hover, .u-theme-lightblue [href$=".doc"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".doc"]:hover, .u-theme-gray [href$=".doc"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".doc"]:hover, .l-section--primary [href$=".doc"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".docx"]:active, .u-theme-lightblue [href$=".docx"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".docx"]:active, .u-theme-gray [href$=".docx"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".docx"]:active, .l-section--primary [href$=".docx"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".docx"]:focus, .u-theme-lightblue [href$=".docx"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".docx"]:focus, .u-theme-gray [href$=".docx"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".docx"]:focus, .l-section--primary [href$=".docx"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".docx"]:hover, .u-theme-lightblue [href$=".docx"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".docx"]:hover, .u-theme-gray [href$=".docx"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".docx"]:hover, .l-section--primary [href$=".docx"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".jpg"]:active, .u-theme-lightblue [href$=".jpg"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".jpg"]:active, .u-theme-gray [href$=".jpg"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".jpg"]:active, .l-section--primary [href$=".jpg"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".jpg"]:focus, .u-theme-lightblue [href$=".jpg"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".jpg"]:focus, .u-theme-gray [href$=".jpg"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".jpg"]:focus, .l-section--primary [href$=".jpg"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".jpg"]:hover, .u-theme-lightblue [href$=".jpg"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".jpg"]:hover, .u-theme-gray [href$=".jpg"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".jpg"]:hover, .l-section--primary [href$=".jpg"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".jpeg"]:active, .u-theme-lightblue [href$=".jpeg"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".jpeg"]:active, .u-theme-gray [href$=".jpeg"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".jpeg"]:active, .l-section--primary [href$=".jpeg"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".jpeg"]:focus, .u-theme-lightblue [href$=".jpeg"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".jpeg"]:focus, .u-theme-gray [href$=".jpeg"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".jpeg"]:focus, .l-section--primary [href$=".jpeg"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".jpeg"]:hover, .u-theme-lightblue [href$=".jpeg"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".jpeg"]:hover, .u-theme-gray [href$=".jpeg"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".jpeg"]:hover, .l-section--primary [href$=".jpeg"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".png"]:active, .u-theme-lightblue [href$=".png"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".png"]:active, .u-theme-gray [href$=".png"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".png"]:active, .l-section--primary [href$=".png"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".png"]:focus, .u-theme-lightblue [href$=".png"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".png"]:focus, .u-theme-gray [href$=".png"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".png"]:focus, .l-section--primary [href$=".png"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".png"]:hover, .u-theme-lightblue [href$=".png"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".png"]:hover, .u-theme-gray [href$=".png"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".png"]:hover, .l-section--primary [href$=".png"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".mov"]:active, .u-theme-lightblue [href$=".mov"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".mov"]:active, .u-theme-gray [href$=".mov"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".mov"]:active, .l-section--primary [href$=".mov"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".mov"]:focus, .u-theme-lightblue [href$=".mov"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".mov"]:focus, .u-theme-gray [href$=".mov"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".mov"]:focus, .l-section--primary [href$=".mov"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".mov"]:hover, .u-theme-lightblue [href$=".mov"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".mov"]:hover, .u-theme-gray [href$=".mov"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".mov"]:hover, .l-section--primary [href$=".mov"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".mp4"]:active, .u-theme-lightblue [href$=".mp4"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".mp4"]:active, .u-theme-gray [href$=".mp4"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".mp4"]:active, .l-section--primary [href$=".mp4"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".mp4"]:focus, .u-theme-lightblue [href$=".mp4"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".mp4"]:focus, .u-theme-gray [href$=".mp4"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".mp4"]:focus, .l-section--primary [href$=".mp4"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".mp4"]:hover, .u-theme-lightblue [href$=".mp4"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".mp4"]:hover, .u-theme-gray [href$=".mp4"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".mp4"]:hover, .l-section--primary [href$=".mp4"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".mp3"]:active, .u-theme-lightblue [href$=".mp3"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".mp3"]:active, .u-theme-gray [href$=".mp3"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".mp3"]:active, .l-section--primary [href$=".mp3"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".mp3"]:focus, .u-theme-lightblue [href$=".mp3"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".mp3"]:focus, .u-theme-gray [href$=".mp3"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".mp3"]:focus, .l-section--primary [href$=".mp3"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".mp3"]:hover, .u-theme-lightblue [href$=".mp3"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".mp3"]:hover, .u-theme-gray [href$=".mp3"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".mp3"]:hover, .l-section--primary [href$=".mp3"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href$=".zip"]:active, .u-theme-lightblue [href$=".zip"].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href$=".zip"]:active, .u-theme-gray [href$=".zip"].c-news-relatedlinks__link:active, .l-section--primary .c-link[href$=".zip"]:active, .l-section--primary [href$=".zip"].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href$=".zip"]:focus, .u-theme-lightblue [href$=".zip"].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href$=".zip"]:focus, .u-theme-gray [href$=".zip"].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href$=".zip"]:focus, .l-section--primary [href$=".zip"].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href$=".zip"]:hover, .u-theme-lightblue [href$=".zip"].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href$=".zip"]:hover, .u-theme-gray [href$=".zip"].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href$=".zip"]:hover, .l-section--primary [href$=".zip"].c-news-relatedlinks__link:hover, .u-theme-lightblue .c-link[href*=dumpFile]:active, .u-theme-lightblue [href*=dumpFile].c-news-relatedlinks__link:active, .u-theme-gray .c-link[href*=dumpFile]:active, .u-theme-gray [href*=dumpFile].c-news-relatedlinks__link:active, .l-section--primary .c-link[href*=dumpFile]:active, .l-section--primary [href*=dumpFile].c-news-relatedlinks__link:active, .u-theme-lightblue .c-link[href*=dumpFile]:focus, .u-theme-lightblue [href*=dumpFile].c-news-relatedlinks__link:focus, .u-theme-gray .c-link[href*=dumpFile]:focus, .u-theme-gray [href*=dumpFile].c-news-relatedlinks__link:focus, .l-section--primary .c-link[href*=dumpFile]:focus, .l-section--primary [href*=dumpFile].c-news-relatedlinks__link:focus, .u-theme-lightblue .c-link[href*=dumpFile]:hover, .u-theme-lightblue [href*=dumpFile].c-news-relatedlinks__link:hover, .u-theme-gray .c-link[href*=dumpFile]:hover, .u-theme-gray [href*=dumpFile].c-news-relatedlinks__link:hover, .l-section--primary .c-link[href*=dumpFile]:hover, .l-section--primary [href*=dumpFile].c-news-relatedlinks__link:hover {
  border-color: #CCCCCC;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 0;
  list-style: none;
  padding-left: 0.9375rem;
}
.c-richtext ul:not([class]) li,
.c-richtext ol:not([class]) li {
  position: relative;
}
.c-richtext ul:not([class]) li:not(:last-child),
.c-richtext ol:not([class]) li:not(:last-child) {
  margin-bottom: 0.125rem;
}
.c-richtext ul:not([class]) li::before,
.c-richtext ol:not([class]) li::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
}

.c-richtext ul:not([class]) li::before {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.75rem;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E %3Cg fill='%23005BA6' stroke='rgba(0,0,0,0)' stroke-width='1'%3E %3Ccircle cx='2' cy='2' r='2' stroke='none'/%3E %3Ccircle cx='2' cy='2' r='1.5' fill='none'/%3E %3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 4px;
}
.l-section--secondary .c-richtext ul:not([class]) li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E %3Cg fill='%23fff' stroke='rgba(0,0,0,0)' stroke-width='1'%3E %3Ccircle cx='2' cy='2' r='2' stroke='none'/%3E %3Ccircle cx='2' cy='2' r='1.5' fill='none'/%3E %3C/g%3E%3C/svg%3E");
}

.c-richtext ol:not([class]) {
  counter-reset: my-awesome-counter;
}
.c-richtext ol:not([class]) li {
  counter-increment: my-awesome-counter;
}
.c-richtext ol:not([class]) li::before {
  content: counter(my-awesome-counter) ".";
  width: 1rem;
  margin-top: 0.375rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-richtext ol:not([class]) li::before {
    margin-top: calc(0.25rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-richtext ol:not([class]) li::before {
    margin-top: 0.375rem;
  }
}

.c-logo--header {
  padding: 1.25rem 0.9375rem;
}
.c-logo--header img {
  max-height: 2rem;
  width: auto;
}
@media (min-width: 78.125em) {
  .c-logo--header {
    padding: 2.1875rem 4.6875rem;
    padding-bottom: 2.625rem;
    display: flex;
    align-items: flex-end;
  }
  .c-logo--header img {
    max-height: 3.3125rem;
    width: auto;
  }
}

.c-map__frame:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
@media (min-width: 42.5em) {
  .c-map__frame:before {
    padding-bottom: 50%;
  }
}
@media (min-width: 60em) {
  .c-map__frame:before {
    padding-bottom: 40%;
  }
}

strong, b {
  font-weight: 700;
}

u {
  text-decoration-line: underline;
}

sub {
  vertical-align: sub;
  font-size: 0.8rem;
  bottom: 0;
}

sup {
  vertical-align: super;
  font-size: 0.8rem;
  top: 0;
}

strike, s {
  text-decoration: line-through;
}

em, i {
  font-style: italic;
}

.c-richtext p {
  letter-spacing: 0.03rem;
}

.c-search-link {
  width: 22px;
  height: 100%;
  width: 1.25rem;
  height: 3.125rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.316' height='29.795'%3E%3Cg fill='none' stroke='%23000'%3E%3Ccircle cx='11.911' cy='11.911' r='11.911' stroke='none'/%3E%3Ccircle cx='11.911' cy='11.911' r='11.411'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' d='M18.484 22.089l6.126 7.001'/%3E%3C/svg%3E");
  background-size: 22px;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0.35rem;
}
@media (min-width: 23.4375em) {
  .c-search-link {
    width: calc(1.25rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-search-link {
    width: 1.375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-search-link {
    height: calc(3.125rem + -1.25 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-search-link {
    height: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-search-link {
    background-size: calc(1.25rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-search-link {
    background-size: 1.375rem;
  }
}
@media (min-width: 78.125em) {
  .c-search-link {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.c-share {
  display: inline-flex;
  align-items: center;
}
.c-share button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.c-share button svg {
  background-color: #CCCCCC;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.c-share button span {
  display: inline-block;
  overflow: hidden;
  margin-left: 0.5rem;
}
.c-share button.is-active span {
  width: 0.75rem;
  visibility: hidden;
  color: transparent;
}
.c-share button.is-active svg, .c-share button:active svg, .c-share button:focus svg, .c-share button:hover svg {
  background-color: #000;
  color: #fff;
}
.c-share__list {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  visibility: hidden;
}
.c-share__list a:not([class]) {
  margin-left: 0.3125rem;
  padding: 0.625rem;
  color: transparent;
}
.c-share__list svg {
  overflow: visible;
  width: auto;
  height: 1.875rem;
}
.c-share__list.is-toggled {
  visibility: visible;
}
.c-share__list.is-toggled a:not([class]) {
  color: inherit;
}

table th,
table td {
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 59.99em) {
  table tbody {
    display: block;
    width: 100%;
    overflow: auto;
  }
}
table tr {
  font-size: 1rem;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  table tr {
    font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  table tr {
    font-size: 1.125rem;
  }
}
table tr:first-child td {
  font-size: 0.875rem;
  padding-bottom: 25px;
}
@media (max-width: 42.49em) {
  table tr {
    padding: 0.4375rem 0;
  }
}
.l-section--secondary table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
table td {
  padding: 0.3125rem 1.25rem;
}
@media (min-width: 42.5em) {
  table td {
    padding: 0.625rem 0.625rem;
  }
}

form table tr {
  border: none;
}

div:not(.c-checkbox) form input[type=checkbox] {
  position: relative;
  margin-top: 0;
}
div:not(.c-checkbox) form input[type=checkbox] ~ label {
  padding-left: 0;
}

.c-video__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}
.c-video__button:before, .c-video__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: border-width 0.3s, background-color 0.3s;
}
.c-video__button:before {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}
.c-video__button:after {
  width: 0;
  height: 0;
  margin: -13px 0 0 -6px;
  border-left: 22px solid #CCCCCC;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.c-video__button:hover:before, .c-video__button:focus:before {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.is-video-initialized .c-video__button {
  opacity: 0;
  visibility: hidden;
}

.is-video-initialized,
.c-video__button {
  z-index: 200;
}

.vimeo {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.c-historyback__link {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='M1.367 10.78l10-10M1.318.78l10 10'/%3E%3C/svg%3E");
  background-size: 2.0625rem;
  background-repeat: no-repeat;
}
.c-historyback__link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-accordion__item {
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
.c-accordion__item:first-of-type {
  border-top: 1px solid rgba(75, 84, 87, 0.5);
}
.l-section--secondary .c-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.l-section--secondary .c-accordion__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.c-accordion .l-row {
  margin: 0;
}
.c-accordion .l-row .l-col {
  padding: 0;
}
.c-accordion .l-row .l-col:first-child:not(:last-child) {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-accordion .l-row .l-col:first-child:not(:last-child) {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-accordion .l-row .l-col:first-child:not(:last-child) {
    padding-bottom: 3.125rem;
  }
}
.c-accordion .l-row--reverse-column {
  flex-direction: column-reverse;
}
.c-accordion__head {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.16;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 1.5625rem 0;
  transition: padding 0.3s ease-in-out;
}
@media (min-width: 23.4375em) {
  .c-accordion__head {
    font-size: calc(1.25rem + 0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-accordion__head {
    font-size: 1.375rem;
  }
}
.c-accordion__head span:not([class]) {
  padding-right: 1rem;
}
.c-accordion__head:hover, .c-accordion__head:focus, .c-accordion__head.is-active {
  outline: 0;
}
.c-accordion__icon {
  position: relative;
  display: flex;
  width: 22px;
  height: 22px;
}
.c-accordion__icon svg:not(:first-child) {
  position: absolute;
  transform: rotate(90deg);
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.is-active .c-accordion__icon svg:not(:first-child) {
  transform: rotate(180deg);
  opacity: 0;
}
.c-accordion__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.c-accordion__body.is-open {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  opacity: 1;
  visibility: visible;
}
.c-accordion__body > .l-row {
  padding-bottom: 2.1875rem;
}
@media (max-width: 42.49em) {
  .c-accordion__body > .l-row .l-col:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 42.5em) {
  .c-accordion__body > .l-row {
    padding-bottom: 3.125rem;
  }
}
.c-accordion__body .c-richtext {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-accordion__body .c-richtext {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-accordion__body .c-richtext {
    padding-bottom: 3.125rem;
  }
}

.c-box {
  padding: 45px 35px 35px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-box picture {
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: auto;
  padding-bottom: 1.5625rem;
  z-index: 2 !important;
}
@media (min-width: 23.4375em) {
  .c-box picture {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-box picture {
    padding-bottom: 3.125rem;
  }
}
.c-box--cover::before {
  content: "";
  padding-bottom: 50%;
  aspect-ratio: 1/1; /* Minimum aspect ratio */
}
@media (max-width: 59.99em) {
  .c-box--cover::before {
    display: block;
  }
}
.c-box--cover img {
  z-index: 3 !important;
  margin: 0;
}
.c-box--cover .c-box__image {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.c-box.is-in-view {
  transform: none;
}
.c-box__top {
  padding-bottom: 2.5rem;
}
@media (min-width: 23.4375em) {
  .c-box__top {
    padding-bottom: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-box__top {
    padding-bottom: 4.6875rem;
  }
}
.c-box__top:has(+ picture) {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-box__top:has(+ picture) {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-box__top:has(+ picture) {
    padding-bottom: 3.125rem;
  }
}
.c-box__bottom {
  margin-top: auto;
}
@media (min-width: 60em) {
  [class*="--full"] .c-box__bottom, [class*="--twothird"] .c-box__bottom {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 89.375em) {
  [class*="--twothird"] .c-box:has(> .c-box__image), [class*="--full"] .c-box:has(> .c-box__image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__bottom, [class*="--full"] .c-box:has(> .c-box__image) .c-box__bottom {
  -moz-columns: 1 !important;
       columns: 1 !important;
  margin-top: auto;
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image {
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
  margin-left: -35px;
  margin-top: -45px;
  margin-bottom: -35px;
  margin-right: 0;
}
@media (max-width: 89.365em) {
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image {
    margin-right: -35px;
    aspect-ratio: 2/1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image:last-child, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image:last-child {
    margin-bottom: -35px;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image img, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image img {
  z-index: 1 !important;
}
@media (max-width: 89.365em) {
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image img, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image img {
    position: relative;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image--right, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image--right {
  grid-column: 2;
  margin-right: -35px;
  margin-top: -45px;
  margin-bottom: -35px;
  margin-left: 0;
}
@media (max-width: 89.365em) {
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image--right, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image--right {
    margin-left: -35px;
    aspect-ratio: 2/1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image--right:last-child, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image--right:last-child {
    margin-bottom: -35px;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__top, [class*="--full"] .c-box:has(> .c-box__image) .c-box__top {
  grid-column: 2;
  grid-row: 1;
}
[class*="--twothird"] .c-box:has(> .c-box__image) .c-box__bottom, [class*="--full"] .c-box:has(> .c-box__image) .c-box__bottom {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 60em) {
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__top,
  [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__bottom, [class*="--full"] .c-box:has(> .c-box__image) .c-box__top,
  [class*="--full"] .c-box:has(> .c-box__image) .c-box__bottom {
    margin-left: 45px;
  }
}
@media (min-width: 89.375em) {
  [class*="--full"] .c-box:has(> .c-box__image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image--right) .c-box__top, [class*="--full"] .c-box:has(> .c-box__image--right) .c-box__top {
  grid-column: 1;
  grid-row: 1;
  margin-left: 0;
}
@media (min-width: 60em) {
  [class*="--twothird"] .c-box:has(> .c-box__image--right) .c-box__top, [class*="--full"] .c-box:has(> .c-box__image--right) .c-box__top {
    margin-right: 45px;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image--right) .c-box__bottom, [class*="--full"] .c-box:has(> .c-box__image--right) .c-box__bottom {
  grid-column: 1;
  grid-row: 2;
  margin-left: 0;
}
@media (min-width: 60em) {
  [class*="--twothird"] .c-box:has(> .c-box__image--right) .c-box__bottom, [class*="--full"] .c-box:has(> .c-box__image--right) .c-box__bottom {
    margin-right: 45px;
  }
}
[class*="--twothird"] .c-box:has(> .c-box__image).c-box--cover {
  display: block;
  position: relative;
}
[class*="--twothird"] .c-box:has(> .c-box__image).c-box--cover root__image:first-child,
[class*="--twothird"] .c-box:has(> .c-box__image).c-box--cover root__image:last-child {
  position: absolute !important;
  top: 0;
  left: 0;
  margin-left: -35px;
  margin-right: -35px;
}
.c-box .c-link, .c-box .c-news-relatedlinks__link {
  width: 100%;
}

.c-fact__blue {
  color: #005BA6;
  padding-right: 1rem;
}
.c-fact__image {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-fact__image {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-fact__image {
    margin-bottom: 2.5rem;
  }
}
.c-fact__image figure {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-fact:hover figure, .c-fact:focus figure, .c-fact:active figure {
  transform: scale(1.03);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-fact--text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-fact--text h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-fact--text h3 span:last-child {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 42.5em) {
  .c-fact--text h3 span:last-child {
    max-width: 70%;
  }
}
.c-fact--text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 91, 166, 0.1) 20%, #fff 60%);
  position: absolute;
  z-index: -1;
}

figure figcaption {
  padding-top: 20px;
  font-size: 0.875rem;
}

.c-filter-list {
  padding-bottom: 1.5625rem;
  position: relative;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  .c-filter-list {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-filter-list {
    padding-bottom: 3.125rem;
  }
}
.c-filter-list__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-right: 5rem;
}
@media (max-width: 59.99em) {
  .c-filter-list__list {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
  }
  .c-filter-list__list::-webkit-scrollbar {
    display: none;
  }
}
.c-filter-list__list li {
  width: -moz-max-content;
  width: max-content;
  padding: 0 5px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.c-filter-list__list li:first-child {
  padding-left: 0;
}
@media (max-width: 42.49em) {
  .c-filter-list__list li {
    padding: 0 10px;
  }
  .c-filter-list__list li:last-child {
    padding-right: 5rem;
  }
}
.c-filter-list__list li.c-btn {
  padding: 0.375em 1.2em;
}
.c-filter-list__list li input {
  opacity: 0;
}
.c-filter-list__list li label {
  padding-left: 0;
}
.c-filter-list__list .c-btn {
  margin-bottom: 0;
}
.c-filter-list:after {
  content: "";
  background: linear-gradient(267deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  width: 5rem;
  height: 100%;
  top: 0;
  right: -15px;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 42.49em) {
  .c-linklist h2 {
    display: none;
  }
}
.c-linklist__list {
  padding-left: 0;
  list-style: none;
}

.c-location__list {
  padding-left: 0;
  list-style: none;
  font-size: 1.875rem;
  line-height: 1.16;
  letter-spacing: -2px;
  font-weight: 400;
  line-height: 1.444;
  margin-bottom: 0;
}
@media (min-width: 23.4375em) {
  .c-location__list {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-location__list {
    font-size: 2.5rem;
  }
}
.c-location__list a {
  color: #005BA6;
}
.c-location__list a span {
  padding-right: 2.5rem;
}
@media (min-width: 23.4375em) {
  .c-location__list a span {
    padding-right: calc(2.5rem + 1.25 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-location__list a span {
    padding-right: 3.75rem;
  }
}
.c-location__list a::after {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.5rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23005BA6' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.u-theme-blue .c-location__list a::after, .l-section--secondary .c-location__list a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23fff' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-location__list a:hover:after, .c-location__list a:focus:after, .c-location__list a:active:after {
  opacity: 1;
  transform: translateX(-10px);
}
.l-section--secondary .c-location__list a {
  color: #fff;
}

.c-parallax {
  position: relative;
  overflow: hidden;
  max-height: 15rem;
}
@media (min-width: 23.4375em) {
  .c-parallax {
    max-height: calc(15rem + 36.25 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-parallax {
    max-height: 51.25rem;
  }
}

.c-slider {
  position: relative;
}
.c-slider__items {
  padding-left: 0;
}
.c-slider .tns-controls {
  outline: 0;
}
@media (min-width: 60em) {
  .c-slider .tns-controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: calc(56.25% + 20px);
  }
}
.c-slider .tns-controls [data-controls] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%234B5457' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 21px;
}
.c-slider .tns-controls [data-controls]:hover, .c-slider .tns-controls [data-controls]:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.326' height='10.562'%3E%3Cg%3E%3Cg fill='none' stroke='%23005BA6' stroke-linejoin='round'%3E%3Cpath d='m6.898 10.209 4.927-4.927L6.898.354'/%3E%3Cpath d='M11.826 5.282H0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.c-slider .tns-controls [data-controls=prev] {
  transform: rotate(-180deg);
  margin-right: 10px;
}
.c-slider [data-action=start],
.c-slider [data-action=stop] {
  display: none;
}
.c-slider .tns-nav {
  text-align: center;
  padding-top: 1rem;
}
.c-slider .tns-nav button {
  width: 9px;
  height: 9px;
  margin: 0 0.3rem;
  padding: 0;
  color: inherit;
  outline: transparent;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #005BA6;
}
.c-slider .tns-nav button.tns-nav-active {
  background: #005BA6;
}
.c-slider__count {
  display: flex;
}
.c-slider__item figcaption {
  opacity: 0;
}
.c-slider__item.tns-slide-active figcaption {
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.c-tab {
  position: relative;
  height: 100%;
}
@media (max-width: 42.49em) {
  .c-tab {
    margin-top: 3rem;
  }
}
.c-tab__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 59.99em) {
  .c-tab__list {
    flex-direction: column;
  }
  .c-tab__list li {
    margin: 0;
  }
}
.c-tab__select {
  width: 100%;
  min-width: 200px;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  border: 1px solid #005BA6;
  text-align: left;
  padding: 10px 20px;
  padding-right: 50px;
  border-radius: 20px;
  color: #005BA6;
}
.c-tab__select span {
  position: relative;
  z-index: 111;
}
.c-tab__select:after {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='12' viewBox='0 0 12 8'%3E%3Cpath fill='%23005BA6' d='m1.41 0 4.59 4.58 4.59-4.58 1.41 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 97% center;
  transform: translate(0, -50%);
}
@media (min-width: 60em) {
  .c-tab__select {
    display: none;
  }
}
@media (max-width: 59.99em) {
  .c-tab__select + .c-tab__list {
    min-height: 0%;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    bottom: 16px;
    transform: translateY(100%);
    z-index: 110;
    border: 1px solid #005BA6;
    color: #005BA6;
    border-top: none;
    opacity: 0;
    padding: 10px 20px;
    padding-top: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .c-tab__select.is-active:after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .c-tab__select.is-active + .c-tab__list {
    min-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.c-tab__trigger {
  position: relative;
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.c-tab input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-tab label {
  position: absolute;
  color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.c-tab__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 59.99em) {
  .c-tab__inner {
    padding: 7px 0;
  }
}
@media (min-width: 60em) {
  .c-tab__inner {
    background-position: 100%;
    background-size: 400%;
    padding: 0.375em 1.2em;
    border: 1px solid #005BA6;
    border-radius: 20px;
    background-image: linear-gradient(50deg, #005BA6 50%, transparent 50%);
    transition: background 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.c-tab__inner span {
  color: #005BA6;
}
input:checked ~ .c-tab__inner {
  background-position: -20px;
}
input:checked ~ .c-tab__inner span {
  color: #fff;
}
@media (max-width: 59.99em) {
  input:checked ~ .c-tab__inner {
    display: none;
  }
}
.c-tab input:hover ~ .c-tab__inner, .c-tab input:focus ~ .c-tab__inner {
  background-position: -20px;
}
.c-tab input:hover ~ .c-tab__inner span, .c-tab input:focus ~ .c-tab__inner span {
  color: #005BA6;
  transition: color 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 60em) {
  .c-tab input:hover ~ .c-tab__inner, .c-tab input:focus ~ .c-tab__inner {
    background-position: -20px;
  }
  .c-tab input:hover ~ .c-tab__inner span, .c-tab input:focus ~ .c-tab__inner span {
    color: #fff;
  }
}

.c-teaser {
  position: relative;
}
.c-teaser__content {
  padding-top: 1.25rem;
}
.c-teaser__image {
  overflow: hidden;
}
.c-teaser__image figure {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-teaser:hover figure, .c-teaser:focus figure, .c-teaser:active figure {
  transform: scale(1.03);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (max-width: 42.49em) {
  .c-widget {
    padding-bottom: 1rem;
  }
  .c-widget h2 {
    display: none;
  }
}
@media (min-width: 42.5em) {
  .c-widget__container {
    display: table;
  }
}
@media (max-width: 42.49em) {
  .c-widget__container {
    display: flex;
    justify-content: center;
  }
}

.c-box-list {
  margin-bottom: -1.25rem;
}
.c-box-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.c-box-list__item {
  padding-bottom: 20px;
}
.c-box-list__item--default {
  flex: 0 0 100%;
}
@media (min-width: 60em) {
  .c-box-list__item--default {
    flex: 0 0 33.3333%;
  }
}
.c-box-list__item--twothird {
  flex: 0 0 100%;
}
@media (min-width: 60em) {
  .c-box-list__item--twothird {
    flex: 0 0 66.6666%;
  }
}
.c-box-list__item--half {
  flex: 0 0 100%;
}
@media (min-width: 60em) {
  .c-box-list__item--half {
    flex: 0 0 50%;
  }
}
.c-box-list__item--full {
  flex: 0 0 100%;
}

.c-cookienotice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 0.9rem;
  background: #005BA6;
  color: #fff;
}
.c-cookienotice__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 23.4375em) {
  .c-cookienotice__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-cookienotice__text {
  text-align: center;
}
@media (min-width: 23.4375em) {
  .c-cookienotice__text {
    text-align: left;
  }
}
.c-cookienotice__button {
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .c-cookienotice__button {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.c-factslider {
  position: relative;
  overflow: visible;
}
.c-factslider__container {
  margin-left: -15px;
}
.c-factslider__items {
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
}
.c-factslider__item {
  width: calc(100vw - 30px);
  min-height: 100vw;
  height: 100%;
  padding: 0 10px;
}
@media (max-width: 42.49em) {
  .landscape .c-factslider__item {
    width: calc(40vw - 30px);
    min-height: auto;
  }
}
@media (min-width: 42.5em) {
  .c-factslider__item {
    width: 60vw;
    min-height: 40vw;
  }
}
@media (min-width: 60em) {
  .c-factslider__item {
    max-width: 790px;
    width: 40vw;
    min-height: 30vw;
  }
}
.c-factslider__item:first-child {
  margin-left: -10px;
}
.c-factslider__item:last-child {
  margin-right: -10px;
}
.c-factslider .c-richtext {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-factslider .c-richtext {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-factslider .c-richtext {
    padding-bottom: 3.125rem;
  }
}

.c-footer {
  border-top: 1px solid #4B5457;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  margin: 0 auto;
}
.c-footer__bottom {
  padding-top: 1rem;
}
.c-footer__bottom .l-row {
  align-items: flex-end;
}
@media (max-width: 42.49em) {
  .c-footer__bottom .l-row .l-col {
    padding-bottom: 1.5625rem;
  }
  .c-footer__bottom .l-row .l-col:first-child {
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 60em) {
  .c-footer__top .l-col:first-child {
    padding-bottom: 1rem;
  }
}
@media (max-width: 59.99em) {
  .c-footer__top .l-row .l-col {
    padding-bottom: 1.5625rem;
  }
  .c-footer__top .l-row .l-col:first-child {
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 42.49em) {
  .c-footer .l-row .l-col {
    text-align: center;
  }
}

.c-header {
  z-index: 221;
  position: fixed;
  background-color: #fff;
  width: 100%;
}
body.scroll-up .c-header {
  transform: translateY(var(--ibh));
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
:not(.pusha-active) body.scroll-down .c-header, :not(.is-open) body.scroll-down .c-header {
  transform: translateY(-100%);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
body.scroll-down.is-open .c-header, body.scroll-down.pusha-active .c-header {
  transform: translateY(var(--ibh));
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.infobar-active .c-header {
  transform: translateY(calc(var(--ibh)));
}
.infobar-active .c-header {
  transform: translateY(calc(var(--ibh)));
}
.c-header__outer {
  position: relative;
}
.c-header__inner {
  display: flex;
}
.c-header__item--space {
  padding: 0 20px;
}

.c-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 230;
  border-bottom: 1px solid #e5edf7;
}
@media (max-width: 78.115em) {
  .c-header {
    background-color: #fff;
  }
}
@media (min-width: 78.125em) {
  .c-header {
    background-color: #fff;
  }
}
@media (max-width: 78.115em) {
  .c-header {
    border-bottom: 1px solid #e5edf7;
  }
}
.c-header__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  margin: 0 auto;
}
@media (max-width: 100em) {
  .c-header__container {
    padding: 0;
  }
}
.c-header__container .l-row {
  flex-wrap: nowrap;
}
.c-header__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-header__inner-top {
  display: flex;
  align-items: center;
  padding-left: 0.9375rem;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 78.115em) {
  .c-header__inner-top {
    background-color: #fff;
  }
}
@media (max-width: 23.4275em) {
  .pusha-active .c-header__inner-top {
    justify-content: space-between;
  }
}
@media (max-width: 100.0625em) {
  .c-header__inner-top {
    padding-right: 1.5rem;
  }
}
@media (min-width: 100em) {
  .c-header__inner-top {
    padding-right: 0;
  }
}
@media (max-width: 78.115em) {
  .c-header__inner-top {
    height: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 78.125em) {
  .c-header__inner-top {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.c-header__inner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding-right: 0.9375rem;
  padding: 30px 0;
}
@media (max-width: 100.0625em) {
  .c-header__inner-bottom {
    padding-right: 1.5rem;
  }
}
@media (max-width: 78.115em) {
  .c-header__inner-bottom {
    display: none;
  }
}
@media (min-width: 78.125em) {
  .c-header__inner-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    transform: translateX(100%);
  }
}
.c-header__inner-bottom .c-header__item:first-child {
  margin-right: auto;
}
html.pusha-active .c-header {
  background-color: #fff;
}
@media (max-width: 78.115em) {
  .c-header__inner-item--pusha-hidden {
    display: none;
  }
  .pusha-active .c-header__inner-item--pusha-hidden {
    display: none;
  }
  .c-header__inner-item--pusha-visible {
    display: none;
  }
  .pusha-active .c-header__inner-item--pusha-visible {
    display: block;
  }
}
@media (min-width: 78.125em) {
  .c-header__inner-item--desktop-visible {
    display: block;
  }
  .c-header__inner-item--desktop-hidden {
    display: none;
  }
}
.c-header--landingpage .c-header__item--space {
  padding-right: 0;
}
.c-header--landingpage .c-header__inner-bottom .c-header__item {
  margin-right: 0;
  margin-left: auto;
}

.c-hero-landingpage {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 59.99em) {
  .c-hero-landingpage {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.c-hero-landingpage__inner {
  display: flex;
  flex-direction: column;
  max-width: 150rem;
  margin: 0 auto;
}
@media (min-width: 89.375em) {
  .c-hero-landingpage__inner {
    min-height: 100vh;
    height: 100%;
    max-height: calc(100vh - var(--hh, 0) - var(--ibh, 0));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-hero-landingpage__media {
  position: relative;
  overflow: hidden;
}
.c-hero-landingpage__media::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #CCCCCC;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 89.365em) {
  .c-hero-landingpage__media {
    order: -1;
    aspect-ratio: 16/9;
  }
}
.c-hero-landingpage__media .l-embed.l-embed--16by9 {
  pointer-events: none;
  z-index: -1;
  height: 100%;
}
.c-hero-landingpage__media .l-embed.l-embed--16by9::before {
  padding-bottom: 0%;
}
.c-hero-landingpage__media .c-video__button::before, .c-hero-landingpage__media .c-video__button::after {
  display: none;
}
.c-hero-landingpage__media iframe {
  z-index: 100;
}
.c-hero-landingpage__media .vimeo {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 89.365em) {
  .c-hero-landingpage__media .vimeo {
    min-width: 120vw !important;
  }
}
@media (max-width: 89.365em) {
  .c-hero-landingpage__media {
    order: -1;
    aspect-ratio: 16/9;
  }
}
.c-hero-landingpage__content {
  background-color: #e5edf7;
  display: flex;
  align-items: center;
}
.c-hero-landingpage__content-inner {
  margin-left: auto;
  padding: 3.125rem 2.4375rem;
}
@media (min-width: 78.125em) {
  .c-hero-landingpage__content-inner {
    padding: 3.125rem 7.5rem 3.125rem 6.1875rem;
  }
}
@media (min-width: 89.375em) {
  .c-hero-landingpage__content-inner {
    max-width: 51.5rem;
  }
}
.c-hero-landingpage__content-inner h1 {
  font-size: 1.875rem;
  line-height: 1.08;
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 23.4375em) {
  .c-hero-landingpage__content-inner h1 {
    font-size: calc(1.875rem + 2.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero-landingpage__content-inner h1 {
    font-size: 4.5rem;
  }
}
.c-hero-landingpage__pretitle {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.c-hero-landingpage__pretitle svg {
  height: auto;
  margin-right: 1rem;
  max-width: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-hero-landingpage__pretitle svg {
    max-width: calc(1.25rem + 0.3125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero-landingpage__pretitle svg {
    max-width: 1.5625rem;
  }
}
.c-hero-landingpage__pretitle p {
  font-size: 1.125rem;
  line-height: 1.16;
  font-weight: 400;
  font-weight: 700;
}
@media (min-width: 23.4375em) {
  .c-hero-landingpage__pretitle p {
    font-size: calc(1.125rem + 0.25 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero-landingpage__pretitle p {
    font-size: 1.375rem;
  }
}
.c-hero-landingpage__text {
  margin-bottom: 2rem;
}

.c-hero {
  height: 90vh;
  height: calc(100vh - var(--hh, 0) - var(--ibh, 0));
  overflow: hidden;
}
@media (max-width: 42.49em) {
  .c-hero {
    height: calc(var(--vh) * 100 - var(--hh) - var(--ibh));
  }
}
.c-hero__item {
  height: 100%;
  position: relative;
}
.c-hero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-hero--default {
  padding-bottom: 1.5rem;
}
.c-hero--default .c-hero__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 86.375rem;
  padding-bottom: 3.125rem;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
@media (min-width: 23.4375em) {
  .c-hero--default .c-hero__inner {
    padding-bottom: calc(3.125rem + 4.6875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--default .c-hero__inner {
    padding-bottom: 7.8125rem;
  }
}
.c-hero--default .c-hero__media {
  overflow: hidden;
}
.c-hero--default .c-hero__media:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 101;
}
.c-hero--default .c-hero__media .l-embed.l-embed--16by9 {
  pointer-events: none;
  z-index: -1;
  height: 100%;
}
.c-hero--default .c-hero__media .l-embed.l-embed--16by9::before {
  padding-bottom: 0%;
}
.c-hero--default .c-hero__media .c-video__button::before, .c-hero--default .c-hero__media .c-video__button::after {
  display: none;
}
.c-hero--default .c-hero__media iframe {
  z-index: 100;
}
.c-hero--default h1 {
  display: flex;
  align-items: flex-start;
}
.c-hero--default h1 .c-icon {
  display: flex;
  align-items: flex-start;
  padding-top: 0.625rem;
  margin-right: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-hero--default h1 .c-icon {
    padding-top: calc(0.625rem + 0.5 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--default h1 .c-icon {
    padding-top: 1.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-hero--default h1 .c-icon {
    margin-right: calc(1.25rem + 1.875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--default h1 .c-icon {
    margin-right: 3.125rem;
  }
}
@media (max-width: 42.49em) {
  .c-hero--default h1 .c-icon {
    display: none;
    margin-right: 0 !important;
  }
}
.c-hero--default h1 .c-icon svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-hero--default h1 .c-icon svg {
    width: calc(1.5625rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--default h1 .c-icon svg {
    width: 3.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-hero--default h1 .c-icon svg {
    height: calc(1.5625rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--default h1 .c-icon svg {
    height: 3.75rem;
  }
}
@media (max-width: 89.375em) {
  .c-hero--default h1 {
    padding: 0 15px;
  }
}
.c-hero--cover .c-hero__media {
  height: calc(100% - var(--hcb));
  overflow: hidden;
}
.c-hero--cover .c-hero__media .l-embed.l-embed--16by9 {
  pointer-events: none;
  z-index: -1;
  height: 100%;
}
.c-hero--cover .c-hero__media .l-embed.l-embed--16by9::before {
  padding-bottom: 0%;
}
.c-hero--cover .c-hero__media .c-video__button::before, .c-hero--cover .c-hero__media .c-video__button::after {
  display: none;
}
.c-hero--cover .c-hero__media:after {
  content: "";
  background-color: rgba(0, 91, 166, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 101;
}
.c-hero--cover .c-hero__media iframe {
  z-index: 100;
}
.c-hero--cover .c-hero__inner {
  position: relative;
  z-index: 101;
  height: calc(100% - var(--hcb));
}
.c-hero--cover .c-hero__inner h1 {
  font-size: 2.1875rem;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -2px;
  color: #fff;
  hyphens: auto;
  text-align: center;
}
@media (min-width: 23.4375em) {
  .c-hero--cover .c-hero__inner h1 {
    font-size: calc(2.1875rem + 4.0625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--cover .c-hero__inner h1 {
    font-size: 6.25rem;
  }
}
@media (max-width: 42.49em) {
  .c-hero--cover .c-hero__inner {
    max-width: 70vw;
    margin: 0 auto;
  }
}
.c-hero--cover .c-hero__bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  padding-top: 1rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 23.4375em) {
  .c-hero--cover .c-hero__bottom {
    padding-top: calc(1rem + 1.5 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--cover .c-hero__bottom {
    padding-top: 2.5rem;
  }
}
.c-hero--cover .c-hero__markets {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.c-hero--cover .c-hero__markets h2 {
  font-size: 0.625rem;
  letter-spacing: normal;
}
@media (min-width: 23.4375em) {
  .c-hero--cover .c-hero__markets h2 {
    font-size: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-hero--cover .c-hero__markets h2 {
    font-size: 1.25rem;
  }
}
.c-hero--cover .c-hero__link, .c-hero--cover li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-hero--cover .c-hero__link svg path:not(#Pfad_1), .c-hero--cover li svg path:not(#Pfad_1) {
  fill: currentColor;
  stroke: #fff;
}
.c-hero--cover .c-hero__link svg #Pfad_1, .c-hero--cover li svg #Pfad_1 {
  fill: currentColor;
}
.c-hero--cover .c-hero__link:hover, .c-hero--cover .c-hero__link:focus, .c-hero--cover .c-hero__link:active, .c-hero--cover li:hover, .c-hero--cover li:focus, .c-hero--cover li:active {
  color: #005BA6;
}
.c-hero--cover .c-hero__link:hover svg path:not([class]), .c-hero--cover .c-hero__link:focus svg path:not([class]), .c-hero--cover .c-hero__link:active svg path:not([class]), .c-hero--cover li:hover svg path:not([class]), .c-hero--cover li:focus svg path:not([class]), .c-hero--cover li:active svg path:not([class]) {
  fill: none;
  stroke: #005BA6;
}

.c-infobar {
  background-color: #005BA6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 230;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.infobar-active .c-infobar {
  transform: translateY(0);
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
body.infobar-active.scroll-down .c-infobar {
  transform: translateY(-100%);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
body.scroll-down.is-open .c-infobar, body.scroll-down.pusha-active .c-infobar {
  transform: translateY(0);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.c-infobar__text a {
  color: #fff;
}
.c-infobar__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.c-infobar__heading {
  font-weight: 800;
}
.c-infobar__close {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M1.367 10.78l10-10M1.318.78l10 10'/%3E%3C/svg%3E");
}

.c-menu__title {
  font-size: 0.875rem;
  line-height: 1.16;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.c-menu--social .c-menu__list {
  padding-left: 0;
  list-style: none;
  letter-spacing: 1px;
  font-size: 0.875rem;
  display: flex;
}
.c-menu--social .c-menu__list li {
  padding: 0 10px;
}
.c-menu--social .c-menu__list li:last-child {
  padding-right: 0;
}
.c-menu--meta .c-menu__list {
  padding-left: 0;
  list-style: none;
  letter-spacing: 1px;
  font-size: 0.875rem;
  display: flex;
}
.c-menu--meta .c-menu__list li {
  padding: 0 20px;
  position: relative;
  line-height: 1;
}
.c-menu--meta .c-menu__list li:last-child {
  padding-right: 0;
}
.c-menu--meta .c-menu__list li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.c-menu--meta-panel {
  padding: 0 0.625rem;
}
.c-menu--meta-panel .c-menu__list {
  padding-left: 0;
  list-style: none;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.c-menu--meta-panel .c-menu__list li {
  padding: 10px 20px 0 0;
  position: relative;
  line-height: 1;
}
.c-menu--meta-panel .c-menu__list li:first-child {
  padding-left: 0;
}
.c-menu--meta-panel .c-menu__list li:last-child {
  padding-right: 0;
}
@media (max-width: 42.49em) {
  .c-menu--social .c-menu__list {
    justify-content: center;
  }
}
.c-menu--footer-meta .c-menu__list {
  padding-left: 0;
  list-style: none;
  letter-spacing: 1px;
  font-size: 0.75rem;
  display: flex;
}
.c-menu--footer-meta .c-menu__list li {
  padding: 0 10px;
}
.c-menu--footer-meta .c-menu__list li:first-child {
  padding-left: 0;
}
.c-menu--footer-meta .c-menu__list li:last-child {
  padding-right: 0;
}
@media (max-width: 42.49em) {
  .c-menu--footer-meta .c-menu__list {
    justify-content: center;
  }
}
.c-menu--social .c-menu__link {
  width: 2.3125rem;
  height: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.c-menu--social .c-menu__link:hover, .c-menu--social .c-menu__link:focus, .c-menu--social .c-menu__link:active {
  background-color: #000;
}
.c-menu--social .c-menu__link:hover svg, .c-menu--social .c-menu__link:focus svg, .c-menu--social .c-menu__link:active svg {
  fill: #fff;
}
.c-menu--social .c-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.c-menu--social .c-menu__list li {
  padding: 0 5px;
}
.c-menu--social .c-menu__list li:last-child {
  padding-right: 0;
}
@media (max-width: 42.49em) {
  .c-menu--footer .c-menu__title {
    display: none;
  }
}
.c-menu--footer .c-menu__list {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
}
.c-menu--footer .c-menu__list li {
  padding: 2px 0;
}
@media (max-width: 42.49em) {
  .c-menu--footer .c-menu__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-menu--footer .c-menu__list li {
    padding: 0 25px;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 78.115em) {
  .c-menu-language {
    padding-top: 5px;
  }
}
@media (min-width: 60em) {
  .c-menu-language {
    margin-right: 5px;
  }
}
.c-menu-language__select {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
  padding: 0.5rem 1rem;
  padding-right: 1.5rem;
  position: relative;
  outline: transparent;
  overflow: visible;
}
.c-menu-language__select svg {
  overflow: visible;
}
.c-menu-language__select:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.767' height='5.383'%3E%3Cg data-name='Gruppe 19770'%3E%3Cpath data-name='Pfad 21031' d='m.353.353 4.53 4.53 4.53-4.53' fill='none' stroke='%234B5457' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 5px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.2s ease-in-out;
}
.c-menu-language__select.is-active {
  background-color: #fff;
  color: #000;
}
.c-menu-language__select.is-active:after {
  content: "";
  transform: translate(0, -50%) rotate(180deg);
}
.c-menu-language__select:hover {
  color: #005BA6;
}
.c-menu-language__select:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.767' height='5.383'%3E%3Cg data-name='Gruppe 19770'%3E%3Cpath data-name='Pfad 21031' d='m.353.353 4.53 4.53 4.53-4.53' fill='none' stroke='%234B5457' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.c-menu-language__select-item {
  padding: 0.4rem 0;
}
.c-menu-language__select-item.is-active {
  color: #005BA6;
}
.c-menu-language__select-list {
  padding-left: 0;
  list-style: none;
  position: absolute;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  padding: 0 1rem;
  width: 75px;
  padding-bottom: 0.3rem;
  z-index: 202;
}
.c-menu-language__select-list li {
  display: flex;
}
.is-active + .c-menu-language__select-list {
  opacity: 1;
  max-height: 130px;
  background-color: #fff;
  color: #000;
}
.c-menu-language__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.c-menu-language__list li {
  display: flex;
}
@media (min-width: 60em) {
  .c-menu-language__list {
    justify-content: center;
  }
}
.c-menu-language__item {
  color: #fff;
  font-size: 1.25rem;
  padding: 0 0.7rem;
}
.c-menu-language__item:first-child {
  padding-left: 0;
}
.c-menu-language__item span {
  padding-bottom: 0.2rem;
}
.c-menu-language__item:hover, .c-menu-language__item.is-active {
  color: #005BA6;
  text-decoration: none;
}
.c-menu-language__item:hover span, .c-menu-language__item.is-active span {
  border-bottom: 1px solid #005BA6;
}
@media (min-width: 60em) {
  .c-menu-language__item:hover, .c-menu-language__item.is-active {
    color: #000;
  }
}
@media (min-width: 60em) {
  .c-menu-language__item {
    font-size: 1.125rem;
    color: #000;
    padding: 0 0.7rem;
  }
}

.c-navigation--mobile {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2rem;
  display: flex;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.c-navigation--mobile .c-navigation__link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.c-navigation--mobile .c-navigation__link:hover, .c-navigation--mobile .c-navigation__link:focus, .c-navigation--mobile .c-navigation__link:active {
  color: #005BA6;
}
.c-navigation--mobile .is-active > .c-navigation__link,
.c-navigation--mobile .has-activeitem > .c-navigation__link {
  color: #005BA6;
}
.c-navigation--mobile .c-navigation__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-navigation--mobile .c-navigation__list li {
  padding: 0.3125rem 0;
  border-bottom: 1px solid #CCCCCC;
}
.c-navigation--mobile .c-navigation__list .c-navigation__link {
  font-size: 1.25rem;
}
.c-navigation--mobile .c-navigation__sub, .c-navigation--mobile .c-navigation__subsub, .c-navigation--mobile .c-navigation__subsubsub {
  position: absolute;
  visibility: hidden;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 100%;
  height: 100vh;
  padding: 50px 0;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.c-navigation--mobile .c-navigation__sub > div, .c-navigation--mobile .c-navigation__subsub > div, .c-navigation--mobile .c-navigation__subsubsub > div {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2rem;
  height: 100vh;
  width: 100%;
}
.c-navigation--mobile .c-navigation__sub .c-navigation__list .c-navigation__link, .c-navigation--mobile .c-navigation__subsub .c-navigation__list .c-navigation__link, .c-navigation--mobile .c-navigation__subsubsub .c-navigation__list .c-navigation__link {
  font-size: 1.125rem;
}
.c-navigation--mobile .c-navigation__sub .c-navigation__list li, .c-navigation--mobile .c-navigation__subsub .c-navigation__list li, .c-navigation--mobile .c-navigation__subsubsub .c-navigation__list li {
  border-bottom: 1px solid #CCCCCC;
  padding: 0.3125rem 0;
}
.c-navigation--mobile .c-navigation__back {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.c-navigation--mobile .c-navigation__back svg {
  transform: rotate(-180deg);
}
.c-navigation--mobile .c-navigation__back span {
  color: #000;
  padding-left: 1rem;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub {
  transform: translateX(0%);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 200;
  visibility: visible;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub li.is-active > .c-navigation__link {
  color: #005BA6;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub {
  transform: translateX(0%);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 200;
  visibility: visible;
  height: 100vh;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub li.is-active > .c-navigation__link {
  color: #005BA6;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .has-sub.is-active .c-navigation__subsubsub {
  transform: translateX(0%);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 200;
  visibility: visible;
  height: 100vh;
}
.c-navigation--mobile .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .has-sub.is-active .c-navigation__subsubsub li.is-active > .c-navigation__link {
  color: #005BA6;
}
.pusha-panel--active .c-navigation--mobile {
  opacity: 1;
}
.c-navigation--mobile .c-navigation__link span {
  pointer-events: none;
}
.c-navigation--desktop {
  letter-spacing: 1px;
}
.c-navigation--desktop .c-navigation__list {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.c-navigation--desktop .c-navigation__list li {
  display: flex;
}
.c-navigation--desktop .c-navigation__list li:first-child {
  padding-left: 0;
}
.c-navigation--desktop .c-navigation__list li:last-child {
  padding-right: 0;
}
.c-navigation--desktop .c-navigation__list li .c-navigation__link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  align-items: center;
}
.c-navigation--desktop .c-navigation__list li .c-navigation__link svg {
  transform: rotate(90deg);
  transition: transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.c-navigation--desktop .c-navigation__list li .c-navigation__link:hover, .c-navigation--desktop .c-navigation__list li .c-navigation__link:focus, .c-navigation--desktop .c-navigation__list li .c-navigation__link:active {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.is-active .c-navigation__link, .c-navigation--desktop .c-navigation__list li.has-activeitem .c-navigation__link {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.is-active .c-navigation__link svg, .c-navigation--desktop .c-navigation__list li.has-activeitem .c-navigation__link svg {
  transform: rotate(-90deg);
}
.c-navigation--desktop .c-navigation__list li .c-navigation__list {
  max-height: calc(100vh - (var(--hh) + var(--ibh)) - 120px);
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub {
  position: absolute;
  background-color: #e5edf7;
  left: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 200;
  padding: 50px 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transform: translateY(100%);
  transition: opacity 0.55s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  font-size: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub {
    font-size: calc(1.25rem + -0.125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub {
    font-size: 1.125rem;
  }
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 103rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 89.375em) {
  .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub-inner {
    padding-left: 320px;
  }
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub-inner > div {
  display: flex;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__sub-title {
  flex: 0 0 25%;
  color: #005BA6;
  font-size: 1.5625rem;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (min-width: 23.4375em) {
  .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__sub-title {
    font-size: calc(1.5625rem + 0.3125 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__sub-title {
    font-size: 1.875rem;
  }
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list {
  padding: 0 10px;
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  padding: 13px 0;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li:first-child {
  padding-top: 0;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-activeitem > .c-navigation__link {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub .c-navigation__link {
  text-align: left;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub .c-navigation__link svg {
  transform: rotate(0deg);
  pointer-events: none;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active li.is-active a {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub {
  opacity: 1;
  pointer-events: initial;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub .c-navigation__link {
  text-align: left;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub .c-navigation__link svg {
  transform: rotate(0deg);
  pointer-events: none;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub.is-active li.is-active .c-navigation__link {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub.is-active .c-navigation__subsubsub {
  opacity: 1;
  pointer-events: initial;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub.is-active .c-navigation__subsubsub .c-navigation__link {
  color: #000;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list li.has-sub.is-active .c-navigation__subsub .c-navigation__list li.has-sub.is-active .c-navigation__subsubsub li.is-active .c-navigation__link {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
  width: 100%;
  background-image: none;
  font-style: normal;
  color: #000;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link:hover, .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link:focus, .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link:active {
  color: #005BA6;
  background-image: none;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  color: #005BA6;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 100%;
  width: 100%;
  transform: none;
  opacity: 0;
  pointer-events: none;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub > div,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub > div {
  height: 50vh;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub .c-navigation__list,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub .c-navigation__list {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub .c-navigation__list .c-navigation__link,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub .c-navigation__list .c-navigation__link {
  color: #000;
}
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub .c-navigation__list .c-navigation__link:hover, .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub .c-navigation__list .c-navigation__link:focus, .c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsub .c-navigation__list .c-navigation__link:active,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub .c-navigation__list .c-navigation__link:hover,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub .c-navigation__list .c-navigation__link:focus,
.c-navigation--desktop .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__subsubsub .c-navigation__list .c-navigation__link:active {
  color: #005BA6;
  background-image: none;
}
.c-navigation--desktop .c-navigation__list li.has-sub.is-active .c-navigation__sub {
  bottom: 0;
  transform: translateY(100%);
  opacity: 1;
  display: block;
  transition: opacity 0.55s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
}
.c-navigation--desktop .c-navigation__list[data-level="1"] .c-navigation__list {
  position: relative;
}
.c-navigation--desktop .c-navigation__list[data-level="1"] > li {
  font-size: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 60em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    font-size: calc(1rem + 0.25 * (100vw - 60rem) / 21.25);
  }
}
@media (min-width: 81.25em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    font-size: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    padding-left: calc(0.625rem + 1.25 * (100vw - 60rem) / 21.25);
  }
}
@media (min-width: 81.25em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    padding-left: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    padding-right: calc(0.625rem + 1.25 * (100vw - 60rem) / 21.25);
  }
}
@media (min-width: 81.25em) {
  .c-navigation--desktop .c-navigation__list[data-level="1"] > li {
    padding-right: 1.875rem;
  }
}
.c-navigation--desktop .c-navigation__list[data-level="1"] > li:first-child {
  padding-left: 0;
}
.c-navigation--desktop .c-navigation__link span {
  pointer-events: none;
  letter-spacing: 1px;
}

.js-navi-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.js-navi-blocker.is-active {
  visibility: initial;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 78.115em) {
  .js-navi-blocker.is-active {
    visibility: hidden;
  }
}

.c-panel {
  padding-top: calc(var(--hh) + var(--ibh));
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.c-panel.pusha-panel--active ~ .pusha-push, .c-panel.pusha-panel--active ~ .pusha-blocker, .c-panel.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(-100%);
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}
.c-panel__inner {
  background-color: #fff;
  height: 100vh;
  height: calc(var(--vh) * 100 - var(--hh) - var(--ibh));
  padding: 50px 0;
  position: relative;
}
@media (max-width: 42.49em) {
  .c-panel__top {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 42.49em) and (orientation: landscape) and (max-width: 900px) {
  .c-panel__top {
    height: 30vh;
  }
}
.c-panel__bottom {
  position: relative;
}

.pusha-blocker {
  background-color: transparent;
}

.pusha-active,
.pusha-active body {
  overflow: hidden;
  height: 100%;
}

.c-sitetitle {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  .c-sitetitle {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-sitetitle {
    padding-bottom: 3.125rem;
  }
}

.c-tab-teaser h2 {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-tab-teaser h2 {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-tab-teaser h2 {
    padding-bottom: 3.125rem;
  }
}
.c-tab-teaser__tab {
  display: none;
}
.c-tab-teaser__tab.is-toggled {
  display: block;
}

.u-gap-bottom-small .c-teaser-list {
  margin-bottom: -1.5625rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-small .c-teaser-list {
    margin-bottom: calc(-1.5625rem + -1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-bottom-small .c-teaser-list {
    margin-bottom: -3.125rem;
  }
}
.u-gap-bottom-default .c-teaser-list {
  margin-bottom: -3.125rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-default .c-teaser-list {
    margin-bottom: calc(-3.125rem + -4.6875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-bottom-default .c-teaser-list {
    margin-bottom: -7.8125rem;
  }
}
.c-teaser-list .l-col {
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-teaser-list .l-col.is-in-view {
  transform: none;
}

.u-cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.u-cover-object:hover, .u-cover-object:focus {
  text-decoration: none;
}

.u-cover-media, [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image img, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-cover-background, [class*="--twothird"] .c-box:has(> .c-box__image) .c-box__image img, [class*="--full"] .c-box:has(> .c-box__image) .c-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.u-gap-top-zero {
  padding-top: 0;
}

.u-gap-top-small {
  padding-top: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-small {
    padding-top: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-top-small {
    padding-top: 3.125rem;
  }
}

.u-gap-top-medium {
  padding-top: 2.5rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-medium {
    padding-top: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-top-medium {
    padding-top: 4.6875rem;
  }
}

.u-gap-top-default {
  padding-top: 3.125rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-default {
    padding-top: calc(3.125rem + 4.6875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-top-default {
    padding-top: 7.8125rem;
  }
}

.u-gap-bottom-zero {
  padding-bottom: 0;
}

.u-gap-bottom-small {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-small {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-bottom-small {
    padding-bottom: 3.125rem;
  }
}

.u-gap-bottom-medium {
  padding-bottom: 2.5rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-medium {
    padding-bottom: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-bottom-medium {
    padding-bottom: 4.6875rem;
  }
}

.u-gap-bottom-default {
  padding-bottom: 3.125rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-default {
    padding-bottom: calc(3.125rem + 4.6875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-gap-bottom-default {
    padding-bottom: 7.8125rem;
  }
}

.u-text-color-white {
  color: #fff !important;
}

.u-text-color-black {
  color: #000 !important;
}

.u-text-lead {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 23.4375em) {
  .u-text-lead {
    font-size: calc(1.125rem + 0.4375 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .u-text-lead {
    font-size: 1.5625rem;
  }
}

.u-text-small, .typo3-messages {
  font-size: 14.4px;
}

.u-text-blue {
  color: #005BA6;
}

.u-hidden {
  display: none !important;
}

.u-theme-blue {
  background-color: #005BA6;
  color: #fff;
}

.u-theme-gray {
  background-color: #ECEDEE;
}

.u-theme-lightblue {
  background-color: #e5edf7;
}

.ce-wrapper {
  margin-bottom: 4rem;
}
.ce-wrapper:last-child {
  margin-bottom: 0;
}

.ce-gallery img {
  display: block;
}
.ce-gallery .ce-center img {
  margin: 0 auto;
}
.ce-gallery .ce-right img {
  margin-left: auto;
}

div.tx-indexedsearch-browsebox:first-child {
  margin-bottom: 1.25rem;
}
div.tx-indexedsearch-browsebox:last-child {
  margin-top: 1.25rem;
}

.tx-indexedsearch-res {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.tx-indexedsearch-res strong {
  padding-bottom: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

#tx_indexedsearch {
  position: relative;
}

.tx-indexedsearch-searchbox-sword.input-search {
  padding-right: 5rem;
  height: 4rem;
}

.tx-indexedsearch-searchbox {
  padding-bottom: 1.5rem;
}
.tx-indexedsearch-searchbox p {
  font-size: 1rem;
}

.tx-indexedsearch-searchbox [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 4rem;
  color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.316' height='29.795'%3E%3Cg fill='none' stroke='%23fff'%3E%3Ccircle cx='11.911' cy='11.911' r='11.911' stroke='none'/%3E%3Ccircle cx='11.911' cy='11.911' r='11.411'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' d='M18.484 22.089l6.126 7.001'/%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #005BA6;
  border: none;
}

div.tx-indexedsearch-browsebox:last-child {
  margin-top: 1.5625rem;
}
@media (min-width: 23.4375em) {
  div.tx-indexedsearch-browsebox:last-child {
    margin-top: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  div.tx-indexedsearch-browsebox:last-child {
    margin-top: 3.125rem;
  }
}

ul.tx-indexedsearch-browsebox {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.tx-indexedsearch-browsebox li {
  margin: 5px;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {
  text-decoration: underline;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #005BA6;
}
ul.tx-indexedsearch-browsebox li:hover, ul.tx-indexedsearch-browsebox li:focus {
  text-decoration: underline;
}
ul.tx-indexedsearch-browsebox li:hover a, ul.tx-indexedsearch-browsebox li:focus a {
  color: #005BA6;
}
ul.tx-indexedsearch-browsebox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.c-news-header {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  .c-news-header {
    padding-bottom: calc(1.5625rem + 0.9375 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-header {
    padding-bottom: 2.5rem;
  }
}
.c-news-header__history {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
@media (min-width: 42.5em) {
  .c-news-header__history {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 42.49em) {
  .c-news-header .l-row {
    flex-direction: column-reverse;
  }
}
.c-news-item {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  position: relative;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 23.4375em) {
  .c-news-item {
    padding-top: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-item {
    padding-top: 3.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-news-item {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-item {
    padding-bottom: 3.125rem;
  }
}
.c-news-item.is-in-view {
  transform: none;
}
.c-news-teaser-list .c-news-item {
  border-bottom: 0;
  border-top: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 60em) {
  .c-news-teaser-list .c-news-item {
    padding-bottom: 0;
  }
}
.c-news-item__date {
  display: flex;
  flex-direction: column;
}
.c-news-item--event {
  display: flex;
}
@media (max-width: 42.49em) {
  .c-news-item--event {
    flex-direction: column;
  }
}
@media (max-width: 59.99em) {
  .c-news-item--event .c-news-item__image {
    flex: 1;
  }
}
@media (min-width: 60em) {
  .c-news-item--event .c-news-item__image {
    width: 353.3333333333px;
  }
}
.c-news-item--event .c-news-item__box {
  width: 100%;
  flex: 1.5;
}
@media (max-width: 42.49em) {
  .c-news-item--event .c-news-item__box {
    padding-top: 1rem;
  }
}
@media (min-width: 42.5em) {
  .c-news-item--event .c-news-item__box {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .c-news-item--event .c-news-item__box {
    flex: 1;
  }
}
.c-news-teaser-list__link {
  padding-top: 30px;
}
@media (max-width: 78.115em) {
  .c-news-teaser-list__link {
    width: 100%;
    text-align: center;
  }
}

.c-news-detail {
  display: grid;
  position: relative;
}
.c-news-detail__title {
  padding-bottom: 1.5625rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
  grid-row: 2;
}
@media (min-width: 23.4375em) {
  .c-news-detail__title {
    padding-bottom: calc(1.5625rem + 0.9375 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__title {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-news-detail__title {
    margin-bottom: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__title {
    margin-bottom: 4.6875rem;
  }
}
.c-news-detail__title h1 {
  font-size: 1.875rem;
  line-height: 1.16;
  letter-spacing: -2px;
  font-weight: 400;
  max-width: 80%;
}
@media (min-width: 23.4375em) {
  .c-news-detail__title h1 {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__title h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 42.5em) {
  .c-news-detail__title {
    grid-row: 1;
  }
}
.c-news-detail__historyback {
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
@media (min-width: 42.5em) {
  .c-news-detail__historyback {
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0.5rem;
  }
}
.c-news-detail__hero {
  display: none;
}
@media (min-width: 78.125em) {
  .c-news-detail__lead > *, .c-news-detail__time > *, .c-news-detail__subtitle > *, .c-news-detail__relatedlinks > * {
    width: 66.5%;
    left: 33.3333333333%;
    position: relative;
  }
}
@media (min-width: 78.125em) and (min-width: 84.375em) {
  .c-news-detail__lead > *, .c-news-detail__time > *, .c-news-detail__subtitle > *, .c-news-detail__relatedlinks > * {
    width: calc(66.5% + -8.166667 * (100vw - 84.375rem) / 18.75);
  }
}
@media (min-width: 78.125em) and (min-width: 103.125em) {
  .c-news-detail__lead > *, .c-news-detail__time > *, .c-news-detail__subtitle > *, .c-news-detail__relatedlinks > * {
    width: 58.333333%;
  }
}
.c-news-detail__time {
  grid-row: 3;
  font-size: 14.4px;
}
@media (min-width: 42.5em) {
  .c-news-detail__time {
    grid-row: 2;
  }
}
.c-news-detail__subtitle {
  font-size: 14.4px;
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-news-detail__subtitle {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__subtitle {
    padding-bottom: 3.125rem;
  }
}
.c-news-detail__lead {
  margin-bottom: 2rem;
}
.c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--relations {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 78.125em) {
  .c-news-detail__content--richtext > *, .c-news-detail__content--textmedia > *, .c-news-detail__content--table > *, .c-news-detail__content--relations > * {
    width: 66.5%;
    left: 33.3333333333%;
    position: relative;
  }
}
@media (min-width: 78.125em) and (min-width: 84.375em) {
  .c-news-detail__content--richtext > *, .c-news-detail__content--textmedia > *, .c-news-detail__content--table > *, .c-news-detail__content--relations > * {
    width: calc(66.5% + -8.166667 * (100vw - 84.375rem) / 18.75);
  }
}
@media (min-width: 78.125em) and (min-width: 103.125em) {
  .c-news-detail__content--richtext > *, .c-news-detail__content--textmedia > *, .c-news-detail__content--table > *, .c-news-detail__content--relations > * {
    width: 58.333333%;
  }
}
.c-news-detail__content--media-default, .c-news-detail__content--media-image {
  padding-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-news-detail__content--media-default, .c-news-detail__content--media-image {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-detail__content--media-default, .c-news-detail__content--media-image {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 78.125em) {
  .c-news-detail__content--media-default > *, .c-news-detail__content--media-image > * {
    width: 66.5%;
    left: 33.3333333333%;
    position: relative;
  }
}
@media (min-width: 78.125em) and (min-width: 84.375em) {
  .c-news-detail__content--media-default > *, .c-news-detail__content--media-image > * {
    width: calc(66.5% + -8.166667 * (100vw - 84.375rem) / 18.75);
  }
}
@media (min-width: 78.125em) and (min-width: 103.125em) {
  .c-news-detail__content--media-default > *, .c-news-detail__content--media-image > * {
    width: 58.333333%;
  }
}
.c-news-detail__relatedlinks {
  flex-direction: column;
  flex-wrap: wrap;
}
.c-news-detail__related, .c-news-detail__categories, .c-news-detail__tags {
  display: none;
}

.c-filter {
  padding-bottom: 1.5625rem;
  position: relative;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  .c-filter {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-filter {
    padding-bottom: 3.125rem;
  }
}
.c-filter div:not([class]) {
  display: none;
}
.c-filter__select {
  align-self: flex-end;
  grid-column: span 12;
}
@media (min-width: 60em) {
  .c-filter__select {
    grid-column: span 6;
  }
}
.c-filter__select-list {
  display: none;
}
.c-filter__radio {
  display: inline-flex;
}
@media (min-width: 60em) {
  .c-filter__radio {
    flex-wrap: wrap;
  }
}
@media (max-width: 59.99em) {
  .c-filter__radio-list {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
  }
  .c-filter__radio-list::-webkit-scrollbar {
    display: none;
  }
  .c-filter__radio-list:after {
    content: "";
    background: linear-gradient(267deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
    width: 5rem;
    height: 100%;
    top: 0;
    right: -15px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }
}
.c-filter__radio .c-filter__item {
  position: relative;
  display: flex;
  padding: 0;
  margin-right: 22px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1.2em;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.125em;
  background-color: #e5edf7;
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #005BA6;
  border: 1px solid #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0.5rem;
  padding: 0;
}
.c-filter__radio .c-filter__item:hover, .c-filter__radio .c-filter__item:focus {
  outline: 0;
  text-decoration: none;
  border-color: transparent;
  background-color: #bed2eb;
  color: #fff;
}
.c-filter__radio .c-filter__item:active {
  background-color: #bed2eb;
  color: #fff;
}
.c-filter__radio .c-filter__item.disabled, .c-filter__radio .c-filter__item:disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.c-filter__radio .c-filter__item span, .c-filter__radio .c-filter__item label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-filter__radio .c-filter__item::before {
  content: "";
  position: absolute;
  background-color: #005BA6;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-filter__radio .c-filter__item:hover {
  background-color: transparent;
  border-color: #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-filter__radio .c-filter__item:hover span, .c-filter__radio .c-filter__item:hover label {
  color: #fff;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-filter__radio .c-filter__item:hover::before {
  height: 120%;
  width: 200%;
}
.c-filter__radio .c-filter__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-filter__radio .c-filter__item label {
  padding: 0.375em 1.2em;
  pointer-events: none;
}
@media (max-width: 59.99em) {
  .c-filter__radio .c-filter__item label {
    white-space: nowrap;
  }
}
.c-filter__radio .c-filter__item input:checked + label {
  background-color: #005BA6;
  color: #fff;
}
@media (max-width: 59.99em) {
  .c-filter__radio .c-filter__item {
    white-space: nowrap;
  }
}
.c-filter__search {
  grid-column: span 12;
}
@media (min-width: 60em) {
  .c-filter__search {
    grid-column: span 6;
  }
}

.c-news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.c-news-list > * {
  grid-column: span 3;
}
.c-news-list__item {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
@media (min-width: 23.4375em) {
  .c-news-list__item {
    padding-top: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-list__item {
    padding-top: 3.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-news-list__item {
    padding-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-list__item {
    padding-bottom: 3.125rem;
  }
}
.c-news-list__items {
  padding-left: 0;
  list-style: none;
}
.c-news-list h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-list__load span, .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list--preview h2 {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  clip: none;
  white-space: unset;
}
.c-news-list--preview .c-news-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 0;
}
.c-news-list--preview .c-news-list__items > * {
  grid-column: span 3;
}
@media (min-width: 60em) {
  .c-news-list--preview .c-news-list__items > * {
    grid-column: span 1;
  }
}
.c-news-list--preview .c-news-list__item {
  border-bottom: 0;
  border-top: 1px solid rgba(75, 84, 87, 0.5);
  padding-bottom: 0;
}
.c-news-list--preview .c-news-list__button,
.c-news-list--preview .c-news-list__all-button {
  padding-top: 0.625rem;
}
@media (min-width: 60em) {
  .c-news-list--preview .c-news-list__button,
  .c-news-list--preview .c-news-list__all-button {
    grid-column: 1/3;
  }
}
.c-news-list--events .c-news-list__item {
  grid-column: span 3;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
.c-news-list__button {
  padding-top: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-news-list__button {
    padding-top: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 65.9375);
  }
}
@media (min-width: 89.375em) {
  .c-news-list__button {
    padding-top: 3.125rem;
  }
}
.c-news-list__all-link, .c-news-list__load {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1.2em;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.125em;
  background-color: #e5edf7;
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #005BA6;
  border: 1px solid #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0.5rem;
}
.c-news-list__all-link:hover, .c-news-list__all-link:focus, .c-news-list__load:hover, .c-news-list__load:focus {
  outline: 0;
  text-decoration: none;
  border-color: transparent;
  background-color: #bed2eb;
  color: #fff;
}
.c-news-list__all-link:active, .c-news-list__load:active {
  background-color: #bed2eb;
  color: #fff;
}
.c-news-list__all-link.disabled, .c-news-list__all-link:disabled, .c-news-list__load.disabled, .c-news-list__load:disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.c-news-list__all-link span, .c-news-list__all-link label, .c-news-list__load span, .c-news-list__load label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-news-list__all-link::before, .c-news-list__load::before {
  content: "";
  position: absolute;
  background-color: #005BA6;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-news-list__all-link:hover, .c-news-list__load:hover {
  background-color: transparent;
  border-color: #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-news-list__all-link:hover span, .c-news-list__all-link:hover label, .c-news-list__load:hover span, .c-news-list__load:hover label {
  color: #fff;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-news-list__all-link:hover::before, .c-news-list__load:hover::before {
  height: 120%;
  width: 200%;
}

.c-news-teaser {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  align-items: flex-start;
  position: relative;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-news-teaser__date {
  display: flex;
  flex-direction: column;
}
.c-news-teaser--event {
  display: flex;
}
@media (max-width: 42.49em) {
  .c-news-teaser--event {
    flex-direction: column;
  }
}
@media (max-width: 59.99em) {
  .c-news-teaser--event .c-news-teaser__image {
    flex: 1;
  }
}
@media (min-width: 60em) {
  .c-news-teaser--event .c-news-teaser__image {
    width: 353.3333333333px;
  }
}
.c-news-teaser--event .c-news-teaser__box {
  width: 100%;
  flex: 1.5;
}
@media (max-width: 42.49em) {
  .c-news-teaser--event .c-news-teaser__box {
    padding-top: 1rem;
  }
}
@media (min-width: 42.5em) {
  .c-news-teaser--event .c-news-teaser__box {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .c-news-teaser--event .c-news-teaser__box {
    flex: 1;
  }
}
.c-news-teaser__time, .c-news-teaser__subtitle {
  font-size: 14.4px;
}
.c-news-teaser__time {
  grid-row: 1;
}
.c-news-teaser__subtitle {
  grid-row: 2;
}
.c-news-teaser__title {
  margin-top: 1.3rem;
  margin-bottom: 0.4em;
}
.c-news-teaser__media {
  display: none;
}
.c-news-teaser__categories {
  display: none;
}
.c-news-teaser__link {
  padding-top: 30px;
  color: #005BA6;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.c-news-teaser__link:hover, .c-news-teaser__link:focus {
  background-size: 100% 1px;
}
.l-section--secondary .c-news-teaser__link {
  color: #fff;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.3s;
}
.l-section--secondary .c-news-teaser__link:hover, .l-section--secondary .c-news-teaser__link:focus {
  background-size: 0% 1px;
}
[class*="--events"] .c-news-teaser {
  align-items: center;
}
@media (min-width: 42.5em) {
  [class*="--events"] .c-news-teaser {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 42.5em) and (min-width: 42.5em) {
  [class*="--events"] .c-news-teaser {
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: auto;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (min-width: 42.5em) and (min-width: 60em) {
  [class*="--events"] .c-news-teaser {
    grid-template-columns: 353px 1fr;
  }
}
[class*="--events"] .c-news-teaser .c-news-teaser__media {
  display: block;
  grid-column: span 1;
  position: relative;
  grid-row: 1;
  position: relative;
  align-items: center;
  display: flex;
}
@media (min-width: 42.5em) {
  [class*="--events"] .c-news-teaser .c-news-teaser__media {
    grid-row: 1/6;
  }
}
[class*="--events"] .c-news-teaser .c-news-teaser__media > * {
  top: 0;
  left: 0;
}
@media (min-width: 42.5em) {
  [class*="--events"] .c-news-teaser .c-news-teaser__media {
    max-width: 353px;
  }
}
[class*="--events"] .c-news-teaser .c-news-teaser__title,
[class*="--events"] .c-news-teaser .c-news-teaser__subtitle,
[class*="--events"] .c-news-teaser .c-news-teaser__time,
[class*="--events"] .c-news-teaser .c-news-teaser__content,
[class*="--events"] .c-news-teaser .c-news-teaser__link {
  grid-column: span 1;
}
[class*="--events"] .c-news-teaser .c-news-teaser__subtitle {
  grid-row: 2;
  padding-top: 1rem;
}
@media (min-width: 42.5em) {
  [class*="--events"] .c-news-teaser .c-news-teaser__subtitle {
    padding-top: 0;
  }
}
[class*="--events"] .c-news-teaser .c-news-teaser__title {
  grid-row: 3;
}
[class*="--events"] .c-news-teaser .c-news-teaser__content {
  grid-row: 4;
}
[class*="--events"] .c-news-teaser .c-news-teaser__linkwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
[class*="--events"] .c-news-teaser .c-news-teaser__link {
  display: none;
}
[class*="--events"] .c-news-teaser .c-news-teaser__time {
  display: none;
}
[class*="--preview"] .c-news-teaser .c-news-teaser__link {
  padding-top: 0;
}

.c-news-relatedlinks {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-news-relatedlinks li:not(:last-child) {
  margin-right: 0.9375rem;
}
.c-news-relatedlinks__link p {
  display: none;
}

.powermail_form h3,
.powermail_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_form.nolabel .powermail_fieldwrap_type_input label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_fieldset {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}
.powermail_fieldset .l-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.powermail_fieldwrap {
  margin-bottom: 1em;
}
.powermail_fieldwrap:last-child {
  margin-bottom: 0;
}

.powermail_fieldwrap_required label {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder].placeholder {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder]::-moz-placeholder {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder]::placeholder {
  font-weight: bold;
}

@media (min-width: 23.4375em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox {
    margin: 0 15px 5px 0;
    margin-bottom: 1rem;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:last-child, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:last-child {
    margin-right: 0;
  }
}
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:not(:last-child),
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:not(:last-child), .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:not(:last-child),
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:not(:last-child) {
  margin-bottom: 1rem !important;
}
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:last-child,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:last-child, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:last-child,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:last-child {
  margin-right: 0;
}

.powermail_message,
.powermail-errors-list,
.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  color: #CC4B37;
}

.parsley-required {
  font-size: 0.875em;
}

.parsley-errors-list .powermail-errors-list {
  margin-top: 5px;
  font-size: 0.875em;
}

[type=email].parsley-error, [type=number].parsley-error, [type=password].parsley-error, [type=search].parsley-error, [type=tel].parsley-error, [type=text].parsley-error, [type=url].parsley-error, [type=date].parsley-error, textarea.parsley-error, select.parsley-error {
  border-color: #CC4B37;
}
[type=email].powermail-errors-list, [type=number].powermail-errors-list, [type=password].powermail-errors-list, [type=search].powermail-errors-list, [type=tel].powermail-errors-list, [type=text].powermail-errors-list, [type=url].powermail-errors-list, [type=date].powermail-errors-list, textarea.powermail-errors-list, select.powermail-errors-list {
  border-color: #CC4B37;
}

.parsley-error > label,
.powermail-errors-list > label {
  color: #CC4B37;
}
.parsley-error input[type=checkbox] ~ label::before,
.parsley-error input[type=radio] ~ label::before,
.powermail-errors-list input[type=checkbox] ~ label::before,
.powermail-errors-list input[type=radio] ~ label::before {
  border-color: #CC4B37;
}
.parsley-error input[type=checkbox] ~ label:hover::before, .parsley-error input[type=checkbox]:focus ~ label::before,
.parsley-error input[type=radio] ~ label:hover::before,
.parsley-error input[type=radio]:focus ~ label::before,
.powermail-errors-list input[type=checkbox] ~ label:hover::before,
.powermail-errors-list input[type=checkbox]:focus ~ label::before,
.powermail-errors-list input[type=radio] ~ label:hover::before,
.powermail-errors-list input[type=radio]:focus ~ label::before {
  border-color: #CC4B37;
}
.parsley-error.powermail_field_error_container,
.powermail-errors-list.powermail_field_error_container {
  flex: 1 1 100%;
}

.parsley-error,
.powermail-errors-list {
  color: #CC4B37;
  border-color: #CC4B37;
}
.parsley-error + label,
.powermail-errors-list + label {
  color: #CC4B37;
}

.c-form-group--materialize.powermail_fieldwrap_type_input {
  position: relative;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label {
  position: absolute;
  top: 0;
  left: 0.8rem;
  padding: 0;
  text-align: left;
  cursor: text;
  pointer-events: none;
  transform: translateY(0.8rem);
  transform-origin: 0 0;
  transition: 0.2s transform ease-out;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label.active {
  transform: translateY(0.3rem) scale(0.8);
  color: #005BA6;
  font-size: 0.875rem;
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input select,
.c-form-group--materialize.powermail_fieldwrap_type_input .select:after {
  height: 4.5em;
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input textarea,
.c-form-group--materialize.powermail_fieldwrap_type_input select {
  padding: 1em 0 0;
}
.c-form-group--materialize.powermail_fieldwrap_type_input textarea {
  padding-top: 1.175em;
  height: 10em;
}
.c-form-group--materialize.powermail_fieldwrap_type_textarea label {
  padding-bottom: 2.5rem;
}
.c-form-group--materialize.powermail_fieldwrap_type_file label {
  padding-bottom: 1.25rem;
}
.c-form-group--materialize select,
.c-form-group--materialize .select:after {
  height: 3em;
}

.powermail_form .c-form-group {
  margin-bottom: 1.875rem;
}
.powermail_form input, .powermail_form textarea {
  transition: all 0.3s ease-in-out;
}
.powermail_form .parsley-error, .powermail_form .powermail-errors-list {
  color: #CC4B37;
}
.powermail_form .parsley-error + label, .powermail_form .powermail-errors-list + label {
  color: #CC4B37;
}
.powermail_form .powermail_fieldwrap_type_select select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='12' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='m1.41 0 4.59 4.58 4.59-4.58 1.41 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-size: 0.83125rem 0.43125rem;
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 2.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
.powermail_form .c-radio, .powermail_form .c-checkbox {
  min-height: 1.875rem;
}
.powermail_form .c-radio input[type=radio] ~ label, .powermail_form .c-radio input[type=checkbox] ~ label, .powermail_form .c-checkbox input[type=radio] ~ label, .powermail_form .c-checkbox input[type=checkbox] ~ label {
  padding-left: 2.8125rem;
  min-height: 1.875rem;
}
.powermail_form .c-radio input[type=radio] ~ label::before, .powermail_form .c-radio input[type=radio] ~ label::after, .powermail_form .c-radio input[type=checkbox] ~ label::before, .powermail_form .c-radio input[type=checkbox] ~ label::after, .powermail_form .c-checkbox input[type=radio] ~ label::before, .powermail_form .c-checkbox input[type=radio] ~ label::after, .powermail_form .c-checkbox input[type=checkbox] ~ label::before, .powermail_form .c-checkbox input[type=checkbox] ~ label::after {
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-width: 2px;
  border-color: #000;
}
.powermail_form .c-radio:not(:last-child) {
  margin-bottom: 1rem;
}
.powermail_form .c-radio:last-child {
  margin-right: 0;
}
.powermail_form .c-radio input[type=radio] ~ label {
  padding-top: 0.125rem;
}
.powermail_form .c-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  background-size: 1.75rem;
  border-width: 2px;
  border-color: #000;
}
.powermail_form .c-checkbox input[type=checkbox] ~ label {
  display: flex;
  align-items: center;
  height: 100%;
}
.powermail_form .c-checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E");
  background-size: 1rem;
}
.powermail_form .powermail_fieldwrap_type_check a:not([class]) {
  transition: all 0.3s ease-in-out;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

@media (min-width: 23.4375em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox {
    margin: 0 1.875rem 0 0;
  }
}

.c-form input[type=text],
.c-form input[type=password] {
  border: none;
  border-bottom: 1px solid rgba(75, 84, 87, 0.5);
}
.c-form textarea, .c-form select {
  border-color: rgba(75, 84, 87, 0.5);
}
.c-form .powermail_fieldwrap_type_submit .powermail_field {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #005BA6;
  border: 1px solid #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  border-radius: 30px;
}
.c-form .powermail_fieldwrap_type_submit .powermail_field span, .c-form .powermail_fieldwrap_type_submit .powermail_field label {
  position: relative;
  z-index: 1;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-form .powermail_fieldwrap_type_submit .powermail_field::before {
  content: "";
  position: absolute;
  background-color: #005BA6;
  height: 120%;
  left: -70%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-form .powermail_fieldwrap_type_submit .powermail_field:hover {
  background-color: transparent;
  border-color: #005BA6;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-form .powermail_fieldwrap_type_submit .powermail_field:hover span, .c-form .powermail_fieldwrap_type_submit .powermail_field:hover label {
  color: #fff;
  transition: color 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-form .powermail_fieldwrap_type_submit .powermail_field:hover::before {
  height: 120%;
  width: 200%;
}
.c-form .powermail_fieldwrap_type_submit .powermail_field:hover {
  color: #fff;
}
.c-form .powermail_fieldwrap_type_submit .powermail_field:hover input[type=submit] {
  color: #fff;
}
.c-form .powermail_fieldwrap_type_submit input[type=submit] {
  border: none;
  background-color: transparent;
  margin: 0;
}

.typo3-messages {
  padding-left: 0;
  list-style: none;
}
.typo3-messages .alert {
  padding: 1rem;
  background-color: #e5edf7;
}