@font-face {
  font-family: Round Mono;
  src: url('../fonts/Round-mono.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Round;
  src: url('../fonts/Round-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 100;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  position: relative;
}

.section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
  position: relative;
}

.text-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-column.footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.tag {
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  padding: 6px 10px;
  font-family: Round Mono, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.lead {
  font-family: Round, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.labeur {
  border-radius: 0;
  font-family: Round, Arial, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.body {
  flex-flow: column;
  display: flex;
}

.scroll-snap-container {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.section-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.video {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.video.mobile {
  background-image: url('../images/header.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.video.desktop {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.image {
  mix-blend-mode: difference;
  width: 25%;
}

.nav-container {
  mix-blend-mode: normal;
  width: 100%;
  padding: 20px;
}

.nav-container.desktop {
  z-index: 10;
  mix-blend-mode: difference;
  position: sticky;
  top: 0;
}

.logotype {
  mix-blend-mode: normal;
  width: 20%;
}

.container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.vimeo-desktop, .vimeo-desktop-copy {
  height: 100vh;
  display: block;
}

.vimeo-mobile {
  height: 100vh;
  display: none;
}

.button {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .section-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-column, .text-column.footer {
    width: 100%;
  }

  .text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    mix-blend-mode: difference;
    position: static;
  }

  .body {
    justify-content: space-between;
    align-items: center;
  }

  .text-wrapper {
    grid-template-columns: 1.25fr 1fr;
  }

  .image {
    mix-blend-mode: normal;
  }

  .nav-container {
    width: 100%;
    padding: 24px;
  }

  .logotype {
    width: 20%;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .section-2 {
    height: auto;
  }

  .body {
    justify-content: flex-start;
    align-items: center;
  }

  .text-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    mix-blend-mode: difference;
  }

  .section-2, .section-1 {
    grid-template-columns: 1.5fr;
    height: 100vh;
  }

  .video.mobile {
    background-image: none;
    display: flex;
    overflow: visible;
  }

  .video.desktop {
    display: none;
    overflow: visible;
  }

  .text-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    display: flex;
  }

  .image {
    width: 250px;
  }

  .nav-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-container.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .logotype.mobile {
    width: 250px;
  }

  .vimeo-desktop {
    display: none;
  }

  .vimeo-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    mix-blend-mode: difference;
  }

  .text-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-column.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .lead {
    font-size: 24px;
  }

  .labeur {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .section-1 {
    height: 100vh;
  }

  .text-wrapper {
    grid-row-gap: 20px;
  }

  .image {
    mix-blend-mode: normal;
    width: 200px;
  }
}


@font-face {
  font-family: 'Round Mono';
  src: url('../fonts/Round-mono.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Round';
  src: url('../fonts/Round-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}