@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*! 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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --spacing-3xs: calc(4 / 16 * 1rem + (5 - 4) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-2xs: calc(8 / 16 * 1rem + (10 - 8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-xs: calc(12 / 16 * 1rem + (15 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-s: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-m: calc(24 / 16 * 1rem + (30 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-l: calc(32 / 16 * 1rem + (40 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-xl: calc(48 / 16 * 1rem + (60 - 48) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-2xl: calc(64 / 16 * 1rem + (80 - 64) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --spacing-3xl: calc(96 / 16 * 1rem + (120 - 96) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --page-padding-tb: calc(32 / 16 * 1rem + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --page-padding-lr: calc(32 / 16 * 1rem + (120 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --page-gap: calc(32 / 16 * 1rem + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --section-padding-tb: calc(32 / 16 * 1rem + (120 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --section-gap: calc(24 / 16 * 1rem + (80 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --box-padding: calc(32 / 16 * 1rem + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --teaser-list-gap-small: calc(24 / 16 * 1rem + (40 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --teaser-list-gap-large: calc(24 / 16 * 1rem + (60 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}

:root {
  --fluid-screen: 360px;
  --d1-font-size: calc(48 / 16 * 1rem + (72 - 48) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-line-height: calc(59 / 16 * 1rem + (90 - 59) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-margin: calc(74 / 16 * 1rem + (90 - 74) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-font-size: calc(40 / 16 * 1rem + (60 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-line-height: calc(43 / 16 * 1rem + (75 - 43) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-margin: calc(61 / 16 * 1rem + (75 - 61) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-font-size: calc(41 / 16 * 1rem + (50 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-line-height: calc(53 / 16 * 1rem + (65 - 53) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-margin: calc(53 / 16 * 1rem + (65 - 53) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-font-size: calc(34 / 16 * 1rem + (42 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-line-height: calc(44 / 16 * 1rem + (55 - 44) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-margin: calc(44 / 16 * 1rem + (55 - 44) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-font-size: calc(28 / 16 * 1rem + (35 - 28) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-line-height: calc(38 / 16 * 1rem + (47 - 38) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-margin: calc(38 / 16 * 1rem + (47 - 38) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-font-size: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-line-height: calc(33 / 16 * 1rem + (41 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-margin: calc(33 / 16 * 1rem + (41 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-font-size: calc(19 / 16 * 1rem + (24 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-line-height: calc(28 / 16 * 1rem + (35 - 28) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-margin: calc(28 / 16 * 1rem + (35 - 28) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-font-size: calc(17 / 16 * 1rem + (20 - 17) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-line-height: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-margin: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-font-size: calc(20 / 16 * 1rem + (20 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-line-height: calc(30 / 16 * 1rem + (30 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-margin: calc(30 / 16 * 1rem + (30 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-line-height: calc(17 / 16 * 1rem + (23 - 17) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-margin: calc(23 / 16 * 1rem + (28 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-font-size: calc(14 / 16 * 1rem + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-line-height: calc(22 / 16 * 1rem + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-margin: calc(22 / 16 * 1rem + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-line-height: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --header-height:	64px;
  --admin-menu-height:	0px;
}
@media screen and (min-width: 22.5625em) {
  :root {
    --fluid-screen: 100vw;
  }
}
@media screen and (min-width: 120.0625em) {
  :root {
    --fluid-screen: 1920px;
  }
}
@media screen and (min-width: 85.4375em) {
  :root {
    --header-height:	120px;
  }
}
:root body.user-logged-in {
  --admin-menu-height:	39px;
}
@media screen and (min-width: 61em) {
  :root body.user-logged-in.toolbar-tray-open {
    --admin-menu-height:	79px;
  }
}

:root {
  --admin-theme-color:	#6e6e6e;
}

.environment-production {
  --admin-theme-color:	#b00000;
}

.environment-staging {
  --admin-theme-color:	#db933e;
}

.environment-eworx-staging {
  --admin-theme-color:	#326b31;
}

#block-euiss-primary-local-tasks ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#block-euiss-primary-local-tasks ul.tabs:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--admin-theme-color);
  z-index: -1;
  top: 0px;
}
#block-euiss-primary-local-tasks ul.tabs a {
  display: flex;
  text-align: center;
  padding: var(--spacing-xs) var(--spacing-s);
  color: white;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
#block-euiss-primary-local-tasks ul.tabs a:focus-visible {
  background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #block-euiss-primary-local-tasks ul.tabs a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
    text-decoration: underline;
  }
}

body.user-not-logged-in #block-euiss-primary-local-tasks {
  display: none;
}

.node--unpublished {
  box-shadow: 0 0 0 2px #d00000;
}
.node--unpublished:before {
  content: "Unpublished";
  display: block;
  width: 100%;
  padding: var(--spacing-2xs);
  text-transform: uppercase;
  text-align: center;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: white;
  background-color: #d00000;
  order: -2;
  margin-bottom: calc(-1 * var(--teaser-row-gap));
}

.contextual-region {
  position: initial;
}

@font-face {
  font-family: "euiss-icons";
  src: url("../fonts/icons/euiss-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  background-color: white;
  color: var(--tx-color, #959595);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
}

html,
body {
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
  }
  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    background: #12596e;
  }
  html::-webkit-scrollbar-track,
  body::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  html,
  body {
    scrollbar-width: thin;
    scrollbar-color: #12596e #dbdbdb;
  }
}

html.apply-smooth-scroll {
  scroll-behavior: smooth;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main > .region h1,
main > .region h2,
main > .region h3,
main > .region h4,
main > .region h5,
main > .region h6 {
  color: var(--headings-primary-color);
}

main h1,
main h2,
main h3,
main h4 {
  font-family: "Merriweather", serif;
}

.ajax-progress.ajax-progress-throbber {
  display: none;
}

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

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

a {
  color: var(--link-default-fg-color, #1a7e9b);
  text-decoration: none;
  transition: 250ms ease-out;
}
a:focus, a:focus-visible {
  outline: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

dl {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  transition: 250ms ease-out;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

strong {
  font-weight: 700;
}

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

iframe {
  border: 0px;
  width: 100%;
}

figure {
  margin: 0px;
}

:root {
  --tx-color:	#515050;
  --page-title-color:	#959595;
  --headings-primary-color:	#515050;
  --headings-secondary-color:	#dbdbdb;
  --link-default-fg-color:	#1a7e9b;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#091e2f;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#1a7e9b;
  --link-hover-header-bg-color:	#eaf5f9;
  --link-header-bg-color:	white;
  --link-header-color-hover:	#0e4555;
  --decor-primary-color:	#113655;
  --active-fg-color:	#959595;
  --active-br-color:	#113655;
  --h-link-fg-color:	white;
  --h-link-bg-color:	#1a7e9b;
  --h-link-icon-color:	#a0d2e1;
  --h-link-focus-bg-color:	#0b3541;
  --h-link-hover-bg-color:	#12596e;
  --h-link-alt-bg-color:	#00A0C2;
  --download-link-icon-fg-color:	#959595;
  --table-br-color:	#0c263c;
  --table-th-fg-color:	#091e2f;
  --table-th-bg-color:	#113655;
  --table-body-bg-color:	#0f314d;
  --table-body-th-fg-color:	#091e2f;
  --table-body-th-bg-color:	#92a3b1;
  --table-body-th-zebra-fg-color:	#091e2f;
  --table-body-th-zebra-bg-color:	#b5c1ca;
  --bar-chart-fg-color:	#071724;
  --bar-chart-bg-color:	#113655;
  --bar-chart-light-bg-color:	#60788d;
  --arrow-steps-fg-color:	#959595;
  --arrow-steps-bg-color:	#113655;
}

header {
  margin: 0 auto;
  max-width: 120rem;
  background-color: white;
  position: relative;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: #dbdbdb;
  z-index: 0;
  bottom: 0px;
}
@media screen and (max-width: 50em) {
  header {
    overflow: hidden;
  }
}
header a {
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-header-bg-color) 50%, var(--link-hover-header-bg-color));
  background-size: 100% 200%;
}
@media (hover: hover) and (pointer: fine) {
  header a:hover {
    background-position: 0 100%;
    color: var(--link-hover-header-bg-color);
  }
}
header a:not(:hover) {
  border-bottom: 1px solid white;
}
@media (hover: hover) and (pointer: fine) {
  header a:hover {
    transition: 250ms ease-out;
    background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-header-bg-color) 50%, var(--link-hover-header-bg-color));
    background-size: 100% 200%;
    color: var(--link-header-color-hover) !important;
    border-bottom: 1px solid var(--link-header-color-hover);
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  header a:hover:hover {
    background-position: 0 100%;
    color: var(--link-hover-header-bg-color);
  }
}
header a:focus-visible {
  background-color: var(--link-focus-bg-color);
  outline: 3px solid #1a7e9b;
}
header .block-system-branding-block .site-name {
  height: 100%;
}
header .block-system-branding-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0px;
  border-bottom: 1px solid var(--link-header-bg-color, var(--link-hover-header-bg-color));
  padding: var(--spacing-s) var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  header .block-system-branding-block a {
    padding: var(--spacing-m) var(--spacing-xl);
  }
}
header .block-system-branding-block a:before {
  content: " ";
  width: 5rem;
  height: 4.125rem;
  background-image: url(../logo.svg);
  background-repeat: no-repeat;
  background-position: center left;
  transition: 250ms ease-out;
  background-size: cover;
}
@media screen and (min-width: 90.0625em) {
  header .block-system-branding-block a:before {
    width: 7.8125rem;
    height: 6.5rem;
  }
}
header .block-system-branding-block a:focus-visible:before {
  background-image: url(../logo-white-2.svg);
  background-size: cover;
}
header .region-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: var(--spacing-m);
}
header .search-wrapper {
  position: relative;
}
header .search-wrapper .button {
  line-height: 0;
}
header .search-block-form {
  position: absolute;
  left: 100%;
  bottom: var(--header-height);
  width: 100%;
  pointer-events: none;
  z-index: -10;
  visibility: hidden;
  opacity: 1;
  transition: 250ms ease-out;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}
@media screen and (min-width: 85.4375em) {
  header .search-block-form {
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
    bottom: auto;
    opacity: 0;
    top: 0;
  }
}
header .search-block-form.open {
  pointer-events: all;
  visibility: visible;
  z-index: 110;
  opacity: 1;
}
@media screen and (max-width: 85.375em) {
  header .search-block-form.open {
    right: 0;
    top: 0;
    left: auto;
    width: auto;
  }
}
header .search-block-form .form-actions {
  display: inline-block;
}
header .search-block-form form {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: stretch;
  background-color: white;
}
header .search-block-form form .form-item input {
  padding: calc(var(--spacing-3xs) * 1.7);
}
@media screen and (max-width: 85.375em) {
  header .search-block-form form .form-item input {
    padding: var(--spacing-3xs);
  }
}
@media screen and (min-width: 103.8125em) {
  header .search-block-form form {
    min-width: 240px;
    overflow: hidden;
  }
}
header .search-block-form form .form-item-t {
  flex-grow: 1;
  padding: 0px;
  background-color: transparent;
}
header .search-block-form form .input-wrapper {
  width: 100%;
}
header .search-block-form form .input-wrapper input {
  padding: var(--spacing-xs) 0 var(--spacing-xs) var(--spacing-s);
  border: 0px;
}
header .search-block-form form .input-wrapper:before {
  content: none;
}
header .block-eu-logo {
  display: none;
}
header .block-eu-logo p {
  font-size: 0;
}
@media screen and (min-width: 103.8125em) {
  header .block-eu-logo {
    display: block;
  }
}
header .block-eu-logo .field--name-body {
  padding: 0.4375rem 0.75rem;
  padding: var(--spacing-m);
}
@media screen and (min-width: 90.0625em) {
  header .block-eu-logo .field--name-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0px;
    border-bottom: 1px solid var(--link-header-bg-color, var(--link-hover-header-bg-color));
  }
}
@media screen and (min-width: 50.0625em) {
  header .block-eu-logo .field--name-body {
    padding: var(--spacing-m) var(--spacing-xl);
  }
}
@media screen and (min-width: 90.0625em) {
  header .block-eu-logo .field--name-body:before {
    content: " ";
    width: 9.25rem;
    height: 1.5625rem;
    background-image: url(../eu-agency-logo.svg);
    background-repeat: no-repeat;
    background-position: center left;
    transition: 250ms ease-out;
    background-size: cover;
  }
}
@media screen and (min-width: 103.8125em) {
  header .block-eu-logo .field--name-body:before {
    width: 11.25rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 116.9375em) {
  header .block-eu-logo .field--name-body:before {
    width: 14rem;
    height: 2.4375rem;
  }
}
@media screen and (max-width: 50em) {
  header .block-menu .button.menu:has(+ div.open) {
    position: relative;
    height: var(--header-height);
    top: auto;
    right: 0px;
    z-index: 999;
    transition: width 250ms ease-out;
    background: none;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 50.0625em) {
  header .block-menu .button.menu {
    display: none;
  }
}

.region-breadcrumb {
  margin: 0 auto;
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
  padding: 0 var(--spacing-m);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-s);
}
@media screen and (min-width: 50.0625em) {
  .region-breadcrumb {
    flex-direction: row;
  }
}
.region-breadcrumb nav.breadcrumb ol {
  display: flex;
  justify-content: center;
  margin: 0;
}
.region-breadcrumb nav.breadcrumb ol li a:not(:hover):not(:focus-visible) {
  border: none;
}
.region-breadcrumb nav.breadcrumb ol li:not(:last-child):after {
  content: "/";
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.region-breadcrumb .wt-share--menu a.wt-share--reset-a {
  padding: var(--spacing-2xs);
  background: #1a7e9b;
}
.region-breadcrumb .wt-share--menu a.wt-share--reset-a::after {
  content: "\e912";
  color: white;
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-breadcrumb .wt-share--menu a.wt-share--reset-a:hover {
  text-decoration: none;
}
.region-breadcrumb .wt-share--menu a.wt-share--reset-a svg {
  display: none;
}
.region-breadcrumb .wt-share--menu .wt-share--menu-content li a {
  color: #1a7e9b;
}

.page-header {
  margin: 0 auto;
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-2xl);
  padding: 0 var(--spacing-m);
  text-align: center;
}
@media screen and (min-width: 50.0625em) {
  .page-header {
    padding: 0 var(--spacing-xl);
    max-width: calc(64rem + var(--spacing-xl) * 2);
  }
}
.page-header h1.page-title {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
}

footer {
  margin: 0 auto;
  max-width: 120rem;
}
footer > .region {
  padding: var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  footer > .region {
    padding: var(--spacing-xl);
  }
}
footer .region-footer {
  background-color: #e7ebee;
  background-image: url(../images/newsletter-logo.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
footer .region-footer h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
  margin-bottom: var(--spacing-xl);
}
@media screen and (min-width: 85.4375em) {
  footer .region-footer .newsletter {
    display: flex;
    justify-content: flex-start;
    gap: var(--spacing-l);
  }
  footer .region-footer h2 {
    flex-basis: 50%;
    margin: 0;
  }
  footer .region-footer p {
    margin: 0;
  }
  footer .region-footer .newsletter-text {
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    gap: var(--spacing-xl);
  }
}
footer .region-footer-bottom {
  background-color: #113655;
  color: #c3c3c3;
}
footer .region-footer-bottom a {
  color: white;
  border-bottom: none;
}
footer .region-footer-bottom a:hover {
  color: #92a3b1;
}
footer .region-footer-bottom a:focus-visible {
  background: #113655;
  outline: 1px solid white;
}
@media screen and (min-width: 85.4375em) {
  footer .region-footer-bottom .region-footer-bottom-up,
  footer .region-footer-bottom .region-footer-bottom-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .region-footer-bottom .region-footer-bottom-up {
  padding-bottom: var(--spacing-s);
  border-bottom: 1px solid #60788d;
}
@media screen and (min-width: 50.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up {
    align-items: flex-end;
  }
}
@media screen and (min-width: 90.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up-left {
    display: flex;
  }
}
footer .region-footer-bottom #block-euiss-site-branding {
  margin-right: var(--spacing-l);
}
@media screen and (max-width: 90em) {
  footer .region-footer-bottom #block-euiss-site-branding {
    margin-bottom: var(--spacing-l);
  }
}
footer .region-footer-bottom #block-euiss-site-branding .site-name {
  height: 100%;
}
footer .region-footer-bottom #block-euiss-site-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0px;
  width: fit-content;
}
footer .region-footer-bottom #block-euiss-site-branding a:before {
  content: " ";
  width: 5.375rem;
  height: 2rem;
  background-image: url(../logo-white-footer.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
  margin-left: var(--spacing-s);
  column-gap: var(--spacing-2xs);
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  padding: var(--spacing-xs) var(--spacing-s);
  color: #1a7e9b;
  margin-left: 0;
  display: block;
  color: white;
}
@media screen and (min-width: 80.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 50.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
    padding: var(spacing-3xs) var(spacing-2xs);
  }
}
@media screen and (min-width: 90.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
    padding: var(--spacing-xs) var(--spacing-s);
  }
}
@media screen and (min-width: 85.4375em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: var(--body-s-font-size);
    line-height: var(--body-s-line-height);
    letter-spacing: 0em;
    font-weight: 700;
  }
}
footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a:after {
  flex-shrink: 0;
}
footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a:hover {
  color: var(--h-link-icon-color);
}
@media screen and (max-width: 64em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a {
    padding: 0;
    margin-right: var(--spacing-m);
  }
}
footer .region-footer-bottom .region-footer-bottom-up-right ul.menu li a:not(:hover):not(:focus-visible) {
  background: none;
}
@media screen and (min-width: 50.0625em) {
  footer .region-footer-bottom .region-footer-bottom-up-right ul.menu {
    display: flex;
  }
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field p {
  font-size: 0;
  display: none;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links {
  flex-direction: row;
}
@media screen and (min-width: 50.0625em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li {
  padding: 0;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li:before {
  content: none !important;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
  border-bottom: none;
  margin-right: var(--spacing-s);
  column-gap: var(--spacing-2xs);
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  padding: var(--spacing-xs) var(--spacing-s);
  color: #1a7e9b;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
@media screen and (min-width: 80.0625em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 50.0625em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
    padding: var(spacing-3xs) var(spacing-2xs);
  }
}
@media screen and (min-width: 90.0625em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
    padding: var(--spacing-xs) var(--spacing-s);
  }
}
@media screen and (min-width: 85.4375em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: var(--body-s-font-size);
    line-height: var(--body-s-line-height);
    letter-spacing: 0em;
    font-weight: 700;
  }
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:after {
  flex-shrink: 0;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:hover {
  color: var(--h-link-icon-color);
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:hover:before {
  color: var(--h-link-icon-color) !important;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:focus-visible {
  background: #113655;
  outline: 1px solid white;
}
@media screen and (max-width: 64em) {
  footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a {
    display: block;
    margin-bottom: var(--spacing-s);
    padding: 0;
    margin-right: var(--spacing-m);
  }
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:before {
  margin-right: 0.4rem;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li a:not(:hover):not(:focus-visible) {
  background: none;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.x a::before {
  content: "\e91a";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.facebook a::before {
  content: "\e916";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.linkedin a::before {
  content: "\e918";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.instagram a::before {
  content: "\e917";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.youtube a::before {
  content: "\e91b";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.rss a::before {
  content: "\e919";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom #block-euiss-footersocialmedialinks .field ul.social-links li.bluesky a::before {
  content: "\e923";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .region-footer-bottom .region-footer-bottom-down {
  padding-top: var(--spacing-s);
}
footer .region-footer-bottom .region-footer-bottom-down p.copyright {
  color: white;
}
footer .region-footer-bottom .region-footer-bottom-down #block-euiss-copyrighttextblock p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  color: #92a3b1;
}

body:not(.path-frontpage) main {
  margin-bottom: var(--spacing-xl);
}
body:not(.path-frontpage) main .layout-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  body:not(.path-frontpage) main .layout-content {
    padding: 0 var(--spacing-xl);
    max-width: calc(105rem + var(--spacing-xl) * 2);
  }
}
@media screen and (min-width: 50.0625em) {
  body:not(.path-frontpage) .content-center-aligned main .layout-content {
    max-width: calc(64rem + var(--spacing-xl) * 2);
  }
}

.layout-content-top #block-full-node-media {
  padding: 0;
}
.layout-content-top #block-full-node-media img {
  margin: 0 auto;
  display: block;
}

.layout-content-bottom {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  background-color: white;
  padding: 0 var(--spacing-xl);
  position: relative;
}
.layout-content-bottom .block-related-content-block {
  position: relative;
}
@media screen and (min-width: 40.0625em) {
  .layout-content-bottom .block-related-content-block:before {
    content: "";
    position: absolute;
    z-index: 0;
    border-bottom: 1px solid #c3c3c3;
    left: var(--spacing-m);
    right: var(--spacing-m);
    top: var(--spacing-2xl);
  }
}
@media screen and (min-width: 50.0625em) {
  .layout-content-bottom .block-related-content-block:before {
    left: var(--spacing-3xs);
    right: var(--spacing-3xs);
    top: var(--spacing-2xl);
  }
}
.layout-content-bottom h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: white;
  padding-right: 1rem;
  margin-bottom: var(--spacing-l);
}
.layout-content-bottom h2:before {
  content: "";
  background-image: url(../images/heading-indicators.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -2.3rem;
  top: -0.4rem;
  width: 1.6875rem;
  height: 5.875rem;
}
@media screen and (min-width: 64.0625em) {
  .layout-content-bottom h2:before {
    left: -4.9rem;
    top: -2rem;
    width: 3.25rem;
    height: 11.3125rem;
  }
}
.layout-content-bottom .tabs.ui-tabs {
  position: relative;
}
.layout-content-bottom .tabs.ui-tabs .tabs-wrapper {
  position: absolute;
  top: calc(var(--spacing-2xl) * -1.56);
  right: 0;
}
.layout-content-bottom .related-content-carousel .slick-list .slick-track {
  display: flex;
  gap: var(--spacing-m);
}
.layout-content-bottom .related-content-carousel button.slick-prev {
  position: absolute;
  top: 20svh;
  left: calc(var(--spacing-m) * -1);
  z-index: 2;
}
.layout-content-bottom .related-content-carousel button.slick-next {
  position: absolute;
  top: 20svh;
  right: calc(var(--spacing-m) * -1);
  z-index: 2;
}
.layout-content-bottom .teaser.dark .teaser-title:hover + div {
  display: none !important;
}
.layout-content-bottom #tab-external-publications .views-field-field-author-ext-pubs h2, .layout-content-bottom #tab-external-publications .views-field-field-author-ext-pubs h3 {
  display: block;
  clear: both;
}
.layout-content-bottom #tab-external-publications .views-element-container p {
  display: inline-block;
  padding: var(--spacing-s);
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
  border-bottom: 3px solid #1a7e9b;
  width: 100%;
  vertical-align: top;
  margin: var(--spacing-s) 0;
}
@media screen and (min-width: 80.0625em) {
  .layout-content-bottom #tab-external-publications .views-element-container p {
    width: 47%;
    margin: var(--spacing-s) 2% var(--spacing-s) 0;
  }
}
.layout-content-bottom #tab-external-publications .views-element-container p a {
  color: #1a7e9b;
}

@media screen and (max-width: 80em) {
  .layout-content-sidebar {
    display: block !important;
    order: -1;
  }
}
@media screen and (min-width: 64.0625em) {
  body:not(.path-frontpage) main:has(.toc-js-container) {
    display: grid;
    grid-template-columns: calc((100rem - 1024px - var(--spacing-xl) * 2) * 0.5) 1fr;
  }
  body:not(.path-frontpage) main:has(.toc-js-container) a#main-content,
  body:not(.path-frontpage) main:has(.toc-js-container) .region-administrative-links,
  body:not(.path-frontpage) main:has(.toc-js-container) .layout-content-top,
  body:not(.path-frontpage) main:has(.toc-js-container) .layout-content-bottom {
    grid-column: 1/span 2;
    width: 100%;
  }
  body:not(.path-frontpage) main:has(.toc-js-container) .toc-js-container {
    grid-column: 1;
    grid-row: 3/span 3;
  }
  body:not(.path-frontpage) main:has(.toc-js-container) .region-breadcrumb,
  body:not(.path-frontpage) main:has(.toc-js-container) .page-header,
  body:not(.path-frontpage) main:has(.toc-js-container) .layout-content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 80em) {
  body:not(.path-frontpage) main:has(.toc-js-container) .region-breadcrumb,
  body:not(.path-frontpage) main:has(.toc-js-container) .page-header,
  body:not(.path-frontpage) main:has(.toc-js-container) .layout-content {
    max-width: calc(44rem + var(--spacing-xl) * 2);
  }
}
@media screen and (min-width: 64.0625em) {
  body:not(.path-frontpage) main:has(.toc-js-container) .region-breadcrumb {
    margin-bottom: 0px;
    max-width: calc(64rem + var(--spacing-xl) * 2);
  }
}
@media screen and (min-width: 80.0625em) {
  body:not(.path-frontpage) main:has(.toc-js-container) {
    grid-template-columns: calc((100rem - 1024px - var(--spacing-xl) * 2) * 0.5) 1fr;
  }
}
@media screen and (min-width: 103.8125em) {
  body:not(.path-frontpage) main:has(.toc-js-container) {
    grid-template-columns: calc((120rem - 1024px - var(--spacing-xl) * 2) * 0.5) 1fr;
  }
}

.toc-js-container {
  position: static;
  overflow: visible;
  max-height: none;
  padding-top: var(--spacing-2xl);
}
.toc-js-container .region-content-sidebar {
  position: sticky;
  top: var(--spacing-2xl);
}

.text-formatted h2,
.text-formatted .h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--h2-margin);
  margin-bottom: var(--h2-margin);
}
.text-formatted h3,
.text-formatted .h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: 0em;
  margin-top: var(--h3-margin);
  margin-bottom: var(--h3-margin);
}
.text-formatted h4,
.text-formatted .h4 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  letter-spacing: 0em;
  margin-top: var(--h4-margin);
  margin-bottom: var(--h4-margin);
}
.text-formatted h5,
.text-formatted .h5 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  margin-top: var(--h5-margin);
  margin-bottom: var(--h5-margin);
}
.text-formatted h6,
.text-formatted .h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
  margin-top: var(--h6-margin);
  margin-bottom: var(--h6-margin);
}
.text-formatted h1 {
  color: #b00000;
}
.text-formatted p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
  color: var(--tx-color, #959595);
}
.text-formatted p.small-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-s-margin);
  margin-bottom: var(--body-s-margin);
}
.text-formatted p.xsmall-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-xs-margin);
  margin-bottom: var(--body-xs-margin);
}
.text-formatted span.small-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
}
.text-formatted span.xsmall-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
}
.text-formatted blockquote {
  margin: 0;
  padding: 0;
}
.text-formatted blockquote p {
  color: black !important;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: 0em;
  padding-left: var(--spacing-xl);
  border-left: 2px solid #959595;
}
.text-formatted blockquote p::first-letter {
  text-transform: capitalize;
  font-size: 5.625rem;
  margin-left: -47px;
  font-size: 4rem;
  float: left;
  line-height: 1;
}
.text-formatted blockquote > *:first-child {
  margin-top: 0px;
}
.text-formatted blockquote > *:last-child {
  margin-bottom: 0px;
}
.text-formatted blockquote.test-1 {
  background-color: #e7ebee;
  border-left: 5px solid var(--link-default-fg-color);
  padding: var(--spacing-l) var(--spacing-l) var(--spacing-l) var(--spacing-3xl);
  position: relative;
}
.text-formatted blockquote.test-1::before {
  content: "\e90f";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-xl);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-1:before, .text-formatted blockquote.test-1:after {
  position: absolute;
}
.text-formatted blockquote.test-1:before {
  top: var(--spacing-s);
  left: var(--spacing-s);
}
.text-formatted blockquote.test-1:after {
  bottom: var(--spacing-s);
  right: var(--spacing-s);
}
.text-formatted blockquote.test-1 p {
  color: #113655 !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-weight: 700;
  font-style: italic;
  border: none;
  padding: 0;
}
.text-formatted blockquote.test-1 p::first-letter {
  text-transform: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-left: 0;
  color: #113655 !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-weight: 700;
  font-style: italic;
}
.text-formatted blockquote.test-2 {
  background-color: #0f314d;
  padding: var(--spacing-xl);
  position: relative;
}
.text-formatted blockquote.test-2::before {
  content: "\e90f";
  color: white;
  font-size: var(--spacing-l);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-2::after {
  content: "\e910";
  color: white;
  font-size: var(--spacing-l);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-2:before, .text-formatted blockquote.test-2:after {
  position: absolute;
}
.text-formatted blockquote.test-2:before {
  top: var(--spacing-s);
  left: var(--spacing-s);
}
.text-formatted blockquote.test-2:after {
  bottom: var(--spacing-s);
  right: var(--spacing-s);
}
.text-formatted blockquote.test-2 p {
  color: white !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
  border: none;
  padding: 0;
}
.text-formatted blockquote.test-2 p::first-letter {
  text-transform: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-left: 0;
  color: white !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
}
.text-formatted blockquote.test-3 {
  background-color: white;
  border-top: 5px solid #0f314d;
  border-bottom: 5px solid #0f314d;
  padding: var(--spacing-m) var(--spacing-l) var(--spacing-m) 0;
  position: relative;
}
.text-formatted blockquote.test-3::after {
  content: "\e910";
  color: #0f314d;
  font-size: var(--spacing-2xl);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 80.0625em) {
  .text-formatted blockquote.test-3 {
    width: 75%;
    margin: 0 auto;
    margin-top: var(--spacing-l);
    margin-bottom: var(--spacing-l);
  }
}
.text-formatted blockquote.test-3:after {
  position: absolute;
}
.text-formatted blockquote.test-3:after {
  bottom: calc(var(--spacing-s) * -2.3);
  right: var(--spacing-s);
}
.text-formatted blockquote.test-3 p {
  color: #0f314d !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
  border: none;
  padding: 0;
}
.text-formatted blockquote.test-3 p::first-letter {
  text-transform: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-left: 0;
  color: #0f314d !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
}
.text-formatted blockquote.test-4 {
  background-color: white;
  border: 2px solid #0f314d;
  box-shadow: var(--spacing-2xs) var(--spacing-2xs) #0f314d;
  padding: var(--spacing-xl);
  position: relative;
}
.text-formatted blockquote.test-4::before {
  content: "\e90f";
  color: #0f314d;
  font-size: var(--spacing-l);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-4::after {
  content: "\e910";
  color: #0f314d;
  font-size: var(--spacing-l);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-4:before, .text-formatted blockquote.test-4:after {
  position: absolute;
}
.text-formatted blockquote.test-4:before {
  top: var(--spacing-s);
  left: var(--spacing-s);
}
.text-formatted blockquote.test-4:after {
  bottom: var(--spacing-s);
  right: var(--spacing-s);
}
.text-formatted blockquote.test-4 p {
  color: #0f314d !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
  border: none;
  padding: 0;
}
.text-formatted blockquote.test-4 p::first-letter {
  text-transform: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-left: 0;
  color: #0f314d !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
}
.text-formatted blockquote.test-5 {
  background-color: #0f314d;
  padding: var(--spacing-2xl);
  position: relative;
}
.text-formatted blockquote.test-5::before {
  content: "\e90f";
  color: #415e77;
  font-size: var(--spacing-2xl);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-5::after {
  content: "\e910";
  color: #415e77;
  font-size: var(--spacing-2xl);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted blockquote.test-5:before, .text-formatted blockquote.test-5:after {
  position: absolute;
}
.text-formatted blockquote.test-5:before {
  top: 0;
  left: var(--spacing-s);
}
.text-formatted blockquote.test-5:after {
  bottom: 0;
  right: var(--spacing-s);
}
.text-formatted blockquote.test-5 p {
  color: white !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
  border: none;
  padding: 0;
}
.text-formatted blockquote.test-5 p::first-letter {
  text-transform: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-left: 0;
  color: white !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-style: italic;
}
.text-formatted p > a:not(.button, .ui-tabs-anchor),
.text-formatted li > a:not(.button, .ui-tabs-anchor),
.text-formatted p > strong > a:not(.button, .ui-tabs-anchor),
.text-formatted p > em > a:not(.button, .ui-tabs-anchor),
.text-formatted p > u > a:not(.button, .ui-tabs-anchor),
.text-formatted td > a:not(.button, .ui-tabs-anchor),
.text-formatted th > a:not(.button, .ui-tabs-anchor) {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
  word-wrap: break-word;
}
.text-formatted p > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted li > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted p > strong > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted p > em > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted p > u > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted td > a:not(.button, .ui-tabs-anchor):focus-visible,
.text-formatted th > a:not(.button, .ui-tabs-anchor):focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted p > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted li > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > strong > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > em > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > u > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted td > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted th > a:not(.button, .ui-tabs-anchor):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted p > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted li > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > strong > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > em > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted p > u > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted td > a:not(.button, .ui-tabs-anchor):hover,
  .text-formatted th > a:not(.button, .ui-tabs-anchor):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links),
.text-formatted div:not(.summary) ul {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
  list-style-type: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li,
.text-formatted div:not(.summary) ul > li {
  position: relative;
  color: var(--tx-color, #959595);
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li > *,
.text-formatted div:not(.summary) ul > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li:before,
.text-formatted div:not(.summary) ul > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li > ul, .text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li > ol,
.text-formatted div:not(.summary) ul > li > ul,
.text-formatted div:not(.summary) ul > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links):first-child,
.text-formatted div:not(.summary) ul:first-child {
  margin-top: 0px;
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links):last-child,
.text-formatted div:not(.summary) ul:last-child {
  margin-bottom: 0px;
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li,
.text-formatted div:not(.summary) ul > li {
  padding-left: var(--b-list-item-padding-left, calc(84 / 16 * 1rem + (105 - 84) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links) > li:before,
.text-formatted div:not(.summary) ul > li:before {
  content: " ";
  top: var(--list-decor-top, calc(8.5 / 16 * 1rem + (11 - 8.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  left: var(--list-decor-left, var(--spacing-xl));
  width: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  height: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  border-radius: 50%;
  background-color: var(--decor-primary-color);
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links).small-text,
.text-formatted div:not(.summary) ul.small-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-top:	calc(6.8 / 16 * 1rem + (11 - 6.8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
.text-formatted ul:not(.button-group, .tabs-list, .layout, .remove-list-styling, .social-links).xsmall-text,
.text-formatted div:not(.summary) ul.xsmall-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-top:	calc(5.5 / 16 * 1rem + (7 - 5.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
.text-formatted ol:not(.layout, .remove-list-styling) {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
  list-style-type: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
  counter-reset: counter;
  --n-list-item-padding-left: calc(72 / 16 * 1rem + (90 - 72) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
.text-formatted ol:not(.layout, .remove-list-styling) > li {
  position: relative;
  color: var(--tx-color, #959595);
}
.text-formatted ol:not(.layout, .remove-list-styling) > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted ol:not(.layout, .remove-list-styling) > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted ol:not(.layout, .remove-list-styling) > li > ul, .text-formatted ol:not(.layout, .remove-list-styling) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted ol:not(.layout, .remove-list-styling):first-child {
  margin-top: 0px;
}
.text-formatted ol:not(.layout, .remove-list-styling):last-child {
  margin-bottom: 0px;
}
.text-formatted ol:not(.layout, .remove-list-styling) > li {
  padding-left: var(--n-list-item-padding-left);
}
.text-formatted ol:not(.layout, .remove-list-styling) > li:before {
  content: counter(counter);
  counter-increment: counter;
  top: 0px;
  right: calc(100% - var(--n-list-item-padding-left));
  margin-right: var(--list-decor-right, var(--spacing-m));
  font-weight: 700;
  text-align: right;
  color: var(--decor-primary-color);
}
.text-formatted ol:not(.layout, .remove-list-styling).small-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-top:	calc(6.8 / 16 * 1rem + (11 - 6.8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
.text-formatted ol:not(.layout, .remove-list-styling).xsmall-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-top:	calc(5.5 / 16 * 1rem + (7 - 5.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
.text-formatted .remove-list-styling > li > *:first-child {
  margin-top: 0px;
}
.text-formatted .remove-list-styling > li > *:last-child {
  margin-bottom: 0px;
}
.text-formatted hr {
  margin-top: var(--page-gap);
  margin-bottom: var(--page-gap);
  border: 0px;
  border-top: 1px solid #dbdbdb;
}
.text-formatted .subtitle {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-bottom: var(--spacing-l) !important;
}
.text-formatted .subtitle span {
  font-weight: 700;
}
.text-formatted .card {
  background: #e7ebee;
}
.text-formatted .card .text-formatted {
  padding: 0 var(--spacing-m) var(--spacing-l) var(--spacing-m);
}
@media screen and (min-width: 80.0625em) {
  .text-formatted .card .text-formatted {
    padding: var(--spacing-xl) var(--spacing-l) var(--spacing-xl) 0;
  }
}
.text-formatted .table-wrapper {
  overflow: auto;
  position: relative;
  max-width: 100%;
  max-height: calc(90vh - var(--admin-menu-height) - var(--header-height));
  max-height: calc(90svh - var(--admin-menu-height) - var(--header-height));
  border-top: 1px solid var(--table-br-color);
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted .table-wrapper {
    border-bottom: 1px solid var(--table-br-color);
  }
  .text-formatted .table-wrapper::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
  }
  .text-formatted .table-wrapper::-webkit-scrollbar-thumb {
    background: #12596e;
  }
  .text-formatted .table-wrapper::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .text-formatted .table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #12596e #dbdbdb;
  }
  .text-formatted .table-wrapper table tbody {
    border-bottom: 0px;
  }
}
@media screen and (min-width: 85.4375em) {
  .text-formatted .table-wrapper {
    --header-height: 0px;
  }
}
.text-formatted .table-wrapper table {
  width: 100%;
}
.text-formatted .table-wrapper table caption {
  border-top: 0px;
}
.text-formatted .table-wrapper table thead,
.text-formatted .table-wrapper table tbody {
  border-top: 0px;
}
.text-formatted .table-wrapper table thead th {
  position: sticky;
  top: 0px;
  z-index: 2;
}
@media screen and (min-width: 50.0625em) {
  .text-formatted .column-narrow {
    margin: 0 auto;
    max-width: calc(64rem + var(--spacing-xl) * 2);
  }
}
.text-formatted table {
  text-align: left;
  border-collapse: collapse;
  color: var(--table-th-fg-color);
  border: 1px solid;
}
.text-formatted table th {
  border: 1px solid;
  border-color: var(--table-br-color);
  background-color: var(--table-th-bg-color);
  padding: var(--spacing-s);
  color: white;
}
.text-formatted table td {
  border-left: 1px solid;
  border-color: var(--table-br-color);
  padding: var(--spacing-s);
}
.text-formatted table tr {
  background-color: var(--table-body-th-zebra-bg-color);
}
.text-formatted table tr:nth-child(even) {
  background-color: var(--table-body-th-bg-color);
}
.text-formatted .align-left {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  .text-formatted .align-left {
    float: left;
    margin-right: var(--teaser-list-gap-small);
    margin-bottom: var(--teaser-list-gap-small);
    max-width: 50%;
  }
  .text-formatted .align-left.small {
    max-width: 30%;
  }
}
.text-formatted .align-right {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  .text-formatted .align-right {
    float: right;
    margin-left: var(--section-gap);
    margin-bottom: var(--body-margin);
    max-width: 50%;
  }
}
.text-formatted .align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-formatted figure.caption {
  margin-bottom: var(--body-margin);
}
.text-formatted figure.caption.align-center {
  display: table;
  text-align: center;
}
.text-formatted figcaption {
  margin-top: var(--body-margin);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
}
.text-formatted h2,
.text-formatted h3,
.text-formatted div,
.text-formatted blockquote,
.text-formatted hr,
.text-formatted table {
  clear: both;
}
.text-formatted blockquote,
.text-formatted .table-wrapper,
.text-formatted .layout,
.text-formatted .video-wrapper,
.text-formatted .tabs {
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: var(--section-gap);
}
.text-formatted .expandable:not(.read-more) {
  margin: var(--spacing-l) 0;
}
.text-formatted .expandable:not(.read-more):last-child {
  margin-bottom: 0px;
}
.text-formatted div > .expandable:first-child {
  margin-top: 0px;
}
.text-formatted div > .expandable:last-child {
  margin-bottom: 0px;
}
.text-formatted .expandable .expandable-title > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted .introduction {
  display: block;
  padding-left: var(--spacing-l);
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  border-left: 8px solid #1a7e9b;
}
.text-formatted .summary {
  display: block;
  padding: var(--spacing-xl) var(--spacing-l);
  background: #f1f1f1;
  border: 1px solid #c3c3c3;
  margin-bottom: var(--spacing-m) !important;
}
.text-formatted .summary h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
  margin-top: 0;
}
.text-formatted .summary ul li {
  display: flex;
  gap: var(--spacing-s);
}
.text-formatted .summary ul li::before {
  content: "\e902";
  color: #113655;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted .summary ul li:before {
  background: transparent !important;
  content: "\e902" !important;
  top: auto !important;
}
@media screen and (max-width: 50em) {
  .text-formatted .summary ul li {
    padding-left: var(--b-list-item-padding-left, calc(32 / 16 * 1rem + (40 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)))) !important;
  }
  .text-formatted .summary ul li:before {
    left: 0 !important;
  }
}
.text-formatted > *:first-child, .text-formatted > span:first-child + * {
  margin-top: 0px;
}
.text-formatted > *:last-child {
  margin-bottom: 0px;
}
.text-formatted .layout > * {
  margin: 0px;
}
.text-formatted .chart-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.text-formatted .chart-subtitle {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  color: #999;
  margin-top: 0;
}
.text-formatted .chart-caption {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 13px;
  color: #333333;
  text-align: left;
}
html.js .text-formatted .expandable .expandable-body {
  display: none;
}

@media screen and (min-width: 85.4375em) {
  .navigation button.menu {
    display: none;
  }
}

@media screen and (min-width: 85.4375em) {
  .main-menu nav .menu-wrapper ul.menu {
    display: flex;
    align-items: center;
    gap: var(--spacing-2xs);
    margin-right: var(--spacing-xs);
    z-index: 100 !important;
    position: relative;
  }
}
@media screen and (min-width: 85.4375em) {
  .main-menu nav .menu-wrapper ul.menu li.has-children button,
  .main-menu nav .menu-wrapper ul.menu li.has-children .menu-wrapper {
    display: none;
  }
}
.main-menu ul > li > a, .main-menu ul > li > button {
  column-gap: var(--spacing-2xs);
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  padding: var(--spacing-xs) var(--spacing-s);
  color: #1a7e9b;
}
@media screen and (min-width: 80.0625em) {
  .main-menu ul > li > a, .main-menu ul > li > button {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 50.0625em) {
  .main-menu ul > li > a, .main-menu ul > li > button {
    padding: var(spacing-3xs) var(spacing-2xs);
  }
}
@media screen and (min-width: 90.0625em) {
  .main-menu ul > li > a, .main-menu ul > li > button {
    padding: var(--spacing-xs) var(--spacing-s);
  }
}
@media screen and (min-width: 85.4375em) {
  .main-menu ul > li > a, .main-menu ul > li > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: var(--body-s-font-size);
    line-height: var(--body-s-line-height);
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.main-menu ul > li > a:after, .main-menu ul > li > button:after {
  flex-shrink: 0;
}
@media screen and (max-width: 85.375em) {
  .main-menu ul > li > a, .main-menu ul > li > button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.main-menu ul > li.has-children:hover > a, .main-menu ul > li.has-children:focus-visible > a {
  border-bottom: none;
  background-color: var(--link-hover-header-bg-color);
  color: var(--link-header-color-hover);
}
@media screen and (min-width: 85.4375em) {
  .main-menu ul > li.has-children:hover .menu-wrapper, .main-menu ul > li.has-children:focus-visible .menu-wrapper {
    display: block !important;
    position: relative;
  }
  .main-menu ul > li.has-children:hover .menu-wrapper ul.menu, .main-menu ul > li.has-children:focus-visible .menu-wrapper ul.menu {
    display: block;
    position: absolute;
    background-color: var(--link-hover-header-bg-color);
    width: 14rem;
    z-index: 1000000;
  }
  .main-menu ul > li.has-children:hover .menu-wrapper ul.menu a, .main-menu ul > li.has-children:focus-visible .menu-wrapper ul.menu a {
    border-bottom: 1px solid var(--link-hover-header-bg-color);
  }
  .main-menu ul > li.has-children:hover .menu-wrapper ul.menu li:last-child a, .main-menu ul > li.has-children:focus-visible .menu-wrapper ul.menu li:last-child a {
    border-bottom: 1px solid #b5c1ca;
  }
  .main-menu ul > li.has-children:hover .menu-wrapper ul.menu a:hover,
  .main-menu ul > li.has-children:hover .menu-wrapper ul.menu li:last-child a:hover, .main-menu ul > li.has-children:focus-visible .menu-wrapper ul.menu a:hover,
  .main-menu ul > li.has-children:focus-visible .menu-wrapper ul.menu li:last-child a:hover {
    border-bottom: 1px solid var(--link-header-color-hover);
  }
}
@media screen and (min-width: 85.4375em) {
  .main-menu ul > li.has-children .has-children .menu-wrapper {
    display: none !important;
  }
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper, .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper {
    display: block !important;
    position: relative;
  }
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper ul.menu, .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper ul.menu {
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 14rem;
    z-index: 1000000;
  }
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper ul.menu a, .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper ul.menu a {
    border-bottom: 1px solid var(--link-hover-header-bg-color);
  }
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper ul.menu li:last-child a, .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper ul.menu li:last-child a {
    border-bottom: 1px solid #b5c1ca;
  }
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper ul.menu a:hover,
  .main-menu ul > li.has-children .has-children:hover .menu-wrapper ul.menu li:last-child a:hover, .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper ul.menu a:hover,
  .main-menu ul > li.has-children .has-children:focus-visible .menu-wrapper ul.menu li:last-child a:hover {
    border-bottom: 1px solid var(--link-header-color-hover);
  }
}
@media screen and (min-width: 85.4375em) {
  .main-menu ul > li.has-children > a::after {
    content: "\e91d";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 85.4375em) {
  .main-menu ul > li.has-children .has-children > a::after {
    content: "\e902";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.main-menu ul > li.has-children > a:after:hover {
  color: var(--link-header-color-hover);
}
.main-menu ul > li.menu-item--active-trail > a, .main-menu ul > li.menu-item--active-trail > button {
  background-color: #1a7e9b;
  color: white;
  font-weight: 700;
  --menu-link-br-color: var(--active-br-color);
  --decor-primary-color: var(--active-br-color);
}
.main-menu ul > li.menu-item--active-trail > a:not(:hover):after, .main-menu ul > li.menu-item--active-trail > button:not(:hover):after {
  color: white;
}
.main-menu ul > li > a:focus-visible, .main-menu ul > li > button:focus-visible {
  color: white;
  background-color: #091e2f;
  --decor-primary-color: white;
}
@media (hover: hover) and (pointer: fine) {
  .main-menu ul > li > a:hover, .main-menu ul > li > button:hover {
    color: white;
    background-color: #1a7e9b;
    --decor-primary-color: white;
  }
}

@media screen and (max-width: 85.375em) {
  .block-menu button.icon-only.menu {
    color: var(--link-default-fg-color);
    padding: var(--spacing-m);
    display: flex;
    align-items: center;
  }
  .block-menu button.icon-only.menu::after {
    content: "\e90a";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-l);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .block-menu button.icon-only.menu:after {
    margin-left: 0.7rem;
  }
  .block-menu button.icon-only.close {
    color: var(--link-default-fg-color);
    padding: var(--spacing-m);
    display: flex;
    align-items: center;
  }
  .block-menu button.icon-only.close::after {
    content: "\e91c";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-l);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .block-menu button.icon-only.close:after {
    margin-left: 0.7rem;
  }
  .main-menu {
    overflow: hidden;
    position: fixed;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    height: calc(100% - var(--header-height));
    z-index: -2;
    visibility: hidden;
    pointer-events: none;
    transition: 250ms ease-out;
    background-color: white;
  }
  .main-menu .menu-wrapper {
    border-top: 1px solid #dbdbdb;
  }
  .main-menu li > a,
  .main-menu li:not(.back) > button {
    border-bottom: 1px solid #dbdbdb;
    border-left: 8px solid #b5c1ca;
  }
  .main-menu li.parent > a {
    border-top: 1px solid #dbdbdb;
  }
  .main-menu.open {
    visibility: visible;
    pointer-events: all;
    top: calc(var(--spacing-3xl) * 1.2);
    z-index: 10000;
    height: 100%;
    padding-top: 0;
  }
  .main-menu li.has-children > a,
  .main-menu li.has-children > button {
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: left;
  }
  .main-menu li.has-children > a::after,
  .main-menu li.has-children > button::after {
    content: "\e902";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .main-menu li.has-children > a:after,
  .main-menu li.has-children > button:after {
    margin-left: 8px;
  }
  .main-menu li.back button {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .main-menu li.back button::before {
    content: "\e901";
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .main-menu li.back button:before {
    margin-right: 8px;
  }
  .main-menu nav {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .main-menu nav .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--header-height));
  }
  .main-menu nav .menu-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-menu nav > .menu-wrapper {
    position: absolute;
    height: 100%;
  }
  .main-menu li.has-children > a {
    display: none;
  }
  .main-menu .menu-wrapper .menu-wrapper {
    left: 100%;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 250ms ease-out;
    background-color: var(--surface-bg-color);
  }
  .main-menu .menu-wrapper .menu-wrapper.open {
    visibility: visible;
    pointer-events: all;
    left: 0px;
    background-color: white;
    height: 100%;
    border-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .block-menu button.icon-only.menu {
    font-size: 0;
  }
}

.region.region-secondary-menu nav ul.menu li.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.region.region-secondary-menu nav ul.menu li.menu-item a::before {
  content: "\e915";
  color: #1a7e9b;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region.region-secondary-menu nav ul.menu li.menu-item a:before {
  margin-right: 0.7rem;
}
.region.region-secondary-menu nav ul.menu li.menu-item a:hover:before {
  color: white;
}

form {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-xl);
}
form .form-item input {
  padding: var(--spacing-xs);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  border-radius: 0;
  border: 1px solid #6e6e6e;
}
form .form-item input:hover {
  border: 1px solid #1a7e9b;
  outline: 1px solid #1a7e9b;
}
form .form-item input:focus-visible {
  border: 1px solid #113655;
  outline: 3px solid #113655;
}
form label,
form span.fieldset-legend {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  color: var(--tx-default-color);
  font-weight: 700;
  margin-bottom: var(--spacing-s);
}
form label.form-required:after,
form span.fieldset-legend.form-required:after {
  content: "(*)";
  content: "(*)"/"";
  margin-left: var(--spacing-3xs);
  flex-shrink: 0;
  color: #a55900;
}
form label {
  cursor: pointer;
}
form textarea {
  border-radius: 0;
}
form textarea:focus-visible {
  color: #091e2f;
  background-color: white;
}
form select {
  padding: var(--spacing-xs);
  border-radius: 0;
}
form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
form .fieldset-wrapper > .form-item + .form-item {
  margin-top: var(--spacing-xl);
}
form .fieldset-wrapper > div + div.form-item[class*=-other-] {
  margin-top: var(--spacing-l);
  width: 100% !important;
}
form .description {
  margin-top: calc(-1 * var(--spacing-s));
  margin-bottom: var(--spacing-s);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  color: var(--tx-light-color);
}
form .description a {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
}
form .description a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  form .description a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  form .description a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
form .form-type-checkbox .description,
form .form-type-radio .description {
  margin-top: var(--spacing-3xs);
}
form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-2xs);
}

form.user-login-form,
form.user-pass {
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
}
form.user-login-form input,
form.user-pass input {
  width: 100%;
}

.button {
  display: inline-block;
  outline: none;
  border: 0px;
  text-align: center;
  padding: var(--action-padding);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  color: var(--action-fg-color);
  background-color: var(--action-bg-color);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-br-color, transparent);
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;
  --action-padding: var(--spacing-xs) var(--spacing-s);
  --action-padding-small: var(--spacing-2xs) var(--spacing-xs);
  --action-icon-size: var(--spacing-s);
  --action-fg-color: white;
  --action-bg-color: #1a7e9b;
  --action-icon-color: white;
  --action-hover-fg-color: white;
  --action-hover-bg-color: #12596e;
  --action-hover-icon-color: white;
}
.button:focus-visible {
  color: white;
  background-color: #091e2f;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #091e2f;
  outline: 3px solid #1a7e9b;
}
.button:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #113655);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    color: var(--action-hover-fg-color);
    background-color: var(--action-hover-bg-color);
    box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-hover-br-color, transparent);
  }
  .button:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
.button.light {
  --action-fg-color: #1a7e9b;
  --action-bg-color: #eaf5f9;
  --action-icon-color: #1a7e9b;
  --action-hover-fg-color: white;
  --action-hover-bg-color: #12596e;
  --action-hover-icon-color: white;
}
.button.outline {
  --action-fg-color: #1a7e9b;
  --action-bg-color: white;
  --action-br-color: #1a7e9b;
  --action-br-width: calc(1 / 16 * 1rem + (1 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --action-icon-color: inherit;
  --action-hover-fg-color: #12596e;
  --action-hover-bg-color: #eaf5f9;
  --action-hover-br-color: #12596e;
  --action-hover-icon-color: inherit;
}
.button.hollow {
  --action-fg-color: #1a7e9b;
  --action-bg-color: transparent;
  --action-icon-color: inherit;
  --action-hover-fg-color: #1a7e9b;
  --action-hover-bg-color: transparent;
  --action-hover-icon-color: inherit;
}
.button.tag {
  --action-fg-color: #0c263c;
  --action-bg-color: #e7ebee;
  --action-br-color: #0c263c;
  --action-br-width: calc(1 / 16 * 1rem + (1 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --action-icon-color: inherit;
  --action-hover-fg-color: white;
  --action-hover-bg-color: #0c263c;
  --action-hover-icon-color: inherit;
}
.button.small {
  padding: var(--action-padding-small);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
}
.button.icon-left::before, .button.icon-right::before, .button.icon-only::before {
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.icon-left:before, .button.icon-right:before, .button.icon-only:before {
  transition: 250ms ease-out;
}
.button.icon-left {
  display: inline-grid;
  column-gap: var(--spacing-2xs);
  align-items: center;
  grid-template-columns: var(--action-icon-size) 1fr;
  text-align: left;
}
.button.icon-right {
  display: inline-grid;
  column-gap: var(--spacing-2xs);
  align-items: center;
  grid-template-columns: 1fr var(--action-icon-size);
  grid-template-rows: 1fr;
  text-align: left;
}
.button.icon-right:before {
  grid-column: 2;
  grid-row: 1;
}
.button.icon-only {
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  --action-padding: var(--action-padding-icon-only, var(--spacing-xs));
  --action-icon-color: inherit;
  --action-hover-icon-color: inherit;
  --action-focus-icon-color: white;
}
.button.arrow-down:before {
  content: "\e91d";
}
.button.arrow-left:before {
  content: "\e901";
}
.button.arrow-right:before {
  content: "\e902";
}
.button.bullet:before {
  content: "\e903";
}
.button.calendar:before {
  content: "\e904";
}
.button.check:before {
  content: "\e905";
}
.button.file-pdf:before {
  content: "\e906";
}
.button.file:before {
  content: "\e907";
}
.button.filter:before {
  content: "\e908";
}
.button.info:before {
  content: "\e909";
}
.button.burger:before {
  content: "\e90a";
}
.button.pause-circle:before {
  content: "\e90b";
}
.button.play-circle:before {
  content: "\e90c";
}
.button.play-large:before {
  content: "\e90d";
}
.button.podcast:before {
  content: "\e90e";
}
.button.quote-left:before {
  content: "\e90f";
}
.button.quote-right:before {
  content: "\e910";
}
.button.search:before {
  content: "\e911";
}
.button.share:before {
  content: "\e912";
}
.button.sort-ascending:before {
  content: "\e913";
}
.button.sort-descending:before {
  content: "\e914";
}
.button.user:before {
  content: "\e915";
}
.button.button[disabled] {
  cursor: not-allowed;
  --action-fg-color:	#959595;
  --action-bg-color:	#f1f1f1;
  --action-icon-color:	#959595;
}
@media (hover: hover) and (pointer: fine) {
  .button.button[disabled]:hover {
    --action-hover-fg-color:	#959595;
    --action-hover-bg-color:	#f1f1f1;
    --action-hover-icon-color:	#959595;
    --action-hover-br-color:	#f1f1f1;
  }
}
.button.button[disabled].outline {
  --action-bg-color:	white;
  --action-hover-bg-color:	white;
  --action-br-color:	#f1f1f1;
  --action-hover-br-color:	#f1f1f1;
}
.button.button[disabled].hollow {
  --action-bg-color:	transparent;
  --action-hover-bg-color:	transparent;
}
.button.button[disabled].icon-only:not(.hollow) {
  --action-icon-color:	inherit;
  --action-hover-icon-color:	inherit;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--spacing-s);
  row-gap: var(--spacing-xs);
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
}
.button-group.small {
  column-gap: var(--spacing-xs);
  row-gap: var(--spacing-2xs);
}
.button-group.xsmall {
  gap: var(--spacing-2xs);
}

div.messages {
  padding: var(--spacing-xs) 0 var(--spacing-xs) calc(22 / 16 * 1rem + (28 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) + var(--spacing-s));
  color: var(--message-fg-color);
  background-color: var(--message-bg-color);
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 600;
}
.region-administrative-links div.messages {
  position: relative;
}
.region-administrative-links div.messages:after {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--message-bg-color);
  z-index: -1;
  top: 0px;
}
div.messages em {
  font-style: normal;
}
div.messages a {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
}
div.messages a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  div.messages a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  div.messages a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
div.messages::before {
  color: inherit;
  font-size: calc(22 / 16 * 1rem + (28 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.messages:before {
  position: absolute;
  left: calc(8 / 16 * 1rem + (12 - 8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  top: calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
div.messages.messages--status:before {
  content: "\e909";
}
div.messages.messages--error:before {
  content: "\e925";
}
div.messages.messages--warning:before {
  content: "\e924";
}
div.messages.messages--status {
  --message-fg-color:	#1b401b;
  --message-bg-color:	#daf3da;
}
div.messages.messages--error {
  --message-fg-color:	#4b0000;
  --message-bg-color:	#fabbbb;
}
div.messages.messages--warning {
  --message-fg-color:	#3f2200;
  --message-bg-color:	#fcdebc;
}

.layout {
  display: grid;
  column-gap: var(--layout-column-gap);
  row-gap: var(--layout-row-gap);
  --layout-column-gap:	var(--spacing-l);
  --layout-row-gap:	var(--spacing-l);
  --layout-column-gap-small:	var(--spacing-xs);
  --layout-row-gap-small:	var(--spacing-xs);
  --layout-min-column-width:	220px;
}
@media screen and (min-width: 30.0625em) {
  .layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--layout-min-column-width), 1fr));
  }
}
.layout > div > *:first-child, .layout > li > *:first-child {
  margin-top: 0px;
}
.layout > div > *:last-child, .layout > li > *:last-child {
  margin-bottom: 0px;
}
.layout.columns-1 {
  grid-template-columns: 1fr;
}
.layout.columns-2 {
  grid-template-columns: repeat(var(--layout-columns, 1), 1fr);
}
@media screen and (min-width: 40.0625em) {
  .layout.columns-2 {
    --layout-columns: 2;
  }
}
.layout.columns-3 {
  grid-template-columns: repeat(var(--layout-columns, 1), 1fr);
}
@media screen and (min-width: 40.0625em) {
  .layout.columns-3 {
    --layout-columns: 2;
  }
}
@media screen and (min-width: 80.0625em) {
  .layout.columns-3 {
    --layout-columns: 3;
  }
}
.layout.columns-4 {
  grid-template-columns: repeat(var(--layout-columns, 1), 1fr);
}
@media screen and (min-width: 40.0625em) {
  .layout.columns-4 {
    --layout-columns: 2;
  }
}
@media screen and (min-width: 80.0625em) {
  .layout.columns-4 {
    --layout-columns: 4;
  }
}
.layout.columns-5 {
  grid-template-columns: repeat(var(--layout-columns, 1), 1fr);
}
@media screen and (min-width: 40.0625em) {
  .layout.columns-5 {
    --layout-columns: 2;
  }
}
@media screen and (min-width: 80.0625em) {
  .layout.columns-5 {
    --layout-columns: 5;
  }
}
.layout.remove-spacings {
  --layout-column-gap: 0;
  --layout-row-gap: 0;
}
.layout > * > img:first-child:last-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser .metadata .top {
  background: #113655;
  color: white;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 700;
  text-transform: uppercase;
  padding: var(--spacing-3xs) var(--spacing-2xs);
}

.teaser {
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
  height: 100%;
}
.teaser:focus, .teaser:focus-within, .teaser:focus-visible {
  border: 4px solid #1a7e9b;
}
.teaser:focus:after, .teaser:focus:focus-within:after, .teaser:focus:focus-visible:after, .teaser:focus-within:after, .teaser:focus-within:focus-within:after, .teaser:focus-within:focus-visible:after, .teaser:focus-visible:after, .teaser:focus-visible:focus-within:after, .teaser:focus-visible:focus-visible:after {
  height: 5px;
  background: #92a3b1;
}
.teaser:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #1a7e9b;
  transition: 250ms ease-out;
  z-index: 5;
}
.teaser:hover:after {
  height: 12px;
  transition: 250ms ease-out;
}
.teaser .teaser-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.teaser .teaser-title a {
  color: #1a7e9b;
}
.teaser .teaser-title a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 250ms ease-out;
}
.teaser .teaser-title + div p {
  margin: 0;
}
.teaser .teaser-body {
  padding: 1.5rem;
}
.teaser .metadata .bottom {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
}
.teaser .metadata .bottom .editor {
  clear: both;
  display: block;
}
.teaser .metadata .top {
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 2;
}
.teaser .teaser-media > div {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
.teaser .teaser-media > div img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser.dark {
  background: #113655;
  box-shadow: none;
}
.teaser.dark:after {
  height: 7px;
  background: #1a7e9b;
}
.teaser.dark:hover:after {
  height: 15px;
}
.teaser.dark:focus:after, .teaser.dark:focus:focus-within:after, .teaser.dark:focus:focus-visible:after, .teaser.dark:focus-within:after, .teaser.dark:focus-within:focus-within:after, .teaser.dark:focus-within:focus-visible:after, .teaser.dark:focus-visible:after, .teaser.dark:focus-visible:focus-within:after, .teaser.dark:focus-visible:focus-visible:after {
  height: 11px;
  background: white;
}
.teaser.dark .teaser-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 100%;
}
.teaser.dark .teaser-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
  margin-bottom: 0;
  padding: var(--spacing-m) 1.5rem;
  z-index: 15;
}
.teaser.dark .teaser-title a {
  color: white;
}
.teaser.dark .teaser-title + div {
  display: none;
  transition: 250ms ease-out;
  color: white;
}
.teaser.dark .teaser-title + div p {
  color: white;
}
.teaser.dark .teaser-title:hover + div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--spacing-xl) 1.5rem;
  background: rgba(9, 30, 47, 0.95);
  transition: 250ms ease-out;
}
.teaser.dark .teaser-body {
  display: flex;
  padding: 0;
  flex-basis: 75%;
}
.teaser.dark .metadata {
  flex-basis: 25%;
}
.teaser.dark .teaser-media > div {
  aspect-ratio: 4/3.5;
}
.teaser.dark .bottom {
  padding: 0;
  height: 100%;
}
.teaser.dark .date {
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
  padding: var(--spacing-m) 1.5rem;
  height: 100%;
}
.teaser.dark .date:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #091e2f;
  z-index: 10;
}
.teaser.dark .date .day {
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: 0em;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  text-align: center;
}
.teaser.dark .date .month {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.teaser.dark .date .year {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.teaser.dark.podcast::before {
  content: "\e90e";
  color: white;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.teaser.dark.podcast:before {
  position: absolute;
  bottom: var(--spacing-s);
  right: var(--spacing-2xs);
}
.teaser.dark.mini .teaser-content {
  height: 100%;
}
.teaser.dark.mini .teaser-title {
  padding: var(--spacing-l) var(--spacing-m);
  margin-top: var(--spacing-s);
  margin-bottom: 0;
}
.teaser.dark.mini .metadata .top {
  padding: 0;
  top: var(--spacing-m);
  left: 32%;
  color: #b5c1ca;
}

.teaser.content-wrapper {
  box-shadow: none;
}
.teaser.content-wrapper .teaser-content {
  background: rgba(7, 23, 36, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  transition: 250ms ease-out;
}
.teaser.content-wrapper .teaser-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 80.0625em) {
  .teaser.content-wrapper .teaser-title + div {
    color: white;
  }
}
.teaser.content-wrapper .teaser-body {
  display: block;
  opacity: 1;
  z-index: 5;
  width: 100%;
}
.teaser.content-wrapper .teaser-media > div {
  aspect-ratio: 3/4;
}
.teaser.content-wrapper a {
  color: white;
  transition: 250ms ease-out;
}

.trainees .teaser-body h3.teaser-title {
  color: white;
}

@media screen and (min-width: 64.0625em) {
  ul.single-item .teaser {
    flex-direction: row-reverse;
  }
}
ul.single-item .teaser:after {
  content: none;
}
ul.single-item .teaser .teaser-body {
  padding: var(--spacing-l);
  border-bottom: 7px solid #1a7e9b;
}
@media screen and (min-width: 64.0625em) {
  ul.single-item .teaser .teaser-body {
    padding: var(--spacing-2xl) var(--spacing-l);
    border-bottom: none;
  }
}
ul.single-item .teaser .teaser-body h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
  margin-bottom: var(--spacing-l);
}
ul.single-item .teaser .teaser-body p {
  margin: var(--spacing-m) 0;
}
ul.single-item .teaser .teaser-media {
  flex-basis: 60%;
}
ul.single-item .teaser .teaser-media > div {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 64.0625em) {
  ul.single-item .teaser .teaser-media > div {
    aspect-ratio: auto;
    border-bottom: 7px solid #1a7e9b;
  }
}
ul.single-item .teaser .teaser-content {
  flex-basis: 45%;
}

.meet-the-team {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: var(--spacing-m);
  flex-wrap: wrap;
}
@media screen and (min-width: 80.0625em) {
  .meet-the-team {
    flex-wrap: nowrap;
  }
}
.meet-the-team > li {
  height: 400px;
  width: 100%;
  overflow: hidden;
  transition: 250ms ease-out;
}
.meet-the-team > li .teaser:focus:after,
.meet-the-team > li .teaser:focus-within:after,
.meet-the-team > li .teaser:focus-visible:after {
  height: 5px;
  background: white !important;
}
@media screen and (min-width: 40.0625em) {
  .meet-the-team > li {
    width: 47%;
  }
}
@media screen and (min-width: 64.0625em) {
  .meet-the-team > li {
    width: 31%;
  }
}
@media screen and (min-width: 80.0625em) {
  .meet-the-team > li {
    width: 10%;
  }
}
@media screen and (max-width: 64em) {
  .meet-the-team > li:nth-child(5), .meet-the-team > li:nth-child(6), .meet-the-team > li:nth-child(7), .meet-the-team > li:nth-child(8), .meet-the-team > li:nth-child(9), .meet-the-team > li:nth-child(10), .meet-the-team > li:nth-child(11), .meet-the-team > li:nth-child(12) {
    display: none;
  }
}
.meet-the-team > li img {
  width: auto;
}
.meet-the-team > li .teaser.content-wrapper {
  display: block;
}
.meet-the-team > li .teaser.content-wrapper .teaser-media > div {
  position: static;
  aspect-ratio: 1/3.5;
}
.meet-the-team > li .teaser.content-wrapper:hover:after {
  height: 9px;
}
.meet-the-team > li .teaser-body {
  background: rgba(7, 23, 36, 0.9);
  opacity: 1;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.meet-the-team > li .teaser-body a {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  color: white;
}
.meet-the-team > li .teaser-body .field--name-field-job-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  color: white;
}
@media screen and (min-width: 80.0625em) {
  .meet-the-team > li .teaser-body {
    opacity: 0 !important;
    position: absolute;
    bottom: -50%;
    left: 0;
  }
  .meet-the-team > li:hover {
    width: 30%;
    transition: 250ms ease-out;
  }
  .meet-the-team > li:hover .teaser-body {
    transition: 250ms ease-out;
    transition-delay: 300 ms ease-out;
    background: rgba(7, 23, 36, 0.9);
    opacity: 1 !important;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.teaser-search .teaser-content {
  border-top: 7px solid;
  border-top-color: #1a7e9b;
  padding: 1.5rem;
}
.teaser-search .teaser-content .teaser-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px;
}
.teaser-search .teaser-content .field--search-api-excerpt {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin: var(--spacing-s) 0;
}
.teaser-search .teaser-content .datetime {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  gap: var(--spacing-3xs);
  color: #6e6e6e;
}
.teaser-search .searchword {
  font-weight: 700;
  border: 1px dashed black;
  background-color: #e7ebee;
  padding: 0 var(--spacing-3xs);
}

.item-list ul.layout li .views-field {
  height: 100%;
}

#cookie-consent-banner .cck-container {
  background: #0b3541;
  color: white;
}
#cookie-consent-banner .cck-content-icon {
  display: none;
}
#cookie-consent-banner a {
  color: #00A0C2;
}
#cookie-consent-banner .wt-cck--actions-button {
  display: inline-block;
  outline: none;
  border: 0px;
  text-align: center;
  padding: var(--action-padding);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  color: var(--action-fg-color);
  background-color: var(--action-bg-color);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-br-color, transparent);
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;
  --action-padding: var(--spacing-xs) var(--spacing-s);
  --action-padding-small: var(--spacing-2xs) var(--spacing-xs);
  --action-icon-size: var(--spacing-s);
  --action-fg-color: white;
  --action-bg-color: #1a7e9b;
  --action-icon-color: white;
  --action-hover-fg-color: white;
  --action-hover-bg-color: #12596e;
  --action-hover-icon-color: white;
  border-radius: 0px;
}
#cookie-consent-banner .wt-cck--actions-button:focus-visible {
  color: white;
  background-color: #091e2f;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #091e2f;
  outline: 3px solid #1a7e9b;
}
#cookie-consent-banner .wt-cck--actions-button:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #113655);
}
@media (hover: hover) and (pointer: fine) {
  #cookie-consent-banner .wt-cck--actions-button:hover {
    color: var(--action-hover-fg-color);
    background-color: var(--action-hover-bg-color);
    box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-hover-br-color, transparent);
  }
  #cookie-consent-banner .wt-cck--actions-button:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
#cookie-consent-banner .wt-cck--content-icon svg path {
  fill: #113655;
}

.view-filters .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: var(--spacing-s);
  row-gap: var(--spacing-s);
  justify-content: center;
  margin-bottom: var(--spacing-xl);
}

.search-facets {
  margin: 0 auto;
  margin-bottom: var(--spacing-xl);
}
@media screen and (min-width: 50.0625em) {
  .search-facets {
    padding: var(--spacing-m);
    max-width: calc(64rem + var(--spacing-2xs) * 2);
    border: 2px solid #c3c3c3;
  }
}
.search-facets .region-facets-content {
  display: flex;
  align-items: center;
  column-gap: var(--spacing-l);
  row-gap: var(--spacing-l);
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--spacing-m);
}
.search-facets .region-facets-content select {
  padding: var(--spacing-xs);
  border-radius: 0;
}
.search-facets h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  font-weight: 700;
}

.slick-slider.slider-for {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-l);
}
.slick-slider.slider-nav {
  margin-bottom: var(--spacing-xl);
}
.slick-slider.slider-nav .slick-list .slick-track {
  display: flex;
  gap: var(--spacing-s);
}
.slick-slider.slider-nav .slick-prev.slick-arrow,
.slick-slider.slider-nav .slick-next.slick-arrow {
  display: none !important;
}
.slick-slider.slider-nav img:hover {
  cursor: pointer;
}
.slick-slider .slick-slide img {
  margin: 0 auto;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.pager ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: var(--spacing-3xs);
  margin-top: var(--spacing-m);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
}
@media screen and (max-width: 40em) {
  .pager ul {
    justify-content: center;
  }
}
.pager ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 40em) {
  .pager ul li:not(.is-active, .pager__item--first, .pager__item--previous, .pager__item--last, .pager__item--next) {
    display: none;
  }
}
.pager ul .pager__item--first a::before {
  content: "\e900";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager ul .pager__item--first a:before {
  margin-right: var(--spacing-3xs);
}
@media screen and (max-width: 40em) {
  .pager ul .pager__item--first a {
    font-size: 0px;
  }
  .pager ul .pager__item--first a::before {
    content: "\e900";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.pager ul .pager__item--previous a::before {
  content: "\e901";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager ul .pager__item--previous a:before {
  margin-right: var(--spacing-3xs);
}
@media screen and (max-width: 40em) {
  .pager ul .pager__item--previous a {
    font-size: 0px;
  }
  .pager ul .pager__item--previous a::before {
    content: "\e901";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.pager ul .pager__item--last a::after {
  content: "\e91e";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager ul .pager__item--last a:after {
  margin-left: var(--spacing-3xs);
}
@media screen and (max-width: 40em) {
  .pager ul .pager__item--last a {
    font-size: 0px;
  }
  .pager ul .pager__item--last a::after {
    content: "\e91e";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.pager ul .pager__item--next a::after {
  content: "\e902";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager ul .pager__item--next a:after {
  margin-left: var(--spacing-3xs);
}
@media screen and (max-width: 40em) {
  .pager ul .pager__item--next a {
    font-size: 0px;
  }
  .pager ul .pager__item--next a::after {
    content: "\e902";
    color: var(--link-default-fg-color);
    font-size: var(--spacing-m);
    line-height: 1;
    font-family: "euiss-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.pager ul a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xs) var(--spacing-xs);
  line-height: 70%;
}
.pager ul a:hover {
  background: #eaf5f9;
  color: #1a7e9b;
}
.pager ul li.is-active a:not(:focus-visible) {
  background: #1a7e9b;
  color: white;
}

#term-buttons {
  display: flex;
  justify-content: center;
  gap: var(--spacing-s);
  margin-bottom: var(--spacing-s);
}
#term-buttons button {
  color: #1a7e9b;
  padding: var(--spacing-xs) var(--spacing-s);
  border: 2px solid white;
}
#term-buttons button:hover, #term-buttons button.hover {
  color: #12596e;
  border: 2px solid #113655;
  background: white;
  cursor: pointer;
}

path.hover {
  fill: #1a7e9b !important;
  cursor: pointer;
}

#term-popup-close {
  font-size: 0px;
}
#term-popup-close::after {
  content: "\e91c";
  color: #12596e;
  font-size: var(--spacing-l);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#term-popup {
  border: 3px solid #959595 !important;
  padding: var(--spacing-s) var(--spacing-xs) !important;
}
#term-popup #term-popup-content p {
  margin: var(--spacing-s) 0;
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
}
.tabs-wrapper:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  bottom: 0px;
}
.tabs-wrapper > ul {
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
@media (hover: hover) and (pointer: fine) {
  .tabs-wrapper > ul {
    transform: rotateX(-180deg);
  }
  .tabs-wrapper > ul::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
  }
  .tabs-wrapper > ul::-webkit-scrollbar-thumb {
    background: #12596e;
  }
  .tabs-wrapper > ul::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .tabs-wrapper > ul {
    scrollbar-width: thin;
    scrollbar-color: #12596e #dbdbdb;
  }
  .tabs-wrapper > ul > li {
    transform: rotateX(180deg);
  }
}
.tabs-wrapper > ul > li {
  scroll-snap-align: start;
}
.tabs-wrapper > ul.ui-tabs-nav li > a:not(.button) {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: var(--spacing-3xs);
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "PT Sans", sans-serif;
  padding: var(--spacing-xs);
  margin-bottom: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  white-space: nowrap;
  text-align: center;
  color: var(--link-default-fg-color);
}
.tabs-wrapper > ul.ui-tabs-nav li > a:not(.button):before {
  color: var(--decor-primary-color);
}
.tabs-wrapper > ul.ui-tabs-nav li > a:not(.button):after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  background-color: var(--active-br-color);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.tabs-wrapper > ul.ui-tabs-nav li > a:not(.button) span, .tabs-wrapper > ul.ui-tabs-nav li > a:not(.button) strong {
  color: var(--link-default-fg-color);
}
.tabs-wrapper > ul.ui-tabs-nav li.active > a, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-active > a {
  font-weight: 700;
  color: var(--tx-color);
}
.tabs-wrapper > ul.ui-tabs-nav li.active > a:after, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-active > a:after {
  opacity: 1;
}
.tabs-wrapper > ul.ui-tabs-nav li > a:focus-visible, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-focus:focus-visible > a {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
}
.tabs-wrapper > ul.ui-tabs-nav li > a:focus-visible:before, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-focus:focus-visible > a:before {
  color: var(--link-focus-fg-color);
}
.tabs-wrapper > ul.ui-tabs-nav li > a:focus-visible span, .tabs-wrapper > ul.ui-tabs-nav li > a:focus-visible strong, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-focus:focus-visible > a span, .tabs-wrapper > ul.ui-tabs-nav li.ui-state-focus:focus-visible > a strong {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .tabs-wrapper > ul.ui-tabs-nav li > a:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
  .tabs-wrapper > ul.ui-tabs-nav li > a:hover:before {
    color: var(--link-hover-fg-color);
  }
  .tabs-wrapper > ul.ui-tabs-nav li > a:hover span, .tabs-wrapper > ul.ui-tabs-nav li > a:hover strong {
    color: inherit;
  }
}

.tabs.ui-tabs {
  border: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
}
.tabs.ui-tabs .ui-tabs-nav {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  border-radius: 0;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
  outline: 0;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab a {
  cursor: pointer;
}
.tabs.ui-tabs .ui-tabs-panel {
  padding: 0px;
}
.tabs.ui-tabs .ui-tabs-panel > *:last-child {
  margin-bottom: 0px;
}

.ui-tabs {
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: var(--section-gap);
}
.ui-tabs ul.quicktabs-tabs li {
  position: relative;
}
.ui-tabs ul.quicktabs-tabs li:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  bottom: 0px;
}
.ui-tabs ul.quicktabs-tabs {
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
.ui-tabs ul.quicktabs-tabs li > a:not(.button) {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: var(--spacing-3xs);
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "PT Sans", sans-serif;
  padding: var(--spacing-xs);
  margin-bottom: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  white-space: nowrap;
  text-align: center;
  color: var(--link-default-fg-color);
}
.ui-tabs ul.quicktabs-tabs li > a:not(.button):before {
  color: var(--decor-primary-color);
}
.ui-tabs ul.quicktabs-tabs li > a:not(.button):after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  background-color: var(--active-br-color);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.ui-tabs ul.quicktabs-tabs li > a:not(.button) span, .ui-tabs ul.quicktabs-tabs li > a:not(.button) strong {
  color: var(--link-default-fg-color);
}
.ui-tabs ul.quicktabs-tabs li.active > a, .ui-tabs ul.quicktabs-tabs li.ui-state-active > a {
  font-weight: 700;
  color: var(--tx-color);
}
.ui-tabs ul.quicktabs-tabs li.active > a:after, .ui-tabs ul.quicktabs-tabs li.ui-state-active > a:after {
  opacity: 1;
}
.ui-tabs ul.quicktabs-tabs li > a:focus-visible, .ui-tabs ul.quicktabs-tabs li.ui-state-focus:focus-visible > a {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
}
.ui-tabs ul.quicktabs-tabs li > a:focus-visible:before, .ui-tabs ul.quicktabs-tabs li.ui-state-focus:focus-visible > a:before {
  color: var(--link-focus-fg-color);
}
.ui-tabs ul.quicktabs-tabs li > a:focus-visible span, .ui-tabs ul.quicktabs-tabs li > a:focus-visible strong, .ui-tabs ul.quicktabs-tabs li.ui-state-focus:focus-visible > a span, .ui-tabs ul.quicktabs-tabs li.ui-state-focus:focus-visible > a strong {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .ui-tabs ul.quicktabs-tabs li > a:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
  .ui-tabs ul.quicktabs-tabs li > a:hover:before {
    color: var(--link-hover-fg-color);
  }
  .ui-tabs ul.quicktabs-tabs li > a:hover span, .ui-tabs ul.quicktabs-tabs li > a:hover strong {
    color: inherit;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ui-tabs ul.quicktabs-tabs {
    transform: rotateX(-180deg);
  }
  .ui-tabs ul.quicktabs-tabs::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
  }
  .ui-tabs ul.quicktabs-tabs::-webkit-scrollbar-thumb {
    background: #12596e;
  }
  .ui-tabs ul.quicktabs-tabs::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .ui-tabs ul.quicktabs-tabs {
    scrollbar-width: thin;
    scrollbar-color: #12596e #dbdbdb;
  }
  .ui-tabs ul.quicktabs-tabs > li {
    transform: rotateX(180deg);
  }
}
.ui-tabs ul.quicktabs-tabs > li {
  scroll-snap-align: start;
}
.ui-tabs .ui-tabs-panel {
  margin-top: var(--spacing-m);
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-bottom: 9px solid #1a7e9b;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

#block-euiss-toc {
  padding: 0 var(--spacing-s);
}
@media screen and (max-width: 64em) {
  #block-euiss-toc {
    display: none;
  }
}
#block-euiss-toc h2.toc-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
}
#block-euiss-toc ul li {
  margin-top: var(--spacing-m);
}
#block-euiss-toc ul li a {
  color: var(--tx-color);
  display: flex;
  gap: var(--spacing-s);
  align-items: center;
}
#block-euiss-toc ul li a::before {
  content: "\e91f";
  color: var(--tx-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#block-euiss-toc ul li.toc-active a {
  color: var(--link-default-fg-color);
}
#block-euiss-toc ul li.toc-active a::before {
  content: "\e920";
  color: var(--link-default-fg-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#block-euiss-toc .toc-js {
  overflow-y: auto;
  scrollbar-width: thin;
  height: 45svh;
}
@media screen and (min-width: 80.0625em) {
  #block-euiss-toc .toc-js {
    height: 85svh;
  }
}

.field--name-field-deadline {
  border-top: 1px solid #dbdbdb !important;
}
.field--name-field-deadline .is-countdown {
  background: transparent;
  border-left: none;
  border-bottom: none;
  border-right: none;
  padding-top: var(--spacing-xs);
  display: flex !important;
  border-top: 1px solid #dbdbdb;
}
.field--name-field-deadline .is-countdown .countdown-row {
  display: flex !important;
  justify-content: space-around;
}
.field--name-field-deadline .is-countdown .countdown-row .countdown-section {
  position: relative;
  flex-basis: 33.33%;
}
.field--name-field-deadline .is-countdown .countdown-row .countdown-section:not(:last-of-type):after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  margin: auto;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
}
.field--name-field-deadline .is-countdown .countdown-row .countdown-section .countdown-perion,
.field--name-field-deadline .is-countdown .countdown-row .countdown-section .countdown-amount {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  color: #515050;
}

.path-frontpage .page-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.path-frontpage main {
  margin: 0 auto;
  max-width: 120rem;
}
.path-frontpage .region-breadcrumb {
  display: none;
}
.path-frontpage .analyst-team {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: var(--spacing-m);
  flex-wrap: wrap;
}
@media screen and (min-width: 80.0625em) {
  .path-frontpage .analyst-team {
    flex-wrap: nowrap;
  }
}
.path-frontpage .analyst-team > li {
  height: 400px;
  width: 100%;
  overflow: hidden;
  transition: 250ms ease-out;
}
@media screen and (min-width: 40.0625em) {
  .path-frontpage .analyst-team > li {
    width: 47%;
  }
}
@media screen and (min-width: 64.0625em) {
  .path-frontpage .analyst-team > li {
    width: 31%;
  }
}
@media screen and (min-width: 80.0625em) {
  .path-frontpage .analyst-team > li {
    width: 10%;
  }
}
.path-frontpage .analyst-team > li img {
  width: auto;
}

.view-home-page-banner {
  background-color: #113655;
  color: #c3c3c3;
  width: 100%;
  overflow: hidden;
  position: relative !important;
  z-index: 0;
}
.view-home-page-banner #views_slideshow_cycle_main_home_page_banner-block:not(.viewsSlideshowCycle-processed) {
  opacity: 0;
}
@keyframes l1 {
  0% {
    transform: perspective(150px) rotateX(0deg);
  }
  100% {
    transform: perspective(150px) rotateX(180deg);
  }
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner #views_slideshow_cycle_main_home_page_banner-block.loading {
    position: relative;
  }
  .view-home-page-banner #views_slideshow_cycle_main_home_page_banner-block.loading:after {
    content: " ";
    width: 40px;
    aspect-ratio: 1;
    background: white;
    animation: l1 1s infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 55;
  }
  .view-home-page-banner #views_slideshow_cycle_main_home_page_banner-block.loading .views_slideshow_cycle_teaser_section {
    opacity: 0;
  }
  .view-home-page-banner #views_slideshow_cycle_main_home_page_banner-block.loading .views_slideshow_cycle_teaser_section:after {
    content: " ";
    background: #0f314d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.view-home-page-banner p {
  color: #c3c3c3;
}
.view-home-page-banner .teaser {
  display: inherit;
  position: inherit;
  background: transparent;
  box-shadow: none;
  border-bottom: none;
}
@media screen and (max-width: 64em) {
  .view-home-page-banner .teaser {
    display: flex;
    flex-direction: column-reverse;
  }
}
.view-home-page-banner .teaser:after {
  content: none;
}
.view-home-page-banner .teaser .metadata .top {
  display: none;
}
.view-home-page-banner .teaser .teaser-content {
  padding: 0;
}
.view-home-page-banner .teaser .teaser-content h3.teaser-title {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
  margin-bottom: var(--spacing-m);
  font-weight: 300;
}
.view-home-page-banner .teaser .teaser-content h3.teaser-title a {
  color: white;
}
@media screen and (max-width: 40em) {
  .view-home-page-banner .teaser .teaser-content h3.teaser-title {
    line-height: 3rem;
    font-size: 2.4rem;
  }
}
.view-home-page-banner .teaser .teaser-content h3.teaser-title:before {
  display: none;
}
.view-home-page-banner .teaser .teaser-content .field--name-body {
  margin-bottom: var(--spacing-m);
}
.view-home-page-banner .teaser .teaser-content .field--name-body p {
  color: white;
}
@media screen and (max-width: 80em) {
  .view-home-page-banner .teaser .teaser-content .field--name-body {
    display: none;
  }
}
.view-home-page-banner .teaser .teaser-content .metadata .bottom {
  color: white;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xs);
  padding: 0;
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .teaser .teaser-content .metadata .bottom {
    flex-direction: row;
  }
}
.view-home-page-banner .teaser .teaser-content .metadata .bottom a {
  color: white;
  text-decoration: underline;
}
.view-home-page-banner .teaser .teaser-content .editors {
  display: flex;
  align-items: center;
  gap: var(--spacing-3xs);
}
.view-home-page-banner .teaser .teaser-content .editors::before {
  content: "\e903";
  color: #00A0C2;
  font-size: var(--spacing-3xs);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-home-page-banner .views_slideshow_cycle_teaser_section {
  height: auto !important;
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .views_slideshow_cycle_teaser_section {
    min-height: 45.125rem !important;
    z-index: 1000 !important;
  }
}
@media screen and (max-width: 64em) {
  .view-home-page-banner .views_slideshow_cycle_slide {
    position: relative !important;
    transition: none !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .views_slideshow_cycle_slide {
    align-items: center !important;
    height: 100% !important;
    display: flex !important;
    width: 100% !important;
  }
}
.view-home-page-banner .views_slideshow_cycle_slide .banner-row {
  padding: var(--spacing-m) var(--spacing-m) 0 var(--spacing-m);
  width: 100%;
}
@media screen and (min-width: 50.0625em) {
  .view-home-page-banner .views_slideshow_cycle_slide .banner-row {
    padding: var(--spacing-m) var(--spacing-xl);
  }
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .views_slideshow_cycle_slide .banner-row {
    width: 58%;
  }
}
.view-home-page-banner .teaser-body {
  padding: 0;
}
.view-home-page-banner .teaser-media {
  position: absolute;
  z-index: 0;
  right: var(--spacing-xl);
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .view-home-page-banner .teaser-media {
    margin-top: var(--spacing-m);
    right: 0;
    position: relative;
  }
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .teaser-media {
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 64.0625em) {
  .view-home-page-banner .teaser-media:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    left: 0;
    width: 50%;
    background: linear-gradient(90deg, #113655 30%, rgba(17, 54, 85, 0) 100%);
  }
}
.view-home-page-banner .teaser-media .field--name-field-large-banner-image-media,
.view-home-page-banner .teaser-media .field--name-field-landscape-image-media {
  height: 100%;
}
@media screen and (max-width: 64em) {
  .view-home-page-banner .teaser-media .field--name-field-large-banner-image-media,
  .view-home-page-banner .teaser-media .field--name-field-landscape-image-media {
    display: flex;
    align-items: flex-end;
    margin-left: calc(-1 * var(--spacing-m));
    margin-right: calc(-1 * var(--spacing-m));
  }
  .view-home-page-banner .teaser-media .field--name-field-large-banner-image-media:before,
  .view-home-page-banner .teaser-media .field--name-field-landscape-image-media:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(0deg, rgba(17, 54, 85, 0) 0%, rgb(17, 54, 85) 100%);
  }
}
.view-home-page-banner .teaser-media img {
  width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .view-home-page-banner .teaser-media img {
    height: 40%;
  }
}
.view-home-page-banner .views-slideshow-controls-bottom {
  color: #c3c3c3;
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #60788d;
  height: calc(42 / 16 * 1rem + (69 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  position: relative;
  background: #113655;
}
.view-home-page-banner .views-slideshow-controls-bottom:after {
  display: none;
}
.view-home-page-banner .views-slideshow-controls-bottom a {
  color: white;
  text-decoration: none;
  border: none;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list {
  position: relative;
  z-index: 1;
  top: -4px;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul {
  display: flex;
  list-style: none;
  font-size: 0;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li {
  border-top: 5px solid #60788d;
  background: none;
  padding: var(--spacing-2xs);
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 / 16 * 1rem + (52 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  height: calc(42 / 16 * 1rem + (69 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-right: 3px solid #0c263c;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li:before {
  content: "";
  border: 2px solid #00A0C2;
  width: calc(19 / 16 * 1rem + (24 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  height: calc(19 / 16 * 1rem + (24 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-radius: 50%;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li:hover {
  border-top: 5px solid #92a3b1;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li:hover:before {
  border: 3px solid #00A0C2;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li:focus-visible {
  outline: 3px solid white;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li.active {
  border-top: 5px solid #92a3b1;
  background: #0c263c;
}
.view-home-page-banner .views-slideshow-controls-bottom .item-list ul li.active:before {
  content: "";
  background: #00A0C2;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text {
  display: flex;
  align-items: center;
  height: calc(42 / 16 * 1rem + (69 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  position: relative;
  z-index: 1;
  top: -4px;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text span:hover {
  text-decoration: none;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_pause a,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
  font-size: 0;
  display: flex;
  width: calc(42 / 16 * 1rem + (69 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  height: calc(42 / 16 * 1rem + (69 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  align-items: center;
  border-left: 3px solid #0c263c;
  justify-content: center;
  border-top: 5px solid #60788d;
  background: none;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:not(:hover):not(:focus-visible),
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_pause a:not(:hover):not(:focus-visible),
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:not(:hover):not(:focus-visible) {
  color: #00A0C2;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:hover,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_pause a:hover,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:hover {
  border-top: 5px solid #92a3b1;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:hover:before,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_pause a:hover:before,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:hover:before {
  font-weight: 700;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:focus,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_pause a:focus,
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:focus {
  background: #0c263c;
  border-top: 5px solid #92a3b1;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a::before {
  content: "\e901";
  color: #00A0C2;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-home-page-banner .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a::before {
  content: "\e90c";
  color: #00A0C2;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-home-page-banner .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a::before {
  content: "\e90b";
  color: #00A0C2;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-home-page-banner .views-slideshow-controls-bottom .views_slideshow_controls_text_next a::before {
  content: "\e902";
  color: #00A0C2;
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-views-blocklatest-publications-block-1 {
  position: relative;
  padding: var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  .block-views-blocklatest-publications-block-1 {
    padding: var(--spacing-xl);
  }
}

.block-views-blocklatest-publications-block,
.block-views-blocklatest-activities-home-page-block-2,
.block-views-blockanalyst-team-block-1,
.block-homepage-media {
  position: relative;
  padding: var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  .block-views-blocklatest-publications-block,
  .block-views-blocklatest-activities-home-page-block-2,
  .block-views-blockanalyst-team-block-1,
  .block-homepage-media {
    padding: var(--spacing-xl);
  }
}
@media screen and (min-width: 40.0625em) {
  .block-views-blocklatest-publications-block:before,
  .block-views-blocklatest-activities-home-page-block-2:before,
  .block-views-blockanalyst-team-block-1:before,
  .block-homepage-media:before {
    content: "";
    position: absolute;
    z-index: 0;
    border-bottom: 1px solid #c3c3c3;
    left: var(--spacing-m);
    right: var(--spacing-m);
    top: var(--spacing-2xl);
  }
}
@media screen and (min-width: 50.0625em) {
  .block-views-blocklatest-publications-block:before,
  .block-views-blocklatest-activities-home-page-block-2:before,
  .block-views-blockanalyst-team-block-1:before,
  .block-homepage-media:before {
    left: var(--spacing-xl);
    right: var(--spacing-xl);
    top: var(--spacing-3xl);
  }
}
.block-views-blocklatest-publications-block > h2,
.block-views-blocklatest-activities-home-page-block-2 > h2,
.block-views-blockanalyst-team-block-1 > h2,
.block-homepage-media > h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: white;
  padding-right: 1rem;
  margin-bottom: var(--spacing-l);
}
.block-views-blocklatest-publications-block > h2:before,
.block-views-blocklatest-activities-home-page-block-2 > h2:before,
.block-views-blockanalyst-team-block-1 > h2:before,
.block-homepage-media > h2:before {
  content: "";
  background-image: url(../images/heading-indicators.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -2.3rem;
  top: -0.4rem;
  width: 1.6875rem;
  height: 5.875rem;
}
@media screen and (min-width: 64.0625em) {
  .block-views-blocklatest-publications-block > h2:before,
  .block-views-blocklatest-activities-home-page-block-2 > h2:before,
  .block-views-blockanalyst-team-block-1 > h2:before,
  .block-homepage-media > h2:before {
    left: -4.9rem;
    top: -2rem;
    width: 3.25rem;
    height: 11.3125rem;
  }
}
.block-views-blocklatest-publications-block .more-link,
.block-views-blocklatest-activities-home-page-block-2 .more-link,
.block-views-blockanalyst-team-block-1 .more-link,
.block-homepage-media .more-link {
  background: white;
  margin-bottom: var(--spacing-m);
}
@media screen and (min-width: 50.0625em) {
  .block-views-blocklatest-publications-block .more-link,
  .block-views-blocklatest-activities-home-page-block-2 .more-link,
  .block-views-blockanalyst-team-block-1 .more-link,
  .block-homepage-media .more-link {
    position: absolute;
    top: var(--spacing-2xl);
    right: var(--spacing-xl);
    padding-left: var(--spacing-m);
    margin-bottom: 0;
  }
}

.view-header,
.field--name-description {
  margin-bottom: var(--spacing-l);
}

.page-metadata {
  margin-bottom: var(--spacing-l);
}
.page-metadata.top {
  padding: var(--spacing-m);
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-m);
}
.page-metadata.top span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 64em) {
  .page-metadata.top span {
    flex-basis: 100%;
  }
}
.page-metadata.top span:not(.date) {
  color: var(--tx-color);
}
.page-metadata.top span:not(.date) a {
  margin-left: var(--spacing-3xs);
}
.page-metadata.top span:before {
  margin-right: var(--spacing-3xs);
}
.page-metadata.top span.date::before {
  content: "\e904";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.editors::before, .page-metadata.top span.contributors::before {
  content: "\e915";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.downloads::before {
  content: "\e906";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.reading-time::before {
  content: "\e922";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.facebook::before {
  content: "\e916";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.twitter::before {
  content: "\e91a";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.linkedin::before {
  content: "\e918";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.instagram::before {
  content: "\e917";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.email::before {
  content: "\e921";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-metadata.top span.bluesky::before {
  content: "\e923";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.deadline-entry {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--spacing-m);
  margin-bottom: var(--spacing-s);
}
.deadline-entry span {
  font-weight: 700;
}

.deadline {
  padding: var(--spacing-m) 0;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-s);
  margin-bottom: var(--spacing-l);
}
@media screen and (min-width: 50.0625em) {
  .deadline {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.deadline .date-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.deadline .date-time .label {
  display: flex;
  gap: var(--spacing-2xs);
  margin-right: var(--spacing-2xs);
  font-weight: 700;
}
.deadline .date-time .label::before {
  content: "\e926";
  color: var(--tx-color);
  font-size: var(--spacing-m);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.deadline .date-time .date::after {
  content: "\e903";
  color: #60788d;
  font-size: var(--spacing-2xs);
  line-height: 1;
  font-family: "euiss-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.deadline .date-time .time {
  margin-left: var(--spacing-3xs);
}
.deadline .deadline-counter .countdown-row {
  display: flex !important;
  align-items: flex-end;
  gap: var(--spacing-2xl);
}
.deadline .deadline-counter .countdown-row .countdown-section {
  position: relative;
  flex-basis: 33.33%;
}
.deadline .deadline-counter .countdown-row .countdown-section:not(:last-of-type):after {
  left: calc(100% + (var(--spacing-l)));
}
.deadline .deadline-counter .field--name-field-deadline {
  border: none !important;
  align-items: flex-end;
}
.deadline .deadline-counter .field--name-field-deadline .field__label {
  display: none;
}
.deadline .deadline-counter .field--name-field-deadline .is-countdown {
  border: none;
  padding: 0;
}

.path-analyst-team .view-header {
  margin-bottom: var(--spacing-l);
}

.path-webform form {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-l);
}
.path-webform input:not(.button), .path-webform select, .path-webform textarea {
  width: 100%;
}

.page-404 {
  background-color: #0c263c;
  background-image: url(../images/404-background.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: var(--spacing-3xl);
}
.page-404 .region-breadcrumb {
  display: none;
}
.page-404 .page-404-wrapper {
  padding: var(--spacing-3xl) 0 var(--spacing-2xl) 0;
  text-align: center;
  color: white;
}
.page-404 h1 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  letter-spacing: -0.02em;
}
.page-404 h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
}
.page-404 .button-group {
  margin-top: var(--spacing-l);
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
