@import url("//hello.myfonts.net/count/3d6b45");
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

:root {
  --window-width: 100vw;
  --window-height: 100vh;
  --document-height: 100vh;
  --inner-height: 100vh;
  --navbar-height: 0px;
  --current-navbar-height: 0px;
}

@font-face {
  font-family: "TimesNow-SemiLight";
  src: url("../fonts/TimesNowSemiLight/font.woff2") format("woff2"), url("../fonts/TimesNowSemiLight/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.eot");
  src: url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

body {
  font-family: "Neue Montreal", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1C1917;
  background-color: #FFFCF5;
}
body.is-diapositive {
  color: #D1D4DB;
  background-color: #1C1917;
}

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

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

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

.full-touch {
  position: fixed;
  height: 100vh;
}

.button {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFCF5;
  cursor: pointer;
  background: #1C1917;
  border: 1px solid #1C1917;
  border-radius: 12px;
}
.button:hover {
  color: #1C1917;
  background: transparent;
}
.is-diapositive .button {
  color: #1C1917;
  background: #D1D4DB;
  border: 1px solid #D1D4DB;
}
.is-diapositive .button:hover {
  color: #D1D4DB;
  background: transparent;
}
.button--outline {
  color: #1C1917;
  background: #FFFCF5;
  border: 1px solid #1C1917;
}
.button--outline:hover {
  color: #FFFCF5;
  background: #1C1917;
}
.is-diapositive .button--outline {
  color: #D1D4DB;
  background: transparent;
  border: 1px solid #D1D4DB;
}
.is-diapositive .button--outline:hover {
  color: #1C1917;
  background: #D1D4DB;
}

body {
  padding-top: 120px;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background-color: #FFFCF5;
}
.admin-bar .header {
  top: 32px;
}
.is-diapositive .header, .mobile-navigation-active .header {
  color: #D1D4DB;
  background-color: #1C1917;
}
.is-diapositive.mobile-navigation-active .header {
  color: #1C1917;
  background-color: #FFFCF5;
}
.header__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
}
@media (max-width: 767px) {
  .header__inner {
    width: calc(100% - (18px * 2));
  }
}
.header__column {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.header__column {
  flex-grow: 0;
  flex-shrink: 0;
}
.header__column:first-child, .header__column:last-child {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.header__column:first-child {
  justify-content: flex-start;
}
.header__column:last-child {
  justify-content: flex-end;
}

.header.headroom {
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  will-change: transform;
}
.header.headroom--pinned {
  transform: translateY(0%);
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}

@media (max-width: 1024px) {
  .header__column:first-child, .header__column:last-child {
    flex-basis: 0;
    flex-grow: 0;
  }
  .header__column:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .header__column {
    font-size: 14px;
  }
  .header__column:nth-child(2), .header__column:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .admin-bar .header {
    top: 0;
  }
}
.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.navigation__item + .navigation__item {
  margin-left: 1em;
}
.navigation__item__button {
  border-bottom: 1px solid transparent;
}
.navigation__item__button.is-active, .navigation__item__button:hover {
  border-bottom-color: currentColor;
}

.footer {
  margin-top: 120px;
  color: #D1D4DB;
  background: #1C1917;
}
.is-diapositive .footer {
  color: #1C1917;
  background: #FFFCF5;
}
.signup + .footer {
  margin-top: 0;
}
.footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 766px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .footer__inner {
    width: calc(100% - (18px * 2));
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer__row:nth-child(2) {
  align-items: flex-end;
}
.footer__column {
  width: 50%;
}
.footer__column.text-holder > * {
  max-width: 680px;
}
.footer__column--disclaimer {
  display: flex;
}
.footer__column--disclaimer p {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  line-height: 1.8333333333;
}
.footer__column--disclaimer p + p {
  margin-left: 1.8333333333em;
}
.footer__column--disclaimer a:hover {
  border-bottom: 1px solid currentColor;
}
.footer img {
  display: block;
}

@media (min-width: 1025px) {
  .footer__inner {
    max-height: initial;
  }
  .admin-bar .footer__inner {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 1024px) {
  .footer__inner {
    max-height: initial;
  }
}
@media (max-width: 1023px) {
  .footer__column--disclaimer {
    flex-direction: column-reverse;
  }
  .footer__column--disclaimer p + p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    height: auto;
  }
  .footer__row {
    flex-direction: column;
  }
  .footer__row:nth-child(1) .footer__column + .footer__column {
    margin-top: 55px;
  }
  .footer__row:nth-child(2) {
    margin-top: 210px;
    flex-direction: column-reverse;
  }
  .footer__row:nth-child(2) .footer__column + .footer__column {
    margin-bottom: 55px;
  }
  .footer__column {
    width: 100%;
  }
  .footer__column--disclaimer {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 374px) {
  .footer__column--disclaimer {
    flex-direction: column-reverse;
  }
  .footer__column--disclaimer p + p {
    margin-left: 0;
  }
}
.text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6,
.text-holder p,
.text-holder ul,
.text-holder ol {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
}
.text-holder h1 + h1, .text-holder h1 + h2, .text-holder h1 + h3, .text-holder h1 + h4, .text-holder h1 + h5, .text-holder h1 + h6, .text-holder h1 + p, .text-holder h1 + ul, .text-holder h1 + ol,
.text-holder h2 + h1,
.text-holder h2 + h2,
.text-holder h2 + h3,
.text-holder h2 + h4,
.text-holder h2 + h5,
.text-holder h2 + h6,
.text-holder h2 + p,
.text-holder h2 + ul,
.text-holder h2 + ol,
.text-holder h3 + h1,
.text-holder h3 + h2,
.text-holder h3 + h3,
.text-holder h3 + h4,
.text-holder h3 + h5,
.text-holder h3 + h6,
.text-holder h3 + p,
.text-holder h3 + ul,
.text-holder h3 + ol,
.text-holder h4 + h1,
.text-holder h4 + h2,
.text-holder h4 + h3,
.text-holder h4 + h4,
.text-holder h4 + h5,
.text-holder h4 + h6,
.text-holder h4 + p,
.text-holder h4 + ul,
.text-holder h4 + ol,
.text-holder h5 + h1,
.text-holder h5 + h2,
.text-holder h5 + h3,
.text-holder h5 + h4,
.text-holder h5 + h5,
.text-holder h5 + h6,
.text-holder h5 + p,
.text-holder h5 + ul,
.text-holder h5 + ol,
.text-holder h6 + h1,
.text-holder h6 + h2,
.text-holder h6 + h3,
.text-holder h6 + h4,
.text-holder h6 + h5,
.text-holder h6 + h6,
.text-holder h6 + p,
.text-holder h6 + ul,
.text-holder h6 + ol,
.text-holder p + h1,
.text-holder p + h2,
.text-holder p + h3,
.text-holder p + h4,
.text-holder p + h5,
.text-holder p + h6,
.text-holder p + p,
.text-holder p + ul,
.text-holder p + ol,
.text-holder ul + h1,
.text-holder ul + h2,
.text-holder ul + h3,
.text-holder ul + h4,
.text-holder ul + h5,
.text-holder ul + h6,
.text-holder ul + p,
.text-holder ul + ul,
.text-holder ul + ol,
.text-holder ol + h1,
.text-holder ol + h2,
.text-holder ol + h3,
.text-holder ol + h4,
.text-holder ol + h5,
.text-holder ol + h6,
.text-holder ol + p,
.text-holder ol + ul,
.text-holder ol + ol {
  margin-top: 1.1818181818em;
}
.text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6 {
  text-transform: uppercase;
}
.text-holder p a,
.text-holder ul a,
.text-holder ol a {
  border-bottom: 1px solid currentColor;
}
.text-holder p a:hover,
.text-holder ul a:hover,
.text-holder ol a:hover {
  border-bottom-color: transparent;
}
.text-holder p strong,
.text-holder p b,
.text-holder ul strong,
.text-holder ul b,
.text-holder ol strong,
.text-holder ol b {
  font-weight: 400;
  text-transform: uppercase;
}
.text-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-divider {
  height: 150px;
  border-top: 1px solid currentColor;
}
.research-overview + .page-divider, .flexible-content + .page-divider {
  margin-top: 100px;
}
.page-divider__text {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page-divider__text {
    width: calc(100% - (18px * 2));
  }
}

.page-divider:not(.page-divider--small) .page-divider__text {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  font-family: "Neue Montreal", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .page-divider:not(.page-divider--small) .page-divider__text {
    width: calc(100% - (18px * 2));
  }
}
@media (max-width: 767px) {
  .page-divider:not(.page-divider--small) .page-divider__text {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}

.page-divider--small {
  margin-bottom: 120px;
  height: auto;
}
.page-divider--small .page-divider__text {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
}
@media (max-width: 767px) {
  .page-divider--small .page-divider__text {
    width: calc(100% - (18px * 2));
  }
}
.page-divider--small .page-divider__text__inner {
  width: calc((100% - 16px) / 2);
  max-width: 605px;
}
@media (max-width: 1023px) {
  .page-divider--small .page-divider__text__inner {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-divider {
    height: 140px;
  }
  .page-divider--small {
    height: auto;
  }
  .signup + .page-divider {
    margin-top: 80px;
  }
  .page-divider__text {
    margin-top: 11px;
  }
}
.research-overview {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
}
@media (max-width: 767px) {
  .research-overview {
    width: calc(100% - (18px * 2));
  }
}
.research-overview--2-columns {
  grid-template-columns: repeat(2, 1fr);
}
.research-overview--3-columns {
  grid-template-columns: repeat(3, 1fr);
}
.research-overview--3-columns .research-overview__item__meta__item + .research-overview__item__meta__item {
  margin-left: 69px;
}
.research-overview__item__title {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.research-overview__item__meta {
  margin-top: 26px;
  display: flex;
}
@media (max-width: 767px) {
  .research-overview__item__meta {
    margin-top: 16px;
  }
}
.research-overview__item__meta__item {
  display: flex;
}
.research-overview__item__meta__item + .research-overview__item__meta__item {
  margin-left: 180px;
}
.research-overview__item__meta__item__text--label {
  margin-right: 0.6666666667em;
  font-family: "TimesNow-SemiLight", serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.1111111111;
  text-transform: uppercase;
}
.research-overview__item__meta__item__text--value {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0;
}
.research-overview__item__visual {
  margin-top: 10px;
}
.research-overview__item__visual img {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .research-overview {
    display: flex;
    flex-wrap: wrap;
  }
  .research-overview--2-columns .research-overview__item {
    margin-top: 100px;
    margin-left: 16px;
    width: calc((100% - 16px) / 2);
  }
  .research-overview--2-columns .research-overview__item:nth-child(1), .research-overview--2-columns .research-overview__item:nth-child(2) {
    margin-top: 0;
  }
  .research-overview--2-columns .research-overview__item:nth-child(2n-1) {
    margin-left: 0;
  }
  .research-overview--3-columns .research-overview__item {
    margin-top: 100px;
    margin-left: 16px;
    width: calc((100% - 17px * 2) / 3);
  }
  .research-overview--3-columns .research-overview__item:nth-child(1), .research-overview--3-columns .research-overview__item:nth-child(2), .research-overview--3-columns .research-overview__item:nth-child(3) {
    margin-top: 0;
  }
  .research-overview--3-columns .research-overview__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .research-overview--3-columns .research-overview__item__meta__item + .research-overview__item__meta__item {
    margin-left: 0;
  }
  .research-overview__item__meta {
    justify-content: space-between;
  }
  .research-overview__item__meta__item + .research-overview__item__meta__item {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .research-overview--2-columns {
    grid-template-columns: repeat(1, 1fr);
  }
  .research-overview--3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-overview-toggle {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.project-overview-toggle__item + .project-overview-toggle__item {
  margin-left: 17px;
}
.project-overview-toggle__item__button {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  cursor: pointer;
}
.project-overview-toggle__item__button.is-active, .project-overview-toggle__item__button:hover {
  border-bottom: 1px solid currentColor;
}

@media (max-width: 767px) {
  .project-overview-toggle {
    display: none;
  }
}
.project-overview-toggle + .project-overview {
  margin-top: 90px;
}
.project-overview + .project-overview {
  margin-top: 40px;
}
.project-overview__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  display: flex;
}
@media (max-width: 767px) {
  .project-overview__inner {
    width: calc(100% - (18px * 2));
  }
}
.project-overview__column {
  flex-grow: 1;
}
.project-overview__column:nth-child(1) {
  flex-basis: 340px;
  text-transform: uppercase;
}
.project-overview__column:nth-child(2) {
  margin-left: 16px;
  flex-basis: 340px;
  text-transform: uppercase;
}
.project-overview__column:nth-child(3) {
  margin-left: 16px;
  flex-basis: 470px;
}
.project-overview__column:nth-child(4) {
  margin-left: 16px;
  flex-basis: 120px;
  flex-shrink: 0;
  text-transform: uppercase;
}
.project-overview__column:nth-child(5) {
  margin-left: 16px;
  flex-basis: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  text-transform: uppercase;
}
.project-overview__heading {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.project-overview__item {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  position: relative;
  margin-top: -1px;
  min-height: 2.75em;
  border-top: 1px solid #1C1917;
  border-bottom: 1px solid #1C1917;
}
.project-overview__item--no-link {
  pointer-events: none;
}
.project-overview__item .project-overview__column {
  padding: 9px 0;
}
.project-overview__item--empty.is-hidden, .project-overview__item--empty:last-child {
  display: none;
}
.project-overview__image-list {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  margin-bottom: 88px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .project-overview__image-list {
    width: calc(100% - (18px * 2));
  }
}
@media (min-width: 768px) {
  .project-overview__image-list:not(.is-visible) {
    display: none;
  }
}
.project-overview__image-list__item {
  margin-right: 16px;
  margin-bottom: 16px;
}
.project-overview__image-list__item img {
  display: block;
  width: auto;
  height: 179px;
}

.project-overview--images .project-overview__item:last-child, .project-overview--images .project-overview__item:nth-last-child(2) {
  border-bottom-color: transparent;
}

@media (max-width: 1600px) and (min-width: 768px) {
  .page.home .research-overview--3-columns .research-overview__item__title {
    min-height: 2.3636363636em;
  }
}
@media (max-width: 767px) {
  .project-overview {
    overflow-x: hidden;
  }
  .project-overview__column {
    display: none;
  }
  .project-overview__column:nth-child(1) {
    display: block;
  }
  .project-overview__column:nth-child(2) {
    display: block;
    text-align: right;
  }
  .project-overview__item--empty {
    display: none;
  }
  .project-overview__image-list {
    margin-right: 2px;
    margin-left: 18px;
    width: 100%;
  }
  .project-overview__image-list__item img {
    height: 90px;
  }
}
.signup {
  min-height: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid currentColor;
}
@media (max-width: 1023px) {
  .signup + .footer {
    margin-top: 120px;
  }
}
.is-diapositive .signup {
  padding-bottom: 70px;
}
.project-overview + .signup, .research-overview + .signup {
  margin-top: 100px;
}
.flexible-content + .signup {
  margin-top: 100px;
}
.homepage-highlight + .signup {
  margin-top: 100px;
}
.cta + .signup {
  margin-top: 200px;
}
.signup__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .signup__inner {
    width: calc(100% - (18px * 2));
  }
}
.signup__inner .signup__column {
  flex-shrink: 1;
}
.signup__inner .signup__column:first-child {
  flex-basis: 605px;
  flex-grow: 0;
}

@media (max-width: 1023px) {
  .is-diapositive .signup {
    padding-bottom: 0;
  }
  .signup__inner {
    flex-direction: column;
  }
  .signup__inner .signup__column:first-child {
    margin-bottom: 130px;
    flex-basis: 0;
  }
}
@media (max-width: 767px) {
  .signup__inner .signup__column:first-child {
    margin-bottom: 80px;
  }
}
.newsletter-form > div {
  display: flex;
}
.newsletter-form .mc-field-group {
  margin-right: 10px;
  flex-basis: 254px;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 254px;
}
.newsletter-form input[type=text],
.newsletter-form input[type=email] {
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  letter-spacing: -0.005em;
  display: block;
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  color: #1C1917;
  background: transparent;
  border: 1px solid #1C1917;
  border-radius: 12px;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
}
.newsletter-form input[type=text]::-webkit-input-placeholder, .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #1C1917;
}
.newsletter-form input[type=text]::-moz-placeholder, .newsletter-form input[type=email]::-moz-placeholder {
  color: #1C1917;
}
.newsletter-form input[type=text]:-ms-input-placeholder, .newsletter-form input[type=email]:-ms-input-placeholder {
  color: #1C1917;
}
.newsletter-form input[type=text]::-ms-input-placeholder, .newsletter-form input[type=email]::-ms-input-placeholder {
  color: #1C1917;
}
.newsletter-form input[type=text]::placeholder,
.newsletter-form input[type=email]::placeholder {
  color: #1C1917;
}
.is-diapositive .newsletter-form input[type=text],
.is-diapositive .newsletter-form input[type=email] {
  color: #D1D4DB;
  border: 1px solid #D1D4DB;
}
.is-diapositive .newsletter-form input[type=text]::-webkit-input-placeholder, .is-diapositive .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #D1D4DB;
}
.is-diapositive .newsletter-form input[type=text]::-moz-placeholder, .is-diapositive .newsletter-form input[type=email]::-moz-placeholder {
  color: #D1D4DB;
}
.is-diapositive .newsletter-form input[type=text]:-ms-input-placeholder, .is-diapositive .newsletter-form input[type=email]:-ms-input-placeholder {
  color: #D1D4DB;
}
.is-diapositive .newsletter-form input[type=text]::-ms-input-placeholder, .is-diapositive .newsletter-form input[type=email]::-ms-input-placeholder {
  color: #D1D4DB;
}
.is-diapositive .newsletter-form input[type=text]::placeholder,
.is-diapositive .newsletter-form input[type=email]::placeholder {
  color: #D1D4DB;
}

@media (max-width: 767px) {
  .newsletter-form > div {
    flex-direction: column;
  }
  .newsletter-form .mc-field-group {
    margin-right: 0;
    margin-bottom: 16px;
    flex-basis: 0;
    max-width: 100%;
  }
  .newsletter-form input[type=submit] {
    width: 100%;
  }
}
.video {
  position: relative;
}
.video video {
  display: block;
  width: 100%;
}
.video__placeholder {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.video__placeholder::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -61px;
  display: block;
  width: 122px;
  height: 117px;
  content: "";
  background-image: url("../img/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.video__controls {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
  padding: 20px 16px;
  color: #FFFCF5;
  cursor: pointer;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
@media (max-width: 767px) {
  .video__controls {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.video__controls__item + .video__controls__item {
  margin-left: 25px;
}
.video__controls__item:hover {
  text-decoration: underline;
}
.video:hover .video__controls {
  display: flex;
}

@media (max-width: 767px) {
  .video__placeholder::after {
    margin-top: -29px;
    margin-left: -30.5px;
    width: 61px;
    height: 58.5px;
    background-size: contain;
  }
}
.gl-video {
  visibility: hidden;
}

.hero {
  position: relative;
  height: calc(var(--inner-height));
  overflow: hidden;
  cursor: s-resize;
}
.hero__visual, .hero__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.hero__visual {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .hero + .header {
    color: #FFFCF5;
    background-color: transparent;
    mix-blend-mode: difference;
  }
  .hero + .header.headroom--unpinned {
    transform: translateY(0%);
  }
}
@media (max-width: 1023px) {
  .hero {
    display: none;
  }
}
.mobile-hero {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  font-family: "Neue Montreal", sans-serif;
  font-size: 132px;
  font-weight: 400;
  line-height: 0.9090909091;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-top: 80px;
  display: none;
}
@media (max-width: 767px) {
  .mobile-hero {
    width: calc(100% - (18px * 2));
  }
}
@media (max-width: 1024px) {
  .mobile-hero {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .mobile-hero {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 1023px) {
  .mobile-hero {
    display: block;
  }
}
.mobile-navigation-toggle {
  padding: 0;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  overflow: visible;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  border: 0;
  outline: 0;
  position: fixed;
  top: 9px;
  right: 18px;
  z-index: 200;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: #1C1917;
  border-radius: 50px;
}
.is-diapositive .mobile-navigation-toggle, .mobile-navigation-active .mobile-navigation-toggle {
  background: #D1D4DB;
}
.is-diapositive.mobile-navigation-active .mobile-navigation-toggle {
  background-color: #1C1917;
}

.mobile-navigation-toggle.headroom {
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  will-change: transform;
}
.mobile-navigation-toggle.headroom--pinned {
  transform: translateY(0);
}
.mobile-navigation-toggle.headroom--unpinned {
  transform: translateY(-47px);
}

@media (min-width: 1024px) {
  .mobile-navigation-toggle {
    display: none;
  }
}
.mobile-navigation {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 199;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 18px 18px 36px;
  color: #D1D4DB;
  background: #1C1917;
}
.is-diapositive .mobile-navigation {
  color: #1C1917;
  background-color: #FFFCF5;
}
.mobile-navigation:not(.is-visible) {
  display: none;
}
.mobile-navigation .navigation {
  font-family: "Neue Montreal", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin-right: 14px;
  flex-direction: column;
  line-height: 1.1904761905;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .mobile-navigation .navigation {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .mobile-navigation .navigation {
    font-size: 42px;
  }
}
.mobile-navigation .navigation__item + .navigation__item {
  margin-top: 30px;
  margin-left: 0;
}
.mobile-navigation__text {
  margin-top: 62px;
  text-transform: uppercase;
}

.project {
  margin-top: -120px;
  padding: 20px 16px 0;
}
.project__images {
  margin-top: 8px;
}
.project__images__item {
  position: relative;
}
.project__images__item + .project__images__item {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .project__images__item + .project__images__item {
    margin-top: 4px;
  }
}
.project__images__item img,
.project__images__item video {
  display: block;
  width: 100%;
}
.project__images__item__controls {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
  padding: 20px 16px;
  color: #FFFCF5;
  cursor: pointer;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
@media (max-width: 767px) {
  .project__images__item__controls {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.project__images__item__controls__item + .project__images__item__controls__item {
  margin-left: 25px;
}
.project__images__item__controls__item:hover {
  text-decoration: underline;
}
.project__images__item:hover .project__images__item__controls {
  display: flex;
}
.project__images__description {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  padding-right: 38px;
}
@media (max-width: 767px) {
  .project__images__description {
    width: calc(100% - (18px * 2));
  }
}
@media (max-width: 1023px) {
  .project__images__description {
    padding-right: 0;
  }
}
.project__images__description p {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .project__images__description p {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.project__images__description p + p {
  margin-top: 1.0952380952em;
}
.project__images__description p a {
  border-bottom: 1px solid currentColor;
}
.project__images__description p a.is-active, .project__images__description p a:hover {
  border-bottom-color: transparent;
}
.project__button {
  position: fixed;
  top: 58px;
  right: 32px;
  z-index: 200;
  width: 42px;
  height: 42px;
  background-color: #1C1917;
  background-image: url("../img/ico-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.admin-bar .project__button {
  top: 90px;
}
@media (min-width: 768px) {
  .project__button.headroom {
    transition: top 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    will-change: top;
  }
  .project__button.headroom--top {
    top: 58px;
  }
  .admin-bar .project__button.headroom--top {
    top: 90px;
  }
  .project__button.headroom--not-top {
    top: 20px;
  }
  .admin-bar .project__button.headroom--not-top {
    top: 52px;
  }
}
@media (max-width: 767px) {
  .project__button {
    top: 36px;
    right: 36px;
    width: 32px;
    height: 32px;
    background-size: 24px auto;
  }
}
.project .credits {
  margin-top: 100px;
}
.project .credits + .credits {
  margin-top: 14px;
}
.project .credits:last-child {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .project .credits {
    margin-top: 80px;
  }
  .project .credits:last-child {
    margin-bottom: 80px;
  }
}

.project--venture .flexible-content__item:first-child:not(.page-heading--venture) {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .project__heading {
    display: none;
  }

  .project__images {
    margin-top: 0;
  }
  .project__images__description {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.header + .homepage-highlight {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  .header + .homepage-highlight {
    margin-top: 80px;
  }
}
.homepage-highlight + .homepage-highlight {
  margin-top: 190px;
}
@media (max-width: 1023px) {
  .homepage-highlight + .homepage-highlight {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .homepage-highlight + .homepage-highlight {
    margin-top: 80px;
  }
}

.homepage-highlight--two-columns {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
}
@media (max-width: 767px) {
  .homepage-highlight--two-columns {
    width: calc(100% - (18px * 2));
  }
}
.homepage-highlight--two-columns .research-overview__item__visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .homepage-highlight--two-columns .research-overview__item__visual {
    grid-template-columns: repeat(1, 1fr);
  }
  .homepage-highlight--two-columns .research-overview__item__visual.media-item-1-is-featured-on-mobile img:nth-child(2),
.homepage-highlight--two-columns .research-overview__item__visual.media-item-1-is-featured-on-mobile video:nth-child(2) {
    display: none;
  }
  .homepage-highlight--two-columns .research-overview__item__visual.media-item-2-is-featured-on-mobile img:nth-child(1),
.homepage-highlight--two-columns .research-overview__item__visual.media-item-2-is-featured-on-mobile video:nth-child(1) {
    display: none;
  }
}
.homepage-highlight--right {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .homepage-highlight--right {
    width: calc(100% - (18px * 2));
  }
}
.homepage-highlight--right .homepage-highlight__inner {
  width: 60%;
}
@media (max-width: 767px) {
  .homepage-highlight--right .homepage-highlight__inner {
    width: 100%;
  }
}
.homepage-highlight--full-width .research-overview__item__title,
.homepage-highlight--full-width .research-overview__item__meta {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
}
@media (max-width: 767px) {
  .homepage-highlight--full-width .research-overview__item__title,
.homepage-highlight--full-width .research-overview__item__meta {
    width: calc(100% - (18px * 2));
  }
}
.homepage-highlight--full-width .homepage-highlight__text {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .homepage-highlight--full-width .homepage-highlight__text {
    padding-left: 18px;
  }
}
.homepage-highlight .research-overview__item__visual img,
.homepage-highlight .research-overview__item__visual video {
  width: 100%;
}
.homepage-highlight__text {
  margin-top: 26px;
  max-width: 1412px;
  padding-right: 38px;
}
@media (max-width: 1023px) {
  .homepage-highlight__text {
    padding-right: 0;
  }
}
.homepage-highlight__text p {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .homepage-highlight__text p {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.homepage-highlight__text .button {
  position: relative;
  top: -3px;
}

@media (max-width: 1023px) {
  .homepage-highlight__text p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 32px;
    line-height: 1.0625;
  }
  .homepage-highlight__text .button {
    top: 0;
    margin-top: 30px;
  }
}
.page.home {
  padding-top: 0;
}

.homepage-text {
  margin-bottom: 120px;
  min-height: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid currentColor;
}
.homepage-highlight + .homepage-text {
  margin-top: 100px;
}
.homepage-text__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .homepage-text__inner {
    width: calc(100% - (18px * 2));
  }
}
.homepage-text .homepage-text__column {
  flex-shrink: 1;
}
.homepage-text .homepage-text__column:first-child {
  flex-basis: 605px;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .homepage-text .homepage-text__column:first-child {
    padding-right: 70px;
  }
}
.homepage-text .homepage-text__column:nth-child(2) {
  flex-grow: 1;
  max-width: 730px;
}

@media (max-width: 1023px) {
  .homepage-text {
    margin-bottom: 80px;
    min-height: auto;
    padding-bottom: 0;
  }
  .homepage-text__inner {
    flex-direction: column;
  }
  .homepage-text__inner .homepage-text__column:first-child {
    margin-bottom: 30px;
    flex-basis: 0;
  }
}
.cta {
  margin-top: 43px;
  display: flex;
  justify-content: center;
}

.flexible-content__item {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
}
@media (max-width: 767px) {
  .flexible-content__item {
    width: calc(100% - (18px * 2));
  }
}
.project--venture .flexible-content__item {
  width: 100%;
}
@media (max-width: 767px) {
  .project--venture .flexible-content__item {
    width: 100%;
  }
}
.flexible-content__item + .flexible-content__item {
  margin-top: 100px;
}
.flexible-content__item + .flexible-content__item--less-whitespace-top {
  margin-top: 16px;
}
.flexible-content__item + .flexible-content__item--extra-whitespace-top {
  margin-top: 300px;
}
.flexible-content__item.page-heading + .flexible-content__item.image, .flexible-content__item.page-heading + .flexible-content__item.image-text, .flexible-content__item.page-heading + .flexible-content__item.image-columns, .flexible-content__item.page-heading + .flexible-content__item.video {
  margin-top: 8px;
}
.flexible-content__item.page-heading + .flexible-content__item.image.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.image-text.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.image-columns.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.video.flexible-content__item--extra-whitespace-top {
  margin-top: 150px;
}
.flexible-content__item.signup + .flexible-content__item {
  margin-top: 0;
}
.flexible-content__item.image--caption-right + .flexible-content__item.text, .flexible-content__item.image--caption-right + .flexible-content__item.image-columns {
  margin-top: 16px;
}
.flexible-content__item.image-columns + .flexible-content__item.image {
  margin-top: 16px;
}
.flexible-content__item.image-columns + .flexible-content__item.image.flexible-content__item--extra-whitespace-top {
  margin-top: 300px;
}
.flexible-content__item.office-section + .flexible-content__item.office-section {
  margin-top: 0;
}
.flexible-content__item.collage + .flexible-content__item, .flexible-content__item + .flexible-content__item.collage {
  margin-top: 200px;
}

@media (max-width: 1024px) {
  .flexible-content__item.image--caption-right + .flexible-content__item.text:not(.flexible-content__item--less-whitespace-top), .flexible-content__item.image--caption-right + .flexible-content__item.image-columns:not(.flexible-content__item--less-whitespace-top) {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .flexible-content__item.signup + .flexible-content__item {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .flexible-content__item + .flexible-content__item {
    margin-top: 80px;
  }
  .flexible-content__item + .flexible-content__item--less-whitespace-top {
    margin-top: 16px;
  }
  .flexible-content__item + .flexible-content__item--extra-whitespace-top {
    margin-top: 240px;
  }
  .flexible-content__item.page-heading + .flexible-content__item.image-text {
    margin-top: 16px;
  }
  .flexible-content__item.page-heading + .flexible-content__item.image.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.image-text.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.image-columns.flexible-content__item--extra-whitespace-top, .flexible-content__item.page-heading + .flexible-content__item.video.flexible-content__item--extra-whitespace-top {
    margin-top: 120px;
  }
  .flexible-content__item.page-heading--venture + .flexible-content__item.image.flexible-content__item--extra-whitespace-top {
    margin-top: 80px;
  }
  .flexible-content__item.signup + .flexible-content__item {
    margin-top: 80px;
  }
  .flexible-content__item.image--caption-right + .flexible-content__item.text:not(.flexible-content__item--less-whitespace-top), .flexible-content__item.image--caption-right + .flexible-content__item.image-columns:not(.flexible-content__item--less-whitespace-top) {
    margin-top: 80px;
  }
  .flexible-content__item.image-columns + .flexible-content__item.image.flexible-content__item--extra-whitespace-top {
    margin-top: 240px;
  }
}
.page-heading__text {
  font-family: "Neue Montreal", sans-serif;
  font-size: 132px;
  font-weight: 400;
  line-height: 0.9090909091;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media (max-width: 1024px) {
  .page-heading__text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .page-heading__text {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.page-heading__text--align-left {
  text-align: left;
}
.page-heading__text--align-center {
  text-align: center;
}
.page-heading__meta {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.page-heading__meta:first-child {
  margin-top: 0;
}
.page-heading__meta__column {
  display: flex;
}
.page-heading__meta__item {
  display: flex;
}
.page-heading__meta__item:not(:first-child) {
  margin-left: 17px;
}
.page-heading__meta__item__text--label {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.1111111111;
  text-transform: uppercase;
  margin-right: 0.6666666667em;
}
.page-heading__meta__item__text--value {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0;
}
.page-heading--venture {
  margin-top: 86px;
}
.page-heading--venture .page-heading__text {
  font-family: "TimesNow-SemiLight", serif;
  text-transform: initial;
}

@media (min-width: 768px) {
  .page-heading__text--align-left + .page-heading__meta .page-heading__meta__column:nth-child(2) {
    flex-grow: 1;
    padding-left: 136px;
  }

  .page-template-template-office .page-heading__text {
    font-family: "Neue Montreal", sans-serif;
    font-size: 132px;
    font-weight: 400;
    line-height: 0.9090909091;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-office .page-heading__text {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .page-template-template-office .page-heading__text {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767px) {
  .page-heading__meta {
    position: relative;
    height: 70px;
  }
  .page-heading__meta__column:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-heading__meta__column:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .page-heading__text--align-center + .page-heading__meta .page-heading__meta__column:nth-child(2) {
    justify-content: center;
    width: 100%;
  }
}
.flexible-content__item.text {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
}
@media (max-width: 767px) {
  .flexible-content__item.text {
    width: calc(100% - (18px * 2));
  }
}

.text {
  display: flex;
  flex-direction: column;
}
.text__inner--full-width {
  padding-right: 38px;
}
.text__inner--left, .text__inner--right {
  width: 580px;
}
.text__inner--right {
  margin-right: 120px;
  align-self: flex-end;
}
.text__inner--large p {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .text__inner--large p {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.text__inner--large p + p {
  margin-top: 1.0952380952em;
}
.text__inner--large p a {
  border-bottom: 1px solid currentColor;
}
.text__inner--large p a.is-active, .text__inner--large p a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 1023px) {
  .text__inner--full-width {
    padding-right: 0;
  }

  .text__inner--right {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .text__inner--left, .text__inner--right {
    width: 100%;
  }
}
.image {
  position: relative;
}
.image__holder img,
.image__holder video {
  display: block;
  width: 100%;
}
.image--centered .image__holder,
.image--centered .video {
  margin-right: auto;
  margin-left: auto;
  width: 58%;
}
@media (max-width: 1023px) {
  .image--centered .image__holder,
.image--centered .video {
    width: 100%;
  }
}
.image__caption {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .image__caption {
    font-size: 16px;
  }
}
.image--caption-left .image__caption, .image--caption-center .image__caption {
  max-width: 460px;
}
.image--caption-center .image__caption {
  margin-right: auto;
  margin-left: auto;
}
.image--caption-right .image__caption {
  position: absolute;
  top: 100%;
  right: 40px;
  width: 460px;
}

@media (max-width: 1024px) {
  .image--caption-right .image__caption {
    position: static;
  }
}
@media (min-width: 768px) {
  .image--centered.image--caption-left .image__caption {
    margin-left: 21%;
  }

  .image--centered.image--caption-right .image__caption {
    margin-right: 21%;
  }
}
@media (max-width: 767px) {
  .image--caption-center .image__caption {
    max-width: 100%;
  }
  .image--caption-right .image__caption {
    width: 100%;
    max-width: 100%;
  }
}
.image-columns {
  display: flex;
}
.image-columns__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16px) / 2);
}
.image-columns__item + .image-columns__item {
  margin-left: 16px;
}
.image-columns__item__image-holder {
  flex-shrink: 0;
}
.image-columns__item__image-holder img,
.image-columns__item__image-holder video {
  display: block;
  width: 100%;
}
.image-columns__item__caption {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  max-width: 460px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .image-columns__item__caption {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .image-columns {
    flex-direction: column;
  }
  .image-columns__item {
    width: 100%;
  }
  .image-columns__item + .image-columns__item {
    margin-top: 34px;
    margin-left: 0;
  }
  .image-columns__item__caption {
    width: 100%;
    max-width: 460px;
  }
  .image-columns.flexible-content__item--less-whitespace-top .image-columns__item + .image-columns__item {
    margin-top: 16px;
  }
}
.flexible-content__item.quote {
  max-width: 1062px;
}

.quote {
  text-align: center;
}
.quote--sans-serif p {
  font-family: "Neue Montreal", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .quote--sans-serif p {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.quote--serif p {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .quote--serif p {
    font-size: 32px;
    line-height: 1.0625;
  }
}

.flexible-content__item.signup {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flexible-content__item.signup {
    width: calc(100% - (18px * 2));
  }
}

@media (max-width: 767px) {
  .flexible-content__item.signup {
    width: 100%;
  }
}
.credits {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.credits__item {
  display: flex;
}
.credits__item__text--label {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.1111111111;
  text-transform: uppercase;
  margin-right: 0.6666666667em;
}
.credits__item__text--value {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0;
}

.image-text {
  display: flex;
  align-items: flex-end;
}
.image-text__column {
  flex-grow: 1;
  flex-shrink: 1;
}
.image-text__column--narrow {
  flex-basis: 596px;
}
.image-text__column--wide {
  flex-basis: 817px;
}
.image-text__column--default {
  flex-basis: 50%;
}
.image-text__column .flexible-content__item {
  width: 100%;
}
.image-text__column .flexible-content__item.text {
  margin-right: 0;
  max-width: 600px;
}
.image-text__column .flexible-content__item .text__inner--left,
.image-text__column .flexible-content__item .text__inner--right {
  width: auto;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .image-text {
    flex-direction: column-reverse;
  }
  .image-text__column {
    width: 100%;
  }
  .image-text__column + .image-text__column {
    margin-bottom: 100px;
  }
  .image-text__column--narrow {
    flex-basis: auto;
  }
  .image-text__column--wide {
    flex-basis: auto;
  }
  .image-text__column--default {
    flex-basis: auto;
  }
  .image-text__column .flexible-content__item.text {
    max-width: 100%;
  }
  .image-text__column .flexible-content__item.text .text__inner--right {
    width: 100%;
  }
}
.flexible-content__item.office-section {
  width: 100%;
}

.office-section {
  padding-top: 10px;
  padding-bottom: 130px;
  border-top: 1px solid currentColor;
}
.office-section:last-child {
  padding-bottom: 30px;
}
.office-section__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - (16px * 2));
  max-width: 1412px;
  display: flex;
}
@media (max-width: 767px) {
  .office-section__inner {
    width: calc(100% - (18px * 2));
  }
}
.office-section__column {
  width: 50%;
}
.office-section__column:first-child {
  padding-right: 125px;
}
.office-section__column:not(.text-holder) {
  display: flex;
}
.office-section__column__sub-column {
  width: 50%;
}
.office-section__column__visual {
  position: relative;
  margin-top: 20px;
}
.office-section__column__visual__image {
  display: block;
}
.office-section__column__visual__image--mobile {
  display: none;
}
.office-section__column__visual__text__item {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .office-section__column__visual__text__item {
    font-size: 16px;
  }
}
.office-section__column__visual__text__item:nth-child(1) {
  left: 0;
}
.office-section__column__visual__text__item:nth-child(2) {
  right: 0;
}

@media (max-width: 1023px) {
  .office-section__inner {
    justify-content: space-between;
  }
  .office-section__column {
    width: calc((100% - 26px) / 2);
  }
  .office-section__column:first-child {
    padding-right: 0;
  }
  .office-section__column:not(.text-holder) {
    flex-direction: column;
  }
  .office-section__column__sub-column {
    width: 100%;
  }
  .office-section__column__sub-column + .office-section__column__sub-column {
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .office-section__inner {
    flex-direction: column;
  }
  .office-section__column {
    width: 100%;
  }
  .office-section__column + .office-section__column {
    margin-top: 52px;
  }

  .office-section__column__visual {
    float: left;
  }
  .office-section__column__visual__text__item {
    right: 0;
    left: 0;
    width: 100%;
    height: 58%;
  }
  .office-section__column__visual__text__item:nth-child(1) {
    top: 0;
    bottom: initial;
  }
  .office-section__column__visual__text__item:nth-child(2) {
    top: initial;
    bottom: 0;
  }
  .office-section__column__visual__image--desktop {
    display: none;
  }
  .office-section__column__visual__image--mobile {
    display: block;
  }
}
.collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 192px;
}
.collage__column {
  display: flex;
  flex-direction: column;
}
.collage__item + .collage__item {
  margin-top: 192px;
}
.collage__item img {
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .collage {
    display: none;
  }
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  text-align: center;
}
.feature__image {
  margin-bottom: 20px;
}
.feature__heading {
  font-family: "Neue Montreal", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .feature__heading {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
.feature__text p {
  font-family: "TimesNow-SemiLight", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0952380952;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .feature__text p {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.feature__text p + p {
  margin-top: 1.0952380952em;
}
.feature__text p a {
  border-bottom: 1px solid currentColor;
}
.feature__text p a.is-active, .feature__text p a:hover {
  border-bottom-color: transparent;
}
.feature .button {
  margin-top: 30px;
}

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