@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url("../Fonts/rubik-latin-ext.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  src: url("../Fonts/rubik-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  min-height: 100vh;
  background-color: #ffffff;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

picture {
  display: contents;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

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

.ce-gallery figcaption {
  display: block !important;
  caption-side: unset !important;
  line-height: 1.5;
}

template {
  display: none;
}

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

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

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

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

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:root {
  --focus-color: #004a77;
  --focus-color-inverse: #ffffff;
}

@supports selector(:focus-visible) {
  :where(a[href],
  area,
  button,
  input,
  select,
  textarea,
  summary,
  [role=button],
  [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 3px solid var(--focus-color);
    outline-offset: 2px;
    border-radius: 2px;
  }
}
@supports not selector(:focus-visible) {
  a[href]:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus,
  summary:focus,
  [role=button]:focus,
  [tabindex]:not([tabindex="-1"]):focus {
    outline: 3px solid var(--focus-color);
    outline-offset: 2px;
  }
}
.frame-tp-blau :where(a[href],
button,
input,
select,
textarea,
summary,
[role=button],
[tabindex]:not([tabindex="-1"])):focus-visible,
.frame-tp-rot :where(a[href],
button,
input,
select,
textarea,
summary,
[role=button],
[tabindex]:not([tabindex="-1"])):focus-visible,
.nav-bar--inverted :where(a[href],
button,
input,
select,
textarea,
summary,
[role=button],
[tabindex]:not([tabindex="-1"])):focus-visible,
[data-theme=dark] :where(a[href],
button,
input,
select,
textarea,
summary,
[role=button],
[tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color-inverse);
  box-shadow: 0 0 0 5px var(--focus-color);
}

@media (forced-colors: active) {
  *:focus-visible {
    outline: 2px solid CanvasText !important;
    outline-offset: 2px !important;
  }
}
main[tabindex="-1"]:focus,
main[tabindex="-1"]:focus-visible {
  outline: none;
}

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

.visually-hidden-focusable:focus, .visually-hidden-focusable:focus-visible, .visually-hidden-focusable:active,
.sr-only-focusable:focus,
.sr-only-focusable:focus-visible,
.sr-only-focusable:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: revert !important;
  margin: revert !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

body.high-contrast {
  --focus-color: #000000;
  --focus-color-inverse: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
body.high-contrast a,
body.high-contrast a:visited {
  color: #0000ee;
  text-decoration: underline;
}
body.high-contrast button,
body.high-contrast .btn,
body.high-contrast [role=button] {
  border: 2px solid #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
body.high-contrast .btn--primary,
body.high-contrast .btn--primary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.high-contrast .nav-bar,
body.high-contrast .footer,
body.high-contrast .footer__bottom {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-bottom: 2px solid #000000;
}
body.high-contrast .footer__bottom {
  border-bottom: none;
  border-top: 2px solid #000000;
}
body.high-contrast .nav-bar__link,
body.high-contrast .nav-bar__submenu-link,
body.high-contrast .footer__legal-link,
body.high-contrast .footer__phone,
body.high-contrast .footer__email,
body.high-contrast .breadcrumb__link {
  color: #000000 !important;
  text-decoration: underline;
}
body.high-contrast .form-element__field,
body.high-contrast input,
body.high-contrast select,
body.high-contrast textarea {
  border: 2px solid #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
body.high-contrast .a11y-toggle[aria-pressed=true] {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
body.high-contrast .frame-tp-tuerkis-hell,
body.high-contrast .frame-tp-tuerkis,
body.high-contrast .frame-tp-blau-hell,
body.high-contrast .frame-tp-blau-medium,
body.high-contrast .frame-tp-grau-hell,
body.high-contrast .frame-tp-grau-medium,
body.high-contrast .frame-tp-blau,
body.high-contrast .frame-tp-rot,
body.high-contrast .section--brand,
body.high-contrast .section--light,
body.high-contrast .high-five,
body.high-contrast .high-five__overview,
body.high-contrast .mobile-menu,
body.high-contrast .nav-bar__submenu {
  background-color: #ffffff !important;
  color: #000000 !important;
}
body.high-contrast .nav-bar__submenu {
  border: 2px solid #000000 !important;
}
body.high-contrast .hero {
  --hero-bg-rgb: 255, 255, 255;
}
body.high-contrast .hero--layout-inset .hero__images,
body.high-contrast .hero--layout-inset-fade .hero__images,
body.high-contrast .hero--layout-cover .hero__images {
  display: none !important;
}
body.high-contrast .hero__subtitle,
body.high-contrast .hero__body {
  color: #000000 !important;
}
body.high-contrast .hero__claim,
body.high-contrast .hero__subtitle,
body.high-contrast .hero__body {
  text-shadow: none !important;
}
body.high-contrast .hero__claim,
body.high-contrast .text-marquee__text,
body.high-contrast .high-five__heading,
body.high-contrast .high-five__card-title,
body.high-contrast .mobile-menu__contact-heading {
  color: #000000 !important;
}
body.high-contrast .success-stories__text {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000;
}
body.high-contrast .success-stories__kicker,
body.high-contrast .success-stories__title,
body.high-contrast .success-stories__subtitle,
body.high-contrast .success-stories__teaser {
  color: #000000 !important;
}
body.high-contrast .success-stories__rule {
  background-color: #000000 !important;
}
body.high-contrast .success-stories__arrow,
body.high-contrast .testimonials__arrow {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
body.high-contrast .topic-cards__title,
body.high-contrast .news-pages__image-text {
  background-color: #000000 !important;
  color: #ffffff !important;
  width: fit-content;
  padding: 2px 10px;
}
body.high-contrast .ce-table th,
body.high-contrast .ce-table td {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
body.high-contrast .ce-table thead th,
body.high-contrast .ce-table th {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.high-contrast :where(h1, h2, h3, h4, h5, h6,
p, a, span, li, strong, em, b, i, u,
blockquote, cite, figcaption, label, small, time,
dt, dd, th, td, summary, div) {
  color: #000000 !important;
  transition: none !important;
}
body.high-contrast .high-five__tag {
  border: 1px solid #000000 !important;
}
body.high-contrast .topic-cards__title, body.high-contrast .topic-cards__title *,
body.high-contrast .news-pages__image-text, body.high-contrast .news-pages__image-text *,
body.high-contrast .btn--primary, body.high-contrast .btn--primary *,
body.high-contrast .a11y-toggle[aria-pressed=true], body.high-contrast .a11y-toggle[aria-pressed=true] *,
body.high-contrast .ce-table thead th, body.high-contrast .ce-table thead th * {
  color: #ffffff !important;
}
@media (prefers-contrast: more) {
  body:not(.no-auto-high-contrast) {
    --focus-color: #000000;
    --focus-color-inverse: #ffffff;
    color: #000000;
    background-color: #ffffff;
  }
  body:not(.no-auto-high-contrast) a,
  body:not(.no-auto-high-contrast) a:visited {
    color: #0000ee;
    text-decoration: underline;
  }
  body:not(.no-auto-high-contrast) button,
  body:not(.no-auto-high-contrast) .btn,
  body:not(.no-auto-high-contrast) [role=button] {
    border: 2px solid #000000 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .btn--primary,
  body:not(.no-auto-high-contrast) .btn--primary:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  body:not(.no-auto-high-contrast) .nav-bar,
  body:not(.no-auto-high-contrast) .footer,
  body:not(.no-auto-high-contrast) .footer__bottom {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
  }
  body:not(.no-auto-high-contrast) .footer__bottom {
    border-bottom: none;
    border-top: 2px solid #000000;
  }
  body:not(.no-auto-high-contrast) .nav-bar__link,
  body:not(.no-auto-high-contrast) .nav-bar__submenu-link,
  body:not(.no-auto-high-contrast) .footer__legal-link,
  body:not(.no-auto-high-contrast) .footer__phone,
  body:not(.no-auto-high-contrast) .footer__email,
  body:not(.no-auto-high-contrast) .breadcrumb__link {
    color: #000000 !important;
    text-decoration: underline;
  }
  body:not(.no-auto-high-contrast) .form-element__field,
  body:not(.no-auto-high-contrast) input,
  body:not(.no-auto-high-contrast) select,
  body:not(.no-auto-high-contrast) textarea {
    border: 2px solid #000000 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .a11y-toggle[aria-pressed=true] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .frame-tp-tuerkis-hell,
  body:not(.no-auto-high-contrast) .frame-tp-tuerkis,
  body:not(.no-auto-high-contrast) .frame-tp-blau-hell,
  body:not(.no-auto-high-contrast) .frame-tp-blau-medium,
  body:not(.no-auto-high-contrast) .frame-tp-grau-hell,
  body:not(.no-auto-high-contrast) .frame-tp-grau-medium,
  body:not(.no-auto-high-contrast) .frame-tp-blau,
  body:not(.no-auto-high-contrast) .frame-tp-rot,
  body:not(.no-auto-high-contrast) .section--brand,
  body:not(.no-auto-high-contrast) .section--light,
  body:not(.no-auto-high-contrast) .high-five,
  body:not(.no-auto-high-contrast) .high-five__overview,
  body:not(.no-auto-high-contrast) .mobile-menu,
  body:not(.no-auto-high-contrast) .nav-bar__submenu {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .nav-bar__submenu {
    border: 2px solid #000000 !important;
  }
  body:not(.no-auto-high-contrast) .hero {
    --hero-bg-rgb: 255, 255, 255;
  }
  body:not(.no-auto-high-contrast) .hero--layout-inset .hero__images,
  body:not(.no-auto-high-contrast) .hero--layout-inset-fade .hero__images,
  body:not(.no-auto-high-contrast) .hero--layout-cover .hero__images {
    display: none !important;
  }
  body:not(.no-auto-high-contrast) .hero__subtitle,
  body:not(.no-auto-high-contrast) .hero__body {
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .hero__claim,
  body:not(.no-auto-high-contrast) .hero__subtitle,
  body:not(.no-auto-high-contrast) .hero__body {
    text-shadow: none !important;
  }
  body:not(.no-auto-high-contrast) .hero__claim,
  body:not(.no-auto-high-contrast) .text-marquee__text,
  body:not(.no-auto-high-contrast) .high-five__heading,
  body:not(.no-auto-high-contrast) .high-five__card-title,
  body:not(.no-auto-high-contrast) .mobile-menu__contact-heading {
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .success-stories__text {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000;
  }
  body:not(.no-auto-high-contrast) .success-stories__kicker,
  body:not(.no-auto-high-contrast) .success-stories__title,
  body:not(.no-auto-high-contrast) .success-stories__subtitle,
  body:not(.no-auto-high-contrast) .success-stories__teaser {
    color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .success-stories__rule {
    background-color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .success-stories__arrow,
  body:not(.no-auto-high-contrast) .testimonials__arrow {
    background-color: #000000 !important;
    border-color: #000000 !important;
  }
  body:not(.no-auto-high-contrast) .topic-cards__title,
  body:not(.no-auto-high-contrast) .news-pages__image-text {
    background-color: #000000 !important;
    color: #ffffff !important;
    width: fit-content;
    padding: 2px 10px;
  }
  body:not(.no-auto-high-contrast) .ce-table th,
  body:not(.no-auto-high-contrast) .ce-table td {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
  }
  body:not(.no-auto-high-contrast) .ce-table thead th,
  body:not(.no-auto-high-contrast) .ce-table th {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  body:not(.no-auto-high-contrast) :where(h1, h2, h3, h4, h5, h6,
  p, a, span, li, strong, em, b, i, u,
  blockquote, cite, figcaption, label, small, time,
  dt, dd, th, td, summary, div) {
    color: #000000 !important;
    transition: none !important;
  }
  body:not(.no-auto-high-contrast) .high-five__tag {
    border: 1px solid #000000 !important;
  }
  body:not(.no-auto-high-contrast) .topic-cards__title, body:not(.no-auto-high-contrast) .topic-cards__title *,
  body:not(.no-auto-high-contrast) .news-pages__image-text, body:not(.no-auto-high-contrast) .news-pages__image-text *,
  body:not(.no-auto-high-contrast) .btn--primary, body:not(.no-auto-high-contrast) .btn--primary *,
  body:not(.no-auto-high-contrast) .a11y-toggle[aria-pressed=true], body:not(.no-auto-high-contrast) .a11y-toggle[aria-pressed=true] *,
  body:not(.no-auto-high-contrast) .ce-table thead th, body:not(.no-auto-high-contrast) .ce-table thead th * {
    color: #ffffff !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: auto !important;
  }
}
.a11y-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #004a77;
  border-radius: 50%;
  color: #004a77;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.a11y-toggle:hover, .a11y-toggle:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.a11y-toggle[aria-pressed=true] {
  background-color: #004a77;
  color: #ffffff;
}
.a11y-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

h1,
.heading-h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: calc(36px * var(--h1-scale, 1));
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1,
  .heading-h1 {
    font-size: calc(48px * var(--h1-scale, 1));
  }
}
@media (min-width: 1440px) {
  h1,
  .heading-h1 {
    font-size: calc(64px * var(--h1-scale, 1));
    line-height: 1.05;
  }
}

h2,
.heading-h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: calc(30px * var(--h2-scale, 1));
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2,
  .heading-h2 {
    font-size: calc(40px * var(--h2-scale, 1));
  }
}
@media (min-width: 1440px) {
  h2,
  .heading-h2 {
    font-size: calc(52px * var(--h2-scale, 1));
  }
}

h3,
.heading-h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: calc(28px * var(--h3-scale, 1));
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3,
  .heading-h3 {
    font-size: calc(36px * var(--h3-scale, 1));
  }
}
@media (min-width: 1440px) {
  h3,
  .heading-h3 {
    font-size: calc(48px * var(--h3-scale, 1));
  }
}

h4,
.heading-h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) {
  h4,
  .heading-h4 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h4,
  .heading-h4 {
    font-size: 40px;
  }
}

h5,
.heading-h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h5,
  .heading-h5 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  h5,
  .heading-h5 {
    font-size: 32px;
  }
}

h6,
.heading-h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.05;
}
@media (min-width: 1440px) {
  h6,
  .heading-h6 {
    font-size: 24px;
  }
}

.page-news-article,
.page-event-article,
.page-press-article,
.page-success-story,
.page-meta-legal {
  --h1-scale: 0.8;
  --h2-scale: 0.8;
  --h3-scale: 0.8;
}

.ce-headline--visual-compact {
  --h1-scale: 0.8;
  --h2-scale: 0.8;
  --h3-scale: 0.8;
}

.text-lg {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .text-lg {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-lg-bold {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .text-lg-bold {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-base {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .text-base {
    font-size: 18px;
  }
}

.text-base-bold {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-base-bold {
    font-size: 18px;
  }
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-xs {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.text-muted {
  color: #b2b2b2;
}

.text-bold {
  font-weight: 700;
}

.ce-bullets-section {
  max-width: 1480px;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .ce-bullets-section {
    padding: 60px 64px 80px;
  }
}
.ce-bullets-section h1, .ce-bullets-section h2, .ce-bullets-section h3, .ce-bullets-section h4, .ce-bullets-section h5, .ce-bullets-section h6 {
  color: #004a77;
}

.ce-bullets {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ce-bullets {
    font-size: 18px;
  }
}
.ce-bullets li {
  position: relative;
  padding-left: 32px;
}

ul.ce-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='%23004a77' stroke-width='2'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

ol.ce-bullets {
  counter-reset: ce-bullets;
}
ol.ce-bullets li {
  counter-increment: ce-bullets;
}
ol.ce-bullets li::before {
  content: counter(ce-bullets) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.ce-bodytext {
  padding: 48px 20px;
  max-width: 900px;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ce-bodytext {
    padding: 60px 64px 80px;
  }
}
@media (min-width: 1440px) {
  .ce-bodytext {
    font-size: 20px;
  }
}
.ce-bodytext p {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .ce-bodytext p {
    margin-bottom: 24px;
  }
}
.ce-bodytext p:last-child {
  margin-bottom: 0;
}
.ce-bodytext p:empty {
  display: none;
  margin: 0;
}
.ce-bodytext > p:first-of-type:not(:empty) {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .ce-bodytext > p:first-of-type:not(:empty) {
    font-size: 22px;
  }
}
.ce-bodytext a {
  color: #004a77;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  border-radius: 2px;
  transition: color 0.15s ease, background-color 0.15s ease, text-decoration-thickness 0.15s ease;
}
.ce-bodytext a:hover {
  color: #00243a;
  background-color: #d6ebe9;
  text-decoration-thickness: 2px;
}
.ce-bodytext a:focus-visible {
  color: #00243a;
  background-color: #d6ebe9;
  text-decoration-thickness: 2px;
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.ce-bodytext a:active {
  color: #00111b;
  background-color: #aad8d4;
  text-decoration-thickness: 2px;
}
.ce-bodytext p.lead {
  font-size: 20px;
  line-height: 28px;
  color: #004a77;
}
@media (min-width: 1440px) {
  .ce-bodytext p.lead {
    font-size: 22px;
  }
}
.ce-bodytext p.infobox {
  background-color: #d6ebe9;
  border-radius: 10px;
  padding: 24px;
  color: #004a77;
}
@media (min-width: 768px) {
  .ce-bodytext p.infobox {
    padding: 24px 40px;
  }
}
.ce-bodytext h2, .ce-bodytext h3, .ce-bodytext h4, .ce-bodytext h5, .ce-bodytext h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ce-bodytext h2, .ce-bodytext h3, .ce-bodytext h4, .ce-bodytext h5, .ce-bodytext h6 {
    margin-top: 80px;
    margin-bottom: 24px;
  }
}
.ce-bodytext > :first-child {
  margin-top: 0;
}
.ce-bodytext blockquote {
  margin: 24px 0;
  padding: 8px 0 8px 24px;
  border-left: 3px solid #da5855;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #004a77;
}
@media (min-width: 768px) {
  .ce-bodytext blockquote {
    margin: 24px 0;
    padding-left: 24px;
    font-size: 20px;
  }
}
.ce-bodytext blockquote p:last-child {
  margin-bottom: 0;
}
.ce-bodytext blockquote blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}
.ce-bodytext ul,
.ce-bodytext ol {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .ce-bodytext ul,
  .ce-bodytext ol {
    font-size: 20px;
  }
}
.ce-bodytext ul li,
.ce-bodytext ol li {
  position: relative;
  padding-left: 32px;
}
.ce-bodytext ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='%23004a77' stroke-width='2'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}
.ce-bodytext ol {
  counter-reset: ce-bodytext-list;
}
.ce-bodytext ol li {
  counter-increment: ce-bodytext-list;
}
.ce-bodytext ol li::before {
  content: counter(ce-bodytext-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.ce-textpic {
  display: flow-root;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .ce-textpic {
    padding: 60px 50px;
  }
}
@media (min-width: 1440px) {
  .ce-textpic {
    padding: 60px 64px;
  }
}
.ce-textpic header {
  padding: 0;
  margin-bottom: 24px;
  color: #004a77;
}
@media (min-width: 768px) {
  .ce-textpic header {
    margin-bottom: 40px;
  }
}
.ce-textpic .ce-gallery,
.ce-textpic .ce-bodytext {
  padding: 0;
}
.ce-textpic.ce-nowrap .ce-bodytext, .ce-textpic.ce-intext .ce-bodytext {
  max-width: none;
  margin-inline: 0;
}
.ce-textpic.ce-above .ce-gallery {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ce-textpic.ce-above .ce-gallery {
    margin-bottom: 40px;
  }
}
.ce-textpic.ce-below .ce-gallery {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ce-textpic.ce-below .ce-gallery {
    margin-top: 40px;
  }
}
.ce-textpic.ce-center .ce-gallery {
  justify-content: center;
}
.ce-textpic.ce-right:not(.ce-intext) .ce-gallery {
  justify-content: flex-end;
}
.ce-textpic.ce-intext:not(.ce-nowrap) .ce-gallery {
  margin-bottom: 24px;
}
.ce-textpic.ce-intext:not(.ce-nowrap) .ce-gallery .ce-column {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext:not(.ce-nowrap) .ce-gallery .ce-column {
    flex-basis: 100%;
  }
}
@media (min-width: 1440px) {
  .ce-textpic.ce-intext:not(.ce-nowrap) .ce-gallery .ce-column {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext:not(.ce-nowrap) .ce-gallery {
    width: min(480px, 46%);
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext:not(.ce-nowrap).ce-left .ce-gallery {
    float: left;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
    float: right;
    margin-left: 40px;
  }
}
.ce-textpic.ce-nowrap .ce-gallery {
  margin-bottom: 24px;
}
.ce-textpic.ce-nowrap .ce-gallery .ce-column {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .ce-textpic.ce-nowrap .ce-gallery .ce-column {
    flex-basis: 100%;
  }
}
@media (min-width: 1440px) {
  .ce-textpic.ce-nowrap .ce-gallery .ce-column {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-nowrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .ce-textpic.ce-nowrap .ce-gallery {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 0;
  }
  .ce-textpic.ce-nowrap .ce-bodytext {
    flex: 1;
    min-width: 0;
  }
}
@media (min-width: 1440px) {
  .ce-textpic.ce-nowrap {
    gap: 80px;
  }
  .ce-textpic.ce-nowrap .ce-gallery {
    flex-basis: calc(50% - 40px);
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-nowrap.ce-right .ce-gallery {
    order: 2;
  }
  .ce-textpic.ce-nowrap.ce-right .ce-bodytext {
    order: 1;
  }
}

.ce-gallery {
  padding: 48px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) {
  .ce-gallery {
    padding: 48px 40px 56px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ce-gallery {
    padding: 48px 48px 64px;
    gap: 16px;
  }
}
@media (min-width: 1440px) {
  .ce-gallery {
    gap: 20px;
  }
}
.ce-gallery .ce-outer,
.ce-gallery .ce-inner,
.ce-gallery .ce-row {
  display: contents;
}
.ce-gallery .ce-column {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .ce-gallery .ce-column {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (min-width: 1440px) {
  .ce-gallery .ce-column {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="1"] .ce-column {
    flex: 0 0 100%;
  }
}
@media (min-width: 1440px) {
  .ce-gallery[data-ce-columns="1"] .ce-column {
    flex: 0 0 100%;
  }
}
@media (min-width: 1440px) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (min-width: 1024px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    flex: 0 0 calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
  }
}
@media (min-width: 1440px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
.ce-gallery figure.image {
  margin: 0;
}
.ce-gallery figure.image > a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ce-gallery .image-embed-item {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.ce-gallery figure.image:hover .image-embed-item {
  transform: scale(1.03);
}
.ce-gallery figcaption.image-caption {
  margin-top: 8px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
}
.ce-gallery.ce-border figure.image {
  background-color: #d6ebe9;
  padding: 12px;
  border-radius: 10px;
}
.ce-gallery.ce-border .image-embed-item {
  border-radius: 6px;
}

.frame-type-uploads {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .frame-type-uploads {
    padding: 60px 50px 80px;
  }
}
@media (min-width: 1440px) {
  .frame-type-uploads {
    padding: 60px 64px 80px;
  }
}
.frame-type-uploads > header {
  max-width: 900px;
  margin-bottom: 24px;
  color: #004a77;
}
@media (min-width: 768px) {
  .frame-type-uploads > header {
    margin-bottom: 40px;
  }
}

.ce-uploads {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ce-uploads li {
  position: relative;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #d3d6e5;
}
.ce-uploads li:last-child {
  border-bottom: none;
}
.ce-uploads li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(16px + 2px);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='%23004a77' stroke-width='2'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}
.ce-uploads a {
  color: #004a77;
  text-decoration: none;
}
.ce-uploads a:hover, .ce-uploads a:focus-visible {
  text-decoration: underline;
}
.ce-uploads .ce-uploads-fileName {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .ce-uploads .ce-uploads-fileName {
    font-size: 20px;
  }
}
.ce-uploads .ce-uploads-description {
  display: block;
  margin-top: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
  opacity: 0.85;
}
.ce-uploads .ce-uploads-filesize {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b2b2b2;
}

.frame-type-companies_list > header {
  padding: 0 20px;
  color: #004a77;
}
@media (min-width: 768px) {
  .frame-type-companies_list > header {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .frame-type-companies_list > header {
    padding: 0 64px;
  }
}

.frame-tp-blau > header,
.frame-tp-rot > header {
  color: #ffffff;
}
.frame-tp-blau .companies,
.frame-tp-rot .companies {
  --companies-accent: #da5855;
  --companies-muted: #d6ebe9;
  --companies-text: #004a77;
  --companies-border: #d3d6e5;
  color: #ffffff;
}
.frame-tp-blau .companies__toolbar,
.frame-tp-rot .companies__toolbar {
  align-items: center;
}
.frame-tp-blau .companies__search,
.frame-tp-rot .companies__search {
  position: relative;
}
.frame-tp-blau .companies__search-label,
.frame-tp-rot .companies__search-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.frame-tp-blau .companies__search-input,
.frame-tp-rot .companies__search-input {
  color: #004a77;
  border-color: #ffffff;
  min-height: 48px;
}
.frame-tp-blau .companies__search-input::placeholder,
.frame-tp-rot .companies__search-input::placeholder {
  color: rgba(0, 74, 119, 0.55);
}
.frame-tp-blau .companies__search-input:focus-visible,
.frame-tp-rot .companies__search-input:focus-visible {
  outline-color: #aad8d4;
  border-color: #aad8d4;
}
.frame-tp-blau .companies__filter,
.frame-tp-rot .companies__filter {
  color: #004a77;
  background: #ffffff;
  border: 2px solid #ffffff;
  min-height: 48px;
  padding: 0.6rem 1.15rem;
}
.frame-tp-blau .companies__filter:hover,
.frame-tp-rot .companies__filter:hover {
  color: #004a77;
  background: #d6ebe9;
  border-color: #d6ebe9;
}
.frame-tp-blau .companies__filter:focus-visible,
.frame-tp-rot .companies__filter:focus-visible {
  outline-color: #aad8d4;
}
.frame-tp-blau .companies__filter.is-active,
.frame-tp-rot .companies__filter.is-active {
  color: #ffffff;
  background: #da5855;
  border-color: #da5855;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(23, 21, 27, 0.25);
}
.frame-tp-blau .companies__empty,
.frame-tp-rot .companies__empty {
  background: rgba(255, 255, 255, 0.12);
  color: #d6ebe9;
}
.frame-tp-blau .companies__cta-link,
.frame-tp-rot .companies__cta-link {
  background: #ffffff;
  color: #004a77;
}
.frame-tp-blau .companies__cta-link:hover, .frame-tp-blau .companies__cta-link:focus-visible,
.frame-tp-rot .companies__cta-link:hover,
.frame-tp-rot .companies__cta-link:focus-visible {
  background: #004a77;
  color: #ffffff;
}
.frame-tp-blau .companies__cta-link:focus-visible,
.frame-tp-rot .companies__cta-link:focus-visible {
  outline-color: #ffffff;
}
.frame-tp-blau .companies__grid,
.frame-tp-rot .companies__grid {
  align-items: stretch;
}
.frame-tp-blau .company-card__trigger,
.frame-tp-rot .company-card__trigger {
  color: #004a77;
  background: #ffffff;
  border-color: #d3d6e5;
  min-height: 100%;
  justify-content: center;
}
.frame-tp-blau .company-card__name,
.frame-tp-rot .company-card__name {
  color: #004a77;
  font-weight: 500;
}
.frame-tp-blau .company-card__logo,
.frame-tp-rot .company-card__logo {
  min-height: 72px;
}
.frame-tp-blau .company-card__logo-img,
.frame-tp-rot .company-card__logo-img {
  max-height: 72px;
  width: auto;
}
.frame-tp-blau .companies__panel,
.frame-tp-rot .companies__panel {
  color: #004a77;
  --companies-muted: rgba(0, 74, 119, 0.6);
  --companies-border: #d3d6e5;
}
.frame-tp-blau .company-detail__location,
.frame-tp-blau .company-detail__address,
.frame-tp-blau .company-detail__title,
.frame-tp-blau .company-detail__profile,
.frame-tp-rot .company-detail__location,
.frame-tp-rot .company-detail__address,
.frame-tp-rot .company-detail__title,
.frame-tp-rot .company-detail__profile {
  color: #004a77;
}

.frame-type-table {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .frame-type-table {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .frame-type-table {
    padding: 120px 64px;
  }
}
.frame-type-table header {
  color: #004a77;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .frame-type-table header {
    margin-bottom: 40px;
  }
}

.ce-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ce-table {
    font-size: 18px;
    line-height: 24px;
  }
}
.ce-table th,
.ce-table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 768px) {
  .ce-table th,
  .ce-table td {
    padding: 16px 24px;
  }
}
.ce-table thead th,
.ce-table th {
  background-color: #004a77;
  color: #ffffff;
  font-weight: 500;
}
.ce-table tbody tr:nth-child(even),
.ce-table > tr:nth-child(even) {
  background-color: #eef1f5;
}
.ce-table tfoot td {
  background-color: #f0f0f0;
  font-weight: 500;
}
.ce-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 500;
  color: #004a77;
  padding-bottom: 16px;
}

.section {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .section {
    padding: 120px 64px;
  }
}
.section--light {
  background-color: #f0f0f0;
}
.section--white {
  background-color: #ffffff;
}
.section--brand {
  background-color: #004a77;
  color: #ffffff;
}

.frame-default {
  max-width: 1480px;
}

.frame-tp-blau,
.frame-tp-rot, .frame-tp-tuerkis-hell,
.frame-tp-tuerkis,
.frame-tp-blau-hell,
.frame-tp-blau-medium,
.frame-tp-grau-hell,
.frame-tp-grau-medium {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-left: calc(50vw - 740px);
  padding-right: calc(50vw - 740px);
}
@media (max-width: 1480px) {
  .frame-tp-blau,
  .frame-tp-rot, .frame-tp-tuerkis-hell,
  .frame-tp-tuerkis,
  .frame-tp-blau-hell,
  .frame-tp-blau-medium,
  .frame-tp-grau-hell,
  .frame-tp-grau-medium {
    padding-left: 0;
    padding-right: 0;
  }
}

.frame-tp-tuerkis-hell {
  background-color: #d6ebe9;
}

.frame-tp-tuerkis {
  background-color: #aad8d4;
}

.frame-tp-blau-hell {
  background-color: #eef1f5;
}

.frame-tp-blau-medium {
  background-color: #d3d6e5;
}

.frame-tp-grau-hell {
  background-color: #f0f0f0;
}

.frame-tp-grau-medium {
  background-color: #e3e3e3;
}

.frame-tp-blau,
.frame-tp-rot {
  color: #ffffff;
}
.frame-tp-blau header,
.frame-tp-blau .ce-header,
.frame-tp-blau .ce-bodytext,
.frame-tp-blau .ce-bodytext p,
.frame-tp-blau .ce-bodytext p.lead,
.frame-tp-blau .ce-bodytext blockquote,
.frame-tp-blau .ce-textpic header,
.frame-tp-blau h1, .frame-tp-blau h2, .frame-tp-blau h3, .frame-tp-blau h4, .frame-tp-blau h5, .frame-tp-blau h6,
.frame-tp-blau p,
.frame-tp-blau .topic-cards__lead,
.frame-tp-blau .topic-cards__intro-text,
.frame-tp-rot header,
.frame-tp-rot .ce-header,
.frame-tp-rot .ce-bodytext,
.frame-tp-rot .ce-bodytext p,
.frame-tp-rot .ce-bodytext p.lead,
.frame-tp-rot .ce-bodytext blockquote,
.frame-tp-rot .ce-textpic header,
.frame-tp-rot h1,
.frame-tp-rot h2,
.frame-tp-rot h3,
.frame-tp-rot h4,
.frame-tp-rot h5,
.frame-tp-rot h6,
.frame-tp-rot p,
.frame-tp-rot .topic-cards__lead,
.frame-tp-rot .topic-cards__intro-text {
  color: #ffffff;
}
.frame-tp-blau .ce-bodytext a,
.frame-tp-blau a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)),
.frame-tp-rot .ce-bodytext a,
.frame-tp-rot a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)) {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.frame-tp-blau .ce-bodytext a:hover, .frame-tp-blau .ce-bodytext a:focus-visible,
.frame-tp-blau a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)):hover,
.frame-tp-blau a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)):focus-visible,
.frame-tp-rot .ce-bodytext a:hover,
.frame-tp-rot .ce-bodytext a:focus-visible,
.frame-tp-rot a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)):hover,
.frame-tp-rot a:not(:where(.btn,
[class*=__cta],
[class*=__btn],
.topic-cards__card-link,
.company-card__trigger,
.timeline__link,
.high-five__card-cta,
.high-five__tag)):focus-visible {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.frame-tp-blau {
  background-color: #004a77;
}

.frame-tp-rot {
  background-color: #da5855;
}

.space-before-extra-small,
.frame-space-before-extra-small {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .space-before-extra-small,
  .frame-space-before-extra-small {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) {
  .space-before-extra-small,
  .frame-space-before-extra-small {
    margin-top: 16px;
  }
}

.space-after-extra-small,
.frame-space-after-extra-small {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .space-after-extra-small,
  .frame-space-after-extra-small {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .space-after-extra-small,
  .frame-space-after-extra-small {
    margin-bottom: 16px;
  }
}

.space-before-small,
.frame-space-before-small {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .space-before-small,
  .frame-space-before-small {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .space-before-small,
  .frame-space-before-small {
    margin-top: 32px;
  }
}

.space-after-small,
.frame-space-after-small {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .space-after-small,
  .frame-space-after-small {
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .space-after-small,
  .frame-space-after-small {
    margin-bottom: 32px;
  }
}

.space-before-medium,
.frame-space-before-medium {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .space-before-medium,
  .frame-space-before-medium {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .space-before-medium,
  .frame-space-before-medium {
    margin-top: 64px;
  }
}

.space-after-medium,
.frame-space-after-medium {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .space-after-medium,
  .frame-space-after-medium {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .space-after-medium,
  .frame-space-after-medium {
    margin-bottom: 64px;
  }
}

.space-before-large,
.frame-space-before-large {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .space-before-large,
  .frame-space-before-large {
    margin-top: 64px;
  }
}
@media (min-width: 1440px) {
  .space-before-large,
  .frame-space-before-large {
    margin-top: 96px;
  }
}

.space-after-large,
.frame-space-after-large {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .space-after-large,
  .frame-space-after-large {
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .space-after-large,
  .frame-space-after-large {
    margin-bottom: 96px;
  }
}

.space-before-extra-large,
.frame-space-before-extra-large {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .space-before-extra-large,
  .frame-space-before-extra-large {
    margin-top: 96px;
  }
}
@media (min-width: 1440px) {
  .space-before-extra-large,
  .frame-space-before-extra-large {
    margin-top: 120px;
  }
}

.space-after-extra-large,
.frame-space-after-extra-large {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .space-after-extra-large,
  .frame-space-after-extra-large {
    margin-bottom: 96px;
  }
}
@media (min-width: 1440px) {
  .space-after-extra-large,
  .frame-space-after-extra-large {
    margin-bottom: 120px;
  }
}

.section__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .section__header {
    max-width: 860px;
    margin-bottom: 80px;
  }
}

.section__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section__title {
    margin-bottom: 24px;
  }
}

.section__text {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 28px;
}

.grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .grid {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 12px 20px;
  background-color: #004a77;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transform: translateY(-110%);
  transition: transform 0.15s ease;
}
.skip-link:focus, .skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

main:focus,
main:focus-visible {
  outline: none;
}

.page-shell {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .page-shell {
    padding-top: 72px;
  }
}
@media (min-width: 1440px) {
  .page-shell {
    padding-top: 110px;
  }
}

.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.demo-surface {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 155, 119, 0.95), rgba(0, 155, 119, 0.35)), linear-gradient(45deg, rgba(0, 0, 0, 0.15), transparent 55%);
}

.demo-surface--hero {
  min-height: 60vh;
}
@media (min-width: 768px) {
  .demo-surface--hero {
    min-height: 512px;
  }
}

.demo-surface--banner {
  min-height: 300px;
}
@media (min-width: 768px) {
  .demo-surface--banner {
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .demo-surface--banner {
    min-height: 560px;
  }
}

.demo-surface--portrait {
  aspect-ratio: 1/1;
}

.demo-surface--icon {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.45), transparent 30%), linear-gradient(135deg, rgba(0, 155, 119, 0.95), rgba(0, 133, 104, 0.8));
}

.demo-surface--tile {
  border-radius: 32px;
}

.container-2col,
.container-3col,
.container-25-75,
.container-75-25,
.container-section {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container-2col,
  .container-3col,
  .container-25-75,
  .container-75-25,
  .container-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .container-2col,
  .container-3col,
  .container-25-75,
  .container-75-25,
  .container-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.container-2col,
.container-3col,
.container-25-75,
.container-75-25 {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .container-2col,
  .container-3col,
  .container-25-75,
  .container-75-25 {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .container-2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .container-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .container-3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .container-25-75 {
    grid-template-columns: 1fr 3fr; /* 25 % / 75 % */
  }
}

@media (min-width: 768px) {
  .container-75-25 {
    grid-template-columns: 3fr 1fr; /* 75 % / 25 % */
  }
}

.container-headline {
  grid-column: 1/-1;
}

.container-section .container-headline {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .container-section .container-headline {
    margin-bottom: 40px;
  }
}

.container-headline__title {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: inherit;
}
@media (min-width: 1440px) {
  .container-headline__title {
    font-size: 48px;
  }
}

.container-2col .ce-textpic,
.container-2col .ce-gallery,
.container-2col .ce-bodytext,
.container-2col .frame-type-table,
.container-3col .ce-textpic,
.container-3col .ce-gallery,
.container-3col .ce-bodytext,
.container-3col .frame-type-table,
.container-25-75 .ce-textpic,
.container-25-75 .ce-gallery,
.container-25-75 .ce-bodytext,
.container-25-75 .frame-type-table,
.container-75-25 .ce-textpic,
.container-75-25 .ce-gallery,
.container-75-25 .ce-bodytext,
.container-75-25 .frame-type-table,
.container-section .ce-textpic,
.container-section .ce-gallery,
.container-section .ce-bodytext,
.container-section .frame-type-table {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.container-2col .frame-type-table,
.container-3col .frame-type-table,
.container-25-75 .frame-type-table,
.container-75-25 .frame-type-table,
.container-section .frame-type-table {
  max-width: none;
}
.container-2col .ce-textpic header,
.container-3col .ce-textpic header,
.container-25-75 .ce-textpic header,
.container-75-25 .ce-textpic header,
.container-section .ce-textpic header {
  margin-bottom: 16px;
}
.container-2col .ce-textpic.ce-above .ce-gallery,
.container-3col .ce-textpic.ce-above .ce-gallery,
.container-25-75 .ce-textpic.ce-above .ce-gallery,
.container-75-25 .ce-textpic.ce-above .ce-gallery,
.container-section .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 16px;
}
.container-2col .ce-textpic.ce-below .ce-gallery,
.container-3col .ce-textpic.ce-below .ce-gallery,
.container-25-75 .ce-textpic.ce-below .ce-gallery,
.container-75-25 .ce-textpic.ce-below .ce-gallery,
.container-section .ce-textpic.ce-below .ce-gallery {
  margin-top: 16px;
}

.container-2col__left,
.container-2col__right,
.container-3col__left,
.container-3col__middle,
.container-3col__right,
.container-25-75__left,
.container-25-75__right,
.container-75-25__left,
.container-75-25__right,
.container-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .container-2col__left,
  .container-2col__right,
  .container-3col__left,
  .container-3col__middle,
  .container-3col__right,
  .container-25-75__left,
  .container-25-75__right,
  .container-75-25__left,
  .container-75-25__right,
  .container-section {
    gap: 40px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1440px) {
  .btn {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.btn--primary {
  height: 40px;
  padding: 12px 24px;
  background-color: #004a77;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .btn--primary {
    height: 48px;
  }
}
.btn--primary:hover, .btn--primary:focus-visible {
  background-color: #002a44;
}
.btn--secondary {
  height: 40px;
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #17151b;
  color: #17151b;
}
@media (min-width: 1440px) {
  .btn--secondary {
    height: 48px;
  }
}
.btn--secondary:hover, .btn--secondary:focus-visible {
  background-color: #17151b;
  color: #ffffff;
}
.btn--text {
  height: 40px;
  padding: 12px 0;
  gap: 8px;
  background: none;
  color: #17151b;
  width: fit-content;
  align-items: baseline;
}
.btn--text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M1.5 1l5 5-5 5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transition: background-image 0.2s ease;
}
.btn--text:hover, .btn--text:focus-visible {
  color: #004a77;
}
.btn--text:hover::before, .btn--text:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M1.5 1l5 5-5 5' stroke='%23009b77' stroke-width='1.5'/%3E%3C/svg%3E");
}
.btn--inverted {
  color: #ffffff;
}
.btn--inverted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M1.5 1l5 5-5 5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
}

.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background-color: #ffffff;
  transition: height 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .nav-bar {
    height: 72px;
  }
}
@media (min-width: 1440px) {
  .nav-bar {
    height: 110px;
  }
}
.nav-bar--scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1440px) {
  .nav-bar--scrolled {
    height: 70px;
  }
}
.nav-bar--scrolled .nav-bar__logo {
  width: 42px;
}
.nav-bar--scrolled .nav-bar__logo-img--full {
  opacity: 0;
}
.nav-bar--scrolled .nav-bar__logo-img--signet {
  opacity: 1;
}
.nav-bar--scrolled .nav-bar__link,
.nav-bar--scrolled .nav-bar__contact-btn,
.nav-bar--scrolled .nav-bar__lang {
  transform: scale(0.9);
}
.nav-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .nav-bar__inner {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .nav-bar__inner {
    padding: 0 64px;
  }
}
.nav-bar__logo {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  height: 42px;
  width: 140px;
  transition: width 0.3s ease;
}
@media (min-width: 768px) {
  .nav-bar__logo {
    width: 160px;
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .nav-bar__logo {
    width: 180px;
    height: 55px;
  }
}
.nav-bar__logo-img {
  display: block;
  height: auto;
  transition: opacity 0.3s ease;
}
.nav-bar__logo-img--full {
  width: 140px;
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-bar__logo-img--full {
    width: 160px;
  }
}
@media (min-width: 1440px) {
  .nav-bar__logo-img--full {
    width: 180px;
    height: 55px;
  }
}
.nav-bar__logo-img--signet {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  opacity: 0;
  pointer-events: none;
}
.nav-bar__nav-group {
  display: none;
}
@media (min-width: 1280px) {
  .nav-bar__nav-group {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.nav-bar__nav {
  display: flex;
  align-items: center;
}
.nav-bar__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1440px) {
  .nav-bar__list {
    gap: 12px;
  }
}
.nav-bar__item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-bar__item--has-children:hover .nav-bar__submenu, .nav-bar__item--has-children:focus-within .nav-bar__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-bar__item--has-children:hover .nav-bar__dropdown-icon, .nav-bar__item--has-children:focus-within .nav-bar__dropdown-icon {
  transform: rotate(180deg);
}
.nav-bar__link {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: #004a77;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.3s ease;
  padding: 8px 4px;
}
.nav-bar__link:hover, .nav-bar__link:focus-visible {
  opacity: 0.7;
}
.nav-bar__link--active {
  opacity: 1;
  font-weight: 700;
}
.nav-bar__link--active:hover, .nav-bar__link--active:focus-visible {
  opacity: 1;
}
.nav-bar__link--active::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 2px;
  background-color: #004a77;
  border-radius: 2px;
}
.nav-bar__dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-bar__dropdown-icon {
  display: block;
  width: 12px;
  height: 7px;
  transition: transform 0.25s ease;
}
.nav-bar__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 110;
  min-width: 220px;
  background-color: #eef1f5;
  border: none;
  border-top: 2px solid #004a77;
  border-radius: 0 0 10px 10px;
  padding: 16px 24px 20px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.nav-bar__submenu-item {
  margin: 0;
}
.nav-bar__submenu-item + .nav-bar__submenu-item {
  margin-top: 10px;
}
.nav-bar__submenu-link {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #004a77;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.nav-bar__submenu-link:hover, .nav-bar__submenu-link:focus-visible {
  opacity: 0.7;
}
.nav-bar__submenu-link--active {
  font-weight: 700;
}
.nav-bar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 8px;
}
@media (min-width: 1440px) {
  .nav-bar__actions {
    gap: 20px;
  }
}
.nav-bar__search {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .nav-bar__search {
    display: flex;
    align-items: center;
  }
}
.nav-bar__search img {
  display: block;
  width: 24px;
  height: 24px;
  color: #004a77;
}
.nav-bar__search--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.nav-bar__search--mobile img {
  width: 26px;
  height: 26px;
}
.nav-bar--open .nav-bar__search--mobile {
  display: none;
}
@media (min-width: 1280px) {
  .nav-bar__search--mobile {
    display: none;
  }
}
.nav-bar__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  transition: transform 0.3s ease;
}
.nav-bar__lang-active {
  color: #004a77;
}
.nav-bar__lang-divider {
  color: #d3d6e5;
}
.nav-bar__lang-link {
  color: #d3d6e5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-bar__lang-link:hover, .nav-bar__lang-link:focus-visible {
  color: #004a77;
}
.nav-bar__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #004a77;
  text-decoration: none;
  border: 1px solid #004a77;
  border-radius: 29px;
  padding: 6px 24px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
}
.nav-bar__contact-btn:hover, .nav-bar__contact-btn:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.nav-bar__mobile-controls {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 4px;
}
@media (min-width: 1280px) {
  .nav-bar__mobile-controls {
    display: none;
  }
}
.nav-bar__mobile-controls .nav-bar__lang {
  font-size: 15px;
  line-height: 22px;
  gap: 2px;
  min-height: 40px;
  align-items: center;
  padding: 0 2px;
}
.nav-bar__mobile-controls .nav-bar__lang-link,
.nav-bar__mobile-controls .nav-bar__lang-active {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 3px;
}
.nav-bar__mobile-controls .a11y-toggle {
  width: 38px;
  height: 38px;
}
.nav-bar__mobile-controls .a11y-toggle svg {
  width: 18px;
  height: 18px;
}
.nav-bar__contact-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  border: 1px solid #004a77;
  border-radius: 29px;
  padding: 4px 12px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-bar--open .nav-bar__contact-mobile {
  display: inline-flex;
}
@media (max-width: 399px) {
  .nav-bar--open .nav-bar__contact-mobile {
    display: none;
  }
}
.nav-bar__contact-mobile:hover, .nav-bar__contact-mobile:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .nav-bar__contact-mobile {
    display: none;
  }
}
.nav-bar__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-bar__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004a77;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-bar--open .nav-bar__toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-bar--open .nav-bar__toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-bar--open .nav-bar__toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-external-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  vertical-align: -2px;
  flex: none;
}

.mobile-menu {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  background-color: #eef1f5;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s 0.3s;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mobile-menu {
    top: 72px;
  }
}
@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu--open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease;
}
.mobile-menu__body {
  flex: 1;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .mobile-menu__body {
    padding: 0 56px;
  }
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__item {
  border-top: 1px solid #d3d6e5;
}
.mobile-menu__item:last-child {
  border-bottom: 1px solid #d3d6e5;
}
.mobile-menu__item-header {
  display: flex;
  align-items: center;
}
.mobile-menu__link {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 44px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #004a77;
  text-decoration: none;
  padding: 6px 0;
  transition: opacity 0.2s ease;
}
.mobile-menu__link:hover, .mobile-menu__link:focus-visible {
  opacity: 0.7;
}
.mobile-menu__link--active {
  opacity: 1;
  font-weight: 700;
}
.mobile-menu__expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #004a77;
  padding: 0;
  margin-right: -12px;
  transition: transform 0.25s ease;
}
.mobile-menu__expand[aria-expanded=true] .mobile-menu__expand-icon {
  transform: rotate(180deg);
}
.mobile-menu__expand-icon {
  display: block;
  width: 14px;
  height: 8px;
  transition: transform 0.25s ease;
}
.mobile-menu__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0s 0.3s;
}
.mobile-menu__sublist[aria-hidden=false] {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  padding-bottom: 8px;
}
.mobile-menu__sublist-item {
  margin-bottom: 6px;
}
.mobile-menu__sublink {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 29px;
  transition: opacity 0.2s ease;
}
.mobile-menu__sublink:hover, .mobile-menu__sublink:focus-visible {
  opacity: 0.7;
}
.mobile-menu__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 0;
}
.mobile-menu__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.mobile-menu__lang-active {
  color: #004a77;
}
.mobile-menu__lang-divider {
  color: #d3d6e5;
}
.mobile-menu__lang-link {
  color: #d3d6e5;
  text-decoration: none;
}
.mobile-menu__lang-link:hover, .mobile-menu__lang-link:focus-visible {
  color: #004a77;
}
.mobile-menu__contact-btn {
  display: none;
}
.mobile-menu__contact-info {
  flex-shrink: 0;
  background-color: #ffffff;
  padding: 40px 20px 24px;
}
@media (min-width: 768px) {
  .mobile-menu__contact-info {
    padding: 40px 50px 24px;
  }
}
.mobile-menu__contact-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #004a77;
  margin: 0 0 8px;
}
.mobile-menu__contact-link {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.mobile-menu__contact-link:hover, .mobile-menu__contact-link:focus-visible {
  opacity: 0.7;
}
.mobile-menu__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.mobile-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__social-link img {
  display: block;
  width: 24px;
  height: 24px;
}
.mobile-menu__search-bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3d6e5;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .mobile-menu__search-bar {
    padding: 16px 50px;
  }
}
.mobile-menu__search-inner {
  position: relative;
  width: 100%;
  max-width: 315px;
  height: 44px;
}
.mobile-menu__search-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 29px;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #004a77;
  padding: 0 40px 0 16px;
  outline: none;
}
.mobile-menu__search-input::placeholder {
  color: #d3d6e5;
}
.mobile-menu__search-input:focus-visible {
  box-shadow: 0 0 0 2px #004a77;
}
.mobile-menu__search-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-menu__search-btn img {
  display: block;
  width: 20px;
  height: 20px;
}

.anchor-scroll {
  display: block;
  height: 0;
  margin: 0;
  visibility: hidden;
  scroll-margin-top: 80px;
}
@media (min-width: 768px) {
  .anchor-scroll {
    scroll-margin-top: 88px;
  }
}
@media (min-width: 1440px) {
  .anchor-scroll {
    scroll-margin-top: 126px;
  }
}

.breadcrumb {
  background-color: #ffffff;
  padding: 24px 20px 24px;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 24px 50px 24px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    padding: 40px 64px 24px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #b2b2b2;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb__item::after {
  content: "/";
  margin-left: 8px;
  color: #17151b;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link {
  color: #b2b2b2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb__link:hover, .breadcrumb__link:focus-visible {
  color: #004a77;
}
.breadcrumb__current {
  color: #17151b;
}

.footer {
  background-color: #aad8d4;
  color: #004a77;
  padding: 40px 0 32px;
}
@media (min-width: 768px) {
  .footer {
    background-color: #aad8d4;
    padding: 60px 0 40px;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding: 80px 0 48px;
  }
}
.footer__inner, .footer__bottom {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .footer__inner, .footer__bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .footer__inner, .footer__bottom {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    gap: 80px;
    margin-bottom: -21px;
  }
}
@media (min-width: 1440px) {
  .footer__inner {
    gap: 0;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .footer__left {
    flex: 0 0 auto;
    max-width: 45%;
  }
}
@media (min-width: 1024px) {
  .footer__left {
    max-width: 472px;
  }
}
.footer__logo {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .footer__logo {
    margin-bottom: 56px;
  }
}
.footer__logo-img {
  height: 60px;
  width: auto;
}
@media (min-width: 1440px) {
  .footer__logo-img {
    height: 88px;
  }
}
.footer__contact {
  margin-bottom: 0;
}
.footer__contact-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 8px;
}
.footer__phone, .footer__email {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #004a77;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .footer__phone, .footer__email {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .footer__phone, .footer__email {
    font-size: 24px;
    line-height: 25px;
  }
}
.footer__phone:hover, .footer__phone:focus-visible, .footer__email:hover, .footer__email:focus-visible {
  opacity: 0.7;
}
.footer__address {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #004a77;
  margin: 40px 0 0;
}
@media (min-width: 1024px) {
  .footer__address {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .footer__address {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer__social {
  display: flex;
  gap: 13px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .footer__social {
    gap: 16px;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004a77;
  transition: opacity 0.2s ease;
}
.footer__social-link:hover, .footer__social-link:focus-visible {
  opacity: 0.7;
}
.footer__social-icon {
  display: block;
  width: 28px;
  height: 28px;
}
.footer__pressekit {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 8px;
  transition: opacity 0.2s ease;
}
.footer__pressekit:hover, .footer__pressekit:focus-visible {
  opacity: 0.7;
}
.footer__right {
  display: contents;
}
@media (min-width: 768px) {
  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 1 50%;
  }
}
@media (min-width: 1024px) {
  .footer__right {
    flex: 0 1 752px;
  }
}
.footer__newsletter {
  order: -1;
  background-color: #ffffff;
  padding: 24px;
}
@media (min-width: 768px) {
  .footer__newsletter {
    order: unset;
  }
}
@media (min-width: 1440px) {
  .footer__newsletter {
    padding: 34px 48px 36px;
  }
}
.footer__newsletter-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #004a77;
  margin: 0 0 8px;
}
@media (min-width: 1440px) {
  .footer__newsletter-heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.footer__newsletter-desc {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
  margin: 0 0 20px;
}
@media (min-width: 1440px) {
  .footer__newsletter-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer__newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__newsletter-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer__newsletter-input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  background-color: #d6ebe9;
  border: none;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
  outline: none;
}
@media (min-width: 1440px) {
  .footer__newsletter-input {
    max-width: 321px;
    padding: 0 24px;
    font-size: 18px;
  }
}
.footer__newsletter-input::placeholder {
  color: #004a77;
  opacity: 1;
}
.footer__newsletter-input:focus-visible {
  box-shadow: 0 0 0 2px #004a77;
}
.footer__newsletter-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #004a77;
  transition: opacity 0.2s ease;
}
.footer__newsletter-submit:hover, .footer__newsletter-submit:focus-visible {
  opacity: 0.7;
}
.footer__newsletter-submit-icon {
  display: block;
  width: 42px;
  height: 42px;
}
.footer__newsletter-privacy {
  margin: 12px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: #004a77;
}
.footer__newsletter-privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__newsletter-privacy-link:hover, .footer__newsletter-privacy-link:focus-visible {
  opacity: 0.8;
}
.footer__partners, .footer__memberships {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__partners-label, .footer__memberships-label {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 0;
}
.footer__partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
@media (min-width: 1024px) {
  .footer__partners-grid {
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .footer__partners-grid {
    gap: 5px;
  }
}
.footer__memberships-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
@media (min-width: 1024px) {
  .footer__memberships-grid {
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .footer__memberships-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}
.footer__partner-card, .footer__membership-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d6ebe9;
  height: 72px;
  padding: 16px 24px;
}
@media (min-width: 1440px) {
  .footer__partner-card, .footer__membership-card {
    height: 84px;
    padding: 20px 32px;
  }
}
.footer__partner-logo, .footer__membership-logo {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
.footer__bottom {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .footer__bottom {
    margin-top: 0;
  }
}
.footer__legal-nav {
  display: block;
}
@media (min-width: 768px) {
  .footer__legal-nav {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer__legal-nav {
    max-width: none;
  }
}
.footer__legal-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__legal-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer__legal-item {
  margin: 0;
  padding: 0;
}
.footer__legal-link {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #004a77;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (min-width: 1440px) {
  .footer__legal-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__legal-link:hover, .footer__legal-link:focus-visible {
  opacity: 0.7;
}
.footer__legal-item + .footer__legal-item .footer__legal-link::before {
  display: none;
}
@media (min-width: 768px) {
  .footer__legal-item + .footer__legal-item .footer__legal-link::before {
    display: inline;
    content: "|";
    margin-right: 8px;
    font-weight: 500;
    pointer-events: none;
  }
}
@media (min-width: 1440px) {
  .footer__legal-item + .footer__legal-item .footer__legal-link::before {
    margin-right: 12px;
  }
}
.footer__divider {
  border: none;
  border-top: 2px solid #004a77;
  margin: 24px 0;
}
@media (min-width: 1440px) {
  .footer__divider {
    margin: 32px 0 8px 0;
  }
}
.footer__copyright {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  color: #004a77;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 24px;
  }
}

.certificates {
  background-color: #96c8c8;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .certificates {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .certificates {
    padding: 120px 64px;
  }
}
.certificates__title {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .certificates__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .certificates__title {
    margin-bottom: 80px;
  }
}
.certificates__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .certificates__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .certificates__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.certificates__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .certificates__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.certificates__badge {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .certificates__badge {
    width: 80px;
    height: 80px;
  }
}
.certificates__badge--iso {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.certificates__badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.certificates__iso-label {
  font-size: 13px;
  line-height: 1.4;
  color: #b2b2b2;
  text-align: center;
}
.certificates__text {
  color: #17151b;
  flex: 1;
  min-width: 0;
}

.contact-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-buttons__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #004a77;
  color: #ffffff;
  width: 72px;
  height: 72px;
  padding: 8px;
  transition: background-color 0.2s ease;
}
@media (min-width: 1440px) {
  .contact-buttons__btn {
    width: 96px;
    height: 96px;
  }
}
.contact-buttons__btn:hover, .contact-buttons__btn:focus-visible {
  background-color: #002a44;
}
.contact-buttons__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .contact-buttons__icon {
    width: 32px;
    height: 32px;
  }
}
.contact-buttons__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-buttons__icon--phone .contact-buttons__icon-img {
  filter: brightness(0) invert(1);
}
.contact-buttons__label {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1440px) {
  .contact-buttons__label {
    font-size: 15px;
  }
}

body.has-gallery-lightbox {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gallery-lightbox--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(23, 21, 27, 0.88);
  cursor: pointer;
}
.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 96vw;
  max-height: 92vh;
}
.gallery-lightbox__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gallery-lightbox__img {
  display: block;
  max-width: min(1200px, 86vw);
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background-color: #ffffff;
}
.gallery-lightbox__caption {
  max-width: min(1200px, 86vw);
  margin: 0;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.gallery-lightbox__caption[hidden] {
  display: none;
}
.gallery-lightbox__close {
  position: absolute;
  top: -52px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #004a77;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.gallery-lightbox__close:hover, .gallery-lightbox__close:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
@media (min-width: 768px) {
  .gallery-lightbox__close {
    top: 0;
    right: -56px;
  }
}
.gallery-lightbox__nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.gallery-lightbox__nav:hover, .gallery-lightbox__nav:focus-visible {
  background-color: #ffffff;
  color: #004a77;
}
.gallery-lightbox__nav[hidden] {
  display: none;
}
.gallery-lightbox__close:focus-visible, .gallery-lightbox__nav:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

body.has-search-modal {
  overflow: hidden;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.search-modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 74, 119, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}
.search-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin-top: 12vh;
  padding: 28px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transform: translateY(-12px);
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  .search-modal__dialog {
    padding: 40px;
  }
}
.search-modal--open .search-modal__dialog {
  transform: translateY(0);
}
.search-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.search-modal__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #004a77;
  margin: 0;
}
.search-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #eef1f5;
  color: #004a77;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.search-modal__close:hover, .search-modal__close:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.search-modal__form {
  position: relative;
  display: flex;
  align-items: center;
}
.search-modal__search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  color: #004a77;
  opacity: 0.6;
  pointer-events: none;
}
.search-modal__input {
  width: 100%;
  height: 60px;
  padding: 0 116px 0 56px;
  background-color: #d6ebe9;
  border: none;
  border-radius: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #004a77;
  outline: none;
}
.search-modal__input::placeholder {
  color: #004a77;
  opacity: 0.6;
}
.search-modal__input:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 74, 119, 0.3);
}
.search-modal__submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 12px;
  background-color: #004a77;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-modal__submit:hover, .search-modal__submit:focus-visible {
  background-color: #da5855;
}

.page-hero {
  background-color: #eef1f5;
}
.page-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .page-hero__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1024px) {
  .page-hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
@media (min-width: 1440px) {
  .page-hero__inner {
    padding: 120px 64px;
  }
}
.page-hero__text {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .page-hero__text {
    flex: 1 1 50%;
  }
}
@media (min-width: 1024px) {
  .page-hero--has-image .page-hero__text {
    max-width: min(640px, 52%);
  }
}
.page-hero__eyebrow {
  margin: 0 0 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #da5855;
}
.page-hero__title {
  margin: 0;
  color: #004a77;
  font-size: calc(36px * var(--h1-scale, 1));
  line-height: 1.15;
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: normal;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .page-hero__title {
    font-size: calc(44px * var(--h1-scale, 1));
  }
}
@media (min-width: 1024px) {
  .page-hero__title {
    font-size: calc(clamp(40px, 3.2vw, 48px) * var(--h1-scale, 1));
    line-height: 1.12;
  }
}
@media (min-width: 1440px) {
  .page-hero__title {
    font-size: calc(48px * var(--h1-scale, 1));
    line-height: 1.12;
  }
}
.page-hero__intro {
  max-width: 560px;
  margin: 24px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
}
@media (min-width: 1440px) {
  .page-hero__intro {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-hero__media {
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .page-hero__media {
    flex: 1 1 50%;
  }
}
.page-hero__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.page-meta {
  padding: 8px 20px 0;
}
@media (min-width: 768px) {
  .page-meta {
    padding: 16px 50px 0;
  }
}
@media (min-width: 1440px) {
  .page-meta {
    padding: 16px 64px 0;
  }
}
.page-meta__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 16px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 21, 27, 0.2);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(23, 21, 27, 0.55);
}
.page-meta__item {
  white-space: nowrap;
}
.page-meta__item--type {
  font-weight: 500;
}
.page-meta__item + .page-meta__item::before {
  content: "·";
  margin: 0 8px 0 0;
  color: rgba(23, 21, 27, 0.35);
}

.detail-continue {
  padding: 80px 20px 48px;
  background-color: #eef1f5;
}
@media (min-width: 768px) {
  .detail-continue {
    padding: 80px 50px 80px;
  }
}
@media (min-width: 1440px) {
  .detail-continue {
    padding: 80px 64px 120px;
  }
}
.detail-continue__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.detail-continue__heading {
  margin: 0 0 40px;
  color: #004a77;
  font-size: 28px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .detail-continue__heading {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .detail-continue__heading {
    margin-bottom: 80px;
    font-size: 40px;
  }
}
.detail-continue__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .detail-continue__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .detail-continue__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.detail-continue__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.detail-continue__card:hover, .detail-continue__card:focus-visible {
  box-shadow: 0 12px 32px rgba(0, 74, 119, 0.12);
  transform: translateY(-2px);
}
.detail-continue__card:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}
.detail-continue__media {
  aspect-ratio: 16/10;
  background-color: #f0f0f0;
  overflow: hidden;
}
.detail-continue__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-continue__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef1f5 0%, #d3d6e5 100%);
}
.detail-continue__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  flex: 1;
}
.detail-continue__meta {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #004a77;
}
.detail-continue__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #004a77;
}
.detail-continue__cta-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .detail-continue__cta-wrap {
    margin-top: 80px;
  }
}
.detail-continue__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 36px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #004a77;
  border: 1px solid #004a77;
  border-radius: 29px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.detail-continue__cta:hover {
  background-color: #ffffff;
  color: #004a77;
}
.detail-continue__cta:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}

.list-pagination {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.list-pagination__load-more-wrap {
  margin: 0;
}

.list-pagination__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #004a77;
  background-color: #ffffff;
  border: 1px solid #004a77;
  border-radius: 29px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.list-pagination__load-more:hover, .list-pagination__load-more:focus-visible {
  background: #004a77;
  color: #ffffff;
}
.list-pagination__load-more:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}
.list-pagination__load-more[aria-busy=true] {
  opacity: 0.6;
  pointer-events: none;
}
.list-pagination__load-more.is-hidden {
  display: none;
}

.list-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 4px 10px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #004a77;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
}
.list-pagination__link:hover, .list-pagination__link:focus-visible {
  border-color: #d3d6e5;
  background: #eef1f5;
}
.list-pagination__link:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.list-pagination__link--current {
  font-weight: 500;
  background: #004a77;
  color: #ffffff;
  border-color: #004a77;
}

.list-pagination__meta {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #b2b2b2;
}

.hero {
  position: relative;
  overflow: hidden;
  --hero-bg-rgb: 255, 255, 255;
  background-color: rgb(var(--hero-bg-rgb));
}
.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 20px 48px;
}
@media (min-width: 768px) {
  .hero__inner {
    padding: 48px 50px 64px;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 48px 64px 64px;
    min-height: 560px;
  }
}
@media (min-width: 1440px) {
  .hero__inner {
    padding: 60px 64px 80px;
    min-height: 780px;
  }
}
.hero__text-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .hero__text-col {
    flex: 0 0 50%;
    max-width: 560px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .hero__text-col {
    flex: 0 0 45%;
    max-width: 600px;
    padding-top: 0;
  }
}
.hero__claim {
  margin: 0 0 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #da5855;
  font-size: 48px;
  line-height: 0.95;
}
@media (min-width: 768px) {
  .hero__claim {
    font-size: clamp(56px, 9vw, 72px);
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__claim {
    font-size: clamp(80px, 7.5vw, 100px);
    line-height: 0.94;
    margin-bottom: 72px;
  }
}
@media (min-width: 1440px) {
  .hero__claim {
    font-size: clamp(120px, 10vw, 160px);
    margin-bottom: 80px;
  }
}
.hero__claim--compact {
  font-size: 40px;
}
@media (min-width: 768px) {
  .hero__claim--compact {
    font-size: clamp(44px, 6vw, 56px);
  }
}
@media (min-width: 1024px) {
  .hero__claim--compact {
    font-size: clamp(60px, 7.5vw, 80px);
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .hero__claim--compact {
    font-size: clamp(60px, 7.5vw, 90px);
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .hero--claim-small .hero__inner {
    align-items: center;
  }
}
.hero__caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
.hero__subtitle {
  margin: 0 0 8px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #004a77;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: clamp(24px, 3vw, 32px);
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero__subtitle {
    max-width: 480px;
  }
}
@media (min-width: 1440px) {
  .hero__subtitle {
    font-size: 32px;
    line-height: 1.25;
    max-width: 580px;
  }
}
.hero__body {
  margin: 0 0 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #004a77;
  font-size: 16px;
  line-height: 1.5;
  max-width: 527px;
}
@media (min-width: 768px) {
  .hero__body {
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .hero__body {
    max-width: 440px;
  }
}
@media (min-width: 1440px) {
  .hero__body {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 32px;
    max-width: 527px;
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 95px;
  height: 34px;
  padding: 0 20px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.hero__cta:hover, .hero__cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.hero__cta:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.hero__images {
  position: absolute;
  top: 0;
  right: -5%;
  width: 100%;
  height: 100%;
  min-height: 480px;
  z-index: 1;
}
.hero__images:empty {
  display: none;
}
@media (min-width: 768px) {
  .hero__images {
    position: absolute;
    top: 0;
    right: 50px;
    width: 55%;
    height: 480px;
    margin-top: 0;
    min-height: unset;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .hero__images {
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .hero__images {
    width: 65%;
  }
}
.hero__images--slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(var(--hero-bg-rgb), 1) 0%, rgba(var(--hero-bg-rgb), 0.9) 40%, rgba(var(--hero-bg-rgb), 0) 100%);
}
@media (min-width: 768px) {
  .hero__images--slider::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, rgba(var(--hero-bg-rgb), 1) 0%, rgba(var(--hero-bg-rgb), 0.7) 40%, rgba(var(--hero-bg-rgb), 0) 100%);
  }
}
.hero__img-wrap {
  position: absolute;
  overflow: hidden;
}
.hero__img-wrap--1 {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .hero__img-wrap--1 {
    left: -50px;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .hero__img-wrap--1 {
    width: 100%;
    height: 80%;
    border-radius: 16px;
  }
}
@media (min-width: 1440px) {
  .hero__img-wrap--1 {
    height: 800px;
  }
}
.hero__img-wrap--1::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(var(--hero-bg-rgb), 1) 0%, rgba(var(--hero-bg-rgb), 0.9) 40%, rgba(var(--hero-bg-rgb), 0) 100%);
}
@media (min-width: 768px) {
  .hero__img-wrap--1::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, rgba(var(--hero-bg-rgb), 1) 0%, rgba(var(--hero-bg-rgb), 0.7) 40%, rgba(var(--hero-bg-rgb), 0) 100%);
  }
}
.hero__img-wrap--2 {
  top: 5%;
  right: 5%;
  width: 40%;
  height: 42%;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .hero__img-wrap--2 {
    top: 2%;
    right: 0;
    width: 38%;
    height: 48%;
    border-radius: 16px;
  }
}
.hero__img-wrap--3 {
  bottom: 5%;
  left: 20%;
  width: 38%;
  height: 38%;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .hero__img-wrap--3 {
    bottom: 8%;
    left: 15%;
    width: 35%;
    height: 35%;
    border-radius: 16px;
  }
}
.hero__img-wrap--4 {
  bottom: 0;
  right: 0;
  width: 52%;
  height: 65%;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .hero__img-wrap--4 {
    bottom: 0;
    right: -5%;
    width: 55%;
    height: 75%;
    border-radius: 50%;
  }
}
@media (min-width: 1440px) {
  .hero__img-wrap--4 {
    right: -2%;
    width: 50%;
    height: 80%;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero__slides {
  position: absolute;
  inset: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.hero__slide--active {
  opacity: 1;
  pointer-events: auto;
}
.hero__slide[aria-hidden=true] {
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s 0.6s;
}
.hero__img--slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .hero__img--slide {
    border-radius: 16px;
  }
}
.hero__slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 52px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .hero__slider-arrow {
    display: flex;
  }
}
.hero__slider-arrow:hover, .hero__slider-arrow:focus-visible {
  opacity: 1;
}
.hero__slider-arrow img {
  width: 18px;
  height: 52px;
  object-fit: contain;
}
.hero__slider-arrow--prev {
  left: 8px;
}
@media (min-width: 1440px) {
  .hero__slider-arrow--prev {
    left: 24px;
  }
}
.hero__slider-arrow--next {
  right: 8px;
}
@media (min-width: 1440px) {
  .hero__slider-arrow--next {
    right: 24px;
  }
}
.hero__slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .hero__slider-dots {
    display: flex;
    bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .hero__slider-dots {
    bottom: 28px;
  }
}
.hero__slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid #004a77;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.hero__slider-dot--active, .hero__slider-dot:hover, .hero__slider-dot:focus-visible {
  background-color: #004a77;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner, .hero--layout-cover .hero__inner {
  position: static;
  justify-content: flex-end;
  min-height: 560px;
  padding-top: 300px;
}
@media (min-width: 768px) {
  .hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner, .hero--layout-cover .hero__inner {
    min-height: 620px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner, .hero--layout-cover .hero__inner {
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 560px;
    padding-top: 48px;
  }
}
@media (min-width: 1440px) {
  .hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner, .hero--layout-cover .hero__inner {
    min-height: 780px;
    padding-top: 60px;
  }
}
.hero--layout-wide .hero__text-col, .hero--layout-inset .hero__text-col, .hero--layout-inset-fade .hero__text-col, .hero--layout-cover .hero__text-col {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .hero--layout-wide .hero__text-col, .hero--layout-inset .hero__text-col, .hero--layout-inset-fade .hero__text-col, .hero--layout-cover .hero__text-col {
    flex: 1 1 100%;
    max-width: 900px;
  }
}
@media (min-width: 1440px) {
  .hero--layout-wide .hero__text-col, .hero--layout-inset .hero__text-col, .hero--layout-inset-fade .hero__text-col, .hero--layout-cover .hero__text-col {
    max-width: 1000px;
  }
}
.hero--layout-wide .hero__images, .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images, .hero--layout-cover .hero__images {
  top: 0;
  right: 0;
  bottom: 32%;
  left: 0;
  width: auto;
  height: auto;
  min-height: 0;
}
@media (min-width: 768px) {
  .hero--layout-wide .hero__images, .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images, .hero--layout-cover .hero__images {
    top: 0;
    right: 0;
    bottom: 30%;
    left: 0;
    width: auto;
    height: auto;
  }
}
.hero--layout-wide .hero__img-wrap--single, .hero--layout-inset .hero__img-wrap--single, .hero--layout-inset-fade .hero__img-wrap--single, .hero--layout-cover .hero__img-wrap--single {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero--layout-wide .hero__img,
.hero--layout-wide .hero__img--slide, .hero--layout-inset .hero__img,
.hero--layout-inset .hero__img--slide, .hero--layout-inset-fade .hero__img,
.hero--layout-inset-fade .hero__img--slide, .hero--layout-cover .hero__img,
.hero--layout-cover .hero__img--slide {
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner {
    padding-top: 160px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero--layout-wide .hero__inner, .hero--layout-inset .hero__inner, .hero--layout-inset-fade .hero__inner {
    padding-top: 240px;
  }
}
.hero--layout-wide .hero__images, .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images {
  overflow: hidden;
  border-top-right-radius: 18% 42%;
  border-bottom-right-radius: 0;
}
@media (max-width: 1023px) {
  .hero--layout-wide .hero__images, .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images {
    top: 40px;
    bottom: 12%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero--layout-wide .hero__images, .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images {
    top: 48px;
  }
}
.hero--layout-wide .hero__caption::before, .hero--layout-inset .hero__caption::before, .hero--layout-inset-fade .hero__caption::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -32px;
  bottom: -100vh;
  left: -100vw;
  background-color: rgb(var(--hero-bg-rgb));
  border-top-right-radius: 32px;
}
@media (min-width: 768px) {
  .hero--layout-wide .hero__caption::before, .hero--layout-inset .hero__caption::before, .hero--layout-inset-fade .hero__caption::before {
    top: -24px;
    right: -80px;
    border-top-right-radius: 40px;
  }
}
@media (min-width: 1024px) {
  .hero--layout-wide .hero__caption::before, .hero--layout-inset .hero__caption::before, .hero--layout-inset-fade .hero__caption::before {
    top: -28px;
    right: -140px;
    border-top-right-radius: 48px;
  }
}
@media (min-width: 1440px) {
  .hero--layout-wide .hero__caption::before, .hero--layout-inset .hero__caption::before, .hero--layout-inset-fade .hero__caption::before {
    top: -32px;
    right: -200px;
  }
}
@media (max-width: 1023px) {
  .hero--layout-wide .hero__caption, .hero--layout-inset .hero__caption, .hero--layout-inset-fade .hero__caption {
    width: 45%;
  }
}
.hero--layout-wide .hero__images--slider::after, .hero--layout-inset .hero__images--slider::after, .hero--layout-inset-fade .hero__images--slider::after {
  display: none;
}
.hero--layout-wide .hero__images {
  left: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .hero--layout-wide .hero__images {
    left: 50px;
    right: 50px;
  }
}
@media (min-width: 1024px) {
  .hero--layout-wide .hero__images {
    top: 8%;
    bottom: 8%;
    left: 64px;
    right: 64px;
  }
}
@media (min-width: 1024px) {
  .hero--layout-inset .hero__images, .hero--layout-inset-fade .hero__images {
    top: 24%;
    bottom: 15%;
    left: auto;
    right: 12%;
    width: 67%;
  }
}
.hero--layout-inset .hero__claim {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 28px rgba(0, 0, 0, 0.45);
}
.hero--layout-inset-fade .hero__images::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
  background: linear-gradient(to right, rgba(var(--hero-bg-rgb), 1) 0%, rgba(var(--hero-bg-rgb), 0.85) 25%, rgba(var(--hero-bg-rgb), 0) 65%);
}
.hero--layout-cover .hero__images {
  inset: 0;
}
@media (min-width: 768px) {
  .hero--layout-cover .hero__images {
    inset: 0;
  }
}
.hero--layout-cover .hero__images::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0) 88%);
}
.hero--layout-cover .hero__claim,
.hero--layout-cover .hero__subtitle,
.hero--layout-cover .hero__body {
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.hero--layout-cover .hero__cta {
  border-color: #ffffff;
  color: #ffffff;
}
.hero--layout-cover .hero__cta:hover, .hero--layout-cover .hero__cta:focus-visible {
  background-color: #ffffff;
  color: #004a77;
}
.hero--layout-cover .hero__cta:focus-visible {
  outline-color: #ffffff;
}
.hero.frame-tp-tuerkis-hell {
  --hero-bg-rgb: 214, 235, 233;
}
.hero.frame-tp-tuerkis {
  --hero-bg-rgb: 170, 216, 212;
}
.hero.frame-tp-blau-hell {
  --hero-bg-rgb: 238, 241, 245;
}
.hero.frame-tp-blau-medium {
  --hero-bg-rgb: 211, 214, 229;
}
.hero.frame-tp-grau-hell {
  --hero-bg-rgb: 240, 240, 240;
}
.hero.frame-tp-grau-medium {
  --hero-bg-rgb: 227, 227, 227;
}
.hero.frame-tp-blau {
  --hero-bg-rgb: 0, 74, 119;
}
.hero.frame-tp-rot {
  --hero-bg-rgb: 218, 88, 85;
}
.hero.frame-tp-blau .hero__claim,
.hero.frame-tp-blau .hero__subtitle,
.hero.frame-tp-blau .hero__body, .hero.frame-tp-rot .hero__claim,
.hero.frame-tp-rot .hero__subtitle,
.hero.frame-tp-rot .hero__body {
  color: #ffffff;
}
.hero.frame-tp-blau .hero__cta, .hero.frame-tp-rot .hero__cta {
  border-color: #ffffff;
  color: #ffffff;
}
.hero.frame-tp-blau .hero__cta:hover, .hero.frame-tp-blau .hero__cta:focus-visible, .hero.frame-tp-rot .hero__cta:hover, .hero.frame-tp-rot .hero__cta:focus-visible {
  background-color: #ffffff;
  color: rgb(var(--hero-bg-rgb));
}
.hero.frame-tp-blau .hero__cta:focus-visible, .hero.frame-tp-rot .hero__cta:focus-visible {
  outline-color: #ffffff;
}
.hero.frame-tp-blau .hero__slider-dot, .hero.frame-tp-rot .hero__slider-dot {
  border-color: #ffffff;
}
.hero.frame-tp-blau .hero__slider-dot--active, .hero.frame-tp-blau .hero__slider-dot:hover, .hero.frame-tp-blau .hero__slider-dot:focus-visible, .hero.frame-tp-rot .hero__slider-dot--active, .hero.frame-tp-rot .hero__slider-dot:hover, .hero.frame-tp-rot .hero__slider-dot:focus-visible {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px rgb(var(--hero-bg-rgb));
}

@media (min-width: 1440px) {
  .list {
    padding-left: 224px;
    padding-right: 288px;
  }
}
.list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 1440px) {
  .list__items {
    gap: 40px;
  }
}
.list__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.list__icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.list__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.list__text {
  flex: 1;
}

.spaces-intro {
  background: #ffffff;
}

.spaces-intro__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .spaces-intro__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .spaces-intro__inner {
    padding: 120px 64px;
  }
}

.spaces-intro__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
  margin: 0 0 32px;
}
@media (min-width: 1440px) {
  .spaces-intro__heading {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.spaces-intro__chips {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .spaces-intro__chips {
    margin-bottom: 56px;
  }
}

.spaces-intro__chip-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px;
  margin: -4px;
}
.spaces-intro__chip-track::-webkit-scrollbar {
  display: none;
}

.spaces-intro__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 32px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #004a77;
  background: #d6ebe9;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.spaces-intro__chip:hover, .spaces-intro__chip:focus-visible {
  background: #aad8d4;
  color: #004a77;
}
.spaces-intro__chip:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.spaces-intro__chip--static {
  cursor: default;
}
.spaces-intro__chip--static:hover {
  background: #d6ebe9;
}

.spaces-intro__chip-arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 52px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .spaces-intro__chip-arrow {
    display: flex;
  }
}
.spaces-intro__chip-arrow:hover {
  opacity: 1;
}
.spaces-intro__chip-arrow:disabled {
  opacity: 0.2;
  cursor: default;
}
.spaces-intro__chip-arrow img {
  width: 14px;
  height: 40px;
}

.spaces-intro__claim {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #da5855;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .spaces-intro__claim {
    font-size: clamp(40px, 5vw, 64px);
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .spaces-intro__claim {
    font-size: 72px;
    letter-spacing: -1.44px;
    margin-bottom: 56px;
  }
}

.spaces-intro__maps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .spaces-intro__maps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.spaces-intro__map {
  display: block;
  text-decoration: none;
  color: inherit;
}
.spaces-intro__map:hover .spaces-intro__map-img {
  transform: scale(1.03);
}

.spaces-intro__map-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.spaces-intro__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.spaces-intro__map-placeholder {
  width: 100%;
  height: 100%;
  background: #eef1f5;
}

.spaces-intro__map-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 32px);
  padding: 8px 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
  background: #004a77;
  border-radius: 6px;
}

.location-cards {
  background: #ffffff;
}

.location-cards__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .location-cards__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .location-cards__inner {
    padding: 120px 64px;
  }
}

.location-cards__header {
  margin-bottom: 32px;
}
@media (min-width: 1440px) {
  .location-cards__header {
    margin-bottom: 40px;
  }
}

.location-cards__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}
@media (min-width: 1440px) {
  .location-cards__heading {
    font-size: 48px;
  }
}

.location-cards__subheader {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 12px 0 0;
}

.location-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
@media (min-width: 768px) {
  .location-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
@media (min-width: 1024px) {
  .location-cards__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.location-cards__text {
  margin-top: 32px;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .location-cards__text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
.location-cards__text p {
  margin: 0 0 0.75em;
}
.location-cards__text p:last-child {
  margin-bottom: 0;
}
.location-cards__text a {
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.location-cards__text a:hover, .location-cards__text a:focus-visible {
  color: #da5855;
}

.location-cards__card {
  min-width: 0;
  background-color: #eef1f5;
  transition: background-color 0.2s ease;
}

.location-cards__card:hover,
.location-cards__card:focus-within {
  background-color: #d3d6e5;
}

.location-cards__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #004a77;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}
.location-cards__link:focus-visible {
  outline: 3px solid #004a77;
  outline-offset: -3px;
}
.location-cards__link:hover .location-cards__arrow img, .location-cards__link:focus-visible .location-cards__arrow img {
  transform: translateX(4px);
}
@media (min-width: 1024px) {
  .location-cards__link {
    min-height: 488px;
  }
}

.location-cards__link--static {
  cursor: default;
}

.location-cards__card--active .location-cards__arrow img {
  transform: translateX(4px);
}

.location-cards__brand {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  height: 138px;
  padding: 31px clamp(18px, 7.7%, 28px) 0;
}

.location-cards__brand--fallback {
  align-items: center;
}

.location-cards__brand picture {
  display: block;
  max-width: 100%;
  max-height: 76px;
}

.location-cards__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
  object-position: left top;
}

.location-cards__media {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 312/204;
  margin: 0 clamp(18px, 7.15%, 26px);
  background-color: #ffffff;
}

.location-cards__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.location-cards__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.location-cards__media picture .location-cards__img {
  position: static;
}

.location-cards__media-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.location-cards__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 9px clamp(18px, 7.7%, 28px) 14px;
  color: #004a77;
}

.location-cards__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

.location-cards__infos {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.location-cards__arrow {
  margin-top: auto;
  padding-top: 5px;
  display: inline-flex;
}
.location-cards__arrow img {
  width: 47px;
  height: 47px;
  transition: transform 0.2s ease;
}

.chips-claim-cards {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .chips-claim-cards {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .chips-claim-cards {
    padding: 0 64px;
  }
}

.chips-claim-cards__inner {
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 24px;
  background-color: #d6ebe9;
}
@media (min-width: 768px) {
  .chips-claim-cards__inner {
    padding: 56px 40px;
  }
}
@media (min-width: 1440px) {
  .chips-claim-cards__inner {
    padding: 72px 60px;
  }
}

.chips-claim-cards__header {
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .chips-claim-cards__header {
    margin-bottom: 16px;
  }
}

.chips-claim-cards__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.chips-claim-cards__chip {
  display: inline-flex;
}

.chips-claim-cards__chip-link,
.chips-claim-cards__chip-text {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.chips-claim-cards__chip-link {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.chips-claim-cards__chip-link:hover, .chips-claim-cards__chip-link:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.chips-claim-cards__chip-link:focus-visible {
  outline: 3px solid #004a77;
  outline-offset: 2px;
}

.chips-claim-cards__heading {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
}
@media (min-width: 1440px) {
  .chips-claim-cards__heading {
    font-size: 48px;
  }
}

.chips-claim-cards__subheader {
  margin: 12px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}

.chips-claim-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .chips-claim-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}

.chips-claim-cards__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.chips-claim-cards__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #004a77;
  text-decoration: none;
}
.chips-claim-cards__link:focus-visible {
  outline: 3px solid #004a77;
  outline-offset: 4px;
}

.chips-claim-cards__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 745/383;
  background-color: #aad8d4;
}

.chips-claim-cards__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.chips-claim-cards__media-placeholder {
  position: absolute;
  inset: 0;
  background-color: #aad8d4;
}

.chips-claim-cards__link:hover .chips-claim-cards__img,
.chips-claim-cards__link:focus-visible .chips-claim-cards__img {
  transform: scale(1.03);
}

.chips-claim-cards__content {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  color: #004a77;
}

.chips-claim-cards__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
}
@media (min-width: 1440px) {
  .chips-claim-cards__title {
    font-size: 48px;
  }
}

.chips-claim-cards__subtitle {
  margin-top: 4px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #004a77;
}

.chips-claim-cards__text {
  margin-top: 16px;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .chips-claim-cards__text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}
.chips-claim-cards__text p {
  margin: 0 0 0.75em;
}
.chips-claim-cards__text p:last-child {
  margin-bottom: 0;
}
.chips-claim-cards__text a {
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.chips-claim-cards__text a:hover, .chips-claim-cards__text a:focus-visible {
  color: #da5855;
}

.location-detail {
  background-color: #ffffff;
  color: #004a77;
}
.location-detail[hidden] {
  display: none;
}

.location-detail__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .location-detail__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .location-detail__inner {
    padding: 120px 64px;
  }
}

.location-detail__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  color: #004a77;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .location-detail__heading {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .location-detail__heading {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}

.location-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 1024px) {
  .location-detail__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }
}
@media (min-width: 1440px) {
  .location-detail__grid {
    gap: 48px;
  }
}

.location-detail__media {
  position: relative;
  min-width: 0;
}

.location-detail__viewport {
  overflow: hidden;
  width: 100%;
}

.location-detail__track {
  display: flex;
  transition: transform 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .location-detail__track {
    transition: none;
  }
}

.location-detail__slide {
  flex: 0 0 100%;
  margin: 0;
  min-width: 0;
}

.location-detail__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.location-detail__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #004a77;
  cursor: pointer;
  transform: translateY(-50%);
}
.location-detail__arrow img {
  display: block;
  width: 17px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(19%) sepia(54%) saturate(1800%) hue-rotate(175deg) brightness(92%) contrast(101%);
}
.location-detail__arrow:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.location-detail__arrow[hidden] {
  display: none;
}

.location-detail__arrow--prev {
  left: -8px;
}
@media (min-width: 768px) {
  .location-detail__arrow--prev {
    left: -28px;
  }
}

.location-detail__arrow--next {
  right: -8px;
}
@media (min-width: 768px) {
  .location-detail__arrow--next {
    right: -28px;
  }
}

.location-detail__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.location-detail__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1.5px solid #004a77;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.location-detail__dot:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.location-detail__dot--active {
  background-color: #004a77;
}

.location-detail__info {
  min-width: 0;
}

.location-detail__body {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}
.location-detail__body p {
  margin: 0 0 1em;
}
.location-detail__body p:last-child {
  margin-bottom: 0;
}

.location-detail__cta-wrap {
  margin: 20px 0 0;
}

.location-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 20px;
  border: 1px solid #004a77;
  border-radius: 29px;
  background: transparent;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.location-detail__btn:hover, .location-detail__btn:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}
.location-detail__btn:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.location-detail__block {
  margin-top: 28px;
}

.location-detail__label {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #004a77;
  margin: 0 0 4px;
}

.location-detail__address,
.location-detail__contact {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 0;
}

.location-detail__contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.location-detail__contact a:hover, .location-detail__contact a:focus-visible {
  text-decoration-thickness: 2px;
}

.rental-units {
  background: #f0f0f0;
}

.rental-units__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .rental-units__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .rental-units__inner {
    padding: 120px 64px;
  }
}

.rental-units__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  color: #004a77;
  margin: 0 0 32px;
}
@media (min-width: 1440px) {
  .rental-units__heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.rental-units__slider {
  position: relative;
  display: flex;
  align-items: stretch;
}

.rental-units__viewport {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.rental-units__track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  align-items: stretch;
}

.rental-units__card {
  flex: 0 0 260px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #eef1f5;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .rental-units__card {
    flex: 0 0 300px;
  }
}
@media (min-width: 1024px) {
  .rental-units__card {
    flex: 0 0 340px;
  }
}

.rental-units__card-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #004a77;
}

.rental-units__meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rental-units__meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 74, 119, 0.15);
}

.rental-units__meta-label {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 74, 119, 0.7);
  margin: 0;
}

.rental-units__meta-value {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #004a77;
  margin: 0;
  text-align: right;
}

.rental-units__card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: #004a77;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.rental-units__card-cta:hover {
  background: #003a5e;
}
.rental-units__card-cta:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.rental-units__card-cta--static {
  color: #004a77;
  background: transparent;
  border: 1px solid #004a77;
  cursor: default;
}
.rental-units__card-cta--static:hover {
  background: transparent;
}

.rental-units__arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .rental-units__arrow {
    display: flex;
  }
}
.rental-units__arrow:hover {
  opacity: 1;
}
.rental-units__arrow:disabled {
  opacity: 0.2;
  cursor: default;
}
.rental-units__arrow img {
  width: 18px;
  height: 52px;
}

.rental-units__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 1440px) {
  .rental-units__footer {
    margin-top: 40px;
  }
}

.rental-units__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.rental-units__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #004a77;
  background: #ffffff;
  border: 1px solid #004a77;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.rental-units__filter:not(.rental-units__filter--static):hover, .rental-units__filter:not(.rental-units__filter--static):focus-visible {
  background: #004a77;
  color: #ffffff;
}
.rental-units__filter:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.rental-units__filter--static {
  cursor: default;
}

.rental-units__cta-wrap {
  margin-left: auto;
}

.rental-units__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: #da5855;
  border: 1px solid #da5855;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.rental-units__cta:not(.rental-units__cta--static):hover, .rental-units__cta:not(.rental-units__cta--static):focus-visible {
  background: #c94441;
  border-color: #c94441;
}
.rental-units__cta:focus-visible {
  outline: 2px solid #da5855;
  outline-offset: 2px;
}

.rental-units__cta--static {
  cursor: default;
}

.news-pages {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
}

.news-pages__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .news-pages__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .news-pages__inner {
    padding: 120px 64px;
  }
}

.news-pages__header {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .news-pages__header {
    margin-bottom: 32px;
  }
}

.news-pages__claim {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #da5855;
  margin: 0 0 48px;
}
@media (min-width: 768px) {
  .news-pages__claim {
    font-size: clamp(40px, 5vw, 64px);
    letter-spacing: -0.02em;
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .news-pages__claim {
    font-size: 96px;
    letter-spacing: -1.92px;
    margin-bottom: 64px;
  }
}

.news-pages__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}
@media (min-width: 1440px) {
  .news-pages__title {
    font-size: 48px;
  }
}

.news-pages__slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .news-pages__slider {
    margin-right: -50px;
  }
}
@media (min-width: 1440px) {
  .news-pages__slider {
    margin-right: calc(-50vw + 676px);
  }
}

.news-pages__viewport {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  container-type: inline-size;
}
.news-pages__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
  z-index: 4;
}
@media (min-width: 768px) {
  .news-pages__viewport::after {
    width: 120px;
  }
}
@media (min-width: 1440px) {
  .news-pages__viewport::after {
    width: 160px;
  }
}

.news-pages__track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}
@media (min-width: 1440px) {
  .news-pages__track {
    gap: 43px;
  }
}

.news-pages__card {
  flex: 0 0 280px;
  min-width: 0;
}
@media (min-width: 768px) {
  .news-pages__card {
    flex: 0 0 340px;
  }
}
@media (min-width: 1440px) {
  .news-pages__card {
    flex: 0 0 465px;
  }
}

.news-pages__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.news-pages__card-link:hover .news-pages__img {
  transform: scale(1.03);
}
.news-pages__card-link:hover .news-pages__event-title {
  text-decoration: underline;
}

.news-pages__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 768px) {
  .news-pages__image {
    height: 250px;
  }
}
@media (min-width: 1440px) {
  .news-pages__image {
    height: 310px;
  }
}

.news-pages__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.news-pages__img-placeholder {
  width: 100%;
  height: 100%;
  background: #eef1f5;
}

.news-pages__overlay {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0) 58%);
  pointer-events: none;
}

.news-pages__image-text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1440px) {
  .news-pages__image-text {
    bottom: 20px;
    left: 22px;
    right: 22px;
  }
}

.news-pages__date {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .news-pages__date {
    font-size: 32px;
    line-height: 40px;
  }
}

.news-pages__event-title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .news-pages__event-title {
    font-size: 28px;
  }
}

.news-pages__description {
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #004a77;
  padding: 12px 0 16px;
}
@media (min-width: 1440px) {
  .news-pages__description {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0 20px 20px;
  }
}
.news-pages__description strong {
  font-weight: 500;
}

.news-pages__divider {
  height: 4px;
  background: #004a77;
  border-radius: 2px;
}

.news-pages__arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 52px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 130px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .news-pages__arrow {
    display: flex;
  }
}
.news-pages__arrow:hover {
  opacity: 1;
}
.news-pages__arrow:disabled {
  opacity: 0.2;
  cursor: default;
}

@media (min-width: 1440px) {
  .news-pages__arrow--prev {
    margin-left: -40px;
  }
}

.news-pages__arrow-icon {
  width: 18px;
  height: 52px;
}

.news-pages__cta-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .news-pages__cta-wrap {
    margin-top: 40px;
    justify-content: start;
  }
}

.news-pages__cta-wrap > a,
.news-pages__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 38px;
  padding: 8px 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #004a77;
  background-color: #ffffff;
  border: 1px solid #004a77;
  border-radius: 29px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.news-pages__cta-wrap > a:hover,
.news-pages__cta:hover {
  background: #004a77;
  border-color: #004a77;
  color: #ffffff;
}
.news-pages__cta-wrap > a:focus-visible,
.news-pages__cta:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}

.news-pages--grid {
  overflow: visible;
}
.news-pages--grid .news-pages__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .news-pages--grid .news-pages__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .news-pages--grid .news-pages__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.news-pages--grid .news-pages__card {
  flex: none;
  min-width: 0;
  width: 100%;
}
.news-pages--grid .news-pages__image {
  height: 160px;
}
@media (min-width: 768px) {
  .news-pages--grid .news-pages__image {
    height: 180px;
  }
}
@media (min-width: 1440px) {
  .news-pages--grid .news-pages__image {
    height: 200px;
  }
}
.news-pages--grid .news-pages__date {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .news-pages--grid .news-pages__date {
    font-size: 22px;
    line-height: 28px;
  }
}
.news-pages--grid .news-pages__event-title {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .news-pages--grid .news-pages__event-title {
    font-size: 20px;
  }
}
.news-pages--grid .news-pages__description {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 12px;
}
@media (min-width: 1440px) {
  .news-pages--grid .news-pages__description {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0 16px;
  }
}
.news-pages--grid .news-pages__image-text {
  bottom: 12px;
  left: 12px;
  right: 12px;
}
@media (min-width: 1440px) {
  .news-pages--grid .news-pages__image-text {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}

.magazine-list {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #ffffff;
  overflow: visible;
}

.magazine-list__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .magazine-list__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .magazine-list__inner {
    padding: 120px 64px;
  }
}

.magazine-list__header {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .magazine-list__header {
    margin-bottom: 48px;
  }
}

.magazine-list__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}
@media (min-width: 1440px) {
  .magazine-list__title {
    font-size: 48px;
  }
}

.magazine-list__featured {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .magazine-list__featured {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .magazine-list__featured {
    gap: 56px;
    margin-bottom: 64px;
  }
}

.magazine-list__featured-image {
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 740/416;
}
@media (min-width: 768px) {
  .magazine-list__featured-image {
    width: 55%;
  }
}
@media (min-width: 1440px) {
  .magazine-list__featured-image {
    width: 740px;
  }
}

.magazine-list__featured-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.magazine-list__featured-placeholder {
  background-color: #eef1f5;
  border-radius: 10px;
  aspect-ratio: 740/416;
}

.magazine-list__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.magazine-list__date {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
}

.magazine-list__featured-title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  color: #da5855;
  margin: 8px 0 16px;
}

.magazine-list__featured-link {
  color: inherit;
  text-decoration: none;
}
.magazine-list__featured-link:hover, .magazine-list__featured-link:focus-visible {
  text-decoration: underline;
}

.magazine-list__featured-text {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 0 0 24px;
}

.magazine-list__featured-cta-wrap {
  margin: 0;
}

.magazine-list__cta {
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.magazine-list__cta:hover, .magazine-list__cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.magazine-list__cta-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .magazine-list__cta-wrap {
    margin-top: 40px;
    justify-content: start;
  }
}

.magazine-list .news-pages__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .magazine-list .news-pages__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .magazine-list .news-pages__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.magazine-list .news-pages__card {
  flex: none;
  min-width: 0;
  width: 100%;
}

.magazine-list .news-pages__image {
  height: 160px;
}
@media (min-width: 768px) {
  .magazine-list .news-pages__image {
    height: 180px;
  }
}
@media (min-width: 1440px) {
  .magazine-list .news-pages__image {
    height: 200px;
  }
}

.magazine-list .news-pages__date {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .magazine-list .news-pages__date {
    font-size: 22px;
    line-height: 28px;
  }
}

.magazine-list .news-pages__event-title {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .magazine-list .news-pages__event-title {
    font-size: 20px;
  }
}

.magazine-list .news-pages__description {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 12px;
}
@media (min-width: 1440px) {
  .magazine-list .news-pages__description {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0 16px;
  }
}

.magazine-list .news-pages__image-text {
  bottom: 12px;
  left: 12px;
  right: 12px;
}
@media (min-width: 1440px) {
  .magazine-list .news-pages__image-text {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}

.topic-cards__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .topic-cards__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .topic-cards__inner {
    padding: 120px 64px;
  }
}

.topic-cards__intro {
  display: grid;
  gap: 40px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .topic-cards__intro {
    gap: 24px;
    margin-bottom: 80px;
  }
}

.topic-cards__lead-wrap {
  max-width: 880px;
}

.topic-cards__lead {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #004a77;
}

.topic-cards__intro-text {
  margin: 0;
  max-width: 666px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}
@media (min-width: 1024px) {
  .topic-cards__intro-text {
    margin-left: auto;
  }
}
.topic-cards__intro-text p {
  margin: 0 0 0.75em;
}
.topic-cards__intro-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .topic-cards__intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 0;
    align-items: start;
  }
  .topic-cards__lead-wrap {
    grid-column: 1/2;
    grid-row: 1;
    max-width: none;
  }
  .topic-cards__intro-text {
    grid-column: 2/3;
    grid-row: 2;
    max-width: none;
    margin-top: 48px;
  }
}
.topic-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .topic-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.topic-cards__card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 260px;
  background-color: #004a77;
  transition: background-color 0.35s ease;
}
@media (min-width: 1024px) {
  .topic-cards__card {
    min-height: 302px;
  }
}
.topic-cards__card:has(.topic-cards__card-link:not(.topic-cards__card-link--static):hover), .topic-cards__card:has(.topic-cards__card-link:not(.topic-cards__card-link--static):focus-within) {
  background-color: #ffffff;
}

.topic-cards__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .topic-cards__card-link {
    min-height: 302px;
  }
}
.topic-cards__card-link:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}
.topic-cards__card-link--static {
  cursor: default;
}

.topic-cards__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.topic-cards__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}

.topic-cards__card-link:not(.topic-cards__card-link--static):hover .topic-cards__img,
.topic-cards__card-link:not(.topic-cards__card-link--static):focus-within .topic-cards__img {
  opacity: 0.2;
}

.topic-cards__media-overlay {
  display: none;
}

.topic-cards__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px 28px 28px;
  min-height: 260px;
}
@media (min-width: 1024px) {
  .topic-cards__content {
    padding: 36px 40px 32px;
    min-height: 302px;
  }
}

.topic-cards__title {
  margin: 0 0 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.8px;
  max-width: 34ch;
  color: #ffffff;
  transition: color 0.35s ease;
}

.topic-cards__card-link:not(.topic-cards__card-link--static):hover .topic-cards__title,
.topic-cards__card-link:not(.topic-cards__card-link--static):focus-within .topic-cards__title {
  color: #004a77;
}

.topic-cards__body {
  display: grid;
  flex: 1;
  align-items: end;
}

.topic-cards__state {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  transition: opacity 0.35s ease;
}

.topic-cards__state--default {
  opacity: 1;
}

.topic-cards__state--hover {
  opacity: 0;
  pointer-events: none;
}

.topic-cards__card-link:not(.topic-cards__card-link--static):hover .topic-cards__state--default,
.topic-cards__card-link:not(.topic-cards__card-link--static):focus-within .topic-cards__state--default {
  opacity: 0;
  pointer-events: none;
}
.topic-cards__card-link:not(.topic-cards__card-link--static):hover .topic-cards__state--hover,
.topic-cards__card-link:not(.topic-cards__card-link--static):focus-within .topic-cards__state--hover {
  opacity: 1;
  pointer-events: auto;
}

.topic-cards__desc {
  margin: 0 0 20px;
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #004a77;
  max-width: 42ch;
}

.topic-cards__btn {
  align-self: flex-start;
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
}

.topic-cards__arrow {
  margin-top: auto;
  display: block;
  padding-top: 8px;
  line-height: 0;
}

.success-stories {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #da5855;
  overflow: hidden;
}

.success-stories__slider {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 480px;
}
@media (min-width: 768px) {
  .success-stories__slider {
    min-height: 520px;
  }
}
@media (min-width: 1024px) {
  .success-stories__slider {
    min-height: 560px;
  }
}
@media (min-width: 1440px) {
  .success-stories__slider {
    min-height: 600px;
  }
}

.success-stories__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.success-stories__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.success-stories__slide {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  align-items: stretch;
}
@media (max-width: 767px) {
  .success-stories__slide {
    grid-template-rows: 1fr auto;
  }
}
@media (min-width: 768px) {
  .success-stories__slide {
    grid-template-columns: 1fr 1fr;
  }
}
.success-stories__slide[aria-hidden=true] {
  visibility: hidden;
  transition: visibility 0s 0.45s;
}
.success-stories__slide[aria-hidden=false] {
  visibility: visible;
}

.success-stories__text {
  background-color: #da5855;
  color: #ffffff;
  padding: 48px 20px 56px max(20px, 50vw - 1480px / 2 + 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .success-stories__text {
    padding: 56px 50px 64px max(50px, 50vw - 1480px / 2 + 50px);
  }
}
@media (min-width: 1440px) {
  .success-stories__text {
    padding: 120px 64px 120px max(64px, 50vw - 1480px / 2 + 64px);
  }
}

.success-stories__kicker {
  margin: 0 0 8px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.25;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .success-stories__kicker {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 12px;
  }
}

.success-stories__title {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  word-break: break-word;
}
@media (min-width: 1440px) {
  .success-stories__title {
    font-size: 96px;
    line-height: 1;
    letter-spacing: -1.92px;
  }
}

.success-stories__rule {
  width: 100%;
  max-width: 620px;
  height: 0;
  border: 0;
  border-top: 4px solid rgba(255, 255, 255, 0.95);
  margin: 28px 0 24px;
}
@media (min-width: 1440px) {
  .success-stories__rule {
    margin: 32px 0 28px;
  }
}

.success-stories__subtitle {
  margin: 0 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.25;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .success-stories__subtitle {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 24px;
  }
}

.success-stories__teaser {
  margin: 0 0 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  max-width: 620px;
}
@media (min-width: 1440px) {
  .success-stories__teaser {
    margin-bottom: 36px;
  }
}

.success-stories__cta-wrap {
  margin: 0;
}

.success-stories__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 28px;
  border: 1px solid #ffffff;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.success-stories__cta:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.success-stories__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.success-stories__media {
  position: relative;
  background-color: #d53f3c;
  min-height: 280px;
}
@media (min-width: 768px) {
  .success-stories__media {
    min-height: 0;
  }
}

.success-stories__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .success-stories__img {
    min-height: 100%;
    position: absolute;
    inset: 0;
  }
}

.success-stories__arrow {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 72px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .success-stories__arrow {
    top: 50%;
  }
}
.success-stories__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.success-stories__arrow:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.success-stories__arrow img {
  display: block;
  width: 17px;
  height: auto;
  max-height: 52px;
}
@media (max-width: 767px) {
  .success-stories__arrow {
    top: auto;
    bottom: 286px;
    transform: none;
    height: 44px;
  }
  .success-stories__arrow img {
    width: 15px;
  }
}
.success-stories__arrow--prev {
  left: 8px;
}
@media (min-width: 768px) {
  .success-stories__arrow--prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .success-stories__arrow--prev {
    top: 285px;
    transform: none;
    left: max(8px, 50vw - 1480px / 2 + 50px - 56px);
  }
}
@media (min-width: 1440px) {
  .success-stories__arrow--prev {
    top: 285px;
    left: max(8px, 50vw - 1480px / 2 + 64px - 56px);
  }
}
.success-stories__arrow--next {
  right: 8px;
}
@media (min-width: 768px) {
  .success-stories__arrow--next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .success-stories__arrow--next {
    top: 285px;
    transform: none;
  }
}

.stories-list {
  max-width: 1480px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .stories-list {
    padding-inline: 50px;
  }
}
@media (min-width: 1440px) {
  .stories-list {
    padding-inline: 64px;
  }
}
.stories-list__heading {
  margin: 0 0 40px;
  color: #004a77;
}
@media (min-width: 768px) {
  .stories-list__heading {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .stories-list__heading {
    margin-bottom: 80px;
  }
}
.stories-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 768px) {
  .stories-list__wrap {
    gap: 80px;
  }
}
.stories-list__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .stories-list__item {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .stories-list__item {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .stories-list__item--reverse {
    flex-direction: row-reverse;
  }
}
.stories-list__media {
  flex: 1;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background-color: #eef1f5;
}
@media (min-width: 768px) {
  .stories-list__media {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .stories-list__media {
    flex: 0 0 45%;
  }
}
.stories-list__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.stories-list__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stories-list__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #eef1f5;
}
.stories-list__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.stories-list__title {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  color: #004a77;
  word-break: break-word;
}
@media (min-width: 768px) {
  .stories-list__title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .stories-list__title {
    font-size: 48px;
  }
}
.stories-list__rule {
  width: 100%;
  max-width: 620px;
  height: 0;
  border-top: 4px solid #aad8d4;
  margin: 16px 0 20px;
}
@media (min-width: 1440px) {
  .stories-list__rule {
    margin: 20px 0 24px;
  }
}
.stories-list__subtitle {
  margin: 0 0 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #004a77;
}
@media (min-width: 1440px) {
  .stories-list__subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.stories-list__teaser {
  margin: 0;
  max-width: 620px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}
.stories-list__cta-wrap {
  margin: 24px 0 0;
}
@media (min-width: 1440px) {
  .stories-list__cta-wrap {
    margin-top: 28px;
  }
}
.stories-list__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 28px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.stories-list__cta:hover {
  background-color: #004a77;
  color: #ffffff;
}
.stories-list__cta:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 3px;
}

.text-marquee {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .text-marquee {
    padding: 48px 0;
  }
}
@media (min-width: 1440px) {
  .text-marquee {
    padding: 0;
  }
}

.text-marquee__track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.text-marquee__text {
  flex-shrink: 0;
  padding-right: 80px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 8vw, 140px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #da5855;
  user-select: none;
}
@media (min-width: 1440px) {
  .text-marquee__text {
    padding-right: 120px;
  }
}

.testimonials {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 48px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 128px 24px;
  }
}
@media (min-width: 1440px) {
  .testimonials {
    padding: 160px 64px;
  }
}

.testimonials__arrow {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 52px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .testimonials__arrow {
    display: flex;
    top: 50%;
  }
}
.testimonials__arrow:hover, .testimonials__arrow:focus-visible {
  opacity: 1;
}
.testimonials__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.testimonials__arrow img {
  width: 18px;
  height: 52px;
  object-fit: contain;
}

.testimonials__arrow--prev {
  left: 8px;
}
@media (min-width: 1440px) {
  .testimonials__arrow--prev {
    left: 24px;
  }
}

.testimonials__arrow--next {
  right: 8px;
}
@media (min-width: 1440px) {
  .testimonials__arrow--next {
    right: 24px;
  }
}

.testimonials__viewport {
  width: 100%;
  overflow: hidden;
}

.testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonials__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 8px;
}
.testimonials__slide[aria-hidden=true] {
  visibility: hidden;
  transition: visibility 0s 0.5s;
}
.testimonials__slide[aria-hidden=false] {
  visibility: visible;
}
@media (min-width: 768px) {
  .testimonials__slide {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0 48px;
  }
}
@media (min-width: 1440px) {
  .testimonials__slide {
    gap: 64px;
    padding: 0 80px;
  }
}

.testimonials__portrait {
  flex-shrink: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #aad8d4;
  padding: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .testimonials__portrait {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 1440px) {
  .testimonials__portrait {
    width: 355px;
    height: 355px;
  }
}

.testimonials__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #004a77;
  max-width: 1024px;
}

.testimonials__quote {
  margin: 0;
  padding: 0;
}
.testimonials__quote p {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}

.testimonials__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonials__name {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #004a77;
  margin: 0;
}

.testimonials__position {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  margin: 0;
}

.testimonials__cta-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .testimonials__cta-wrap {
    justify-content: start;
  }
}

.testimonials__cta {
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.testimonials__cta:hover, .testimonials__cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.testimonials__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
@media (min-width: 768px) {
  .testimonials__dots {
    bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .testimonials__dots {
    bottom: 32px;
  }
}

.testimonials__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #004a77;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.testimonials__dot--active {
  background-color: #004a77;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.testimonials__dot:hover, .testimonials__dot:focus-visible {
  background-color: #004a77;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.testimonials-two {
  position: relative;
  background-color: #ffffff;
  color: #004a77;
  padding-block: 56px;
  padding-inline: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonials-two {
    padding-block: 96px;
  }
}
@media (min-width: 1440px) {
  .testimonials-two {
    padding-block: 128px;
  }
}

.testimonials-two__viewport {
  width: 100%;
  overflow: hidden;
}

.testimonials-two__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonials-two__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-two__slide[aria-hidden=true] {
  visibility: hidden;
  transition: visibility 0s 0.5s;
}
.testimonials-two__slide[aria-hidden=false] {
  visibility: visible;
}

.testimonials-two__quote {
  margin: 0;
  padding-inline: 20px;
  max-width: 1024px;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials-two__quote {
    padding-inline: 40px;
  }
}
.testimonials-two__quote p {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  color: #004a77;
}

.testimonials-two__divider {
  position: relative;
  width: 100%;
  border-top: 1px solid #d3d6e5;
  margin-block: 40px;
}
@media (min-width: 768px) {
  .testimonials-two__divider {
    margin-block: 56px;
  }
}
@media (min-width: 1440px) {
  .testimonials-two__divider {
    margin-block: 64px;
  }
}

.testimonials-two__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.testimonials-two__arrow:hover, .testimonials-two__arrow:focus-visible {
  opacity: 1;
}
.testimonials-two__arrow[hidden] {
  display: none;
}
.testimonials-two__arrow img {
  width: 14px;
  height: 40px;
  object-fit: contain;
}

.testimonials-two__arrow--prev {
  left: 12px;
}
@media (min-width: 768px) {
  .testimonials-two__arrow--prev {
    left: 40px;
  }
}
@media (min-width: 1440px) {
  .testimonials-two__arrow--prev {
    left: 80px;
  }
}

.testimonials-two__arrow--next {
  right: 12px;
}
@media (min-width: 768px) {
  .testimonials-two__arrow--next {
    right: 40px;
  }
}
@media (min-width: 1440px) {
  .testimonials-two__arrow--next {
    right: 80px;
  }
}

.testimonials-two__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-inline: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials-two__author {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    text-align: left;
  }
}

.testimonials-two__portrait {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eef1f5;
}
@media (min-width: 768px) {
  .testimonials-two__portrait {
    width: 110px;
    height: 110px;
  }
}

.testimonials-two__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials-two__author-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
@media (min-width: 768px) {
  .testimonials-two__author-text {
    align-items: flex-start;
  }
}

.testimonials-two__name {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #004a77;
}

.testimonials-two__position {
  margin: 0;
  max-width: 32ch;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
}

.testimonials-two__cta-wrap {
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.testimonials-two__cta {
  display: inline-block;
  padding: 7px 24px;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.testimonials-two__cta:hover, .testimonials-two__cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.high-five {
  height: auto;
  position: relative;
}

.high-five__inner {
  position: relative;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .high-five__inner {
    padding: 48px 50px;
  }
}
@media (min-width: 1440px) {
  .high-five__inner {
    padding: 48px 64px;
  }
}

.high-five__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .high-five__heading {
    margin-bottom: 20px;
  }
}

.high-five__stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: none;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding-right: 28px;
}
@media (min-width: 1024px) {
  .high-five__stack {
    gap: 4px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .high-five__stack {
    padding-right: 48px;
  }
}

.high-five__card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  flex: none;
  height: 64px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .high-five__card {
    height: 76px;
  }
}
@media (min-width: 1024px) {
  .high-five__card {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .high-five__card {
    height: 115px;
  }
}
.high-five__card:hover:not(.high-five__card--active) .high-five__card-overlay {
  background-color: rgba(255, 255, 255, 0.92);
}
.high-five__card:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
@media (max-width: 1023px) {
  .high-five__card:not(.high-five__card--active) .high-five__card-bg {
    opacity: 0;
  }
  .high-five__card:not(.high-five__card--active) .high-five__card-overlay {
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
  }
  .high-five__card:not(.high-five__card--active) .high-five__card-header {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .high-five__card:not(.high-five__card--active) .high-five__card-overlay {
    margin: 12px;
    height: calc(100% - 24px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-self: flex-start;
  }
  .high-five__card:not(.high-five__card--active) .high-five__card-header {
    width: 100%;
  }
}
.high-five__card--active {
  cursor: default;
  height: 360px;
}
@media (min-width: 768px) {
  .high-five__card--active {
    height: 420px;
  }
}
@media (min-width: 1024px) {
  .high-five__card--active {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .high-five__card--active {
    height: 560px;
  }
}
.high-five__card--active .high-five__card-bg {
  opacity: 1;
}
.high-five__card--active .high-five__card-title {
  font-size: clamp(22px, 5.2vw, 28px);
  line-height: 1.225;
}
@media (min-width: 1024px) {
  .high-five__card--active .high-five__card-title {
    font-size: clamp(28px, 3.2vw, 40px);
  }
}
.high-five__card--active .high-five__card-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.high-five__card--active .high-five__card-expand {
  grid-template-rows: 1fr;
}
.high-five__card--active .high-five__card-body {
  opacity: 1;
  transition: opacity 0.45s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.high-five__card--active .high-five__card-overlay {
  margin: 12px;
  margin-top: auto;
  padding: 16px 18px 18px;
  max-width: none;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .high-five__card--active .high-five__card-overlay {
    max-width: clamp(420px, 50vw, 538px);
    margin: 16px;
    margin-top: auto;
    padding: 24px 28px 28px;
  }
}
@media (min-width: 1440px) {
  .high-five__card--active .high-five__card-overlay {
    max-width: 538px;
    margin: 25px;
    margin-top: auto;
    padding: 28px 36px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .high-five__card {
    transition: none;
  }
}
.high-five__card-expand {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.high-five__card-expand > .high-five__card-body {
  overflow: hidden;
  min-height: 0;
}

.high-five__progress {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}
@media (min-width: 768px) {
  .high-five__progress {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .high-five__progress {
    right: 24px;
  }
}
@media (min-width: 1440px) {
  .high-five__progress {
    right: 32px;
  }
}

.high-five__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.high-five__dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.high-five__dot--active {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.3);
}

.high-five__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #004a77;
  border-radius: 15px;
  overflow: hidden;
}
.high-five__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.high-five__card--active .high-five__card-bg::after {
  opacity: 0;
}

.high-five__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}

.high-five__card-overlay {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #004a77;
  border-radius: 10px;
  margin: 12px;
  margin-top: auto;
  padding: 12px 16px;
  filter: none;
  transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
}
@media (min-width: 1024px) {
  .high-five__card-overlay {
    max-width: clamp(320px, 40vw, 420px);
    margin: 12px 16px;
    margin-top: auto;
    padding: 16px 20px;
    align-self: flex-start;
  }
}
@media (min-width: 1440px) {
  .high-five__card-overlay {
    max-width: 420px;
    margin: 16px 25px;
    margin-top: auto;
    padding: 18px 24px;
  }
}

.high-five__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}

.high-five__card-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 4.5vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #da5855;
  margin: 0;
  transition: font-size 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .high-five__card-title {
    font-size: clamp(18px, 1.6vw, 24px);
  }
}

.high-five__card-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  opacity: 0.85;
  transform: rotate(90deg);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.high-five__card-icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .high-five__card-icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1440px) {
  .high-five__card-icon {
    width: 46px;
    height: 46px;
  }
}
.high-five__card--active .high-five__card-icon, .high-five__card:focus-within .high-five__card-icon {
  opacity: 1;
  transform: rotate(0deg);
}
.high-five__card--active:not(.high-five__card--has-link) .high-five__card-icon {
  display: none;
}

.high-five__card-body {
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-top: 12px;
}

.high-five__card-text {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  margin: 0 0 12px;
}

.frame-tp-blau .high-five__card-title,
.frame-tp-rot .high-five__card-title {
  color: #da5855;
}
.frame-tp-blau .high-five__card-text,
.frame-tp-rot .high-five__card-text {
  color: #004a77;
}
.frame-tp-blau .high-five__card-cta,
.frame-tp-rot .high-five__card-cta {
  color: #004a77;
  border-color: #004a77;
}
.frame-tp-blau .high-five__card-cta:hover, .frame-tp-blau .high-five__card-cta:focus-visible,
.frame-tp-rot .high-five__card-cta:hover,
.frame-tp-rot .high-five__card-cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.high-five__card-cta-wrap {
  margin: 0;
}

.high-five__card-cta {
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.high-five__card-cta:hover, .high-five__card-cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.high-five__overview {
  position: relative;
  z-index: 1;
}

.high-five__overview-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
@media (min-width: 768px) {
  .high-five__overview-inner {
    padding: 56px 50px 80px;
  }
}
@media (min-width: 1440px) {
  .high-five__overview-inner {
    padding: 64px 64px 96px;
  }
}

.high-five__overview-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.23;
  color: #ffffff;
  margin: 0 0 16px;
}

.high-five__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.high-five__tag {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ffffff;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.high-five__tag:hover, .high-five__tag:focus-visible {
  background-color: #ffffff;
  color: #004a77;
}

.news-carousel {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: visible;
}

.news-carousel__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 56px 30px 64px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-carousel__inner {
    padding: 64px 50px 80px;
    overflow: visible;
  }
}
@media (min-width: 1440px) {
  .news-carousel__inner {
    padding: 56px 64px 96px;
  }
}

.news-carousel__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.23;
  color: #004a77;
  margin: 0 0 32px;
}
@media (min-width: 1440px) {
  .news-carousel__heading {
    margin-bottom: 40px;
  }
}

.news-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 1;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #004a77;
  transition: opacity 0.2s ease;
}
.news-carousel__arrow--prev {
  left: -48px;
}
.news-carousel__arrow--next {
  right: -48px;
}
.news-carousel__arrow:disabled {
  opacity: 1;
  cursor: default;
}
@media (max-width: 1599px) {
  .news-carousel__arrow--prev {
    left: -32px;
  }
  .news-carousel__arrow--next {
    right: -32px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .news-carousel__arrow--next {
    right: calc(50px - 32px);
  }
}
@media (min-width: 1440px) {
  .news-carousel__arrow--next {
    right: calc(50vw - 676px - 32px);
  }
}
@media (min-width: 1600px) {
  .news-carousel__arrow--next {
    right: calc(50vw - 676px - 48px);
  }
}

.news-carousel__arrow-icon {
  display: block;
  width: 18.226px;
  height: 52.452px;
}

.news-carousel__cards, .news-carousel__featured {
  position: relative;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .news-carousel__cards, .news-carousel__featured {
    margin-right: -50px;
  }
}
@media (min-width: 1440px) {
  .news-carousel__cards, .news-carousel__featured {
    margin-right: calc(-50vw + 676px);
  }
}
.news-carousel__cards::after, .news-carousel__featured::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  width: calc(100vw + 80px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 80px);
  pointer-events: none;
  z-index: 4;
}
@media (min-width: 768px) {
  .news-carousel__cards::after, .news-carousel__featured::after {
    width: calc(100vw + 120px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 120px);
  }
}
@media (min-width: 1440px) {
  .news-carousel__cards::after, .news-carousel__featured::after {
    width: calc(100vw + 200px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 200px);
  }
}

.news-carousel__featured {
  margin-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .news-carousel__featured {
    margin-right: -50px;
  }
}
.news-carousel__featured::after {
  display: none;
}
@media (min-width: 768px) {
  .news-carousel__featured::after {
    display: block;
  }
}
@media (min-width: 1440px) {
  .news-carousel__featured {
    margin-right: calc(-50vw + 676px);
    margin-bottom: 48px;
  }
}

.news-carousel__featured-viewport {
  overflow: hidden;
}

.news-carousel__featured > .news-carousel__arrow {
  top: calc((100vw - 60px) * 338 / 740 / 2);
}
.news-carousel__featured > .news-carousel__arrow--prev {
  left: 4px;
}
.news-carousel__featured > .news-carousel__arrow--next {
  right: 4px;
}
@media (min-width: 768px) {
  .news-carousel__featured > .news-carousel__arrow {
    top: 50%;
  }
  .news-carousel__featured > .news-carousel__arrow--prev {
    left: -48px;
  }
  .news-carousel__featured > .news-carousel__arrow--next {
    right: -48px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .news-carousel__featured > .news-carousel__arrow--prev {
    left: -32px;
  }
  .news-carousel__featured > .news-carousel__arrow--next {
    right: -32px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .news-carousel__featured > .news-carousel__arrow--next {
    right: calc(50px - 32px);
  }
}
@media (min-width: 1440px) {
  .news-carousel__featured > .news-carousel__arrow--next {
    right: calc(50vw - 676px - 32px);
  }
}
@media (min-width: 1600px) {
  .news-carousel__featured > .news-carousel__arrow--next {
    right: calc(50vw - 676px - 48px);
  }
}

.news-carousel__featured-track {
  display: flex;
  gap: 15px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-carousel__featured-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 10px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .news-carousel__featured-slide {
    flex-direction: row;
    gap: 40px;
    flex: 0 0 calc(100% - 24px);
  }
}
@media (min-width: 1440px) {
  .news-carousel__featured-slide {
    gap: 56px;
    flex: 0 0 1459px;
  }
}
.news-carousel__featured-slide--filled {
  background-color: #eef1f5;
}

.news-carousel__featured-image {
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 740/338;
}
@media (min-width: 768px) {
  .news-carousel__featured-image {
    width: 55%;
  }
}
@media (min-width: 1440px) {
  .news-carousel__featured-image {
    width: 740px;
  }
}

.news-carousel__featured-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.news-carousel__featured-placeholder {
  background-color: #f0f0f0;
  border-radius: 10px;
  aspect-ratio: 740/338;
}

.news-carousel__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 16px 20px 20px;
}
@media (min-width: 768px) {
  .news-carousel__featured-content {
    padding: 24px 32px 24px 0;
  }
}
@media (min-width: 1440px) {
  .news-carousel__featured-content {
    padding: 28px 40px 28px 0;
  }
}

.news-carousel__featured-title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  color: #da5855;
  margin: 8px 0 16px;
}

.news-carousel__featured-link {
  color: #da5855;
  text-decoration: none;
}
.news-carousel__featured-link:hover, .news-carousel__featured-link:focus-visible {
  text-decoration: underline;
}

.news-carousel__featured-text {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 0 0 24px;
}

.news-carousel__featured-cta-wrap {
  margin: 0;
}

.news-carousel__date {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
}

.news-carousel__cta {
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.news-carousel__cta:hover, .news-carousel__cta:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.news-carousel__cards {
  container-type: inline-size;
}

.news-carousel__cards .news-carousel__arrow {
  top: calc((100cqw - 40px) / 2 * 250 / 465 / 2);
}
@media (min-width: 768px) {
  .news-carousel__cards .news-carousel__arrow {
    top: calc((100cqw - 72px) / 3 * 250 / 465 / 2);
  }
}
@media (min-width: 1440px) {
  .news-carousel__cards .news-carousel__arrow {
    top: calc((100cqw - 96px) / 4 * 250 / 465 / 2);
  }
}

.news-carousel__cards-viewport {
  overflow: visible;
}

.news-carousel__cards-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .news-carousel__cards-track {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .news-carousel__cards-track {
    gap: 32px;
  }
}

.news-carousel__card {
  flex: 0 0 465px;
}

.news-carousel__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
}

.news-carousel__card-image {
  overflow: hidden;
  aspect-ratio: 465/250;
}

.news-carousel__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-carousel__card-placeholder {
  background-color: #e3e3e3;
  width: 100%;
  height: 100%;
}

.news-carousel__card-divider {
  height: 4px;
  margin: 16px 20px 0;
  background: #004a77;
  border-radius: 2px;
}

.news-carousel__card-body {
  flex: 1;
  padding: 20px 20px 12px;
}

.news-carousel__card-title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 6px 0 0;
}

.news-carousel__all-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .news-carousel__all-wrap {
    justify-content: start;
  }
}

.counter {
  background-color: #ffffff;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .counter {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .counter {
    padding: 120px 64px;
  }
}
.counter__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.counter__heading {
  margin-bottom: 40px;
  color: #004a77;
}
.counter__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .counter__grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.counter__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  container-type: inline-size;
  container-name: counter-item;
  overflow: hidden;
}
@media (min-width: 768px) {
  .counter__item {
    min-height: 200px;
  }
}
@media (min-width: 1024px) {
  .counter__item {
    min-height: 240px;
  }
  .counter__item + .counter__item {
    border-left: 1px solid #e3e3e3;
  }
}
.counter__ghost {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 4px;
  font-weight: 600;
  font-size: clamp(48px, 78cqi / (var(--digits, 3) * 0.72), 140px);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: rgba(0, 74, 119, 0.08);
  user-select: none;
  pointer-events: none;
}
.counter__item--overflow .counter__ghost {
  justify-content: flex-start;
  padding-inline: 2px 12px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 70%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 70%, transparent 100%);
}
.counter__label {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #004a77;
  text-align: center;
}
@media (min-width: 768px) {
  .counter__label {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .counter__label {
    font-size: 28px;
  }
}

.service-list {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .service-list {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .service-list {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.service-list.frame-tp-tuerkis-hell, .service-list.frame-tp-tuerkis, .service-list.frame-tp-blau-hell, .service-list.frame-tp-blau-medium, .service-list.frame-tp-grau-hell, .service-list.frame-tp-grau-medium, .service-list.frame-tp-blau, .service-list.frame-tp-rot {
  padding-left: calc(max(0px, (100vw - 1480px) * 0.5) + 20px);
  padding-right: calc(max(0px, (100vw - 1480px) * 0.5) + 20px);
}
@media (min-width: 768px) {
  .service-list.frame-tp-tuerkis-hell, .service-list.frame-tp-tuerkis, .service-list.frame-tp-blau-hell, .service-list.frame-tp-blau-medium, .service-list.frame-tp-grau-hell, .service-list.frame-tp-grau-medium, .service-list.frame-tp-blau, .service-list.frame-tp-rot {
    padding-left: calc(max(0px, (100vw - 1480px) * 0.5) + 50px);
    padding-right: calc(max(0px, (100vw - 1480px) * 0.5) + 50px);
  }
}
@media (min-width: 1440px) {
  .service-list.frame-tp-tuerkis-hell, .service-list.frame-tp-tuerkis, .service-list.frame-tp-blau-hell, .service-list.frame-tp-blau-medium, .service-list.frame-tp-grau-hell, .service-list.frame-tp-grau-medium, .service-list.frame-tp-blau, .service-list.frame-tp-rot {
    padding-left: calc(max(0px, (100vw - 1480px) * 0.5) + 64px);
    padding-right: calc(max(0px, (100vw - 1480px) * 0.5) + 64px);
  }
}
.service-list__inner {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}
.service-list__head {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .service-list__head {
    margin-bottom: 80px;
  }
}
.service-list__kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #004a77;
  margin-bottom: 24px;
}
.service-list__heading {
  color: #004a77;
  max-width: 900px;
}
.service-list__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #004a77;
}
.service-list__row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "icon  arrow" "title arrow" "desc  desc";
  gap: 16px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 1024px) {
  .service-list__row {
    grid-template-columns: 100px minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
    grid-template-areas: "icon title desc arrow";
    gap: 40px;
    padding: 40px 0;
  }
}
.service-list__icon {
  grid-area: icon;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.service-list__icon-img {
  width: 56px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .service-list__icon-img {
    width: 88px;
  }
}
.service-list__title {
  grid-area: title;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}
@media (min-width: 1440px) {
  .service-list__title {
    font-size: 32px;
  }
}
.service-list__desc {
  grid-area: desc;
  font-size: 14px;
  line-height: 20px;
  color: #17151b;
  margin: 0;
}
@media (min-width: 768px) {
  .service-list__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.service-list__arrow {
  grid-area: arrow;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border: 1px solid #004a77;
  border-radius: 50%;
  color: #004a77;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1440px) {
  .service-list__arrow {
    width: 64px;
    height: 64px;
  }
}
.service-list__arrow:hover, .service-list__arrow:focus-visible {
  background-color: #004a77;
  border-color: #004a77;
  color: #ffffff;
}
.service-list__arrow:hover svg, .service-list__arrow:focus-visible svg {
  transform: rotate(-45deg);
}
.service-list__arrow svg {
  display: block;
  transition: transform 0.2s ease;
}

.faq {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .faq {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .faq {
    padding: 120px 64px;
  }
}
.faq__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.faq__head {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .faq__head {
    margin-bottom: 80px;
  }
}
.faq__heading {
  color: #004a77;
  max-width: 900px;
}
.faq__list {
  border-top: 2px solid #004a77;
}
.faq__item {
  border-bottom: 1px solid #e3e3e3;
}
.faq__item[open] > .faq__question .faq__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq__item[open] > .faq__question .faq__icon::after {
  transform: translate(-50%, -50%);
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  list-style: none;
  cursor: pointer;
  color: #004a77;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .faq__question {
    font-size: 24px;
    padding: 24px 0;
  }
}
@media (min-width: 1440px) {
  .faq__question {
    font-size: 32px;
    padding: 40px 0;
  }
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::marker {
  content: "";
}
.faq__question:hover .faq__question-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq__question:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 4px;
  border-radius: 2px;
}
.faq__question-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #004a77;
}
@media (min-width: 768px) {
  .faq__icon {
    width: 32px;
    height: 32px;
  }
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.faq__icon::before {
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  overflow: hidden;
}
.faq__answer-inner {
  padding: 0 0 24px;
  max-width: 820px;
  color: #17151b;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .faq__answer-inner {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
  }
}
.faq__answer-inner > *:first-child {
  margin-top: 0;
}
.faq__answer-inner > *:last-child {
  margin-bottom: 0;
}
.faq__answer-inner a {
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq__answer-inner ul,
.faq__answer-inner ol {
  padding-left: 1.25em;
}

.frame-tp-blau .faq__heading,
.frame-tp-blau .faq__question,
.frame-tp-blau .faq__icon,
.frame-tp-rot .faq__heading,
.frame-tp-rot .faq__question,
.frame-tp-rot .faq__icon {
  color: #ffffff;
}
.frame-tp-blau .faq__list,
.frame-tp-rot .faq__list {
  border-top-color: #ffffff;
}
.frame-tp-blau .faq__item,
.frame-tp-rot .faq__item {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.frame-tp-blau .faq__answer-inner,
.frame-tp-rot .faq__answer-inner {
  color: #ffffff;
}
.frame-tp-blau .faq__answer-inner a,
.frame-tp-rot .faq__answer-inner a {
  color: #ffffff;
}
.frame-tp-blau .faq__icon::before,
.frame-tp-blau .faq__icon::after,
.frame-tp-rot .faq__icon::before,
.frame-tp-rot .faq__icon::after {
  background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .faq__icon::before,
  .faq__icon::after {
    transition: none;
  }
}
.image-tabs {
  background-color: #ffffff;
}

.image-tabs__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .image-tabs__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .image-tabs__inner {
    padding: 120px 64px;
  }
}

.image-tabs__header {
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
  .image-tabs__header {
    margin-bottom: 32px;
  }
}

.image-tabs__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.25;
  color: #004a77;
  margin: 0;
}

.image-tabs__subheader {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  margin: 12px 0 0;
  max-width: 900px;
}

.image-tabs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
@media (min-width: 1024px) {
  .image-tabs__grid {
    gap: 4px;
  }
  .image-tabs__grid > .image-tabs__tab {
    grid-row: 1;
  }
  .image-tabs__grid > .image-tabs__panel {
    grid-row: 2;
    grid-column: 1/-1;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .image-tabs__grid--cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .image-tabs__grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .image-tabs__grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .image-tabs__grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .image-tabs__grid--cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.image-tabs__tab {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: #004a77;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  min-width: 0;
}
.image-tabs__tab:focus-visible {
  outline: 3px solid #004a77;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .image-tabs__tab {
    flex-direction: column;
    gap: 0;
  }
}

.image-tabs__media {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 96px;
  aspect-ratio: 1/1;
  background-color: #eef1f5;
}
@media (min-width: 768px) {
  .image-tabs__media {
    flex-basis: 132px;
    aspect-ratio: 16/10;
  }
}
@media (min-width: 1024px) {
  .image-tabs__media {
    flex: 1 1 auto;
    width: 100%;
    aspect-ratio: 205/130;
  }
}

.image-tabs__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.image-tabs__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-tabs__media-placeholder {
  position: absolute;
  inset: 0;
  display: block;
}
.image-tabs__tab:nth-of-type(1) .image-tabs__media-placeholder {
  background-image: linear-gradient(135deg, #004a77 0%, #3f8f96 100%);
}
.image-tabs__tab:nth-of-type(2) .image-tabs__media-placeholder {
  background-image: linear-gradient(135deg, #c0433f 0%, #e08a72 100%);
}
.image-tabs__tab:nth-of-type(3) .image-tabs__media-placeholder {
  background-image: linear-gradient(135deg, #1f7f7a 0%, #5aa8a3 100%);
}
.image-tabs__tab:nth-of-type(4) .image-tabs__media-placeholder {
  background-image: linear-gradient(135deg, #6b3f96 0%, #da5855 100%);
}
.image-tabs__tab:nth-of-type(5) .image-tabs__media-placeholder {
  background-image: linear-gradient(135deg, #004a77 0%, #2e79b0 100%);
}

.image-tabs__media-title {
  display: none;
}
@media (min-width: 1024px) {
  .image-tabs__media-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 16px 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    background: linear-gradient(to top, rgba(23, 21, 27, 0.65) 0%, rgba(23, 21, 27, 0) 100%);
  }
}

.image-tabs__tab-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding: 8px 12px 8px 0;
}
@media (min-width: 1024px) {
  .image-tabs__tab-bar {
    display: none;
  }
}

.image-tabs__tab-label {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #004a77;
}

.image-tabs__tab-icon {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
.image-tabs__tab-icon::before, .image-tabs__tab-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #004a77;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.image-tabs__tab-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.image-tabs__tab-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.image-tabs__tab--active .image-tabs__tab-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.image-tabs__tab .image-tabs__media {
  transition: opacity 0.2s ease;
}
.image-tabs__tab .image-tabs__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #da5855;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.image-tabs__tab:hover .image-tabs__media,
.image-tabs__tab:focus-visible .image-tabs__media {
  opacity: 1;
}

.image-tabs__tab--active .image-tabs__media::after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .image-tabs__tab:not(.image-tabs__tab--active) .image-tabs__media {
    opacity: 0.72;
  }
}
.image-tabs__panel {
  background-color: #eef1f5;
}
.image-tabs__panel[hidden] {
  display: none;
}
@media (min-width: 1024px) {
  .image-tabs__panel {
    margin-top: 4px;
  }
}

.image-tabs__panel-inner {
  padding: 24px 20px 28px;
}
@media (min-width: 768px) {
  .image-tabs__panel-inner {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .image-tabs__panel-inner {
    padding: 48px 56px;
  }
}

.image-tabs__panel-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #004a77;
  margin: 0 0 16px;
}
@media (min-width: 1440px) {
  .image-tabs__panel-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.image-tabs__body {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
  max-width: 900px;
}
@media (min-width: 1440px) {
  .image-tabs__body {
    font-size: 20px;
    line-height: 28px;
  }
}
.image-tabs__body p {
  margin: 0 0 16px;
}
.image-tabs__body p:last-child {
  margin-bottom: 0;
}
.image-tabs__body a {
  color: #da5855;
  text-decoration: underline;
}

.image-tabs__cta-wrap {
  margin: 24px 0 0;
}

.image-tabs__btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #004a77;
  border-radius: 999px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #004a77;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.image-tabs__btn:hover, .image-tabs__btn:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.image-tabs__contact {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1440px) {
  .image-tabs__contact {
    gap: 24px;
    margin-top: 40px;
  }
}

.image-tabs__contact picture {
  display: block;
  flex: 0 0 auto;
}

.image-tabs__contact-img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-tabs__contact-img {
    width: 88px;
    height: 88px;
  }
}

.image-tabs__contact-body {
  min-width: 0;
}

.image-tabs__contact-label {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  margin: 0 0 4px;
}

.image-tabs__contact-name {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #004a77;
  margin: 0;
}

.image-tabs__contact-position {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  margin: 2px 0 0;
}

.image-tabs__contact-line {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
  margin: 4px 0 0;
}

.image-tabs__contact-key {
  margin-right: 4px;
}

.image-tabs__contact-link {
  color: #004a77;
  text-decoration: underline;
}
.image-tabs__contact-link:hover, .image-tabs__contact-link:focus-visible {
  color: #da5855;
}

.timeline {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .timeline {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .timeline {
    padding: 120px 64px;
  }
}
.timeline__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.timeline__head {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .timeline__head {
    margin-bottom: 80px;
  }
}
.timeline__kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #004a77;
  margin-bottom: 24px;
}
.timeline__heading {
  color: #004a77;
  max-width: 900px;
}
.timeline__body {
  position: relative;
  --timeline-line: 8px;
}
@media (min-width: 1024px) {
  .timeline__body {
    --timeline-line: 50%;
  }
}
.timeline__rail {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: var(--timeline-line);
  width: 2px;
  transform: translateX(-50%);
  background-color: #e3e3e3;
  overflow: hidden;
  border-radius: 2px;
}
.timeline__progress {
  position: absolute;
  inset: 0;
  background-color: #004a77;
  transform-origin: top center;
  transform: scaleY(var(--timeline-progress, 0));
  will-change: transform;
}
.timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .timeline__list {
    gap: 0;
  }
}
.timeline__item {
  position: relative;
  padding-left: 44px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.timeline__item--visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1024px) {
  .timeline__item {
    width: 50%;
    padding-left: 0;
    padding-right: 56px;
    text-align: right;
  }
  .timeline__item + .timeline__item {
    margin-top: 40px;
  }
  .timeline__item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 56px;
    text-align: left;
    margin-top: -80px;
  }
}
.timeline__dot {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #b2b2b2;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
@media (min-width: 1024px) {
  .timeline__dot {
    top: 6px;
    left: auto;
    right: -8px;
  }
}
@media (min-width: 1024px) {
  .timeline__item:nth-child(even) .timeline__dot {
    right: auto;
    left: -8px;
  }
}
.timeline__item--active .timeline__dot {
  background-color: #004a77;
  border-color: #004a77;
  transform: scale(1.2);
}
@media (min-width: 1024px) {
  .timeline__item--active .timeline__dot {
    transform: translateX(0) scale(1.2);
  }
}
.timeline__card {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
@media (min-width: 768px) {
  .timeline__card {
    padding: 24px 40px;
  }
}
.timeline__item--active .timeline__card {
  border-color: #d3d6e5;
  box-shadow: 0 12px 32px rgba(0, 74, 119, 0.1);
}
.timeline__media {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.timeline__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.timeline__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #004a77;
  margin-bottom: 8px;
}
.timeline__title {
  color: #004a77;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
}
@media (min-width: 1440px) {
  .timeline__title {
    font-size: 24px;
  }
}
.timeline__desc {
  font-size: 14px;
  line-height: 20px;
  color: #17151b;
}
@media (min-width: 768px) {
  .timeline__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.timeline__desc p {
  margin: 0 0 8px;
}
.timeline__desc p:last-child {
  margin-bottom: 0;
}
.timeline__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #004a77;
  text-decoration: none;
  transition: gap 0.2s ease, opacity 0.2s ease;
}
.timeline__link:hover, .timeline__link:focus-visible {
  gap: 10px;
  opacity: 0.8;
}
.timeline__link svg {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .timeline__item:nth-child(odd) .timeline__link {
    justify-content: flex-end;
  }
}
.timeline--horizontal .timeline__head {
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
  .timeline--horizontal .timeline__head {
    margin-bottom: 40px;
  }
}
.timeline--horizontal .timeline__body {
  position: relative;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__body {
    padding: 0 64px;
  }
}
.timeline--horizontal .timeline__rail {
  display: none;
}
.timeline--horizontal .timeline__list {
  flex-direction: row;
  gap: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 0 4px 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.timeline--horizontal .timeline__list::-webkit-scrollbar {
  display: none;
}
.timeline--horizontal .timeline__item {
  position: relative;
  flex: 0 0 min(300px, 82vw);
  max-width: min(300px, 82vw);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  scroll-snap-align: start;
  opacity: 1;
  transform: none;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__item {
    flex-basis: 360px;
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .timeline--horizontal .timeline__item {
    flex-basis: 400px;
    max-width: 400px;
  }
}
.timeline--horizontal .timeline__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  right: -40px;
  height: 2px;
  background-color: #e3e3e3;
  z-index: 0;
}
.timeline--horizontal .timeline__item:last-child::before {
  right: auto;
  width: 24px;
}
.timeline--horizontal .timeline__item--active::before {
  background-color: #004a77;
}
.timeline--horizontal .timeline__item + .timeline--horizontal .timeline__item {
  margin-top: 0;
}
.timeline--horizontal .timeline__item:nth-child(even) {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.timeline--horizontal .timeline__dot {
  top: 0;
  left: 0;
  right: auto;
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__dot {
  left: 0;
  right: auto;
}
.timeline--horizontal .timeline__card {
  margin-top: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }
}
.timeline--horizontal .timeline__content {
  order: 0;
}
.timeline--horizontal .timeline__media {
  order: 1;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__media {
    margin-bottom: 0;
    align-self: stretch;
    display: flex;
  }
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__content {
  order: 1;
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__media {
  order: 0;
}
.timeline--horizontal .timeline__content:only-child {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__img {
    height: 100%;
    min-height: 180px;
  }
}
.timeline--horizontal .timeline__arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .timeline--horizontal .timeline__arrow {
    display: inline-flex;
  }
}
.timeline--horizontal .timeline__arrow--prev {
  left: 0;
}
.timeline--horizontal .timeline__arrow--next {
  right: 0;
}
.timeline--horizontal .timeline__arrow:hover, .timeline--horizontal .timeline__arrow:focus-visible {
  border-color: #004a77;
  box-shadow: 0 4px 16px rgba(0, 74, 119, 0.12);
}
.timeline--horizontal .timeline__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
  border-color: #e3e3e3;
}
.timeline--horizontal .timeline__arrow img {
  display: block;
}

.timeline.frame-tp-blau .timeline__kicker,
.timeline.frame-tp-blau .timeline__heading,
.timeline.frame-tp-rot .timeline__kicker,
.timeline.frame-tp-rot .timeline__heading,
.frame-tp-blau .timeline .timeline__kicker,
.frame-tp-blau .timeline .timeline__heading,
.frame-tp-rot .timeline .timeline__kicker,
.frame-tp-rot .timeline .timeline__heading {
  color: #ffffff;
}
.timeline.frame-tp-blau .timeline__rail,
.timeline.frame-tp-rot .timeline__rail,
.frame-tp-blau .timeline .timeline__rail,
.frame-tp-rot .timeline .timeline__rail {
  background-color: rgba(255, 255, 255, 0.35);
}
.timeline.frame-tp-blau .timeline__progress,
.timeline.frame-tp-rot .timeline__progress,
.frame-tp-blau .timeline .timeline__progress,
.frame-tp-rot .timeline .timeline__progress {
  background-color: #ffffff;
}
.timeline.frame-tp-blau .timeline__dot,
.timeline.frame-tp-rot .timeline__dot,
.frame-tp-blau .timeline .timeline__dot,
.frame-tp-rot .timeline .timeline__dot {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}
.timeline.frame-tp-blau .timeline__item--active .timeline__dot,
.timeline.frame-tp-rot .timeline__item--active .timeline__dot,
.frame-tp-blau .timeline .timeline__item--active .timeline__dot,
.frame-tp-rot .timeline .timeline__item--active .timeline__dot {
  background-color: #ffffff;
  border-color: #ffffff;
}
.timeline.frame-tp-blau .timeline__card,
.timeline.frame-tp-rot .timeline__card,
.frame-tp-blau .timeline .timeline__card,
.frame-tp-rot .timeline .timeline__card {
  color: #004a77;
}
.timeline.frame-tp-blau .timeline__card h1, .timeline.frame-tp-blau .timeline__card h2, .timeline.frame-tp-blau .timeline__card h3, .timeline.frame-tp-blau .timeline__card h4, .timeline.frame-tp-blau .timeline__card h5, .timeline.frame-tp-blau .timeline__card h6,
.timeline.frame-tp-blau .timeline__card p,
.timeline.frame-tp-blau .timeline__card .timeline__date,
.timeline.frame-tp-blau .timeline__card .timeline__title,
.timeline.frame-tp-blau .timeline__card .timeline__link,
.timeline.frame-tp-rot .timeline__card h1,
.timeline.frame-tp-rot .timeline__card h2,
.timeline.frame-tp-rot .timeline__card h3,
.timeline.frame-tp-rot .timeline__card h4,
.timeline.frame-tp-rot .timeline__card h5,
.timeline.frame-tp-rot .timeline__card h6,
.timeline.frame-tp-rot .timeline__card p,
.timeline.frame-tp-rot .timeline__card .timeline__date,
.timeline.frame-tp-rot .timeline__card .timeline__title,
.timeline.frame-tp-rot .timeline__card .timeline__link,
.frame-tp-blau .timeline .timeline__card h1,
.frame-tp-blau .timeline .timeline__card h2,
.frame-tp-blau .timeline .timeline__card h3,
.frame-tp-blau .timeline .timeline__card h4,
.frame-tp-blau .timeline .timeline__card h5,
.frame-tp-blau .timeline .timeline__card h6,
.frame-tp-blau .timeline .timeline__card p,
.frame-tp-blau .timeline .timeline__card .timeline__date,
.frame-tp-blau .timeline .timeline__card .timeline__title,
.frame-tp-blau .timeline .timeline__card .timeline__link,
.frame-tp-rot .timeline .timeline__card h1,
.frame-tp-rot .timeline .timeline__card h2,
.frame-tp-rot .timeline .timeline__card h3,
.frame-tp-rot .timeline .timeline__card h4,
.frame-tp-rot .timeline .timeline__card h5,
.frame-tp-rot .timeline .timeline__card h6,
.frame-tp-rot .timeline .timeline__card p,
.frame-tp-rot .timeline .timeline__card .timeline__date,
.frame-tp-rot .timeline .timeline__card .timeline__title,
.frame-tp-rot .timeline .timeline__card .timeline__link {
  color: #004a77;
}
.timeline.frame-tp-blau .timeline__card .timeline__desc,
.timeline.frame-tp-blau .timeline__card .timeline__desc p,
.timeline.frame-tp-rot .timeline__card .timeline__desc,
.timeline.frame-tp-rot .timeline__card .timeline__desc p,
.frame-tp-blau .timeline .timeline__card .timeline__desc,
.frame-tp-blau .timeline .timeline__card .timeline__desc p,
.frame-tp-rot .timeline .timeline__card .timeline__desc,
.frame-tp-rot .timeline .timeline__card .timeline__desc p {
  color: #17151b;
}
.timeline.frame-tp-blau .timeline__card a:not(.timeline__link),
.timeline.frame-tp-rot .timeline__card a:not(.timeline__link),
.frame-tp-blau .timeline .timeline__card a:not(.timeline__link),
.frame-tp-rot .timeline .timeline__card a:not(.timeline__link) {
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.timeline.frame-tp-blau .timeline__card a:not(.timeline__link):hover, .timeline.frame-tp-blau .timeline__card a:not(.timeline__link):focus-visible,
.timeline.frame-tp-rot .timeline__card a:not(.timeline__link):hover,
.timeline.frame-tp-rot .timeline__card a:not(.timeline__link):focus-visible,
.frame-tp-blau .timeline .timeline__card a:not(.timeline__link):hover,
.frame-tp-blau .timeline .timeline__card a:not(.timeline__link):focus-visible,
.frame-tp-rot .timeline .timeline__card a:not(.timeline__link):hover,
.frame-tp-rot .timeline .timeline__card a:not(.timeline__link):focus-visible {
  color: #004a77;
  background-color: transparent;
}
.timeline.frame-tp-blau .timeline__card .timeline__link:hover, .timeline.frame-tp-blau .timeline__card .timeline__link:focus-visible,
.timeline.frame-tp-rot .timeline__card .timeline__link:hover,
.timeline.frame-tp-rot .timeline__card .timeline__link:focus-visible,
.frame-tp-blau .timeline .timeline__card .timeline__link:hover,
.frame-tp-blau .timeline .timeline__card .timeline__link:focus-visible,
.frame-tp-rot .timeline .timeline__card .timeline__link:hover,
.frame-tp-rot .timeline .timeline__card .timeline__link:focus-visible {
  color: #004a77;
  background-color: transparent;
}

.timeline--horizontal.frame-tp-blau .timeline__item::before,
.timeline--horizontal.frame-tp-rot .timeline__item::before,
.frame-tp-blau .timeline--horizontal .timeline__item::before,
.frame-tp-rot .timeline--horizontal .timeline__item::before {
  background-color: rgba(255, 255, 255, 0.35);
}
.timeline--horizontal.frame-tp-blau .timeline__item--active::before,
.timeline--horizontal.frame-tp-rot .timeline__item--active::before,
.frame-tp-blau .timeline--horizontal .timeline__item--active::before,
.frame-tp-rot .timeline--horizontal .timeline__item--active::before {
  background-color: #ffffff;
}
.timeline--horizontal.frame-tp-blau .timeline__dot,
.timeline--horizontal.frame-tp-rot .timeline__dot,
.frame-tp-blau .timeline--horizontal .timeline__dot,
.frame-tp-rot .timeline--horizontal .timeline__dot {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}
.timeline--horizontal.frame-tp-blau .timeline__item--active .timeline__dot,
.timeline--horizontal.frame-tp-rot .timeline__item--active .timeline__dot,
.frame-tp-blau .timeline--horizontal .timeline__item--active .timeline__dot,
.frame-tp-rot .timeline--horizontal .timeline__item--active .timeline__dot {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.15);
}
.timeline--horizontal.frame-tp-blau .timeline__arrow,
.timeline--horizontal.frame-tp-rot .timeline__arrow,
.frame-tp-blau .timeline--horizontal .timeline__arrow,
.frame-tp-rot .timeline--horizontal .timeline__arrow {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(23, 21, 27, 0.18);
}
.timeline--horizontal.frame-tp-blau .timeline__arrow:hover, .timeline--horizontal.frame-tp-blau .timeline__arrow:focus-visible,
.timeline--horizontal.frame-tp-rot .timeline__arrow:hover,
.timeline--horizontal.frame-tp-rot .timeline__arrow:focus-visible,
.frame-tp-blau .timeline--horizontal .timeline__arrow:hover,
.frame-tp-blau .timeline--horizontal .timeline__arrow:focus-visible,
.frame-tp-rot .timeline--horizontal .timeline__arrow:hover,
.frame-tp-rot .timeline--horizontal .timeline__arrow:focus-visible {
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(23, 21, 27, 0.28);
}
.timeline--horizontal.frame-tp-blau .timeline__arrow:disabled,
.timeline--horizontal.frame-tp-rot .timeline__arrow:disabled,
.frame-tp-blau .timeline--horizontal .timeline__arrow:disabled,
.frame-tp-rot .timeline--horizontal .timeline__arrow:disabled {
  opacity: 0.4;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.55);
}

.flipbook-embed {
  cursor: pointer;
  background: #004a77;
  color: #ffffff;
  outline: none;
}
.flipbook-embed:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.85);
}
.flipbook-embed.is-loaded {
  cursor: default;
  background: transparent;
}

.flipbook-embed__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  text-align: center;
}

.flipbook-embed__notice {
  margin: 0;
  max-width: 28rem;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.flipbook-embed__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.flipbook-embed:hover .flipbook-embed__cta, .flipbook-embed:focus-visible .flipbook-embed__cta {
  background: #ffffff;
  color: #004a77;
}

.issuu-embed-block {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .issuu-embed-block {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .issuu-embed-block {
    padding: 120px 64px;
  }
}
.issuu-embed-block__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.issuu-embed-block__heading {
  margin-bottom: 40px;
  color: #004a77;
}

.issuu-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: max(60%, 326px);
}

.issuu-embed__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yumpu-embed-block {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .yumpu-embed-block {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .yumpu-embed-block {
    padding: 120px 64px;
  }
}
.yumpu-embed-block__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.yumpu-embed-block__heading {
  margin-bottom: 40px;
  color: #004a77;
}

.yumpu-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: max(56.25%, 480px);
}

.yumpu-embed__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form {
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .contact-form {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .contact-form {
    padding: 120px 64px;
  }
}
.contact-form__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.contact-form__head {
  margin-bottom: 40px;
}
.contact-form__kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #004a77;
}
.contact-form__heading {
  margin: 0;
}
.contact-form__intro {
  margin: 24px 0 0;
  max-width: 60ch;
  font-size: 18px;
  color: #17151b;
}
.contact-form__body {
  max-width: 860px;
}
.contact-form__body form {
  margin: 0;
}
.contact-form__actions {
  margin-top: 24px;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #004a77;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-form__submit:hover {
  background-color: #002a44;
}
.contact-form__submit:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.contact-form__success {
  padding: 24px;
  border-left: 4px solid #aad8d4;
  background-color: #d6ebe9;
  color: #17151b;
  font-size: 18px;
}

.contact-person__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .contact-person__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .contact-person__inner {
    padding: 120px 64px;
  }
}

.contact-person__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
@media (min-width: 1024px) {
  .contact-person__layout {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

.contact-person__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 780px;
  background-color: #eef1f5;
  border-radius: 12px;
  color: #004a77;
}
@media (min-width: 768px) {
  .contact-person__card {
    flex-direction: row;
    align-items: stretch;
  }
}

.contact-person__cta {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 1024px) {
  .contact-person__cta {
    padding-top: 8px;
  }
}

.contact-person__cta-prefix {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}

.contact-person__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  border: 0;
  border-radius: 29px;
  background-color: #004a77;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 74, 119, 0.25);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-person__cta-btn:hover, .contact-person__cta-btn:focus-visible {
  background-color: #003a5e;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 74, 119, 0.35);
}
.contact-person__cta-btn:hover .contact-person__cta-icon, .contact-person__cta-btn:focus-visible .contact-person__cta-icon {
  transform: translateX(3px);
}
.contact-person__cta-btn:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.contact-person__cta-icon {
  flex: none;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .contact-person__cta-btn,
  .contact-person__cta-icon {
    transition: none;
  }
  .contact-person__cta-btn:hover,
  .contact-person__cta-btn:focus-visible {
    transform: none;
  }
}
.contact-person__media {
  position: relative;
  flex: none;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 768px) {
  .contact-person__media {
    width: 240px;
    height: auto;
    min-height: 240px;
    align-self: stretch;
    border-radius: 12px 0 0 12px;
  }
}
@media (min-width: 1024px) {
  .contact-person__media {
    width: 280px;
    min-height: 280px;
  }
}
.contact-person__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.contact-person__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.contact-person__media > .contact-person__img {
  position: absolute;
  inset: 0;
}

.contact-person__img-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #d3d6e5 0%, #eef1f5 100%);
}

.contact-person__body {
  min-width: 0;
  flex: 1 1 auto;
  padding: 24px;
}
@media (min-width: 768px) {
  .contact-person__body {
    padding: 28px 32px;
  }
}

.contact-person__heading {
  margin: 0 0 8px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  color: #004a77;
  overflow-wrap: anywhere;
  hyphens: auto;
}
@media (min-width: 768px) {
  .contact-person__heading {
    font-size: 28px;
  }
}

.contact-person__name {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #004a77;
  overflow-wrap: anywhere;
}

.contact-person__position {
  margin: 4px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #004a77;
}

.contact-person__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.contact-person__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}

.contact-person__label {
  font-weight: 500;
}

.contact-person__link {
  color: #004a77;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}
.contact-person__link:hover, .contact-person__link:focus-visible {
  text-decoration-thickness: 2px;
}
.contact-person__link:focus-visible {
  outline: 2px solid #004a77;
  outline-offset: 2px;
}

.frame-tp-blau .contact-person__card,
.frame-tp-rot .contact-person__card {
  background-color: #ffffff;
}

.frame-tp-blau .contact-person__heading,
.frame-tp-blau .contact-person__name,
.frame-tp-blau .contact-person__position,
.frame-tp-blau .contact-person__detail,
.frame-tp-blau .contact-person__link,
.frame-tp-blau .contact-person__cta-prefix,
.frame-tp-blau .contact-person__cta-btn,
.frame-tp-rot .contact-person__heading,
.frame-tp-rot .contact-person__name,
.frame-tp-rot .contact-person__position,
.frame-tp-rot .contact-person__detail,
.frame-tp-rot .contact-person__link,
.frame-tp-rot .contact-person__cta-prefix,
.frame-tp-rot .contact-person__cta-btn {
  color: #004a77;
}

.frame-tp-blau .contact-person__cta-btn,
.frame-tp-rot .contact-person__cta-btn {
  background-color: #ffffff;
}
.frame-tp-blau .contact-person__cta-btn:hover, .frame-tp-blau .contact-person__cta-btn:focus-visible,
.frame-tp-rot .contact-person__cta-btn:hover,
.frame-tp-rot .contact-person__cta-btn:focus-visible {
  background-color: #004a77;
  color: #ffffff;
}

.team__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .team__inner {
    padding: 80px 50px;
  }
}
@media (min-width: 1440px) {
  .team__inner {
    padding: 96px 64px;
  }
}

.team__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.3vw, 40px);
  line-height: 1.2;
  color: #004a77;
  margin: 0 0 40px;
}

.team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}

.team__card {
  display: flex;
  flex-direction: column;
}
@media (hover: none) {
  .team__card .team__media {
    order: 1;
  }
  .team__card .team__info {
    order: 2;
  }
  .team__card .team__contact {
    order: 3;
  }
}

.team__figure {
  position: relative;
}
@media (hover: none) {
  .team__figure {
    display: contents;
  }
}

.team__media {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 12px;
  background-color: #eef1f5;
}

.team__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team__contact {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0, 74, 119, 0.94) 0%, rgba(0, 74, 119, 0.82) 55%, rgba(0, 74, 119, 0) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: 12px;
  width: 100%;
  max-width: none;
}
.team__card:hover .team__contact, .team__card:focus-within .team__contact {
  opacity: 1;
}
@media (hover: none) {
  .team__contact {
    position: static;
    opacity: 1;
    inset: auto;
    justify-content: flex-start;
    padding: 8px 0 0;
    border-radius: 0;
    color: #004a77;
    background: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .team__contact {
    transition: none;
  }
}

.team__contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team__contact-link {
  display: inline-block;
  max-width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  transition: opacity 0.2s ease;
}
.team__contact-link:hover, .team__contact-link:focus-visible {
  text-decoration: underline;
}
@media (hover: none) {
  .team__contact-link {
    color: #004a77;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.team__info {
  padding-top: 16px;
}

.team__name {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #004a77;
}

.team__position {
  margin: 4px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #004a77;
}

.form-element {
  margin-bottom: 24px;
}

.form-element__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #17151b;
}

.form-element__field {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #17151b;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  transition: border-color 0.2s ease;
}
.form-element__field:focus {
  outline: 2px solid #004a77;
  outline-offset: -2px;
  border-color: #004a77;
}
.form-element__field::placeholder {
  color: #b2b2b2;
}
.form-element__field[aria-invalid=true], .form-element__field.is-invalid {
  border-color: #c0392b;
  border-width: 2px;
}
.form-element__field[aria-invalid=true]:focus, .form-element__field.is-invalid:focus {
  outline-color: #c0392b;
}

.form-element__required {
  color: #c0392b;
  margin-left: 2px;
  font-weight: 500;
}

.form-element__hint {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 4px;
}

textarea.form-element__field {
  height: auto;
  min-height: 108px;
  resize: vertical;
}

select.form-element__field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-element__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.form-element__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #004a77;
}

.form-element--notice {
  font-size: 14px;
  line-height: 24px;
  color: #17151b;
}
.form-element--notice .ce-bodytext,
.form-element--notice .ce-textpic,
.form-element--notice .ce-textpic .ce-bodytext {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-element--notice :where(p, li) {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}
.form-element--notice a {
  color: #004a77;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  border-radius: 2px;
  transition: color 0.15s ease, background-color 0.15s ease, text-decoration-thickness 0.15s ease;
}
.form-element--notice a:hover {
  color: #00243a;
  background-color: #d6ebe9;
  text-decoration-thickness: 2px;
}
.form-element--notice a:focus-visible {
  color: #00243a;
  background-color: #d6ebe9;
  text-decoration-thickness: 2px;
  outline: 2px solid #004a77;
  outline-offset: 2px;
}
.form-element--notice a:active {
  color: #00111b;
  background-color: #aad8d4;
  text-decoration-thickness: 2px;
}
.form-element--notice > :first-child {
  margin-top: 0;
}
.form-element--notice > :last-child {
  margin-bottom: 0;
}

.form-fieldset {
  margin-bottom: 40px;
}
.form-fieldset__legend {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #17151b;
}

.form-error {
  font-size: 14px;
  color: #c0392b;
  font-weight: 500;
  margin-top: 4px;
}

.form-errors {
  margin-bottom: 24px;
  padding: 16px 24px;
  border: 2px solid #c0392b;
  background-color: rgba(192, 57, 43, 0.08);
  color: #c0392b;
}
.form-errors:empty {
  display: none;
}
.form-errors h2,
.form-errors .form-errors__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.form-errors ul {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}

.tx-kesearch-pi1,
.tx-kesearch-pi2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #004a77;
  flex: 1 1 100%;
  align-self: stretch;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1,
  .tx-kesearch-pi2 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.tx-kesearch-pi1:first-of-type,
.tx-kesearch-pi2:first-of-type {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1:first-of-type,
  .tx-kesearch-pi2:first-of-type {
    padding-top: 60px;
  }
}

.tx-kesearch-pi1:last-of-type,
.tx-kesearch-pi2:last-of-type {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1:last-of-type,
  .tx-kesearch-pi2:last-of-type {
    padding-bottom: 80px;
  }
}

.ke-search__page-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  color: #004a77;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .ke-search__page-title {
    font-size: 56px;
  }
}

.tx-kesearch-pi1 .kesearch_searchbox,
.tx-kesearch-pi2 .kesearch_searchbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 40px;
  border: none;
  padding: 0;
  min-inline-size: 0;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 .kesearch_searchbox,
  .tx-kesearch-pi2 .kesearch_searchbox {
    flex-wrap: nowrap;
  }
}

.tx-kesearch-pi1 .kesearchbox,
.tx-kesearch-pi2 .kesearchbox {
  flex: 1 1 260px;
  min-width: 0;
  margin: 0;
}

.tx-kesearch-pi1 .kesearch_searchbox input[type=search],
.tx-kesearch-pi2 .kesearch_searchbox input[type=search] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  margin: 0;
  background-color: #d6ebe9;
  border: 1px solid transparent;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #004a77;
  outline: none;
  appearance: none;
}
.tx-kesearch-pi1 .kesearch_searchbox input[type=search]::placeholder,
.tx-kesearch-pi2 .kesearch_searchbox input[type=search]::placeholder {
  color: #004a77;
  opacity: 0.7;
}
.tx-kesearch-pi1 .kesearch_searchbox input[type=search]:focus-visible,
.tx-kesearch-pi2 .kesearch_searchbox input[type=search]:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 74, 119, 0.3);
}

.tx-kesearch-pi1 span.resetbutt,
.tx-kesearch-pi1 span.submitbutt,
.tx-kesearch-pi2 span.resetbutt,
.tx-kesearch-pi2 span.submitbutt {
  float: none;
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 span.resetbutt,
  .tx-kesearch-pi1 span.submitbutt,
  .tx-kesearch-pi2 span.resetbutt,
  .tx-kesearch-pi2 span.submitbutt {
    width: auto;
  }
}
.tx-kesearch-pi1 span.resetbutt a.resetButton,
.tx-kesearch-pi1 span.resetbutt input[type=submit],
.tx-kesearch-pi1 span.submitbutt a.resetButton,
.tx-kesearch-pi1 span.submitbutt input[type=submit],
.tx-kesearch-pi2 span.resetbutt a.resetButton,
.tx-kesearch-pi2 span.resetbutt input[type=submit],
.tx-kesearch-pi2 span.submitbutt a.resetButton,
.tx-kesearch-pi2 span.submitbutt input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 span.resetbutt a.resetButton,
  .tx-kesearch-pi1 span.resetbutt input[type=submit],
  .tx-kesearch-pi1 span.submitbutt a.resetButton,
  .tx-kesearch-pi1 span.submitbutt input[type=submit],
  .tx-kesearch-pi2 span.resetbutt a.resetButton,
  .tx-kesearch-pi2 span.resetbutt input[type=submit],
  .tx-kesearch-pi2 span.submitbutt a.resetButton,
  .tx-kesearch-pi2 span.submitbutt input[type=submit] {
    width: auto;
  }
}

.tx-kesearch-pi1 span.resetbutt a.resetButton,
.tx-kesearch-pi1 span.submitbutt input[type=submit],
.tx-kesearch-pi2 span.resetbutt a.resetButton,
.tx-kesearch-pi2 span.submitbutt input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 56px;
  margin: 0;
  padding: 0 28px;
  border: 1px solid #004a77;
  border-radius: 29px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tx-kesearch-pi1 span.submitbutt input[type=submit],
.tx-kesearch-pi2 span.submitbutt input[type=submit] {
  background-color: #004a77;
  color: #ffffff;
}
.tx-kesearch-pi1 span.submitbutt input[type=submit]:hover, .tx-kesearch-pi1 span.submitbutt input[type=submit]:focus-visible,
.tx-kesearch-pi2 span.submitbutt input[type=submit]:hover,
.tx-kesearch-pi2 span.submitbutt input[type=submit]:focus-visible {
  background-color: #da5855;
  border-color: #da5855;
  color: #ffffff;
}

.tx-kesearch-pi1 span.resetbutt a.resetButton,
.tx-kesearch-pi2 span.resetbutt a.resetButton {
  background-color: #ffffff;
  color: #004a77;
  font-weight: 500;
}
.tx-kesearch-pi1 span.resetbutt a.resetButton span,
.tx-kesearch-pi2 span.resetbutt a.resetButton span {
  color: inherit;
  font-weight: inherit;
}
.tx-kesearch-pi1 span.resetbutt a.resetButton:hover, .tx-kesearch-pi1 span.resetbutt a.resetButton:focus-visible,
.tx-kesearch-pi2 span.resetbutt a.resetButton:hover,
.tx-kesearch-pi2 span.resetbutt a.resetButton:focus-visible {
  background-color: #004a77;
  border-color: #004a77;
  color: #ffffff;
}

.tx-kesearch-pi1 .kesearch_searchbox .clearer,
.tx-kesearch-pi2 .kesearch_searchbox .clearer {
  display: none;
}

.ke-search-results__count {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #004a77;
  margin: 0 0 24px;
}

.ke-search-results__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ke-search-item {
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid #aad8d4;
}
.ke-search-item__media {
  flex: 0 0 auto;
}
.ke-search-item__media picture {
  display: block;
  max-width: 120px;
}
.ke-search-item__media img {
  display: block;
  border-radius: 6px;
  max-width: 120px;
  height: auto;
}
.ke-search-item__media:empty {
  display: none;
}
.ke-search-item__body {
  flex: 1;
  min-width: 0;
}
.ke-search-item__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 8px;
}
.ke-search-item__title a {
  color: #004a77;
  text-decoration: none;
}
.ke-search-item__title a:hover, .ke-search-item__title a:focus-visible {
  text-decoration: underline;
}
.ke-search-item__number {
  color: #da5855;
}
.ke-search-item__teaser {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #004a77;
  margin: 0 0 8px;
}
.ke-search-item__meta, .ke-search-item__url {
  font-size: 14px;
  line-height: 20px;
  color: #b2b2b2;
  margin: 0;
}
.ke-search-item__meta i, .ke-search-item__url i {
  font-style: normal;
  font-weight: 500;
  color: #004a77;
}
.ke-search-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ke-search-item__url a {
  color: #da5855;
  word-break: break-all;
}

#kesearch_sorting,
.ke-search-results__pagebrowser {
  font-size: 14px;
  color: #004a77;
}

.ke-search-results__pagebrowser {
  margin: 32px 0 0;
}
.ke-search-results__pagebrowser--top {
  margin: 0 0 24px;
}
.ke-search-results__pagebrowser ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.ke-search-results__pagebrowser a,
.ke-search-results__pagebrowser span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #004a77;
  border-radius: 6px;
  color: #004a77;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ke-search-results__pagebrowser a:hover,
.ke-search-results__pagebrowser a:focus-visible,
.ke-search-results__pagebrowser .current {
  background-color: #004a77;
  color: #ffffff;
}

.ke-search-results__list:empty::after,
#kesearch_num_results:empty {
  content: "";
}