@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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
  Sets the object-fit and can set the object-position to honor variable --focusX and --focusY, if they are defined
*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
svg,
svg use {
  box-sizing: content-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding: 0;
}
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0;
}
p {
  margin: 0;
}
label {
  font-size: inherit;
}
input::-ms-clear {
  display: none;
}
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
}
input:not([type=checkbox]):invalid,
label:invalid,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}
figure {
  margin: 0;
}
[data-cdlx-type=svg] {
  display: inline-block;
  position: relative;
}
[data-cdlx-type=svg] > canvas {
  visibility: hidden;
  display: block;
  width: inherit;
  height: inherit;
}
[data-cdlx-type=svg] > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@page {
  margin: 1.5cm;
}
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    transition-duration: 0.1ms !important;
    transition-delay: 0.1ms !important;
    -webkit-animation-duration: 0.1ms !important;
            animation-duration: 0.1ms !important;
    -webkit-animation-delay: 0.1ms !important;
            animation-delay: 0.1ms !important;
  }
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.20230624121030.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Aeonik Fono";
  src: url("../fonts/AeonikFono-Regular.20230624121030.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Aeonik Fono";
  src: url("../fonts/AeonikFono-Bold.20230624121030.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}
.cdlx-html {
  background-color: #F7F7F7;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.cdlx-body {
  font-family: "Aeonik Fono", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  overflow-y: scroll;
}
.cdlx-ugc a {
  color: #FF0000;
  text-decoration: none;
}
html:not(.mobile) .cdlx-ugc a:hover, .cdlx-ugc a:active {
  text-decoration: none;
}
.cdlx-page--home .cdlx-caption {
  max-width: unset;
}
.cdlx-page--home .cdlx-caption__content {
  padding: unset;
}
.cdlx-page--home .cdlx-section:first-child {
  margin-bottom: 35px;
}
.cdlx-page--home .cdlx-section--projects {
  margin-top: 105px;
}
.cdlx-main {
  position: relative;
  width: 100%;
  margin: 0 0 100px 0;
}
@media (min-width: 769px) {
  .cdlx-main {
    margin: 100px 0;
  }
}
.cdlx-body--project .cdlx-main, .cdlx-body--person .cdlx-main {
  margin-bottom: 0;
}
.cdlx-header {
  width: auto;
  padding: 0 38px;
  margin-bottom: 100px;
  background-color: rgba(247, 247, 247, 0.7);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.cdlx-header__content {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdlx-header__cell {
  line-height: 0;
}
.cdlx-header__cell--menu {
  display: none;
}
.cdlx-body--home .cdlx-header__cell--menu {
  display: block;
}
.cdlx-header__logo {
  line-height: 0;
}
@media (min-width: 769px) {
  .cdlx-header {
    top: 100px;
    position: fixed;
    left: max(144px, 50% - 576px);
    margin: 0;
    padding: 0;
    background: transparent;
    transform-origin: center left;
    transform: rotate(90deg) translateY(77px) translateX(-18px);
  }
  .cdlx-header__content {
    justify-content: flex-start;
  }
  .cdlx-header__cell + .cdlx-header__cell {
    margin-left: 30px;
  }
}
.cdlx-footer {
  margin-left: 38px;
  margin-right: 38px;
}
@media (min-width: 769px) {
  .cdlx-footer {
    margin-left: 0;
    margin-right: 0;
  }
}
.cdlx-image {
  max-width: 100%;
  min-width: 100%;
}
.cdlx-image img {
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #C8C8C8;
}
.cdlx-image--noborder img {
  border: none;
}
.cdlx-imageWrapper > .cdlx-image {
  height: auto;
  width: 100%;
}
.cdlx-caption {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.cdlx-caption__content {
  padding-right: 25px;
}
.cdlx-caption__content p {
  display: inline;
}
.cdlx-caption__content a {
  color: #FF0000;
  text-decoration: none;
}
html:not(.mobile) .cdlx-caption__content a:hover, .cdlx-caption__content a:active {
  text-decoration: none;
}
.cdlx-caption__anchor {
  margin-right: 4px;
  color: #FF0000;
  text-decoration: none;
}
html:not(.mobile) .cdlx-caption__anchor:hover, .cdlx-caption__anchor:active {
  text-decoration: none;
}
@media (min-width: 769px) {
  .cdlx-caption {
    max-width: 50%;
  }
  .cdlx-section--fullWidth.cdlx-section--image .cdlx-caption, .cdlx-section--fullWidth.cdlx-section--video .cdlx-caption {
    max-width: 1152px;
    width: calc(100% - 288px);
    margin-left: auto;
    margin-right: auto;
  }
  .cdlx-section--fullWidth.cdlx-section--image .cdlx-caption__content {
    max-width: 50%;
  }
}
.cdlx-section--fullWidth .cdlx-caption {
  margin-left: 38px;
}
@media (min-width: 769px) {
  .cdlx-section--fullWidth .cdlx-caption {
    margin-left: unset;
  }
}
.cdlx-mediaPair .cdlx-caption {
  max-width: unset;
}
@media (min-width: 769px) {
  .cdlx-section--fullWidth .cdlx-mediaPair__cell--1 .cdlx-caption {
    margin-left: 144px;
  }
}
@media (min-width: 769px) and (min-width: 1441px) {
  .cdlx-section--fullWidth .cdlx-mediaPair__cell--1 .cdlx-caption {
    max-width: 576px;
    margin-left: calc(100% - 576px);
  }
}
@media (min-width: 769px) {
  .cdlx-section--fullWidth .cdlx-mediaPair__cell--2 .cdlx-caption__content {
    padding-left: 25px;
  }
}
.cdlx-mediaPair__cell--1 .cdlx-caption {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .cdlx-mediaPair__cell--1 .cdlx-caption {
    margin-bottom: unset;
  }
}
.cdlx-anchor {
  position: absolute;
  left: 0;
  top: -35px;
}
.cdlx-mediaPair {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.cdlx-mediaPair__cell {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cdlx-mediaPair {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cdlx-mediaPair__cell {
    width: calc(50% - 12.5px);
  }
}
.cdlx-section--fullWidth .cdlx-mediaPair {
  gap: unset;
}
@media (min-width: 769px) {
  .cdlx-section--fullWidth .cdlx-mediaPair__cell {
    width: 50%;
  }
}
.cdlx-mainMenu__item {
  font-family: "Aeonik", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-decoration: none;
  color: #C8C8C8;
}
.cdlx-mainMenu__item--active {
  color: #121212;
}
.cdlx-bigText {
  font-family: "Aeonik", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (min-width: 769px) {
  .cdlx-bigText {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.cdlx-bigText strong {
  color: #808080;
}
.cdlx-bigText a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF0000;
          text-decoration-color: #FF0000;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.cdlx-bigText ul {
  font-size: 0;
}
.cdlx-bigText li {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.01em;
  display: inline;
  white-space: unset;
}
@media (min-width: 769px) {
  .cdlx-bigText li {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.cdlx-bigText li:after {
  content: "•";
  padding: 0 8px;
}
.cdlx-bigText li:last-child:after {
  content: "";
}
.cdlx-bigText__subline {
  margin-top: 35px;
}
.cdlx-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.cdlx-table__row {
  height: 35px;
}
.cdlx-table__row--head {
  border-bottom: solid 1px #000;
}
.cdlx-table__row--body {
  border-bottom: solid 1px #E6E6E6;
}
.cdlx-table--hoverable .cdlx-table__row--body {
  cursor: pointer;
}
.cdlx-table--hoverable .cdlx-table__row--body:hover {
  color: #FF0000;
  border-color: #FF0000;
}
.cdlx-table--hoverable .cdlx-table__row--noLink {
  cursor: default;
}
.cdlx-table__cell {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.cdlx-table__cell--wide {
  display: none;
}
@media (min-width: 1025px) {
  .cdlx-table__cell--wide {
    display: table-cell;
  }
}
.cdlx-table__cell--narrowLast {
  text-align: right;
  padding-right: inherit;
}
@media (min-width: 1025px) {
  .cdlx-table__cell--narrowLast {
    text-align: left;
  }
}
.cdlx-table__cell--sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cdlx-table__cell--sortable:hover {
  color: #FF0000;
}
.cdlx-table__cell:last-child {
  padding-right: inherit;
  text-align: right;
}
.cdlx-table__cellContent--narrow {
  display: inline-block;
}
@media (min-width: 1025px) {
  .cdlx-table__cellContent--narrow {
    display: none;
  }
}
.cdlx-table__cellContent--wide {
  display: none;
}
@media (min-width: 1025px) {
  .cdlx-table__cellContent--wide {
    display: inline-block;
  }
}
.cdlx-table thead th {
  vertical-align: top;
  font-weight: normal;
}
.cdlx-table thead th[aria-sort] {
  font-weight: bold;
}
.cdlx-table__footer {
  margin-top: 35px;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(1) {
  width: 10%;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(2) {
  width: 62%;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(3) {
  width: 16%;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(4) {
  width: 0%;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(5) {
  width: 0%;
}
.cdlx-table--projects .cdlx-table__cell:nth-child(6) {
  width: 12%;
}
@media (min-width: 1025px) {
  .cdlx-table--projects .cdlx-table__cell:nth-child(1) {
    width: 6%;
  }
  .cdlx-table--projects .cdlx-table__cell:nth-child(2) {
    width: 32%;
  }
  .cdlx-table--projects .cdlx-table__cell:nth-child(3) {
    width: 22%;
  }
  .cdlx-table--projects .cdlx-table__cell:nth-child(4) {
    width: 22%;
  }
  .cdlx-table--projects .cdlx-table__cell:nth-child(5) {
    width: 12%;
  }
  .cdlx-table--projects .cdlx-table__cell:nth-child(6) {
    width: 6%;
  }
}
.cdlx-table--people .cdlx-table__cell:nth-child(1) {
  width: 10%;
}
.cdlx-table--people .cdlx-table__cell:nth-child(2) {
  width: 0%;
}
.cdlx-table--people .cdlx-table__cell:nth-child(3) {
  width: 78%;
}
.cdlx-table--people .cdlx-table__cell:nth-child(4) {
  width: 0%;
}
.cdlx-table--people .cdlx-table__cell:nth-child(5) {
  width: 12%;
}
@media (min-width: 1025px) {
  .cdlx-table--people .cdlx-table__cell:nth-child(1) {
    width: 6%;
  }
  .cdlx-table--people .cdlx-table__cell:nth-child(2) {
    width: 32%;
  }
  .cdlx-table--people .cdlx-table__cell:nth-child(3) {
    width: 22%;
  }
  .cdlx-table--people .cdlx-table__cell:nth-child(4) {
    width: 34%;
  }
  .cdlx-table--people .cdlx-table__cell:nth-child(5) {
    width: 6%;
  }
}
.cdlx-alumni__alumnus + .cdlx-alumni__alumnus:before {
  content: ", ";
}
.cdlx-link {
  color: #FF0000;
  text-decoration: none;
}
html:not(.mobile) .cdlx-link:hover, .cdlx-link:active {
  text-decoration: none;
}
.cdlx-link--hidden {
  color: inherit;
  text-decoration: none;
}
html:not(.mobile) .cdlx-link--hidden:hover, .cdlx-link--hidden:active {
  text-decoration: none;
}
.cdlx-backgroundPoster {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}
.cdlx-metadata {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 70px;
}
.cdlx-metadata__item {
  display: inline-block;
}
.cdlx-pointCloud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cdlx-pointCloud__canvas {
  width: 100%;
  height: 100%;
}
.cdlx-textSection {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cdlx-textSection {
    flex-direction: row;
  }
}
.cdlx-textSection__cell {
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .cdlx-textSection__cell {
    width: 50%;
  }
  .cdlx-textSection__cell:first-child {
    border-right: 1px solid #C8C8C8;
  }
  .cdlx-section--noHeadline .cdlx-textSection__cell:first-child {
    border-right: none;
  }
}
.cdlx-textSection__cell--headline {
  order: 1;
  border-bottom: 1px solid #C8C8C8;
}
.cdlx-textSection__cell--headline:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-right: 1px solid #C8C8C8;
  width: 1px;
  height: 105px;
}
.cdlx-section--noHeadline .cdlx-textSection__cell--headline {
  display: none;
}
@media (min-width: 769px) {
  .cdlx-textSection__cell--headline {
    order: unset;
    border-bottom: none;
  }
  .cdlx-textSection__cell--headline:after {
    content: "";
    position: absolute;
    width: 20%;
    bottom: unset;
    left: unset;
    height: auto;
    transform: translateY(50%);
    border-right: none;
    border-top: 1px solid #C8C8C8;
  }
  .cdlx-section--noHeadline .cdlx-textSection__cell--headline:after {
    border-top: none;
  }
  .cdlx-section--noHeadline .cdlx-textSection__cell--headline {
    display: block;
  }
}
.cdlx-textSection__cell--text {
  order: 2;
}
@media (min-width: 769px) {
  .cdlx-textSection__cell--text {
    order: unset;
  }
}
.cdlx-textSection__headline {
  text-align: center;
  width: 100%;
  padding: 35px 0 140px 0;
}
@media (min-width: 769px) {
  .cdlx-textSection__headline {
    padding: 0 20%;
  }
}
.cdlx-textSection__text {
  padding-top: 25px;
  padding-bottom: 25px;
}
.cdlx-textSection__text p + p {
  margin-top: 2.8rem;
}
@media (min-width: 769px) {
  .cdlx-textSection--left .cdlx-textSection__text {
    padding-left: 25px;
  }
  .cdlx-textSection--left .cdlx-textSection__cell--headline:after {
    right: 0;
  }
  .cdlx-textSection--right .cdlx-textSection__text {
    padding-right: 25px;
  }
  .cdlx-textSection--right .cdlx-textSection__cell--headline:after {
    left: 0;
  }
}
.cdlx-text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
.cdlx-text--small {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.cdlx-text a {
  color: #000000;
  text-decoration: underline;
}
.cdlx-text__footnote {
  padding-left: 1px;
}
.cdlx-text__footnote a {
  color: #FF0000;
  text-decoration: none;
}
html:not(.mobile) .cdlx-text__footnote a:hover, .cdlx-text__footnote a:active {
  text-decoration: none;
}
.cdlx-headline h2 {
  font-family: "Aeonik", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (min-width: 769px) {
  .cdlx-headline h2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.cdlx-section {
  position: relative;
  margin-left: 38px;
  margin-right: 38px;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .cdlx-section {
    max-width: 1152px;
    width: calc(100% - 288px);
    margin-left: auto;
    margin-right: auto;
  }
}
.cdlx-section--fullWidth {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
}
.cdlx-section--people {
  margin-bottom: 70px;
}
.cdlx-section--projects {
  margin-bottom: 70px;
}
.cdlx-section--bigText {
  margin-bottom: 70px;
}
.cdlx-section--video {
  position: relative;
}
.cdlx-section--projectFooter {
  margin-bottom: 0;
}
:root {
  --w: 16;
  --h: 9;
}
.cdlx-video {
  width: 100%;
}
.cdlx-video video, .cdlx-video iframe {
  border: 1px solid #C8C8C8;
  width: 100%;
  max-width: 100%;
  aspect-ratio: var(--w)/var(--h);
}
.cdlx-video--noborder video, .cdlx-video iframe {
  border: none;
}
.cdlx-videoPlayer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cdlx-videoPlayer--bg {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.cdlx-videoPlayer--bg::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.cdlx-block--bgSoftened > .cdlx-block__bg .cdlx-videoPlayer--bg::after {
  opacity: 0.5;
}
.cdlx-videoPlayer__embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cdlx-block__bg--video .cdlx-videoPlayer__embed {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
     object-position: var(--focusX, 50%) var(--focusY, 50%);
}
.cdlx-videoPlayer__embed > iframe,
.cdlx-videoPlayer__embed > video {
  border: 0;
  height: 100%;
  width: 100%;
}
.cdlx-discoveryFooter {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cdlx-discoveryFooter__button {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #C8C8C8;
  text-decoration: none;
  color: #000000;
}
.cdlx-discoveryFooter__button:hover {
  color: #FFFFFF;
  background-color: #FF0000;
}
.cdlx-discoveryFooter__button--leave {
  border-bottom: 1px solid #C8C8C8;
}
.cdlx-discoveryFooter__button--leave:after {
  content: "";
}
.cdlx-discoveryFooter:after {
  content: "";
  display: block;
  height: 70px;
}
.cdlx-discoveryFooter:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 1px;
  top: 140px;
  left: 50%;
  background-color: #FF0000;
}
@media (min-width: 769px) {
  .cdlx-discoveryFooter {
    flex-direction: row;
  }
  .cdlx-discoveryFooter__button {
    order: 2;
    height: 175px;
  }
  .cdlx-discoveryFooter__button--leave {
    order: 1;
    border-bottom: none;
  }
  .cdlx-discoveryFooter__button--explore {
    border-left: 1px solid #FF0000;
  }
  .cdlx-discoveryFooter:after, .cdlx-discoveryFooter:before {
    content: none;
  }
}
/*# sourceMappingURL=app.css.map */
