body {
  font-family: Spacegrotesk, sans-serif;
  color: #2e2d2c;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #2e2d2c;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #d8d3d3;
}

.navlink-topleft {
  position: fixed;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  padding-top: 5px;
}

.navlink-topleft.w--current {
  left: 20px;
  top: 20px;
}

.section_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  height: 50%;
}

.legallinks {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  color: #ebebeb;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
}

.section_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cv {
  max-width: 60vw;
  margin-top: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cv.last {
  margin-bottom: 20vh;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link:hover {
  color: #2e2d2c;
}

.lightbox-link.last {
  margin-bottom: 20vh;
}

.lightbox-link.first {
  position: relative;
  margin-top: 10vh;
}

.lightbox-image {
  position: relative;
  z-index: 2;
  max-height: 60vh;
  min-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.lightbox-image:hover {
  color: #2e2d2c;
}

.lightbox-image.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navlink-topright {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 2;
  display: inline;
}

.navlink-topright.w--current {
  top: 20px;
  right: 20px;
  display: block;
  padding-top: 5px;
}

.navlink-bottomleft {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 2;
  display: inline;
}

.navlink-bottomleft.w--current {
  left: 20px;
  bottom: 20px;
  display: block;
  padding-top: 5px;
}

.navlink-bottomright {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline;
}

.navlink-bottomright.w--current {
  right: 20px;
  bottom: 20px;
  display: block;
  padding-top: 5px;
}

.legals {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav {
  position: relative;
  z-index: 3;
}

.caption {
  max-width: 20vw;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.caption:hover {
  color: #2e2d2c;
}

.caption-2 {
  margin-top: 2px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 0.5em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.caption-2:hover {
  color: #2e2d2c;
}

.captionwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.captionwrapper:hover {
  color: #2e2d2c;
}

.html-embed {
  display: none;
}

.logo {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.image:hover {
  opacity: 0.2;
}

.arrow_big {
  position: absolute;
  z-index: 2;
  margin-top: 10px;
  margin-left: -10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 6vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  font-size: 1.5em;
  text-transform: uppercase;
}

.paragraph {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300;
}

.block-right {
  position: fixed;
  right: 25%;
}

.block-left {
  position: relative;
  width: 50%;
}

.block-left.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  border-bottom: 1px solid #2e2d2c;
  font-size: 1em;
  text-transform: none;
}

.rich-text {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .navlink-topleft.w--current {
    font-size: 1.3em;
  }

  .container.cv {
    max-width: 80vw;
    margin-top: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox-image {
    max-height: 50vh;
    min-height: 50vh;
  }

  .navlink-topright {
    font-size: 1.3em;
  }

  .navlink-topright.w--current {
    font-size: 1.3em;
  }

  .navlink-bottomleft.w--current {
    font-size: 1.3em;
  }

  .navlink-bottomright.w--current {
    font-size: 1.3em;
  }

  .caption {
    max-width: 100vw;
  }

  .image {
    font-size: 1.5em;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .block-right {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 15%;
  }

  .block-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navlink-topleft {
    left: 10px;
    top: 10px;
  }

  .navlink-topleft.w--current {
    left: 10px;
    top: 10px;
  }

  .container.cv {
    margin-top: 10%;
  }

  .lightbox-link.first {
    margin-top: 20vh;
  }

  .lightbox-image {
    max-height: 70vh;
    min-height: 70vh;
  }

  .navlink-topright {
    top: 10px;
    right: 10px;
  }

  .navlink-topright.w--current {
    top: 10px;
    right: 10px;
  }

  .navlink-bottomleft {
    left: 10px;
    bottom: 10px;
  }

  .navlink-bottomleft.w--current {
    left: 10px;
    bottom: 10px;
  }

  .navlink-bottomright {
    right: 10px;
    bottom: 10px;
  }

  .navlink-bottomright.w--current {
    right: 10px;
    bottom: 10px;
  }

  .caption {
    max-width: 100vw;
  }

  .image {
    max-height: 70%;
  }

  .arrow_big {
    margin-top: 10px;
    margin-left: -10px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1em;
  }

  .paragraph {
    font-size: 1em;
  }

  .block-right {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 479px) {
  .navlink-topleft {
    left: 0px;
    top: 0px;
    padding-top: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 41px 31px;
    -ms-transform-origin: 41px 31px;
    transform-origin: 41px 31px;
    font-size: 1em;
  }

  .navlink-topleft.w--current {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 41px 31px;
    -ms-transform-origin: 41px 31px;
    transform-origin: 41px 31px;
    font-size: 1em;
  }

  .navlink-topleft.start {
    left: 10px;
    top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .legallinks {
    font-size: 0.8em;
  }

  .container.cv {
    margin-top: 60%;
  }

  .lightbox-link.first {
    margin-top: 60px;
  }

  .lightbox-image {
    max-height: 80vh;
    min-height: 80vh;
  }

  .navlink-topright {
    top: 0px;
    right: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 46px 51px;
    -ms-transform-origin: 46px 51px;
    transform-origin: 46px 51px;
    font-size: 1em;
  }

  .navlink-topright.w--current {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 58px 53px;
    -ms-transform-origin: 58px 53px;
    transform-origin: 58px 53px;
    font-size: 1em;
  }

  .navlink-topright.start {
    top: 10px;
    right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navlink-bottomleft {
    left: 0px;
    bottom: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 7px -2px;
    -ms-transform-origin: 7px -2px;
    transform-origin: 7px -2px;
    font-size: 1em;
  }

  .navlink-bottomleft.w--current {
    left: 0px;
    bottom: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 10px 5px;
    -ms-transform-origin: 10px 5px;
    transform-origin: 10px 5px;
    font-size: 1em;
  }

  .navlink-bottomleft.start {
    left: 10px;
    bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navlink-bottomright {
    right: 0px;
    bottom: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 98px -3px;
    -ms-transform-origin: 98px -3px;
    transform-origin: 98px -3px;
    font-size: 1em;
  }

  .navlink-bottomright.w--current {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 94px 16px;
    -ms-transform-origin: 94px 16px;
    transform-origin: 94px 16px;
    font-size: 1em;
  }

  .navlink-bottomright.start {
    right: 10px;
    bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .legals {
    bottom: 5px;
  }

  .legals.start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7em;
  }

  .caption {
    max-width: 100vw;
  }

  .image {
    max-height: 75%;
  }
}

@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff'), url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff'), url('../fonts/SpaceGrotesk-Light.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}