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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.experimentNav_link, #baselineGrid, #verticalLines, .gridWrapper, .thumbnail_wrapper, .svgContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#projectNavList, #homepageLinks, #experimentNavList, .headerIconNavList, #verticalLines, #wrapper, .imgCol4, .imgCol3, .imgCol2, .videoCol2, .videoCol3, .creditsRow, .invertedContainer,
.clearfix {
  zoom: 1;
}
#projectNavList::before, #homepageLinks::before, #experimentNavList::before, .headerIconNavList::before, #verticalLines::before, #wrapper::before, .imgCol4::before, .imgCol3::before, .imgCol2::before, .videoCol2::before, .videoCol3::before, .creditsRow::before, .invertedContainer::before, #projectNavList::after, #homepageLinks::after, #experimentNavList::after, .headerIconNavList::after, #verticalLines::after, #wrapper::after, .imgCol4::after, .imgCol3::after, .imgCol2::after, .videoCol2::after, .videoCol3::after, .creditsRow::after, .invertedContainer::after,
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
#projectNavList::after, #homepageLinks::after, #experimentNavList::after, .headerIconNavList::after, #verticalLines::after, #wrapper::after, .imgCol4::after, .imgCol3::after, .imgCol2::after, .videoCol2::after, .videoCol3::after, .creditsRow::after, .invertedContainer::after,
.clearfix::after {
  clear: both;
}

@font-face {
  src: url("../assets/fonts/NeueMontreal-Bold-web/NeueMontreal-Bold.woff2") format("woff2"), url("../assets/fonts/NeueMontreal-Bold-web/NeueMontreal-Bold.woff") format("woff"), url("../assets/fonts/NeueMontreal-Bold-web/NeueMontreal-Bold.eot") format("embedded-opentype");
  font-family: "Neue Montreal";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url("../assets/fonts/NeueMontreal-Regular-web/NeueMontreal-Regular.woff2") format("woff2"), url("../assets/fonts/NeueMontreal-Regular-web/NeueMontreal-Regular.woff") format("woff"), url("../assets/fonts/NeueMontreal-Regular-web/NeueMontreal-Regular.eot") format("embedded-opentype");
  font-family: "Neue Montreal";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../assets/fonts/NeueMontreal-Light-web/NeueMontreal-Light.woff2") format("woff2"), url("../assets/fonts/NeueMontreal-Light-web/NeueMontreal-Light.woff") format("woff"), url("../assets/fonts/NeueMontreal-Light-web/NeueMontreal-Light.eot") format("embedded-opentype");
  font-family: "Neue Montreal";
  font-weight: 300;
  font-style: normal;
}
.photoNav_title, .homepageLink_title, .font-h3, h3, .homepageTitle h4, .subpageTitle h4, .nextProject_subtitle, .font-credits, .creditsInfo, .creditsTitle, .font-body, body, p, .font-caption, .videoCaption p, .footerNavLink, b, strong, .font-h6, h6, .font-h5, h5, .subtitle, .font-h4, .projectNav_title, #homepageLink_Info, .homepageTitle h1, .subpageTitle h1, .inlineLink_large, h4, .navLink, .font-h2, .experimentNav_title, h2, .font-h1, h1, .boldParagraph {
  margin: 0;
  font-style: normal;
  letter-spacing: 0;
  word-spacing: 0;
}

.footerNavLink, b, strong, .font-h6, h6, .font-h5, h5, .subtitle, .nextProject_subtitle, .font-h4, .projectNav_title, #homepageLink_Info, .homepageTitle h1, .subpageTitle h1, .inlineLink_large, h4, .navLink, .font-h2, .experimentNav_title, h2, .font-h1, h1, .boldParagraph {
  font-family: "Neue Montreal", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.homepageTitle h4, .subpageTitle h4, .nextProject_subtitle, .font-credits, .creditsInfo, .creditsTitle, .font-body, body, p, .font-caption, .videoCaption p {
  font-family: "Neue Montreal", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.photoNav_title, .homepageLink_title, .font-h3, h3 {
  font-family: "Neue Montreal", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.font-body, body, p, .font-caption, .videoCaption p {
  font-size: 2rem;
  line-height: 3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
  margin: 1rem 0;
  letter-spacing: 0.015em;
  word-spacing: 0.015em;
  clear: left;
}

.font-caption, .videoCaption p {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  margin-bottom: -2rem;
}
.font-caption:last-child, .videoCaption p:last-child {
  margin-bottom: 0;
}

.boldParagraph {
  font-size: 4.5rem;
  line-height: 5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  margin: 2rem 0;
  letter-spacing: 0.01em;
}

.font-h1, h1 {
  font-size: 6.75rem;
  line-height: 7rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .font-h1, h1 {
    font-size: 10.125rem;
    line-height: 10rem;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
    margin-left: -0.2rem;
  }
}

.font-h2, .experimentNav_title, h2 {
  font-size: 4.5rem;
  line-height: 5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .font-h2, .experimentNav_title, h2 {
    font-size: 6.75rem;
    line-height: 6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    margin-top: 4rem;
  }
}

.navLink {
  font-size: 4.5rem;
  line-height: 6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

.font-h3, h3 {
  letter-spacing: 0.01em;
  font-size: 4.5rem;
  line-height: 5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .font-h3, h3 {
    font-size: 6.75rem;
    line-height: 7rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin-top: 3rem;
  }
}

.homepageLink_title {
  font-size: 4.5rem;
  line-height: 5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .homepageLink_title {
    bottom: 0.5rem;
    left: 1.7rem;
  }
}
@media only screen and (min-width: 1280px) {
  .homepageLink_title {
    font-size: 6.75rem;
    bottom: 1.25rem;
    left: 1.6rem;
  }
}

.photoNav_title {
  font-size: 4.5rem;
  line-height: 5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  margin: 2rem 0;
  letter-spacing: 0.01em;
}

.font-h4, .projectNav_title, #homepageLink_Info, .homepageTitle h1, .subpageTitle h1, .inlineLink_large, h4 {
  font-size: 3rem;
  line-height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  margin-top: 3rem;
  margin-bottom: -2rem;
}

.font-h5, h5, .subtitle, .nextProject_subtitle {
  font-size: 2rem;
  line-height: 2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  letter-spacing: 0.01em;
  margin-top: 3rem;
  margin-bottom: -2rem;
}

.subtitle, .nextProject_subtitle {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.font-credits, .creditsInfo, .creditsTitle {
  font-size: 1.3333333333rem;
  line-height: 1.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .font-credits, .creditsInfo, .creditsTitle {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.7rem;
    letter-spacing: 0.04em;
  }
}

.font-h6, h6 {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  letter-spacing: 0.03em;
  margin-bottom: -2rem;
}

.nowrap {
  white-space: nowrap;
}

.transition-grow, .transition-arrowSlideOut, .transition-pop, .transition-slide, .transition-fade {
  transition-duration: 10ms;
}
.transition-grow:nth-of-type(1), .transition-arrowSlideOut:nth-of-type(1), .transition-pop:nth-of-type(1), .transition-slide:nth-of-type(1), .transition-fade:nth-of-type(1) {
  transition-delay: 0ms;
}
.transition-grow:nth-of-type(2), .transition-arrowSlideOut:nth-of-type(2), .transition-pop:nth-of-type(2), .transition-slide:nth-of-type(2), .transition-fade:nth-of-type(2) {
  transition-delay: 100ms;
}
.transition-grow:nth-of-type(3), .transition-arrowSlideOut:nth-of-type(3), .transition-pop:nth-of-type(3), .transition-slide:nth-of-type(3), .transition-fade:nth-of-type(3) {
  transition-delay: 200ms;
}
.transition-grow:nth-of-type(4), .transition-arrowSlideOut:nth-of-type(4), .transition-pop:nth-of-type(4), .transition-slide:nth-of-type(4), .transition-fade:nth-of-type(4) {
  transition-delay: 300ms;
}
.transition-grow:nth-of-type(5), .transition-arrowSlideOut:nth-of-type(5), .transition-pop:nth-of-type(5), .transition-slide:nth-of-type(5), .transition-fade:nth-of-type(5) {
  transition-delay: 400ms;
}
.transition-grow:nth-of-type(6), .transition-arrowSlideOut:nth-of-type(6), .transition-pop:nth-of-type(6), .transition-slide:nth-of-type(6), .transition-fade:nth-of-type(6) {
  transition-delay: 500ms;
}
.transition-grow:nth-of-type(7), .transition-arrowSlideOut:nth-of-type(7), .transition-pop:nth-of-type(7), .transition-slide:nth-of-type(7), .transition-fade:nth-of-type(7) {
  transition-delay: 600ms;
}
.transition-grow:nth-of-type(8), .transition-arrowSlideOut:nth-of-type(8), .transition-pop:nth-of-type(8), .transition-slide:nth-of-type(8), .transition-fade:nth-of-type(8) {
  transition-delay: 700ms;
}
.transition-grow:nth-of-type(9), .transition-arrowSlideOut:nth-of-type(9), .transition-pop:nth-of-type(9), .transition-slide:nth-of-type(9), .transition-fade:nth-of-type(9) {
  transition-delay: 800ms;
}
.transition-grow:nth-of-type(10), .transition-arrowSlideOut:nth-of-type(10), .transition-pop:nth-of-type(10), .transition-slide:nth-of-type(10), .transition-fade:nth-of-type(10) {
  transition-delay: 900ms;
}
.transition-grow:nth-of-type(11), .transition-arrowSlideOut:nth-of-type(11), .transition-pop:nth-of-type(11), .transition-slide:nth-of-type(11), .transition-fade:nth-of-type(11) {
  transition-delay: 1000ms;
}
.transition-grow:nth-of-type(12), .transition-arrowSlideOut:nth-of-type(12), .transition-pop:nth-of-type(12), .transition-slide:nth-of-type(12), .transition-fade:nth-of-type(12) {
  transition-delay: 1100ms;
}
.transition-grow:nth-of-type(13), .transition-arrowSlideOut:nth-of-type(13), .transition-pop:nth-of-type(13), .transition-slide:nth-of-type(13), .transition-fade:nth-of-type(13) {
  transition-delay: 1200ms;
}
.transition-grow:nth-of-type(14), .transition-arrowSlideOut:nth-of-type(14), .transition-pop:nth-of-type(14), .transition-slide:nth-of-type(14), .transition-fade:nth-of-type(14) {
  transition-delay: 1300ms;
}
.transition-grow:nth-of-type(15), .transition-arrowSlideOut:nth-of-type(15), .transition-pop:nth-of-type(15), .transition-slide:nth-of-type(15), .transition-fade:nth-of-type(15) {
  transition-delay: 1400ms;
}
.transition-grow:nth-of-type(16), .transition-arrowSlideOut:nth-of-type(16), .transition-pop:nth-of-type(16), .transition-slide:nth-of-type(16), .transition-fade:nth-of-type(16) {
  transition-delay: 1500ms;
}
.transition-grow:nth-of-type(17), .transition-arrowSlideOut:nth-of-type(17), .transition-pop:nth-of-type(17), .transition-slide:nth-of-type(17), .transition-fade:nth-of-type(17) {
  transition-delay: 1600ms;
}
.transition-grow:nth-of-type(18), .transition-arrowSlideOut:nth-of-type(18), .transition-pop:nth-of-type(18), .transition-slide:nth-of-type(18), .transition-fade:nth-of-type(18) {
  transition-delay: 1700ms;
}
.transition-grow:nth-of-type(19), .transition-arrowSlideOut:nth-of-type(19), .transition-pop:nth-of-type(19), .transition-slide:nth-of-type(19), .transition-fade:nth-of-type(19) {
  transition-delay: 1800ms;
}
.transition-grow:nth-of-type(20), .transition-arrowSlideOut:nth-of-type(20), .transition-pop:nth-of-type(20), .transition-slide:nth-of-type(20), .transition-fade:nth-of-type(20) {
  transition-delay: 1900ms;
}

.transition-fade {
  transition: opacity 400ms cubic-bezier(0.25, 0.25, 0.35, 1);
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.transition-slide {
  opacity: 1;
  transform: translateY(0);
  transition-property: transform opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}

html.is-animating .transition-slide {
  transform: translateY(2rem);
  opacity: 0;
}

html.is-animating.is-leaving .transition-slide {
  transform: translateY(-3rem);
  opacity: 0;
}

.transition-pop {
  transform: scale(1);
  transition: transform 400ms cubic-bezier(0.4, 1.5, 0.6, 1);
}

html.is-animating .transition-pop {
  transform: scale(0.9);
}

.transition-arrowSlideOut {
  opacity: 1;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}

html.is-animating .transition-arrowSlideOut {
  opacity: 0;
  transform: translateX(1px);
}
@media only screen and (min-width: 768px) {
  html.is-animating .transition-arrowSlideOut {
    opacity: 0;
    transform: translateX(4rem);
  }
}

.transition-grow {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}

html.is-animating .transition-grow {
  transform: scale(0.9);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hrSlide {
  0% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  33% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  34% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  66% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
  67% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
@keyframes hrSlideHover {
  0% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
}
.pageTitleContainer .font-h5::before, .pageTitleContainer .subtitle::before, .pageTitleContainer .nextProject_subtitle::before, .pageTitleContainer h5::before {
  transform: scale(0, 1);
  transform-origin: left center;
  animation-name: hrSlide;
  animation-duration: 1200ms;
  animation-delay: 264ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
  animation-fill-mode: forwards;
}

.navLink_anchor {
  transition: transform 80ms cubic-bezier(0, 0.3, 0.1, 1);
  transform: scale(1);
  transform-origin: center bottom;
}
.navLink_anchor::before {
  transform: scale(0, 1);
  transform-origin: left center;
  animation-duration: 264ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}
.navLink_anchor:hover::before {
  animation-name: hrSlideHover;
}
.navLink_anchor:active {
  transform: scale(0.95);
}

.svgContainer {
  transition: transform 80ms cubic-bezier(0, 0.3, 0.1, 1);
  z-index: 100;
}
.svgContainer svg {
  width: 100%;
  fill: inherit;
  stroke: inherit;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svgContainer svg .path {
  animation-name: none;
}
.svgContainer:hover svg .path {
  animation-name: drawPath_infinite !important;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 800ms;
}
.svgContainer:hover svg .path:nth-child(1) {
  animation-delay: 0ms;
}
.svgContainer:hover svg .path:nth-child(2) {
  animation-delay: 100ms;
}
.svgContainer:hover svg .path:nth-child(3) {
  animation-delay: 200ms;
}
.svgContainer:active svg .path {
  stroke-dashoffset: 0;
  stroke-offset: 0;
  animation-name: none;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

.svgContainer.linkArrow {
  pointer-events: none;
  stroke-width: 2;
  transition: transform 600ms cubic-bezier(0, 0.3, 0.1, 1), opacity 400ms cubic-bezier(0.4, 0, 1, 0.7);
}
@media only screen and (min-width: 768px) {
  .svgContainer.linkArrow {
    opacity: 0;
    transform: translateX(-6rem);
  }
}
.svgContainer.linkArrow .linkArrowPath {
  animation-iteration-count: 1;
  animation-direction: forwards;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}
.svgContainer.linkArrow .linkArrowPath:nth-child(1) {
  animation-delay: 0ms;
}
.svgContainer.linkArrow .linkArrowPath:nth-child(2) {
  animation-delay: 100ms;
}

@media only screen and (min-width: 768px) {
  a:hover .svgContainer.linkArrow {
    transform: translateX(0);
    opacity: 1;
  }
}
a:hover .svgContainer.linkArrow svg .path {
  animation-name: drawPath !important;
}

@media only screen and (min-width: 768px) {
  a:link .svgContainer.linkArrow .path {
    animation-name: none !important;
  }
}

.path {
  animation-name: drawPath;
  animation-duration: 600ms;
  animation-iteration-count: 1;
  animation-direction: forward;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
  animation-fill-mode: forwards;
}
.path:nth-child(1) {
  animation-delay: 100ms;
}
.path:nth-child(2) {
  animation-delay: 200ms;
}
.path:nth-child(3) {
  animation-delay: 300ms;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawPath_infinite {
  to {
    stroke-dashoffset: 320;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: rgb(250, 250, 250);
  background-color: rgb(0, 0, 0);
}
body.navOpen {
  overflow: hidden;
}
body.photoCarousel {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  margin-bottom: 1vw;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  background-color: rgb(18, 18, 18);
}

button {
  outline: none;
  border: none;
}

.invertedContainer {
  padding: 0 6vw;
  color: rgb(250, 250, 250);
  opacity: 1;
  background-color: rgb(0, 0, 0);
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
  overflow: hidden;
  min-height: 100vh;
}

.contentContainer {
  margin: 6vw 0;
}

.contentBreak {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .contentBreak {
    margin-bottom: 6rem;
  }
}

.whiteContainer {
  background-color: rgb(255, 255, 255);
  max-width: none;
  width: 100vw;
  padding: 6vw;
  margin-left: -6vw;
}

.textBlock {
  padding: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw) 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .textBlock {
    max-width: 73.1666666667vw;
  }
}
@media only screen and (min-width: 960px) {
  .textBlock {
    max-width: 58.3333333333vw;
  }
}
@media only screen and (min-width: 1280px) {
  .textBlock {
    max-width: 88vw;
  }
  .textBlock p {
    max-width: 43.5vw;
  }
}
.textBlock.short {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .textBlock.short {
    padding-bottom: 0;
  }
}
.textBlock.tight {
  padding: 2rem 0;
}
.textBlock.mini {
  padding: 9rem 0 4rem 0;
}

.pageTitleContainer {
  position: relative;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  min-height: 10rem;
  top: 3rem;
  z-index: 100;
}
@media only screen and (min-height: 700px) {
  .pageTitleContainer {
    position: absolute;
    height: auto;
  }
}
.pageTitleContainer .font-h5, .pageTitleContainer .subtitle, .pageTitleContainer .nextProject_subtitle, .pageTitleContainer h5 {
  position: relative;
  display: block;
  margin: 0;
}
.pageTitleContainer .font-h5::before, .pageTitleContainer .subtitle::before, .pageTitleContainer .nextProject_subtitle::before, .pageTitleContainer h5::before {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  width: 3rem;
  height: 1px;
  background-color: rgb(250, 250, 250);
}

.topBlock {
  padding-top: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw);
  margin-top: 1vw;
}

.inlineLink, .inlineLink_large {
  position: relative;
  display: inline-block;
  z-index: 0;
  color: inherit;
  transition: color 80ms cubic-bezier(0.25, 0.25, 0.35, 1);
}
.inlineLink::before, .inlineLink_large::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: -0.1rem;
  right: -0.1rem;
  z-index: -1;
  background-color: rgb(250, 250, 250);
  transform: translateY(-0.1rem) scale(1, 0.02);
  transform-origin: bottom center;
  transition: transform 80ms cubic-bezier(0.25, 0.25, 0.35, 1);
}
.inlineLink:hover, .inlineLink_large:hover {
  color: rgb(0, 0, 0);
}
.inlineLink:hover::before, .inlineLink_large:hover::before {
  transform: translateY(0) scale(1, 1);
}

.inlineLink_large {
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: left;
  clear: left;
}
@media only screen and (min-width: 480px) {
  .inlineLink_large {
    margin-right: 2rem;
    float: none;
    clear: none;
  }
}
.inlineLink_large::before {
  bottom: 0.4rem;
  top: 0;
}

.credits {
  padding-top: 6vw;
  padding-bottom: calc(((( 100vh - 16vw ) / 5) * 0.5) + 0.5vw);
}

.creditsRow {
  display: block;
  padding-bottom: 3rem;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .creditsRow {
    padding-left: 14.8333333333vw;
  }
}
.creditsRow:before, .creditsRow:after {
  display: none;
}

.creditsInfo, .creditsTitle {
  display: block;
  float: left;
}

.creditsTitle {
  width: 43.5vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .creditsTitle {
    width: 28.6666666667vw;
  }
}

.creditsInfo {
  padding-left: 1vw;
  max-width: 42.5vw;
}
@media only screen and (min-width: 768px) {
  .creditsInfo {
    max-width: 43.5vw;
  }
}

.fullBleedImage {
  max-width: none;
  width: 100vw;
  margin-left: -6vw;
}

@media only screen and (min-width: 768px) {
  .insetImage {
    margin: 1vw 6vw;
    width: 58.3333333333vw;
    margin-left: 14.8333333333vw;
  }
}

.thumbnail_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  background-color: rgb(18, 18, 18);
}
.thumbnail_wrapper.stroke {
  outline: rgb(18, 18, 18) 1px solid;
  outline-offset: -1px;
}

.thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
  transition-duration: 800ms;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .thumbnail {
    top: 0;
    transform: scale(1);
  }
}

a:hover .thumbnail {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  a:hover .thumbnail {
    transform: scale(1.1);
  }
}

.videoContainer {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .videoContainer {
    margin: 1vw auto;
  }
}
.videoContainer .videoFrame {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

.videoFrame {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 2rem auto;
}
@media only screen and (min-width: 960px) {
  .videoFrame {
    margin: 0 auto;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.videoFrame.large {
  width: 100%;
  padding-top: 56.25%;
  margin-top: 4rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1280px) {
  .videoFrame.large {
    margin-top: 0;
    margin-bottom: 6vw;
    width: 73.1666666667vw;
  }
}
.videoFrame.large::before {
  content: "";
  position: absolute;
  top: -4rem;
  bottom: -4rem;
  left: -6vw;
  right: -6vw;
  background-color: rgb(0, 0, 0);
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .videoFrame.large::before {
    left: -28.6666666667vw;
    right: -28.6666666667vw;
  }
}
.videoFrame.large.first {
  margin-top: 8rem;
}
@media only screen and (min-width: 1280px) {
  .videoFrame.large.first {
    margin-top: 3rem;
  }
}
.videoFrame.large.first::before {
  top: -8rem;
}
@media only screen and (min-width: 1280px) {
  .videoFrame.large.first::before {
    top: -3rem;
  }
}

.video_embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.videoCaption {
  color: rgb(161, 161, 161);
  margin-bottom: 1rem;
}
.videoCol2, .videoCol3 {
  margin: 0 auto;
  width: 100%;
}
.videoCol2 .videoContainer, .videoCol3 .videoContainer {
  width: 43.5vw;
  float: left;
  clear: right;
  margin: 0 1vw 0 0;
}
.videoCol2 .videoContainer:last-child, .videoCol3 .videoContainer:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .videoCol3 .videoContainer {
    width: 28.6666666667vw;
  }
}
.videoCol3 .videoContainer:first-child {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .videoCol3 .videoContainer:first-child {
    width: 28.6666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .imgCol2 {
    margin-bottom: 1vw;
  }
}
.imgCol2 img,
.imgCol2 video {
  float: left;
  width: 100%;
  margin-right: 1vw;
}
@media only screen and (min-width: 768px) {
  .imgCol2 img,
.imgCol2 video {
    width: 43.5vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.imgCol2 img:last-child,
.imgCol2 video:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .imgCol3 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
.imgCol3 img,
.imgCol3 video {
  float: left;
  width: 43.5vw;
  margin-right: 1vw;
}
.imgCol3 img:nth-child(1),
.imgCol3 video:nth-child(1) {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
  .imgCol3 img:nth-child(1),
.imgCol3 video:nth-child(1) {
    width: 28.6666666667vw;
    margin-right: 1vw;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .imgCol3 img,
.imgCol3 video {
    width: 28.6666666667vw;
    margin-bottom: 0;
  }
}
.imgCol3 img:last-child,
.imgCol3 video:last-child {
  margin-right: 0;
}

.imgCol4 img,
.imgCol4 video {
  float: left;
  width: 43.5vw;
  margin-right: 1vw;
}
.imgCol4 img:nth-child(2),
.imgCol4 video:nth-child(2) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .imgCol4 img,
.imgCol4 video {
    width: 21.25vw;
    margin-bottom: 0;
  }
  .imgCol4 img:nth-child(2),
.imgCol4 video:nth-child(2) {
    margin-right: 1vw;
  }
}
.imgCol4 img:last-child,
.imgCol4 video:last-child {
  margin-right: 0;
}

.imageGridRow {
  display: flex;
  align-items: center;
  max-width: none;
  width: 100vw;
  margin-left: -6vw;
  padding: 6vw 6vw 0;
  background-color: rgb(250, 250, 250);
}
.imageGridRow img {
  width: 25%;
  padding: 1% 6%;
  position: relative;
  top: 50%;
}
.imageGridRow img.small {
  padding: 0 2.5%;
}

#footerContainer {
  position: relative;
  padding: 6rem 6vw;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  #footerContainer {
    height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
    padding: 0rem 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  #footerNavList {
    position: relative;
    top: 4rem;
    right: 6vw;
  }
}

.footerNavLink {
  position: relative;
  font-size: 4.5rem;
  line-height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .footerNavLink {
    position: absolute;
    text-align: right;
    transform: translateX(0);
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.3rem;
  }
  .footerNavLink:nth-child(1) {
    right: 44.5vw;
  }
  .footerNavLink:nth-child(2) {
    right: 29.6666666667vw;
  }
  .footerNavLink:nth-child(3) {
    right: 14.8333333333vw;
  }
  .footerNavLink:nth-child(4) {
    right: 0;
  }
}
.footerNavLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.55rem;
  background-color: rgb(0, 0, 0);
  height: 1px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footerNavLink::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footerNavLink .navLink_anchor:hover {
    transform: translateX(0) scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .footerNavLink .navLink_anchor:active {
    transform: translateX(0) scale(0.95);
  }
}
@media only screen and (min-width: 768px) {
  .footerNavLink .navLink_anchor::before {
    display: block;
  }
}

#footerIconNavList {
  fill: rgb(0, 0, 0);
  stroke: rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  #footerIconNavList {
    position: absolute;
    top: 4rem;
    left: 6vw;
  }
}

.footerIconNavLi {
  display: inline-block;
  margin-right: 1rem;
  padding-top: 0.5rem;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .footerIconNavLi {
    margin-right: 2vw;
  }
}

.footerIconEmail, .footerIconLinkedin, .footerIconInstagram {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  transform: scale(1);
  transition: transform 80ms cubic-bezier(0.25, 0.25, 0.35, 1);
}
@media only screen and (min-width: 768px) {
  .footerIconEmail, .footerIconLinkedin, .footerIconInstagram {
    margin-top: 0rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footerIconEmail:hover, .footerIconLinkedin:hover, .footerIconInstagram:hover {
  transform: scale(1.1);
}
.footerIconEmail:active, .footerIconLinkedin:active, .footerIconInstagram:active {
  transform: scale(0.95);
}

.nextProject {
  padding: calc(((( 100vh - 16vw ) / 5) * 0.5) + 0.5vw) 6vw 0 6vw;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .nextProject {
    padding: calc(((( 100vh - 16vw ) / 5) * 0.5) + 0.5vw) 14.8333333333vw;
  }
}

.nextProject_link {
  position: relative;
  display: block;
}

.nextProject_subtitle {
  margin-top: -1rem;
}

.nextProject_linkArrow {
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 6rem;
  z-index: 1;
  stroke: rgb(0, 0, 0);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .nextProject_linkArrow {
    opacity: 1;
  }
}

.nextProject_thumbnail {
  position: relative;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
}
@media only screen and (min-width: 768px) {
  .nextProject_thumbnail {
    height: calc(((( 100vh - 16vw ) / 5) * 4) + 3vw);
  }
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 6vw;
}

.gridWrapper {
  width: 100%;
  min-height: 100vh;
  z-index: 200;
  pointer-events: none;
  overflow: hidden;
}

.horizontalLine, .verticalLine {
  opacity: 0;
  animation-duration: 1600ms;
  animation-timing-function: cubic-bezier(0.1, 0, 0.9, 1);
  animation-iteration-count: 1;
  animation-direction: forwards;
  background-color: rgba(128, 128, 128, 0.4);
}

#verticalLines {
  left: 6vw;
  right: 6vw;
}

.verticalLine {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  animation-name: verticalGridTransition;
}
.verticalLine:nth-child(1) {
  left: 0vw;
}
.verticalLine:nth-child(2) {
  left: 13.8333333333vw;
}
.verticalLine:nth-child(3) {
  left: 14.8333333333vw;
}
.verticalLine:nth-child(4) {
  left: 28.6666666667vw;
}
.verticalLine:nth-child(5) {
  left: 29.6666666667vw;
}
.verticalLine:nth-child(6) {
  left: 43.5vw;
}
.verticalLine:nth-child(7) {
  left: 44.5vw;
}
.verticalLine:nth-child(8) {
  left: 58.3333333333vw;
}
.verticalLine:nth-child(9) {
  left: 59.3333333333vw;
}
.verticalLine:nth-child(10) {
  left: 73.1666666667vw;
}
.verticalLine:nth-child(11) {
  left: 74.1666666667vw;
}
.verticalLine:nth-child(12) {
  left: 88vw;
}

#horizontalLines {
  position: absolute;
  top: 6vw;
  left: -6vw;
  right: -6vw;
  bottom: 0;
}

.horizontalLine {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  z-index: 200;
  animation-name: horizontalGridTransition;
}
.horizontalLine:first-child {
  margin-top: 0;
}
.horizontalLine:nth-child(odd) {
  margin-bottom: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
}
.horizontalLine:nth-child(even) {
  margin-bottom: 1vw;
}
.horizontalLine:last-child {
  margin-bottom: 0;
}

#baselineGrid {
  top: 1px;
  padding: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw) 0;
}

.baseline {
  margin-top: -1px;
  margin-bottom: 1rem;
  height: 1px;
  background-color: #0074D9;
  opacity: 0.5;
}

@keyframes verticalGridTransition {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes horizontalGridTransition {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
#headerContainer {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  margin-top: -6vw;
  padding: 6vw 6vw 0 6vw;
  min-height: 10rem;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
}
#headerContainer.hidden {
  display: none;
}

#headerNav {
  pointer-events: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem 6vw 6vw;
  z-index: 200;
  background-color: rgb(0, 0, 0);
  color: rgb(250, 250, 250);
  stroke: rgb(0, 0, 0);
  transform: translateX(-100%);
  transition: transform 600ms cubic-bezier(0.25, 0.25, 0.35, 1);
}
@media only screen and (min-width: 960px) {
  #headerNav {
    pointer-events: auto;
    overflow: visible;
    position: absolute;
    right: 6vw;
    padding: 0;
    z-index: 0;
    background-color: transparent;
    color: rgb(0, 0, 0);
    opacity: 1;
    transform: translateX(0);
  }
}
#headerNav .mobileMenuClose {
  display: none;
}
#headerNav.open {
  pointer-events: auto;
  transform: translateX(0%);
}
#headerNav.open .mobileMenuClose {
  display: block;
}
#headerNav.open .navLink {
  opacity: 1;
  transform: translateX(0);
}
#headerNav.open .navLink:nth-child(5) {
  transition-delay: 764ms;
}
#headerNav.open .navLink:nth-child(5):after {
  transition-duration: 1200ms;
  transition-delay: 764ms;
}
#headerNav.open .navLink:nth-child(4) {
  transition-delay: 664ms;
}
#headerNav.open .navLink:nth-child(4):after {
  transition-duration: 1200ms;
  transition-delay: 664ms;
}
#headerNav.open .navLink:nth-child(3) {
  transition-delay: 564ms;
}
#headerNav.open .navLink:nth-child(3):after {
  transition-duration: 1200ms;
  transition-delay: 564ms;
}
#headerNav.open .navLink:nth-child(2) {
  transition-delay: 464ms;
}
#headerNav.open .navLink:nth-child(2):after {
  transition-duration: 1200ms;
  transition-delay: 464ms;
}
#headerNav.open .navLink:nth-child(1) {
  transition-delay: 364ms;
}
#headerNav.open .navLink:nth-child(1):after {
  transition-duration: 1200ms;
  transition-delay: 364ms;
}
#headerNav.open .navLink:after {
  transform: scale(1, 1);
}
#headerNav.open .headerIconNavList {
  opacity: 1;
  transform: translateX(0);
}
#headerNav.open .iconNavLi:nth-child(1) .svgContainer {
  transition-delay: 700ms;
}
#headerNav.open .iconNavLi .svgContainer {
  opacity: 1;
  transform: scale(1);
}
#headerNav.open .iconNavLi:nth-child(2) .svgContainer {
  transition-delay: 800ms;
}
#headerNav.open .iconNavLi .svgContainer {
  opacity: 1;
  transform: scale(1);
}
#headerNav.open .iconNavLi:nth-child(3) .svgContainer {
  transition-delay: 900ms;
}
#headerNav.open .iconNavLi .svgContainer {
  opacity: 1;
  transform: scale(1);
}

.navLink {
  position: relative;
  margin: 1rem 0;
  opacity: 0;
  transform: translateX(-4rem);
  transition-property: transform, opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}
.navLink:nth-child(1) {
  transition-delay: 100ms;
}
.navLink:nth-child(1):after {
  transition-delay: 200ms;
}
.navLink:nth-child(2) {
  transition-delay: 200ms;
}
.navLink:nth-child(2):after {
  transition-delay: 400ms;
}
.navLink:nth-child(3) {
  transition-delay: 300ms;
}
.navLink:nth-child(3):after {
  transition-delay: 600ms;
}
.navLink:nth-child(4) {
  transition-delay: 400ms;
}
.navLink:nth-child(4):after {
  transition-delay: 800ms;
}
.navLink:nth-child(5) {
  transition-delay: 500ms;
}
.navLink:nth-child(5):after {
  transition-delay: 1000ms;
}
@media only screen and (min-width: 960px) {
  .navLink {
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.3rem;
    text-align: right;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 6vw;
    transform: translateX(0);
    opacity: 1;
  }
  .navLink:nth-child(1) {
    right: 44.5vw;
  }
  .navLink:nth-child(2) {
    right: 29.6666666667vw;
  }
  .navLink:nth-child(3) {
    right: 14.8333333333vw;
  }
  .navLink:nth-child(4) {
    right: 0vw;
  }
}
.navLink:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  height: 1px;
  background-color: rgb(250, 250, 250);
  transform: scale(0, 1);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition-duration: 264ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}

.navLink_anchor {
  position: relative;
  display: block;
  transition: transform 132ms cubic-bezier(0, 0.3, 0.1, 1);
  transform: translateX(0) scale(1);
}
.navLink_anchor:hover {
  transform: translateX(2rem) scale(1);
}
@media only screen and (min-width: 960px) {
  .navLink_anchor:hover {
    transform: translateX(0) scale(1);
  }
}
@media only screen and (min-width: 960px) {
  .navLink_anchor:active {
    transform: translateX(0) scale(0.95);
  }
}
.navLink_anchor::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 960px) {
  .navLink_anchor::before {
    display: block;
  }
}

.headerIconNavList {
  padding-top: 1rem;
  z-index: 201;
  fill: rgb(250, 250, 250);
  opacity: 0;
  transform: translateX(-4rem);
  transition-property: transform, opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
  transition-delay: 764ms;
}
@media only screen and (min-width: 960px) {
  .headerIconNavList {
    display: none;
  }
}

.iconNavLi:nth-child(3) .svgContainer {
  transition-delay: 264ms;
}
.iconNavLi .svgContainer {
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}
.iconNavLi:nth-child(2) .svgContainer {
  transition-delay: 364ms;
}
.iconNavLi .svgContainer {
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}
.iconNavLi:nth-child(1) .svgContainer {
  transition-delay: 464ms;
}
.iconNavLi .svgContainer {
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.35, 1);
}

.iconEmail, .iconLinkedin, .iconInstagram {
  display: block;
  position: relative;
  float: left;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  transition: transform cubic-bezier(0.25, 0.25, 0.35, 1) 80ms;
}
.iconEmail:hover, .iconLinkedin:hover, .iconInstagram:hover {
  transform: scale(1.15);
}
.iconEmail:active, .iconLinkedin:active, .iconInstagram:active {
  transform: scale(1);
}

.mobileMenuClose, .mobileMenuOpen {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 6vw;
  right: 6vw;
  cursor: pointer;
}

.mobileMenuOpen {
  stroke: rgb(0, 0, 0);
  z-index: 100;
}
@media only screen and (min-width: 960px) {
  .mobileMenuOpen {
    display: none;
  }
}

.mobileMenuClose {
  stroke: rgb(250, 250, 250);
  display: none;
  z-index: 201;
  transition-property: display;
  transition-delay: 792ms;
}
@media only screen and (min-width: 960px) {
  .mobileMenuClose {
    display: none;
    transition-delay: 0;
  }
}
.mobileMenuClose path:nth-child(1) {
  animation-delay: 100ms;
}
.mobileMenuClose path:nth-child(2) {
  animation-delay: 200ms;
}
.mobileMenuClose path:nth-child(3) {
  animation-delay: 300ms;
}

#experimentNavList {
  padding: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw) 0;
}

.experimentNav_portrait, .experimentNav_landscape {
  position: relative;
  margin-top: 1vw;
  overflow: hidden;
  stroke: rgb(250, 250, 250);
}

.experimentNav_landscape {
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
}
@media only screen and (min-width: 480px) {
  .experimentNav_landscape {
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
@media only screen and (min-width: 768px) {
  .experimentNav_landscape {
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
  }
}
@media only screen and (min-width: 1280px) {
  .experimentNav_landscape {
    height: calc(((( 100vh - 16vw ) / 5) * 4) + 3vw);
  }
}

.experimentNav_portrait {
  margin-bottom: 1vw;
  height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
}
@media only screen and (min-width: 480px) {
  .experimentNav_portrait {
    height: calc(((( 100vh - 16vw ) / 5) * 4) + 3vw);
  }
}
@media only screen and (min-width: 768px) {
  .experimentNav_portrait {
    float: left;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
  }
}
@media only screen and (min-width: 768px) {
  .experimentNav_portrait {
    float: left;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
  }
}
@media only screen and (min-width: 960px) {
  .experimentNav_portrait {
    height: calc(((( 100vh - 16vw ) / 5) * 4) + 3vw);
  }
}
@media only screen and (min-width: 1280px) {
  .experimentNav_portrait {
    height: calc(((( 100vh - 16vw ) / 5) * 5) + 4vw);
  }
}
.experimentNav_portrait:nth-child(odd) {
  margin-right: 1vw;
}
.experimentNav_portrait .experimentNav_title {
  font-size: 35vw;
  line-height: 30vw;
}
@media only screen and (min-width: 768px) {
  .experimentNav_portrait .experimentNav_title {
    font-size: 17vw;
    line-height: 14.5vw;
  }
}

.experimentNav_link {
  display: block;
  background-size: cover;
  background-position: center;
}

.experimentNav_linkArrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  z-index: 100;
}

.experimentNav_title {
  position: absolute;
  bottom: 1vw;
  font-size: 15.5vw;
  line-height: 14.5vw;
  z-index: 10;
}

.experimentNav_invert {
  color: rgb(0, 0, 0);
}
.experimentNav_invert .svgContainer svg {
  stroke: rgb(0, 0, 0);
}

.homepage {
  color: rgb(0, 0, 0);
  background-color: rgb(250, 250, 250);
}
.homepage header {
  position: absolute;
  display: block;
}
@media only screen and (min-width: 960px) {
  .homepage header {
    display: none;
  }
}

#homeWrapper {
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  #homeWrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.homepageTitle, .subpageTitle {
  position: absolute;
  top: 6vw;
  left: 6vw;
  z-index: 100;
  padding-right: 6rem;
  pointer-events: none;
}
.homepageTitle h1, .subpageTitle h1 {
  padding: 0;
  margin: 0;
  letter-spacing: -0.5px;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .homepageTitle h1, .subpageTitle h1 {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .homepageTitle h1, .subpageTitle h1 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .homepageTitle h1, .subpageTitle h1 {
    font-size: 4vw;
    line-height: 3.5vw;
  }
}
.homepageTitle h4, .subpageTitle h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.homeLink {
  pointer-events: all;
}

.homeLink_subtitle {
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .homeLink_subtitle {
    font-size: 2rem;
    margin-top: 0;
    line-height: 2rem;
  }
}

#homepageLink_Info {
  position: absolute;
  top: 0;
  margin-top: 6vw;
  right: 6vw;
  text-align: right;
  z-index: 100;
  text-decoration: none;
  display: none;
}
@media only screen and (min-width: 960px) {
  #homepageLink_Info {
    display: block;
  }
}

#homepageLinks {
  padding: 1vw 6vw 6vw;
}
@media only screen and (min-width: 768px) {
  #homepageLinks {
    position: fixed;
    top: 6vw;
    right: 6vw;
    bottom: 0;
    left: 6vw;
    padding: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw) 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  #homepageLink_Projects {
    top: calc(((( 100vh - 16vw ) / 5) * 2) + 2vw);
    left: 0;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
    margin-left: 0;
  }
}
#homepageLink_Projects .homepageLink_Button {
  width: 58.3333333333vw;
  margin-left: 29.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #homepageLink_Projects .homepageLink_Button {
    width: auto;
    margin-left: 0;
  }
}

#homepageLink_Photography .homepageLink_Button, #homepageLink_Experiments .homepageLink_Button {
  width: 58.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #homepageLink_Photography .homepageLink_Button, #homepageLink_Experiments .homepageLink_Button {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #homepageLink_Photography, #homepageLink_Experiments {
    left: 44.5vw;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}

#homepageLink_Experiments .homepageLink_Button {
  float: left;
  margin-right: 1vw;
}
@media only screen and (min-width: 768px) {
  #homepageLink_Experiments .homepageLink_Button {
    float: none;
    margin-right: -1px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageLink_Experiments {
    top: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw);
  }
}

#homepageLink_Photography .homepageLink_Button {
  margin-left: 29.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #homepageLink_Photography .homepageLink_Button {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #homepageLink_Photography {
    top: calc(((( 100vh - 16vw ) / 5) * 3) + 3vw);
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .homepageLink {
    position: absolute;
    margin-bottom: 0;
  }
}
.homepageLink:hover {
  color: rgb(250, 250, 250);
  background-color: rgb(0, 0, 0);
}
.homepageLink:hover .homepageLink_Image {
  opacity: 1;
}
.homepageLink .homepageLink_Image {
  opacity: 1;
  transition-duration: 400ms;
}
@media only screen and (min-width: 480px) {
  .homepageLink.hide {
    opacity: 0;
  }
}

.homepageLink_Button {
  position: relative;
  border: 1px solid rgb(0, 0, 0);
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  min-height: 100px;
  margin-bottom: 1vw;
  color: rgb(250, 250, 250);
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .homepageLink_Button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    margin-bottom: 0;
    margin: 0 -1px -1px 0;
    color: inherit;
    background-color: inherit;
  }
}
.homepageLink_Button .svgContainer.linkArrow {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .homepageLink_Button .svgContainer.linkArrow {
    transform: translateX(-6rem);
    opacity: 0;
  }
}
.homepageLink_linkArrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  stroke: rgb(250, 250, 250);
}

.thumbnail_wrapper.homepageLink_Image {
  position: static;
  min-height: 100px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image {
    pointer-events: none;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 -2px -2px 0;
    opacity: 0;
    z-index: -101;
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project0 {
  clear: both;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  transition-delay: 0;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project0 {
    float: none;
    top: calc(((( 100vh - 16vw ) / 5) * -1) + -1vw);
    left: 0;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project1 {
  float: left;
  width: 28.6666666667vw;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  transition-delay: 0;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project1 {
    float: none;
    top: calc(((( 100vh - 16vw ) / 5) * -1) + -1vw);
    left: 44.5vw;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project2 {
  clear: both;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  margin-bottom: 1vw;
  transition-delay: 100ms;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Project2 {
    top: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw);
    left: 44.5vw;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment1 {
  float: left;
  width: 28.6666666667vw;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  transition-delay: 0;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment1 {
    float: none;
    top: calc(((( 100vh - 16vw ) / 5) * 2) + 2vw);
    left: 14.8333333333vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
    width: 28.6666666667vw;
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment2 {
  top: auto;
  left: 0;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  margin-bottom: 1vw;
  transition-delay: 100ms;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment2 {
    left: -44.5vw;
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment3 {
  top: auto;
  left: 0;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  margin-bottom: 1vw;
  transition-delay: 100ms;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Experiment3 {
    top: calc(((( 100vh - 16vw ) / 5) * 2) + 2vw);
    left: -44.5vw;
    width: 58.3333333333vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Photography1 {
  width: 28.6666666667vw;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  float: left;
  transition-delay: 0;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Photography1 {
    left: -44.5vw;
    top: calc(((( 100vh - 16vw ) / 5) * -2) + -2vw);
    width: 88vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
.thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Photography2 {
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1) + 0vw);
  transition-delay: 100ms;
}
@media only screen and (min-width: 768px) {
  .thumbnail_wrapper.homepageLink_Image.homepageLink_Image_Photography2 {
    left: -44.5vw;
    top: calc(((( 100vh - 16vw ) / 5) * 0) + 0vw);
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}

#projectNavList {
  padding-top: calc(((( 100vh - 16vw ) / 5) * 1) + 1vw);
}
#projectNavList li {
  padding-top: 1vw;
  padding-bottom: calc(((( 100vh - 16vw ) / 5) * 0.5) + 0.5vw);
}
@media only screen and (min-width: 768px) {
  #projectNavList li {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #projectNavList li:nth-child(odd) {
    padding-right: 1vw;
  }
}

.projectNav_link {
  position: relative;
  display: block;
  width: 100%;
  height: calc(((( 100vh - 16vw ) / 5) * 1.5) + 0.5vw);
  background-size: cover;
  background-position: center;
  background-color: rgba(128, 128, 128, 0.4);
}
@media only screen and (min-width: 480px) {
  .projectNav_link {
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
  }
}
@media only screen and (min-width: 768px) {
  .projectNav_link {
    width: 43.5vw;
    height: calc(((( 100vh - 16vw ) / 5) * 2) + 1vw);
  }
}
@media only screen and (min-width: 1280px) {
  .projectNav_link {
    height: calc(((( 100vh - 16vw ) / 5) * 3) + 2vw);
  }
}

.projectNav_linkArrow {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 5rem;
  stroke: rgb(250, 250, 250);
}

.projectNav_label {
  position: absolute;
  display: block;
  top: -6rem;
}

.projectNav_subtitle {
  display: block;
  margin-top: -0.5rem;
}
