@font-face {
  src: url('/static/fonts/AkzidenzGroteskBE-Regular.otf') format("opentype");
  font-family: 'AkzidenzGrotesk';
  font-weight: normal;
}
@font-face {
  src: url('/static/fonts/AkzidenzGroteskBE-Light.otf') format("opentype");
  font-family: 'AkzidenzGrotesk-Light';
  font-weight: lighter;
}
@font-face {
  src: url('/static/fonts/GT-Super-Display-Light.ttf') format("truetype");
  font-family: 'GT-Super-Display';
  font-weight: normal;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AkzidenzGrotesk-Light', Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 667px) {
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 11.5pt;
  }
}
.sanity-small-text p,
.sanity-small-text h1,
.sanity-small-text h2,
.sanity-small-text h3,
.sanity-small-text h4,
.sanity-small-text h5,
.sanity-small-text h6 {
  font-family: 'GT-Super-Display', Helvetica, sans-serif;
  font-size: 21pt;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.05px;
}
@media screen and (max-width: 667px) {
  .sanity-small-text p,
  .sanity-small-text h1,
  .sanity-small-text h2,
  .sanity-small-text h3,
  .sanity-small-text h4,
  .sanity-small-text h5,
  .sanity-small-text h6 {
    font-family: 'AkzidenzGrotesk-Light', Helvetica, sans-serif;
    font-size: 11.5pt;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
h6 {
  font-family: 'GT-Super-Display', Helvetica, sans-serif;
  font-size: 21pt;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.05px;
  margin: 0;
}
@media screen and (max-width: 667px) {
  h6 {
    font-family: 'AkzidenzGrotesk-Light', Helvetica, sans-serif;
    font-size: 11.5pt;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.nav-container {
  position: fixed;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s linear;
  max-width: calc(100vw - 40px);
}
.nav-container.visible {
  opacity: 1;
}
.nav-container img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 667px) {
  .nav-container img {
    width: 28px;
    height: 28px;
  }
}
.nav-container .icon-description {
  position: absolute;
  font-size: 8pt;
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.nav-container.nav-previous {
  left: 50%;
  bottom: 25px;
  transform: translateX(-200%);
}
.nav-container.nav-previous .previous-project-description {
  top: -21px;
  left: -7px;
}
.nav-container.nav-previous:hover .previous-project-description {
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .nav-container.nav-previous {
    bottom: 5px;
    left: 10px;
    transform: translateX(0);
  }
}
.nav-container.nav-next {
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
}
.nav-container.nav-next .next-project-description {
  top: -24px;
  left: 1.5px;
}
.nav-container.nav-next:hover .next-project-description {
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .nav-container.nav-next {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-container.nav-next .next-project-notice {
    display: none;
  }
}
.nav-container.nav-fin-g {
  left: 50%;
  right: auto;
  bottom: 23.5px;
  transform: translateX(110%);
}
.nav-container.nav-fin-g .random-project-description {
  top: -22px;
  left: -1px;
}
.nav-container.nav-fin-g:hover .random-project-description {
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .nav-container.nav-fin-g {
    bottom: 3px;
    right: 10px;
    left: auto;
    transform: translateX(0);
  }
}
.nav-container.nav-top-left {
  left: 35px;
  top: 25px;
  max-width: 65vw;
}
@media screen and (max-width: 667px) {
  .nav-container.nav-top-left {
    left: 10px;
    top: 15px;
  }
}
.nav-container.nav-top-right {
  right: 35px;
  top: 25px;
}
@media screen and (max-width: 667px) {
  .nav-container.nav-top-right {
    right: 10px;
    top: 15px;
  }
}
.nav-container.nav-bottom-right {
  right: 35px;
  bottom: 25px;
  transform: translateY(-3px);
}
@media screen and (max-width: 667px) {
  .nav-container.nav-bottom-right {
    right: 10px;
    top: 15px;
    bottom: auto;
  }
}
.nav-container.close-image img {
  width: 20px;
  height: 20px;
}
.cross-fade-leave {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.cross-fade-leave.cross-fade-leave-active {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.cross-fade-enter {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.cross-fade-enter.cross-fade-enter-active {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.about-container {
  height: 100%;
  overflow: hidden;
  padding-right: 100px;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 667px) {
  .about-container {
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    overflow: auto;
  }
}
.about-container .about-content {
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.about-container .about-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
@media screen and (max-width: 667px) {
  .about-container .about-content {
    overflow: scroll;
  }
}
.about-container .about-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 667px) {
  .about-container .about-main {
    flex-direction: column;
  }
}
.about-container .about-main .about-main-left-column {
  flex: 9;
  padding-top: 15px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  margin-right: 75px;
}
.about-container .about-main .about-main-left-column::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
@media screen and (max-width: 667px) {
  .about-container .about-main .about-main-left-column {
    overflow: auto;
    flex: none;
    margin-right: 10px;
  }
}
.about-container .about-main .about-main-right-column {
  flex: 5;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.about-container .about-main .about-main-right-column::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
@media screen and (max-width: 667px) {
  .about-container .about-main .about-main-right-column {
    overflow: auto;
    flex: none;
    margin-right: 10px;
  }
}
.about-container p {
  margin: 0;
}
.about-container .about-section-title {
  margin-left: -10px;
  margin-bottom: 5px;
}
.about-container .projects-list {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 667px) {
  .about-container .projects-list {
    margin-top: 0;
  }
}
.about-container.visible {
  opacity: 1;
  z-index: 100;
}
.about-container .nav-about-top-left {
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  background-color: #f4f4f4;
  z-index: 2;
}
@media screen and (max-width: 667px) {
  .about-container .nav-about-top-left {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.about-container .nav-about-top-left.fake {
  position: relative;
  color: transparent;
  background-color: transparent;
}
.about-container .colophon {
  position: fixed;
  bottom: 40px;
}
@media screen and (max-width: 667px) {
  .about-container .colophon {
    bottom: 20px;
  }
}
.about-container .colophon .out-facing-links {
  margin-left: -5px;
  display: flex;
  flex-direction: row;
}
.about-container .colophon .out-facing-links .link {
  margin: 5px;
}
.about-container .colophon .copyright-notice {
  margin-top: 15px;
  font-size: 9pt;
}
@media screen and (max-width: 667px) {
  .about-container .colophon .copyright-notice {
    margin-top: 10px;
    font-size: 11pt;
  }
}
.about-container .about-content-header-container-fadeout {
  position: fixed;
  top: 49px;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.9), #f4f4f4);
}
@media screen and (max-width: 667px) {
  .about-container .about-content-header-container-fadeout {
    top: 38px;
  }
}
.about-container .about-text-container {
  margin-bottom: 20px;
  margin-left: 15px;
}
.about-container .about-text-container p {
  margin-bottom: 10px;
}
.about-container .about-content-footer-container-fadeout {
  transform: translateY(-100%);
  height: 20px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.9), #f4f4f4);
}
.about-container .project-link-container {
  cursor: pointer;
  position: relative;
  margin-bottom: 3px;
  line-height: 1.4;
}
.about-container .project-link {
  color: black;
  letter-spacing: 0.25px;
}
.about-container .project-link-hover {
  color: transparent;
  border-bottom: 2px solid blue;
  transform: translateY(-43%);
  display: inline-block;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.about-container .project-link-hover.visible {
  opacity: 1;
}
.copied-notice {
  position: absolute;
  top: -15px;
  left: 0px;
  font-size: 9pt;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.copied-notice.visible {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .copied-notice {
    font-size: 8pt;
    top: -10px;
  }
}
.project-view-container {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.project-view-container.cursor-none {
  cursor: none;
}
.project-view-container.cursor-crosshair {
  cursor: url(/static/icons/cursor-plus.png) 12 12, crosshair;
}
.project-view-container.cursor-arrow {
  cursor: url(/static/icons/cursor-arrow.png) 16 16, se-resize;
}
.project-view-container.visible {
  opacity: 1;
}
.project-view-container .mouse-tracker {
  pointer-events: none;
  border: 1px solid black;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 1;
  display: block;
  z-index: inherit;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.75s ease-in-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.project-view-container .mouse-tracker.hidden {
  opacity: 0;
  z-index: -100;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.1s ease-in, color 0.2s ease-out, border-color 0.2s ease-out;
}
.project-view-container .mouse-tracker .project-id-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'AkzidenzGrotesk-Light', Helvetica, sans-serif;
  font-size: 20pt;
  line-height: 1.15;
  transition: font-size 0.5s ease-in;
}
.project-view-container .mouse-tracker .direction-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid rgba(0, 0, 0, 0.25);
  border-width: 0px 1px 0px 1px;
  transform: rotate(45deg);
}
.project-block-container {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  cursor: url(/static/icons/cursor-plus.png) 16 16, crosshair;
  filter: none;
  opacity: 1;
  transition: opacity 0.75s ease-in, border 0.75s ease-in-out, filter 0.75s ease-in-out, z-index 1.2s ease-in-out, width 0.75s ease-in-out, height 0.75s ease-in-out, top 0.75s ease-in-out, left 0.75s ease-in-out, transform 0.75s ease-in-out;
}
.project-block-container.with-overflow {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.project-block-container.with-overflow::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.project-block-container.text-block-container {
  padding: 5px;
}
@media screen and (max-width: 667px) {
  .project-block-container.text-block-container {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.project-block-container.text-block-container .text-top-transparency-gradient {
  position: sticky;
  height: 20px;
  width: 100%;
  top: -5px;
  margin-bottom: -10px;
  background-image: linear-gradient(to top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.9), #fafafa);
}
.project-block-container.text-block-container .text-bottom-transparency-gradient {
  position: sticky;
  height: 20px;
  width: 100%;
  top: 100%;
  transform: translateY(-75%);
  margin-bottom: -25px;
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.9), #fafafa);
}
.project-block-container .text {
  height: 100%;
}
.project-block-container .text p {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 12px;
}
.project-block-container.dimmed {
  opacity: 0.35;
  filter: grayscale(1);
}
.project-block-container.no-transition-position {
  transition: opacity 0.75s ease-in, border 0.75s ease-in-out, filter 0.75s ease-in-out, z-index 1.2s ease-in-out, width 0.75s ease-in-out, height 0.75s ease-in-out;
}
.project-block-container.hidden {
  opacity: 0;
}
.project-block-container.has-border {
  border: 1px solid black;
}
.video-player {
  transition: all 0.75s ease-in-out;
}
.video-player video {
  height: 100%;
  width: 100%;
}
.video-player video:focus {
  outline: none;
}
.video-player button {
  display: none;
}
.video-container {
  position: relative;
}
.video-controls {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 13px;
  transition: opacity 0.75s ease-in;
  cursor: pointer;
}
.video-controls.hidden {
  opacity: 0;
}
.video-controls .volume-icon {
  width: 55%;
  height: 55%;
  padding: 5px;
  opacity: 0.75;
}
.video-controls .volume-icon.hidden {
  display: none;
}
.video-play-button-mobile {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%) translateY(-10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.75s ease-in;
}
.video-play-button-mobile.hidden {
  opacity: 0;
}
.video-play-button-mobile .play-icon {
  width: 45%;
  height: 45%;
  padding: 5px;
  opacity: 0.85;
  margin-left: 2px;
}
.video-placeholder-mobile {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.75s ease-in;
}
.video-placeholder-mobile.hidden {
  opacity: 0;
}
.video-react-big-play-button {
  display: none;
}
.project-image-container {
  position: relative;
  width: 100%;
}
.project-image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project-image-placeholder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project-image-placeholder.blurred {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  filter: blur(4px);
}
.video-thumbnail {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}
.video-thumbnail.hidden {
  opacity: 0;
}
.project-item-transition-enter {
  opacity: 0.01;
}
.project-item-transition-enter.project-item-transition-enter-active {
  opacity: 1;
  transition: opacity 500ms linear;
}
.project-item-transition-leave {
  opacity: 1;
}
.project-item-transition-leave .project-item-transition-leave-active {
  opacity: 0.01;
  transition: opacity 300ms linear;
}
.fadein {
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
}
.fadeout-after {
  animation: fadeoutDelayed 0.5s forwards;
  -moz-animation: fadeoutDelayed 0.5s forwards;
  -webkit-animation: fadeoutDelayed 0.5s forwards;
  -o-animation: fadeoutDelayed 0.5s forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutDelayed {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeoutDelayed {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeoutDelayed {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeoutDelayed {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mobile-projects-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.mobile-projects-container.visible {
  opacity: 1;
}
.mobile-projects-container .mobile-image-container {
  height: 100%;
  margin: 60px 10px 8px;
  flex: 5.2;
  overflow: hidden;
  transition: flex 0.5s ease-in-out;
}
.mobile-projects-container .mobile-image-container.bordered {
  border: 1px solid black;
}
.mobile-projects-container .mobile-image-container.shrink {
  flex: 1.2;
}
.mobile-projects-container .mobile-image-container .mobile-image-wrapper {
  opacity: 1;
  transition: opacity 0.5s linear;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-projects-container .mobile-image-container .mobile-image-wrapper.hidden {
  opacity: 0;
}
.mobile-projects-container .mobile-image-container .mobile-image-wrapper.mobile-image-counter {
  height: 98%;
}
.mobile-projects-container .mobile-image-container .mobile-image-wrapper .image {
  transition: none !important;
}
.mobile-projects-container .mobile-placeholder-text {
  font-size: 25pt;
}
.mobile-projects-container .mobile-text-container {
  position: relative;
  height: 100%;
  min-height: 90px;
  margin: 0 10px 105px;
  flex: 1;
  border-top: 1px solid black;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
@media screen and (max-width: 667px) {
  .mobile-projects-container .mobile-text-container {
    margin: 0 10px 32px;
  }
}
.mobile-projects-container .mobile-text-container::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
.mobile-projects-container .mobile-text-container .mobile-text-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 35px);
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.mobile-projects-container .mobile-text-container .mobile-text-placeholder.hidden {
  opacity: 0;
}
.mobile-projects-container .mobile-text-container .text-hidden-container {
  opacity: 1;
  transition: opacity 0.5s linear;
}
.mobile-projects-container .mobile-text-container .text-hidden-container.hidden {
  opacity: 0;
}
.mobile-projects-container .mobile-text-container .text {
  margin-top: -5px;
}
.mobile-projects-container .mobile-text-container-fadeout {
  position: fixed;
  bottom: 32px;
  height: 40px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.93), #f4f4f4);
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 667px) {
  .mobile-only {
    display: inherit;
  }
}
body {
  overflow: hidden;
  cursor: url(/static/icons/cursor-plus.png) 12 12, crosshair;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f4f4f4;
  margin: 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
body::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
img::-moz-selection {
  background-color: transparent;
  color: #000;
}
img::selection {
  background-color: transparent;
  color: #000;
}
.interactive {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .interactive:hover {
    opacity: 0.7;
  }
}
a,
.link {
  text-decoration: none;
  color: black;
  padding-bottom: 0;
  border-bottom: 1px dashed black;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) {
  a:hover,
  .link:hover {
    opacity: 0.5;
  }
}

