@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable declaration-no-important */
/* stylelint-disable color-no-hex */
:root {
  --overlay-standard-color: #979798;
}

@font-face {
  font-family: FreightTextPro;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/350ED6_0_unhinted_0.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FreightTextPro;
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url("https://www.innoq.com/assets/350ED6_1_unhinted_0.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FreightTextPro;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/350ED6_2_unhinted_0.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FreightTextPro;
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("https://www.innoq.com/assets/350ED6_3_unhinted_0.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FFMarkWebPro;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/MarkPro-Book.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FFMarkWebPro;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/MarkPro-Bold.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FFMarkWebPro;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/MarkPro-Heavy.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: FFMarkWebPro;
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
  src: url("https://www.innoq.com/assets/MarkPro-Ultra.woff2?cachebuster=2") format("woff2");
}
@font-face {
  font-family: HackRegular;
  font-display: swap;
  src: url("https://www.innoq.com/assets/hack-regular.woff2?cachebuster=2") format("woff2");
}
.work-page .big-content-teaser__text, .gradient-header__author, .list-teaser-abstract__text::first-letter, .portfolio-card__text p li::marker,
.portfolio-card__text ul:not([class]) > li li::marker,
.portfolio-card__text ol:not([class]) > li li::marker, .portfolio-card__text p::marker,
.portfolio-card__text ul:not([class]) > li::marker,
.portfolio-card__text ol:not([class]) > li::marker, .infobox__content li::marker, ul:not([class], [role=list]) > li,
.bold-list > li, ol:not([class]), dl:not([class]) dd,
dl dd, p,
.body-font-regular {
  font-family: "FreightTextPro", "Georgia", "Times", "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
}

.legacy-modernization-page section p.text-card__quote, .topic-header__text, .text-header__text, .standard-header__intro__text, .landing-page-header__text, .gradient-header__title, .wall-note__text, .image-divider-center__textbox__text, .text-card__quote, .simple-teaser__link h6, .podcast-teaser__subheadline, .product-list-teaser__text, .list-teaser-podcast__subheadline, .list-teaser-event__subheadline, .artist-list-teaser__subtitle, .cta-sidebar__text, .toc__list > li, .superquote__role,
.longquote__role, .cta-section-long__info, .highlight-card__text, .card__content__body__text, .author-bio--large .author-bio__info, .author-bio__info, .duration, blockquote:not([class]),
blockquote:not([class]) > p,
.blockquote,
.blockquote > p, p.lead, .static-tile-teaser__text, .case-tile-teaser .case-tile-teaser__text, .topic-teaser__text, .client-projects__intro-text,
.body-font-italic {
  font-family: "FreightTextPro", "Georgia", "Times", "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
}

.body-font-bold {
  font-family: "FreightTextPro", "Georgia", "Times", "Times New Roman", serif;
  font-weight: bold;
  font-style: normal;
}

.architecture-strategy-page p,
.architecture-strategy-page ul > li, .timeline-event .timeline-list, .reviews-page p,
.reviews-page ul > li, .legacy-modernization-page section p, .text-card__job,
.body-font-bold {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.body-font-bold-italic {
  font-family: "FreightTextPro", "Georgia", "Times", "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
}

.work-page .topic-teaser__text, .main-navigation, .skip-link, .topic-header__tag, .staff-header__text, .staff-header__profile__person__role, .footer__list__item, .footer__paragraph,
.footer__address, .wall-of-consent__text, .textbox-sequence__text, .small-tile-teaser__subtitle, .content-teaser__text, .big-content-teaser__text, .list-teaser__subheadline, .list-teaser-abstract__text, .instructions--hover,
.instructions--focus,
.instructions--hover-and-focus,
.instructions--touch, .page__number, .search-result__date,
.search-result__type, .resource-list-item__caption ul > li,
.resource-list-item__caption ul > li p, .resource-list-item__caption > *, .resource-list-item__author, .reference__description, .portfolio-card__text p,
.portfolio-card__text ul:not([class]) > li,
.portfolio-card__text ol:not([class]) > li, .portfolio-card__text, .paginator, .info-note__text, .info-note__text *, .infobox__content p,
.infobox__content ul > li, .event-year, .dialog-banner__body, .detail-item__author, .detail-item__caption ul > li,
.detail-item__caption ul > li p, .detail-item__caption > *, .contact-person__subheading, .conclusion-text ul > li,
.conclusion-text ul > li p, .conclusion-text > *, .author-bio--large .author-bio__expertise, .author-bio__text > *, .table td, .table caption, .tuple-list__value, .date-location-section dd, .simple-definition-list dd, .label.slides, p.display, p.standalone, .tooltip p, .footnotes__list li,
.footnotes__list li > p, .footnote, figcaption, audio-player, .form-text, .form-label, .form-control,
.custom-form-control, .alert, .case-tile-teaser .case-tile-teaser__text--workshop, .client-projects__text, .case-list-teaser__text, .default-full-width-teaser__text,
.heading-font-regular {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.architecture-strategy-page h2,
.architecture-strategy-page h3,
.architecture-strategy-page h4,
.architecture-strategy-page h5,
.architecture-strategy-page h6, .accordion summary, .reviews-page h2,
.reviews-page h3,
.reviews-page h4,
.reviews-page h5,
.reviews-page h6, .text-grid__heading, .topic-header__type, .standard-header__intro__label, .standard-header__type, .gradient-header__type, .footer__directions-link, .cover__author, .cover__type, .image-divider-right-content-textbox__text, .text-card__name, .toolbar__link, .small-tile-teaser__type, .topic-teaser__cta, .podcast-author, .podcast-channel-teaser__link, .podcast-channel-teaser__caption, .artist-list-teaser__edition__type, .superhero__lead, .service-intro__text, .search-form__input, .share-section__link, .resource-list-item__author > li > a:focus, .resource-list-item__author > li > a:hover, .superquote__author,
.longquote__author, .paginator__item, .info-note__highlight, .info-note__title, .infobox__teaser, .filter-select, .filter-label, .eyecatcher--social__text, .eyecatcher--event__text, .detail-item__author > li > a:focus, .detail-item__author > li > a:hover, .cta-section-long__name, .card__header__tag, .author-bio__name, .tag-list__link, .table thead,
.table tfoot, .bold-list > li, .tuple-list__label, ol:not([class]) > li::before, dl:not([class]) dt,
dl dt, .checklist li, .label-big.badge, .label-big.badge--inverted, .label-big.hint, .label.training, .label.talk, pull-quote > blockquote,
pull-quote > blockquote > p,
pull-quote .pullquote,
pull-quote .pullquote > p, .link--muted, .newsletter-optin__subtitle, .list-teaser-event__headline--secondary, .card__content__footer .card__content__footer__heading,
h5, .search-result__subtitle,
h4, .footnotes__list li::before, .date, .form-label--emphasized, .btn, .wall-note__subheading, .static-tile-teaser__caption, .podcast-teaser__caption, .content-teaser__caption, .case-tile-teaser .case-tile-teaser__caption, .product-list-teaser__caption, .list-teaser-training__caption, .topic-teaser__caption, .list-teaser__caption, .list-teaser-podcast__caption, .case-list-teaser__caption, .list-teaser-abstract__caption, .default-full-width-teaser__caption, .portfolio-card__caption, .card__content__body__subheadline,
.heading-font-bold {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.staff-header__profile__person__link, .image-header__subtitle, .triplet-divider__right,
.triplet-divider__left, .textbox-sequence__header, .big-content-teaser__headline, .product-list-teaser__cta, .podcast-channel-teaser__title, .artist-list-teaser__title, .artist-list-teaser__edition__date, .cta-sidebar__heading, .tag-section__headline, .toc__heading, .superhero__title, .service-intro__header, long-quote > blockquote > p,
super-quote > blockquote > p,
.superquote > p,
.longquote > p, .event-month, .event-day, .link-teaser,
h6, .staff-header__profile__person__name, .podcast-teaser__headline, .content-teaser__header, .list-teaser__headline, .list-teaser-event__headline, .search-result__title, .card__content__body__headline,
h3, .topic-teaser__header, .list-teaser-podcast__headline, .highlight-card__title, .section-heading--secondary, .teaser-section-heading,
h2, .newsletter-optin__title, .wall-note__heading, .project-index__title, .section-heading--primary,
h1, .collapse-toggler, .legend,
.heading-font-heavy {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.topic-header__title--ultra, .podcast-channel-teaser__title--ctoneedtoknow,
.heading-font-ultra {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 1000;
  font-style: normal;
}

.swatch-text, pre > code, code,
.monospace-font-regular {
  font-family: "HackRegular", "Monaco", "Courier New", monospace;
  font-weight: normal;
  font-style: normal;
}

* {
  margin-top: 0;
  margin-bottom: 0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #242424;
  background-color: #fff;
}

::-moz-selection {
  color: #242424;
  background-color: rgba(255, 156, 102, 0.8);
}

::selection {
  color: #242424;
  background-color: rgba(255, 156, 102, 0.8);
}

main {
  min-height: 50vh;
}

html {
  hyphenate-character: "-";
}

.text-card, .small-tile-teaser, .podcast-teaser, .content-teaser, .case-tile-teaser, a.big-content-teaser, a.list-teaser-training, a.topic-teaser, a.list-teaser, .list-teaser-podcast, .podcast-channel-teaser, a.list-teaser-event, a.case-list-teaser, a.list-teaser-abstract {
  -webkit-transition: 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s box-shadow ease-in-out;
  transition: 0.2s box-shadow ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
}
.text-card:hover, .small-tile-teaser:hover, .podcast-teaser:hover, .content-teaser:hover, .case-tile-teaser:hover, a.big-content-teaser:hover, a.list-teaser-training:hover, a.topic-teaser:hover, a.list-teaser:hover, .list-teaser-podcast:hover, .podcast-channel-teaser:hover, a.list-teaser-event:hover, a.case-list-teaser:hover, a.list-teaser-abstract:hover, .text-card:focus, .small-tile-teaser:focus, .podcast-teaser:focus, .content-teaser:focus, .case-tile-teaser:focus, a.big-content-teaser:focus, a.list-teaser-training:focus, a.topic-teaser:focus, a.list-teaser:focus, .list-teaser-podcast:focus, .podcast-channel-teaser:focus, a.list-teaser-event:focus, a.case-list-teaser:focus, a.list-teaser-abstract:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 156, 102, 0.8);
          box-shadow: 0 0 0 5px rgba(255, 156, 102, 0.8);
}

.alert-btn, .btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: none;
  border: 0;
}
.alert-btn:focus, .btn:focus {
  outline: none;
}
.alert-btn:hover, .btn:hover, .alert-btn:focus, .btn:focus {
  text-decoration: none;
}

.tile-grid-sm,
.tile-grid-md,
.tile-grid-alternating-1-4, .search-result-list, .footer__list, .footer__offices__section__list, .cover__people, .toolbar, .client-projects, .toc__list, .social-media-bar, .slider__all, .share-section__list, .resource-list-item__author > li, .resource-list, .paginator__list, .dropdown__list, .detail-item__author > li, .card__header__tags, .tag-list, .list-unstyled, .tuple-list, ol:not([class]), .footnotes__list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.bulletfree-list, ul:not([class], [role=list]),
.bold-list, ol:not([class]), .checklist {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
  font-size: 1rem;
  line-height: 1.52;
  list-style-position: outside;
}
@media screen and (min-width: 48rem) {
  .bulletfree-list, ul:not([class], [role=list]),
  .bold-list, ol:not([class]), .checklist {
    font-size: 1.2rem;
    line-height: 1.52;
  }
}

.textbox-sequence__header, .service-intro__header {
  -ms-hyphens: manual;
      hyphens: manual;
  word-wrap: normal;
  overflow-wrap: break-word;
}

.link-unstyled,
.staff-header__profile__person__link,
.footer__link,
.footer__directions-link,
.footer__list__link,
.toolbar__link,
.simple-teaser__link,
.topic-teaser__header,
.artist-list-teaser,
.toc__anchor,
.social-media-bar__link,
.service-intro,
.share-section__link,
.resource-list-item__author > li > a,
.paginator__link,
.paginator__item,
.detail-item__author > li > a,
.cta-section-long__head,
.card,
.author-bio--large,
.author-bio--short,
.author-bio__social-profile,
.author-bio__head,
.kununu-link,
.link-teaser,
.link--muted,
h1 > a:not([class]),
h2 > a:not([class]),
h3 > a:not([class]),
h4 > a:not([class]),
h5 > a:not([class]),
h6 > a:not([class]),
.footnotes__list li a,
.footnote,
.collapse-toggler {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}
.link-unstyled:hover, .link-unstyled:focus,
.staff-header__profile__person__link:hover,
.footer__link:hover,
.footer__directions-link:hover,
.footer__list__link:hover,
.toolbar__link:hover,
.simple-teaser__link:hover,
.topic-teaser__header:hover,
.artist-list-teaser:hover,
.toc__anchor:hover,
.social-media-bar__link:hover,
.service-intro:hover,
.share-section__link:hover,
.resource-list-item__author > li > a:hover,
.paginator__link:hover,
.paginator__item:hover,
.detail-item__author > li > a:hover,
.cta-section-long__head:hover,
.card:hover,
.author-bio--large:hover,
.author-bio--short:hover,
.author-bio__social-profile:hover,
.author-bio__head:hover,
.kununu-link:hover,
.link-teaser:hover,
.link--muted:hover,
h1 > a:hover:not([class]),
h2 > a:hover:not([class]),
h3 > a:hover:not([class]),
h4 > a:hover:not([class]),
h5 > a:hover:not([class]),
h6 > a:hover:not([class]),
.footnotes__list li a:hover,
.footnote:hover,
.collapse-toggler:hover,
.staff-header__profile__person__link:focus,
.footer__link:focus,
.footer__directions-link:focus,
.footer__list__link:focus,
.toolbar__link:focus,
.simple-teaser__link:focus,
.topic-teaser__header:focus,
.artist-list-teaser:focus,
.toc__anchor:focus,
.social-media-bar__link:focus,
.service-intro:focus,
.share-section__link:focus,
.resource-list-item__author > li > a:focus,
.paginator__link:focus,
.paginator__item:focus,
.detail-item__author > li > a:focus,
.cta-section-long__head:focus,
.card:focus,
.author-bio--large:focus,
.author-bio--short:focus,
.author-bio__social-profile:focus,
.author-bio__head:focus,
.kununu-link:focus,
.link-teaser:focus,
.link--muted:focus,
h1 > a:focus:not([class]),
h2 > a:focus:not([class]),
h3 > a:focus:not([class]),
h4 > a:focus:not([class]),
h5 > a:focus:not([class]),
h6 > a:focus:not([class]),
.footnotes__list li a:focus,
.footnote:focus,
.collapse-toggler:focus {
  background-color: initial;
}

.static-tile-teaser, .small-tile-teaser, .podcast-teaser, .content-teaser, .case-tile-teaser, .big-content-teaser, .product-list-teaser__cta, .product-list-teaser, .topic-teaser, .reference__link, .list-teaser-training, .list-teaser, .list-teaser-podcast, .podcast-channel-teaser, .list-teaser-event, .case-list-teaser, .list-teaser-abstract, .portfolio-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wall-note__subheading, .static-tile-teaser__caption, .podcast-teaser__caption, .content-teaser__caption, .case-tile-teaser .case-tile-teaser__caption, .product-list-teaser__caption, .list-teaser-training__caption, .topic-teaser__caption, .list-teaser__caption, .list-teaser-podcast__caption, .case-list-teaser__caption, .list-teaser-abstract__caption, .default-full-width-teaser__caption, .portfolio-card__caption, .card__content__body__subheadline {
  font-size: 0.9114583333rem;
  text-transform: uppercase;
}

.case-tile-teaser .case-tile-teaser__text--workshop, .client-projects__text, .case-list-teaser__text, .default-full-width-teaser__text {
  font-size: 1rem;
}

.static-tile-teaser__text, .case-tile-teaser .case-tile-teaser__text, .topic-teaser__text, .client-projects__intro-text {
  font-size: 1.2rem;
}

@media screen and (min-width: 48rem) {
  .wall-note__subheading, .static-tile-teaser__caption, .podcast-teaser__caption, .content-teaser__caption, .case-tile-teaser .case-tile-teaser__caption, .product-list-teaser__caption, .list-teaser-training__caption, .topic-teaser__caption, .list-teaser__caption, .list-teaser-podcast__caption, .case-list-teaser__caption, .list-teaser-abstract__caption, .default-full-width-teaser__caption, .portfolio-card__caption, .card__content__body__subheadline {
    font-size: 1rem;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .punch-in,
  .topic-header__punch-in,
  .image-header__title--punch-in,
  .default-full-width-teaser__punch-in {
    color: rgba(0, 65, 83, 0.3);
    background-position: center;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-background-clip: text;
    background-clip: text;
  }
}
.text-center {
  text-align: center;
}

.list-teaser-training, .list-teaser, .list-teaser-podcast, .podcast-channel-teaser, .list-teaser-event, .case-list-teaser, .list-teaser-abstract, .portfolio-card {
  min-height: 18.4884258895rem;
}

.list-teaser__footer, .list-teaser-event .list-teaser-event__footer, .portfolio-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.44rem;
}

.topic-header, .standard-header, .landing-page-header, .image-divider-center, .default-full-width-teaser, .highlight-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* stylelint-disable declaration-no-important */
.dark-background {
  overflow: hidden;
  background-color: #004153;
}

.bg-primary {
  background-color: #ff9c66;
}

.m-t-xxs {
  margin-top: 0.3348979767rem !important;
}

.m-t-xs {
  margin-top: 0.5787037037rem !important;
}

.m-t-sm {
  margin-top: 1rem !important;
}

.m-t-md {
  margin-top: 1.44rem !important;
}

.m-t-base {
  margin-top: 2.0736rem !important;
}

.m-t-lg {
  margin-top: 2.985984rem !important;
}

.m-t-xl {
  margin-top: 3.919104rem !important;
}

.m-t-xxl {
  margin-top: 7.4300837069rem !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-xxs {
  margin-bottom: 0.3348979767rem !important;
}

.m-b-xs {
  margin-bottom: 0.5787037037rem !important;
}

.m-b-sm {
  margin-bottom: 1rem !important;
}

.m-b-md {
  margin-bottom: 1.44rem !important;
}

.m-b-lg {
  margin-bottom: 2.985984rem !important;
}

.m-b-xl {
  margin-bottom: 3.919104rem !important;
}

.m-b-xxl {
  margin-bottom: 7.4300837069rem !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.text-align-center {
  text-align: center;
}

.sr-only,
.main-navigation .link-alt,
.skip-link:not(:focus) {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}

.is-hidden {
  display: none;
}

.bg-image-art-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-art-01-c3030cccb42f4ae2c3e3e8ef6ffacf8f.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-01-14bce6ea46b7aa4aefaec8a961d23e3b.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-02 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-02-a3490992ec9ef5f8796cbfcdd22319a6.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-03 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-03-7ac5befe374fad7a93e6b734e9241366.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-04 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-04-d3e0dd83ccca067890d30d6ce27e4f76.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-05 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-05-bd4689b49c252364c3a8c9b699193557.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-06 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-06-555113c3982a5f0d43a380c6da1945c5.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-07 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-07-f471cbbc8014bd9ee3a52f261642a9d5.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-08 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-08-50a87f948a2ecdf18aba127df7281f8e.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-09 {
  background-color: #80a0a9;
  background-image: url("/assets/bg-images/general/visual-culture-09-2628297ce31f09cf874af3f5f7a2f99d.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-10 {
  background-color: #80a0a9;
  background-image: url("/assets/bg-images/general/visual-culture-10-61d7bf906758f3f2883e50b0b4622c39.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-11 {
  background-color: #80a0a9;
  background-image: url("/assets/bg-images/general/visual-culture-11-3982460b556ab9396fba5c0bf08410de.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-12 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-culture-12-d9664ef13e391e04ee21fdcc1340f07c.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-13 {
  background-color: #80a0a9;
  background-image: url("/assets/bg-images/general/visual-culture-13-180aa035e2344c83517b71ca7e6aa327.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-14 {
  background-color: #80a0a9;
  background-image: url("/assets/bg-images/general/visual-culture-14-e09cb8edd2f1cb743a84e1b310f028ea.webp");
  background-blend-mode: multiply;
}

.bg-image-culture-15 {
  background-image: url("/assets/bg-images/general/visual-culture-15-be50441177b5b856c1f4caeda49d077d.webp");
}

.bg-image-culture-16 {
  background-image: url("/assets/bg-images/general/visual-culture-16-1675b723a8aae4ce2444fbcbb7507a7c.webp");
}

.bg-image-culture-17 {
  background-image: url("/assets/bg-images/general/visual-culture-17-fbf4e66d1497907223be4d19647a221f.webp");
}

.bg-image-staff-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-staff-01-5cd451c1229bd31ecba239e9cc906b12.webp");
  background-blend-mode: multiply;
}

.bg-image-podcast-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-podcast-49fe745181f58c022a3049b59c3a4ff6.webp");
  background-blend-mode: multiply;
}

.bg-image-podcast-02 {
  background-image: url("/assets/bg-images/general/visual-podcast-ctoneedtoknow-b85224819a702e83d9a309af220f1626.webp");
}

.bg-image-podcast-cover-01,
.podcast-teaser--ctoneedtoknow-1 {
  background-image: url("/assets/bg-images/podcast-episodes/ctoneedtoknow-cover-1-a027219878c1bf9fe862c847d2db63d5.webp");
}

.bg-image-podcast-cover-02,
.podcast-teaser--ctoneedtoknow-2 {
  background-image: url("/assets/bg-images/podcast-episodes/ctoneedtoknow-cover-2-391c601eb4f38494dd3ed121fed3e8d9.webp");
}

.bg-image-podcast-cover-03,
.podcast-teaser--ctoneedtoknow-3 {
  background-image: url("/assets/bg-images/podcast-episodes/ctoneedtoknow-cover-3-cfa13e6f598546a0ec69316ec9d9da8d.webp");
}

.bg-image-podcast-cover-04,
.podcast-teaser--ctoneedtoknow-4 {
  background-image: url("/assets/bg-images/podcast-episodes/ctoneedtoknow-cover-4-94a3fbe86c2fba2287e5fb327bd8800b.webp");
}

.bg-image-trainings-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-01-41992e1dea3608b4728c4179f5109623.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-02 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-02-e2542eaade5417edc5492f296f978e6d.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-03 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-03-8f101a526416c590aba6451c4954015d.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-04 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-04-ec2d98257fd4c36af226ad38309eaffd.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-05 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-05-389740355a64d9b9b1b6a5e78e594f7e.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-06 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-06-7f6b43b3dfb620817082f08599da626f.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-07 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-07-2b5c014ae6aee45d729baf0d7b8578e4.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-08 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-08-2fa66c1c4ed8edba0038c17e20fc02e3.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-09 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-09-928983c9130783cc33cb9e80f6749dd8.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-10 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-trainings-10-c906b7b1b65af2b5430eddac5508e44d.webp");
  background-blend-mode: multiply;
}

.bg-image-trainings-11 {
  background-image: url("/assets/bg-images/general/visual-trainings-11-97700f31e74a52627ed18ed8612d3276.webp");
}

.bg-image-workshop-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-01-0fb20df5a40a0ba4fc09b8163cf57b03.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-02 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-02-a8a5f7cb8fcbaf47c5ffcddf9e3400ff.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-03 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-03-6a41ec2d8f2d77600e9fadae23c9bcc0.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-04 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-04-61fa5468e8fe0b0ab3b054175f635291.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-05 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-05-2b7a2d19d6f83b8aacffb45d12e7f5b9.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-06 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-06-a4b49dc7fc508443c4a054a25ac22786.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-07 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-07-2d58ccda15fb9388e01c294eabb6efb6.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-08 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-08-edb05f2f50c7ffbe41d236fda5051c96.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-09 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-09-c73e73d3995d6b77aafc3a01de45bcea.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-10 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-10-c0b3a38cb6f825c77f9eb63aba58b24d.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-11 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-11-bff96cb32e136a7a33726f17fddbd319.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-12 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-12-5bc008199963434e13555514d7896556.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-13 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-13-5a02d275702e9986acb6dc2a6477c930.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-14 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-14-097f7b994572d6155144943ff20ec7d9.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-15 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-15-554fec18897950148e7eb035f7327a6a.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-16 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-16-82f3ebb9a4f42615fc31b26ffefefeaf.webp");
  background-blend-mode: multiply;
}

.bg-image-workshop-17 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/general/visual-workshop-17-458e8bc2705b4df61a927f3e269c247c.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-01 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-01-bb42b54a2a7c42b378b994332d627f86.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-02 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-02-b236fc3a730373aca651c7e82d88cdea.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-03 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-03-4be0f41f387b8db7420ccd0aefd59eda.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-04 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-04-fff40d67e63735baa3e9631eb1080406.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-05 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-05-5d8e86fa99bb7b9ede5a567cf932edf9.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-24 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-canyon-06-6cf97f7c01d1e5a25f3f520795ef4165.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-06 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-cloth-01-51b50aaedcd9cf00d22a4a9052be8238.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-07 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-cloth-02-195e871ac44f1fade2ae8fcef64a1ccc.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-08 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-cloth-03-b5838c0785d8615b4362cd6abe34415d.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-09 {
  background-color: #d8d8d8;
  background-image: url("/assets/bg-images/edition-02/edition02-cloth-04-981a6e555d8e9d98dd5cacf807bdd859.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-10 {
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-01-9cdd253a531797837d08611b386ed320.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-11 {
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-02-dfc84fed14d38d37b135088cb3a0d728.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-12 {
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-03-ef2abb42087f37a39517c3b2fdfbcbbb.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-13 {
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-04-f08e570a33f74f70b7e3783f43924f70.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-14 {
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-05-3290c8ad8b83c0526aa3f522b30e0905.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-15 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-data-06-d60f2af8f552a997900a8228d7710da9.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-16 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-01-b5c487cbdb2cb782a2b71c998b195571.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-17 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-02-8901c5a76f84cf58a6744bcb7e4fce9c.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-18 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-03-e0d012744b025f989311d5a38668edc8.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-19 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-04-c6959ec3bd0c884d0dd16b3e52037cad.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-20 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-05-2dab43cc6cf1cc109ee3ea3cb9381cbf.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-21 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-06-78bc87d4d037bfb43fec03ddb77d5762.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-22 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-07-b95546301781886c94138931509d1d37.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-23 {
  background-color: #979798;
  background-image: url("/assets/bg-images/edition-02/edition02-human-08-5f5d0c933025f6897c391ceab74cec0b.webp");
  background-blend-mode: multiply;
}

.bg-image-edition-25 {
  background-image: url("/assets/bg-images/edition-02/edition02-scissors-01-4f41310ff84d0ec342c74d8800e27498.webp");
}

.bg-image-edition-26 {
  background-image: url("/assets/bg-images/edition-02/edition02-concrete-01-cc2faf197cfbe3f8b7cec8d7e500e03f.webp");
}

.bg-image-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-image-demo h3 {
  color: #fff;
}

.box-shadow-primary-25-right-bottom,
.training-detail-page img,
.training-detail-page > img,
.story-detail-page img,
.story-detail-page > img,
.gradient-header__img,
.small-tile-teaser,
.info-note {
  -webkit-box-shadow: 10px 10px 0 #ffe6d9;
          box-shadow: 10px 10px 0 #ffe6d9;
}

.box-shadow-secondaryy-25-right-bottom,
.cta-section-long {
  -webkit-box-shadow: 10px 10px 0 #bfcfd4;
          box-shadow: 10px 10px 0 #bfcfd4;
}

.btn {
  z-index: 1;
  color: #004153;
  padding: 1.44rem 2.0736rem;
  font-size: 1.2rem;
  background-color: transparent;
  border: 3px solid #004153;
  border-radius: 0;
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff9c66;
  -webkit-transition: width 0.175s ease-in-out;
  transition: width 0.175s ease-in-out;
}
.btn:hover, .btn:focus {
  color: #004153;
}
.btn:hover::after, .btn:focus::after {
  width: 100%;
}
.btn--cta {
  color: #004153;
  background-color: #ff9c66;
  border-color: #ff9c66;
}
.btn--cta::after {
  z-index: -1;
  background-color: #004153;
}
.btn--cta:hover, .btn--cta:focus {
  color: #fff;
  border-color: #004153;
}
.btn--cta:hover::after, .btn--cta:focus::after {
  width: 100%;
}
.btn--cta--inverted:hover, .btn--cta--inverted:focus {
  color: #fff;
  border-color: #fff;
}
.btn--light {
  padding: 0.5787037037rem 0;
  background-color: transparent;
  border-width: 0 0 3px;
}
.btn--small {
  padding: 1rem 1.44rem;
  font-size: 1rem;
}
.btn--xsmall {
  padding: 0.5787037037rem 1rem;
  font-size: 1rem;
}
.btn--condensed {
  padding: 0.5787037037rem 1rem;
  font-size: 1rem;
}
.btn--large {
  padding: 1.44rem 2.985984rem;
  font-size: 1.44rem;
}
.btn--inverted {
  z-index: 1;
  color: #004153;
  color: #fff;
  border-color: #fff;
}
.btn--inverted::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff9c66;
  -webkit-transition: width 0.175s ease-in-out;
  transition: width 0.175s ease-in-out;
}
.btn--inverted:hover, .btn--inverted:focus {
  color: #004153;
}
.btn--inverted:hover::after, .btn--inverted:focus::after {
  width: 100%;
}
.btn + .btn {
  margin-left: 1rem;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5787037037rem;
  font-size: 1rem;
  color: #fff;
}
.alert--info {
  background-color: #68ddc3;
}
.alert--warn {
  color: #242424;
  background-color: #fff87a;
}
.alert--error {
  background-color: #ff4d67;
}

.alert-btn {
  color: inherit;
}

@media screen and (min-width: 48rem) {
  .alert {
    padding: 1rem;
  }
}
.checkbox.custom-form-control {
  padding-left: 1.915rem;
}
.checkbox > .form-control__input:checked ~ .form-label::before {
  background-color: #004153;
}
.checkbox > .form-control__input:focus ~ .form-label::before {
  border-color: #ff9c66;
}
.checkbox > .form-control__input:checked ~ .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox > .form-control__input:checked:disabled ~ .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23979798' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox > .form-control__input:disabled ~ .form-label::before {
  background-color: #f4f4f4;
  border-color: #d8d8d8;
}
.checkbox .form-label {
  margin-bottom: 0;
  text-align: left;
}
.checkbox .form-label::after, .checkbox .form-label::before {
  content: "";
  position: absolute;
  top: 0.475rem;
  left: 0;
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.checkbox .form-label::before {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.475rem;
  background-color: #fff;
  border: 2px solid #004153;
  border-radius: 2px;
}
.checkbox .form-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-control,
.custom-form-control {
  display: block;
  width: 100%;
  padding: 0.5787037037rem;
  font-size: 1rem;
  line-height: 1.52;
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}

.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #004153;
  border-radius: 0;
  outline: none;
  caret-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #979798;
}
.form-control::-moz-placeholder {
  color: #979798;
}
.form-control:-ms-input-placeholder {
  color: #979798;
}
.form-control::-ms-input-placeholder {
  color: #979798;
}
.form-control::placeholder {
  color: #979798;
}
.form-control:focus {
  color: #fff;
  background-color: #004153;
}
.form-control--invalid {
  border-color: #ff4d67;
}

.custom-form-control {
  position: relative;
  min-height: 1.52rem;
  -webkit-transition: background-color 0.175s ease-in-out, color 0.175s ease-in-out, border-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out, color 0.175s ease-in-out, border-color 0.175s ease-in-out;
}
.custom-form-control.form-control--invalid .form-label,
.custom-form-control.form-control--invalid .form-text, .form-group--invalid .custom-form-control .form-label,
.form-group--invalid .custom-form-control .form-text {
  color: #ff4d67;
}
.custom-form-control.form-control--invalid .form-label::before, .form-group--invalid .custom-form-control .form-label::before {
  border-color: #ff4d67;
}
.custom-form-control > .form-control__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-group > * + * {
  margin-top: 0.3348979767rem;
}
.form-group--invalid .form-label,
.form-group--invalid .form-text {
  color: #ff4d67;
}
.form-group--invalid .form-control {
  border-color: #ff4d67;
}

.form-label {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #004153;
}
.form-label--invalid {
  color: #ff4d67;
}
.form-label.form-label--disabled, .form-control__input:disabled ~ .form-label {
  cursor: not-allowed;
  color: #979798;
}

.form-text {
  display: block;
}

.fieldset {
  padding: 0;
  border: 0;
}

.legend {
  font-size: 1.728rem;
  color: #ff9c66;
}

.radio.custom-form-control {
  padding-left: 1.915rem;
}
.radio > .form-control__input:focus ~ .form-label::before {
  border-color: #ff9c66;
}
.radio > .form-control__input:checked ~ .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23004153'/%3E%3C/svg%3E");
}
.radio > .form-control__input:checked:disabled ~ .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23979798'/%3E%3C/svg%3E");
}
.radio > .form-control__input:focus ~ .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ff9c66'/%3E%3C/svg%3E");
}
.radio > .form-control__input:disabled ~ .form-label::before {
  background-color: #f4f4f4;
  border-color: #d8d8d8;
}
.radio .form-label {
  margin-bottom: 0;
}
.radio .form-label::after, .radio .form-label::before {
  content: "";
  position: absolute;
  top: 0.475rem;
  left: 0;
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.radio .form-label::before {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.475rem;
  background-color: #fff;
  border: 2px solid #004153;
  border-radius: 50%;
}
.radio .form-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% 75%;
}

audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.8333333333rem;
  line-height: 1.3;
}
audio-player label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
@media screen and (min-width: 48rem) {
  audio-player {
    font-size: 1rem;
  }
}

.avatar {
  display: inline-block;
}

.avatar__image {
  background-color: #f7f7f7;
  border-radius: 100%;
}
.avatar--xs .avatar__image {
  width: 2.48832rem;
  height: 2.48832rem;
}
.avatar--sm .avatar__image {
  width: 3.5831808rem;
  height: 3.5831808rem;
}
.avatar--md .avatar__image {
  width: 5.159780352rem;
  height: 5.159780352rem;
}
.avatar--base .avatar__image {
  width: 7.4300837069rem;
  height: 7.4300837069rem;
}
.avatar--xl .avatar__image {
  width: 14.042858206rem;
  height: 14.042858206rem;
}
.avatar--xxl .avatar__image {
  max-width: 22.1861110674rem;
  max-height: 22.1861110674rem;
}

.embed-responsive {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive--21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive--16by9::before {
  padding-top: 56.25%;
}

.embed-responsive--4by3::before {
  padding-top: 75%;
}

.embed-responsive--1by1::before {
  padding-top: 100%;
}

figure {
  margin: 0;
}
figure img,
figure video {
  width: 100%;
}

figcaption {
  margin-top: 0.5787037037rem;
  font-size: 0.8333333333rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  figcaption {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  width: 1.44rem;
  height: 1.44rem;
  background: #242424;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon--small {
  width: 1rem;
  height: 1rem;
}

.icon--medium {
  width: 2.985984rem;
  height: 2.985984rem;
}

.icon--big {
  width: 3.919104rem;
  height: 3.919104rem;
}

.icon--brand-primary {
  background: #ff9c66;
}

.icon--brand-secondary {
  background: #004153;
}

.icon--brand-white {
  background: #fff;
}

.icon--brand-gray {
  background: #242424;
}

.icon--brand-yellow {
  background: #fff019;
}

.icon-arrow-long-down {
  width: 0.75rem;
  height: 4.5rem;
  -webkit-mask-image: url("/assets/icons/arrow-long-down-8cd5e26e7c57e824c26947d45ab35e10.svg");
          mask-image: url("/assets/icons/arrow-long-down-8cd5e26e7c57e824c26947d45ab35e10.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.icon-arrow-long-right {
  width: 4.5rem;
  height: 0.75rem;
  -webkit-mask-image: url("/assets/icons/arrow-long-right-89781672bcc18f253b218a84c13c5d2b.svg");
          mask-image: url("/assets/icons/arrow-long-right-89781672bcc18f253b218a84c13c5d2b.svg");
}

.icon-arrow-medium-left {
  width: 2rem;
  height: 0.75rem;
  -webkit-mask-image: url("/assets/icons/arrow-medium-left-6435dcb3a819a9ce8e228a06ee25ea88.svg");
          mask-image: url("/assets/icons/arrow-medium-left-6435dcb3a819a9ce8e228a06ee25ea88.svg");
}

.icon-arrow-short-down {
  -webkit-mask-image: url("/assets/icons/arrow-short-down-f3999f3b97ce19a9a652d983b108d34e.svg");
          mask-image: url("/assets/icons/arrow-short-down-f3999f3b97ce19a9a652d983b108d34e.svg");
}

.icon-arrow-sync {
  -webkit-mask-image: url("/assets/icons/arrow-sync-422cad3083da090d6fa9d44730e8d8ff.svg");
          mask-image: url("/assets/icons/arrow-sync-422cad3083da090d6fa9d44730e8d8ff.svg");
}

.icon-arrow-drawn-upright {
  width: 9.375rem;
  height: 4rem;
  -webkit-mask-image: url("/assets/icons/arrow-drawn-upright-e4f9df72d5a4fd65b98eaf392aee6cd4.svg");
          mask-image: url("/assets/icons/arrow-drawn-upright-e4f9df72d5a4fd65b98eaf392aee6cd4.svg");
}

.icon-arrow-drawn-downright {
  width: 12.5rem;
  height: 7.125rem;
  -webkit-mask-image: url("/assets/icons/arrow-drawn-downright-1396856cedc260a441689675e407ba02.svg");
          mask-image: url("/assets/icons/arrow-drawn-downright-1396856cedc260a441689675e407ba02.svg");
}

.icon-arrow-drawn-downleft {
  width: 8.8125rem;
  height: 5.25rem;
  -webkit-mask-image: url("/assets/icons/arrow-drawn-downleft-56be00d6426d50690ed22f74d6472fd9.svg");
          mask-image: url("/assets/icons/arrow-drawn-downleft-56be00d6426d50690ed22f74d6472fd9.svg");
}

.icon-arrow-drawn-downleft-2 {
  width: 9.375rem;
  height: 6.375rem;
  -webkit-mask-image: url("/assets/icons/arrow-drawn-downleft-alternative-4c895a2a7d09435a73b3f2b87f2c703f.svg");
          mask-image: url("/assets/icons/arrow-drawn-downleft-alternative-4c895a2a7d09435a73b3f2b87f2c703f.svg");
}

.icon-arrow-drawn-downright-2 {
  width: 7.1875rem;
  height: 5.625rem;
  -webkit-mask-image: url("/assets/icons/arrow-drawn-downright-alternative-7e2cf645e830c2dbd68a69b9774b6736.svg");
          mask-image: url("/assets/icons/arrow-drawn-downright-alternative-7e2cf645e830c2dbd68a69b9774b6736.svg");
}

.icon-chevron-down {
  -webkit-mask-image: url("/assets/icons/chevron-down-50518cefc21b1f78ae6a0a4cfc7439be.svg");
          mask-image: url("/assets/icons/chevron-down-50518cefc21b1f78ae6a0a4cfc7439be.svg");
}

.icon-chevron-up {
  -webkit-mask-image: url("/assets/icons/chevron-up-00edeee9ffc150b65d7f9936d39cfe1b.svg");
          mask-image: url("/assets/icons/chevron-up-00edeee9ffc150b65d7f9936d39cfe1b.svg");
}

.icon-chevron-down-filled {
  -webkit-mask-image: url("/assets/icons/chevron-down-filled-bd9df95a8b33f09635728ebe98caa257.svg");
          mask-image: url("/assets/icons/chevron-down-filled-bd9df95a8b33f09635728ebe98caa257.svg");
}

.icon-bookshelf {
  -webkit-mask-image: url("/assets/icons/bookshelf-2e2021fcad006c30e748a2d7bd7ed851.svg");
          mask-image: url("/assets/icons/bookshelf-2e2021fcad006c30e748a2d7bd7ed851.svg");
}

.icon-certificate {
  -webkit-mask-image: url("/assets/icons/certificate-dd713aefaa903345fba06e5220092811.svg");
          mask-image: url("/assets/icons/certificate-dd713aefaa903345fba06e5220092811.svg");
}

.icon-close {
  -webkit-mask-image: url("/assets/icons/close-4b8040ea6361a8b1b97135c3e78c4d4e.svg");
          mask-image: url("/assets/icons/close-4b8040ea6361a8b1b97135c3e78c4d4e.svg");
}

.icon-email {
  -webkit-mask-image: url("/assets/icons/email-0b1465b247b7e725c7bd9df8ae72ce50.svg");
          mask-image: url("/assets/icons/email-0b1465b247b7e725c7bd9df8ae72ce50.svg");
}

.icon-feedback {
  -webkit-mask-image: url("/assets/icons/feedback-f719ec5e39d3dcd36b1cdd68d3fb1348.svg");
          mask-image: url("/assets/icons/feedback-f719ec5e39d3dcd36b1cdd68d3fb1348.svg");
}

.icon-flame {
  -webkit-mask-image: url("/assets/icons/flame-c0a7e637803214cd81b4784bb3654361.svg");
          mask-image: url("/assets/icons/flame-c0a7e637803214cd81b4784bb3654361.svg");
}

.icon-globe {
  -webkit-mask-image: url("/assets/icons/globe-5969ccbe2e3151e21ff833a566d36d68.svg");
          mask-image: url("/assets/icons/globe-5969ccbe2e3151e21ff833a566d36d68.svg");
}

.icon-group-idea {
  -webkit-mask-image: url("/assets/icons/group-idea-d0e0105aa6bcb5c9f1e5631e23ad2e20.svg");
          mask-image: url("/assets/icons/group-idea-d0e0105aa6bcb5c9f1e5631e23ad2e20.svg");
}

.icon-info {
  -webkit-mask-image: url("/assets/icons/info-bubble-6d8bb3c9ce3fea1ed8a4ce1837e60345.svg");
          mask-image: url("/assets/icons/info-bubble-6d8bb3c9ce3fea1ed8a4ce1837e60345.svg");
}

.icon-interactive {
  -webkit-mask-image: url("/assets/icons/interactive-737709f6f97eee208af08d6cad09e140.svg");
          mask-image: url("/assets/icons/interactive-737709f6f97eee208af08d6cad09e140.svg");
}

.icon-learning {
  -webkit-mask-image: url("/assets/icons/learning-ac7ae4f4f9602d4d5a167fa87acfeb4b.svg");
          mask-image: url("/assets/icons/learning-ac7ae4f4f9602d4d5a167fa87acfeb4b.svg");
}

.icon-location {
  -webkit-mask-image: url("/assets/icons/pin-c97b47b0e42b50927c4c5469fb5b8c44.svg");
          mask-image: url("/assets/icons/pin-c97b47b0e42b50927c4c5469fb5b8c44.svg");
}

.icon-rooms {
  -webkit-mask-image: url("/assets/icons/rooms-dbc6cb77bfcade75af916179c1e44e96.svg");
          mask-image: url("/assets/icons/rooms-dbc6cb77bfcade75af916179c1e44e96.svg");
}

.icon-search {
  -webkit-mask-image: url("/assets/icons/search-a16792dd16af740f915d13984f106f42.svg");
          mask-image: url("/assets/icons/search-a16792dd16af740f915d13984f106f42.svg");
}

.icon-support {
  -webkit-mask-image: url("/assets/icons/support-12ca6dcf2eb98c670f2ca1602a44b45b.svg");
          mask-image: url("/assets/icons/support-12ca6dcf2eb98c670f2ca1602a44b45b.svg");
}

.icon-trainer {
  -webkit-mask-image: url("/assets/icons/trainer-f1a9cb2e406095d40d5d0dfc795579c4.svg");
          mask-image: url("/assets/icons/trainer-f1a9cb2e406095d40d5d0dfc795579c4.svg");
}

.icon-virtual {
  -webkit-mask-image: url("/assets/icons/virtual-a771935f886c8d6d67d1b70b475afa33.svg");
          mask-image: url("/assets/icons/virtual-a771935f886c8d6d67d1b70b475afa33.svg");
}

.icon-minus {
  width: 1rem;
  height: 0.5rem;
  -webkit-mask-image: url("/assets/icons/minus-b86780d75c95d15c2d8ba4cd4b11fc31.svg");
          mask-image: url("/assets/icons/minus-b86780d75c95d15c2d8ba4cd4b11fc31.svg");
}

.icon-plus {
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("/assets/icons/plus-d67637d9a555aef240e0fbf217bbdfee.svg");
          mask-image: url("/assets/icons/plus-d67637d9a555aef240e0fbf217bbdfee.svg");
}

.icon-text {
  -webkit-mask-image: url("/assets/icons/text-45725133adb469e8ad3192c791f5e505.svg");
          mask-image: url("/assets/icons/text-45725133adb469e8ad3192c791f5e505.svg");
}

.icon-apple-itunes {
  -webkit-mask-image: url("/assets/icons/apple-itunes-c1ac4ae641b3fc09e4d0fe87d736d285.svg");
          mask-image: url("/assets/icons/apple-itunes-c1ac4ae641b3fc09e4d0fe87d736d285.svg");
}

.icon-bluesky {
  -webkit-mask-image: url("/assets/icons/bluesky-98cb9a5d8d1e6924ebeea50ced2411bf.svg");
          mask-image: url("/assets/icons/bluesky-98cb9a5d8d1e6924ebeea50ced2411bf.svg");
}

.icon-facebook {
  -webkit-mask-image: url("/assets/icons/facebook-3dac249ed17befc4fc9fe1417c564a38.svg");
          mask-image: url("/assets/icons/facebook-3dac249ed17befc4fc9fe1417c564a38.svg");
}

.icon-leanpub {
  -webkit-mask-image: url("/assets/icons/leanpub-2e3732a343633dc2f756b4db25849f45.svg");
          mask-image: url("/assets/icons/leanpub-2e3732a343633dc2f756b4db25849f45.svg");
}

.icon-github {
  -webkit-mask-image: url("/assets/icons/github-30789ac76fb5b1666c3ac6d5a81d436c.svg");
          mask-image: url("/assets/icons/github-30789ac76fb5b1666c3ac6d5a81d436c.svg");
}

.icon-linkedin {
  -webkit-mask-image: url("/assets/icons/linkedin-02bf11a657feb1340f87243b6ed517b5.svg");
          mask-image: url("/assets/icons/linkedin-02bf11a657feb1340f87243b6ed517b5.svg");
}

.icon-mastodon {
  -webkit-mask-image: url("/assets/icons/mastodon-3fefe7b14e340069150646a5d165073e.svg");
          mask-image: url("/assets/icons/mastodon-3fefe7b14e340069150646a5d165073e.svg");
}

.icon-rss {
  -webkit-mask-image: url("/assets/icons/rss-boxed-25bba786f8909a2a845146d3de98827e.svg");
          mask-image: url("/assets/icons/rss-boxed-25bba786f8909a2a845146d3de98827e.svg");
}

.icon-rss-1 {
  -webkit-mask-image: url("/assets/icons/rss-b6eb33a45e99ff59646fe31bbe34f773.svg");
          mask-image: url("/assets/icons/rss-b6eb33a45e99ff59646fe31bbe34f773.svg");
}

.icon-speakerdeck {
  -webkit-mask-image: url("/assets/icons/speakerdeck-5c48006470604ab0ee6be5c49f1cf08c.svg");
          mask-image: url("/assets/icons/speakerdeck-5c48006470604ab0ee6be5c49f1cf08c.svg");
}

.icon-spotify {
  -webkit-mask-image: url("/assets/icons/spotify-210d6805002128939a076a971dcf6d86.svg");
          mask-image: url("/assets/icons/spotify-210d6805002128939a076a971dcf6d86.svg");
}

.icon-twitter {
  -webkit-mask-image: url("/assets/icons/twitter-x-0874d24f4ef119e1ed122d2a7e0d0576.svg");
          mask-image: url("/assets/icons/twitter-x-0874d24f4ef119e1ed122d2a7e0d0576.svg");
}

.icon-xing {
  -webkit-mask-image: url("/assets/icons/xing-b66bcf32454a9415d5bde03b80edbcd4.svg");
          mask-image: url("/assets/icons/xing-b66bcf32454a9415d5bde03b80edbcd4.svg");
}

.icon-youtube {
  -webkit-mask-image: url("/assets/icons/youtube-81204faa11474afe4bc14f5283e1117e.svg");
          mask-image: url("/assets/icons/youtube-81204faa11474afe4bc14f5283e1117e.svg");
}

img {
  width: 100%;
}

.collapse-toggler {
  cursor: pointer;
}
.collapse-toggler .collapse-toggler__flop {
  display: none;
}
.collapse-toggler.collapsed .collapse-toggler__flip {
  display: none;
}
.collapse-toggler.collapsed .collapse-toggler__flop {
  display: inline;
}

code {
  display: inline-block;
  padding: 2px 0.3348979767rem;
  font-size: 0.8333333333rem;
  background-color: #f7f7f7;
}

mark {
  display: inline-block;
  background-color: rgba(255, 156, 102, 0.8);
}

pre > code {
  overflow: auto;
  display: block;
  padding: 0.5787037037rem;
  font-size: 0.8333333333rem;
  line-height: 1.52;
  background-color: #f7f7f7;
}

pre {
  margin: 0;
}

figure > div > pre {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
figure > div > pre code {
  margin-bottom: 0.3348979767rem;
}

.date {
  font-size: 1rem;
}

.footnote {
  line-height: 1;
  color: #ff9c66;
}

.footnotes__list {
  counter-reset: number;
}
.footnotes__list > * + * {
  margin-top: 1.44rem;
}
.footnotes__list li,
.footnotes__list li > p {
  font-size: 0.8333333333rem;
  line-height: 1.52;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.footnotes__list li > * + *,
.footnotes__list li > p > * + * {
  margin-top: 1rem;
}
.footnotes__list li {
  position: relative;
  padding-left: 1rem;
}
.footnotes__list li::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  color: #004153;
  text-align: right;
}
.footnotes__list li a {
  color: #ff9c66;
  word-break: break-all;
}

.tooltip {
  max-width: 90%;
  padding: 2.985984rem 1.44rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 20px 1px #646465;
          box-shadow: 1px 0 20px 1px #646465;
}
.tooltip p {
  margin: 0;
  font-size: 0.8333333333rem;
}

@media screen and (min-width: 48rem) {
  .footnotes__list li,
  .footnotes__list li > p {
    font-size: 1rem;
  }
  .tooltip {
    max-width: 40%;
  }
  .tooltip p {
    font-size: 1rem;
  }
}
.newsletter-optin__title, .wall-note__heading, .project-index__title, .section-heading--primary,
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.0736rem;
  line-height: 1.2;
  color: #004153;
}

.topic-teaser__header, .list-teaser-podcast__headline, .highlight-card__title, .section-heading--secondary, .teaser-section-heading,
h2 {
  margin-top: 0;
  font-size: 1.728rem;
  line-height: 1.2;
  color: #004153;
}

.staff-header__profile__person__name, .podcast-teaser__headline, .content-teaser__header, .list-teaser__headline, .list-teaser-event__headline, .search-result__title, .card__content__body__headline,
h3 {
  margin-top: 0;
  font-size: 1.44rem;
  line-height: 1.2;
  color: #004153;
}

.search-result__subtitle,
h4 {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #004153;
}

.newsletter-optin__subtitle, .list-teaser-event__headline--secondary, .card__content__footer .card__content__footer__heading,
h5 {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}

h6 {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.teaser-section-heading {
  -ms-hyphens: manual;
      hyphens: manual;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 4px solid #004153;
}

.section-heading--primary {
  color: #004153;
  text-align: center;
}

.section-heading--secondary {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.section-heading--inverted {
  color: #fff;
}

@media screen and (min-width: 48rem) {
  .newsletter-optin__title, .wall-note__heading, .project-index__title, .section-heading--primary,
  h1 {
    font-size: 2.985984rem;
  }
  .topic-teaser__header, .list-teaser-podcast__headline, .highlight-card__title, .teaser-section-heading, .section-heading--secondary,
  h2 {
    font-size: 2.0736rem;
  }
  .staff-header__profile__person__name, .podcast-teaser__headline, .content-teaser__header, .list-teaser__headline, .list-teaser-event__headline, .search-result__title, .card__content__body__headline,
  h3 {
    font-size: 1.728rem;
  }
  .search-result__subtitle,
  h4 {
    font-size: 1.44rem;
  }
  .newsletter-optin__subtitle, .list-teaser-event__headline--secondary, .card__content__footer .card__content__footer__heading,
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.2rem;
  }
  .teaser-section-heading {
    font-size: 2.0736rem;
  }
}
a:not([class]) {
  color: #242424;
  text-decoration: none;
  border-bottom: 1px solid #242424;
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}
a:not([class]):focus, a:not([class]):hover {
  background-color: rgba(255, 156, 102, 0.8);
  outline: none;
}
a:not([class])[href=mailto] {
  -ms-hyphens: none;
      hyphens: none;
}

.link--muted {
  font-size: 0.9114583333rem;
  color: #d8d8d8;
}

.link-teaser {
  padding-bottom: 2px;
  font-size: 0.9114583333rem;
  color: #004153;
  border-bottom: 3px solid #ff9c66;
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}
.link-teaser.inverted-text-color {
  color: #fff;
  border-bottom: 3px solid #004153;
}
.link-teaser.inverted-interaction-color {
  color: #fff;
  border-bottom: 3px solid #ff9c66;
}

a.link-teaser:focus, a.link-teaser:hover {
  background-color: rgba(255, 156, 102, 0.8);
}

a.link-teaser.inverted-text-color:focus, a.link-teaser.inverted-text-color:hover {
  background-color: #004153;
}

a.link-teaser.inverted-interaction-color:focus, a.link-teaser.inverted-interaction-color:hover {
  background-color: rgba(255, 156, 102, 0.8);
}

p {
  font-size: 1rem;
  line-height: 1.52;
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
p.lead {
  font-size: 1.2rem;
  line-height: 1.52;
}
p.display {
  text-transform: uppercase;
}
p.small {
  font-size: 0.8333333333rem;
}

@media screen and (min-width: 48rem) {
  p {
    font-size: 1.2rem;
  }
  p.lead {
    font-size: 1.44rem;
  }
}
pull-quote {
  display: block;
}
pull-quote > blockquote,
pull-quote .pullquote {
  padding: 1rem;
  border: 1px solid #ff9c66;
  border-width: 1px 0;
}
pull-quote > blockquote,
pull-quote > blockquote > p,
pull-quote .pullquote,
pull-quote .pullquote > p {
  font-size: 1.2rem;
  line-height: 1.52;
  color: #004153;
  text-align: center;
}
@media screen and (max-width: 36rem) {
  pull-quote > blockquote,
  pull-quote .pullquote {
    margin-right: 0;
    margin-left: 0;
  }
}

blockquote:not([class]),
.blockquote {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
blockquote:not([class]),
blockquote:not([class]) > p,
.blockquote,
.blockquote > p {
  font-size: 1.2rem;
  line-height: 1.52;
}
@media screen and (min-width: 48rem) {
  blockquote:not([class])::before,
  .blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.0736rem;
    display: block;
    width: 10px;
    background-color: #004153;
  }
}

.loader {
  position: relative;
  width: 80px;
  margin: 100px auto;
}

.duo {
  position: absolute;
  width: 50px;
  height: 20px;
  background: none;
}

.duo,
.dot {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.duo1 {
  left: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
}
.duo1 .dot-a {
  opacity: 0;
  -webkit-animation-name: on-off;
          animation-name: on-off;
  animation-direction: reverse;
}

.duo2 {
  left: 30px;
  -webkit-animation-name: spin;
          animation-name: spin;
  animation-direction: reverse;
}
.duo2 .dot-b {
  -webkit-animation-name: on-off;
          animation-name: on-off;
}

.dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #004153;
  border-radius: 10px;
}

.dot-a {
  left: 0;
}

.dot-b {
  right: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes on-off {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes on-off {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
hr {
  height: 3px;
  background-color: #ff9c66;
  border: 0;
}

.kununu-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20rem;
  height: auto;
  margin: 0 auto;
}
.kununu-link img {
  width: 50%;
}

.zigzag,
.superquote__zigzag,
.longquote__zigzag {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  background: #fff;
}
.zigzag::after, .zigzag::before,
.superquote__zigzag::after,
.longquote__zigzag::after,
.superquote__zigzag::before,
.longquote__zigzag::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.zigzag::before,
.superquote__zigzag::before,
.longquote__zigzag::before {
  top: 130%;
  height: 6px;
  background: linear-gradient(-135deg, #004153 5px, transparent 0) 0 5px, linear-gradient(135deg, #004153 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.zigzag::after,
.superquote__zigzag::after,
.longquote__zigzag::after {
  top: 100%;
  height: 10px;
  background: linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}

clickable-area {
  display: block;
}

.duration {
  font-size: 1.2rem;
}

.label {
  display: inline-block;
  padding: 0.3348979767rem;
  font-size: 0.9114583333rem;
}
.label.talk {
  color: #004153;
  text-transform: uppercase;
  background-color: #ff9c66;
  border-left: 6px solid #004153;
}
.label.training {
  color: #ff9c66;
  text-transform: uppercase;
  background-color: #004153;
  border-left: 6px solid #ff9c66;
}
.label.slides {
  color: #242424;
  background-color: #55cdaf;
}

.label-big {
  display: inline-block;
  padding: 0.5787037037rem;
  font-size: 1rem;
}
.label-big.hint {
  color: #ff9c66;
  text-transform: uppercase;
  border: 4px solid #ff9c66;
}
.label-big.badge, .label-big.badge--inverted {
  color: #004153;
  text-transform: uppercase;
  background-color: #ff9c66;
}
.label-big.badge--inverted {
  color: #ff9c66;
  background-color: #004153;
}

@media screen and (min-width: 48rem) {
  .label {
    margin-right: 0.3348979767rem;
  }
}
.checklist {
  margin-left: 1.2rem;
}
.checklist li {
  padding-left: 0.3348979767rem;
  list-style-type: "✓";
}
.checklist li::marker {
  font-size: 1.5rem;
  color: #ff9c66;
}

dl:not([class]) > * + *,
dl > * + * {
  margin-top: 0.5787037037rem;
}

dl:not([class]) dt,
dl dt {
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}
dl:not([class]) dd,
dl dd {
  margin-left: 1.44rem;
  font-size: 1rem;
  line-height: 1.52;
}

.date-location-section dd, .simple-definition-list dd {
  text-transform: uppercase;
}
.date-location-section dd, .simple-definition-list dd,
.date-location-section dt,
.simple-definition-list dt {
  margin-left: 0;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) > * + * {
  margin-top: 0.3348979767rem;
}
ol:not([class]) > li {
  counter-increment: number;
}
ol:not([class]) > li::before {
  content: counter(number);
  padding-right: 0.3348979767rem;
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}
@media screen and (min-width: 48rem) {
  ol:not([class]) > li::before {
    font-size: 1.2rem;
  }
}
ol:not([class]) > li ul {
  margin-left: 2.0736rem;
}
ol:not([class]) > li ol {
  margin-left: 1.44rem;
}

.tuple-list > * + * {
  margin-top: 1rem;
}

.tuple-list__label {
  display: block;
  font-size: 0.9114583333rem;
  color: #004153;
  text-transform: uppercase;
}

.tuple-list__value {
  display: block;
  font-size: 0.9114583333rem;
  line-height: 1.52;
}

@media screen and (min-width: 48rem) {
  .tuple-list > * + * {
    margin-top: 0.3348979767rem;
  }
  .tuple-list__entry {
    display: grid;
    grid-template-areas: "label value";
    grid-template-columns: 8rem auto;
    /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
    grid-template-rows: auto;
  }
  .tuple-list__label {
    grid-area: label;
  }
  .tuple-list__value {
    grid-area: value;
  }
}
ul:not([class], [role=list]),
.bold-list {
  margin-left: 0.5787037037rem;
}
ul:not([class], [role=list]) > * + *,
.bold-list > * + * {
  margin-top: 0.3348979767rem;
}
ul:not([class], [role=list]) > li,
.bold-list > li {
  padding-left: 0.3348979767rem;
  list-style-type: "●";
}
ul:not([class], [role=list]) > li::marker,
.bold-list > li::marker {
  font-size: 1.2rem;
  color: #ff9c66;
}
ul:not([class], [role=list]) > li li::marker,
.bold-list > li li::marker {
  font-size: 1.2rem;
  color: #004153;
}
ul:not([class], [role=list]) > li ul,
.bold-list > li ul {
  margin-left: 1rem;
}
ul:not([class], [role=list]) > li ol,
.bold-list > li ol {
  margin-left: 0.3348979767rem;
}

.bold-list > li {
  list-style-type: "•";
}
.bold-list > li::marker {
  font-size: 1.728rem;
  color: #ff9c66;
}

.bulletfree-list {
  color: #004153;
  list-style-type: none;
}
.bulletfree-list--inverted {
  color: #ff9c66;
}
.bulletfree-list--center {
  -ms-flex-item-align: center;
      align-self: center;
}
.bulletfree-list > li {
  margin-top: 0.5787037037rem;
}

.table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 3px solid #004153;
}
.table caption {
  caption-side: bottom;
  margin-top: 0.3348979767rem;
  font-size: 0.9114583333rem;
}
.table thead,
.table tfoot {
  font-size: 1rem;
  line-height: 1.2;
  color: #ff9c66;
  background-color: #004153;
}
.table thead th,
.table tfoot th {
  padding: 1rem 0.5787037037rem;
  text-align: left;
}
.table tbody tr {
  border-bottom: 1px solid #646465;
}
.table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table td {
  padding: 0.5787037037rem;
  font-size: 0.9114583333rem;
  line-height: 1.52;
  vertical-align: top;
}

@media screen and (max-width: 36rem) {
  .table {
    overflow-x: auto;
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag-list__item {
  margin: 0.3348979767rem;
}

.tag-list__link {
  display: inline-block;
  padding: 0.5787037037rem 1rem;
  font-size: 1rem;
  color: #ff9c66;
  text-decoration: none;
  background: #004153;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.tag-list__link:hover {
  color: #004153;
  background-color: #ff9c66;
}

.author-bio {
  position: relative;
  color: #004153;
}

.author-bio__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-bio__image.avatar--xs, .author-bio__image.avatar--sm {
  margin-right: 1rem;
}
.author-bio__image.avatar--md {
  margin-right: 1.44rem;
}

.author-bio__head {
  text-align: center;
}

.author-bio__name {
  display: block;
  font-size: 1rem;
  line-height: 1.52;
  text-transform: uppercase;
}

.author-bio__info {
  font-size: 1rem;
  line-height: 1.52;
}

.author-bio__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d8d8d8;
}

.author-bio__social-profile .icon:hover,
.author-bio__social-profile .icon:focus {
  background: #ff9c66;
}
.author-bio__social-profile + .author-bio__social-profile {
  margin-left: 1rem;
}

.author-bio__text {
  margin-top: 2.0736rem;
}
.author-bio__text > * {
  font-size: 1rem;
  line-height: 1.52;
  -ms-hyphens: none;
      hyphens: none;
}
.author-bio__text > * a {
  color: #004153;
}

.author-bio--long {
  margin-top: 3.5831808rem;
  padding: 2.0736rem;
  padding-top: 4.5831808rem;
  background-color: #f7f7f7;
}
.author-bio--long .author-bio__image {
  position: absolute;
  top: -3.5831808rem;
  left: calc(50% - 7.4300837069rem / 2);
  margin-right: 0;
}

.author-bio--short {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.author-bio--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-bio--large .avatar__image {
  background-color: #ff9c66;
}
.author-bio--large .author-bio__text {
  text-align: center;
}
.author-bio--large .author-bio__name {
  font-size: 1.44rem;
}
.author-bio--large .author-bio__info {
  font-size: 1.44rem;
}
.author-bio--large .author-bio__expertise {
  margin-top: 1.44rem;
  font-size: 1.44rem;
}

.author-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__header {
  position: relative;
}

.card__header__image {
  max-width: 100%;
}

.card__header__tags {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.44rem;
}

.card__header__tag {
  padding: 0.3348979767rem;
  font-size: 0.9114583333rem;
  color: #004153;
  text-transform: uppercase;
  background-color: #ff9c66;
}
.card__header__tag + .card__header__tag {
  margin-top: 0.5787037037rem;
}

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card__content__body {
  padding: 1rem;
  background-color: #004153;
}

.card__content__body__subheadline {
  line-height: 1.52;
  color: #fff;
}

.card__content__body__headline {
  margin-top: 0.3348979767rem;
  color: #ff9c66;
}

.card__content__body__text {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #fff;
}

.card__content__footer {
  padding: 1rem;
  background-color: #ff9c66;
}
.card__content__footer > * + * {
  margin-top: 1.44rem;
}
.card__content__footer .card__content__footer__heading {
  color: #004153;
  text-transform: uppercase;
}
.card__content__footer .standalone {
  color: #fff;
}
.card__content__footer .checklist {
  color: #fff;
}
.card__content__footer .checklist li::marker {
  color: #004153;
}
.card__content__footer .card__content__footer__link {
  display: inline-block;
}

@media screen and (min-width: 36rem) {
  .card__content__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.0736rem;
  }
  .card__content__footer > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 48rem) {
  .card__content {
    -webkit-transform: translateY(-7.4300837069rem);
            transform: translateY(-7.4300837069rem);
    margin: 0 2.0736rem -7.4300837069rem 2.0736rem;
  }
  .card__content__body,
  .card__content__footer {
    height: 22rem;
  }
  .card__content__footer__link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    justify-self: baseline;
  }
}
.highlight-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 70vh;
  padding: 2.985984rem 1.44rem;
  border: 1rem solid #ff9c66;
}

.highlight-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  padding: 2.985984rem 1.44rem;
  text-align: center;
  background-color: #fff;
}

.highlight-card__title {
  color: #004153;
}

.highlight-card__text {
  margin-top: 1.44rem;
  font-size: 1.2rem;
  color: #004153;
}

.highlight-card__link {
  margin-top: 2.985984rem;
}

@media screen and (min-width: 48rem) {
  .highlight-card {
    min-height: 80vh;
    padding: 3.919104rem;
  }
  .highlight-card__content {
    padding: 3.919104rem 2.985984rem;
  }
  .highlight-card__text {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 75rem) {
  .highlight-card__content {
    max-width: 900px;
  }
}
.conclusion {
  padding: 2.985984rem 2.0736rem;
  background: #004153;
  border-top: 1.575rem solid #ff9c66;
  border-bottom: 1.575rem solid #ff9c66;
}

.conclusion-wrapper .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.conclusion-headline {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 2.985984rem;
  color: #ff9c66;
}

.conclusion-subheadline {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.728rem;
  color: #ff9c66;
}

.conclusion-text > * + * {
  margin-top: 1.44rem;
}
.conclusion-text > * {
  color: #fff;
}
.conclusion-text a:not([class]) {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.conclusion-text a:not([class]):hover {
  color: #004153;
  border-bottom: 1px solid #004153;
}
.conclusion-text ul {
  margin-left: 1rem;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.conclusion-text ul > li {
  padding-left: 0.5787037037rem;
}
.conclusion-text ul > li,
.conclusion-text ul > li p {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.conclusion-text ul > li li::marker,
.conclusion-text ul > li p li::marker {
  color: #ff9c66;
}
.conclusion-text code {
  background-color: #004153;
}

@media screen and (min-width: 48rem) {
  .conclusion {
    padding: 7.4300837069rem 0;
  }
}
@media screen and (min-width: 75rem) {
  .conclusion {
    border: 1.575rem solid #ff9c66;
  }
  .conclusion-headline {
    font-size: 4.29981696rem;
  }
  .conclusion-subheadline {
    font-size: 2.0736rem;
  }
}
.contact-person .author-bio--large {
  color: #004153;
}

.contact-person--inverted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
}
.contact-person--inverted * {
  color: #fff;
}

.contact-person__wrapper {
  display: grid;
  grid-gap: 2.0736rem;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  width: 100%;
}

.contact-person__subheading {
  margin-bottom: 2.985984rem;
  font-size: 1.44rem;
  line-height: 1.2;
  text-align: center;
}

.content-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  white-space: nowrap;
}

.content-separator__date,
.content-separator__duration {
  display: inline-block;
  padding-right: 0.5787037037rem;
  padding-left: 0.5787037037rem;
  line-height: 1;
  color: #004153;
  background-color: #fff;
}

.content-separator__separator {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 1rem;
  height: 2px;
  margin: 1rem 0;
  background-color: #004153;
  border: 0;
}

.content-seperator--inverted .content-separator__date,
.content-seperator--inverted .content-separator__duration {
  color: #fff;
  background-color: #004153;
}
.content-seperator--inverted .content-separator__separator {
  background-color: #fff;
}

@media screen and (min-width: 48rem) {
  .content-separator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 1px;
    min-height: 1rem;
    -webkit-box-shadow: #fff 0 0.5rem 0 0 inset, #004153 0 calc(0.5rem + 1px) 0 0 inset;
            box-shadow: #fff 0 0.5rem 0 0 inset, #004153 0 calc(0.5rem + 1px) 0 0 inset;
  }
  .content-seperator--inverted {
    -webkit-box-shadow: #004153 0 0.5rem 0 0 inset, #fff 0 calc(0.5rem + 1px) 0 0 inset;
            box-shadow: #004153 0 0.5rem 0 0 inset, #fff 0 calc(0.5rem + 1px) 0 0 inset;
  }
  .content-separator__separator {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0;
  }
}
.cta-section {
  margin: 2.985984rem 0;
  text-align: center;
}
.cta-section > * + * {
  margin-top: 1.44rem;
}

.cta-section--dark-bg {
  padding: 2.985984rem;
  background-color: #004153;
}
.cta-section--dark-bg > h2,
.cta-section--dark-bg p {
  color: #fff;
}

.cta-section-long {
  position: relative;
  width: 100%;
  margin-top: 7.4300837069rem;
  padding: 8.4300837069rem 2.0736rem 2.0736rem 2.0736rem;
  color: #004153;
  background-color: #ffcdb2;
}
.cta-section-long .cta-section-long__image {
  position: absolute;
  top: -7.4300837069rem;
  left: calc(50% - 14.042858206rem / 2);
  margin-right: 0;
}

.cta-section-long__head {
  text-align: center;
}

.cta-section-long__name {
  display: block;
  font-size: 1rem;
  line-height: 1.52;
  text-transform: uppercase;
}

.cta-section-long__info {
  font-size: 1rem;
  line-height: 1.52;
}

.cta-section-long-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.0736rem;
}
.cta-section-long-body > * + * {
  margin-top: 1rem;
}

.cta-section-long__headline {
  font-size: 1.728rem;
  color: #004153;
}

.date-location-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.detail-item__image {
  z-index: 2;
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 0 auto 1rem;
  margin-bottom: -7.4300837069rem;
  border: 3px solid #fff;
}

.detail-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 1.44rem 1rem;
  color: #fff;
  background-color: #ff9c66;
}

.detail-item__body {
  padding: 7.838208rem 1.44rem 1.44rem;
}

.detail-item__title {
  color: #004153;
}

.detail-item__caption > * + * {
  margin-top: 1.44rem;
}
.detail-item__caption > * {
  color: #004153;
}
.detail-item__caption a:not([class]) {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.detail-item__caption a:not([class]):hover {
  color: #004153;
  border-bottom: 1px solid #004153;
}
.detail-item__caption ul {
  margin-left: 1rem;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.detail-item__caption ul > li {
  padding-left: 0.5787037037rem;
}
.detail-item__caption ul li::marker {
  color: #004153;
}
.detail-item__caption ul > li,
.detail-item__caption ul > li p {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.detail-item__caption ul > li li::marker,
.detail-item__caption ul > li p li::marker {
  color: #004153;
}
.detail-item__caption code {
  background-color: #004153;
}

.detail-item__author {
  margin-top: 2.985984rem;
  padding-left: 0;
  font-size: 1rem;
  color: #004153;
}
.detail-item__author > li {
  margin-bottom: 0.3348979767rem;
}
.detail-item__author > li > a:focus, .detail-item__author > li > a:hover {
  background-color: #fff;
}

.detail-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-item__footer .link-teaser {
  margin-left: 1.44rem;
  color: #fff;
  border-bottom: 3px solid #004153;
}

@media screen and (min-width: 48rem) {
  .detail-item__title {
    font-size: 2.48832rem;
  }
}
.dropdown__toggle {
  cursor: pointer;
  display: inline-block;
}
.dropdown__toggle .icon-chevron-down-filled {
  width: 0.5787037037rem;
  height: 0.5787037037rem;
  -webkit-transition: background 0.175s ease-in-out;
  transition: background 0.175s ease-in-out;
}
.dropdown__toggle .icon-chevron-down-filled:hover, .dropdown__toggle .icon-chevron-down-filled:focus {
  background: #ff9c66;
}

.dropdown__list-wrapper {
  position: absolute;
  display: none;
}

.dropdown__list {
  margin-bottom: 0;
}

.dropdown__link {
  min-width: 100%;
  white-space: nowrap;
}

.dropdown__checkbox:focus + .dropdown__toggle {
  color: #ff9c66;
  outline: none;
}

.dropdown__checkbox:checked + .dropdown__toggle > .dropdown__toggle__expanded-text {
  display: inline;
}

.dropdown__checkbox:checked + .dropdown__toggle > .dropdown__toggle__collapsed-text {
  display: none;
}

.dropdown__checkbox:not(:checked) + .dropdown__toggle > .dropdown__toggle__expanded-text {
  display: none;
}

.dropdown__checkbox:not(:checked) + .dropdown__toggle > .dropdown__toggle__collapsed-text {
  display: inline;
}

.dropdown__checkbox:checked ~ .dropdown__list-wrapper {
  display: block;
}

.download-section-feature > * + * {
  margin-top: 1.44rem;
}

.download-section-feature__image {
  width: 100%;
}

.dialog-banner__body {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.event-date-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #004153;
}
.event-date-section .label {
  margin: 0;
  text-align: center;
  border-left: 0;
}

.event-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3348979767rem 1rem;
}

.event-day-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-day {
  font-size: 1.728rem;
  color: #ff9c66;
}

.event-month {
  margin-bottom: 0;
  font-size: 0.9114583333rem;
  color: #fff;
  text-transform: uppercase;
}

.event-year {
  margin-left: 0.5787037037rem;
  padding-left: 0.3348979767rem;
  font-size: 0.9114583333rem;
  color: #fff;
  border-left: 1px solid #fff;
}

.event-date-separator {
  width: 2.0736rem;
  height: 2px;
  margin: 0;
  background-color: #fff;
  border: 0;
}

@media screen and (min-width: 48rem) {
  .event-date-section {
    margin-top: 0;
  }
  .event-date-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-day {
    font-size: 2.0736rem;
  }
  .event-month {
    margin-bottom: 0.3348979767rem;
    font-size: 1rem;
  }
  .event-year {
    margin-left: 0;
    padding-top: 0.3348979767rem;
    padding-left: 0;
    font-size: 0.9114583333rem;
    border-top: 1px solid #fff;
    border-left: 0;
  }
  .event-date-separator {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 1rem 0;
  }
}
.eyecatcher {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.44rem;
  text-align: center;
}
.eyecatcher--event {
  color: #004153;
  background-color: #ff9c66;
}
.eyecatcher--event__text {
  margin-bottom: 0;
  font-size: 1rem;
}
.eyecatcher--event__link {
  color: #004153;
  border: 0;
}
.eyecatcher--event__link:hover, .eyecatcher--event__linkfocus {
  color: #fff;
}
.eyecatcher--social {
  color: #004153;
  background-color: #ff9c66;
}
.eyecatcher--social .social-media-bar {
  margin-bottom: 0;
  font-size: 2.0736rem;
  color: #fff;
}
.eyecatcher--social .social-media-bar__link {
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.eyecatcher--social .social-media-bar__link .icon:hover,
.eyecatcher--social .social-media-bar__link .icon:focus {
  background: #004153;
}
.eyecatcher--social__text {
  margin-bottom: 1.44rem;
  font-size: 1rem;
}

.icon-eyecatcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-eyecatcher__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12.5rem;
  margin-bottom: 2.985984rem;
  text-align: center;
}
.icon-eyecatcher__cell .icon {
  margin-bottom: 1rem;
}

.filter-label {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #004153;
}

.filter-select {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 0.5787037037rem;
  padding: 0.5787037037rem;
  font-size: 1rem;
  color: #004153;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffe6d9;
  background-image: url("/assets/icons/chevron-down-50518cefc21b1f78ae6a0a4cfc7439be.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 10px;
  border: 4px solid #fff;
}

auto-submit-form {
  display: block;
  width: 100%;
}

auto-submit-form.enhanced [type=submit] {
  display: none;
}

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5787037037rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-group__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 15rem;
  max-width: 50%;
  margin-top: 0;
}

.footnote-section__headline__container {
  width: 100%;
}

.footnote-section__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #004153;
  text-transform: uppercase;
}
.footnote-section__headline::after {
  content: " ";
  position: relative;
  top: 0.65em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 80px;
  height: 3px;
  margin-left: 10px;
  background-color: #004153;
}

@media screen and (min-width: 48rem) {
  .footnote-section__headline__container {
    width: 30%;
  }
}
info-box {
  display: block;
}

.infobox__teaser {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.44rem;
  font-size: 0.9114583333rem;
  color: #004153;
  background-color: #f7f7f7;
  border-bottom: 3px solid #ff9c66;
}

.infobox__teaser__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

.infobox__teaser__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infobox__teaser__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-chevron-down {
  background: #004153;
}

.icon-info {
  background: #004153;
}

.infobox__content {
  padding: 1rem 1.44rem;
  background-color: #f7f7f7;
}
.infobox__content > * + * {
  margin-top: 1.44rem;
}
.infobox__content p,
.infobox__content ul > li {
  font-size: 1rem;
  line-height: 1.52;
}
details ::-webkit-details-marker {
  display: none;
}
details[open] .infobox__teaser {
  color: #f7f7f7;
  background-color: #004153;
}
details[open] .infobox__teaser .icon-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #f7f7f7;
}
details[open] .infobox__teaser .icon-info {
  background: #f7f7f7;
}

summary {
  display: block;
}

.info-note__content {
  padding: 1rem 1rem 2.0736rem 1.44rem;
}
.info-note__title {
  margin-bottom: 2.0736rem;
  font-size: 1rem;
  color: #ff9c66;
  text-align: center;
  text-transform: uppercase;
}
.info-note__text, .info-note__text * {
  font-size: 0.9114583333rem;
  color: #004153;
  text-align: left;
}
.info-note p:last-child {
  margin-bottom: 0;
}
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
  font-size: 1.44rem;
  color: #004153;
}

.paginator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.paginator__item {
  position: relative;
}

.paginator__item--active::after {
  content: "";
  position: absolute;
  bottom: -0.15em;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ff9c66;
}

.paginator__link,
.paginator__dots {
  padding: 0.3348979767rem 0.5787037037rem;
}

.paginator__link {
  display: inline-block;
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.paginator__link:hover, .paginator__linkfocus {
  color: #ff9c66;
}

.paginator__prevs > *:first-child {
  padding-left: 0;
}

.paginator__nexts > *:last-child {
  padding-right: 0;
}

@media screen and (max-width: 36rem) {
  .paginator {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.44rem;
    font-size: 1rem;
  }
  .paginator__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .paginator__prevs {
    text-align: left;
  }
  .paginator__nexts {
    text-align: right;
  }
  .paginator__nexts,
  .paginator__prevs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 1rem;
  }
}
.portfolio-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #ff9c66;
}
.portfolio-card .author-bio__name,
.portfolio-card .author-bio__info {
  color: #004153;
}

.portfolio-card__body {
  padding: 1rem 1.44rem;
}

.portfolio-card__caption {
  color: #fff;
}

.portfolio-card__headline {
  margin-top: 0.3348979767rem;
  font-size: 1.728rem;
  color: #fff;
}

.portfolio-card__text {
  margin-top: 1.44rem;
  color: #004153;
}
.portfolio-card__text p,
.portfolio-card__text ul:not([class]) > li,
.portfolio-card__text ol:not([class]) > li {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.portfolio-card__text p::marker,
.portfolio-card__text ul:not([class]) > li::marker,
.portfolio-card__text ol:not([class]) > li::marker {
  color: #004153;
}
.portfolio-card__text > * + * {
  margin-top: 1rem;
}

@media screen and (min-width: 48rem) {
  .portfolio-card__headline {
    font-size: 2.0736rem;
  }
}
long-quote {
  display: block;
}

long-quote > blockquote,
super-quote > blockquote,
.superquote,
.longquote {
  padding: 2px 0;
  text-align: center;
}
long-quote > blockquote > p,
super-quote > blockquote > p,
.superquote > p,
.longquote > p {
  display: inline;
  padding: 0.3348979767rem;
  font-size: 1.2rem;
  color: #004153;
  background-color: #ff9c66;
  -webkit-box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
          box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
long-quote > blockquote > p:lang(de)::before,
super-quote > blockquote > p:lang(de)::before,
.superquote > p:lang(de)::before,
.longquote > p:lang(de)::before {
  content: "„";
}
long-quote > blockquote > p:lang(de)::after,
super-quote > blockquote > p:lang(de)::after,
.superquote > p:lang(de)::after,
.longquote > p:lang(de)::after {
  content: "“";
}
long-quote > blockquote > p:lang(en)::before,
super-quote > blockquote > p:lang(en)::before,
.superquote > p:lang(en)::before,
.longquote > p:lang(en)::before {
  content: "“";
}
long-quote > blockquote > p:lang(en)::after,
super-quote > blockquote > p:lang(en)::after,
.superquote > p:lang(en)::after,
.longquote > p:lang(en)::after {
  content: "”";
}

.superquote__zigzag,
.longquote__zigzag {
  width: 25%;
  margin: 0 auto 2.0736rem;
}

.superquote__author,
.longquote__author {
  display: block;
  margin-top: 0.5787037037rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.superquote__role,
.longquote__role {
  font-size: 1rem;
}

.longquote__avatar {
  display: block;
  margin-top: 0.5787037037rem;
}

@media screen and (min-width: 48rem) {
  super-quote > blockquote > p,
  .superquote > p,
  .longquote > p {
    font-size: 1.728rem;
  }
}
super-quote > blockquote > p,
.superquote > p {
  font-size: 1.2rem;
}

@media screen and (min-width: 48rem) {
  .superquote > p {
    font-size: 2.0736rem;
  }
}
.reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.reference__image {
  max-width: 50%;
  margin: 0 auto 1rem;
}

.reference__link {
  text-align: center;
}

.reference__description {
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .reference {
    margin-bottom: 2.985984rem;
  }
  .reference__image {
    max-width: 40%;
    margin: 0 auto 2.0736rem;
  }
}
.resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resource-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2.985984rem;
}

.resource-list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 1.44rem 1rem;
  color: #fff;
  background-color: #004153;
}

.resource-list-item__body {
  padding-top: 7.4300837069rem;
}

.resource-list-item__image {
  z-index: 2;
  width: 50%;
  margin: 0 auto 1rem;
  margin-bottom: -7.4300837069rem;
  border: 3px solid #fff;
}

.resource-list-item__author {
  margin-top: 1.44rem;
  padding-left: 0;
  font-size: 1rem;
  color: #ff9c66;
}
.resource-list-item__author > li {
  margin-bottom: 0.3348979767rem;
}
.resource-list-item__author > li > a:focus, .resource-list-item__author > li > a:hover {
  background-color: #fff;
}

.resource-list-item__title {
  margin-bottom: 0.5787037037rem;
  color: #fff;
}

.resource-list-item__title a:hover, .resource-list-item__title a:focus {
  color: #ff9c66;
}

.resource-list-item__caption > * + * {
  margin-top: 0.5787037037rem;
}
.resource-list-item__caption > * {
  font-size: 1rem;
  color: #fff;
}
.resource-list-item__caption a:not([class]) {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.resource-list-item__caption a:not([class]):hover {
  color: #004153;
  border-bottom: 1px solid #004153;
}
.resource-list-item__caption ul {
  margin-left: 1rem;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.resource-list-item__caption ul > li {
  padding-left: 0.5787037037rem;
}
.resource-list-item__caption ul li::marker {
  color: #ff9c66;
}
.resource-list-item__caption ul > li,
.resource-list-item__caption ul > li p {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.resource-list-item__caption ul > li li::marker,
.resource-list-item__caption ul > li p li::marker {
  color: #ff9c66;
}

.resource-list-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.985984rem;
}
.resource-list-item__footer .link-teaser {
  color: #fff;
}

@media screen and (min-width: 48rem) {
  .resource-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resource-list-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 18.4884258895rem;
    max-width: 30%;
    margin-right: 0.5787037037rem;
    margin-left: 0.5787037037rem;
  }
}
.share-section {
  margin: 0 auto;
  text-align: center;
}
.share-section > * + * {
  margin-top: 1rem;
}
.share-section .icon-arrow-long-down {
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.share-section:hover .icon-arrow-long-down {
  -webkit-transform: translateY(0.5787037037rem);
          transform: translateY(0.5787037037rem);
}

.share-section__heading {
  font-size: 1.728rem;
  color: #004153;
}

.share-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-section__link {
  padding: 1rem;
}
.share-section__link .icon {
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}
.share-section__link .icon:hover, .share-section__link .icon:focus {
  background-color: #ff9c66;
}

.search-hero {
  overflow: hidden;
  background-color: #004153;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004153;
  border-bottom: 4px solid #ff9c66;
}

.search-form__input {
  display: block;
  width: 100%;
  line-height: 1.5em;
  color: #ff9c66;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004153;
  border: 0;
  outline: none;
  caret-color: #ff9c66;
}

.search-form__btn {
  background-color: transparent;
  border: 0;
}
.search-form__btn .icon-search {
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 48rem) {
  .search-form {
    font-size: 2.0736rem;
  }
  .search-form__btn .icon-search {
    width: 2rem;
    height: 2rem;
  }
}
.search-result {
  color: #004153;
  text-decoration: none;
}
.search-result:hover .search-result__title, .search-result:focus .search-result__title {
  color: #ff9c66;
}

.search-result__type + .search-result__date::before {
  content: " | ";
}

.search-result__title {
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.search-result__title b {
  font-weight: normal;
}

.search-result__subtitle {
  margin-top: 0.3348979767rem;
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.search-result__subtitle b {
  font-weight: normal;
}

.search-result__body {
  margin-top: 1rem;
}

.service-intro-grid {
  display: grid;
  grid-row-gap: 3.919104rem;
}

.service-intro {
  justify-self: center;
  width: 90%;
}

.service-intro__header {
  margin-bottom: 1.44rem;
  font-size: 1.728rem;
  line-height: 1.38;
  color: #004153;
}
.service-intro__header a,
.service-intro__header a:not([class]) {
  padding: 0.2325680394rem;
  background-color: #ff9c66;
  -webkit-box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
          box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.service-intro__header a:hover,
.service-intro__header a:not([class]):hover {
  background-color: #ff9c66;
}

.service-intro__text {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}

@media screen and (min-width: 60rem) {
  .service-intro-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
  }
  .service-intro {
    justify-self: flex-end;
    width: 100%;
    padding: 0 2.985984rem;
    border-right: 1px solid #d8d8d8;
  }
  .service-intro:nth-child(2n) {
    border-right: 0;
  }
  .service-intro__header {
    margin-bottom: 2.0736rem;
    font-size: 2.0736rem;
    line-height: 1.35;
  }
  .service-intro__text {
    margin-bottom: 1.44rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 90.25rem) {
  .service-intro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-intro:nth-child(2n) {
    border-right: 1px solid #d8d8d8;
  }
  .service-intro:nth-child(3n) {
    border-right: 0;
  }
}
touch-detection {
  display: block;
}

.slider {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: block;
}

.slider__all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.slider__slide {
  scroll-snap-align: center;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.slider__page {
  margin-bottom: 0;
  line-height: 0;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 0.5px;
}

.slider:focus {
  outline: 4px solid #40707e;
}

.page__number__box {
  position: absolute;
  top: 3%;
  width: 4%;
  margin-left: 94%;
}

.page__number {
  display: inline-block;
  font-size: 0.8333333333rem;
  background: rgba(247, 247, 247, 0.7);
}

.instructions--hover,
.instructions--focus,
.instructions--hover-and-focus,
.instructions--touch {
  display: none;
  font-size: 1rem;
}

.slider__instructions {
  margin-top: 1rem;
  text-align: center;
}

.slider:focus:not(:hover) + .slider__instructions .instructions--focus,
.slider:hover:not(:focus) + .slider__instructions .instructions--hover {
  display: block;
}

.slider:hover:focus + .slider__instructions .instructions--hover-and-focus {
  display: block;
}

.instructions--touch-active .instructions__no-touch {
  /* stylelint-disable-next-line */
  display: none !important;
}

.instructions--touch-active .slider__instructions .instructions--touch {
  display: block;
}

.social-media-bar__item {
  display: inline-block;
}
.social-media-bar__item + .social-media-bar__item {
  margin-left: 1.44rem;
}
.social-media-bar__item .icon:hover,
.social-media-bar__item .icon:focus {
  background: #fff;
}

.superhero {
  color: #004153;
  text-align: center;
}
.superhero__lead {
  margin-bottom: 1.44rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.superhero__title {
  font-size: 2.0736rem;
  line-height: 1.2;
}
.superhero__highlight {
  color: #ff9c66;
}

@media screen and (min-width: 48rem) {
  .superhero__lead {
    font-size: 1.44rem;
  }
  .superhero__title {
    font-size: 2.985984rem;
  }
}
@media screen and (min-width: 75rem) {
  .superhero__lead {
    font-size: 1.728rem;
  }
  .superhero__title {
    font-size: 4.29981696rem;
  }
}
.toc {
  max-width: 100%;
}

.toc__heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #004153;
  text-transform: uppercase;
}

.toc__list {
  padding-left: 0.7rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.toc__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3348979767rem;
  padding-bottom: 0.3348979767rem;
  font-size: 1rem;
}
.toc__list > li::before {
  content: url("/assets/icons/arrow-short-down-f3999f3b97ce19a9a652d983b108d34e.svg");
  padding-right: 0.5rem;
}
.toc__list > li + li {
  border-top: 1px solid #d8d8d8;
}

.toc__anchor {
  z-index: 1;
  color: #004153;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
}
.toc__anchor::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 156, 102, 0.8);
  -webkit-transition: width 0.175s ease-in-out;
  transition: width 0.175s ease-in-out;
}
.toc__anchor:hover, .toc__anchor:focus {
  color: #004153;
}
.toc__anchor:hover::after, .toc__anchor:focus::after {
  width: 100%;
}

@media screen and (min-width: 82rem) {
  .toc {
    margin-top: 0.3348979767rem;
    margin-right: 3.919104rem;
  }
  .toc--sticky {
    position: sticky;
    top: 0.5787037037rem;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.tag-section .tag-list {
  margin-top: 1rem;
}

.tag-section__headline {
  font-size: 1rem;
  color: #004153;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .tag-section__headline {
    font-size: 1.2rem;
  }
}
.cta-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #004153;
}
.cta-sidebar__heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.cta-sidebar__text {
  font-size: 1rem;
  line-height: unset;
}
.cta-sidebar__image {
  width: 100%;
  height: auto;
  margin-top: 0.5787037037rem;
}
.cta-sidebar__btn {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 82rem) {
  .cta-sidebar {
    margin-top: 0.3348979767rem;
    margin-right: 3.919104rem;
  }
}

.default-full-width-teaser {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 31.9479999371rem;
}
.default-full-width-teaser--right-aligned {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.default-full-width-teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
}

.default-full-width-teaser__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.0736rem;
  color: #004153;
  background-color: #fff;
}

.default-full-width-teaser__text {
  margin-top: 2.0736rem;
  margin-bottom: 2.0736rem;
  font-size: 0.9114583333rem;
  line-height: 1.52;
}

.default-full-width-teaser__header {
  padding-bottom: 0;
}
.default-full-width-teaser__header h2 {
  font-size: 2.985984rem;
}
.default-full-width-teaser__header .punch-in {
  line-height: 1.31;
}

.default-full-width-teaser__caption {
  height: 1.44rem;
  margin-bottom: 0.3348979767rem;
}

@media screen and (max-width: 36rem) {
  .default-full-width-teaser {
    margin-bottom: 7.4300837069rem;
  }
  .default-full-width-teaser__body {
    position: relative;
    top: 7.4300837069rem;
  }
}
@media screen and (min-width: 48rem) {
  .default-full-width-teaser__wrapper {
    padding: 2.0736rem;
  }
}
@media screen and (min-width: 60rem) {
  .default-full-width-teaser__wrapper {
    max-width: 90.25rem;
    padding: 1rem;
  }
  .default-full-width-teaser__text {
    font-size: 1.2rem;
  }
  .default-full-width-teaser--simple {
    background-position: top left;
  }
}
@media screen and (min-width: 75rem) {
  .default-full-width-teaser__body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.artist-list-teaser {
  display: block;
  padding-top: 2.0736rem;
}

.artist-list-teaser__edition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.artist-list-teaser__edition__separator {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  min-width: 3.919104rem;
  height: 2px;
  background-color: #242424;
  border: 0;
}

.artist-list-teaser__edition__type {
  margin-top: 2.0736rem;
  font-size: 1.44rem;
  color: #242424;
  text-transform: uppercase;
}

.artist-list-teaser__edition__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5787037037rem;
  font-size: 2.48832rem;
}
.artist-list-teaser__edition__date--edition-1 {
  color: #24244c;
}
.artist-list-teaser__edition__date--edition-2 {
  color: #004153;
}

.artist-list-teaser__edition__date__separator {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  min-width: 2.0736rem;
  height: 5px;
  margin: 1rem 0;
  background-color: #ff4d67;
  border: 0;
}
.artist-list-teaser__edition__date__separator--edition-1 {
  background-color: #ff4d67;
}
.artist-list-teaser__edition__date__separator--edition-2 {
  background-color: #ff9c66;
}

.artist-list-teaser__title {
  margin-top: 1rem;
  font-size: 1.728rem;
  text-align: center;
}
.artist-list-teaser__title--edition-1 {
  color: #ff4d67;
}
.artist-list-teaser__title--edition-2 {
  color: #ff9c66;
}

.artist-list-teaser__subtitle {
  font-size: 1rem;
  text-align: center;
}

.artist-list-teaser__image {
  margin-top: 1rem;
}

@media screen and (min-width: 48rem) {
  .artist-list-teaser__edition__-separator {
    width: 6.1917364224rem;
    margin-bottom: 3.919104rem;
  }
  .artist-list-teaser__edition__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 4.29981696rem;
  }
  .artist-list-teaser__edition__date__separator {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 8px;
    margin: 0 0.3348979767rem;
  }
  .artist-list-teaser__title {
    font-size: 2.48832rem;
  }
  .artist-list-teaser__subtitle {
    font-size: 1.2rem;
  }
}
.list-teaser-abstract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list-teaser-abstract.primary {
  background-color: #ff9c66;
}
.list-teaser-abstract.primary .list-teaser-abstract__text {
  color: #004153;
}
.list-teaser-abstract.primary .list-teaser-abstract__text::first-letter {
  color: #004153;
}
.list-teaser-abstract.primary .author-bio__name,
.list-teaser-abstract.primary .author-bio__info {
  color: #004153;
}
.list-teaser-abstract.secondary {
  background-color: #004153;
}
.list-teaser-abstract.secondary .list-teaser-abstract__text {
  color: #ff9c66;
}
.list-teaser-abstract.secondary .list-teaser-abstract__text::first-letter {
  color: #ff9c66;
}
.list-teaser-abstract.secondary .author-bio__name,
.list-teaser-abstract.secondary .author-bio__info {
  color: #ff9c66;
}

.list-teaser-abstract__caption {
  margin-bottom: 0.3348979767rem;
  color: #fff;
}

.list-teaser-abstract__headline {
  margin-bottom: 1.44rem;
  font-size: 1.728rem;
  color: #fff;
}

.list-teaser-abstract__text {
  font-size: 1rem;
}
.list-teaser-abstract__text::first-letter {
  float: left;
  padding-top: 10px;
  padding-right: 12px;
  font-size: 3.5831808rem;
  line-height: 0.9;
}
.list-teaser-abstract__text .icon {
  margin-left: 0.3348979767rem;
}

@media screen and (min-width: 48rem) {
  .list-teaser-abstract__headline {
    margin-bottom: 1rem;
    font-size: 2.0736rem;
  }
  .list-teaser-abstract__text {
    font-size: 1.2rem;
  }
  .list-teaser-abstract__text::first-letter {
    float: left;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 3px;
    font-size: 4.29981696rem;
  }
}
.case-list-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 31.9479999371rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
}
.case-list-teaser--right-aligned {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.case-list-teaser--simple {
  background-position: top left;
}

.case-list-teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 24.26605898rem;
  padding: 2.0736rem 1rem;
  background-color: #fff;
}

.case-list-teaser__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004153;
  text-align: center;
}
.case-list-teaser__body > * + * {
  margin-top: 2.0736rem;
}

.case-list-teaser__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.0736rem;
}

.case-list-teaser__caption {
  height: 1.44rem;
}

.case-list-teaser__title {
  font-size: 2.0736rem;
}

.case-list-teaser__text {
  font-size: 1rem;
  line-height: 1.52;
}

.case-list-teaser__logo {
  max-width: 7.4300837069rem;
}

@media screen and (max-width: 36rem) {
  .case-list-teaser {
    padding: 1rem;
    /* stylelint-disable-next-line */
    margin-bottom: 8.1266540544rem !important;
  }
  .case-list-teaser__wrapper {
    position: relative;
    top: 9.7519848653rem;
  }
}
@media screen and (min-width: 36rem) {
  .case-list-teaser {
    padding: 2.985984rem;
  }
  .case-list-teaser__body {
    text-align: left;
  }
}
@media screen and (min-width: 48rem) {
  .case-list-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 90.25rem;
    min-height: 38.3375999245rem;
  }
  .case-list-teaser__wrapper {
    max-width: 70%;
    padding: 2.0736rem;
  }
  .case-list-teaser__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .case-list-teaser__text {
    font-size: 1.2rem;
  }
  .case-list-teaser__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-teaser-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1.5812542867rem;
  background-color: #fff;
}
.list-teaser-event .event-date-section {
  margin-top: -1.8rem;
}
.list-teaser-event .list-teaser-event__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-teaser-event .list-teaser-event__footer .link-teaser {
  margin-bottom: 1rem;
}
.list-teaser-event .list-teaser-event__footer .author-bio,
.list-teaser-event .list-teaser__footer .author-bio {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #004153;
}

.list-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.list-teaser-event__headline {
  margin-bottom: 0.5787037037rem;
  font-size: 1.44rem;
  color: #004153;
}

.list-teaser-event__headline--secondary {
  margin-bottom: 1rem;
  color: #004153;
}

.list-teaser-event__subheadline {
  margin-bottom: 0.5787037037rem;
  font-size: 1.2rem;
  color: #004153;
}
.list-teaser-event__subheadline .icon {
  margin-left: 0.3348979767rem;
}

@media screen and (max-width: 48rem) {
  .list-teaser-event .label {
    margin-bottom: 0;
    text-align: center;
  }
  .list-teaser-event .label.training, .list-teaser-event .label.talk {
    border-left: 0;
  }
  .list-teaser-event .list-teaser__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (min-width: 48rem) {
  .list-teaser-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 0;
  }
  .list-teaser-event .event-date-section {
    margin-top: 0;
  }
  .list-teaser-event .event-date-section .label {
    display: none;
  }
  .list-teaser-event .list-teaser-event__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-teaser-event__headline {
    font-size: 1.728rem;
  }
  .list-teaser-event__subheadline {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 75rem) {
  .list-teaser-event .list-teaser-event__footer .author-bio,
  .list-teaser-event .list-teaser__footer .author-bio {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.podcast-channel-teaser {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.podcast-channel-teaser > * + * {
  margin-top: 2.0736rem;
}

.podcast-channel-teaser--ctoneedtoknow {
  padding: 2.0736rem 1rem;
}

.podcast-channel-teaser--classic,
.podcast-channel-teaser--security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.0736rem 0.5787037037rem;
}

.podcast-channel-teaser__title {
  letter-spacing: -0.2rem;
}

.podcast-channel-teaser__title--classic,
.podcast-channel-teaser__title--security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5787037037rem;
  font-size: 2.985984rem;
  line-height: 0.9;
  text-align: center;
}
.podcast-channel-teaser__title--classic > * + *,
.podcast-channel-teaser__title--security > * + * {
  margin-top: 0.5787037037rem;
}

.podcast-channel-teaser__title--ctoneedtoknow {
  font-size: 4.29981696rem;
  line-height: 0.8;
  color: #fff;
  letter-spacing: normal;
}

.podcast-channel-teaser__title--classic {
  color: #ff9c66;
  background-color: #004153;
}

.podcast-channel-teaser__title--security {
  color: #fff019;
  background-color: #242424;
}

.podcast-channel-teaser__caption {
  font-size: 1.728rem;
  line-height: 1.07;
  color: #fff;
}

.podcast-channel-teaser__link {
  display: inline-block;
  padding: 1rem;
  font-size: 1.2rem;
  text-decoration: none;
}
.podcast-channel-teaser__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.podcast-channel-teaser__link--ctoneedtoknow {
  color: #242424;
  background-color: #fff;
}

.podcast-channel-teaser__link--security {
  color: #242424;
  background-color: #fff019;
}

.podcast-channel-teaser__link--classic {
  color: #004153;
  background-color: #ff9c66;
}

@media screen and (min-width: 48rem) {
  .podcast-channel-teaser--ctoneedtoknow {
    padding: 3.919104rem 2.985984rem;
  }
  .podcast-channel-teaser--classic,
  .podcast-channel-teaser--security {
    padding: 3.919104rem;
    font-size: 4.29981696rem;
  }
  .podcast-channel-teaser__title--ctoneedtoknow {
    font-size: 8rem;
  }
  .podcast-channel-teaser__title--classic,
  .podcast-channel-teaser__title--security {
    padding: 2.0736rem;
  }
  .podcast-channel-teaser__caption {
    font-size: 2.0736rem;
  }
  .podcast-channel-teaser__link {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 75rem) {
  .podcast-channel-teaser__title--classic,
  .podcast-channel-teaser__title--security {
    font-size: 6rem;
  }
}
.list-teaser-podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 15.4070215746rem;
}

.list-teaser-podcast__body {
  margin-bottom: 0;
  padding: 1rem 1.44rem;
}

.list-teaser-podcast__footer {
  margin-bottom: 0;
  padding: 1rem 1.44rem;
}
.list-teaser-podcast__footer > * {
  margin: 0;
}

.list-teaser-podcast__caption--security {
  color: #242424;
}

.list-teaser-podcast__headline {
  margin-bottom: 1.44rem;
  color: #004153;
}
.list-teaser-podcast__headline--security {
  color: #242424;
}

.list-teaser-podcast__subheadline {
  margin-bottom: 0.5787037037rem;
  font-size: 1.2rem;
  color: #004153;
}
.list-teaser-podcast__subheadline--security {
  color: #242424;
}

.podcast-author {
  font-size: 1rem;
  text-transform: uppercase;
}
.podcast-author--security {
  color: #242424;
}

@media screen and (min-width: 48rem) {
  .list-teaser-podcast {
    min-height: 24.26605898rem;
  }
}
.list-teaser-podcast--avatar--overlay--big {
  color: #004153;
  background-color: #ff9c66;
  background-repeat: no-repeat;
  background-position: top right, top left;
  background-size: 0%;
  background-blend-mode: multiply;
}
.list-teaser-podcast--avatar--overlay--big--security {
  background-color: #fff019;
}
.list-teaser-podcast--avatar--overlay--big .list-teaser-podcast__body {
  padding: 2.985984rem;
  text-align: center;
}
.list-teaser-podcast--avatar--overlay--big .list-teaser-podcast__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .list-teaser-podcast--avatar--overlay--big .list-teaser-podcast__footer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 48rem) {
  .list-teaser-podcast--avatar--overlay--big {
    background-size: contain;
  }
}
.project-index {
  color: #004153;
}

.project-index__entry {
  margin-top: 3.919104rem;
}

.project-index__header {
  text-align: center;
  border-bottom: 5px solid #004153;
}

.project-index__title {
  display: inline-block;
  margin: 0;
  padding: 0 1rem 0.5787037037rem;
  color: #ff9c66;
  background-color: #004153;
}

.client-projects {
  position: relative;
}

.client-projects__header {
  margin-top: 1rem;
}

.client-projects__client {
  position: relative;
}

.client-projects__client-name {
  margin: 2.985984rem 0 1rem;
  font-size: 1.2rem;
  color: #ff9c66;
}

.client-projects__project {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  padding: 1rem 0;
  border-top: 1px solid #004153;
  border-bottom: 1px solid #004153;
}
.client-projects__project:last-child {
  border-bottom-width: 2px;
}

.client-projects__project + .client-projects__project {
  border-top: 0;
}

.client-projects__project-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #004153;
  text-transform: none;
}

.client-projects__intro-text {
  margin: 0;
}

.client-projects__show-more-btn,
.client-projects__goto-btn {
  justify-self: start;
  margin: 1rem 0 0;
}

.client-projects__show-more-btn .icon {
  margin-left: 0.3348979767rem;
}

.client-projects__text {
  margin: 1.44rem 0 1rem;
}

@supports (display: grid) {
  @media screen and (min-width: 48rem) {
    .client-projects__header {
      position: absolute;
      max-width: 11rem;
    }
    .client-projects__client-name {
      margin: 0;
    }
    .client-projects__project {
      grid-column-gap: 1.44rem;
      grid-template-columns: 1fr 50% 1fr;
    }
    .client-projects__intro {
      grid-column: 2/span 1;
    }
    .client-projects__show-more-btn,
    .client-projects__goto-btn {
      grid-column: 3/span 1;
      align-self: end;
      justify-self: end;
    }
    .client-projects__text {
      grid-column: 2/span 2;
    }
  }
}
.list-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #004153;
}

.list-teaser__body {
  padding: 1rem 1.44rem;
}
.list-teaser__body .label.talk, .list-teaser__body .label.slides, .list-teaser__body .label.training {
  display: none;
}

.list-teaser__caption {
  color: #ff9c66;
}

.list-teaser__headline {
  margin-bottom: 0.3348979767rem;
  color: #004153;
}

.list-teaser__subheadline {
  margin-bottom: 0.5787037037rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.list-teaser__subheadline .icon {
  margin-left: 0.3348979767rem;
}

@media screen and (min-width: 48rem) {
  .list-teaser__subheadline {
    font-size: 1.44rem;
  }
  .list-teaser__body .label.talk, .list-teaser__body .label.slides, .list-teaser__body .label.training {
    display: inline-block;
    margin-bottom: 0.5787037037rem;
  }
}
.topic-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26.6233332809rem;
  padding: 1.44rem;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.topic-teaser__body {
  width: 100%;
}

.topic-teaser__text {
  margin-bottom: 2.0736rem;
  font-size: 1rem;
}

.topic-teaser__header {
  margin-bottom: 1.44rem;
  font-size: 2.0736rem;
  color: #ff9c66;
}

.topic-teaser__caption {
  height: 1.44rem;
  margin-bottom: 2.985984rem;
}

.topic-teaser__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topic-teaser__cta .icon {
  margin-top: 1.44rem;
}

@media screen and (min-width: 48rem) {
  .topic-teaser__header {
    margin-bottom: 2.0736rem;
    font-size: 2.985984rem;
  }
  .topic-teaser__text {
    font-size: 1.44rem;
  }
  .topic-teaser__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topic-teaser__cta .icon {
    margin-top: 0;
    margin-left: 0.5787037037rem;
  }
}
@media screen and (min-width: 75rem) {
  .topic-teaser__body {
    width: 50%;
  }
}
.list-teaser-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 18.4884258895rem;
}
.list-teaser-training.primary {
  color: #004153;
  background-image: url("/assets/bg-images/general/visual-trainings-12-780475460f36a4164da90fb5fbedbf8c.jpeg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
}
.list-teaser-training.primary .list-teaser-training__caption {
  color: #004153;
}
.list-teaser-training.primary .list-teaser-training__headline {
  color: #004153;
}
.list-teaser-training.primary .link-teaser {
  color: #004153;
  border-bottom: 3px solid #004153;
}
.list-teaser-training .list-teaser__footer {
  padding-bottom: 1rem;
}

.list-teaser-training__caption {
  margin-bottom: 0.5787037037rem;
  color: #fff;
}

.list-teaser-training__headline {
  margin-bottom: 2.0736rem;
  font-size: 1.728rem;
  color: #fff;
}

@media screen and (min-width: 48rem) {
  .list-teaser-training__headline {
    margin-bottom: 1rem;
    font-size: 2.48832rem;
  }
}
.product-list-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.product-list-teaser__body {
  padding: 2.0736rem;
  border-bottom: 1px solid #d8d8d8;
}
.product-list-teaser__body > * + * {
  margin-top: 1rem;
}

.product-list-teaser__footer {
  padding: 2.0736rem;
}

.product-list-teaser__caption {
  color: #004153;
}

.product-list-teaser__headline {
  color: #ff9c66;
}

.product-list-teaser__text {
  font-size: 1.2rem;
}

.product-list-teaser__cta {
  padding: 1rem;
  font-size: 0.9114583333rem;
  color: #ff9c66;
  text-align: center;
  background: #004153;
}

@media screen and (min-width: 48rem) {
  .product-list-teaser__text {
    font-size: 1.44rem;
  }
}
.big-content-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24.26605898rem;
  background-blend-mode: multiply;
}

.big-content-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.985984rem 2.0736rem;
}

.big-content-teaser__headline {
  font-size: 1.728rem;
  color: #004153;
}

.big-content-teaser__text {
  margin-top: 1.44rem;
  font-size: 1rem;
  color: #004153;
}

.big-content-teaser__footer {
  margin-top: 1.44rem;
}
.big-content-teaser__footer .link-teaser {
  display: inline;
}

.big-content-teaser--inverted {
  color: #004153;
  background-color: #004153;
}
.big-content-teaser--inverted .big-content-teaser__headline--inverted,
.big-content-teaser--inverted .big-content-teaser__text {
  color: #ff9c66;
}

.big-content-teaser--colored {
  background-color: #ff9c66;
}

.big-content-teaser--image .big-content-teaser__content {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.big-content-teaser--image .big-content-teaser__headline {
  color: #ff9c66;
}

@media screen and (min-width: 48rem) {
  .big-content-teaser {
    min-height: 31.9479999371rem;
  }
  .big-content-teaser__content {
    padding: 3.919104rem 2.985984rem;
  }
  .big-content-teaser__headline {
    font-size: 2.0736rem;
  }
  .big-content-teaser__text {
    font-size: 1.2rem;
  }
  .big-content-teaser--image .big-content-teaser__content {
    margin: 2.0736rem;
    padding: 2.0736rem;
  }
}
@media screen and (min-width: 75rem) {
  .big-content-teaser__headline {
    font-size: 2.985984rem;
  }
}
.case-tile-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.44rem;
  color: #004153;
  background-size: cover;
  background-blend-mode: multiply;
}
.case-tile-teaser .case-tile-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 2.0736rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.44rem 0.5787037037rem;
  text-align: center;
  background-color: #fff;
}
.case-tile-teaser .case-tile-teaser__content--sm {
  position: relative;
  bottom: -9.7519848653rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.case-tile-teaser .case-tile-teaser__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0736rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-tile-teaser .case-tile-teaser__caption {
  color: #004153;
}
.case-tile-teaser .case-tile-teaser__headline {
  color: #004153;
}
.case-tile-teaser .case-tile-teaser__headline--sm {
  font-size: 1.2rem;
}
.case-tile-teaser .case-tile-teaser__text {
  line-height: 1.52;
  color: #004153;
}
.case-tile-teaser .case-tile-teaser__text--workshop {
  line-height: 1.52;
  color: #004153;
}
.case-tile-teaser .case-tile-teaser__text--sm {
  margin-bottom: 0.5787037037rem;
  font-size: 1rem;
}
.case-tile-teaser .case-tile-teaser__logo {
  max-width: 7.4300837069rem;
}
.case-tile-teaser .case-tile-teaser__goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-tile-teaser--sm {
  min-height: 18.4884258895rem;
  margin-bottom: 7.4300837069rem;
  padding: 2.985984rem 0.5787037037rem;
}
@media screen and (min-width: 36rem) {
  .case-tile-teaser {
    padding: 2.985984rem;
  }
}
@media screen and (min-width: 48rem) {
  .case-tile-teaser .case-tile-teaser__content {
    padding: 2.985984rem 1.44rem;
  }
  .case-tile-teaser--sm {
    padding: 2.985984rem;
  }
}
@media screen and (min-width: 75rem) {
  .case-tile-teaser {
    padding: 3.919104rem;
  }
}

@media screen and (min-width: 75rem) {
  .span-5 .case-tile-teaser__content {
    max-width: 29.119270776rem;
  }
}
.content-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 15.4070215746rem;
  padding: 1rem;
}

.content-teaser__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5787037037rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-teaser__caption {
  margin-bottom: 0.5787037037rem;
}

.content-teaser__text {
  margin-bottom: 1.44rem;
  font-size: 1rem;
}

.content-teaser--inverted {
  color: #fff;
  background-color: #004153;
}
.content-teaser--inverted .content-teaser__header {
  color: #ff9c66;
}
.content-teaser--inverted .author-bio {
  color: #fff;
}

.content-teaser--colored {
  color: #004153;
  background-color: #ff9c66;
}
.content-teaser--colored .content-teaser__header {
  color: #004153;
}

.content-teaser--default {
  color: #004153;
  background-color: #fff;
}
.content-teaser--default .content-teaser__header {
  color: #004153;
}

@media screen and (min-width: 48rem) {
  .content-teaser {
    min-height: 26.6233332809rem;
  }
}
@media screen and (min-width: 75rem) {
  .content-teaser__text {
    font-size: 1.44rem;
  }
}
.list-teaser-event.tile {
  min-height: 22.1861110674rem;
  margin-bottom: 0;
}

.podcast-teaser {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 15.4070215746rem;
}

.podcast-teaser__body {
  margin-bottom: 0;
  padding: 1rem 1.44rem;
}

.podcast-teaser__footer {
  margin-bottom: 0;
  padding: 1rem 1.44rem;
}
.podcast-teaser__footer > * {
  margin: 0;
}

.podcast-teaser__headline {
  margin-bottom: 1.44rem;
}

.podcast-teaser__subheadline {
  margin-bottom: 0.5787037037rem;
  font-size: 1.2rem;
}

.podcast-author {
  font-size: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 48rem) {
  .podcast-teaser {
    min-height: 24.26605898rem;
  }
}
.podcast-teaser--avatar .podcast-teaser__subheadline,
.podcast-teaser--avatar--overlay .podcast-teaser__subheadline {
  max-width: 80%;
}

.podcast-teaser__headline--security,
.podcast-teaser__subheadline--security {
  color: #242424;
}

.podcast-teaser--avatar--overlay {
  color: #ff9c66;
  background-color: #40707e;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  background-blend-mode: multiply;
}
.podcast-teaser--avatar--overlay .podcast-teaser__headline,
.podcast-teaser--avatar--overlay .podcast-teaser__subheadline {
  color: #ff9c66;
}
.podcast-teaser--avatar--overlay--security {
  color: #242424;
  background-color: #fff019;
}
.podcast-teaser--avatar--overlay--security .podcast-teaser__headline,
.podcast-teaser--avatar--overlay--security .podcast-teaser__subheadline {
  color: #242424;
}

.podcast-teaser--avatar--overlay--big {
  color: #ff9c66;
  background-color: #40707e;
  background-repeat: no-repeat;
  background-position: top right, top left;
  background-size: 0%;
  background-blend-mode: multiply;
}
.podcast-teaser--avatar--overlay--big .podcast-teaser__headline,
.podcast-teaser--avatar--overlay--big .podcast-teaser__subheadline {
  color: #ff9c66;
}
.podcast-teaser--avatar--overlay--big--security {
  color: #242424;
  background-color: #fff019;
}
.podcast-teaser--avatar--overlay--big--security .podcast-teaser__headline,
.podcast-teaser--avatar--overlay--big--security .podcast-teaser__subheadline {
  color: #242424;
}
.podcast-teaser--avatar--overlay--big .podcast-teaser__body {
  padding: 2.985984rem;
  text-align: center;
}
.podcast-teaser--avatar--overlay--big .podcast-teaser__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .podcast-teaser--avatar--overlay--big .podcast-teaser__footer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.podcast-teaser--avatar {
  color: #004153;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.podcast-teaser--avatar--security {
  color: #242424;
  background-color: #fff;
}
.podcast-teaser--avatar--security .podcast-teaser__headline,
.podcast-teaser--avatar--security .podcast-teaser__subheadline {
  color: #242424;
}

.podcast-teaser--default {
  color: #004153;
  background-color: #ff9c66;
}
.podcast-teaser--default .podcast-teaser__headline,
.podcast-teaser--default .podcast-teaser__subheadline {
  color: #004153;
}
.podcast-teaser--default--security {
  color: #fff;
  background-color: #242424;
}
.podcast-teaser--default--security .podcast-teaser__headline,
.podcast-teaser--default--security .podcast-teaser__subheadline {
  color: #fff;
}

.podcast-teaser--ctoneedtoknow-1,
.podcast-teaser--ctoneedtoknow-2,
.podcast-teaser--ctoneedtoknow-3,
.podcast-teaser--ctoneedtoknow-4 {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.podcast-teaser--ctoneedtoknow-1 .podcast-teaser__headline,
.podcast-teaser--ctoneedtoknow-1 .podcast-teaser__subheadline,
.podcast-teaser--ctoneedtoknow-2 .podcast-teaser__headline,
.podcast-teaser--ctoneedtoknow-2 .podcast-teaser__subheadline,
.podcast-teaser--ctoneedtoknow-3 .podcast-teaser__headline,
.podcast-teaser--ctoneedtoknow-3 .podcast-teaser__subheadline,
.podcast-teaser--ctoneedtoknow-4 .podcast-teaser__headline,
.podcast-teaser--ctoneedtoknow-4 .podcast-teaser__subheadline {
  color: #fff;
}

@media screen and (min-width: 48rem) {
  .podcast-teaser--avatar--overlay--big {
    background-size: contain;
  }
}
.simple-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.0736rem;
}
.simple-teaser__body {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 20vh;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.44rem;
  text-align: center;
  background-color: #004153;
}
.simple-teaser__footer {
  margin-top: -2.75rem;
}
.simple-teaser__link {
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.simple-teaser__link,
.simple-teaser__link h5,
.simple-teaser__link h6 {
  color: #ff9c66;
}
.simple-teaser__link:focus, .simple-teaser__link:hover,
.simple-teaser__link h5:focus,
.simple-teaser__link h5:hover,
.simple-teaser__link h6:focus,
.simple-teaser__link h6:hover {
  color: #ff9c66;
}
.simple-teaser__link h5 {
  margin-bottom: 1rem;
}
.small-tile-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.44rem 1rem;
  color: #fff;
  background-color: #004153;
}
.small-tile-teaser .icon {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.44rem;
}

.small-tile-teaser__type {
  font-size: 0.9114583333rem;
  color: #ff9c66;
  text-transform: uppercase;
}

.small-tile-teaser__title {
  margin-top: 0.5787037037rem;
  color: #fff;
}

.small-tile-teaser__subtitle {
  margin-top: 0.5787037037rem;
  font-size: 1rem;
  color: #fff;
}

.static-tile-teaser-bg-color {
  color: #004153;
  background-color: #ff9c66;
  background-position: center;
}
.static-tile-teaser-bg-color--security {
  color: #242424;
  background-color: #fff019;
}
.static-tile-teaser-bg-color--security .static-tile-teaser__headline {
  color: #242424;
}

.static-tile-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  background-size: cover;
}

.static-tile-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.44rem;
  background-color: #fff;
}

.static-tile-teaser__body {
  text-align: center;
}

.static-tile-teaser__caption {
  margin: 0;
}

.static-tile-teaser__headline {
  margin: 0.5787037037rem 0;
}

.static-tile-teaser__goto {
  text-align: center;
}

.static-tile-teaser--sm {
  min-height: 18.4884258895rem;
  margin-bottom: 7.4300837069rem;
  padding: 1.44rem;
}

.static-tile-teaser__content--sm {
  position: relative;
  top: 7.4300837069rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

.static-tile-teaser__headline--sm {
  font-size: 1.2rem;
}

.static-tile-teaser__text--sm {
  margin-bottom: 0.5787037037rem;
  font-size: 1rem;
}

@media screen and (min-width: 48rem) {
  .static-tile-teaser {
    padding: 1.44rem;
  }
  .static-tile-teaser__content {
    padding: 2.985984rem;
  }
}
.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toolbar__item {
  margin: 1rem;
}

.toolbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004153;
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.toolbar__link .icon {
  margin-right: 0.3348979767rem;
  -webkit-transition: background 0.175s ease-in-out;
  transition: background 0.175s ease-in-out;
}
.toolbar__link:hover, .toolbar__link:focus {
  color: #ff9c66;
}
.toolbar__link:hover .icon, .toolbar__link:focus .icon {
  background: #ff9c66;
}

.textbox-sequence__header {
  display: inline;
  margin-bottom: 2.0736rem;
  padding: 0.2325680394rem;
  font-size: 1.728rem;
  line-height: 1.38;
  color: #004153;
  background-color: #ff9c66;
  -webkit-box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
          box-shadow: 0.3348979767rem 0 0 #ff9c66, -0.3348979767rem 0 0 #ff9c66;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.textbox-sequence__text {
  margin: 0.5787037037rem 0 1rem 0;
  font-size: 1rem;
  line-height: 1.52;
  color: #004153;
}
.textbox-sequence__text a {
  color: #004153;
}

.textbox-sequence__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 0 1rem;
  background-color: #fff;
}

.textbox-sequence__icon--bottomleft,
.textbox-sequence__icon--bottomright,
.textbox-sequence__icon--topright {
  display: none;
}

@media screen and (min-width: 60rem) {
  .textbox-sequence__wrapper {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(auto, 10rem);
    padding: 0;
  }
  .textbox-sequence__text {
    font-size: 1.2rem;
  }
  .textbox-sequence__box--a {
    position: relative;
    grid-column: 1/3;
    grid-row: 2/4;
    align-self: start;
  }
  .textbox-sequence__box--b {
    position: relative;
    grid-column: 3/5;
    grid-row: 1/3;
    align-self: start;
  }
  .textbox-sequence__box--c {
    position: relative;
    grid-column: 5/7;
    grid-row: 2/6;
    align-self: start;
  }
  .textbox-sequence__box--d {
    position: relative;
    grid-column: 3/5;
    grid-row: 5/7;
    align-self: start;
  }
  .textbox-sequence__box--e {
    position: relative;
    grid-column: 1/3;
    grid-row: 6/8;
    align-self: start;
  }
  .textbox-sequence__box--f {
    position: relative;
    grid-column: 3/5;
    grid-row: 8/10;
    align-self: start;
    margin-top: -40px;
  }
  .textbox-sequence__icon--topright {
    position: absolute;
    top: -5rem;
    right: 0;
    display: block;
  }
  .textbox-sequence__icon--topright--text-only {
    top: -7rem;
  }
  .textbox-sequence__icon--bottomright {
    position: absolute;
    right: 0;
    bottom: -6rem;
    display: block;
  }
  .textbox-sequence__icon--bottomleft {
    position: absolute;
    bottom: -5rem;
    left: -2rem;
    display: block;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 2.985984rem;
}

.text-card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  margin-bottom: 1.44rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.text-card__quote {
  padding: 2.985984rem 1.44rem 1.44rem;
  font-size: 1.44rem;
  color: #004153;
}
.text-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.44rem;
}
.text-card__name {
  font-size: 1.2rem;
  color: #ff9c66;
}
.text-card__job {
  padding-top: 0.5787037037rem;
  color: #ff9c66;
}

@media screen and (min-width: 48rem) {
  .text-card__name {
    font-size: 1.44rem;
  }
  .text-card__job {
    padding-top: 1rem;
  }
  .text-card__quote {
    font-size: 1.728rem;
  }
}
.video-cards {
  display: grid;
  grid-gap: 1.44rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48rem) {
  .video-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .video-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.44rem;
  background-color: #fff;
}
.video-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-card__title {
  color: #ff9c66;
  text-align: center;
}
.video-card__label {
  margin-bottom: 0.5787037037rem;
}
.video-card__video {
  margin-top: 1.44rem;
}
.video-card__video > * {
  max-width: 100%;
}
.video-card__video + * {
  margin-top: 1rem;
}

.image-divider-center {
  width: 100%;
  min-height: 6.1917364224rem;
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 14.8601674138rem !important;
}
.image-divider-center__title {
  padding: 0 1.44rem;
  font-size: 2.48832rem;
  text-align: center;
}

.image-divider-center__textbox {
  position: relative;
  top: 14.8601674138rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 630px;
  padding: 1.44rem;
  text-align: center;
  background-color: #fff;
}

.image-divider-center__textbox__text {
  margin-top: 1.44rem;
  font-size: 1.2rem;
  color: #004153;
}

@media screen and (min-width: 48rem) {
  .image-divider-center__title {
    font-size: 4.29981696rem;
  }
  .image-divider-center__textbox {
    top: 14.8601674138rem;
    width: 630px;
    padding: 2.985984rem;
  }
  .image-divider-center__textbox__text {
    margin-top: 2.985984rem;
    font-size: 1.728rem;
  }
}
.image-divider-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image-divider-right-image {
  width: 100%;
}

.image-divider-right-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.44rem;
}

.image-divider-right-content-textbox__text {
  font-size: 1.2rem;
  color: #004153;
}

@media screen and (min-width: 48rem) {
  .image-divider-right-image {
    max-width: 70%;
    margin: 0 auto;
  }
  .image-divider-right-textbox {
    padding: 2.985984rem;
  }
}
@media screen and (min-width: 75rem) {
  .image-divider-right-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90.25rem;
    margin: 0 auto;
  }
  .image-divider-right-textbox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding: 0 7.4300837069rem;
  }
  .image-divider-right-image {
    max-width: 45.125rem;
    max-height: 45.125rem;
  }
  .image-divider-right-content-textbox__text {
    font-size: 1.728rem;
  }
}
.wall-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-size: cover;
}

.wall-note__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50rem;
  margin: 1rem;
  padding: 2.985984rem 2.0736rem;
  background-color: #fff;
}
.wall-note__content > * + * {
  margin-top: 1rem;
}

.wall-note__heading {
  font-size: 2.48832rem;
  text-align: center;
}

.wall-note__text {
  font-size: 1.2rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .wall-note__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 48rem) {
  .wall-note__content {
    padding: 3.919104rem 2.985984rem;
  }
  .wall-note__text {
    font-size: 1.728rem;
  }
}
.triplet-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.triplet-divider__center {
  text-align: center;
}

.triplet-divider__left {
  color: #004153;
  text-align: left;
  background-color: #ff9c66;
}

.triplet-divider__right {
  color: #ff9c66;
  text-align: right;
  background-color: #004153;
}

.triplet-divider__right,
.triplet-divider__left {
  font-size: 2.0736rem;
}

.triplet-divider__right,
.triplet-divider__left,
.triplet-divider__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 14.8601674138rem;
  padding: 2.0736rem;
}

@media screen and (min-width: 48rem) {
  .triplet-divider {
    display: grid;
    grid-template-areas: "divider-left divider-right" "divider-center divider-center";
    grid-template-columns: 50% 50%;
    /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
    grid-template-rows: auto;
  }
  .triplet-divider__right {
    grid-area: divider-right;
    text-align: left;
  }
  .triplet-divider__left {
    grid-area: divider-left;
  }
  .triplet-divider__center {
    grid-area: divider-center;
  }
  .triplet-divider__right,
  .triplet-divider__left,
  .triplet-divider__center {
    min-height: 29.7203348275rem;
  }
}
.two-column-image-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-column-image-divider__left-image,
.two-column-image-divider__right-image {
  overflow: hidden;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.two-column-image-divider__left-image > img,
.two-column-image-divider__right-image > img {
  max-width: 100%;
  height: 14.8601674138rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 48rem) {
  .two-column-image-divider__left-image > img,
  .two-column-image-divider__right-image > img {
    height: 29.7203348275rem;
  }
}
.two-column-image-divider-asymmetric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.two-column-image-divider-asymmetric__left-image,
.two-column-image-divider-asymmetric__right-image {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 90.25rem) {
  .two-column-image-divider-asymmetric {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.4300837069rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .two-column-image-divider-asymmetric__left-image--hoch {
    height: 34.2926940318rem;
  }
  .two-column-image-divider-asymmetric__right-image--hoch {
    height: 44.5805022413rem;
  }
  .two-column-image-divider-asymmetric__left-image--quer {
    height: 21.6710774784rem;
  }
  .two-column-image-divider-asymmetric__right-image--quer {
    height: 26.0052929741rem;
  }
}
.icon-divider {
  padding-top: 2.0736rem;
  padding-bottom: 2.0736rem;
  text-align: center;
}

.icon-divider__image {
  width: 1.44rem;
  height: 8.7rem;
}

wall-of-consent {
  display: block;
  width: 100%;
  padding: 1rem;
}

wall-of-consent:not(.revealed) {
  background-color: #ffe6d9;
}

.wall-of-consent__text {
  font-size: 1rem;
}

.cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1600px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

.cover__avatar-overlay {
  background-color: #ff9c66;
  background-repeat: no-repeat;
  background-position: top right, top left;
  background-size: contain;
}
.cover__avatar-overlay .cover__title,
.cover__avatar-overlay .cover__subtitle,
.cover__avatar-overlay .cover__type,
.cover__avatar-overlay .cover__author {
  color: #004153;
}

.cover__avatar-overlay--security {
  background-color: #fff019;
}
.cover__avatar-overlay--security .cover__title,
.cover__avatar-overlay--security .cover__subtitle,
.cover__avatar-overlay--security .cover__type,
.cover__avatar-overlay--security .cover__author {
  color: #242424;
}

.cover__body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 790px;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.cover__body > * + * {
  margin-top: 1.44rem;
}

.cover__type {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.cover__title {
  font-size: 4.29981696rem;
}

.cover_subtitle {
  font-size: 1.728rem;
}

.cover__title,
.cover__subtitle,
.cover__type {
  max-width: 50rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.cover__authors {
  position: absolute;
  bottom: 1.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 50rem;
  color: #fff;
}

.cover__author {
  font-size: 1rem;
  text-transform: uppercase;
}

.cover__footer {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 110px;
  padding: 0.3348979767rem 3.919104rem;
}

.cover__footer--primary {
  background-color: #ff9c66;
}

.cover__footer--secondary {
  background-color: #004153;
}

.cover__footer--white {
  background-color: #fff;
}

.cover__footer--single {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cover__logo--left {
  width: auto;
  height: 80px;
}

.cover__logo--right {
  width: auto;
  height: 50px;
}

.cover__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 0;
}
.cover__people .author-bio--short {
  margin-top: 0;
}
.cover__people > :first-child {
  margin-right: 1.44rem;
}

form > * + *,
.fieldset > * + * {
  margin-top: 1.44rem;
}

.form--inverted .form-label,
.form--inverted .form-text {
  color: #fff;
}
.form--inverted .form-control {
  border-color: #fff;
  caret-color: #004153;
}
.form--inverted .form-control:hover, .form--inverted .form-control:focus {
  color: #004153;
  background-color: #fff;
}
.form--inverted .form-group--invalid .form-control {
  border-color: #ff4d67;
}

.footer {
  display: grid;
  gap: 2.0736rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 90.25rem;
  margin: 0 auto;
  padding: 0 1rem;
  color: #fff;
}

.footer__form,
.footer__offices__section,
.footer__list__section {
  display: grid;
  gap: 0.5787037037rem;
}

.footer__offices {
  display: grid;
  gap: 2.0736rem;
}

.footer__offices__section__list {
  display: grid;
  gap: 2.0736rem;
}

.footer__paragraph,
.footer__address {
  font-size: 1rem;
  line-height: 1.52;
}

.footer__heading {
  color: #ff9c66;
}

.footer__subheading {
  font-size: 1.2rem;
  color: #fff;
}

.footer__directions-link {
  display: block;
  margin-top: 0.5787037037rem;
  font-size: 0.8333333333rem;
  color: #fff;
  text-transform: uppercase;
}
.footer__directions-link::before {
  content: url("/assets/icons/pin-c97b47b0e42b50927c4c5469fb5b8c44.svg");
  display: inline-block;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  margin-right: 0.3348979767rem;
  color: #ff9c66;
}

.footer__link {
  -ms-hyphens: none;
      hyphens: none;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer__link:hover, .footer__link:focus {
  border-bottom: 2px solid #ff9c66;
}

.footer__link,
.footer__directions-link,
.footer__list__link {
  -webkit-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.footer__link:hover, .footer__link:focus,
.footer__directions-link:hover,
.footer__directions-link:focus,
.footer__list__link:hover,
.footer__list__link:focus {
  color: #ff9c66;
}

.footer__list {
  line-height: 1.52;
}
.footer__list > * + * {
  margin-top: 0.5787037037rem;
}

@media screen and (min-width: 48rem) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 3.919104rem 2.985984rem;
    padding: 0 2.0736rem;
  }
  .footer__form {
    grid-row: 1/2;
  }
  .footer__offices {
    grid-row: 1;
  }
  .footer__offices__section__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1.44rem;
  }
}
.claim-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #ff9c66;
}
.claim-header__body {
  max-width: 50rem;
  padding: 0 1rem;
  text-align: center;
}
.claim-header__type {
  font-size: 1rem;
  color: #004153;
  text-transform: uppercase;
}
.claim-header__title {
  margin-top: 1.44rem;
  font-size: 2.0736rem;
  color: #004153;
}
.claim-header__divider {
  width: 9.7519848653rem;
  height: 4px;
  margin-top: 2.0736rem;
  margin-bottom: 2.0736rem;
  background-color: #004153;
  border: 0;
}
.claim-header .icon {
  margin-top: 1.44rem;
}

@media screen and (min-width: 48rem) {
  .claim-header__title {
    font-size: 2.985984rem;
  }
}
.gradient-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.gradient-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 64rem;
  margin: 0 auto;
  padding: 2.0736rem 1rem;
  color: #004153;
}
.gradient-header__type {
  margin-bottom: 0.5787037037rem;
  font-size: 0.9114583333rem;
  text-align: center;
  text-transform: uppercase;
}
.gradient-header__author {
  margin-bottom: 2.985984rem;
  font-size: 0.9114583333rem;
  text-align: center;
}
.gradient-header__title {
  max-width: 60rem;
  margin-bottom: 2.985984rem;
  font-size: 2.0736rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .gradient-header__type {
    font-size: 1rem;
  }
  .gradient-header__author {
    font-size: 1rem;
  }
  .gradient-header__title {
    font-size: 2.48832rem;
  }
}
.image-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 5.148rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 10px solid #ff9c66;
}
.image-header__content {
  width: 100%;
  padding: 2.0736rem 3.919104rem;
  text-align: center;
  background-color: #fff;
}
.image-header__content > * + * {
  margin-top: 1.44rem;
}
.image-header__subtitle {
  font-size: 1.44rem;
  line-height: 1.2;
  color: #004153;
}
.image-header--no-border {
  /* stylelint-disable-next-line declaration-no-important */
  border-style: none !important;
}

@media screen and (min-width: 48rem) {
  .image-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100vh - 8.088rem);
    border: 30px solid #ff9c66;
  }
  .image-header__content {
    width: 50rem;
    margin: 1rem;
  }
}
.landing-page-header {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.44rem;
  padding: 2.985984rem 1rem;
}
.landing-page-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2.0736rem;
  color: #004153;
  background-color: #fff;
  border-bottom: 8px solid #ff9c66;
}
.landing-page-header__title {
  margin-bottom: 0.5787037037rem;
  padding-bottom: 2.0736rem;
  font-size: 2.0736rem;
  text-align: center;
}
.landing-page-header__text {
  margin-bottom: 2.0736rem;
  font-size: 1.2rem;
  line-height: 1.52;
  text-align: center;
}

.landing-page-header.bg-image-edition-01 {
  background-color: transparent;
}

@media screen and (min-width: 48rem) {
  .landing-page-header {
    margin-bottom: 3.919104rem;
    padding: 2.985984rem;
  }
  .landing-page-header__body {
    position: relative;
    top: 7.4300837069rem;
    padding: 7.4300837069rem 2.0736rem 3.919104rem;
  }
  .landing-page-header__title {
    font-size: 2.985984rem;
  }
  .landing-page-header__subtitle {
    font-size: 2.0736rem;
  }
  .landing-page-header__type {
    font-size: 1rem;
  }
  .landing-page-header__text {
    padding-right: 2.985984rem;
    padding-left: 2.985984rem;
    font-size: 1.728rem;
  }
}
@media screen and (max-width: 75rem) and (min-height: 60rem) {
  .landing-page-header {
    min-height: 20rem;
  }
}
.staff-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}

.staff-header__body {
  display: grid;
  gap: 2.0736rem;
  place-items: center;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2.0736rem 1rem;
  color: #004153;
}
.staff-header__body .social-media-bar__item .icon:hover,
.staff-header__body .social-media-bar__item .icon:focus {
  background: #ff9c66;
}

.staff-header__profile {
  display: grid;
  gap: 2.0736rem;
  place-items: center;
  width: 100%;
  -ms-hyphens: none;
      hyphens: none;
}

.staff-header__profile__name > * + * {
  margin-top: 0.5787037037rem;
}

.staff-header__profile__person__link {
  font-size: 0.9114583333rem;
}

.staff-header__text {
  padding-bottom: 1.44rem;
  border-bottom: #004153 solid 2px;
}

@media screen and (min-width: 36rem) {
  .staff-header__profile {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.standard-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3.919104rem;
  background-blend-mode: multiply;
}
.standard-header__title {
  position: relative;
  max-width: 90.25rem;
  margin-top: 1.44rem;
  padding: 0 1.44rem;
  font-size: 2.0736rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.standard-header__subtitle {
  position: relative;
  max-width: 50rem;
  margin-top: 1rem;
  padding: 0 1.44rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.standard-header__type {
  position: relative;
  max-width: 50rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.standard-header__type--underlined {
  border-bottom: #ff9c66 solid 3px;
}
.standard-header__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.985984rem;
  padding: 1rem;
  background-color: #004153;
}
.standard-header__intro .content-separator {
  margin-top: 2.0736rem;
}
.standard-header__intro-headline {
  color: #fff;
  text-align: center;
}
.standard-header__intro__text {
  margin-top: 0.5787037037rem;
  font-size: 1.2rem;
  line-height: 1.52;
  color: #fff;
  text-align: center;
}
.standard-header__intro__label {
  position: relative;
  top: -2rem;
  display: block;
  padding: 0.3348979767rem 0.5787037037rem;
  font-size: 0.9114583333rem;
  color: #fff;
  background-color: #ff9c66;
}

.standard-header--inverted .standard-header__title {
  color: #004153;
}
.standard-header--inverted .standard-header__type {
  color: #004153;
}
.standard-header--inverted .standard-header__subtitle {
  color: #ff9c66;
}

.podcast-header--avatar--overlay {
  background-color: #ff9c66;
  background-repeat: no-repeat;
  background-position: top right, top left;
  background-size: 0%;
  background-blend-mode: multiply;
}
.podcast-header--avatar--overlay .standard-header__subtitle {
  color: #004153;
}
.podcast-header--avatar--overlay .standard-header__title,
.podcast-header--avatar--overlay .standard-header__subtitle {
  padding: 0 3.919104rem;
}
.podcast-header--avatar--overlay .standard-header__intro__label {
  font-size: 0.9114583333rem;
  color: #004153;
  background-color: #fff;
}

@media screen and (min-width: 36rem) {
  .standard-header__title {
    font-size: 2.48832rem;
  }
  .podcast-header--avatar--overlay {
    background-size: 70%;
  }
}
@media screen and (min-width: 48rem) {
  .standard-header {
    margin-bottom: 9.7519848653rem;
  }
  .podcast-header--avatar--overlay {
    background-size: contain;
  }
  .standard-header__title {
    font-size: 2.985984rem;
  }
  .standard-header__subtitle {
    font-size: 1.44rem;
  }
  .standard-header__intro {
    min-width: 50rem;
    max-width: 90.25rem;
    margin-top: 3.919104rem;
    padding: 2.985984rem;
  }
  .standard-header__intro__text {
    font-size: 1.728rem;
  }
  .standard-header__intro__label {
    top: -4.1rem;
    padding: 0.5787037037rem 1rem;
  }
  .standard-header__type,
  .standard-header__title,
  .standard-header__subtitle,
  .standard-header__intro {
    top: 7.4300837069rem;
  }
}
@media screen and (min-width: 75rem) {
  .standard-header__title {
    font-size: 4.29981696rem;
  }
  .standard-header__subtitle {
    font-size: 1.728rem;
  }
}
.text-header {
  background-color: #fff;
}
.text-header__body {
  max-width: 50rem;
  margin: 2.985984rem auto;
  padding: 1rem;
  text-align: center;
}
.text-header__title {
  margin-bottom: 2.0736rem;
  font-size: 2.0736rem;
  color: #004153;
}
.text-header__text {
  margin-bottom: 2.0736rem;
  font-size: 1.2rem;
  line-height: 1.52;
  color: #004153;
}
.text-header__divider {
  width: 9.7519848653rem;
  height: 4px;
  margin-top: 2.0736rem;
  margin-bottom: 2.0736rem;
  background-color: #004153;
  border: 0;
}

@media screen and (min-width: 48rem) {
  .text-header__body {
    margin: 3.919104rem auto;
  }
  .text-header__title {
    margin-bottom: 2.985984rem;
    font-size: 2.985984rem;
  }
  .text-header__text {
    font-size: 1.728rem;
  }
}
.topic-header {
  min-height: 70vh;
  padding: 2.985984rem 1rem;
  background-blend-mode: multiply;
}
.topic-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.44rem;
  color: #004153;
  background-color: #ff9c66;
  background-size: cover;
}
.topic-header__title {
  margin-bottom: 0.5787037037rem;
  padding-bottom: 2.0736rem;
  font-size: 2.48832rem;
  line-height: 1.07;
  text-align: center;
}
.topic-header__type {
  margin-bottom: 0.5787037037rem;
  font-size: 1rem;
  color: #004153;
  text-align: center;
  text-transform: uppercase;
}
.topic-header__text {
  max-width: 100%;
  margin-bottom: 2.0736rem;
  padding-right: 1.44rem;
  padding-left: 1.44rem;
  font-size: 1.2rem;
  line-height: 1.52;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .topic-header {
    padding: 2.985984rem;
  }
  .topic-header__body {
    padding: 2.985984rem;
  }
  .topic-header__title {
    font-size: 4.29981696rem;
  }
  .topic-header__subtitle {
    font-size: 1.728rem;
  }
  .topic-header__text {
    font-size: 1.728rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .topic-header__body {
    max-width: 100%;
  }
}
.bg-video {
  position: absolute;
  z-index: -100;
  inset: -100%;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* stylelint-disable-next-line scss/dollar-variable-colon-space-after */
.main-navigation .navigation-links summary,
.main-navigation .navigation-links button, .main-navigation menu-toggle button, .main-navigation .navigation-meta a, .main-navigation .navigation-links a, .main-navigation .search-link, .main-navigation .brand-link, .skip-link {
  cursor: pointer;
  display: inline-block;
  margin: var(--forced-colors-action-margin);
  color: #fff;
  -webkit-transition: color 0.175s ease;
  transition: color 0.175s ease;
}
.main-navigation .navigation-links summary:hover,
.main-navigation .navigation-links button:hover, .main-navigation menu-toggle button:hover, .main-navigation .navigation-meta a:hover, .main-navigation .navigation-links a:hover, .main-navigation .search-link:hover, .main-navigation .brand-link:hover, .skip-link:hover, .main-navigation .navigation-links summary:focus,
.main-navigation .navigation-links button:focus, .main-navigation menu-toggle button:focus, .main-navigation .navigation-meta a:focus, .main-navigation .navigation-links a:focus, .main-navigation .search-link:focus, .main-navigation .brand-link:focus, .skip-link:focus {
  color: #ff9c66;
  -webkit-transition: color 0.175s ease;
  transition: color 0.175s ease;
}
.main-navigation .navigation-links summary:hover .icon,
.main-navigation .navigation-links button:hover .icon, .main-navigation menu-toggle button:hover .icon, .main-navigation .navigation-meta a:hover .icon, .main-navigation .navigation-links a:hover .icon, .main-navigation .search-link:hover .icon, .main-navigation .brand-link:hover .icon, .skip-link:hover .icon, .main-navigation .navigation-links summary:focus .icon,
.main-navigation .navigation-links button:focus .icon, .main-navigation menu-toggle button:focus .icon, .main-navigation .navigation-meta a:focus .icon, .main-navigation .navigation-links a:focus .icon, .main-navigation .search-link:focus .icon, .main-navigation .brand-link:focus .icon, .skip-link:focus .icon {
  background-color: #ff9c66;
}
.main-navigation .navigation-links summary:focus,
.main-navigation .navigation-links button:focus, .main-navigation menu-toggle button:focus, .main-navigation .navigation-meta a:focus, .main-navigation .navigation-links a:focus, .main-navigation .search-link:focus, .main-navigation .brand-link:focus, .skip-link:focus {
  border-color: #ff9c66;
  outline: 2px solid #005268;
}
.main-navigation .navigation-links summary:focus-visible,
.main-navigation .navigation-links button:focus-visible, .main-navigation menu-toggle button:focus-visible, .main-navigation .navigation-meta a:focus-visible, .main-navigation .navigation-links a:focus-visible, .main-navigation .search-link:focus-visible, .main-navigation .brand-link:focus-visible, .skip-link:focus-visible {
  border-color: #ff9c66;
  outline: 2px solid #005268;
}
.main-navigation .navigation-links summary:focus:not(:focus-visible),
.main-navigation .navigation-links button:focus:not(:focus-visible), .main-navigation menu-toggle button:focus:not(:focus-visible), .main-navigation .navigation-meta a:focus:not(:focus-visible), .main-navigation .navigation-links a:focus:not(:focus-visible), .main-navigation .search-link:focus:not(:focus-visible), .main-navigation .brand-link:focus:not(:focus-visible), .skip-link:focus:not(:focus-visible) {
  border-color: transparent;
  outline: none;
}

.main-navigation .navigation-meta a, .main-navigation .navigation-links a, .main-navigation .search-link, .main-navigation .brand-link, .skip-link {
  -webkit-text-decoration: var(--forced-colors-link-decoration, none);
          text-decoration: var(--forced-colors-link-decoration, none);
  border: var(--forced-colors-link-border-width, 2px) solid transparent;
}

.main-navigation .navigation-links summary,
.main-navigation .navigation-links button, .main-navigation menu-toggle button {
  background-color: transparent;
  border: 2px solid transparent;
}

.skip-link {
  display: block;
  margin-bottom: 2px;
  padding: 1.44rem;
  background-color: #005268;
}
.main-navigation {
  --navbar-background-color: #004153;
  display: grid;
  grid-template-areas: "brand menu search" "nav nav nav" "meta meta meta";
  grid-template-columns: 1fr auto auto;
  background-color: var(--navbar-background-color);
}
.main-navigation--transparent {
  --navbar-background-color: transparent;
}
.main-navigation--black {
  /* stylelint-disable-next-line */
  --navbar-background-color: #242424;
}
.main-navigation ul {
  padding: 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
  background-color: transparent;
}
.main-navigation ul[role=list],
.main-navigation ol[role=list] {
  list-style: none;
  list-style-type: none;
}
.main-navigation .brand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: brand;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.44rem;
}
.main-navigation .brand-link .brand-logo {
  width: 6.80832rem;
  height: 1.728rem;
}
.main-navigation .search-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: search;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.44rem;
}
.main-navigation .search-link .icon {
  width: 1.44rem;
  height: 1.44rem;
}
.main-navigation menu-toggle {
  grid-area: menu;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation menu-toggle::after {
  content: "";
  width: 0;
  height: 1.44rem;
  border: 1px solid #fff;
}
.main-navigation menu-toggle:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation menu-toggle button {
  padding: 1.44rem;
  font-size: 1.3125rem;
  font-weight: bold;
}
.main-navigation .navigation-links {
  grid-area: nav;
  font-size: 1.3125rem;
  background-color: #005268;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.main-navigation .navigation-links--black {
  /* stylelint-disable-next-line */
  background-color: #242424;
}
.main-navigation .navigation-links--black sub-menu {
  /* stylelint-disable-next-line */
}
.main-navigation .navigation-links--black sub-menu details > ul,
.main-navigation .navigation-links--black sub-menu > div {
  /* stylelint-disable-next-line */
  background-color: #242424;
}
.main-navigation .navigation-links > :first-child {
  margin-top: 2.88rem;
}
.main-navigation .navigation-links > :last-child {
  margin-bottom: 2.88rem;
}
.main-navigation .navigation-links a,
.main-navigation .navigation-links summary,
.main-navigation .navigation-links button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.72rem 1.44rem;
  background-color: transparent;
}
.main-navigation .navigation-links > li > a,
.main-navigation .navigation-links summary,
.main-navigation .navigation-links button {
  font-size: 1.89rem;
  font-weight: bold;
}
.main-navigation .navigation-links a[aria-current=page] {
  text-decoration: underline;
  text-decoration-color: #ff9c66;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5787037037rem;
}
.main-navigation .navigation-meta {
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: meta;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 1.44rem;
  font-size: var(--pointer-fine-navbar-meta-font-size, inherit);
  color: #fff;
  text-transform: uppercase;
  background-color: var(--navbar-background-color);
}
.main-navigation .navigation-meta > * {
  margin: 1.44rem 0;
}
.main-navigation .navigation-meta a {
  padding: var(--pointer-fine-navbar-meta-spacer, 0.5787037037rem);
}
.main-navigation .navigation-meta a[aria-current=true] {
  text-decoration: underline;
  text-decoration-color: #ff9c66;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3348979767rem;
}
.main-navigation .navigation-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation .navigation-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation .navigation-meta li:not(:last-child)::after {
  content: "|";
}
.main-navigation[data-expanded] {
  grid-template-rows: var(--main-navigation-grid-template-rows);
  -webkit-transition: var(--grid-row-transition);
  transition: var(--grid-row-transition);
}
.main-navigation[data-expanded] .navigation-links,
.main-navigation[data-expanded] .navigation-meta {
  overflow: hidden;
  min-height: 0;
  visibility: var(--main-navigation-menu-visibility);
  -webkit-transition: var(--visibility-transition);
  transition: var(--visibility-transition);
}
.main-navigation[data-expanded=true] {
  --main-navigation-grid-template-rows: min-content 1fr min-content;
  --main-navigation-menu-visibility: visibility;
}
.main-navigation[data-expanded=false] {
  --main-navigation-grid-template-rows: min-content 0fr 0fr;
  --main-navigation-menu-visibility: hidden;
}
.main-navigation sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* stylelint-disable-next-line selector-max-compound-selectors */
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.main-navigation sub-menu .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.5787037037rem;
  height: 0.5787037037rem;
  margin-left: auto;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
}
.main-navigation sub-menu .icon:hover, .main-navigation sub-menu .icon:focus {
  background: #ff9c66;
}
.main-navigation sub-menu details[open],
.main-navigation sub-menu [aria-expanded=true] {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.main-navigation sub-menu details[open] .icon,
.main-navigation sub-menu [aria-expanded=true] .icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.main-navigation sub-menu div {
  overflow: hidden;
  display: grid;
  grid-template-rows: var(--submenu-grid-template-rows);
  -webkit-transition: var(--grid-row-transition);
  transition: var(--grid-row-transition);
}
.main-navigation sub-menu ul {
  min-height: 0;
  margin-bottom: 0.5787037037rem;
  visibility: var(--submenu-visibility);
  -webkit-transition: var(--visibility-transition);
  transition: var(--visibility-transition);
}
.main-navigation sub-menu [aria-expanded=false] + div {
  --submenu-grid-template-rows: 0fr;
  --submenu-visibility: hidden;
}
.main-navigation sub-menu [aria-expanded=true] + div {
  --submenu-grid-template-rows: 1fr;
  --submenu-visibility: visible;
}
@media (prefers-reduced-motion: no-preference) {
  .main-navigation {
    --grid-row-transition: grid-template-rows 0.525s ease-in-out;
    --visibility-transition: visibility 0.525s ease-in-out;
  }
}
@media (forced-colors: active) {
  .main-navigation {
    --forced-colors-link-border-width: 0;
    --forced-colors-action-margin: 2px;
    --forced-colors-link-decoration: underline;
    --forced-colors-navbar-toggler-width: 10rem;
  }
  .main-navigation .link-alt {
    all: revert;
    text-align: left;
  }
}
@media (pointer: fine) {
  .main-navigation {
    --pointer-fine-navbar-meta-font-size: 0.75rem;
    --pointer-fine-navbar-meta-spacer: 0.2893518519rem;
  }
}
@media (min-width: 25rem) {
  .main-navigation .navigation-meta {
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 925px) {
  .main-navigation {
    --navbar-toggler-width: var(--forced-colors-navbar-toggler-width, calc(2px * 2 + 1.44rem * 3));
    grid-template-areas: ". . brand meta search" "nav nav nav nav nav";
    grid-template-columns: var(--navbar-toggler-width) 1fr 1fr 1fr var(--navbar-toggler-width);
  }
  .main-navigation .brand-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-navigation menu-toggle:not([hidden]) {
    display: none;
  }
  .main-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.72rem;
    background-color: var(--navbar-background-color);
    /* stylelint-disable-next-line selector-max-compound-selectors */
  }
  .main-navigation .navigation-links a {
    white-space: nowrap;
  }
  .main-navigation .navigation-links > li > a,
  .main-navigation .navigation-links summary,
  .main-navigation .navigation-links button {
    padding: 1.44rem 0.72rem;
    font-size: 1.3125rem;
  }
  .main-navigation .navigation-links > :first-child {
    margin-top: 0;
  }
  .main-navigation .navigation-links > :last-child {
    --submenu-position-right: 0;
    margin-bottom: 0;
  }
  .main-navigation .navigation-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .main-navigation[data-expanded] .navigation-links,
  .main-navigation[data-expanded] .navigation-meta {
    overflow: visible;
    min-height: auto;
    visibility: visible;
  }
  .main-navigation sub-menu {
    position: relative;
    display: grid;
    grid-template-areas: "button ." "menu menu";
    /* stylelint-disable-next-line selector-max-compound-selectors */
    /* stylelint-disable-next-line selector-max-compound-selectors */
  }
  .main-navigation sub-menu > button {
    grid-area: button;
  }
  .main-navigation sub-menu > div {
    grid-area: menu;
  }
  .main-navigation sub-menu .icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 0.5787037037rem;
  }
  .main-navigation sub-menu details[open],
  .main-navigation sub-menu ul {
    margin-bottom: 0;
  }
  .main-navigation sub-menu li:first-child {
    margin-top: 0.72rem;
  }
  .main-navigation sub-menu li:last-child {
    margin-bottom: 0.72rem;
  }
  .main-navigation sub-menu details > ul,
  .main-navigation sub-menu > div {
    position: absolute;
    z-index: 1;
    right: var(--submenu-position-right);
    background-color: #005268;
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .main-navigation sub-menu [aria-expanded=true] + div {
    z-index: 2;
  }
  .main-navigation sub-menu:hover {
    z-index: 3;
    /* stylelint-disable-next-line max-nesting-depth */
  }
  .main-navigation sub-menu:hover > div {
    --submenu-visibility: visible;
    --submenu-grid-template-rows: 1fr;
  }
}
@media (min-width: 90.25rem) {
  .main-navigation {
    grid-template-areas: ". . . brand meta search ." ". . nav nav nav . .";
    grid-template-columns: 1fr var(--navbar-toggler-width) calc((90.25rem - 10rem - var(--navbar-toggler-width) * 2) * 0.5) 10rem calc((90.25rem - 10rem - var(--navbar-toggler-width) * 2) * 0.5) var(--navbar-toggler-width) 1fr;
  }
  .main-navigation .navigation-links {
    gap: 1.44rem;
  }
}

.newsletter-optin {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #646465;
  background-image: url("/assets/bg-images/edition-02/edition02-data-05-3290c8ad8b83c0526aa3f522b30e0905.webp");
  background-size: cover;
  background-blend-mode: multiply;
}
.newsletter-optin .form-label {
  color: #fff;
}

.newsletter-optin__title {
  color: #fff;
  text-align: center;
}

.newsletter-optin__subtitle {
  color: #fff;
  text-align: center;
}

.newsletter-optin__form .form-control {
  border: 0;
}

.search-result-list .search-result-list__item + .search-result-list__item {
  padding-top: 1.44rem;
  border-top: 1px solid #ff9c66;
}

.container-xl,
.contact-person,
.container-md,
.conclusion-wrapper,
.tag-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.5787037037rem;
}
.container-xl > * + *,
.contact-person > * + *,
.container-md > * + *,
.conclusion-wrapper > * + *,
.tag-section > * + * {
  margin-top: 2.0736rem;
}

.container-xl,
.contact-person {
  max-width: 90.25rem;
}

.container-md,
.conclusion-wrapper,
.tag-section {
  max-width: 50rem;
}

.container-vertical-spacing-xxl {
  padding-top: 3.919104rem;
  padding-bottom: 3.919104rem;
}

.container-vertical-spacing-xl,
.contact-person,
.share-section,
.tag-section,
.footer {
  padding-top: 2.985984rem;
  padding-bottom: 2.985984rem;
}

.container-vertical-spacing-lg,
.training-detail-page figure,
.story-detail-page figure,
.story-detail-page super-quote,
.story-detail-page long-quote,
.story-detail-page pull-quote,
.job-page super-quote,
.job-page long-quote,
.article-layout-simple super-quote,
.article-layout-simple long-quote,
.training-detail-page super-quote,
.case-study-page super-quote,
.article-page-default super-quote,
.training-detail-page long-quote,
.case-study-page long-quote,
.article-page-default long-quote,
.training-detail-page pull-quote,
.case-study-page pull-quote,
.article-page-default pull-quote {
  padding-top: 2.0736rem;
  padding-bottom: 2.0736rem;
}

@media screen and (min-width: 75rem) {
  .container-xl {
    padding: 0 2.0736rem;
  }
  .container-vertical-spacing-xxl {
    padding-top: 7.4300837069rem;
    padding-bottom: 7.4300837069rem;
  }
  .container-vertical-spacing-xl {
    padding-top: 3.919104rem;
    padding-bottom: 3.919104rem;
  }
  .container-vertical-spacing-lg {
    padding-top: 2.985984rem;
    padding-bottom: 2.985984rem;
  }
}
.masonry-grid {
  display: grid;
  grid-gap: 1.44rem;
}
.masonry-grid .case-list-teaser__body {
  top: 0;
}

@media screen and (min-width: 60rem) {
  .masonry-grid {
    grid-template-columns: repeat(8, minmax(6rem, 1fr));
  }
  .span-4 {
    grid-column: span 4;
  }
  .span-3 {
    grid-column: span 3;
  }
  .span-5 {
    grid-column: span 5;
  }
}
.one-column-grid {
  display: grid;
  grid-column: 1fr;
  gap: 1.44rem;
  width: 100%;
}

.tile-grid-sm,
.tile-grid-md,
.tile-grid-alternating-1-4 {
  display: grid;
  grid-gap: 1rem;
  width: 100%;
}

.tile-grid-alternating-1-4 {
  grid-gap: 7.4300837069rem 1rem;
}

.tile-grid-sm {
  grid-template-columns: repeat(auto-fit, minmax(min(23rem, 100%), 1fr));
}

.tile-grid-md {
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
}

@media screen and (min-width: 60rem) {
  .tile-grid-alternating-1-4 {
    grid-template-columns: repeat(2, minmax(6rem, 1fr));
  }
  .tile-grid-alternating-1-4 :nth-child(5n+1) {
    grid-column: span 2;
  }
}
.stripe {
  overflow: hidden;
  width: 100%;
}

.stripe--primary {
  background-color: #ff9c66;
}

.stripe--secondary {
  background-color: #004153;
}

.stripe--white {
  background-color: #fff;
}

.stripe--bg-image {
  background-color: rgba(0, 65, 83, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.stripe--gray {
  background-color: #f7f7f7;
}

.stripe--black {
  background-color: #242424;
}

.stripe--gradient {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, rgb(255, 230, 217)), color-stop(60%, rgb(255, 156, 102)));
  background: linear-gradient(360deg, rgb(255, 230, 217) 23%, rgb(255, 156, 102) 60%);
}

.stripe--gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}

.training-detail-page, .case-study-page, .article-page-default {
  display: grid;
  grid-template-columns: 1rem [content-start] 1fr [content-center-start] 3fr [content-center-end] 1fr [content-end] 1rem;
  grid-template-rows: repeat(10, auto);
  margin-top: 2.0736rem;
  padding-bottom: 2.0736rem;
}
.training-detail-page .author-section, .case-study-page .author-section, .article-page-default .author-section {
  grid-column: content-start/content-end;
}
.training-detail-page .content, .case-study-page .content, .article-page-default .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: content-start/content-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0736rem;
}
.training-detail-page .toc, .case-study-page .toc, .article-page-default .toc {
  grid-column: content-start/content-end;
}
.training-detail-page .cta-sidebar, .case-study-page .cta-sidebar, .article-page-default .cta-sidebar {
  grid-column: content-center-start/content-center-end;
  grid-row: -1;
}
.training-detail-page > * + *, .case-study-page > * + *, .article-page-default > * + * {
  margin-top: 1.44rem;
}
.training-detail-page super-quote, .case-study-page super-quote, .article-page-default super-quote,
.training-detail-page long-quote,
.case-study-page long-quote,
.article-page-default long-quote,
.training-detail-page pull-quote,
.case-study-page pull-quote,
.article-page-default pull-quote {
  justify-self: center;
}
.training-detail-page .centered-content, .case-study-page .centered-content, .article-page-default .centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.training-detail-page .centered-content-75, .case-study-page .centered-content-75, .article-page-default .centered-content-75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 75%;
}
@media screen and (max-width: 36rem) {
  .training-detail-page .cta-sidebar, .case-study-page .cta-sidebar, .article-page-default .cta-sidebar {
    grid-column: content-start/content-end;
    margin-top: 2.0736rem;
  }
}
@media screen and (min-width: 48rem) {
  .training-detail-page, .case-study-page, .article-page-default {
    padding-right: 7.4300837069rem;
    padding-left: 7.4300837069rem;
  }
}
@media screen and (min-width: 82rem) {
  .training-detail-page, .case-study-page, .article-page-default {
    grid-template-columns: 1fr 11rem 5rem 2rem [content-start] 10rem [content-center-start] 30rem [content-center-end] 10rem [content-end] 2rem 5rem 11rem 1fr;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .training-detail-page .author-section, .case-study-page .author-section, .article-page-default .author-section {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .training-detail-page .content, .case-study-page .content, .article-page-default .content {
    grid-area: content;
    grid-row: 2/5;
  }
  .training-detail-page .toc, .case-study-page .toc, .article-page-default .toc,
  .training-detail-page .cta-sidebar,
  .case-study-page .cta-sidebar,
  .article-page-default .cta-sidebar {
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 1.44rem;
  }
  .training-detail-page .toc, .case-study-page .toc, .article-page-default .toc {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .training-detail-page .cta-sidebar, .case-study-page .cta-sidebar, .article-page-default .cta-sidebar {
    grid-column: 2/4;
    grid-row: 3/4;
    margin-top: 2.0736rem;
  }
  .training-detail-page .info-note, .case-study-page .info-note, .article-page-default .info-note {
    grid-column: 7/9;
    grid-row: 2/100;
    align-self: start;
  }
}

.job-page,
.article-layout-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem 2.0736rem 1rem;
}
.job-page > * + *,
.article-layout-simple > * + * {
  margin-top: 1.44rem;
}
.job-page super-quote,
.job-page long-quote,
.article-layout-simple super-quote,
.article-layout-simple long-quote {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 45rem;
}
.job-page .centered-content,
.article-layout-simple .centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-page .centered-content-75,
.article-layout-simple .centered-content-75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 75%;
}
@media screen and (min-width: 48rem) {
  .job-page,
  .article-layout-simple {
    padding-right: 7.4300837069rem;
    padding-left: 7.4300837069rem;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 82rem) {
    .job-page,
    .article-layout-simple {
      display: grid;
      grid-template-columns: 1fr 7rem 50rem 7rem 1fr;
      grid-template-rows: auto;
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .job-page h1,
    .job-page h2,
    .job-page h3,
    .job-page h4,
    .job-page h5,
    .job-page h6,
    .job-page p,
    .job-page ul,
    .job-page ol,
    .job-page check-list,
    .job-page bold-list,
    .job-page table,
    .job-page blockquote,
    .job-page super-quote,
    .job-page long-quote,
    .job-page pull-quote,
    .job-page info-box,
    .job-page pre,
    .job-page code,
    .job-page wall-of-consent,
    .job-page hr,
    .job-page .author-bio,
    .job-page .author-section,
    .job-page .footnote-section,
    .job-page .footnotes,
    .job-page .centered-content,
    .job-page .centered-content-75,
    .job-page .zigzag,
    .article-layout-simple h1,
    .article-layout-simple h2,
    .article-layout-simple h3,
    .article-layout-simple h4,
    .article-layout-simple h5,
    .article-layout-simple h6,
    .article-layout-simple p,
    .article-layout-simple ul,
    .article-layout-simple ol,
    .article-layout-simple check-list,
    .article-layout-simple bold-list,
    .article-layout-simple table,
    .article-layout-simple blockquote,
    .article-layout-simple super-quote,
    .article-layout-simple long-quote,
    .article-layout-simple pull-quote,
    .article-layout-simple info-box,
    .article-layout-simple pre,
    .article-layout-simple code,
    .article-layout-simple wall-of-consent,
    .article-layout-simple hr,
    .article-layout-simple .author-bio,
    .article-layout-simple .author-section,
    .article-layout-simple .footnote-section,
    .article-layout-simple .footnotes,
    .article-layout-simple .centered-content,
    .article-layout-simple .centered-content-75,
    .article-layout-simple .zigzag {
      grid-column: 3/4;
    }
    .job-page figure,
    .job-page .two-column-image-divider-asymmetric,
    .job-page .case-list-teaser,
    .job-page .topic-teaser,
    .article-layout-simple figure,
    .article-layout-simple .two-column-image-divider-asymmetric,
    .article-layout-simple .case-list-teaser,
    .article-layout-simple .topic-teaser {
      grid-column: 2/5;
    }
  }
}

.main-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-layout > * + * {
  margin-top: 2.0736rem;
}
.main-layout > :first-child {
  margin-top: 2.985984rem;
}
@media screen and (min-width: 48rem) {
  .main-layout > * + * {
    margin-top: 2.985984rem;
  }
  .main-layout > :first-child {
    margin-top: 3.919104rem;
  }
}

.page-layout-xl--default,
.page-layout-md--default {
  padding: 1rem;
}
.page-layout-xl--default > * + *,
.page-layout-md--default > * + * {
  margin-top: 1.44rem;
}

@media screen and (min-width: 48rem) {
  .page-layout-xl--default {
    max-width: 90.25rem;
  }
  .page-layout-md--default {
    max-width: 50rem;
  }
  .page-layout-xl--default,
  .page-layout-md--default {
    margin: 1.44rem auto;
  }
  main > .page-layout-xl--default:first-child,
  main > .page-layout-md--default:first-child {
    margin-top: 2.985984rem;
  }
}
.teaser-page-layout {
  width: 95%;
  max-width: 90.25rem;
  margin-right: auto;
  margin-bottom: 1.44rem;
  margin-left: auto;
}

.podcast-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .podcast-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .podcast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .podcast-teaser--avatar--overlay--big,
  .podcast-teaser--ctoneedtoknow-4 {
    grid-column: span 2;
  }
}
.btn--cta--color-swap {
  margin-bottom: 2.985984rem;
  color: #ff9c66;
  background-color: #004153;
}
.btn--cta--color-swap:hover, .btn--cta--color-swap:focus {
  color: #004153;
  background-color: #004153;
  border-color: #004153;
}
.btn--cta--color-swap .btn {
  margin-left: 0;
}

.case-study-page .customerlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.985984rem;
  margin-bottom: 2.985984rem;
}
.case-study-page .customerlogo img {
  max-width: 40%;
}

.artist-collabo-page {
  background-color: #f7f7f7;
}
.artist-collabo-page .standard-header__type {
  font-size: 1.2rem;
}
.artist-collabo-page .standard-header__intro {
  background-color: #fff;
}
.artist-collabo-page .standard-header__intro h3 {
  color: #242424;
}
.artist-collabo-page .standard-header__intro__text {
  color: #242424;
}
.artist-collabo-page .artist-list-teaser {
  margin-top: 3.919104rem;
}
@media screen and (min-width: 48rem) {
  .artist-collabo-page .standard-header {
    margin-bottom: 6.1917364224rem;
  }
}

.work-page .section-heading--primary,
.work-page .teaser-section-heading {
  margin-top: 2.985984rem;
}
.work-page .superquote > p {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.work-page .topic-teaser__text {
  line-height: 1.52;
}
@media screen and (min-width: 48rem) {
  .work-page .big-content-teaser {
    min-height: 24.26605898rem;
  }
}
@media screen and (min-width: 75rem) {
  .work-page .big-content-teaser__headline {
    font-size: 2.0736rem;
  }
  .work-page .topic-teaser {
    min-height: 46.0051199094rem;
  }
}

.job-page .topic-teaser {
  background-position: center;
}
.job-page .case-tile-teaser--sm {
  margin-bottom: 12.8391846455rem;
}
.job-page .case-tile-teaser__content--sm {
  bottom: -15.4070215746rem;
}
@media screen and (min-width: 48rem) {
  .job-page .topic-teaser {
    min-height: 38.3375999245rem;
  }
}

.landing-page .service-intro-grid {
  margin-top: 3.919104rem;
}

.magazine-page--link {
  margin-bottom: 3.919104rem;
  text-align: center;
}

.ctoneedtoknow-podcast-overview-page ::-moz-selection {
  background: #f4f4f4;
}

.ctoneedtoknow-podcast-overview-page ::selection {
  background: #f4f4f4;
}
.ctoneedtoknow-podcast-overview-page .topic-header {
  margin-bottom: 2.985984rem;
}
.ctoneedtoknow-podcast-overview-page .topic-header__body {
  color: #242424;
  background-color: #fff;
}
.ctoneedtoknow-podcast-overview-page .toolbar__link {
  padding: 0.5787037037rem;
  color: #242424;
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}
.ctoneedtoknow-podcast-overview-page .toolbar__link:hover, .ctoneedtoknow-podcast-overview-page .toolbar__link:focus {
  color: #fff;
  background-color: #242424;
}
.ctoneedtoknow-podcast-overview-page .toolbar__link:hover .icon, .ctoneedtoknow-podcast-overview-page .toolbar__link:focus .icon {
  background: #fff;
}

.podcast-detail-page--ctoneedtoknow ::-moz-selection {
  color: #fff;
  background: #242424;
}

.podcast-detail-page--ctoneedtoknow ::selection {
  color: #fff;
  background: #242424;
}
.podcast-detail-page--ctoneedtoknow a:not([class]):hover,
.podcast-detail-page--ctoneedtoknow a:not([class]):focus {
  color: #fff;
  background-color: #242424;
}
.podcast-detail-page--ctoneedtoknow .standard-header__intro__label {
  color: #fff;
  background-color: #242424;
}
.podcast-detail-page--ctoneedtoknow .standard-header__intro {
  color: #242424;
  background-color: #fff;
}
.podcast-detail-page--ctoneedtoknow .standard-header__title,
.podcast-detail-page--ctoneedtoknow .standard-header__subtitle,
.podcast-detail-page--ctoneedtoknow .standard-header__type {
  color: #fff;
}
.podcast-detail-page--ctoneedtoknow .standard-header__intro__text {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .standard-header__type--underlined {
  border-bottom: #fff solid 3px;
}
.podcast-detail-page--ctoneedtoknow .page-layout-md--default h3,
.podcast-detail-page--ctoneedtoknow .page-layout-md--default .teaser-section-heading {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .toolbar__link,
.podcast-detail-page--ctoneedtoknow .share-section__link,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile,
.podcast-detail-page--ctoneedtoknow .author-bio {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .toolbar__link:hover, .podcast-detail-page--ctoneedtoknow .toolbar__link:focus,
.podcast-detail-page--ctoneedtoknow .share-section__link:hover,
.podcast-detail-page--ctoneedtoknow .share-section__link:focus,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile:hover,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile:focus,
.podcast-detail-page--ctoneedtoknow .author-bio:hover,
.podcast-detail-page--ctoneedtoknow .author-bio:focus {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .toolbar__link .icon,
.podcast-detail-page--ctoneedtoknow .share-section__link .icon,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile .icon,
.podcast-detail-page--ctoneedtoknow .author-bio .icon {
  background: #242424;
}
.podcast-detail-page--ctoneedtoknow .toolbar__link .icon:hover,
.podcast-detail-page--ctoneedtoknow .toolbar__link .icon:focus,
.podcast-detail-page--ctoneedtoknow .share-section__link .icon:hover,
.podcast-detail-page--ctoneedtoknow .share-section__link .icon:focus,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile .icon:hover,
.podcast-detail-page--ctoneedtoknow .author-bio__social-profile .icon:focus,
.podcast-detail-page--ctoneedtoknow .author-bio .icon:hover,
.podcast-detail-page--ctoneedtoknow .author-bio .icon:focus {
  background: #242424;
}
.podcast-detail-page--ctoneedtoknow .btn--cta {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.podcast-detail-page--ctoneedtoknow .btn--cta::after {
  background-color: #fff;
}
.podcast-detail-page--ctoneedtoknow .btn--cta:hover, .podcast-detail-page--ctoneedtoknow .btn--cta:focus {
  color: #242424;
  border-color: #242424;
}
.podcast-detail-page--ctoneedtoknow ul > li {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.podcast-detail-page--ctoneedtoknow ul > li::marker {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow ul > li li::marker {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .tag-section__headline {
  color: #242424;
}
.podcast-detail-page--ctoneedtoknow .tag-list__link {
  color: #fff;
  background-color: #242424;
  border: 2px solid #242424;
}
.podcast-detail-page--ctoneedtoknow .tag-list__link:hover {
  color: #242424;
  background-color: #fff;
}

.podcast-overview-page .topic-header {
  margin-bottom: 2.985984rem;
}
.podcast-overview-page .toolbar__link .icon {
  background: #004153;
}
.podcast-overview-page .toolbar__link:hover, .podcast-overview-page .toolbar__link:focus {
  color: #fff;
}
.podcast-overview-page .toolbar__link:hover .icon, .podcast-overview-page .toolbar__link:focus .icon {
  background: #fff;
}

.podcast-detail-page .podigee-podcast-player,
.podcast-detail-page .toolbar {
  margin-bottom: 2.985984rem;
  text-align: center;
}
.podcast-detail-page .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.985984rem;
}

.podcast-overview-page--security ::-moz-selection {
  background: #fff019;
}

.podcast-overview-page--security ::selection {
  background: #fff019;
}
.podcast-overview-page--security .topic-header .topic-header__body {
  color: #242424;
  background-color: #fff;
}
.podcast-overview-page--security .toolbar__link {
  padding: 0.5787037037rem;
  color: #242424;
  -webkit-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}
.podcast-overview-page--security .toolbar__link:hover, .podcast-overview-page--security .toolbar__link:focus {
  color: #fff;
  background-color: #242424;
}
.podcast-overview-page--security .toolbar__link:hover .icon, .podcast-overview-page--security .toolbar__link:focus .icon {
  background: #fff;
}

.podcast-detail-page--security ::-moz-selection {
  background: #fff019;
}

.podcast-detail-page--security ::selection {
  background: #fff019;
}
.podcast-detail-page--security a:not([class]):hover,
.podcast-detail-page--security a:not([class]):focus {
  background-color: #fff019;
}
.podcast-detail-page--security .podcast-header--avatar--overlay {
  background-color: #fff019;
}
.podcast-detail-page--security .standard-header__intro__label {
  color: #fff019;
  background-color: #242424;
}
.podcast-detail-page--security .standard-header__intro {
  color: #242424;
  background-color: #fff;
}
.podcast-detail-page--security h3,
.podcast-detail-page--security .standard-header__intro__text,
.podcast-detail-page--security .standard-header__title,
.podcast-detail-page--security .standard-header__subtitle,
.podcast-detail-page--security .standard-header__type {
  color: #242424;
}
.podcast-detail-page--security .toolbar__link:hover, .podcast-detail-page--security .toolbar__link:focus,
.podcast-detail-page--security .share-section__link:hover,
.podcast-detail-page--security .share-section__link:focus,
.podcast-detail-page--security .author-bio__social-profile:hover,
.podcast-detail-page--security .author-bio__social-profile:focus,
.podcast-detail-page--security .author-bio:hover,
.podcast-detail-page--security .author-bio:focus {
  color: #242424;
}
.podcast-detail-page--security .toolbar__link .icon,
.podcast-detail-page--security .share-section__link .icon,
.podcast-detail-page--security .author-bio__social-profile .icon,
.podcast-detail-page--security .author-bio .icon {
  background: #242424;
}
.podcast-detail-page--security .toolbar__link .icon:hover,
.podcast-detail-page--security .toolbar__link .icon:focus,
.podcast-detail-page--security .share-section__link .icon:hover,
.podcast-detail-page--security .share-section__link .icon:focus,
.podcast-detail-page--security .author-bio__social-profile .icon:hover,
.podcast-detail-page--security .author-bio__social-profile .icon:focus,
.podcast-detail-page--security .author-bio .icon:hover,
.podcast-detail-page--security .author-bio .icon:focus {
  background: #242424;
}
.podcast-detail-page--security .btn--cta {
  color: #242424;
  background-color: #fff019;
  border-color: #fff019;
}
.podcast-detail-page--security .btn--cta::after {
  background-color: #242424;
}
.podcast-detail-page--security .btn--cta:hover, .podcast-detail-page--security .btn--cta:focus {
  color: #fff019;
  border-color: #242424;
}
.podcast-detail-page--security ul > li {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.podcast-detail-page--security ul > li::marker {
  color: #242424;
}
.podcast-detail-page--security ul > li li::marker {
  color: #fff019;
}
.podcast-detail-page--security .tag-list__link {
  color: #242424;
  background-color: #fff019;
}
.podcast-detail-page--security .tag-list__link:hover {
  color: #fff019;
  background-color: #242424;
}

.product-microsite-page .tile-grid-md {
  gap: 2.985984rem;
}
.product-microsite-page .section-heading--secondary {
  margin-top: 3.919104rem;
}
.product-microsite-page .triplet-divider {
  margin-top: 2.0736rem;
}

.legacy-modernization-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.legacy-modernization-page .longquote__zigzag {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  background: #ffe6d9;
}
.legacy-modernization-page .longquote__zigzag::after, .legacy-modernization-page .longquote__zigzag::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.legacy-modernization-page .longquote__zigzag::before {
  top: 130%;
  height: 6px;
  background: linear-gradient(-135deg, #004153 5px, transparent 0) 0 5px, linear-gradient(135deg, #004153 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.legacy-modernization-page .longquote__zigzag::after {
  top: 100%;
  height: 10px;
  background: linear-gradient(-135deg, #ffe6d9 5px, transparent 0) 0 5px, linear-gradient(135deg, #ffe6d9 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
@media screen and (min-width: 75rem) {
  .legacy-modernization-page .big-content-teaser__headline {
    font-size: 2.0736rem;
  }
}

.faq-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 1.44rem;
  padding-left: 1.44rem;
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.44rem;
  margin-top: 2.0736rem;
}
.text-grid__heading {
  font-size: 1.2rem;
}
.text-grid__heading + p {
  margin-top: 0.3348979767rem;
}

@media screen and (min-width: 48rem) {
  .text-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 2.985984rem;
    -webkit-column-gap: 2.985984rem;
       -moz-column-gap: 2.985984rem;
            column-gap: 2.985984rem;
  }
  .text-grid__heading {
    font-size: 1.44rem;
  }
}
.reviews-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.reviews-page .longquote__zigzag {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  background: #f7f7f7;
}
.reviews-page .longquote__zigzag::after, .reviews-page .longquote__zigzag::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.reviews-page .longquote__zigzag::before {
  top: 130%;
  height: 6px;
  background: linear-gradient(-135deg, #004153 5px, transparent 0) 0 5px, linear-gradient(135deg, #004153 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.reviews-page .longquote__zigzag::after {
  top: 100%;
  height: 10px;
  background: linear-gradient(-135deg, #f7f7f7 5px, transparent 0) 0 5px, linear-gradient(135deg, #f7f7f7 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.reviews-page .center-section {
  text-align: center;
}
.reviews-page .big-content-teaser {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.44rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.0736rem 0;
}
.button-wrapper .btn {
  width: 100%;
  margin-left: 0;
}

.timeline {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #004153;
}

.timeline-event {
  margin-top: 2.0736rem;
}
.timeline-event__icon {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ff9c66;
  border-radius: 50%;
}
.timeline-event .timeline-list {
  margin-left: 0;
  list-style-type: none;
}

.accordion {
  width: 100%;
  padding: 0 1.44rem;
}
.accordion :first-child {
  border-top: hidden;
}
.accordion details {
  padding: 10px 0;
  border-top: 1px solid #004153;
}
.accordion summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.44rem;
  color: #004153;
  list-style: none;
}
.accordion summary::after {
  content: "+";
  font-size: 40px;
  font-weight: 400;
  color: #004153;
}
.accordion details[open] summary::after {
  content: "–";
  font-size: 40px;
  font-weight: 400;
  color: #004153;
}
.accordion details p {
  margin: 10px 0 0;
}

.color-container {
  width: 100%;
  margin-top: 2.985984rem;
  padding: 2.985984rem;
  color: #fff;
  background-color: #004153;
}

.icon-card {
  margin: 0 1rem;
}

@media screen and (min-width: 60rem) {
  .button-wrapper .btn {
    width: auto;
  }
  .icon-card {
    margin: 0 1.44rem;
  }
}
@media screen and (min-width: 75rem) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fill, minmax(50px, auto));
    gap: 3.919104rem;
    margin-top: 2.985984rem;
    border-top: 2px solid #004153;
    border-left: hidden;
  }
  .timeline-event {
    position: relative;
  }
  .timeline-event__icon {
    position: absolute;
    top: -45px;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .timeline-event__content {
    display: grid;
    grid-template-rows: subgrid;
    margin-left: 0;
  }
}
.architecture-strategy-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.architecture-strategy-page .longquote__zigzag {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  background: #fff;
}
.architecture-strategy-page .longquote__zigzag::after, .architecture-strategy-page .longquote__zigzag::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.architecture-strategy-page .longquote__zigzag::before {
  top: 130%;
  height: 6px;
  background: linear-gradient(-135deg, #004153 5px, transparent 0) 0 5px, linear-gradient(135deg, #004153 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.architecture-strategy-page .longquote__zigzag::after {
  top: 100%;
  height: 10px;
  background: linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.architecture-strategy-page .center-section {
  text-align: center;
}
.architecture-strategy-page .big-content-teaser {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.44rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.0736rem 0;
}
.button-wrapper .btn {
  width: 100%;
  margin-left: 0;
}

.timeline {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #004153;
}

.timeline-event {
  margin-top: 2.0736rem;
}
.timeline-event__icon {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ff9c66;
  border-radius: 50%;
}
.timeline-event .timeline-list {
  margin-left: 0;
  list-style-type: none;
}

.accordion {
  width: 100%;
  padding: 0 1.44rem;
}
.accordion :first-child {
  border-top: hidden;
}
.accordion details {
  padding: 10px 0;
  border-top: 1px solid #004153;
}
.accordion summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.44rem;
  color: #004153;
  list-style: none;
}
.accordion summary::after {
  content: "+";
  font-size: 40px;
  font-weight: 400;
  color: #004153;
}
.accordion details[open] summary::after {
  content: "–";
  font-size: 40px;
  font-weight: 400;
  color: #004153;
}
.accordion details p {
  margin: 10px 0 0;
}

.color-container {
  width: 100%;
  margin-top: 2.985984rem;
  padding: 2.985984rem;
  color: #fff;
  background-color: #004153;
}

.icon-card {
  margin: 0 1rem;
}

@media screen and (min-width: 60rem) {
  .button-wrapper .btn {
    width: auto;
  }
  .icon-card {
    margin: 0 1.44rem;
  }
}
@media screen and (min-width: 75rem) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fill, minmax(50px, auto));
    gap: 3.919104rem;
    margin-top: 2.985984rem;
    border-top: 2px solid #004153;
    border-left: hidden;
  }
  .timeline-event {
    position: relative;
  }
  .timeline-event__icon {
    position: absolute;
    top: -45px;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .timeline-event__content {
    display: grid;
    grid-template-rows: subgrid;
    margin-left: 0;
  }
}
.staff-page .tile-grid-md,
.staff-page .tile-grid-sm {
  gap: 1.44rem;
}

.story-detail-page {
  display: grid;
  grid-template-columns: 1rem [content-start] 1fr [content-center-start] 3fr [content-center-end] 1fr [content-end] 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.0736rem;
  margin-bottom: 2.985984rem;
  padding-bottom: 2.0736rem;
}
.story-detail-page .author-section {
  grid-column: content-start/content-end;
}
.story-detail-page .content {
  display: contents;
}
.story-detail-page .content > * {
  grid-column: content-start/content-end;
  margin-top: 2.0736rem;
  margin-top: 1.44rem;
}
.story-detail-page .info-note {
  grid-column: content-center;
}
.story-detail-page super-quote,
.story-detail-page long-quote,
.story-detail-page pull-quote {
  justify-self: center;
}
.story-detail-page .zigzag {
  width: 40%;
  margin: 3.919104rem auto 0 auto;
}
@media screen and (min-width: 48rem) {
  .story-detail-page {
    padding-right: 7.4300837069rem;
    padding-left: 7.4300837069rem;
  }
}
@media screen and (min-width: 82rem) {
  .story-detail-page {
    grid-template-columns: 1fr 11rem 5rem 2rem [content-start] 10rem [content-center-start] 30rem [content-center-end] 10rem [content-end] 2rem 5rem 11rem 1fr;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .story-detail-page .info-note {
    grid-column: 9/11;
    grid-row: 2/100;
    align-self: start;
  }
  .story-detail-page figure,
  .story-detail-page .two-column-image-divider-asymmetric,
  .story-detail-page .case-list-teaser {
    grid-column: 3/10;
  }
}

.story-overview-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6d9), to(#f7f7f7));
  background: linear-gradient(180deg, #ffe6d9 0%, #f7f7f7 100%);
}
.story-overview-page .superquote__zigzag {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  background: #ffe6d9;
}
.story-overview-page .superquote__zigzag::after, .story-overview-page .superquote__zigzag::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.story-overview-page .superquote__zigzag::before {
  top: 130%;
  height: 6px;
  background: linear-gradient(-135deg, #004153 5px, transparent 0) 0 5px, linear-gradient(135deg, #004153 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}
.story-overview-page .superquote__zigzag::after {
  top: 100%;
  height: 10px;
  background: linear-gradient(-135deg, #ffe6d9 5px, transparent 0) 0 5px, linear-gradient(135deg, #ffe6d9 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 10px 10px;
}

.talk-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.919104rem;
}
.talk-page .event-date-section {
  -ms-flex-item-align: center;
      align-self: center;
}

.training-detail-page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo {
  width: 100%;
}
.demo--inverted {
  background-color: #004153;
}
.demo--accented {
  background-color: #ff9c66;
}
.demo--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.demo--black {
  background-color: #242424;
}
.demo--edition-01-red {
  background-color: #ff4d67;
}
.demo--edition-01-blue {
  background-color: #24244c;
}
.demo--ch-logo {
  height: 131px;
}
.demo > * {
  margin: 1.44rem;
}

.grid-demo,
.container-demo {
  height: 20rem;
  background: #ff9c66;
}

.swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-bottom: 1.44rem;
}
.swatch:first-child {
  margin-left: 0;
}

.swatch-color {
  display: block;
  width: 150px;
  height: 150px;
}

.swatch-text {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  padding-top: 0.5787037037rem;
  padding-bottom: 0.5787037037rem;
  color: #242424;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
}
.swatch-text::after {
  display: none;
}

.swatch-brand-blue > .swatch-color {
  background-color: #24244c;
}
.swatch-brand-blue > .swatch-text--rgb::after {
  content: "#24244c";
}

.swatch-brand-blue-75 > .swatch-color {
  background-color: #5b5b79;
}
.swatch-brand-blue-75 > .swatch-text--rgb::after {
  content: "#5b5b79";
}

.swatch-brand-blue-50 > .swatch-color {
  background-color: #9191a5;
}
.swatch-brand-blue-50 > .swatch-text--rgb::after {
  content: "#9191a5";
}

.swatch-brand-blue-25 > .swatch-color {
  background-color: #c8c8d2;
}
.swatch-brand-blue-25 > .swatch-text--rgb::after {
  content: "#c8c8d2";
}

.swatch-brand-red > .swatch-color {
  background-color: #ff4d67;
}
.swatch-brand-red > .swatch-text--rgb::after {
  content: "#ff4d67";
}

.swatch-brand-red-75 > .swatch-color {
  background-color: #fc6e86;
}
.swatch-brand-red-75 > .swatch-text--rgb::after {
  content: "#fc6e86";
}

.swatch-brand-red-50 > .swatch-color {
  background-color: #fd9eae;
}
.swatch-brand-red-50 > .swatch-text--rgb::after {
  content: "#fd9eae";
}

.swatch-brand-red-25 > .swatch-color {
  background-color: #feced6;
}
.swatch-brand-red-25 > .swatch-text--rgb::after {
  content: "#feced6";
}

.swatch-brand-green > .swatch-color {
  background-color: #55cdaf;
}
.swatch-brand-green > .swatch-text--rgb::after {
  content: "#55cdaf";
}

.swatch-brand-green-75 > .swatch-color {
  background-color: #68ddc3;
}
.swatch-brand-green-75 > .swatch-text--rgb::after {
  content: "#68ddc3";
}

.swatch-brand-green-50 > .swatch-color {
  background-color: #9ae8d7;
}
.swatch-brand-green-50 > .swatch-text--rgb::after {
  content: "#9ae8d7";
}

.swatch-brand-green-25 > .swatch-color {
  background-color: #ccf3eb;
}
.swatch-brand-green-25 > .swatch-text--rgb::after {
  content: "#ccf3eb";
}

.swatch-brand-yellow > .swatch-color {
  background-color: #fff019;
}
.swatch-brand-yellow > .swatch-text--rgb::after {
  content: "#fff019";
}

.swatch-brand-yellow-75 > .swatch-color {
  background-color: #fff87a;
}
.swatch-brand-yellow-75 > .swatch-text--rgb::after {
  content: "#fff87a";
}

.swatch-brand-yellow-50 > .swatch-color {
  background-color: #fffb9f;
}
.swatch-brand-yellow-50 > .swatch-text--rgb::after {
  content: "#fffb9f";
}

.swatch-brand-yellow-25 > .swatch-color {
  background-color: #fffdbe;
}
.swatch-brand-yellow-25 > .swatch-text--rgb::after {
  content: "#fffdbe";
}

.swatch-brand-petrol > .swatch-color {
  background-color: #004153;
}
.swatch-brand-petrol > .swatch-text--rgb::after {
  content: "#004153";
}

.swatch-brand-petrol-95 > .swatch-color {
  background-color: #005268;
}
.swatch-brand-petrol-95 > .swatch-text--rgb::after {
  content: "#005268";
}

.swatch-brand-petrol-75 > .swatch-color {
  background-color: #40707e;
}
.swatch-brand-petrol-75 > .swatch-text--rgb::after {
  content: "#40707e";
}

.swatch-brand-petrol-50 > .swatch-color {
  background-color: #80a0a9;
}
.swatch-brand-petrol-50 > .swatch-text--rgb::after {
  content: "#80a0a9";
}

.swatch-brand-petrol-25 > .swatch-color {
  background-color: #bfcfd4;
}
.swatch-brand-petrol-25 > .swatch-text--rgb::after {
  content: "#bfcfd4";
}

.swatch-brand-apricot > .swatch-color {
  background-color: #ff9c66;
}
.swatch-brand-apricot > .swatch-text--rgb::after {
  content: "#ff9c66";
}

.swatch-brand-apricot-75 > .swatch-color {
  background-color: #ffb58c;
}
.swatch-brand-apricot-75 > .swatch-text--rgb::after {
  content: "#ffb58c";
}

.swatch-brand-apricot-50 > .swatch-color {
  background-color: #ffcdb2;
}
.swatch-brand-apricot-50 > .swatch-text--rgb::after {
  content: "#ffcdb2";
}

.swatch-brand-apricot-25 > .swatch-color {
  background-color: #ffe6d9;
}
.swatch-brand-apricot-25 > .swatch-text--rgb::after {
  content: "#ffe6d9";
}

.swatch-brand-gray > .swatch-color {
  background-color: #242424;
}
.swatch-brand-gray > .swatch-text--rgb::after {
  content: "#242424";
}

.swatch-brand-gray-75 > .swatch-color {
  background-color: #646465;
}
.swatch-brand-gray-75 > .swatch-text--rgb::after {
  content: "#646465";
}

.swatch-brand-gray-50 > .swatch-color {
  background-color: #979798;
}
.swatch-brand-gray-50 > .swatch-text--rgb::after {
  content: "#979798";
}

.swatch-brand-gray-25 > .swatch-color {
  background-color: #d8d8d8;
}
.swatch-brand-gray-25 > .swatch-text--rgb::after {
  content: "#d8d8d8";
}

.swatch-brand-gray-20 > .swatch-color {
  background-color: #f4f4f4;
}
.swatch-brand-gray-20 > .swatch-text--rgb::after {
  content: "#f4f4f4";
}

.swatch-brand-gray-10 > .swatch-color {
  background-color: #f7f7f7;
}
.swatch-brand-gray-10 > .swatch-text--rgb::after {
  content: "#f7f7f7";
}

.swatch-brand-ch-red > .swatch-color {
  background-color: #c0442d;
}
.swatch-brand-ch-red > .swatch-text--rgb::after {
  content: "#c0442d";
}

.swatch-brand-ch-red-75 > .swatch-color {
  background-color: #d15a44;
}
.swatch-brand-ch-red-75 > .swatch-text--rgb::after {
  content: "#d15a44";
}

.swatch-brand-ch-red-50 > .swatch-color {
  background-color: #f77a56;
}
.swatch-brand-ch-red-50 > .swatch-text--rgb::after {
  content: "#f77a56";
}

.swatch-brand-ch-black > .swatch-color {
  background-color: #222327;
}
.swatch-brand-ch-black > .swatch-text--rgb::after {
  content: "#222327";
}

.swatch-brand-ch-beige > .swatch-color {
  background-color: #c2b9a8;
}
.swatch-brand-ch-beige > .swatch-text--rgb::after {
  content: "#c2b9a8";
}

.swatch-brand-ch-gray > .swatch-color {
  background-color: #cdccc8;
}
.swatch-brand-ch-gray > .swatch-text--rgb::after {
  content: "#cdccc8";
}

.swatch-brand-ch-gray-75 > .swatch-color {
  background-color: #dbddd7;
}
.swatch-brand-ch-gray-75 > .swatch-text--rgb::after {
  content: "#dbddd7";
}

.swatch-brand-ch-gray-50 > .swatch-color {
  background-color: #edeeeb;
}
.swatch-brand-ch-gray-50 > .swatch-text--rgb::after {
  content: "#edeeeb";
}

.demo {
  width: 100%;
}
.demo--inverted {
  background-color: #004153;
}
.demo--accented {
  background-color: #ff9c66;
}
.demo--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.demo--black {
  background-color: #242424;
}
.demo--edition-01-red {
  background-color: #ff4d67;
}
.demo--edition-01-blue {
  background-color: #24244c;
}
.demo--ch-logo {
  height: 131px;
}
.demo > * {
  margin: 1.44rem;
}

.grid-demo,
.container-demo {
  height: 20rem;
  background: #ff9c66;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #999988;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .k {
  color: #000000;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #000000;
  font-weight: bold;
} /* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #999999;
} /* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #aaaaaa;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  color: #000000;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #000000;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #000000;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #000000;
  font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #000000;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #009999;
} /* Literal.Number */
.highlight .s {
  color: #d01040;
} /* Literal.String */
.highlight .na {
  color: #008080;
} /* Name.Attribute */
.highlight .nb {
  color: #0086B3;
} /* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #008080;
} /* Name.Constant */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
  color: #800080;
} /* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold;
} /* Name.Function */
.highlight .nl {
  color: #990000;
  font-weight: bold;
} /* Name.Label */
.highlight .nn {
  color: #555555;
} /* Name.Namespace */
.highlight .nt {
  color: #000080;
} /* Name.Tag */
.highlight .nv {
  color: #008080;
} /* Name.Variable */
.highlight .ow {
  color: #000000;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
  color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #d01040;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #d01040;
} /* Literal.String.Char */
.highlight .sd {
  color: #d01040;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #d01040;
} /* Literal.String.Double */
.highlight .se {
  color: #d01040;
} /* Literal.String.Escape */
.highlight .sh {
  color: #d01040;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #d01040;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #d01040;
} /* Literal.String.Other */
.highlight .sr {
  color: #009926;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #d01040;
} /* Literal.String.Single */
.highlight .ss {
  color: #990073;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #999999;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
} /* Name.Variable.Class */
.highlight .vg {
  color: #008080;
} /* Name.Variable.Global */
.highlight .vi {
  color: #008080;
} /* Name.Variable.Instance */
.highlight .il {
  color: #009999;
} /* Literal.Number.Integer.Long */
html {
  scroll-behavior: smooth;
}

.podcast-coverart .podcast-teaser {
  width: 24.26605898rem;
}

.eyecatcher--dark {
  background-color: #242424;
  color: #ffffff;
}

.eyecatcher--dark {
  background-color: #242424;
  color: #ffffff;
}

.eyecatcher--dark__link {
  color: #ffffff;
}

.frc-captcha {
  font-family: "FFMarkWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  max-width: 100% !important;
  margin-bottom: 1rem;
  border: 0 !important;
}
.frc-captcha a {
  border-bottom: 0 !important;
}

.form-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.44rem;
}
.form-columns > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

remote-form {
  width: 100%;
}

.form-group.hp {
  display: none;
}

@media screen and (max-width: 48rem) {
  .kununu-link img:not(:last-child) {
    display: none;
  }
}

@media screen and (min-width: 48rem) {
  .standard-header h1, .standard-header h2 {
    -ms-hyphens: none;
        hyphens: none;
    overflow-wrap: normal;
  }
}

@media screen and (min-width: 48rem) {
  .superquote > p {
    -ms-hyphens: none;
        hyphens: none;
    overflow-wrap: normal;
  }
}

.text-link {
  text-decoration: none;
  -ms-hyphens: none;
      hyphens: none;
  color: #004153;
  border-bottom: 2px solid #004153;
  -webkit-transition: border-bottom 0.175s, color 0.175s;
  transition: border-bottom 0.175s, color 0.175s;
}
.text-link:hover, .text-link:focus {
  color: #ff9c66;
  border-bottom: 2px solid #ff9c66;
}

.form--inverted .text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom 0.175s, color 0.175s;
  transition: border-bottom 0.175s, color 0.175s;
}
.form--inverted .text-link:hover, .form--inverted .text-link:focus {
  color: #ff9c66;
  border-bottom: 2px solid #ff9c66;
}

.error-link {
  color: #fff;
}

.case-tile-teaser__caption--preserve-case {
  text-transform: none !important;
}

.case-tile-teaser__caption--underlined {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.case-tile-teaser__caption--underlined::after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-color: #ff9c66;
  z-index: -1;
}

.icon-card img, .icon-card svg {
  width: auto;
}
