:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7;
}

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

h2 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-bottom: 20px;
  font-size: .5em;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;
}

.section-wide {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-wide.hero {
  justify-content: center;
  width: 100vw;
  height: 80vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-wide.footer {
  color: #8d8d8d;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-bottom: 138px;
  font-size: 14px;
  display: flex;
}

.section-wide.portfolio {
  justify-content: center;
  width: 100vw;
  height: 80vh;
  margin-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-wide.contact {
  color: #000;
  background-color: #fff;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.section-wide.about {
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.top-bar {
  z-index: 5;
  background-color: #000;
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-right: 29px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom-bar {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #fff;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body01 {
  letter-spacing: .7px;
  padding: 11px;
  font-size: 13px;
  display: inline-block;
}

.body01.black {
  color: #000;
}

.body01.gray {
  color: #b8b8b8;
  margin-right: 5px;
}

.central-container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 60px;
}

.central-logo {
  text-align: center;
  text-transform: uppercase;
  font-size: 12.5em;
  font-weight: 700;
  line-height: 1;
}

.top-text-container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.body {
  background-color: #000;
}

.inner-section {
  margin-left: 60px;
  margin-right: 60px;
}

.archive-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.archive-filter {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 9px;
  margin-left: 7px;
  padding: 4px 16px;
  transition: color .7s, background-color .7s;
  display: flex;
  position: relative;
}

.archive-filter.active {
  color: #000;
  background-color: #fff;
}

.archive-filter.hover {
  background-color: #3d3d3d;
}

.sub1 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.archive-container {
  width: 100%;
  margin-top: 50px;
}

.archive-item {
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  max-height: 11em;
  transition: max-height 1s cubic-bezier(.497, .001, .48, 1.013);
  display: block;
  position: relative;
  overflow: hidden;
}

.archive-item.hide {
  max-height: 0;
  margin-top: -1px;
}

.top-left-text-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-left: 11px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.division-container, .division {
  height: 40px;
}

.project-titles {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 241px;
}

.body-2 {
  color: #fff;
  background-color: #831212;
}

.project-text-container {
  z-index: 2;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 70px;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: 0%;
  right: auto;
}

.project-title-container {
  max-width: 70vw;
}

.project-title-container.small {
  max-width: 40vw;
}

.project-title-container.big {
  max-width: 90vw;
}

.project-year-container {
  border-top: 1px solid #fff;
  height: 40px;
  position: relative;
}

.title-image {
  width: 100%;
  height: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
}

.back-arrow {
  z-index: 2;
  margin-top: 80px;
  margin-left: 70px;
  padding: 4px;
  transition: margin-left .3s, padding .3s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.back-arrow:hover {
  margin-left: 50px;
  padding-right: 24px;
}

.back-arrow-image {
  height: 40px;
}

.video-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.invert-div {
  z-index: 1;
  mix-blend-mode: difference;
  width: 0%;
  transition: width .5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.invert-div:hover, .invert-div.active {
  width: 100%;
}

.invert-div.videography {
  background-color: #ff0004;
}

.invert-div.commercial {
  background-color: #fff200;
}

.invert-div.film {
  background-color: #00ff59;
}

.invert-div.musicvideo {
  background-color: #00d4ff;
}

.invert-div.documentary, .invert-div.commercial {
  background-color: #ff0004;
}

.invert-div.video {
  background-color: red;
}

.invert-div.graphic {
  background-color: #fffb00;
}

.invert-div.motiongraphic {
  background-color: #b0f;
}

.menu-side {
  z-index: 2;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding: 79px 34px 79px 65px;
  transition: transform .5s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.menu-side.hide {
  transform: translate(-100%);
}

.menu-link-container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-div {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}

.top-menu {
  border-bottom: 1px solid #000;
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-btn {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-line {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s, transform .4s;
}

.menu-line.top {
  transform: translate(0, -10px);
}

.menu-line.top.black {
  background-color: #000;
}

.menu-line.top.open {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(59deg)translate(0);
}

.menu-line.low {
  transform: translate(0, 10px);
}

.menu-line.low.open {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(-59deg)translate(0, -1px);
}

.menu-line.oblique {
  width: 45px;
  transform: translate(0, 1px)rotate(-59deg);
}

.menu-line.oblique.open, .menu-line.open {
  background-color: #000;
}

.menu-line.center {
  transform: translate(0);
}

.menu-line.center.open {
  width: 45px;
  transform: rotate(59deg)translate(0);
}

.logo-img {
  mix-blend-mode: lighten;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.description-container {
  max-width: 800px;
  margin-bottom: 35px;
  font-size: 2em;
}

.title01 {
  text-align: left;
  text-transform: none;
  margin-bottom: 26px;
  font-size: 50px;
  font-weight: 300;
}

.menu-master-container {
  z-index: 10;
  position: relative;
}

.sub01 {
  text-align: right;
  text-transform: none;
  font-size: 1.4em;
  font-weight: 300;
  display: inline-block;
}

.subtitle-container {
  justify-content: flex-end;
  margin-top: 15px;
}

.gallery-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.gallery-container.tre {
  grid-template-columns: 1fr 1fr 1fr;
}

.test-hero {
  font-size: 20em;
  line-height: 1;
}

.body-test {
  background-color: #fff;
}

.div-block {
  color: #fff;
  font-size: 150px;
}

.color-shift-container {
  justify-content: center;
  align-items: center;
  width: 70vw;
  position: relative;
}

.body-3 {
  color: #000;
  background-color: #d84242;
}

.filter-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  display: flex;
}

.filter-cross {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
}

.filter-cross-bar {
  background-color: #000;
  width: 20px;
  height: 1px;
  transition: transform .5s;
  position: absolute;
}

.filter-cross-bar._1 {
  transform: rotate(45deg);
}

.filter-cross-bar._1.inactive {
  background-color: #fff;
  transform: rotate(90deg);
}

.filter-cross-bar._2 {
  transform: rotate(-45deg);
}

.filter-cross-bar._2.inactive {
  background-color: #fff;
  transform: rotate(0);
}

.category-invert-div {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #2bff00;
  border-radius: 50px;
  transition: opacity .3s;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-invert-div.hide {
  opacity: 0;
}

.category-invert-div.musicvideo {
  background-color: #ff0004;
}

.category-invert-div.commercial {
  background-color: #fff200;
}

.category-invert-div.film {
  background-color: #00ff59;
}

.category-invert-div.webdesign {
  background-color: #2f00ff;
}

.background-video-cointainer {
  width: 100%;
  height: 100%;
}

.contact-text {
  width: 100%;
}

.contact-bar {
  border-top: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.title02 {
  text-align: left;
}

.contact-link-containers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.top-huge-logo {
  letter-spacing: -20px;
  width: 250px;
  height: 300px;
  font-size: 17em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.contact-top-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 60px;
  right: auto;
}

.more-info-btn {
  color: #000;
  border-bottom: 1px solid #000;
}

.more-info-btn.about {
  color: #fff;
  border-bottom-color: #fff;
}

.barre-logo {
  mix-blend-mode: multiply;
  position: absolute;
}

.barre-logo2 {
  mix-blend-mode: lighten;
  position: absolute;
}

.about-bio-container {
  border-top: 1px solid #fff;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  display: flex;
}

.background-hero-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-hero-gradient {
  z-index: 1;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.upper-logo-container {
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.upper-logo-img {
  width: 100%;
  max-width: 20vw;
  height: 100%;
  max-height: 20vh;
}

.upper-logo-img.small {
  max-width: 10vw;
  max-height: 10vh;
  margin-top: 11px;
  margin-left: 19px;
}

.image-solo-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-titles-2 {
  text-align: left;
  font-size: 7em;
}

.info-container {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.info-master-container {
  margin-bottom: 20px;
}

.poster-zonza {
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sub-container {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 13px;
  }

  .inner-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .project-text-container {
    padding-left: 40px;
  }

  .menu-side {
    width: 80%;
  }

  .link-div {
    font-size: 9.9em;
  }

  .sub01 {
    font-size: 15px;
  }

  .gallery-container.tre {
    grid-template-columns: 1fr 1fr;
  }

  .upper-logo-img.small {
    max-width: 15vw;
    max-height: 15vh;
  }

  .project-titles-2 {
    font-size: 8em;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  .section-wide.hero, .section-wide.portfolio {
    height: 90vh;
  }

  .section-wide.contact, .section-wide.about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body01 {
    font-size: 12px;
  }

  .body01.category {
    display: none;
  }

  .central-container {
    bottom: 20px;
    right: 30px;
  }

  .inner-section {
    margin-left: 10px;
    margin-right: 20px;
  }

  .sub1 {
    font-size: 15px;
  }

  .archive-item {
    max-height: 12em;
  }

  .project-titles {
    margin-left: 121px;
  }

  .project-text-container {
    padding-left: 20px;
  }

  .project-title-container {
    max-width: 90vw;
  }

  .project-title-container.small {
    max-width: 70vw;
  }

  .title-image {
    width: 77vw;
  }

  .back-arrow {
    margin-top: 50px;
    margin-left: 30px;
  }

  .menu-side {
    width: 100%;
  }

  .link-div {
    font-size: 12.3em;
  }

  .title01 {
    font-size: 35px;
  }

  .subtitle-container {
    display: none;
  }

  .gallery-container {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 20px;
  }

  .filter-container {
    display: none;
  }

  .top-huge-logo {
    width: 200px;
    height: 250px;
    top: 101px;
    right: 39px;
  }

  .contact-top-text {
    max-width: 200px;
    left: 40px;
  }

  .background-img {
    object-fit: cover;
  }

  .upper-logo-container {
    right: 50px;
  }

  .upper-logo-img {
    max-width: 30vw;
    max-height: 30vh;
  }

  .project-titles-2 {
    font-size: 8em;
  }

  .project-titles-2.meteo {
    font-size: 7.9em;
  }

  .sub-container {
    flex-direction: column;
    margin-top: 15px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-wide.portfolio {
    height: 70vh;
  }

  .section-wide.contact {
    align-items: flex-start;
    padding-top: 290px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-wide.about {
    align-items: flex-start;
    padding-top: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .central-container {
    right: 15px;
  }

  .archive-item {
    max-height: 18em;
  }

  .top-left-text-container {
    display: none;
  }

  .top-left-text-container.project {
    display: flex;
  }

  .division {
    display: none;
  }

  .project-titles {
    margin-left: 0;
    font-size: 7.2em;
  }

  .project-text-container {
    padding-left: 10px;
  }

  .project-title-container.small {
    max-width: 80vw;
  }

  .back-arrow {
    margin-top: 30px;
  }

  .menu-side {
    padding-right: 20px;
  }

  .title01 {
    font-size: 20px;
  }

  .sub01 {
    font-size: 12px;
  }

  .gallery-container.tre {
    grid-template-columns: 1fr;
  }

  .contact-bar {
    height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .title02 {
    margin-bottom: 16px;
  }

  .contact-link-containers {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-huge-logo {
    width: 100px;
    right: 24px;
  }

  .contact-top-text {
    max-width: 160px;
    left: 10px;
  }

  .upper-logo-container {
    top: 30px;
    right: 20px;
  }

  .upper-logo-img {
    max-width: 40vw;
    max-height: 40vh;
  }

  .upper-logo-img.small {
    margin-left: 10px;
  }

  .project-titles-2, .project-titles-2.meteo {
    font-size: 8em;
  }
}


