@font-face {
  font-family: "Nhaasgrotesktxpro 55rg";
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../fonts/AkkuratRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Ppneuemachina;
  src: url('../fonts/PPNeueMachina-InktrapRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: #111;
  --white: white;
  --grey: #d8d8d8;
  --dark-slate-grey: #3d3d3d;
  --light-yellow: #fff374;
  --light-green: #77ff85;
  --000: var(--white);
  --blue: #0073ff;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-family: ff-mark-web, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  display: block;
}

h3 {
  float: left;
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-left: -10%;
  font-family: ff-mark-web, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 26px;
}

h4 {
  float: left;
  clear: both;
  color: #000;
  text-align: right;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -8%;
  padding-top: 20px;
  font-family: ff-mark-web, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #fff;
  text-align: center;
  margin: 0 20%;
  font-family: ff-mark-web, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #ff3a3a;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ff-mark-web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #fff;
  text-align: left;
  max-width: 700px;
  padding-top: 15px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

p:hover {
  color: #fff;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #000000f2;
  height: 100vh;
  padding-top: 0;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.menu_sandwich {
  z-index: 9999;
  float: right;
  clear: left;
  width: 25px;
  height: 25px;
  margin-top: 3%;
  margin-right: 3%;
  transition: all .2s;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.menu_sandwich:hover {
  opacity: 1;
  background-image: none;
  width: 24px;
  height: 23px;
  transform: scale(1.25);
}

.menu_line_top {
  color: #ffc600;
  background-color: #3a51ff;
  width: 25px;
  height: 5px;
  margin-top: 0;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.line-bottom {
  text-align: left;
  background-color: #3a51ff;
  width: 25px;
  height: 5px;
  margin-bottom: 0;
}

.linkblock_close {
  float: left;
  cursor: default;
  background-color: #0000;
  width: 35%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0;
  overflow: auto;
}

.menu_top {
  z-index: 5000;
  float: right;
  width: 90%;
  height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}

.show_menu_bt {
  float: right;
  color: #000;
  height: 100px;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: nimbus-sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.menu_links {
  float: right;
  letter-spacing: 0;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bw nista international;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.thumb_img {
  float: none;
  clear: none;
  text-decoration: none;
  overflow: hidden;
}

.music_text {
  z-index: 999;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: nimbus-sans;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  display: block;
  position: relative;
  inset: 50% 0;
  overflow: visible;
}

.westcon_img {
  color: #000;
  text-decoration: underline;
  overflow: visible;
}

.work_name {
  z-index: 999;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 16px;
  font-family: nimbus-sans;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 50%;
  left: 0;
  right: 0;
}

.thumb_job_name {
  letter-spacing: 0;
  border: 1px #000;
  margin-top: 12px;
  font-family: Bw nista international;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  color: #000;
  letter-spacing: .5px;
  background-color: #fff;
  width: 350px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-family: Bw nista international;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-field.password {
  border-radius: 90px 0 0 90px;
  width: 280px;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-weight: 400;
}

.submit-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  width: auto;
  padding: 22px 28px 22px 24px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #363636;
  border-style: solid;
  border-color: #363636;
}

.contact_from_protected {
  text-align: center;
  margin-top: 40px;
  font-family: nimbus-sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: none;
}

.link {
  color: var(--black);
  cursor: none;
  border-bottom: 1px solid #000;
  text-decoration: underline;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--white);
  color: var(--grey);
  text-decoration: none;
}

.error-message {
  text-transform: none;
  background-color: #0000;
  width: auto;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  text-decoration: none;
}

.works_sidebar {
  z-index: 9999;
  float: left;
  text-align: left;
  background-color: #000;
  width: 72px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.works_div_block {
  z-index: 9998;
  background-color: #000;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0;
  overflow: visible;
}

.email {
  color: #000;
  width: auto;
  text-shadow: none;
  margin-top: 50px;
  font-family: Bw nista international;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 6vw;
  display: none;
}

.scroll {
  cursor: default;
  background-color: #000;
  border: 0 solid #fff;
  border-left: 12px #fff;
  border-right: 12px #fff;
  width: 2px;
  height: 16px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
}

.info-section {
  width: 96%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.script {
  font-size: 16px;
  line-height: 24px;
}

.left-arrow {
  cursor: none;
  display: none;
}

.right-arrow {
  width: 100%;
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  z-index: -1;
  opacity: 1;
  text-align: right;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100vh;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.plus-link {
  cursor: none;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.plus-link.hide, .icon {
  display: none;
}

.p-small {
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.home-link {
  cursor: none;
  text-decoration: none;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.home-link:hover {
  border-bottom: 1px solid #000;
}

.header-subpages {
  z-index: 200;
  mix-blend-mode: exclusion;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.show-icon {
  cursor: auto;
}

.home-link-text {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.s01_container_div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.s01_container_div.dont {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}

.regular_p {
  color: var(--black);
  letter-spacing: -.04vw;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 2.2vw;
  line-height: 2.6vw;
  text-decoration: none;
}

.regular_p.hide {
  display: none;
}

.regular_p.white {
  color: var(--white);
  display: inline;
}

.s01_left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding: 16px 150px 16px 16px;
  display: flex;
}

.s01_left.b {
  justify-content: space-between;
}

.regular_link {
  color: var(--black);
  letter-spacing: -.04vw;
  cursor: ne-resize;
  align-self: flex-start;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 2.2vw;
  line-height: 2.6vw;
  text-decoration: underline;
}

.regular_link:hover {
  color: var(--white);
}

.regular_link.invert {
  color: var(--white);
  text-decoration: none;
}

.regular_link.invert:hover {
  text-decoration: none;
}

.s01_container_div-intro {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.intro_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.intro_text.b {
  margin-top: 55px;
  display: flex;
}

.small_p {
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.small_p.larger_hehgit {
  line-height: 1.8vw;
}

.small_p.larger_hehgit.hide {
  display: none;
}

.label {
  margin-bottom: 25px;
}

.project_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.project_list.b {
  margin-bottom: 0;
}

.body_subpages {
  display: block;
}

.project_thumbs_container {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project_thumbs_container.single {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_thumbs_container.single.hide, .project_thumbs_container.hide {
  display: none;
}

.thumb_link_block {
  color: var(--black);
  letter-spacing: -.032vw;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 1.2vw;
  line-height: 1.6vw;
  text-decoration: none;
}

.thumb_link_block:hover {
  opacity: 1;
}

.thumb_link_block.hide {
  display: none;
}

.thumb_image {
  border-radius: 0;
  margin-bottom: 10px;
}

.thumb_info_tags {
  opacity: 1;
}

.image {
  z-index: 0;
  object-fit: cover;
}

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

.section_project_images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.proejct_image_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.proejct_image_container.single {
  flex-flow: column;
}

.proejct_image_container.hide {
  display: none;
}

.project_image_div {
  background-color: #f3f3f3;
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
}

.project_image_div.s {
  background-color: #f3f3f3;
  padding: 5%;
}

.project_image_div.s.winventory, .project_image_div.s.w {
  background-color: #e7e6da;
}

.project_image_div.dl {
  background-color: #292929;
}

.project_image_div.win {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0% 5%;
  display: flex;
}

.project_image_div.winventory_green {
  background-color: #e7e6da;
}

.project_image_div.winventory_green.capped {
  padding: 5% 15% 0%;
}

.project_image_div.vanguarde {
  background-color: var(--dark-slate-grey);
}

.hero_bg_videos {
  z-index: 12;
  aspect-ratio: 3 / 2;
  object-fit: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_bg_videos.p {
  aspect-ratio: 16 / 9;
}

.hero_bg_videos.w {
  aspect-ratio: 1;
  width: 50%;
  height: 50%;
}

.project_image {
  border-radius: 0;
  width: 100%;
  display: inline-block;
}

.project_image.rounded {
  border-radius: 48px 48px 0 0;
}

.project_image_mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f3f3f3;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px;
  display: flex;
}

.project_image_mobile.hide {
  display: none;
}

.project_image-mobile {
  border-radius: 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.tag {
  opacity: 1;
  margin-bottom: 10px;
}

.bottom_section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 280px 20px 20px;
  display: flex;
}

.bottom_section.hide {
  display: none;
}

.bottom_container {
  flex-flow: column;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.inside_header {
  z-index: 50;
  mix-blend-mode: exclusion;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.inside_header_div {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inside_intro_section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 20px;
  display: flex;
}

.inside_intro_div_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project_description {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 66%;
  padding-right: 240px;
  display: flex;
}

.project_credit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.tag_group {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag_group.hide {
  display: none;
}

.logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact_links_div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.latest_and_contact {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.small_text {
  color: var(--black);
  letter-spacing: -.025vw;
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
  text-decoration: none;
}

.small_text.grey {
  color: var(--black);
}

.small_text.white {
  color: var(--white);
  text-decoration: none;
}

.small_text.white:hover {
  text-decoration: none;
}

.small_text.white.hide {
  display: none;
}

.small_text.hp {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.028vw;
}

.small_text.hp.hide {
  display: none;
}

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

.small_text.label {
  opacity: .5;
  margin-bottom: 0;
}

.small_text.link {
  cursor: pointer;
  border-bottom: 2px #fff;
}

.small_text.link:hover {
  border-bottom: 2px none var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-decoration: none;
}

.small_text.link.white:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration: underline;
}

.small_text.link.hide {
  display: none;
}

.small_text.invert {
  color: var(--white);
}

.contact_links_menu_div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.thumbs_mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thumbs_mobile.mobile {
  display: none;
}

.thumbs_desktop {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 80px;
  padding-bottom: 240px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thumbs_desktop._25 {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
  left: 0%;
  right: 0%;
}

.thumbs_desktop._25.bottom {
  z-index: 3;
  margin-top: 200vh;
  padding-top: 70px;
}

.small_text_link {
  color: var(--white);
  letter-spacing: -.015vw;
  text-decoration: none;
}

.small_text_link:hover {
  text-decoration: underline;
}

.small_text_link.w--current {
  color: var(--black);
  font-style: normal;
  text-decoration: underline;
}

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

.small_text_link.home {
  color: var(--black);
}

.small_text_link.home.white {
  color: var(--white);
}

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

.d_slider {
  z-index: -999;
  opacity: 1;
  text-align: right;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  width: 45%;
  height: 100%;
  position: relative;
}

.d_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  display: flex;
}

.d-body {
  letter-spacing: -.2px;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 5px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.d-slider_image {
  aspect-ratio: 1;
  display: inline-block;
}

.left_links {
  align-items: flex-start;
  width: 33%;
  display: flex;
}

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

.left_links.hide {
  display: none;
}

.right_links {
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.right_links.hide {
  display: none;
}

.center_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

._24_thiumbs {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2024_main_grid {
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.design_2024_body {
  letter-spacing: -.2px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 30px;
  line-height: 120%;
  display: flex;
}

.main_container_left_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
}

.thumb_24 {
  color: var(--black);
  letter-spacing: -.032vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 30px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.left_div_flex_24 {
  justify-content: flex-start;
  width: 50%;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.intro_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.intro_left {
  width: 50%;
}

.top_section {
  z-index: 50;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.headin_text {
  letter-spacing: -.3vw;
  width: 33%;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 7vw;
  line-height: 5.8vw;
}

.full {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.numbers_across {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 17px 10px 15px 20px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-19 {
  background-color: var(--black);
  object-fit: fill;
  height: 1vh;
  margin-bottom: 7px;
}

.bigline {
  width: 100%;
  padding-bottom: 1px;
  display: block;
}

.footer_section {
  z-index: 50;
  border-top: 1px none var(--grey);
  background-color: var(--grey);
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 40px 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.footer_section._25 {
  z-index: 5;
  background-color: var(--black);
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.footer_container {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: space-between;
  width: 100%;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.footer_container.footer {
  align-items: center;
  padding-bottom: 40px;
}

.footer_container.footer._25 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.footer_container.label_thumbs {
  padding-bottom: 40px;
}

.center_bio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.center_bio.right, .center_bio.right._25 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bottom_seciton_project_list {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.other_project_list_menu {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  opacity: 1;
  pointer-events: auto;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.other_project_list_menu:hover {
  border-bottom-color: var(--white);
}

.other_project_list_menu.w--current {
  opacity: .3;
}

.other_project_list_menu.hide {
  display: none;
}

.project_list_menu {
  z-index: 4;
  mix-blend-mode: exclusion;
  flex-flow: column;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.agency_onthumbs {
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.project-info_section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 150px 20px 0;
  display: block;
}

.project-info_section.hide {
  display: none;
}

.project_info_div {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project_info_div.in_context {
  padding-top: 8%;
  padding-bottom: 8%;
}

.project_info_div.in_context.hide {
  display: none;
}

.info_tag {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.info_tag.right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 23%;
}

.project_description_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 43%;
  display: flex;
}

.bottom_menu_2024 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 150px 20px 20px;
  display: flex;
}

.top_menu_25 {
  z-index: 50;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.top_menu_25._25 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  mix-blend-mode: exclusion;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  position: fixed;
}

.right_links-copy {
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.menu_links_header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.menu_links_header._25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.menu_links_header._25.corner {
  justify-content: flex-start;
  align-items: flex-start;
}

.menu_links_header.alternate {
  justify-content: flex-end;
  align-items: flex-start;
}

.menu_links_header.r {
  display: none;
}

.numbers_across-copy {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 17px 10px 15px 20px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.introduction_section {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 180px 10px 0 20px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.introduction_section._25 {
  z-index: -2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.left {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: flex-end;
  width: 88%;
  display: flex;
}

.left._25 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-bottom: 20px;
  padding-left: 20px;
}

.headin_text-copy {
  letter-spacing: -.3vw;
  width: 33%;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 7vw;
  line-height: 5.8vw;
}

.intro_headline {
  letter-spacing: -.11vw;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 4vw;
  line-height: 4.5vw;
}

.intro_headline._25 {
  font-size: 3vw;
  line-height: 3.4vw;
}

.intro_headline._25.invert {
  font-size: 3.2vw;
}

.profile_image {
  z-index: 0;
  object-fit: cover;
  border-radius: 900px;
}

.profile_pic {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 28vw;
  height: 28vw;
}

.services_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.services_div.hide {
  display: none;
}

.inside_page_menu {
  z-index: 50;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: var(--black);
  border: 1px #000;
  border-bottom-color: #d8d8d8;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.links_inside {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.services_div-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.color_button {
  background-color: var(--light-yellow);
  color: var(--black);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  text-decoration: none;
  transition: color .24s cubic-bezier(.455, .03, .515, .955), background-color .24s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.color_button:hover {
  background-color: var(--white);
  color: var(--black);
}

.color_button.linkedin {
  background-color: var(--light-green);
  transition-duration: .24s, .24s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955), cubic-bezier(.455, .03, .515, .955);
}

.color_button.linkedin:hover {
  background-color: var(--white);
}

.color_button.linkedin.var:hover {
  background-color: var(--white);
  color: var(--black);
}

.color_button.small {
  background-color: var(--grey);
  padding: 10px 20px;
}

.color_button.small:hover {
  background-color: var(--white);
}

.color_button.small.invert {
  background-color: #eeeeee14;
  padding-left: 20px;
}

.color_button.small.invert:hover {
  background-color: #eee3;
}

.color_button.small.invert.alternate {
  color: var(--white);
  padding-right: 20px;
}

.color_button.small.invert.alternate:hover {
  background-color: #eee3;
}

.color_button.small.invert.alternate._25.w--current:hover {
  background-color: #eee0;
}

.color_button.small._25 {
  color: var(--white);
  background-color: #eee0;
  padding: 0;
}

.color_button.small._25:hover, .color_button.small._25.w--current {
  text-decoration: underline;
}

.color_button.small._25.b.w--current {
  text-decoration: none;
}

.color_button.small._25.b.invert.w--current:hover {
  background-color: #eee0;
}

.color_button.small._25.b.invert.cta_mobile_version.w--current {
  color: var(--white);
}

.color_button.small._25.invert {
  color: var(--black);
}

.color_button.small.yellow {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.color_button.small.yellow:hover {
  background-color: var(--white);
  color: var(--black);
}

.color_button.small.green {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.color_button.small.green:hover {
  background-color: var(--white);
  color: var(--black);
}

.color_button.hide {
  display: none;
}

.color_button.var {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  border: 1px solid #fff;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.color_button.var:hover {
  background-color: var(--white);
  color: var(--black);
}

.button_text {
  letter-spacing: -.025vw;
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
  text-decoration: none;
}

.button_text.grey {
  color: var(--black);
}

.button_text.white {
  color: var(--white);
  text-decoration: none;
}

.button_text.white:hover {
  text-decoration: none;
}

.button_text.hp {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.028vw;
}

.button_text.hp.hide {
  display: none;
}

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

.button_text.label {
  opacity: .5;
  margin-bottom: 0;
}

.button_text.link {
  cursor: pointer;
  border-bottom: 2px #fff;
}

.button_text.link:hover {
  border-bottom: 2px none var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-decoration: none;
}

.button_text.link.white:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration: underline;
}

.button_text.invert {
  color: #fff;
}

.center_links_footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: none;
}

.time-12h-sec {
  color: var(--black);
  letter-spacing: -.025vw;
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
  text-decoration: none;
}

.time-12h-sec.grey {
  color: var(--black);
}

.time-12h-sec.white {
  color: var(--white);
  text-decoration: none;
}

.time-12h-sec.white:hover {
  text-decoration: none;
}

.time-12h-sec.white.hide {
  display: none;
}

.time-12h-sec.hp {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.028vw;
}

.time-12h-sec.hp.hide {
  display: none;
}

.time-12h-sec.black {
  color: var(--white);
}

.time-12h-sec.label {
  opacity: .5;
  margin-bottom: 0;
}

.time-12h-sec.link {
  cursor: pointer;
  border-bottom: 2px #fff;
}

.time-12h-sec.link:hover {
  border-bottom: 2px none var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-decoration: none;
}

.time-12h-sec.link.white:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration: underline;
}

.time-12h-sec.link.hide {
  display: none;
}

.time-12h-sec.invert {
  color: var(--white);
}

.time-12h-sec.hide {
  display: none;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.transparent_section {
  height: 100vh;
}

.div-block-23 {
  position: relative;
}

.ctas_mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: none;
}

.mobile_menu {
  z-index: 50;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.mobile_menu._25 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  mix-blend-mode: exclusion;
  border-bottom-style: none;
  justify-content: space-between;
  display: none;
  position: fixed;
}

.color_button-2 {
  color: #1d1d1d;
  background-color: #fff7a4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  text-decoration: none;
  transition: color .24s cubic-bezier(.455, .03, .515, .955), background-color .24s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.color_button-2:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.color_button-2.small {
  background-color: #eee;
  padding: 10px 20px;
}

.color_button-2.small:hover {
  background-color: #1d1d1d;
}

.color_button-2.small._25 {
  color: #fff;
  background-color: #eee0;
  padding: 0;
}

.color_button-2.small._25:hover, .color_button-2.small._25.w--current {
  text-decoration: underline;
}

.inside_page_menu-2 {
  z-index: 50;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: #1d1d1d;
  border: 1px #000;
  border-bottom-color: #d8d8d8;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.small_text_link-2 {
  color: #fff;
  letter-spacing: -.015vw;
  text-decoration: none;
}

.small_text_link-2:hover {
  text-decoration: underline;
}

.small_text_link-2.w--current {
  color: #1d1d1d;
  font-style: normal;
  text-decoration: underline;
}

.small_text-2 {
  color: #1d1d1d;
  letter-spacing: -.025vw;
  justify-content: center;
  align-items: center;
  font-family: "Nhaasgrotesktxpro 55rg", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
  text-decoration: none;
}

.small_text-2.white {
  color: #fff;
  text-decoration: none;
}

.small_text-2.white:hover {
  text-decoration: none;
}

.small_text-2.white.hide {
  display: none;
}

.div-block-25 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom_desktop {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cursor-wrapper {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hss {
  opacity: 0;
  background-image: url('../images/hss_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.cursor_wrapper {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.winventory {
  opacity: 0;
  background-image: url('../images/winventory.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.designlines {
  opacity: 0;
  background-image: url('../images/designlines.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.newton {
  opacity: 0;
  background-image: url('../images/nwtn.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.phinney {
  opacity: 0;
  background-image: url('../images/phinney.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.nba {
  opacity: 0;
  background-image: url('../images/nba_updated.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.apple {
  opacity: 0;
  background-image: url('../images/apple.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.small_thumb {
  opacity: 0;
  background-image: url('../images/hss_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.small_thumb.winventory {
  background-image: url('../images/winventory.jpg');
}

.small_thumb.designlines {
  background-image: url('../images/designlines.jpg');
}

.small_thumb.newton {
  background-image: url('../images/newton.jpg');
}

.small_thumb.phinney {
  background-image: url('../images/phinney_01.jpg');
}

.small_thumb.nba {
  background-image: url('../images/nba.jpg');
}

.small_thumb.apple {
  background-image: url('../images/apple.jpg');
}

.small_thumb.vanguarde {
  background-image: url('../images/vn_sm.jpg');
}

.bottom_thumbs_desktop_only {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bottom_thumbs_desktop_only.hide {
  display: none;
}

.bottom_responsive {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.brand_section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand_slider_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand_slider {
  background-color: #111;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.mask {
  margin-left: auto;
  margin-right: auto;
}

.brand_images {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-seection-containers {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.body_brands {
  background-color: var(--black);
}

.brand_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  margin-left: 6vw;
}

.brand_info {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-2 {
  -webkit-text-stroke-color: var(--white);
  margin: auto;
}

.left-arrow-2 {
  mix-blend-mode: exclusion;
  width: 10vw;
}

html.w-mod-js [data-ix="modal-interaction"], html.w-mod-js [data-ix="load-effect"], html.w-mod-js [data-ix="page-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="loading-bar"] {
  opacity: 1;
  display: block;
  transform: translate(-2100px);
}

html.w-mod-js [data-ix="load-at-view"] {
  opacity: 0;
  display: block;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-white-block"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="menu-links-initial-stage"] {
  opacity: 0;
  display: none;
  transform: translate(100px);
}

html.w-mod-js [data-ix="bt-traco-initial-stage"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="home-text-load-intro"] {
  opacity: 0;
  transform: translate(-200px, -50%);
}

html.w-mod-js [data-ix="home-text-load-intro-2"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="sidebar-inicial"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="thumb-music-over-initial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="thumb-text-initial"] {
  opacity: 0;
}

html.w-mod-js [data-ix="loading"] {
  width: 0;
  display: block;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="new-interaction-3"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="underline-menu-line-initial"] {
  opacity: 1;
  width: 0;
  height: 4px;
}

html.w-mod-js [data-ix="works-div-block-inicial"] {
  opacity: 1;
  display: none;
}

html.w-mod-js [data-ix="works-sidebar-inicial"] {
  display: none;
}

html.w-mod-js [data-ix="mobile-menutop-inicial"] {
  opacity: 1;
  display: block;
  transform: translate(0, -90px);
}

html.w-mod-js [data-ix="modal-inicial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="new-interaction-4"] {
  opacity: 1;
  display: none;
}

@media screen and (max-width: 991px) {
  h2 {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    line-height: 64px;
    display: block;
  }

  h4 {
    float: left;
    clear: none;
    text-align: left;
    margin-top: 10px;
    margin-left: 0%;
    padding-top: 0;
  }

  .modal-wrapper, .linkblock_close {
    display: none;
  }

  .menu_top {
    float: none;
    text-align: justify;
    width: 100%;
    display: none;
  }

  .show_menu_bt, .scroll {
    display: none;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .slider-image {
    height: 100%;
  }

  .p-small {
    font-size: 18px;
    line-height: 20px;
  }

  .header-subpages {
    align-items: center;
    margin-bottom: 5vw;
  }

  .home-link-text {
    font-size: 18px;
    line-height: 20px;
  }

  .s01_container_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .s01_container_div.dont {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
  }

  .regular_p {
    font-size: 4.3vw;
    line-height: 5.1vw;
  }

  .s01_left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-right: 16px;
  }

  .regular_link {
    font-size: 4.3vw;
    line-height: 5.1vw;
  }

  .s01_container_div-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .s01_container_div-intro.hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .intro_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .small_p {
    font-size: 16px;
    line-height: 20px;
  }

  .project_list {
    margin-bottom: 0;
  }

  .project_list.mobile {
    display: none;
  }

  .project_thumbs_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .project_thumbs_container.single {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project_thumbs_container.single.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .thumb_link_block {
    width: 100%;
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .project_image_div.win {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project_image.rounded {
    border-radius: 24px;
  }

  .tag {
    margin-bottom: 10px;
  }

  .inside_intro_section {
    padding-bottom: 100px;
  }

  .project_description {
    padding-right: 0;
  }

  .project_credit {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 30%;
  }

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

  .contact_links_div {
    display: none;
  }

  .small_text {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .small_text.hp {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .thumbs_mobile {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .thumbs_mobile.mobile {
    background-color: var(--white);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .thumbs_desktop {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    display: none;
  }

  .thumbs_desktop._25 {
    display: none;
  }

  .d_slider {
    width: 100%;
    height: 100%;
  }

  .d-slider_image {
    height: 100%;
  }

  .left_links, .center_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._24_thiumbs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .thumb_24 {
    width: 100%;
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .top_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .div-block-19 {
    height: 5px;
  }

  .footer_section {
    flex-flow: column;
    height: auto;
  }

  .footer_section._25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_container {
    flex-flow: column;
    justify-content: space-around;
    align-items: baseline;
  }

  .footer_container.footer {
    flex-flow: row;
  }

  .center_bio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .center_bio.right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .center_bio.right._25.hide {
    display: none;
  }

  .div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .other_project_list_menu {
    justify-content: flex-start;
  }

  .agency_onthumbs {
    display: none;
  }

  .info_tag {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info_tag.right {
    display: none;
  }

  .project_description_div {
    width: 66%;
  }

  .top_menu_25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .top_menu_25._25 {
    display: none;
  }

  .menu_links_header {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .menu_links_header.r {
    display: none;
  }

  .introduction_section {
    padding-top: 90px;
    padding-right: 20px;
  }

  .introduction_section._25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 240px;
  }

  .left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .left._25 {
    width: 100%;
    padding-right: 20px;
  }

  .intro_headline {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .intro_headline._25.invert {
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .profile_pic {
    width: 50vw;
    height: 50vw;
  }

  .services_div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 45%;
  }

  .inside_page_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .links_inside {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .color_button {
    justify-content: center;
    align-items: center;
  }

  .color_button.small {
    width: auto;
  }

  .color_button.small.invert.alternate:hover, .color_button.small.invert.alternate:focus {
    background-color: #eeeeee1a;
  }

  .color_button.small._25.b.invert.a.w--current {
    color: var(--white);
  }

  .color_button.var {
    padding: 3vh 0;
  }

  .button_text {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .button_text.hp {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

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

  .time-12h-sec {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .time-12h-sec.hp {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .time-12h-sec.hide {
    display: none;
  }

  .div-block-24 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .ctas_mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 45%;
    display: flex;
  }

  .cta_mobile_version {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .mobile_menu._25 {
    display: flex;
  }

  .color_button-2 {
    justify-content: center;
    align-items: center;
  }

  .color_button-2.small {
    width: auto;
  }

  .inside_page_menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .small_text-2 {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .hss {
    display: block;
  }

  .cursor_wrapper {
    display: none;
  }

  .winventory, .designlines, .newton, .phinney, .nba, .apple, .small_thumb {
    display: block;
  }

  .bottom_thumbs_desktop_only {
    display: none;
  }

  .bottom_responsive {
    display: flex;
  }

  .brand_info {
    width: 100%;
  }

  .icon-2 {
    -webkit-text-stroke-color: var(--white);
    font-size: 3vw;
    line-height: 3vw;
  }

  .right-arrow-2, .left-arrow-2 {
    mix-blend-mode: exclusion;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  h4 {
    margin-top: 10px;
    padding-top: 0;
  }

  .modal-wrapper {
    display: none;
  }

  .menu_sandwich {
    margin-top: 8%;
    margin-right: 8%;
  }

  .menu_top {
    float: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .show_menu_bt {
    display: none;
  }

  .menu_links {
    float: right;
  }

  .info-section {
    margin-top: 40px;
  }

  .slider {
    width: 100%;
  }

  .s01_container_div.dont {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .regular_p {
    font-size: 5.6vw;
    line-height: 6.6vw;
  }

  .s01_left {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: 100%;
    padding-right: 16px;
  }

  .regular_link {
    letter-spacing: -.4px;
    font-size: 5.6vw;
    line-height: 6.8vw;
  }

  .s01_container_div-intro {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .intro_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .small_p {
    letter-spacing: 0;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .project_thumbs_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .project_thumbs_container.single.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .thumb_link_block {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .thumb_image {
    margin-bottom: 8px;
  }

  .proejct_image_container {
    flex-flow: column;
  }

  .project_image_div.s {
    padding: 10%;
  }

  .tag {
    margin-bottom: 20px;
  }

  .bottom_section {
    margin-top: 40px;
  }

  .inside_header_div {
    justify-content: space-between;
    align-items: flex-start;
  }

  .inside_intro_section {
    padding-bottom: 80px;
  }

  .inside_intro_div_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .project_description {
    width: 100%;
  }

  .project_credit {
    order: 1;
    width: 100%;
    display: flex;
  }

  .latest_and_contact {
    width: 100%;
  }

  .small_text {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .small_text.hp {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .d_slider {
    width: 100%;
  }

  .left_links.white.hide {
    display: none;
  }

  .center_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .center_text.links {
    flex-flow: row;
  }

  ._24_thiumbs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .thumb_24 {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .top_section {
    border-bottom-width: 1px;
  }

  .footer_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .footer_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: baseline;
  }

  .footer_container.footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
  }

  .footer_container.label_thumbs {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .center_bio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .center_bio.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
  }

  .bottom_seciton_project_list {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .other_project_list_menu {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
  }

  .project-info_section {
    margin-top: 40px;
    padding-top: 80px;
  }

  .project_info_div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .info_tag {
    order: -1;
    display: flex;
  }

  .project_description_div {
    order: -1;
    width: 100%;
  }

  .bottom_menu_2024 {
    margin-top: 40px;
  }

  .top_menu_25 {
    border-bottom-width: 1px;
    align-items: center;
  }

  .menu_links_header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .introduction_section {
    padding-right: 20px;
  }

  .introduction_section._25 {
    padding-top: 210px;
  }

  .left {
    width: auto;
  }

  .intro_headline {
    font-size: 6.5vw;
    line-height: 7.5vw;
  }

  .intro_headline._25.invert {
    font-size: 6vw;
    line-height: 6.4vw;
  }

  .services_div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .inside_page_menu {
    border-bottom-width: 1px;
  }

  .contact {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
  }

  .services_div-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .color_button {
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }

  .color_button.linkedin {
    padding: 20px 40px;
  }

  .color_button.small {
    width: auto;
  }

  .color_button.small.yellow, .color_button.small.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color_button.var {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .button_text {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .button_text.hp {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .center_links_footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .time-12h-sec {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .time-12h-sec.hp {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

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

  .mobile_menu {
    border-bottom-width: 1px;
    align-items: center;
  }

  .color_button-2 {
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }

  .color_button-2.small {
    width: auto;
  }

  .inside_page_menu-2 {
    border-bottom-width: 1px;
  }

  .small_text-2 {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .bottom_desktop {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cursor-wrapper, .cursor_wrapper {
    display: none;
  }

  .bottom_thumbs_desktop_only, .bottom_responsive {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-2 {
    margin: auto;
  }

  .left-arrow-2 {
    width: 5vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    float: none;
    letter-spacing: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 40px;
    display: block;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  h4 {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .modal-wrapper {
    height: 100vh;
    display: none;
    inset: 0;
  }

  .menu_sandwich {
    background-image: none;
    width: 20px;
    height: 18px;
    margin-top: 8%;
    margin-right: 8%;
  }

  .menu_sandwich:hover {
    width: 20px;
    height: 20px;
  }

  .menu_line_top {
    width: 20px;
    height: 5px;
    margin-bottom: 2px;
  }

  .line-bottom {
    width: 20px;
  }

  .menu_top {
    z-index: 10000;
    width: 90%;
    height: 80px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .show_menu_bt {
    float: right;
    clear: none;
    height: 80px;
    margin-right: 16px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-family: Bw nista international;
    font-weight: 400;
    display: block;
  }

  .menu_links {
    float: left;
    background-color: #0000;
    width: auto;
    font-family: nimbus-sans;
    font-weight: 300;
    display: block;
  }

  .music_text {
    position: relative;
    top: 50%;
    left: 0;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 80px;
  }

  .utility-page-content {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .utility-page-form {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    width: 250px;
  }

  .text-field.password {
    width: 240px;
  }

  .submit-button {
    width: 250px;
    padding-left: 20px;
    padding-right: 24px;
  }

  .contact_from_protected {
    width: 100%;
    font-size: 16px;
  }

  .works_div_block {
    display: none;
  }

  .p-small, .home-link-text {
    font-size: 13px;
  }

  .s01_container_div {
    flex-direction: column;
  }

  .s01_container_div.dont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .regular_p {
    font-size: 7vw;
    line-height: 9vw;
  }

  .s01_left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    padding-bottom: 0;
    padding-right: 16px;
  }

  .regular_link {
    letter-spacing: -.4px;
    font-size: 7vw;
    line-height: 9vw;
  }

  .s01_container_div-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .s01_container_div-intro.hide, .intro_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .small_p {
    letter-spacing: -.5px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .project_thumbs_container, .project_thumbs_container.single.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .thumb_link_block {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .thumb_image {
    margin-bottom: 4px;
  }

  .section_project_images {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project_image.rounded {
    border-radius: 12px;
  }

  .tag {
    margin-bottom: 20px;
  }

  .bottom_section {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .inside_header {
    padding-bottom: 0;
  }

  .inside_header_div {
    justify-content: space-between;
    align-items: flex-start;
  }

  .inside_intro_section {
    padding: 80px 16px 50px;
  }

  .inside_intro_div_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .tag_group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .small_text {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .small_text.white {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .small_text.hp {
    font-size: 4.2vw;
    line-height: 4.6vw;
  }

  .contact_links_menu_div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
  }

  .thumbs_mobile {
    margin-top: 80px;
  }

  .thumbs_mobile.mobile {
    z-index: 2;
    margin-top: 16px;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .thumbs_desktop {
    margin-top: 80px;
  }

  .small_text_link {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

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

  .left_links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .left_links._25 {
    width: 60%;
  }

  .right_links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .center_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  ._24_thiumbs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .thumb_24 {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .top_section {
    align-items: flex-start;
    padding: 16px;
  }

  .full {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .numbers_across {
    padding: 16px;
  }

  .div-block-19 {
    height: 2px;
  }

  .footer_section {
    padding: 16px;
  }

  .footer_section._25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    height: 100vh;
  }

  .footer_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .footer_container.footer {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    margin-top: 40px;
  }

  .center_bio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .center_bio.right._25.hide {
    display: none;
  }

  .div-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bottom_seciton_project_list {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .other_project_list_menu {
    justify-content: space-between;
  }

  .agency_onthumbs {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
  }

  .project-info_section {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .project_info_div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .project_info_div.in_context, .project_description_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bottom_menu_2024 {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top_menu_25 {
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }

  .right_links-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
  }

  .menu_links_header {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .numbers_across-copy {
    padding: 16px;
  }

  .introduction_section {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .introduction_section._25 {
    padding-top: 120px;
  }

  .left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .left._25 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro_headline {
    font-size: 7.5vw;
    line-height: 8.5vw;
  }

  .intro_headline._25.invert {
    font-size: 7vw;
    line-height: 7.6vw;
  }

  .profile_pic {
    width: 46vw;
    height: 46vw;
  }

  .services_div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .inside_page_menu {
    align-items: flex-start;
    padding: 16px;
  }

  .links_inside {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 80%;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services_div-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .color_button, .color_button.linkedin {
    padding: 10px 20px;
  }

  .color_button.small {
    padding: 5px 15px;
  }

  .color_button.small.yellow, .color_button.small.green {
    padding-left: 10px;
    padding-right: 10px;
  }

  .color_button.var {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .button_text {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .button_text.white {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .button_text.hp {
    font-size: 4.2vw;
    line-height: 4.6vw;
  }

  .center_links_footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .time-12h-sec {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .time-12h-sec.white {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .time-12h-sec.hp {
    font-size: 4.2vw;
    line-height: 4.6vw;
  }

  .div-block-24 {
    justify-content: space-around;
    display: flex;
  }

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

  .cta_mobile_version {
    justify-content: space-between;
    display: flex;
  }

  .mobile_menu {
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }

  .color_button-2 {
    padding: 10px 20px;
  }

  .color_button-2.small {
    padding: 5px 15px;
  }

  .inside_page_menu-2 {
    align-items: flex-start;
    padding: 16px;
  }

  .small_text_link-2, .small_text-2 {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .small_text-2.white {
    letter-spacing: -.012vw;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .bottom_desktop, .bottom_thumbs_desktop_only, .bottom_responsive {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-seection-containers {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

#w-node-d95100ec-e53c-4f9f-73d1-a97057a128a1-616fbc48, #w-node-cea77011-e135-d321-e469-ad8de020a42e-616fbc48, #w-node-_439c0e59-b68a-dd16-a32c-12644ed80d70-3ce2ecdc, #w-node-bef27a12-24c2-88f1-b74b-2aa1549c64cd-70990874, #w-node-ebb22762-6120-a110-ae5a-c4fcb8eb5123-70990874, #w-node-bef27a12-24c2-88f1-b74b-2aa1549c64cd-86c92955, #w-node-ebb22762-6120-a110-ae5a-c4fcb8eb5123-86c92955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}


@font-face {
  font-family: 'Nhaasgrotesktxpro 55rg';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/AkkuratRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-InktrapRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Office';
  src: url('../fonts/Office-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goodsans';
  src: url('../fonts/GoodSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}