@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --off-white: #f4f4f2;
  --black: black;
  --neon-green: #19ff4b;
  --white: white;
  --red: red;
  --pink: #ff00ae;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--off-white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start center;
  place-items: flex-start center;
  width: 100vw;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.landing-page {
  z-index: 4;
  background-color: #000;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.landing-page._100vh {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page._215vh {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 215vh;
  display: block;
}

.landing-page.auto {
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.landing-page.no-vh {
  width: 100%;
  height: auto;
}

.brief {
  background-color: var(--off-white);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: static;
}

.brief.no-padding {
  margin-top: -276px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.brief.no-padding.black {
  background-color: var(--black);
  width: 100%;
  margin-top: -13%;
}

.brief.full-spread {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 125vh;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
  position: relative;
}

.brief.relative {
  width: 100%;
  position: relative;
}

.brief._100vh {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
}

.brief._200vh {
  z-index: 0;
  width: 100%;
  height: 200vh;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
  position: relative;
}

.ideas {
  background-color: var(--off-white);
  width: 100%;
  margin-top: auto;
  position: static;
}

.ideas.relative {
  background-color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  display: block;
  position: relative;
}

.results {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: multiply;
  flex-flow: row;
  width: 100%;
  height: 200vh;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 0%;
  display: block;
  position: relative;
}

.results.blackbackground {
  background-color: var(--black);
  object-fit: contain;
  justify-content: center;
  height: auto;
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.results.padding {
  padding-top: 10%;
}

.results.white {
  background-color: var(--off-white);
}

.results.white.no-def-vh {
  mix-blend-mode: normal;
  height: auto;
}

.results.relative.centre {
  padding-left: 10%;
  padding-right: 10%;
}

.final {
  background-color: var(--off-white);
  height: 150vh;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.final.no-padding, .final.autoheight {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.final.no-vh {
  width: 100%;
  height: auto;
  margin-top: 10%;
  margin-bottom: auto;
  position: static;
}

.final.flex {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.final.margin {
  width: 100%;
  height: auto;
  margin-top: 11%;
  padding-top: 15%;
  padding-bottom: 20%;
}

.div-block {
  background-color: var(--neon-green);
}

.div-block-2 {
  background-color: var(--black);
}

.nav {
  z-index: 1000;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 142px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 61px;
  display: flex;
  position: fixed;
}

.nav.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.nav.absolute.no-difference {
  mix-blend-mode: normal;
}

.link {
  color: var(--white);
  mix-blend-mode: normal;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: flex-start;
  place-items: center;
  display: block;
}

.title {
  z-index: 10;
  color: var(--neon-green);
  text-transform: uppercase;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title.position-2 {
  color: var(--red);
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 22%;
  left: 47%;
}

.title.centre {
  top: -50%;
}

.body-blk {
  color: var(--black);
  text-align: justify;
  max-width: none;
  max-height: none;
  margin-top: 20px;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: sticky;
}

.body-blk.white {
  color: var(--off-white);
  text-transform: none;
  max-width: none;
  max-height: none;
}

.body-blk.white.newblack {
  color: var(--black);
}

.body-blk.black {
  max-width: none;
  max-height: none;
}

.heading {
  color: var(--black);
  text-transform: uppercase;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 24px;
}

.heading.white {
  color: var(--off-white);
  -webkit-text-stroke-color: var(--white);
}

.heading.white.newblack {
  color: var(--black);
}

.subheading {
  z-index: 4;
  color: var(--black);
  text-transform: uppercase;
  max-width: none;
  max-height: none;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  position: static;
  inset: 68% auto auto 18%;
}

.subheading.white {
  color: var(--off-white);
  max-width: none;
  max-height: none;
  font-size: 24px;
  position: static;
}

.tshirt {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 50%;
  position: static;
}

.image {
  background-color: var(--black);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  position: static;
}

.image.margin {
  margin-top: 10%;
  margin-bottom: 0;
  margin-left: 8%;
}

.image._30vw {
  flex: 0 auto;
  width: 30vw;
  margin-left: 0%;
  position: absolute;
  inset: -10% 0% auto auto;
}

.image.height100 {
  width: 100%;
  height: 100%;
}

.image._50vw {
  object-fit: fill;
  flex: 0 auto;
  width: 50vw;
  height: 100%;
}

.image._50vw.position {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image._50vw.reposition {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image._50vw.absolute {
  z-index: 2;
  object-fit: fill;
  height: auto;
  position: absolute;
  inset: 0% 0% auto 50%;
}

.image._75vw {
  width: 75vw;
  margin-top: 10%;
  margin-left: 25%;
}

.image._75vw.sticky {
  margin-top: 0%;
  margin-left: 0%;
  position: sticky;
  left: 0;
  right: 0%;
}

.image._75vw.no-margin {
  margin-top: 10%;
  margin-left: 25%;
}

.image._100vh {
  object-fit: cover;
  width: 100%;
  height: 215vh;
}

.image._85vw {
  width: 85vw;
}

.image._60vw {
  width: 60vw;
  margin-right: 0%;
  position: absolute;
  top: 60%;
  left: 0%;
  right: 50%;
}

.image._60vw.sticky {
  z-index: 3;
  height: auto;
  margin-top: auto;
  position: sticky;
}

.image._60vw.sticky2 {
  z-index: 3;
  object-fit: fill;
  position: sticky;
}

.image._75vh {
  background-color: var(--red);
  width: auto;
  height: 75vh;
}

.image._75vh.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image.blur {
  opacity: .88;
  filter: blur(2px);
  width: 100%;
  margin-top: 0%;
}

.right-side-image {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 75vw;
  display: flex;
  position: relative;
}

.right-side-image.smaller {
  z-index: 1;
  width: 50%;
  margin-top: 5%;
  margin-left: 50%;
  position: static;
}

.white-brief-text {
  z-index: 2;
  max-width: 244px;
  max-height: 261px;
  position: absolute;
  top: 76%;
  left: 32%;
}

.white-brief-text.black {
  width: 244px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 10%;
}

.white-idea-text {
  z-index: 2;
  max-width: 244px;
  max-height: 261px;
  margin-bottom: 90px;
  position: sticky;
  top: 585px;
  left: 870px;
}

.white-idea-text.difference {
  mix-blend-mode: difference;
  width: 244px;
  max-width: none;
  max-height: none;
  margin-top: 4%;
  margin-bottom: 4%;
  left: 40%;
}

.white-idea-text.difference.position6 {
  z-index: 2;
  margin-top: 1.5%;
  margin-bottom: auto;
  display: block;
  position: sticky;
  inset: auto 0% 61% 73%;
}

.white-idea-text.difference.position5 {
  margin-top: auto;
  margin-bottom: -32px;
  position: sticky;
  top: auto;
  left: 13%;
  right: auto;
}

.white-idea-text.position-5 {
  mix-blend-mode: difference;
  width: 244px;
  max-width: none;
  max-height: none;
  left: 16%;
}

.white-idea-text.tablet {
  width: 244px;
  max-width: none;
  height: 261px;
  max-height: none;
  margin-right: 10%;
}

.large-image {
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
}

.image-3 {
  width: 50vw;
  max-width: none;
}

._8ball {
  z-index: 2;
  width: 60vw;
  position: sticky;
  top: -11px;
  overflow: visible;
}

.pool {
  z-index: 1;
  width: 60vw;
  padding-top: 0;
  position: absolute;
  inset: 20% 0% 0% auto;
}

.results-text {
  z-index: 3;
  width: 244px;
  max-width: none;
  max-height: none;
  position: absolute;
  inset: 46% 29% auto auto;
}

.results-text.position2 {
  z-index: 2;
  width: 244px;
  max-width: none;
  max-height: none;
  inset: 10% auto auto 10%;
}

.results-text.position4 {
  width: 244px;
  max-width: none;
  max-height: none;
  inset: 82% 0% 0% 16%;
}

.results-text.position7 {
  margin-top: 10%;
  margin-left: 20%;
  position: static;
}

.results-text.absolute {
  right: 42%;
}

.results-text.rhs {
  width: 244px;
  max-width: none;
  height: 261px;
  max-height: none;
  top: 5%;
  right: 18%;
}

.results-text.position-5 {
  width: 244px;
  max-width: none;
  max-height: none;
  margin-right: 10%;
  top: 18%;
  left: 80%;
  right: 0%;
}

.meds {
  z-index: 2;
  width: 30vw;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pizza {
  width: 60vw;
  max-width: none;
  margin-top: auto;
  padding-left: 0;
  position: absolute;
  inset: 18% auto 0% 22%;
}

.name {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.logo {
  z-index: 4;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  inset: 47% 0% 0% 46%;
}

.vertical-banner {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 100vh;
  display: block;
  position: static;
}

.vertical-banner.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 / 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-wrapper.right {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: rotate(0)translate(0);
}

.tattoo {
  width: 50vw;
}

.landingpage-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail {
  width: 320px;
  height: 320px;
  overflow: visible;
}

.left-banner-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: var(--off-white);
}

.heroimage {
  background-color: var(--off-white);
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.heroimage.relative {
  position: relative;
}

.brief-and-ideas {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 122px;
  padding-bottom: 244px;
  padding-right: 0;
  display: block;
  position: relative;
}

.brief-and-ideas.flex {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.centre-image {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50vw;
  margin-top: -10%;
  margin-bottom: 5%;
  margin-left: 0;
  padding-left: 0%;
  display: block;
}

.text-brief {
  max-width: 244px;
  max-height: 261px;
  position: sticky;
  left: 92px;
}

.text-brief.idea {
  width: 244px;
  max-width: none;
  max-height: none;
  margin-top: 5%;
  margin-left: 27%;
  position: static;
}

.text-brief.sticky {
  z-index: auto;
  width: 244px;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 1%;
  margin-right: 0;
  position: sticky;
  inset: 2% 0% auto 77%;
}

.main {
  width: 100%;
  max-width: none;
  height: auto;
}

.gallery {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.gallery.white {
  background-color: var(--off-white);
}

.leftside-image {
  width: 70vw;
  max-width: none;
  display: block;
  position: static;
}

.background-video {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: static;
  overflow: visible;
}

.video-holder {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 50svw;
  padding: 20px 30px;
  display: block;
  position: sticky;
  inset: 31% 6% auto auto;
  overflow: visible;
}

.video-holder.sticky {
  width: 50vw;
  top: 0%;
  left: 50%;
  right: 0%;
}

.video-holder.absolute {
  position: absolute;
}

.video-holder.wide {
  width: 100vw;
  height: 75vh;
  margin-bottom: 0%;
  padding: 0 0 0%;
  top: 0%;
  bottom: 0%;
}

.video-holder.position-5 {
  width: 40vw;
  max-width: none;
  height: 50svh;
  margin-top: auto;
  padding: 0;
  top: 0%;
  left: 0%;
}

.video-holder.fullscreen {
  z-index: 0;
  width: auto;
  height: 100svh;
  padding: 0;
  position: relative;
  top: auto;
  right: 0%;
}

.large-image-centre {
  object-fit: fill;
  width: 80vw;
  position: relative;
}

.black-tech-results {
  z-index: 2;
  width: 244px;
  max-width: none;
  max-height: none;
  position: absolute;
  inset: auto 15% 24% auto;
}

.black-tech-results.block {
  align-self: flex-end;
  margin: 8% 26% 8% 0;
  position: static;
}

.tech-data {
  z-index: 3;
  width: 244px;
  max-width: none;
  max-height: none;
  margin-right: 10%;
  position: absolute;
  inset: auto auto 77% 80%;
}

.tech-data.no-margin {
  bottom: 30%;
}

.tech-data.bottom {
  z-index: 4;
  width: 244px;
  max-width: none;
  height: 261px;
  max-height: none;
  bottom: 16%;
  left: 25%;
}

.tech-data.side {
  bottom: 25%;
  left: 13%;
}

.small-centre-image {
  z-index: 0;
  align-self: auto;
  width: 60%;
  max-width: none;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 20%;
}

.left-small-image {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75vw;
  padding-top: 0;
  display: flex;
}

.background-video-2 {
  height: auto;
  position: static;
  overflow: visible;
}

.image-17 {
  width: 100%;
  max-width: none;
}

.brief-text {
  z-index: 3;
  max-width: 244px;
  max-height: 261px;
  position: absolute;
  inset: 19% 29% auto auto;
}

.brief-text.position3 {
  mix-blend-mode: difference;
  width: 244px;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  position: sticky;
  top: 14%;
  left: 67%;
  right: 0%;
}

.brief-text.lower {
  width: 244px;
  max-width: none;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 15%;
  position: sticky;
  inset: 0 0% auto 51%;
}

.brief-text.position5 {
  z-index: 5;
  margin-top: 70%;
  position: sticky;
  inset: auto auto 3% 73%;
}

.brief-text.static {
  z-index: 2;
  width: 244px;
  max-width: none;
  max-height: none;
  margin-left: auto;
  position: absolute;
  top: 5%;
  left: 33%;
  right: 4%;
}

.idea-text {
  flex: 0 auto;
  width: 244px;
  max-width: none;
  max-height: none;
  position: absolute;
  inset: 78% 0% 0% 25%;
}

.right-image {
  height: 100%;
}

.album-spread {
  margin-top: auto;
  padding-left: 12%;
}

.angle {
  width: 75vw;
  margin-top: -18%;
}

.background-video-3 {
  width: 100%;
  height: 100vh;
  left: 0;
  overflow: visible;
}

.div-block-10 {
  background-color: var(--red);
}

.brief---ideas {
  z-index: 4;
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 200vh;
  margin-top: 0;
  margin-bottom: 10%;
  padding-top: 1px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.bottom-right-image {
  width: 75vw;
  margin-top: 20%;
  margin-left: 20%;
}

.section {
  background-color: var(--pink);
}

.rotated-text {
  z-index: 2;
  padding-top: 0;
  position: absolute;
}

.small-text {
  color: var(--neon-green);
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 300px;
  font-weight: 700;
  line-height: 132px;
  transform: rotate(90deg);
}

.small-text.fade-out {
  line-height: 212px;
}

.big-rotated-text {
  padding-top: 0;
}

.big-rotated-text.margin {
  z-index: 1;
  margin-top: 0%;
  position: absolute;
}

.bigtext {
  color: var(--neon-green);
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 600px;
  font-weight: 700;
  line-height: 420px;
  transform: rotate(90deg);
}

.about-text {
  z-index: 3;
  position: absolute;
}

.link--about {
  color: var(--white);
  mix-blend-mode: normal;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.link--about.blk {
  color: var(--black);
}

.body--offwhite {
  background-color: var(--off-white);
}

.side-scroll-bar {
  display: none;
}

.image-18 {
  width: 100%;
  max-width: none;
}

.image-19 {
  width: 40vw;
  max-width: none;
}

.image-21 {
  max-width: none;
}

.background-video-4 {
  width: 100%;
  height: 100%;
  position: static;
}

.sticky-image {
  z-index: 3;
  width: 60vw;
  max-width: none;
  display: block;
  position: sticky;
  top: 0;
  left: 0%;
  right: 50%;
}

.video {
  box-sizing: border-box;
  background-color: var(--black);
  width: 100%;
  height: auto;
  padding-top: 10%;
}

.div-block-11 {
  width: 100%;
  position: sticky;
  top: 176px;
}

.background-video-5 {
  object-fit: fill;
  width: 100%;
  height: auto;
  position: static;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .landing-page.auto {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .brief.no-padding.black {
    margin-top: -13%;
  }

  .results {
    width: 100%;
  }

  .final.margin {
    width: 100%;
    overflow: visible;
  }

  .body-blk, .body-blk.white, .subheading {
    max-width: none;
    max-height: none;
  }

  .image.width100 {
    width: 100%;
  }

  .white-idea-text.difference.position6, .results-text.position7 {
    width: 244px;
    max-width: none;
    max-height: none;
  }

  .video-holder.sticky {
    background-color: var(--black);
  }

  .black-tech-results.block {
    width: 244px;
    max-width: none;
    max-height: none;
  }

  .background-video-2 {
    width: 100%;
  }

  .brief-text.position5 {
    width: 244px;
    max-width: none;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    width: 100vw;
    overflow: visible;
  }

  .landing-page._215vh {
    height: 100vh;
  }

  .landing-page.no-vh {
    display: block;
  }

  .brief.no-padding.black {
    margin-top: -24%;
  }

  .brief.full-spread {
    height: 100vh;
  }

  .brief._200vh {
    height: 100vh;
    margin-bottom: 10%;
    padding-bottom: 0%;
  }

  .ideas.relative {
    margin-top: 0%;
  }

  .results {
    width: 100%;
    margin-top: 0%;
  }

  .results.padding {
    height: 100vh;
    padding-top: 10%;
  }

  .final.no-vh {
    margin-top: 0%;
    position: static;
  }

  .final.margin {
    align-items: flex-start;
    margin-top: 10%;
    padding-top: 0%;
    padding-bottom: 10%;
    display: flex;
  }

  .title.centre {
    top: -33%;
  }

  .body-blk.white-mobile {
    max-width: none;
    max-height: none;
  }

  .image {
    width: 100%;
  }

  .image.margin {
    margin-top: 10%;
    margin-left: 0%;
  }

  .image._30vw {
    width: auto;
    height: 100%;
    top: 0%;
  }

  .image._50vw.absolute {
    height: auto;
    top: 18%;
  }

  .image._100vh {
    width: 100%;
    height: 100vh;
    margin-left: 0%;
    position: static;
    inset: -24% 0% auto 0;
  }

  .image._60vw {
    margin-right: 50%;
    position: static;
    inset: 60% 50% auto 0%;
  }

  .image.blur {
    margin-top: -67%;
  }

  .white-brief-text.black {
    top: 69%;
  }

  .white-idea-text.difference {
    top: 10%;
    left: 64%;
  }

  .white-idea-text.difference.position6 {
    margin-top: 5%;
    left: 55%;
  }

  .white-idea-text.position-5 {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-bottom: 10%;
    margin-left: 10%;
    top: 48%;
    left: 6%;
  }

  .white-idea-text.tablet {
    height: auto;
    top: 40%;
    left: 53%;
  }

  .results-text {
    width: 244px;
    max-width: none;
    max-height: none;
  }

  .results-text.rhs {
    height: auto;
    left: 10%;
  }

  .results-text.position-5 {
    width: 244px;
    max-width: none;
    max-height: none;
    top: 31%;
    left: 64%;
  }

  .brief-and-ideas.flex {
    padding-left: 10%;
  }

  .text-brief.idea {
    align-self: flex-start;
    margin-top: 10%;
    margin-left: 0%;
  }

  .text-brief.sticky {
    left: 58%;
  }

  .video-holder.sticky {
    top: 0%;
    bottom: 0;
  }

  .video-holder.position-5 {
    width: 70vw;
  }

  .video-holder.fullscreen {
    width: 100%;
  }

  .black-tech-results {
    bottom: 10%;
    left: 10%;
    right: 10%;
  }

  .tech-data {
    width: 244px;
    max-width: none;
    max-height: none;
    bottom: 60%;
    left: 64%;
  }

  .tech-data.bottom {
    height: auto;
  }

  .small-centre-image {
    width: 60vw;
    margin-left: 20%;
    margin-right: 0%;
    position: static;
  }

  .brief-text.position3 {
    left: 64%;
  }

  .brief-text.lower {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-bottom: 25%;
    left: 14%;
  }

  .brief-text.position5 {
    bottom: 34%;
    left: 55%;
  }

  .brief-text.static {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-left: 0%;
    margin-right: 10%;
    top: 4%;
    left: 62%;
  }

  .idea-text {
    width: 244px;
    max-width: none;
    max-height: none;
    top: 85%;
    left: 14%;
  }

  .background-video-3 {
    height: 75vh;
  }

  .brief---ideas {
    height: 100vh;
    margin-bottom: 0%;
    padding-top: 0;
  }

  .image-19 {
    align-self: flex-start;
  }

  .video {
    padding-top: 0%;
  }

  .background-video-5 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .wrapper, .wrapper.hidden {
    object-fit: fill;
    overflow: hidden;
  }

  .landing-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
    position: static;
    overflow: hidden;
  }

  .landing-page._100vh {
    justify-content: center;
    align-items: center;
  }

  .landing-page._215vh {
    height: auto;
    margin-bottom: 0%;
  }

  .landing-page.relative {
    position: relative;
  }

  .landing-page.auto {
    height: auto;
    display: block;
  }

  .landing-page.no-vh {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .brief.no-padding.black {
    background-color: var(--off-white);
    margin-top: auto;
  }

  .brief.full-spread {
    background-color: var(--black);
    height: auto;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .brief.relative {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 10%;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .brief._200vh {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .results {
    height: auto;
    padding-top: 15%;
    padding-bottom: 10%;
    position: relative;
  }

  .results.padding {
    height: auto;
    padding-top: 15%;
    position: static;
  }

  .results.white.no-def-vh {
    background-color: var(--black);
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }

  .results.relative.centre {
    margin-bottom: 0%;
    padding: 0% 0% 10%;
    position: static;
  }

  .final.no-padding {
    background-color: var(--black);
    flex-flow: column;
    justify-content: center;
    display: block;
    position: static;
    overflow: hidden;
  }

  .final.no-vh {
    background-color: var(--black);
    position: static;
    overflow: visible;
  }

  .final.flex {
    background-color: var(--black);
    display: block;
  }

  .final.margin {
    margin-top: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .nav {
    width: auto;
    padding-left: 22px;
  }

  .nav.absolute.no-difference {
    padding-left: 22px;
  }

  .link, .link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .title {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    inset: 42% 0% 0% 40%;
    overflow: visible;
  }

  .title.position-2 {
    top: 42%;
    left: 40%;
  }

  .title.centre {
    top: 43%;
    left: 30%;
  }

  .body-blk {
    color: var(--white);
    max-width: none;
    max-height: none;
    position: static;
  }

  .body-blk.white {
    color: var(--white);
    max-width: none;
    max-height: none;
  }

  .body-blk.white.black {
    color: var(--black);
    max-width: none;
    max-height: none;
  }

  .body-blk.white.newblack, .body-blk.white-mobile {
    color: var(--white);
  }

  .body-blk.black {
    color: var(--black);
    max-width: none;
    max-height: none;
  }

  .heading {
    color: var(--black);
  }

  .heading.white {
    color: var(--white);
  }

  .heading.white.black {
    color: var(--black);
  }

  .heading.white.newblack, .heading.white-mobile {
    color: var(--white);
  }

  .subheading {
    color: var(--white);
    max-width: none;
    max-height: none;
  }

  .subheading.white {
    max-width: none;
    max-height: none;
  }

  .image {
    z-index: 9;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 0%;
    display: block;
    position: static;
    inset: 0% auto 0% -81%;
    overflow: visible;
  }

  .image.margin {
    width: 100%;
    height: auto;
    margin-top: 10%;
    margin-left: 0%;
  }

  .image.white-background {
    width: 100%;
    height: auto;
  }

  .image._30vw {
    z-index: 1;
    width: auto;
    height: auto;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .image.height100 {
    object-fit: cover;
    height: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .image._50vw {
    order: 1;
    width: 100vw;
    height: auto;
  }

  .image._50vw.absolute {
    width: 80vw;
    height: auto;
    margin-top: 10%;
    margin-left: 25%;
    position: static;
  }

  .image._75vw.no-margin {
    width: 100%;
    margin-left: 0%;
  }

  .image._100vh {
    object-fit: fill;
    width: auto;
    height: 100vh;
  }

  .image._85vw {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .image.centre-for-mobile {
    width: auto;
    height: 90vh;
    margin-left: -267%;
  }

  .image.mobile-position {
    width: 100%;
    margin-left: 0%;
  }

  .image._60vw {
    z-index: 0;
    width: 80vw;
    position: absolute;
    top: 0%;
    left: -20%;
  }

  .image._60vw.sticky {
    width: 100%;
    position: static;
  }

  .image._75vh {
    width: 100%;
    height: auto;
  }

  .image.blur {
    filter: none;
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

  .image.width100 {
    width: 100%;
    height: auto;
  }

  .white-brief-text {
    z-index: 3;
    margin-bottom: 0%;
    margin-left: 10%;
    position: static;
    top: 51%;
  }

  .white-brief-text.black {
    align-self: auto;
    height: auto;
    margin-left: 10%;
  }

  .white-idea-text {
    margin-bottom: 10%;
    margin-left: 10%;
    position: static;
  }

  .white-idea-text.difference {
    mix-blend-mode: normal;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    position: static;
  }

  .white-idea-text.difference.position6 {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-top: 10%;
    margin-bottom: 10%;
    position: static;
  }

  .white-idea-text.position-5 {
    mix-blend-mode: normal;
    margin-top: 10%;
    margin-bottom: 10%;
    position: static;
    top: 72%;
    left: 0%;
  }

  .white-idea-text.tablet {
    height: auto;
  }

  .results-text {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    position: static;
  }

  .results-text.position2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .results-text.position7 {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-left: 10%;
  }

  .results-text.rhs {
    height: auto;
    margin-bottom: 0%;
  }

  .logo {
    margin-right: 25px;
    position: fixed;
    inset: 49% 0% 0% auto;
  }

  .vertical-banner, .vertical-banner.right {
    display: none;
  }

  .landingpage-wrapper {
    height: auto;
    overflow: visible;
  }

  .thumbnail {
    margin-bottom: 35px;
  }

  .heroimage {
    background-color: var(--black);
    width: 100%;
    height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .brief-and-ideas.flex {
    background-color: var(--black);
    margin-top: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0%;
    display: block;
    position: static;
  }

  .text-brief.idea {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .text-brief.sticky {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 0%;
    position: static;
  }

  .gallery, .gallery.white {
    background-color: var(--black);
    position: static;
  }

  .leftside-image {
    width: 100%;
  }

  .background-video {
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
  }

  .video-holder.sticky {
    width: 100vw;
    height: 100svw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 0%;
  }

  .video-holder.absolute {
    width: 100vw;
    height: 160svw;
    position: sticky;
  }

  .video-holder.wide {
    height: 75svw;
    margin-top: 0;
    margin-bottom: 10%;
    position: sticky;
    top: auto;
    right: auto;
  }

  .video-holder.position-5 {
    width: 100vw;
    height: 50svh;
    position: relative;
  }

  .video-holder.fullscreen {
    height: 40svh;
  }

  .black-tech-results {
    margin-top: 10%;
    margin-bottom: 10px;
    margin-left: 10%;
    position: static;
  }

  .black-tech-results.block {
    width: 244px;
    max-width: none;
    max-height: none;
    margin: 10% 0% 10% 10%;
  }

  .tech-data {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    position: static;
  }

  .tech-data.no-margin {
    margin-top: 10%;
  }

  .tech-data.bottom {
    height: auto;
    margin-bottom: 0%;
  }

  .small-centre-image {
    order: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 0%;
    display: block;
    position: static;
  }

  .image-17 {
    display: block;
  }

  .brief-text.position3 {
    mix-blend-mode: normal;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    position: static;
  }

  .brief-text.lower {
    margin-top: 0%;
    margin-left: auto;
    padding-left: 0;
    position: absolute;
    top: 30%;
    left: 10%;
    right: auto;
  }

  .brief-text.position5 {
    width: 244px;
    max-width: none;
    max-height: none;
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: 10%;
    position: static;
  }

  .brief-text.static {
    align-self: auto;
    margin-bottom: 10%;
    margin-left: 10%;
    display: block;
    position: static;
  }

  .idea-text {
    z-index: 3;
    margin-right: auto;
    position: absolute;
    top: 91%;
    left: 10%;
  }

  .right-image {
    width: auto;
    height: 100%;
  }

  .album-spread {
    padding-left: 0;
  }

  .angle {
    width: auto;
  }

  .background-video-3 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .brief---ideas {
    background-color: var(--black);
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .small-text.fade-out {
    font-size: 130px;
    line-height: 90px;
  }

  .big-rotated-text.margin {
    overflow: visible;
  }

  .bigtext {
    font-size: 300px;
    line-height: 212px;
  }

  .link--about.blk {
    justify-content: flex-start;
    align-items: center;
  }

  .side-scroll-bar {
    margin-right: 240px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .image-18 {
    width: 100%;
    max-width: none;
  }

  .body-2 {
    overflow: visible;
  }

  .mobile-image {
    max-width: none;
    height: 90%;
    margin-right: 0%;
    display: block;
    position: absolute;
    inset: 0% 0% auto -264%;
  }

  .image-19 {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-20 {
    display: block;
  }

  .sticky-image {
    width: 100%;
    position: static;
  }

  .video {
    padding-top: 0%;
  }
}

#w-node-_76bf219a-cd6f-1ce5-4bd0-59bf50dae4ad-e62f6a2a {
  align-self: center;
}

#w-node-_7b5d53a3-7c1f-0a91-56a5-a755bcc333e3-e62f6a2a {
  justify-self: end;
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}