@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans Expanded;
  src: url('../fonts/MonaSansExpanded-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #000;
  --main-font: Monasans, sans-serif;
  --paragraphs: #e6e6e6a6;
  --heading-font: "Monasans Expanded", sans-serif;
  --heading: #e6e6e6;
  --border: #e6e6e640;
  --heading-difference: #e6e6e6;
  --border-difference: #e6e6e640;
  --heading-alt: #e6e6e64d;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  background-color: var(--background);
  font-family: var(--main-font);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 154%;
  display: flex;
}

h1 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.37em;
  font-weight: 500;
  line-height: 104%;
}

h2 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 106%;
}

h3 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 115%;
}

h4 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.81em;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 128%;
}

h6 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 134%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 154%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.1em;
  line-height: 154%;
}

li {
  padding: .3em .5em;
}

strong {
  color: var(--heading);
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--heading);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  padding: .1em 0 .1em 1.2em;
  font-size: 1.37em;
  font-style: italic;
  line-height: 160%;
}

figure {
  margin-top: 2.7em;
  margin-bottom: 2.7em;
}

figcaption {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 7%;
  padding-right: 7%;
  font-size: 1em;
  line-height: 144%;
}

.rich-text-block {
  text-transform: none;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block p {
  margin-bottom: 0;
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -20px 0 0 var(--heading);
  color: var(--background);
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: inset 0 -28px 0 0 var(--heading);
  color: var(--background);
}

.navbar {
  z-index: 500;
  mix-blend-mode: difference;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: .7em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-navbar {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav.right {
  justify-content: flex-end;
}

.nav-menu {
  width: 100%;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .8em 1em;
  display: flex;
}

.brand.w--current:hover {
  opacity: .5;
}

.logo {
  height: 2.4em;
}

.nav-link {
  color: var(--heading);
  padding: .5em 1.1em;
  text-decoration: none;
}

.nav-text {
  color: var(--heading-difference);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: .6em;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
}

.block-underline {
  background-color: var(--border-difference);
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.block-underline.no-difference {
  background-color: var(--border);
}

.underline {
  background-color: var(--heading-difference);
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-105%);
}

.underline.no-difference {
  background-color: var(--heading);
}

.brand-mobile {
  z-index: 999;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: .8em 1em;
  display: none;
}

.section-hero {
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-top {
  z-index: 50;
  text-align: center;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 33vh;
  margin-bottom: 8em;
  display: flex;
  position: relative;
}

.heading-hero {
  color: var(--heading-difference);
  text-transform: uppercase;
  font-family: Monasans Expanded, sans-serif;
  font-size: 13vw;
  font-weight: 600;
  line-height: 90%;
}

.hero-bottom {
  z-index: 50;
  text-align: center;
  mix-blend-mode: difference;
  max-width: 28em;
  margin-top: auto;
  margin-bottom: 2em;
  position: relative;
}

.paragraph-hero {
  color: var(--heading-difference);
  font-size: 1em;
  font-weight: 500;
  line-height: 144%;
}

.hero-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero-image-1 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-9 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-10 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.contrast-icon {
  z-index: 999;
  border: 1px solid var(--border-difference);
  cursor: pointer;
  mix-blend-mode: difference;
  background-image: url('../images/contrast-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 3.7em;
  height: 3.7em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: fixed;
  inset: auto 1em 1em auto;
}

.contrast-icon:hover {
  border-color: var(--heading-difference);
}

.section-welcome {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11em 2em 13em;
  display: flex;
}

.content {
  width: 100%;
  max-width: 90em;
  margin-top: 10vh;
}

.welcome {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-triangle {
  mix-blend-mode: difference;
  width: .875em;
  height: .875em;
  margin-bottom: 1em;
}

.icon-triangle.margin-0 {
  margin-bottom: 0;
}

.text-span {
  font-family: var(--main-font);
  color: var(--heading-alt);
  font-weight: 400;
}

.section-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 12em 2em 10em;
  display: flex;
}

.contact {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading.margin {
  margin-bottom: 1em;
}

.button {
  padding: .5em 1.1em;
  text-decoration: none;
}

.button-text {
  color: var(--heading);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: .6em;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
}

.section-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 1.8em 6.4em 1.8em 2.1em;
  display: flex;
}

.block-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  opacity: .4;
  color: var(--heading);
  letter-spacing: .09em;
  text-transform: uppercase;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  opacity: 1;
}

.section-cms {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5em;
  display: flex;
}

.grid-project {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.empty-state.none {
  display: none;
}

.link-project {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-project:hover {
  opacity: .5;
}

.link-project.right {
  align-items: flex-end;
}

.link-project._w-50 {
  width: 50%;
}

.image-project {
  opacity: 0;
  width: 100%;
}

.image-project-absolute {
  width: 100%;
  position: absolute;
}

.block-text-project {
  z-index: 50;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.3em;
  padding-left: 1.3em;
  display: flex;
  position: absolute;
  top: 100%;
}

.project-name {
  color: var(--heading);
  font-size: 1em;
  font-weight: 500;
  line-height: 120%;
}

.project-year {
  opacity: .4;
  color: var(--heading);
  font-size: 1em;
  line-height: 120%;
}

.hero-image-switcher {
  z-index: 70;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.switcher {
  width: 100%;
}

.loading-overlap {
  z-index: 10;
  background-color: var(--background);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.section-top {
  z-index: 10;
  perspective: 1000px;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -4.5vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.section-top.project {
  mix-blend-mode: normal;
  background-image: url('../images/EXPAND.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  min-height: 100svh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-top.project.bb {
  background-image: url('../images/Untitled-1_2.jpg');
}

.section-top.project.cinderella {
  background-image: url('../images/CD1.jpg');
}

.section-top.project.pasta {
  background-image: url('../images/Artboard-1_1.jpg');
  background-size: cover;
}

.section-top.project.st {
  background-image: url('../images/ST-Cover2.jpg');
}

.section-top.project.cm {
  background-image: url('../images/CM-cover-2.jpg');
}

.section-top.project.retrospect {
  background-image: url('../images/RT-Cover.jpg');
}

.section-top.project.archive {
  background-image: url('../images/LandingBG.jpg');
}

.section-top.project.food {
  background-image: url('../images/FM-Cover.jpg');
}

.section-top.project.dso {
  background-image: url('../images/AdobeStock_899244273.jpg');
}

.section-top.project.coffee {
  background-image: url('../images/Expressi-CoverV2.jpg');
}

.section-top.about {
  margin-bottom: 0;
}

.block-top {
  z-index: 50;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.7em;
  display: flex;
  position: relative;
}

.block-top.project {
  mix-blend-mode: difference;
  margin-bottom: 5.7em;
  position: absolute;
}

.heading-top {
  color: var(--heading-difference);
  text-transform: uppercase;
  font-size: 13vw;
  font-weight: 600;
  line-height: 90%;
}

.collection-item---works {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.collection-item---works:nth-child(2n) {
  justify-content: flex-end;
}

.heading-project {
  color: var(--heading-difference);
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 600;
  line-height: 90%;
}

.heading-project.long-txt {
  font-size: 6vw;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.section.full {
  flex: 1;
  justify-content: center;
  padding-top: 11em;
  padding-bottom: 6em;
}

.section.page {
  padding-top: 12em;
  padding-bottom: 8em;
}

.multi-image {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.multi-image.vid {
  height: 700px;
}

.multi-image.retrospect {
  grid-template-columns: 1fr 1fr;
}

.collection-list-multi-image {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  align-items: start;
  width: 100%;
  max-width: 67em;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
}

.rich-text {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.rich-text.margin-0 {
  margin-top: 0;
}

.block-info {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-subtitle {
  opacity: .4;
  color: var(--heading);
  font-size: 1em;
  line-height: 120%;
}

.text-info {
  color: var(--heading);
  font-size: 1em;
  font-weight: 500;
  line-height: 120%;
}

.info {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info.padding-1-2em {
  padding-top: 1.2em;
}

.info.padding-1-2em.pic {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.cms-multi-image {
  margin-top: 8.5em;
}

.image-about-a {
  mix-blend-mode: difference;
  object-fit: cover;
  width: 100%;
}

.image-about-b {
  mix-blend-mode: difference;
  object-fit: cover;
  width: 100%;
  margin-top: 8em;
}

.grid-client {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-client {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #d9d9d914;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 7em;
  padding: 1.5em;
  display: flex;
}

.img-client {
  flex: none;
  min-width: 2em;
}

.sabtitle-award {
  opacity: .4;
  color: var(--heading);
  font-size: 1em;
  line-height: 120%;
}

.block-award {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.awards {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-contact {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-contact {
  color: var(--heading);
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 600;
  line-height: 90%;
}

.description {
  max-width: 25em;
}

.description.large {
  max-width: 32em;
}

.form-block {
  width: 100%;
  max-width: 43em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  height: 3.4em;
  color: var(--heading);
  background-color: #0000;
  margin-bottom: 1.7em;
  padding: .8em 0;
  font-size: 1.1em;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--heading);
}

.text-field::placeholder {
  color: var(--heading-alt);
}

.block-field {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  flex-direction: row;
  display: flex;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  min-width: 100%;
  max-width: 100%;
  min-height: 10em;
  max-height: 25em;
  color: var(--heading);
  background-color: #0000;
  margin-bottom: 2.5em;
  padding: .8em 0;
  font-size: 1.1em;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--heading);
}

.textarea::placeholder {
  color: var(--heading-alt);
}

.submit-button {
  background-color: var(--border);
  color: var(--heading);
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 2em 2.2em;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--heading);
  color: var(--background);
}

.success-message {
  background-color: #39851f26;
  padding: 1.6em;
}

.text-success {
  color: #39851f;
}

.error-message {
  background-color: #cc010126;
  margin-top: 1em;
  padding: 1.6em;
}

.text-error {
  color: #cc0101;
}

.heading-page {
  color: var(--heading);
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 600;
  line-height: 90%;
}

.block-page-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-large {
  background-color: var(--border);
  color: var(--heading);
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 2em 2.7em;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-large:hover {
  background-color: var(--heading);
  color: var(--background);
}

.button-large.normal {
  padding: 1.2em 2em;
}

.buttons {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-buttons {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-template {
  margin-bottom: 2em;
}

.grid-licensing {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.image-template {
  object-fit: cover;
  width: 100%;
  height: 14em;
}

.utility-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 11em 2em 6em;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 21em;
  margin-bottom: 0;
  display: flex;
}

.heading-account {
  margin-bottom: .5em;
}

.paragraph-account {
  margin-bottom: 1.9em;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: var(--heading);
  text-align: left;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .65em;
  font-weight: 500;
  line-height: 130%;
}

.bento-slide-top {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 5rem;
  line-height: 1;
}

.bento-background-video {
  z-index: 1;
  object-fit: cover;
  background-color: #91dfb5;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.bento-chart-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.bento-slider-do-not-touch {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0% 0% 3.5rem;
}

.social-icons1_link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bento-person-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 130%;
  margin-top: -30%;
  position: relative;
  bottom: 0;
}

.left-arrow {
  display: none;
}

.bento-grid-item {
  background-color: #132c1e;
  border-radius: .75rem;
  position: relative;
}

.bento-grid-item.is-slideshow {
  width: 100%;
  height: 100%;
}

.bento-grid-item.is-video {
  height: 100%;
}

.bento-grid-item.is-social {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.bento-grid-item.is-mood-image {
  max-height: 14rem;
}

.bento-grid-item.is-intro {
  flex-flow: column;
  align-items: flex-start;
  padding: 0 0 0%;
  display: flex;
}

.bento-grid-item.is-person {
  z-index: 3;
  background-color: #dfdbd4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.copy-small {
  font-size: 1.1rem;
  line-height: 1.4;
}

.bento-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(10rem, 20rem);
  width: 100%;
  display: grid;
}

.right-arrow {
  display: none;
}

.bento-grid-client-image {
  object-fit: cover;
  border-radius: 999rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  box-shadow: 0 2.1em 2em #0000003d;
}

.bento-grid-client-image.is-1 {
  inset: 30% auto auto -5%;
}

.bento-grid-client-image.is-2 {
  width: 5rem;
  height: 5rem;
  inset: 9% 22% auto auto;
}

.bento-grid-client-image.is-6 {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0 -5%;
}

.bento-grid-client-image.is-3 {
  width: 5rem;
  height: 5rem;
  inset: auto auto 23% 26%;
}

.bento-grid-client-image.is-5 {
  inset: auto 17% 17% auto;
}

.bento-grid-client-image.is-4 {
  width: 6rem;
  height: 6rem;
  inset: auto 10% 3% auto;
}

.webflow-logo {
  color: #91dfb5;
  width: 8rem;
  height: auto;
  margin-right: -.5rem;
}

.section-bento-grid {
  min-height: clamp(50rem, 100svh, 90rem);
}

.bento-slide {
  width: 100%;
  margin-right: -1px;
}

.bento-shine {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle farthest-side at 50% 0, #91dfb5, #0000);
  position: absolute;
  inset: 0%;
}

.spacer-xs-start {
  padding-top: .8rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button-2 {
  color: #132c1e;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #91dfb5;
  border-radius: 999rem;
  padding: .7rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.bento-grid-intro-inner {
  width: 100%;
  max-width: 34rem;
}

.bento-slider {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.bento-slide-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-icons1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.bento-mood-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.bento-slide-bottom {
  text-align: center;
  width: 100%;
  padding: 5rem 2.5rem;
}

.slide-nav {
  height: 3rem;
  font-size: .6rem;
}

.image {
  border-radius: .75rem;
  width: 100%;
}

.page-transition-load {
  z-index: 9999;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-heading {
  z-index: 2;
  letter-spacing: 10px;
  text-transform: uppercase;
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
}

.slide-heading.dark {
  margin-left: 2%;
}

.slider-list {
  flex-direction: column;
  justify-content: space-between;
  height: 600vh;
  display: flex;
}

.line {
  opacity: .5;
  background-color: #fff;
  width: 1px;
}

.page-transition-click {
  z-index: 9999;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-img-outer-wrapper {
  z-index: 1;
  color: #fff;
  width: 70%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bg-lines-inner-wrapper {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.bg-lines-wrapper {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  height: 300vh;
  display: flex;
  position: absolute;
}

.slide-img-inner-wrapper {
  background-color: var(--background);
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  overflow: clip;
}

.slide-img-inner-wrapper.illustration {
  height: auto;
}

.slide-img-inner-wrapper.img-vert {
  height: 100%;
}

.c-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

.slider-collection {
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.s-main {
  height: auto;
  margin-top: 5%;
  margin-bottom: 0;
  overflow: visible;
}

.s-main.id {
  height: auto;
  margin-bottom: 5%;
}

.background-video {
  width: 100vw;
  height: 100vh;
  display: block;
}

.bg-vid-gallery {
  opacity: 1;
}

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

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

.paragraph {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem 4rem;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}

.paragraph-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.subhead {
  padding-bottom: 10px;
  padding-left: 4rem;
  font-size: 27px;
}

.slide-nav-2 {
  font-size: 12px;
}

.padding {
  height: 15vh;
}

.bottom-contact {
  color: #1d1d1d;
  background-color: #1d1d1d00;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  height: auto;
  margin-right: 0;
  display: flex;
}

.bottom-link {
  background-image: url('../images/INSTA2.png');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 7vh;
  height: 7vh;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.bottom-link:hover {
  opacity: .5;
}

.link-block-3 {
  background-image: url('../images/Linkedin2-p-2000.png');
  background-position: 50%;
  background-size: cover;
  width: 7vh;
  height: 7vh;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-3:hover {
  opacity: .5;
}

.link-block-4 {
  background-image: url('../images/Behance2.png');
  background-position: 50%;
  background-size: cover;
  width: 7vh;
  height: 7vh;
  margin-left: 20px;
  margin-right: 5%;
}

.link-block-4:hover {
  opacity: .5;
}

.about-img {
  width: 100%;
  padding: 0 25px 25px;
}

.headtext-small {
  font-size: 4vw;
  line-height: 0%;
}

@media screen and (min-width: 1920px) {
  .brand.w--current:hover {
    opacity: .5;
  }

  .section-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-top {
    justify-content: flex-start;
    align-items: center;
    margin-top: 33vh;
  }

  .hero-image-1 {
    background-color: #0000;
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-2 {
    background-image: url('../images/2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-3 {
    background-image: url('../images/3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-4 {
    background-image: url('../images/4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-5 {
    background-image: url('../images/5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-6 {
    background-image: url('../images/6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-7 {
    background-image: url('../images/7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-8 {
    background-image: url('../images/8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-9 {
    background-image: url('../images/9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-10 {
    background-image: url('../images/10.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-image-switcher {
    display: flex;
  }

  .section-top.project.pasta {
    background-image: url('../images/Artboard-1_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-top.project.st {
    background-image: url('../images/ST-Cover2.jpg');
    background-position: 50%;
  }

  .section-top.project.food {
    background-image: url('../images/FM-Cover.jpg');
  }

  .heading-project.opaque {
    color: #fff;
    font-family: Monasans Expanded, sans-serif;
  }

  .heading-project.long-txt {
    font-size: 6.5vw;
  }

  .multi-image.vid {
    height: 900px;
  }

  .multi-image.st {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .block-client {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #1d1d1d;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider-list {
    height: 600vh;
  }

  .slider-list.animation, .slider-list.gd {
    height: 300vh;
  }

  .bg-lines-wrapper {
    height: 100%;
  }

  .slide-img-inner-wrapper {
    width: 100%;
    height: auto;
  }

  .slide-img-inner-wrapper.img-vert {
    width: auto;
    height: 100%;
  }

  .s-main {
    margin-bottom: 0;
  }

  .slide {
    height: 100%;
  }

  .paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 4.5rem;
    display: block;
  }

  .paragraph-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding {
    width: 100%;
    height: 10vh;
  }

  .paragraph-3 {
    padding-top: 0;
  }

  .headtext-small {
    letter-spacing: 0;
    font-size: 4vw;
    line-height: 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2.3em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.4em;
  }

  .content {
    margin-top: 0;
  }

  .section-top.project.pasta {
    background-image: url('../images/Artboard-1_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-top.project.st, .section-top.project.retrospect {
    background-position: 0%;
  }

  .section-top.project.food {
    background-image: url('../images/FM-Cover.jpg');
    background-position: 0%;
  }

  .section-top.project.coffee {
    background-image: url('../images/Expressi-CoverV2-Mob.jpg');
  }

  .heading-project {
    font-size: 10vw;
  }

  .multi-image.food {
    display: block;
  }

  .grid {
    grid-column-gap: 0em;
    display: block;
  }

  .bento-grid-item.is-slideshow, .bento-grid-item.is-video {
    height: 45rem;
  }

  .bento-grid-item.is-social {
    min-height: 20rem;
  }

  .bento-grid-item.is-mood-image {
    max-height: none;
  }

  .bento-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .icon-embed-xsmall {
    width: 3.5rem;
    height: 3.5rem;
  }

  .social-icons1_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .bento-mood-image {
    max-height: none;
  }

  .slide-heading {
    max-width: 100%;
    color: var(--heading-difference);
    text-align: left;
    flex: 1;
    order: 0;
    align-self: flex-start;
    font-size: 50px;
    display: block;
    position: static;
  }

  .slide-heading.dark {
    color: var(--heading-difference);
    text-align: left;
  }

  .slider-list {
    height: 100%;
  }

  .slide-img-outer-wrapper {
    align-self: auto;
    width: 100%;
    position: static;
  }

  .bg-lines-inner-wrapper {
    width: 100%;
  }

  .bg-lines-wrapper {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .slide-img-inner-wrapper {
    height: auto;
    padding: 0;
  }

  .c-1200 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide-item-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .slider-item {
    align-self: auto;
    margin-bottom: 100px;
    display: block;
  }

  .slider-item.centre {
    align-self: center;
  }

  .s-main {
    width: 100vw;
    overflow: visible;
  }

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

  .paragraph-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slide-nav-2 {
    font-size: 12px;
  }

  .bottom-contact {
    justify-content: center;
    align-items: center;
  }

  .about-img {
    width: auto;
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.2em;
  }

  .navbar {
    mix-blend-mode: normal;
    justify-content: flex-end;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .grid-navbar {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #2c2c2c99;
    border-radius: 1em;
    width: auto;
    margin-left: .7em;
    margin-right: .7em;
    padding-top: .7em;
    padding-bottom: 1.2em;
  }

  .brand {
    display: none;
  }

  .brand-mobile {
    margin-top: .7em;
    margin-left: .7em;
    display: flex;
    position: fixed;
  }

  .menu-button {
    background-color: var(--background);
    color: var(--heading);
    border-radius: 100%;
    padding: .7em;
    font-size: 1.3em;
    line-height: 100%;
  }

  .menu-button.w--open {
    background-color: var(--background);
    color: var(--heading);
  }

  .hero-bottom {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-image-1 {
    background-position: 50%;
    background-size: cover;
  }

  .contrast-icon {
    width: 3em;
    height: 3em;
  }

  .section-welcome {
    padding-top: 8em;
    padding-bottom: 10em;
  }

  .section-contact {
    min-height: 50vh;
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .section-footer {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .grid-project {
    grid-template-columns: 1fr 1fr;
  }

  .section-top.project.pasta {
    background-image: url('../images/PastaRinscitaMob.jpg');
    background-position: 25% 75%;
    background-size: cover;
  }

  .section-top.project.retrospect {
    background-position: 0%;
  }

  .section-top.project.coffee {
    background-image: url('../images/Expressi-CoverV2-Mob.jpg');
  }

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

  .section.page {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .multi-image.vid {
    height: 50vh;
  }

  .collection-list-multi-image {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    margin-top: 6em;
  }

  .info {
    margin-bottom: 50px;
  }

  .info.padding-1-2em {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .cms-multi-image, .image-about-b {
    margin-top: 6em;
  }

  .image-template {
    height: 30vw;
  }

  .bento-grid-item.is-video {
    height: 37rem;
  }

  .bento-grid-item.is-social {
    padding: 6vw;
  }

  .bento-grid-item.is-intro {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slide-heading {
    color: var(--heading-difference);
    font-size: 32px;
    display: block;
  }

  .slide-img-inner-wrapper {
    filter: none;
  }

  .slide-item-wrapper {
    height: 50vh;
  }

  .paragraph {
    font-size: 13px;
  }

  .subhead {
    font-size: 19.5px;
  }

  .about-img {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .hero-image-1 {
    background-image: url('../images/1M.jpg');
    background-size: cover;
  }

  .hero-image-2 {
    background-image: url('../images/2M.jpg');
  }

  .hero-image-3 {
    background-image: url('../images/3M.jpg');
  }

  .hero-image-4 {
    background-image: url('../images/4M.jpg');
  }

  .hero-image-5 {
    background-image: url('../images/5M.jpg');
  }

  .hero-image-6 {
    background-image: url('../images/6M.jpg');
  }

  .hero-image-7 {
    background-image: url('../images/7M.jpg');
  }

  .hero-image-8 {
    background-image: url('../images/8M.jpg');
  }

  .hero-image-9 {
    background-image: url('../images/9M.jpg');
  }

  .hero-image-10 {
    background-image: url('../images/10M.jpg');
  }

  .section-welcome {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .section-contact {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .section-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .block-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .block-text-project {
    font-size: .9em;
  }

  .section-top.project.pasta {
    background-image: url('../images/PastaRinscitaMob.jpg');
    background-size: cover;
  }

  .section-top.project.st {
    background-position: 10% 100%;
  }

  .section-top.project.cm {
    background-position: 50% 0;
    background-size: cover;
  }

  .section-top.project.retrospect {
    background-position: 0%;
  }

  .section-top.project.archive {
    background-position: 52.5%;
  }

  .section-top.project.food {
    background-image: url('../images/Ramen-Motion-Graphic-2.gif');
    background-position: 15%;
  }

  .section-top.project.modio {
    background-image: url('../images/MD-cover-mob.jpg');
  }

  .heading-project.long-txt {
    font-size: 10vw;
  }

  .section.full {
    padding-top: 9em;
    padding-bottom: 5em;
  }

  .multi-image {
    margin-bottom: 50px;
    display: block;
  }

  .multi-image.vid {
    height: 45vh;
  }

  .collection-list-multi-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 4em;
    display: block;
  }

  .info {
    margin-bottom: 50px;
  }

  .info.padding-1-2em {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .cms-multi-image, .image-about-b {
    margin-top: 4em;
  }

  .grid-client {
    grid-template-columns: 1fr 1fr;
  }

  .block-field {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .utility-page-wrap {
    padding-top: 9em;
    padding-bottom: 5em;
  }

  .bento-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bento-mood-image {
    height: 22rem;
  }

  .slide-heading {
    max-width: 100%;
    color: var(--heading-difference);
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    display: block;
    position: static;
  }

  .slider-list {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .slide-img-outer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
    position: static;
  }

  .bg-lines-wrapper {
    height: auto;
    display: flex;
  }

  .slide-img-inner-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
  }

  .slide-img-inner-wrapper.img-vert {
    height: auto;
    margin: 0 0 25px;
  }

  .c-1200 {
    width: auto;
    padding: 0;
  }

  .slide-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
  }

  .slider-collection {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slider-item {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .s-main {
    width: auto;
    height: auto;
    margin: 20px 0 0;
  }

  .s-main.id {
    width: auto;
    margin-right: 0;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
  }

  .gallery-grid.tattoo {
    display: block;
  }

  .paragraph {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin: 30px;
    padding: 0;
    font-size: 12px;
  }

  .paragraph-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .subhead {
    padding-left: 0;
    font-size: 16px;
  }

  .left-arrow-2 {
    width: 10%;
    font-size: 12px;
  }

  .slide-nav-2, .slide-nav-3 {
    margin-bottom: 25px;
    font-size: 9px;
  }

  .right-arrow-2 {
    width: 10%;
    font-size: 12px;
  }

  .icon, .icon-2, .paragraph-2 {
    font-size: 12px;
  }

  .slide-nav-4 {
    font-size: 9px;
  }

  .right-arrow-3, .icon-3 {
    font-size: 12px;
  }

  .bottom-contact {
    justify-content: center;
    align-items: center;
  }

  .bottom-link {
    background-position: 50%;
    height: 7vh;
  }

  .about-img {
    padding-bottom: 0;
  }

  .headtext-small {
    font-size: 5vw;
  }
}

#w-node-_29c8e28d-9a5f-fa92-610e-f316193ad5da-d194e450 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_13e62bd5-79f5-77f4-ccfd-faa32cf2f7fc-d194e450 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-aee9ecd0-1af3-1006-ef95-78f30cae7205-d194e450 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_187dc08f-b456-20e7-6e36-4e0916b48ea9-d194e450 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_3b66f4d8-62fe-15bd-0f4e-852e80051c69-d194e450 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_258b1a01-b3a5-f1ed-b99d-28a13158d520-d194e450 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_01a13d1b-99f4-868e-21e7-87f42aee4713-2aee4710, #w-node-_01a13d1b-99f4-868e-21e7-87f42aee4722-2aee4710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6da26c2-bb86-119f-0bd8-c6832dad0d4b-d194e453 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_306cb058-268d-bb05-8ec3-bd9f4ec3ca9e-d194e453, #w-node-cd6c34c7-3794-3cae-9e4c-46ce5bc5b8b3-d194e455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83629829-2e25-3c48-5233-971b72aa1ed7-d194e455, #w-node-b49789df-d03f-8056-3710-40ac4c709e23-d194e455 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f00-d194e456 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f09-d194e456 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f12-d194e456 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f1b-d194e456 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f24-d194e456 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f2d-d194e456 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-c2f6baea-2cb6-ca45-f50f-34e73275c2dd-d194e457 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-a0cf4e13-c080-0746-8c4a-e02f65069623-d194e45a, #w-node-_910500ab-691b-b4a2-3ac8-5ae945409ecc-d194e45c, #w-node-_80c4d564-c8a7-9f9d-1707-2edf016ab5a0-d194e45c, #w-node-c11e5a15-d6ee-ce21-d185-277a213d9af1-d194e45c, #w-node-_70d6c6ac-45a2-8f7a-8087-48b73bd916db-d194e45d, #w-node-_70d6c6ac-45a2-8f7a-8087-48b73bd916dc-d194e45d, #w-node-_0ade2c75-e662-98bc-5a39-c2893973e706-d194e45e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2f6baea-2cb6-ca45-f50f-34e73275c2dd-d194e45e {
  grid-area: 1 / 2 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_29c8e28d-9a5f-fa92-610e-f316193ad5da-d194e450 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_13e62bd5-79f5-77f4-ccfd-faa32cf2f7fc-d194e450 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-aee9ecd0-1af3-1006-ef95-78f30cae7205-d194e450 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_187dc08f-b456-20e7-6e36-4e0916b48ea9-d194e450 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-_3b66f4d8-62fe-15bd-0f4e-852e80051c69-d194e450 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_258b1a01-b3a5-f1ed-b99d-28a13158d520-d194e450 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f00-d194e456 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f09-d194e456 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f12-d194e456 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f1b-d194e456 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f24-d194e456 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f2d-d194e456 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-_910500ab-691b-b4a2-3ac8-5ae945409ecc-d194e45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_258b1a01-b3a5-f1ed-b99d-28a13158d520-d194e450, #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f2d-d194e456 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-a0cf4e13-c080-0746-8c4a-e02f65069623-d194e45a, #w-node-_910500ab-691b-b4a2-3ac8-5ae945409ecc-d194e45c, #w-node-_80c4d564-c8a7-9f9d-1707-2edf016ab5a0-d194e45c, #w-node-c11e5a15-d6ee-ce21-d185-277a213d9af1-d194e45c, #w-node-_70d6c6ac-45a2-8f7a-8087-48b73bd916db-d194e45d, #w-node-_70d6c6ac-45a2-8f7a-8087-48b73bd916dc-d194e45d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29c8e28d-9a5f-fa92-610e-f316193ad5da-d194e450 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_13e62bd5-79f5-77f4-ccfd-faa32cf2f7fc-d194e450 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aee9ecd0-1af3-1006-ef95-78f30cae7205-d194e450 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_187dc08f-b456-20e7-6e36-4e0916b48ea9-d194e450 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b66f4d8-62fe-15bd-0f4e-852e80051c69-d194e450 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_258b1a01-b3a5-f1ed-b99d-28a13158d520-d194e450 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_83629829-2e25-3c48-5233-971b72aa1ed7-d194e455, #w-node-b49789df-d03f-8056-3710-40ac4c709e23-d194e455 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f00-d194e456 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f09-d194e456 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f12-d194e456 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f1b-d194e456 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f24-d194e456 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f2d-d194e456 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29c8e28d-9a5f-fa92-610e-f316193ad5da-d194e450 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_13e62bd5-79f5-77f4-ccfd-faa32cf2f7fc-d194e450 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aee9ecd0-1af3-1006-ef95-78f30cae7205-d194e450 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_258b1a01-b3a5-f1ed-b99d-28a13158d520-d194e450 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f00-d194e456 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f09-d194e456 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f12-d194e456 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dabde62f-a5a7-f646-0573-eaa29b4a0f2d-d194e456 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Expanded';
  src: url('../fonts/MonaSansExpanded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}