@charset "UTF-8";
/*!
 Theme Name:   Alexandra Tellez
 Description:  Alexandra Tellez
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.1.3
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
 * mixins
 */
/* 
 * functions
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* 
 * fonts
*/
@font-face {
  font-family: "TestUntitledSans";
  src: url("fonts/TestUntitledSans-Regular.otf") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "TestUntitledSerif";
  src: url("fonts/TestUntitledSerif-Regular.otf") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
/* 
 * global
 */
body {
  color: #000;
}

h1, h2, h3, p, a, ul li {
  color: inherit;
}

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

ul {
  list-style: none;
}

img,
video {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none;
}

main, section, aside, div {
  position: relative;
}

/* 
 * typography
 */
body {
  font-family: "TestUntitledSans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

h1, h2, h3, p, a, span, ul li {
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* 
 * layout
 */
body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body > header,
body main,
body aside#info {
  transition: top 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body > header {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  top: 0;
  left: 0;
  right: 0;
}
body main {
  top: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
body footer {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
body footer nav {
  display: flex;
  justify-content: end;
}
body aside#info {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body aside#info header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
body aside#info h1 {
  padding: 60px 15px;
  font-family: "TestUntitledSerif", serif;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0px;
}
body aside#info footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body aside#index {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
body aside#index span {
  position: absolute;
  top: 15px;
  left: 15px;
}
body aside#index nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 45px;
  column-gap: 15px;
  padding: 150px 15px;
}
body aside#index nav a {
  width: calc(50% - 7.5px);
  aspect-ratio: 16/9;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body aside#index nav a figure {
  position: relative;
  width: 100%;
  height: 100%;
}
body aside#index nav a figure div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}
body aside#index nav a figure img,
body aside#index nav a figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body aside#index nav a figure figcaption {
  display: none;
}
@media (hover: hover) {
  body aside#index nav a:hover figure div {
    display: block;
  }
}
body aside#screen {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  pointer-events: none;
  display: none;
  background: #000;
  transition: background 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body aside#screen > div {
  min-width: 100%;
  height: 100%;
  display: none;
}
body aside#screen > div figure {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
body aside#screen > div figure img,
body aside#screen > div figure video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body aside#screen > div.active {
  display: block;
}
body.home section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body.home section a.js-index {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
}
body.home section div {
  height: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body.home section div::-webkit-scrollbar {
  display: none;
}
body.home section div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  scroll-snap-align: start;
}
body.home section div a figure {
  width: calc(100% - 30px);
  height: calc(100% - 100px);
  padding: 50px 15px;
}
body.home section div a figure img,
body.home section div a figure video {
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.home section div a figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.home section div a figure figcaption span {
  padding-right: 15px;
}
body.home section div a figure figcaption.fade {
  opacity: 0;
}
body.home aside#index {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
}
body.home aside#index span {
  display: none;
}
body.home section div {
  animation: moveIn 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
body.home.index a.js-index {
  position: fixed;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.home.index aside#index {
  background: #fff;
  display: block;
  transition: top 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.home.index aside#index nav a {
  opacity: 0;
}
body.home.index aside#index nav a:nth-of-type(1) {
  opacity: 0;
  animation: fadeIn 600ms 50ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(2) {
  opacity: 0;
  animation: fadeIn 600ms 100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(3) {
  opacity: 0;
  animation: fadeIn 600ms 150ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(4) {
  opacity: 0;
  animation: fadeIn 600ms 200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(5) {
  opacity: 0;
  animation: fadeIn 600ms 250ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(6) {
  opacity: 0;
  animation: fadeIn 600ms 300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(7) {
  opacity: 0;
  animation: fadeIn 600ms 350ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(8) {
  opacity: 0;
  animation: fadeIn 600ms 400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(9) {
  opacity: 0;
  animation: fadeIn 600ms 450ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(10) {
  opacity: 0;
  animation: fadeIn 600ms 500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(11) {
  opacity: 0;
  animation: fadeIn 600ms 550ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(12) {
  opacity: 0;
  animation: fadeIn 600ms 600ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(13) {
  opacity: 0;
  animation: fadeIn 600ms 650ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(14) {
  opacity: 0;
  animation: fadeIn 600ms 700ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(15) {
  opacity: 0;
  animation: fadeIn 600ms 750ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(16) {
  opacity: 0;
  animation: fadeIn 600ms 800ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(17) {
  opacity: 0;
  animation: fadeIn 600ms 850ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(18) {
  opacity: 0;
  animation: fadeIn 600ms 900ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(19) {
  opacity: 0;
  animation: fadeIn 600ms 950ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(20) {
  opacity: 0;
  animation: fadeIn 600ms 1000ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(21) {
  opacity: 0;
  animation: fadeIn 600ms 1050ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(22) {
  opacity: 0;
  animation: fadeIn 600ms 1100ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(23) {
  opacity: 0;
  animation: fadeIn 600ms 1150ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(24) {
  opacity: 0;
  animation: fadeIn 600ms 1200ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(25) {
  opacity: 0;
  animation: fadeIn 600ms 1250ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(26) {
  opacity: 0;
  animation: fadeIn 600ms 1300ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(27) {
  opacity: 0;
  animation: fadeIn 600ms 1350ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(28) {
  opacity: 0;
  animation: fadeIn 600ms 1400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(29) {
  opacity: 0;
  animation: fadeIn 600ms 1450ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index aside#index nav a:nth-of-type(30) {
  opacity: 0;
  animation: fadeIn 600ms 1500ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.index.info a.js-index {
  opacity: 0;
  pointer-events: none;
}
body.home > footer {
  display: none;
}
body.project article {
  padding: 20vh 0 0;
  padding: calc(var(--vh, 1vh) * 20) 0 0;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
body.project section#project-hero {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.project section#project-hero h1 {
  padding: 0 15px;
}
body.project section#project-hero #project-hero-carousel {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: none;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > img,
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure video {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > a > img,
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure.active {
  display: block;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav {
  width: 100%;
  padding-bottom: 30px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav::-webkit-scrollbar {
  display: none;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 3px;
  padding: 0 15px;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a {
  position: relative;
  width: calc(30vw - 5px);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #000;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a figure {
  width: 100%;
  aspect-ratio: 16/9;
  opacity: 0.8;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a:not(.active)::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a.active {
  opacity: 0.2;
  pointer-events: none;
}
body.project section#project-hero #project-hero-carousel.playing #project-hero-carousel-wrapper figure.active > a {
  display: none;
}
body.project section#project-hero #project-hero-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 15px;
}
body.project section#project-content {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 0 15px;
}
body.project section#project-content > div {
  display: flex;
}
body.project section#project-content > div.small figure {
  width: calc(( ( ( 100vw - ( ( 7 - 1 ) * 15px ) - ( 2 * 15px ) ) / 7 ) * 4 ) + ( ( 4 - 1 ) * 15px ));
}
body.project section#project-content > div.medium figure {
  width: calc(( ( ( 100vw - ( ( 7 - 1 ) * 15px ) - ( 2 * 15px ) ) / 7 ) * 5 ) + ( ( 5 - 1 ) * 15px ));
}
body.project section#project-content > div.large figure {
  width: calc(( ( ( 100vw - ( ( 7 - 1 ) * 15px ) - ( 2 * 15px ) ) / 7 ) * 6 ) + ( ( 6 - 1 ) * 15px ));
}
body.project section#project-content > div.full figure {
  width: 100%;
}
body.project section#project-content > div.left {
  justify-content: flex-start;
}
body.project section#project-content > div.center {
  justify-content: center;
}
body.project section#project-content > div.right {
  justify-content: flex-end;
}
body.project section#project-content figure img,
body.project section#project-content figure video {
  width: 100%;
}
body.project section#project-outtakes-cta {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /*
  a{
  	position: relative;
  	width: 100%;
  	height: 100vh;
  	height: calc( var( --vh, 1vh ) * 100 );
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  */
  /*
  figure{

  	display: none;
  	width: calc-columns( 7, 15px, 15px, 5 );
  	aspect-ratio: 1;
  	flex-direction: column;
  	gap: 15px;
  	justify-content: center;

  	img,
  	video{
  		width: 100%;
  		max-height: 100%;
  		object-fit: contain;
  	}

  	figcaption{
  		text-align: center;
  	}

  	&.active{
  		// display: block;
  		display: flex;
  		opacity: 0;
  		animation: fadeIn .8s $easeOutCubic forwards;
  	}

  }
  */
}
body.project section#project-outtakes-cta span {
  position: absolute;
  top: 15px;
  left: 15px;
}
body.project section#project-outtakes-cta > div {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-snap-type: x mandatory;
}
body.project section#project-outtakes-cta > div::-webkit-scrollbar {
  display: none;
}
body.project section#project-outtakes-cta > div.disableScrollSnap {
  scroll-snap-type: none;
}
body.project section#project-outtakes-cta > div #project-outtakes-wrapper {
  display: inline-flex;
  gap: 15px;
  height: 100%;
  align-items: center;
  padding: 0 calc( ( ( ( 100vw - ( ( 7 - 1 ) * 15px ) - ( 2 * 15px ) ) / 7 ) * 1 ) + ( ( 1 - 1 ) * 15px ) + 30px );
}
body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure {
  scroll-snap-align: center;
  width: calc(( ( ( 100vw - ( ( 7 - 1 ) * 15px ) - ( 2 * 15px ) ) / 7 ) * 5 ) + ( ( 5 - 1 ) * 15px ));
}
body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure img,
body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure video {
  width: 100%;
}
body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure figcaption {
  display: none;
}
body.project aside#project-outtakes {
  position: fixed;
  display: none;
  background: #fff;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 90px 15px;
  height: calc(100vh - 180px);
  height: calc(var(--vh, 1vh) * 100 - 180px);
  overflow-y: scroll;
}
body.project aside#project-outtakes > a {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2;
}
body.project aside#project-outtakes > div {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
body.project aside#project-outtakes > div > div {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.25, 0.01, 0.25, 1);
}
body.project aside#project-outtakes > div > div:nth-of-type(1) {
  transition-delay: 100ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(2) {
  transition-delay: 200ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(3) {
  transition-delay: 300ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(4) {
  transition-delay: 400ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(5) {
  transition-delay: 500ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(6) {
  transition-delay: 600ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(7) {
  transition-delay: 700ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(8) {
  transition-delay: 800ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(9) {
  transition-delay: 900ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(10) {
  transition-delay: 1000ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(11) {
  transition-delay: 1100ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(12) {
  transition-delay: 1200ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(13) {
  transition-delay: 1300ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(14) {
  transition-delay: 1400ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(15) {
  transition-delay: 1500ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(16) {
  transition-delay: 1600ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(17) {
  transition-delay: 1700ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(18) {
  transition-delay: 1800ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(19) {
  transition-delay: 1900ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(20) {
  transition-delay: 2000ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(21) {
  transition-delay: 2100ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(22) {
  transition-delay: 2200ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(23) {
  transition-delay: 2300ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(24) {
  transition-delay: 2400ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(25) {
  transition-delay: 2500ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(26) {
  transition-delay: 2600ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(27) {
  transition-delay: 2700ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(28) {
  transition-delay: 2800ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(29) {
  transition-delay: 2900ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(30) {
  transition-delay: 3000ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(31) {
  transition-delay: 3100ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(32) {
  transition-delay: 3200ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(33) {
  transition-delay: 3300ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(34) {
  transition-delay: 3400ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(35) {
  transition-delay: 3500ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(36) {
  transition-delay: 3600ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(37) {
  transition-delay: 3700ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(38) {
  transition-delay: 3800ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(39) {
  transition-delay: 3900ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(40) {
  transition-delay: 4000ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(41) {
  transition-delay: 4100ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(42) {
  transition-delay: 4200ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(43) {
  transition-delay: 4300ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(44) {
  transition-delay: 4400ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(45) {
  transition-delay: 4500ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(46) {
  transition-delay: 4600ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(47) {
  transition-delay: 4700ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(48) {
  transition-delay: 4800ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(49) {
  transition-delay: 4900ms;
}
body.project aside#project-outtakes > div > div:nth-of-type(50) {
  transition-delay: 5000ms;
}
body.project aside#project-outtakes > div > div figure {
  width: 100%;
  height: 100%;
}
body.project aside#project-outtakes > div > div figure img,
body.project aside#project-outtakes > div > div figure video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body.project article {
  animation: moveIn 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
body.project aside#index nav a.active {
  opacity: 0.2;
  pointer-events: none;
}
body.info {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.info aside#info {
  top: 0;
}
body.info > header,
body.info main {
  top: 100%;
}
body.info.home.index aside#index {
  top: 100%;
}
body.screen aside#screen {
  display: flex;
}
body.outtakes {
  overflow: hidden;
}
body.outtakes aside#project-outtakes {
  display: block;
}
body.outtakes aside#project-outtakes > div > div {
  opacity: 1;
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.01, 0.25, 1);
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(1) {
  transition-delay: 500ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(2) {
  transition-delay: 600ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(3) {
  transition-delay: 700ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(4) {
  transition-delay: 800ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(5) {
  transition-delay: 900ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(6) {
  transition-delay: 1000ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(7) {
  transition-delay: 1100ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(8) {
  transition-delay: 1200ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(9) {
  transition-delay: 1300ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(10) {
  transition-delay: 1400ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(11) {
  transition-delay: 1500ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(12) {
  transition-delay: 1600ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(13) {
  transition-delay: 1700ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(14) {
  transition-delay: 1800ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(15) {
  transition-delay: 1900ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(16) {
  transition-delay: 2000ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(17) {
  transition-delay: 2100ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(18) {
  transition-delay: 2200ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(19) {
  transition-delay: 2300ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(20) {
  transition-delay: 2400ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(21) {
  transition-delay: 2500ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(22) {
  transition-delay: 2600ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(23) {
  transition-delay: 2700ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(24) {
  transition-delay: 2800ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(25) {
  transition-delay: 2900ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(26) {
  transition-delay: 3000ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(27) {
  transition-delay: 3100ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(28) {
  transition-delay: 3200ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(29) {
  transition-delay: 3300ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(30) {
  transition-delay: 3400ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(31) {
  transition-delay: 3500ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(32) {
  transition-delay: 3600ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(33) {
  transition-delay: 3700ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(34) {
  transition-delay: 3800ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(35) {
  transition-delay: 3900ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(36) {
  transition-delay: 4000ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(37) {
  transition-delay: 4100ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(38) {
  transition-delay: 4200ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(39) {
  transition-delay: 4300ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(40) {
  transition-delay: 4400ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(41) {
  transition-delay: 4500ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(42) {
  transition-delay: 4600ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(43) {
  transition-delay: 4700ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(44) {
  transition-delay: 4800ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(45) {
  transition-delay: 4900ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(46) {
  transition-delay: 5000ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(47) {
  transition-delay: 5100ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(48) {
  transition-delay: 5200ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(49) {
  transition-delay: 5300ms;
}
body.outtakes aside#project-outtakes > div > div:nth-of-type(50) {
  transition-delay: 5400ms;
}
body.loading * {
  cursor: wait;
  pointer-events: none;
}

/* 
 * media queries
 */
@media screen and (min-width: 1020px) {
  body aside#info h1 {
    padding: 120px 15px;
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 9 ) + ( ( 9 - 1 ) * 15px ));
    font-size: 42px;
    line-height: 50px;
  }
  body aside#info footer {
    justify-content: space-between;
  }
  body aside#index nav a {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 3 ) + ( ( 3 - 1 ) * 15px ));
  }
}
@media screen and (min-width: 1020px) and (hover: hover) {
  body aside#index nav a figure figcaption {
    position: fixed;
    left: 15px;
    bottom: 15px;
  }
  body aside#index nav a:hover figure figcaption {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  body.home section div a figure {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 13 ) + ( ( 13 - 1 ) * 15px ));
    height: calc(100% - 200px);
    padding: 100px calc( ( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 1 ) + ( ( 1 - 1 ) * 15px ) + 30px );
  }
}
@media screen and (min-width: 1020px) {
  body.project article {
    gap: 160px;
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper {
    padding: 0 15px;
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-wrapper figure > a::after {
    border-left: 50px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav {
    padding-bottom: 60px;
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav {
    gap: 15px;
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 2 ) + ( ( 2 - 1 ) * 15px ));
  }
  body.project section#project-hero #project-hero-carousel #project-hero-carousel-nav nav a:not(.active)::after {
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
  body.project section#project-hero #project-hero-details {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
  body.project section#project-hero #project-hero-details p.details {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 3 ) + ( ( 3 - 1 ) * 15px ));
  }
  body.project section#project-hero #project-hero-details p.meta {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 3 ) + ( ( 3 - 1 ) * 15px ));
  }
  body.project section#project-hero #project-hero-details p.credits {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 7 ) + ( ( 7 - 1 ) * 15px ));
  }
  body.project section#project-content {
    gap: 160px;
  }
  body.project section#project-content > div.small figure {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 5 ) + ( ( 5 - 1 ) * 15px ));
  }
  body.project section#project-content > div.medium figure {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 9 ) + ( ( 9 - 1 ) * 15px ));
  }
  body.project section#project-content > div.large figure {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 11 ) + ( ( 11 - 1 ) * 15px ));
  }
  body.project section#project-content > div.full figure {
    width: 100%;
  }
  body.project section#project-outtakes-cta {
    /*
    a figure{
    	width: calc-columns( 15, 15px, 15px, 5 );
    }
    */
  }
  body.project section#project-outtakes-cta > div #project-outtakes-wrapper {
    padding: 0 calc( ( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 3 ) + ( ( 3 - 1 ) * 15px ) + 30px );
    gap: 30px;
  }
  body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: unset;
    flex-shrink: 0;
  }
  body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure img,
  body.project section#project-outtakes-cta > div #project-outtakes-wrapper figure video {
    max-height: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 5 ) + ( ( 5 - 1 ) * 15px ));
    max-width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 5 ) + ( ( 5 - 1 ) * 15px ));
    height: auto; /* don’t stretch vertically */
    width: auto; /* don’t stretch horizontally */
    display: block;
  }
  body.project aside#project-outtakes {
    padding: 150px 15px;
    height: calc(100vh - 300px);
    height: calc(var(--vh, 1vh) * 100 - 300px);
  }
  body.project aside#project-outtakes > div {
    column-gap: 30px;
    row-gap: 30px;
  }
  body.project aside#project-outtakes > div > div {
    height: 420px;
  }
}
@media screen and (min-width: 1020px) {
  body footer {
    justify-content: end;
    flex-direction: row;
    gap: 0px;
  }
  body footer nav {
    width: calc(( ( ( 100vw - ( ( 15 - 1 ) * 15px ) - ( 2 * 15px ) ) / 15 ) * 3 ) + ( ( 3 - 1 ) * 15px ));
  }
}

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