:root {
  --text-secondary: #858585;
  --text-primary: #121212;
  --accent: #ebebeb;
  --surface: #fff;
  --surface-hover: #f8f8f8;
  --background: #fff;
  --space--lg: 4rem;
  --space--md: 2rem;
  --space--xl: 8rem;
  --space--2xs: .25rem;
  --space--xs: .5rem;
  --space--sm: 1rem;
  --accent-hover: #121212;
}

.caption {
  width: 100%;
  color: var(--text-secondary);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.caption.link-underline {
  float: right;
  clear: none;
  color: #121212;
  letter-spacing: .12em;
  width: 100px;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
  position: relative;
}

.caption.link-underline.menu-link {
  color: #313131;
  text-align: center;
  letter-spacing: .025em;
  text-transform: capitalize;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.caption.link-underline.intro-link {
  margin-bottom: 0;
  margin-left: 6px;
  padding: 8px;
}

.caption.city-caption {
  margin-bottom: 64px;
}

.caption.artwork-medium {
  color: #12121280;
  margin-top: 0;
  margin-bottom: 0;
}

.caption.sculpture-medium {
  color: #12121280;
  margin-top: 4px;
  margin-bottom: 0;
}

.caption.contact-label {
  opacity: 1;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.caption.contact-detail-label {
  opacity: 1;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.caption.hero-card-caption {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}

.caption.studio-image-caption {
  margin-top: .5rem;
}

.caption.tabular-nums {
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.caption.intro-caption {
  width: 100%;
}

.caption.year-caption-press {
  width: 10%;
}

.caption.works-caption {
  margin-bottom: 24px;
  font-weight: 400;
}

.site-header {
  z-index: 40;
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: transform .4s cubic-bezier(.45, 0, .55, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-wrapper {
  grid-template-columns: minmax(undefinedundefined, 1fr) 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 96px;
  display: flex;
}

.header-logo {
  color: #121212;
  letter-spacing: -.025em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

.header-logo.w--current {
  color: #212121;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.link-underline {
  color: #262626;
  letter-spacing: .02em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.35em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-underline:hover {
  color: #262626;
}

.link-underline:after {
  transform-origin: 100%;
  content: "\"\"";
  background-color: #262626;
  height: 1px;
  transition-property: transform;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.link-underline.menu-link {
  letter-spacing: .025em;
  letter-spacing: .025em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.site-footer {
  z-index: 3;
  margin-top: 192px;
  padding-top: 128px;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.footer-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--text-secondary);
  letter-spacing: .12em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  display: grid;
}

.footer-col-right {
  text-align: right;
}

.footer-bottom-row {
  grid-row-gap: 16px;
  color: #26262666;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-top: 1px solid #2626260d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  margin-top: 75px;
  margin-bottom: 0;
  padding-top: 32px;
  font-size: 11px;
  display: flex;
}

.footer-cell {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  letter-spacing: .025em;
  flex-flow: column;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  display: flex;
}

.hide-element {
  display: none;
}

.global-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 96px;
  padding-right: 96px;
  display: block;
}

.global-container.into-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50svh;
  padding-left: 0;
  display: flex;
}

.global-container.exhibtions-container {
  max-width: none;
  height: auto;
  margin-top: 6rem;
}

.global-container.about-main {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 10rem;
  display: flex;
}

.global-container.works-main {
  height: auto;
  min-height: 70vh;
  padding: 160px 0 130px;
}

.nav-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  opacity: 1;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  display: flex;
}

.header-container {
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
  display: block;
}

.header-container.global-container {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #121212;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.05;
}

.content-paragraph {
  color: var(--text-primary);
  text-align: justify;
  letter-spacing: -.01em;
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.625;
}

.works-header-container.global-container {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.caption-works-container {
  width: 90%;
}

.contact-email-link {
  background-image: linear-gradient(180deg, transparent currentcolor, transparent currentcolor);
  color: #121212;
  font-size: 18px;
  text-decoration: none;
  transition: background-size .4s;
  display: inline-block;
  position: relative;
}

.contact-email-link:hover {
  background-size: 100% 1px;
}

.contact-email-link.footer-link {
  letter-spacing: .02em;
  text-transform: lowercase;
  width: auto;
  font-size: 15px;
  line-height: 1.2;
  display: block;
}

.contact-email-link.footer-link.link-underline {
  font-size: 1rem;
  transition-property: none;
}

.nav_button {
  width: 3.1rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_12_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_12_line {
  width: 100%;
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  transition: transform .3s;
}

.hamburger_embed {
  position: absolute;
}

.nav_menu_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-parallax {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  opacity: .9;
  filter: contrast(200%);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.footer {
  background-color: #fff;
  width: 100vw;
  margin-top: 0;
}

.location {
  color: var(--text-primary);
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.studio-footer-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.studio-footer-container.right-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
}

.social-media-link {
  color: var(--text-primary);
  text-transform: none;
}

.social-media-link.footer-link {
  letter-spacing: .02em;
  font-size: 15px;
}

.social-media-link.footer-link.link-underline {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 384px;
  margin-top: 10px;
  font-size: 1rem;
  text-decoration: underline;
  display: block;
}

.social-media-link.footer-link.link-underline.behance {
  color: #fff;
  display: none;
}

._w-full-image {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  order: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: clip;
}

._w-full-image.profile-about {
  height: auto;
  min-height: 512px;
  max-height: 512px;
}

._w-full-image.paintings {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
  overflow: clip;
}

.works-gallery-container {
  flex-direction: column;
  margin-top: 64px;
  display: flex;
}

.works-gallery-row-split {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 96px;
  display: flex;
}

.works-gallery-image-col {
  flex-flow: column;
  grid-column-start: span 7;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.works-gallery-image-col._2 {
  order: 1;
}

.works-gallery-text-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-column-start: span 5;
  justify-content: center;
  width: 100%;
  display: flex;
}

.works-gallery-specs-list {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template: "Area-4 ."
                 "Area-3 Area-2"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 384px;
  margin-top: 32px;
  display: grid;
}

.spec-label {
  color: #12121259;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  display: block;
}

.spec-value {
  color: #121212b3;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 1em;
  line-height: 1.4;
  display: block;
}

.works-gallery-spec-item {
  grid-column: span 1 / span 1;
  display: block;
}

.text-block-7 {
  order: 1;
  margin-top: 8px;
  padding-top: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 1em;
  font-style: normal;
}

.div-block-10 {
  background-image: linear-gradient(0deg, #fff0, #fff);
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: inset 0 20px 20px 5px #fff;
}

@media screen and (min-width: 1280px) {
  .caption.link-underline.menu-link {
    font-size: 18px;
  }

  .header-logo, .header-logo.w--current {
    font-size: 24px;
  }

  .link-underline.menu-link {
    font-size: 18px;
  }

  .content-wrapper {
    padding-top: 10rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .overlay {
    background-image: linear-gradient(180deg, #fff0, #0000008c 43%, var(--text-primary));
  }

  .slider {
    min-height: 22rem;
  }

  .slider-2 {
    max-width: 1250px;
    margin-bottom: 40px;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 8px;
    padding-bottom: 8px;
    display: grid;
  }

  .title-press {
    font-size: 32px;
    line-height: 1.4;
  }

  .image-9 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .feature-story-text {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 1.4em;
    line-height: 1.4;
  }

  .feature-story-text.caption {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: .9em;
  }
}

@media screen and (min-width: 1440px) {
  .about-content {
    flex-flow: row;
  }

  .content.statement {
    align-items: stretch;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-paragraph {
    font-size: 1.5em;
  }

  .hero-title {
    font-size: 2.7rem;
  }

  .portrait-wrapper {
    max-width: none;
  }

  .portrait-wrapper.photos {
    max-width: none;
    max-height: 800px;
  }

  .spec-label {
    font-family: Inter, sans-serif;
    font-size: 1em;
    line-height: 1.2;
  }

  .spec-value {
    font-size: 1em;
  }

  .about-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-container.about-photos-container {
    margin-top: 4px;
  }

  .slider {
    min-height: 25rem;
  }
}

@media screen and (max-width: 991px) {
  .caption.link-underline.menu-link {
    color: #121212;
    text-align: left;
    letter-spacing: -.02em;
    text-transform: none;
    background-image: none;
    width: auto;
    font-family: Inter Tight, sans-serif;
    font-size: 40px;
    line-height: 1;
  }

  .caption.link-underline.menu-link:hover {
    background-image: none;
  }

  .caption.card-number {
    padding-top: 2px;
  }

  .caption.intro-caption {
    width: 100%;
  }

  .caption.year-caption-press {
    width: 15%;
  }

  .site-header {
    z-index: 999;
    height: 56px;
    inset: 0% 0% auto;
  }

  .header-wrapper {
    height: 100%;
    padding: 0 56px;
  }

  .header-logo {
    z-index: 999;
    font-size: 1.8em;
    position: relative;
  }

  .hero-section {
    flex-flow: column;
    height: auto;
    min-height: 100svh;
    display: none;
    overflow: hidden;
  }

  .hero-sticky {
    display: none;
  }

  .cards-wrapper {
    display: block;
  }

  .hero-card-details {
    background-color: #fff;
    flex-flow: row;
    display: flex;
  }

  .intro-section {
    width: 100%;
    padding: 80px 56px;
  }

  .intro-title {
    color: var(--text-primary);
    font-size: 35px;
  }

  .intro-desc {
    margin-top: 24px;
    padding-right: 10px;
    font-size: 1.25em;
  }

  .studio-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .exhibitions-container.container {
    grid-template-columns: 1fr 1fr;
    padding-left: 56px;
    padding-right: 56px;
  }

  .link-underline {
    font-size: 1.2em;
  }

  .site-footer {
    z-index: 1;
    float: left;
    clear: both;
    width: 100vw;
    padding-left: 0;
    position: relative;
  }

  .footer-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .footer-credit-link, .footer-cell {
    font-size: 1.2em;
  }

  .social_link {
    padding-bottom: 2px;
  }

  .navbar {
    z-index: 60;
    background-color: #0000;
    padding-bottom: 8px;
    display: flex;
    position: fixed;
    right: 0;
  }

  .scroll_indicator, .chrome_left {
    display: block;
  }

  .studio-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    margin-bottom: 48px;
  }

  .studio-photo-image {
    aspect-ratio: 3 / 3;
    height: auto;
  }

  .text-size-large {
    font-size: 28px;
  }

  .global-container {
    padding-left: 56px;
    padding-right: 56px;
  }

  .global-container.into-container {
    border: 1px solid var(--accent);
    flex-flow: column;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .global-container.about-main {
    z-index: 2;
    background-color: #fff;
    padding-bottom: 10rem;
    position: relative;
  }

  .global-container.works-main {
    z-index: 2;
    background-color: #fff;
    position: relative;
  }

  .nav-menu {
    grid-row-gap: 2rem;
    opacity: 0;
    text-align: left;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 0 48px;
    display: block;
    position: fixed;
    inset: 0;
  }

  .header-container {
    padding-left: 56px;
    padding-right: 56px;
  }

  .header-container.global-container {
    height: 100%;
  }

  .heading {
    font-size: 56px;
  }

  .about-content-wrapper {
    flex-flow: column;
    flex: 0 auto;
    height: auto;
    margin-top: 0;
  }

  .about-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    display: flex;
  }

  .about-content.desktop {
    display: flex;
  }

  .about-content.mobile {
    display: none;
  }

  .content {
    flex-flow: column;
    display: block;
  }

  .content.statement {
    padding-top: 4rem;
  }

  .works-grid {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-column-gap: 48px;
  }

  .div-block-4 {
    grid-template-columns: 80px 1fr 1fr 1fr;
  }

  .div-block-4.list-row-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 80px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav_button {
    width: 3rem;
    height: 3rem;
  }

  .nav_button.w--open {
    z-index: 99;
  }

  .hamburger_12_wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .hamburger_12_line {
    height: var(--thickness);
    border: 0 solid #000;
    border-radius: 20px;
  }

  .hamburger_embed {
    text-overflow: clip;
    word-break: normal;
  }

  .nav_menu_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-transform: none;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .mobile-hero-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 56px;
    padding-right: 56px;
    display: block;
  }

  .mobile-cards-wrapper.cards-wrapper {
    padding-top: 10rem;
  }

  .mobile-cards-wrapper.cards-wrapper.global-container {
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-card {
    background-color: var(--accent);
  }

  .hero-mobile-card-image {
    aspect-ratio: auto;
    background-color: var(--accent);
    object-fit: cover;
    will-change: transform;
    width: 100%;
    height: 100%;
  }

  .mobile-hero-section {
    z-index: 3;
    opacity: 1;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    min-width: 100vw;
    height: auto;
    min-height: 100svh;
    max-height: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 60px;
    display: flex;
  }

  .footer-parallax {
    height: 30vh;
    box-shadow: inset 0 2px 4px #0003;
  }

  .main {
    z-index: 2;
  }

  .main-top {
    z-index: 45;
    background-color: #fff;
    height: 100px;
    display: none;
    position: relative;
    top: 0%;
    bottom: auto;
    overflow: hidden;
    box-shadow: 0 -3px 5px -4px #0003;
  }

  .div-block-6 {
    background-color: #0000;
  }

  .react-title {
    margin-bottom: 64px;
    font-size: 64px;
  }

  .react-nav-bottom {
    padding-left: 56px;
    padding-right: 56px;
  }

  .work-gallery-frame {
    margin-left: 40px;
    margin-right: 40px;
    padding: 80px 40px 40px;
  }

  .work-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .work-col-left, .work-col-right {
    grid-column: auto;
  }

  .work-title {
    font-size: 64px;
  }

  .work-desc {
    margin-top: 40px;
    font-size: 18px;
  }

  .work-nav-title {
    font-size: 32px;
  }

  .artwork-detail-layout {
    padding-top: 3.5rem;
  }

  .works-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-bottom-bar {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
  }

  .hero-title {
    color: #212121;
    text-align: left;
    letter-spacing: .025px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
  }

  .button {
    position: relative;
  }

  .image-6 {
    padding-bottom: 2px;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .image-7 {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: var(--text-secondary);
    margin-left: 0;
  }

  .text-block-3 {
    color: #212121;
  }

  .portrait-wrapper {
    width: auto;
    min-width: 300px;
    height: 100%;
  }

  ._w-full-image {
    width: 100%;
  }

  ._w-full-image.profile-about {
    min-height: 100px;
    max-height: none;
  }

  .works-gallery-row-split {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .works-gallery-image-col._2 {
    order: 0;
  }

  .section-2 {
    grid-template-columns: .25fr 1fr;
    display: block;
  }

  .div-block-9 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-4 {
    line-height: 1.4;
  }

  .text-block-6 {
    font-size: .8rem;
  }

  .about-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider {
    min-height: 29rem;
  }

  .text-block-9 {
    font-size: .8rem;
    font-weight: 500;
  }

  .image-8 {
    aspect-ratio: 1;
    object-fit: cover;
    position: static;
  }

  .slider-2 {
    background-color: #0000;
  }

  .text-block-10 {
    font-size: 1.5em;
  }

  .section-3 {
    grid-template-columns: 1fr;
  }

  .feature-story-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-story-text.caption.text {
    padding-top: 20px;
  }

  .slide-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .caption.intro-caption {
    width: 100%;
  }

  .header-wrapper {
    padding: 24px 20px;
  }

  .intro-section {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .studio-line {
    display: none;
  }

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

  .studio-drop-line.drop-1 {
    display: none;
  }

  .exhibitions-container.container {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-col-right {
    text-align: left;
  }

  .footer-bottom-row {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 16px;
  }

  .navbar {
    display: none;
  }

  .list-row-3-col {
    grid-template-columns: 80px 1fr 1fr;
  }

  .global-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .global-container.into-container {
    border-style: none;
    padding-left: 25px;
  }

  .global-container.works-main {
    padding-top: 128px;
    padding-bottom: 160px;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 40px;
  }

  .contact-grid {
    grid-column-gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 160px;
  }

  .div-block-4 {
    grid-template-columns: 80px 1fr 1fr;
  }

  .mobile-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-parallax {
    height: 20vh;
  }

  .footer {
    width: 100vw;
  }

  .react-title {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .react-concept-grid {
    grid-template-columns: 1fr;
  }

  .react-concept-label, .react-concept-text {
    grid-column: auto;
  }

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

  .react-nav-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-gallery-frame {
    min-height: 50vh;
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px 16px 24px;
  }

  .work-title {
    font-size: 40px;
  }

  .work-desc {
    margin-top: 32px;
    font-size: 16px;
  }

  .work-nav-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .work-nav-item {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    padding: 32px 16px;
  }

  .work-nav-title {
    font-size: 24px;
  }

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

  .hero-bottom-bar {
    padding-left: 0;
  }

  .div-block-8 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-7 {
    border-style: none;
    margin-left: 0;
  }

  .studio-footer-container.right-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .slider {
    background-color: #000;
    min-height: 23.5rem;
  }
}

@media screen and (max-width: 479px) {
  .caption.hero-card-caption, .caption.card-number {
    font-size: 12px;
  }

  .caption.hero-card-caption, .caption.card-number {
    font-size: 12px;
  }

  .caption.intro-caption {
    width: 100%;
  }

  .header-logo {
    font-size: 1.6em;
  }

  .hero-card-details {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-title {
    font-size: 28px;
  }

  .intro-desc {
    margin-top: 16px;
    font-size: 1.1rem;
  }

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

  .exhibitions-section {
    padding-bottom: 100px;
  }

  .link-underline {
    font-size: 1.2em;
  }

  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-title {
    font-size: 14px;
  }

  .caption-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .studio-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    margin-bottom: 32px;
  }

  .text-size-large {
    font-size: 26px;
    line-height: 1.4;
  }

  .list-row-3-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 80px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .global-container.into-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 34px;
    position: static;
  }

  .works-header-container.global-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .caption-works-container {
    width: 100%;
  }

  .contact-grid {
    grid-column-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 160px;
  }

  .contact-name {
    font-size: 20px;
  }

  .div-block-4.list-row-3-col {
    grid-template-rows: auto auto auto auto;
  }

  .mobile-hero-wrapper {
    padding-top: 2rem;
    padding-bottom: 20px;
    display: block;
  }

  .mobile-cards-wrapper.cards-wrapper.global-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 3rem;
    display: flex;
  }

  .mobile-hero-section {
    min-height: 80svh;
    overflow: scroll;
  }

  .parallax-image {
    height: 190%;
  }

  .text-block {
    font-size: 36px;
  }

  .main-top {
    overflow: hidden;
  }

  .react-title {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .react-concept-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .react-concept-label {
    grid-column: auto;
    margin-bottom: 0;
  }

  .react-concept-text {
    grid-column: auto;
  }

  .react-gallery-grid, .works-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-bottom-bar {
    padding-left: 0;
  }

  .hero-title {
    padding-right: 20px;
    font-size: 1.25rem;
  }

  .div-block-8 {
    margin-right: 56px;
  }

  .image-7 {
    margin-left: 0;
  }

  ._w-full-image.profile-about {
    min-height: 400px;
  }

  .works-gallery-row-split {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 1.2em;
  }

  .about-container {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slider {
    min-height: 15rem;
  }

  .text-block-8 {
    font-size: 1.2em;
    font-weight: 500;
  }

  .text-block-9 {
    font-size: 1.2em;
    font-weight: 600;
  }

  .exhibition-image-container {
    height: 300px;
  }

  .text-block-10 {
    font-size: 1.3em;
  }

  .icon {
    color: #fff;
    margin-right: 10px;
    font-size: 1.5rem;
  }

  .right-arrow {
    width: 44px;
    height: 44px;
    font-size: 1px;
    right: 0%;
  }

  .icon-2 {
    color: #fff;
    margin-left: 10px;
    font-size: 1.5rem;
  }

  .exhibitions-more-images.extra-image.image3 {
    display: none;
  }

  .exhibitions-more-images.extra-image.image3:where(.w-variant-f3b59801-aab6-0a48-f2bc-2adea796f527) {
    display: block;
  }

  .exhibitions-more-images.extra-image.image4 {
    display: none;
  }

  .exhibitions-more-images.extra-image.image4:where(.w-variant-f3b59801-aab6-0a48-f2bc-2adea796f527) {
    display: block;
  }

  .grid-of-images {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-of-images:where(.w-variant-f3b59801-aab6-0a48-f2bc-2adea796f527) {
    grid-template-rows: auto auto;
  }

  .left-arrow {
    width: 44px;
    height: 44px;
  }

  .slide-nav {
    width: 50%;
    display: none;
    overflow: clip;
  }

  .div-block-12 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

#w-node-b4a4b5f8-73b9-2029-8af8-8ccce18ec72f-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc737e81-dd05-f66b-953f-77e56d20ac0d-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5e9c7f-1354-c06b-5f53-cf65253e95a6-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90751643-1ceb-5170-88c1-6ff22c3de66d-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cfe6402-279f-257e-6ca9-eba9241f81dd-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6350c31f-94a0-515a-68e0-28f7fbb10a1c-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520cc35e-bfcb-a246-d06a-eeefdf7959ca-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8690d8df-88e8-997f-4266-c9720ef611ab-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d0e2d9b-5e4c-1573-9d41-b5a10c192d6c-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6528acef-260f-51a3-b75d-ab9eec641e78-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58909da9-11ed-24df-f34a-403552d2ba29-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64275e3b-d06d-0b01-b1ac-2caaa0d3fdcb-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd31e6be-5691-e29d-328d-b5b32db0750f-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de763fa3-7c1b-81d0-2a70-8fe723e4d79b-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea9c6ca3-63f6-f119-b42e-f9841461eddf-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_518e0444-460f-9e65-221f-5fad150e2d76-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6319fa85-ab08-7a7e-4000-542e27eadace-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ee2f1a3-f2c2-7fb7-3ee9-5368f3303284-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1332ae2-f5ab-d661-a5dc-603f90838f5e-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcc965d5-cf58-48a0-7bca-3735fbb74dad-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfec72e-4d1f-c766-13d1-49af1e2e88a2-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f36fb897-567d-0bb7-a5e9-6ca4813fc91f-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f2630df-7e56-f902-60e3-02e85177bd37-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b0c6351-c051-6572-5956-898476a78334-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_309a0ff3-87a2-4493-eeeb-bdb47d05bc10-8556f158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_309a0ff3-87a2-4493-eeeb-bdb47d05bc4f-8556f158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dda3db5-5ccf-7bc8-ba0c-9fbe226e70e9-6d1d30ef {
  place-self: auto start;
}
