:root {
  --background: #e7e7f3;
  --black-100: #0e0e0e;
  --grey: #868686;
  --white: white;
  --black-80: #1d1d1d;
  --hover: #8d74b4;
  --grey-green: #7a7a7a;
  --rounded: 10px;
  --p: #735690;
  --light-grey: #dfdfdf;
  --en: #9276df;
  --orange: #ff4800;
  --blur-nav: #eeeeee4d;
  --beyond-film: #e7e7f3;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--black-100);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

li {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

figure {
  width: 890px;
  margin-bottom: 10px;
}

figcaption {
  color: var(--grey);
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.container.team {
  position: sticky;
}

.container.margin-bottom-small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.hero-grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 120px 1.25fr .75fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100svw;
  height: 100vh;
  position: relative;
}

.paragraph-xlarge {
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
}

.paragraph-xlarge.about {
  text-align: center;
}

.display-wrap {
  z-index: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1svw;
  padding-right: 1svw;
  display: flex;
  position: relative;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.main-grid.margin-bottom-small {
  flex-flow: column;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.main-grid.margin-bottom-small.about {
  display: none;
}

.main-grid.margin-bottom-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 140px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Jost, sans-serif;
  display: flex;
}

.main-grid.margin-top-medium {
  margin-top: 220px;
}

.heading-medium {
  font-family: Jost, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-medium.intro-size {
  white-space: nowrap;
  font-size: 6.5vw;
}

.marquee-wrap {
  grid-column-gap: 100px;
  display: flex;
  overflow: hidden;
}

.marquee-inner {
  grid-column-gap: 100px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.marquee-inner.dark {
  color: var(--black-80);
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.cover-image.ratio {
  aspect-ratio: 16 / 9;
  overflow: visible;
}

.cover-image._2 {
  object-fit: fill;
}

.cover-image._2._00 {
  width: 70%;
  height: 100%;
}

.cover-image.arr {
  object-fit: fill;
}

.paragraph-large {
  color: var(--hover);
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-large.font-color-grey {
  color: var(--black-100);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.paragraph-large.font-color-grey._02 {
  font-size: 30px;
  font-weight: 300;
}

.paragraph-large.font-color-grey._03 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-large.font-color-grey.paint {
  margin-left: 40px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-large.font-color-grey._04 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-large.new {
  color: var(--white);
  text-align: left;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5;
}

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

.paragraph-large.new-s {
  color: var(--white);
  letter-spacing: 2px;
  font-weight: 300;
}

.paragraph-large.con {
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-large.ngen {
  color: var(--grey-green);
}

.work-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tag {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--grey);
  background-color: #e7e7e7b3;
  border-radius: 20px;
  padding: 4px 8px;
}

.tag.black {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fffc;
  background-color: #00000045;
}

.tag.black.hidden {
  display: none;
}

.work-tags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  display: flex;
}

.work-info {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
  position: relative;
}

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

.collection-item._01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.collection-item._02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item._03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.collection-item._04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-v {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Jost, sans-serif;
  display: flex;
}

.flex-v.row-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-v.small-padding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-v.con {
  margin-top: 60px;
}

.flex-h {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-flex-h {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-flex-h.a-right {
  justify-content: flex-end;
}

.footer-flex-h.a-center {
  justify-content: space-between;
  width: 300px;
  max-width: 300px;
}

.heading-small {
  padding-right: 2px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.image-work-wrap {
  aspect-ratio: 1;
  border-radius: var(--rounded);
  transform-origin: 50% 0;
  flex-direction: column;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-work-wrap.large {
  height: 60vh;
}

.footer-grid {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.overlay {
  transform-origin: 50% 0;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.work-grid {
  grid-column-gap: 22px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.work-link {
  flex-direction: column;
  justify-content: space-around;
  width: 90%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.work-link.link-block-works {
  border-radius: var(--rounded);
}

.link-block-wrap {
  display: flex;
}

.paragraph-small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

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

.section.works {
  background-color: var(--background);
  position: sticky;
}

.section.sticky {
  position: sticky;
  top: 0;
}

.section.sticky.overflow {
  overflow: hidden;
}

.section.hero {
  background-color: var(--background);
  overflow: hidden;
}

.section.overflow-hidden, .section.overlay-hidden {
  overflow: hidden;
}

.section.padding-small {
  background-color: var(--background);
  padding-top: 20px;
  padding-bottom: 0;
}

.section.padding-small.dark {
  background-color: var(--black-100);
}

.section.padding-small.stidio-3 {
  background-color: var(--black-80);
  position: relative;
}

.section.stidio-3 {
  background-color: var(--black-100);
  position: relative;
}

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

.section.dark {
  background-color: var(--black-80);
  color: var(--white);
}

.heading-large {
  color: var(--p);
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.heading-large.center-align.hero-size {
  font-size: 11vh;
}

.heading-large.center-align.hero-size.contact {
  text-transform: capitalize;
  line-height: 1.1;
}

.heading-large.light {
  font-weight: 500;
}

.heading-large.footer {
  color: var(--black-100);
  font-size: 120px;
  font-weight: 400;
  display: none;
}

.link-block-works {
  border-radius: 20px;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.info-work {
  z-index: 20;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.work-image-wrap {
  height: 100%;
  position: relative;
}

.imgage-work {
  background-image: linear-gradient(#0000 77%, #0000005c);
  position: absolute;
  inset: 0%;
}

.paragraph-medium {
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-medium.w--current {
  color: var(--grey);
}

.paragraph-medium.h-group {
  color: var(--grey-green);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-medium.h-group.a {
  color: var(--p);
  text-align: center;
  letter-spacing: 1px;
  font-size: 28px;
}

.paragraph-medium.font-color-grey {
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
}

.paragraph-medium.font-color-grey.con {
  letter-spacing: 2px;
  font-size: 21px;
}

.p-align-center {
  text-align: center;
}

.text-grey {
  color: var(--grey);
}

.heading-display {
  color: var(--white);
  letter-spacing: -10px;
  overflow-wrap: normal;
  font-family: Jost, sans-serif;
  font-size: 30vh;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.heading-display.hero-size {
  perspective: 2000px;
  line-height: .8;
  position: relative;
  bottom: -2vh;
}

.heading-display.internal-size {
  font-size: 32vh;
}

.no-wrap {
  white-space: nowrap;
}

.badge {
  z-index: 999;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  cursor: pointer;
  background-color: #7356908c;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 14vh;
  display: flex;
  position: fixed;
  inset: auto 2% 3% auto;
}

.badge.w--current {
  z-index: 999;
  height: 17vh;
  position: fixed;
  inset: auto 2% 2% auto;
}

.badge-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.badge-wrap.contact {
  display: none;
}

.circular-text {
  aspect-ratio: 1;
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 90%;
  max-width: 90%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content {
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.content.sticky {
  position: sticky;
  top: 30vh;
}

.content.marg-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.content.marg-bottom.hidden {
  margin-top: 140px;
  display: flex;
}

.content.marg-bottom.p2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.content.marg-bottom.p4 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.content.rounded {
  border-radius: var(--rounded);
  overflow: hidden;
}

.content.rounded.mobile-frame {
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
}

.content.font-color-white {
  color: var(--white);
}

.content.font-color-grey {
  color: var(--grey);
}

.content.a {
  display: none;
}

.content.con {
  align-self: stretch;
}

.team-grid {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  align-items: start;
  position: relative;
}

.submit-button {
  border-radius: var(--rounded);
  background-color: var(--black-100);
  color: var(--white);
  letter-spacing: 2px;
  width: 100%;
  height: 100px;
  margin-top: 40px;
  font-family: Jost, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-field {
  border-radius: var(--rounded);
  background-color: var(--white);
  color: var(--grey);
  border: 1px #000;
  height: 100px;
  padding: 40px;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.text-area {
  border-radius: var(--rounded);
  background-color: var(--white);
  color: var(--black-80);
  border: 1px #000;
  min-height: 400px;
  padding: 40px;
  font-family: Jost, sans-serif;
  font-size: 20px;
}

.hidden {
  display: none;
}

.marquee-sticky {
  position: sticky;
  top: 160px;
}

.button-arrow {
  background-color: var(--p);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 49px;
  display: flex;
}

.button-arrow.small {
  aspect-ratio: 1;
  background-color: var(--p);
  width: 40px;
  height: 40px;
  margin-left: 8px;
}

.button-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 49px;
  display: inline-flex;
}

.button-label {
  background-color: var(--p);
  border-radius: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.button-label.small {
  background-color: var(--p);
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
}

.hero-text {
  z-index: 20;
  color: #fff;
  text-align: center;
  mix-blend-mode: exclusion;
  position: relative;
}

.image-hero-studio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100%;
  display: flex;
  position: relative;
}

.ident {
  text-align: justify;
  text-indent: 20%;
}

.box-blur {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--rounded);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  background-color: #4e4e4e14;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 430px;
  padding: 40px;
  display: flex;
}

.hero-grid-works {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 110px auto 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 97vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.full-img {
  border-radius: var(--rounded);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.flex {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.image-frame-work {
  border-radius: var(--rounded);
  margin-bottom: 140px;
  overflow: hidden;
}

.link-wrap.con {
  font-size: 19px;
}

.content-hero {
  padding-bottom: 40px;
}

.content-hero.center-align {
  text-align: center;
}

.portrait-team {
  aspect-ratio: 1;
  border-radius: var(--rounded);
  overflow: hidden;
}

.portrait-team.studio-02 {
  align-self: auto;
  height: 380px;
}

.hero-grid-internal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(120px, 25svh) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  position: relative;
}

.hero-grid-internal.full-hight {
  grid-template-rows: minmax(120px, 27svh) auto;
  width: 100svw;
}

.heading-xlarge {
  color: var(--black-100);
  letter-spacing: -4px;
  font-family: Jost, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
}

.heading-xlarge.no-wrap {
  white-space: nowrap;
}

.heading-xlarge.right-align, .heading-xlarge.right-align.wpf {
  font-size: 130px;
}

.track-hero {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.track-hero.reverse {
  justify-content: flex-start;
}

.img-marquee-center {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 170%;
  display: flex;
}

.image-vertical {
  border-radius: var(--rounded);
  width: 30vh;
  overflow: hidden;
}

.image-vertical.square-large {
  z-index: 100;
  width: 40vh;
  height: 40vh;
  position: relative;
}

.image-vertical.square-small {
  width: 20vh;
  height: 20vh;
}

.image-vertical.square-medium {
  z-index: 100;
  width: 30vh;
  height: 30vh;
  position: relative;
}

.btn-green {
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-image-hero {
  z-index: 200;
  border-radius: var(--rounded);
  background-image: url('../images/Plano-de-Fundo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
  height: 50vh;
  position: absolute;
  overflow: hidden;
}

.img-marquee-left {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 140%;
  display: flex;
  position: relative;
}

.img-marquee-right {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.inner-label {
  color: var(--white);
  white-space: nowrap;
  margin-top: -2px;
}

.inner-label.small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.arrow-wrap {
  width: 20px;
  height: 20px;
}

.data-wrap {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-hero-studio {
  background-color: var(--background);
  height: 200vh;
  overflow: hidden;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 95vh;
  position: relative;
}

.hero-grid.margin-bottom-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 240px;
  display: grid;
}

.flex-h-hero {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  mix-blend-mode: exclusion;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.card-image {
  z-index: 100;
  border-radius: var(--rounded);
  cursor: none;
  flex: none;
  width: 18vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
  box-shadow: 20px 20px 20px -10px #3d295780;
}

.card-image._01 {
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.hero-image-wrap {
  justify-content: center;
  margin-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
  top: -100px;
  bottom: auto;
}

.hero-image-inner {
  z-index: 5;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  perspective: 100vh;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.card-image-center {
  z-index: 30;
  border-radius: var(--rounded);
  cursor: none;
  flex: none;
  width: 18vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
  box-shadow: 20px 20px 20px -10px #3d295780;
}

.card-image-right {
  z-index: 20;
  border-radius: var(--rounded);
  cursor: none;
  flex: none;
  width: 18vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
  box-shadow: 20px 20px 20px -10px #3d295780;
}

.card-image-left {
  z-index: 35;
  border-radius: var(--rounded);
  cursor: none;
  flex: none;
  width: 18vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
  box-shadow: 20px 20px 20px -10px #3d295780;
}

.collection-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
}

.fill-text-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fill-text-wrap.hidden {
  display: none;
}

.fill-text-inner {
  justify-content: flex-start;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fill-text-inner._05 {
  height: auto;
}

.fill-text-placeholder {
  text-align: center;
  cursor: pointer;
}

.block-text-hero {
  text-align: center;
  justify-content: center;
  width: 340px;
  display: flex;
}

.hero {
  background-color: #e7e7f3;
  overflow: hidden;
}

.marquee-inner-home {
  background-color: var(--background);
  color: var(--black-80);
  overflow: hidden;
}

.marquee-inner-home.sticky {
  position: sticky;
  top: -20px;
}

.marque {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.marque.internal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.marquee-left {
  grid-column-gap: 100px;
  white-space: nowrap;
  display: flex;
}

.inner-ticker-left {
  grid-column-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-right {
  grid-column-gap: 100px;
  white-space: nowrap;
  justify-content: flex-end;
  display: flex;
}

.inner-ticker-right {
  grid-column-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-display {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  top: -170px;
}

.inner-marque-display {
  grid-column-gap: 100px;
  color: var(--white);
  margin-left: 0;
  font-size: 16px;
  display: flex;
}

.collection-item-2 {
  width: 95vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.frame-img-mosaic {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.track-mosaic {
  z-index: 20;
  height: 200vh;
  position: relative;
}

.mosaic-inner {
  position: sticky;
  top: -40px;
  overflow: hidden;
}

.grid-mosaic {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 105vh;
  margin-left: 40px;
  margin-right: 40px;
}

.team-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-two {
  border-radius: var(--rounded);
  background-color: var(--white);
  border: 1px #000;
  height: 100px;
  padding: 20px;
  font-size: 20px;
}

.submit-round-button {
  background-color: var(--black-80);
  color: var(--white);
  border-radius: 999px;
  width: 140px;
  height: 140px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}

.display-img-wrap {
  z-index: 80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.highlighted-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: block;
}

.wrapper-work {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-work.margin-bottom-small {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.frame-work-highlight {
  height: 80vh;
  overflow: hidden;
}

.collection-list---grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-work {
  height: 60vh;
}

.frame-work.small {
  width: 28vw;
  height: 50vh;
}

.wrapper-link-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block-work {
  border-radius: var(--rounded);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  background-image: linear-gradient(#0000, #000);
}

.work-info-base {
  color: #fff;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.work-info-base.gradient-overlay {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #0000007d, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  inset: auto 0% 0;
}

.display-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 3.5svw;
  padding-right: 3.5svw;
  display: flex;
  position: relative;
}

.grid-hero-internal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 30vh) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  position: relative;
}

.grid-hero-internal.margin-bottom-small.sticky {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: sticky;
  top: 0;
}

.data-grid {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  align-items: start;
  position: relative;
}

.box-dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--rounded);
  background-color: var(--black-80);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.line {
  border: 1px solid var(--background);
  color: var(--grey);
  justify-content: space-between;
  width: 4rem;
  height: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.works-slider {
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper---slider {
  flex: none;
  display: block;
}

.slider-wrap, .collection-list---flex {
  display: flex;
}

.hero-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-img-1 {
  border-radius: var(--rounded);
  background-image: url('../images/chicoworks_phoptographioc_picture_silouhette_of_a_Chinese_.webp');
  background-position: 50%;
  background-size: cover;
  width: 27vw;
  height: 55vh;
  position: absolute;
}

.display-img-2 {
  border-radius: var(--rounded);
  background-image: url('../images/0_3-5.webp');
  background-position: 50%;
  background-size: cover;
  width: 27vw;
  height: 55vh;
  position: absolute;
}

.display-img-3 {
  border-radius: var(--rounded);
  background-image: url('../images/0_0-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 27vw;
  height: 55vh;
  position: absolute;
}

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

.inner-logo.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo {
  width: 120px;
}

.wrapper-logos {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  width: 100%;
  display: flex;
}

.logos-marquee {
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.link-label {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.link-arrow {
  width: 40px;
}

.marquee-studio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--grey);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.inner-marquee {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  white-space: nowrap;
  display: flex;
}

.text-area-two {
  border-radius: var(--rounded);
  background-color: var(--white);
  border: 1px #000;
  height: 100px;
  padding: 40px 20px 20px;
  font-size: 20px;
}

.container-full {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.margin-top-small {
  margin-top: 8vh;
}

.frame-image {
  width: 180px;
  height: 180px;
}

.frame-image.radius {
  border-radius: var(--rounded);
  overflow: hidden;
}

.padding-small {
  padding-top: 160px;
  padding-bottom: 160px;
}

.flex-height-tiny {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 60px;
}

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

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

.image-frame {
  z-index: 10;
  border-radius: var(--rounded);
  height: 720px;
  position: relative;
  overflow: hidden;
}

.image-frame-small {
  border-radius: var(--rounded);
  height: 390px;
  overflow: hidden;
}

.margin-medium {
  margin-top: 220px;
  margin-bottom: 220px;
}

.margin-bottom-medium {
  margin-bottom: 160px;
}

.space {
  height: 600px;
}

.center-align {
  text-align: center;
}

.padding-medium {
  padding-top: 220px;
  padding-bottom: 220px;
}

.thumb-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--rounded);
  background-color: var(--black-100);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.image-thumb-wrapper {
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.template-name {
  color: var(--light-grey);
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.footer-wrapper {
  border-top: 1px none var(--light-grey);
  background-color: var(--background);
  position: relative;
}

.content-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-footer.margin-bottom-small {
  text-align: center;
}

.logo-wrap {
  text-align: center;
  width: 130px;
  font-weight: 600;
}

.content-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-content {
  border-top: 1px solid var(--light-grey);
  background-color: var(--black-80);
  padding-top: 60px;
  padding-bottom: 60px;
}

.header {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.div-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divs-group {
  margin-bottom: 100px;
}

.style-guide-title {
  border-bottom: 1px solid var(--light-grey);
  color: var(--grey);
  text-transform: uppercase;
  padding-bottom: 10px;
}

.block-quote {
  border-left-style: solid;
  border-left-color: var(--light-grey);
  font-weight: 600;
}

.figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.black-100 {
  border-radius: var(--rounded);
  background-color: var(--black-100);
  height: 140px;
}

.black-80 {
  border-radius: var(--rounded);
  background-color: var(--black-80);
  height: 140px;
}

.grey {
  border-radius: var(--rounded);
  background-color: var(--grey);
  height: 140px;
}

.light-grey {
  border-radius: var(--rounded);
  background-color: var(--light-grey);
  height: 140px;
}

.white {
  border-radius: var(--rounded);
  background-color: var(--white);
  height: 140px;
}

.background-grey {
  border: .5px solid var(--light-grey);
  border-radius: var(--rounded);
  background-color: var(--background);
  height: 140px;
}

.inner-button-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.arrow {
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.button-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 40px;
  margin-left: 0;
  display: inline-flex;
}

.div-block {
  flex: 1;
}

.margin-bottom-large {
  margin-bottom: 220px;
}

.font-color-grey {
  color: var(--grey);
}

.spacing-image-hero {
  height: 100vh;
}

.full-hight {
  height: 100svh;
}

.section-dark {
  background-color: var(--black-100);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.flex-content-list {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.inner-round-button {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.arrow-round-button {
  width: 15%;
}

.success-message {
  background-color: #f1f1f1;
}

.error-message {
  color: #d00;
  text-align: center;
  border-radius: 5px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message-2 {
  border: 1px solid var(--light-grey);
  border-radius: var(--rounded);
  background-color: var(--background);
  padding-top: 84px;
  padding-bottom: 84px;
}

.error-message-2 {
  border-radius: var(--rounded);
  color: #c20000;
  text-align: center;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-align {
  text-align: left;
}

.success-message-3 {
  background-color: #f1f1f1;
  padding-top: 0;
}

.success-message-3.left-align {
  padding-left: 0;
}

.badge-wrap-overlay {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: fixed;
  inset: auto 40px 60px auto;
}

.label-button {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.container-regular {
  flex: 0 auto;
  width: 100%;
  max-width: 1680px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 20px;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-brand {
  align-self: center;
  width: 220px;
  height: 100%;
}

.navbar-brand.w--current {
  order: -1;
  width: 220px;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 60px;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px 10px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #8d74b4;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current:hover {
  color: var(--hover);
}

.nav-link.con {
  display: none;
}

.nav-button-wrapper {
  cursor: pointer;
  align-self: center;
  width: 21vw;
  height: auto;
  position: relative;
}

.nav-button-wrapper.menubar {
  top: 55px;
  left: -100px;
}

.menu-button {
  display: block;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.list-item {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.grid-navbar {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 188px .5fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 45%;
  margin-top: 10px;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.logo-img {
  width: auto;
  max-width: none;
}

.label-button-navbar {
  letter-spacing: .025em;
  font-family: Jost, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
}

.line-thumbs {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logo-inner {
  width: 100%;
  min-width: 100%;
  max-width: 100svw;
}

.utility-page-wrap {
  background-image: url('../images/404.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100svw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.utility-page-content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  margin-top: 5vh;
}

.frame-thumb {
  aspect-ratio: 1.79;
}

.thumb-title-wrap {
  color: var(--grey);
}

.thumbs-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.home-image {
  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;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image {
  mix-blend-mode: darken;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
}

.background-video {
  z-index: 1;
  opacity: .35;
  color: var(--p);
  mix-blend-mode: darken;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

.move-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 35vh;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.image-shine {
  filter: blur(4em);
  color: var(--white);
  background-image: radial-gradient(circle, #ffffffde, #fff0);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: -9em;
  margin-bottom: 0;
  margin-left: 27.5em;
  font-size: 1vw;
  line-height: 1.6;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.slogan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-height: auto;
  margin: 20px 55px auto auto;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.slogan-en {
  color: var(--p);
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
}

.en-text {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.cn-text {
  align-self: auto;
  margin-left: 0;
  font-size: 22px;
}

.slogan-cn {
  color: var(--p);
  letter-spacing: 3px;
  text-indent: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.code-embed {
  display: none;
}

.language {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.en {
  color: var(--en);
  -webkit-text-stroke-color: #9276df;
  padding: 10px;
  font-family: Jost, sans-serif;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.en-tex {
  color: #9276df;
  -webkit-text-stroke-color: #9276df;
  text-transform: uppercase;
  font-size: 16px;
}

.move-line {
  color: var(--black-100);
  width: 100%;
  height: 100%;
  position: relative;
}

.move-line.b {
  outline-offset: 0px;
  -webkit-text-stroke-color: var(--grey);
  background-color: #000;
  outline: 1px #0e0e0e;
  height: 100%;
  padding-top: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.move-line.p {
  border: 0px none var(--en);
  background-color: #b383ff;
  height: 100%;
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: translate(-100%);
}

.tw {
  padding: 10px;
  font-family: Jost, sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.tw-tex {
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.enn {
  color: var(--en);
  padding: 10px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.enn-tex {
  color: var(--black-100);
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.play-pause-button {
  display: none;
}

.div-block-2 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block {
  color: var(--black-100);
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.h-image {
  margin-top: -120px;
  display: block;
  position: relative;
  top: auto;
}

.card-body-text {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-body {
  padding: 0 20px;
  position: absolute;
  inset: 0%;
}

.card-text {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: block;
  position: static;
}

.paragraph {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.paragraph._01, .paragraph._02 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.paragraph._03 {
  color: var(--grey-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.paragraph._04 {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.paragraph._05 {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  font-size: 25px;
  font-weight: 400;
  overflow: visible;
}

.menu-button-wrapper {
  z-index: 4;
  cursor: pointer;
  background-color: #beabd1;
  border-radius: 100px;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 6.5rem;
  height: 2.75rem;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Jost, sans-serif;
  display: flex;
  position: relative;
}

.icon {
  display: none;
}

.menu-text-wrap {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.inner-menu-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--p);
  color: var(--grey);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.menu-line-wrapper {
  width: 100%;
}

.menu-line {
  background-color: var(--white);
  width: 100%;
  height: .08rem;
}

.nav-menu-2 {
  cursor: pointer;
  flex-flow: row;
  flex: auto;
  width: 40vw;
  height: 100vh;
  font-family: Jost, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.nav-menu-bg {
  z-index: 1;
  background-color: var(--white);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 40vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-menu-content {
  z-index: 10;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-item {
  flex: 0 auto;
  position: relative;
}

.nav-item.menu {
  font-size: 16px;
}

.nav-item.menu:hover {
  color: var(--white);
}

.nav-linkk {
  z-index: 10;
  height: 3.8rem;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-linkk:hover {
  color: var(--hover);
}

.nav-linkk.w--current {
  font-size: 3.9rem;
}

.nav-linkk.w--current:hover {
  color: var(--hover);
}

.nav-text {
  color: var(--black-100);
  font-size: 4.3rem;
  line-height: 1;
}

.nav-text.alternate {
  color: #b2b2b2;
}

.view-circle-link {
  z-index: 999;
  background-color: var(--black-100);
  cursor: none;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jost, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 170px 0 0 70px;
}

.view-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  flex: 0 auto;
  align-self: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.dropdown-toggle {
  letter-spacing: 1px;
  cursor: pointer;
  padding-left: 20px;
  font-family: Jost, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #8d74b4;
}

.dropdown {
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-size: 30px;
  display: block;
}

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

.dropdown-list {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 10px 30px;
  font-size: 16px;
  display: none;
}

.dropdown-list.w--open {
  text-align: left;
  inset: auto;
}

.dropdown-link {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.dropdown-link:hover {
  color: var(--hover);
  background-color: #fff0;
}

.dropdown-link.w--current {
  color: var(--black-100);
}

.dropdown-link-2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link-2:hover {
  color: var(--hover);
}

.dropdown-link-2.w--current {
  color: var(--black-100);
}

.dropdown-link-3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link-3:hover {
  color: var(--hover);
}

.dropdown-link-3.w--current {
  color: var(--black-100);
}

.dropdown-link-4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link-4:hover {
  color: var(--hover);
}

.dropdown-link-4.w--current {
  color: var(--black-100);
}

.dropdown-link-5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link-5:hover {
  color: var(--hover);
}

.dropdown-link-5.w--current {
  color: var(--black-100);
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  width: 95vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 300px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 100px;
  display: flex;
}

.qr-code {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.qr-form {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.link {
  color: var(--grey-green);
  -webkit-text-stroke-color: #fff;
}

.link-2 {
  color: var(--grey-green);
}

.about-photo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60vw;
  height: 40vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.about-photo._2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 60vw;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.rick-photo {
  height: auto;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 8%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.rick-photo2 {
  width: auto;
  height: auto;
  overflow: hidden;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p1-hero {
  object-fit: fill;
  align-self: flex-start;
  width: auto;
  min-width: 40vw;
  max-width: 40vw;
  height: auto;
  min-height: 40vw;
  max-height: 40vw;
  margin-bottom: 0;
  margin-right: 0;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.image-7.wf {
  object-fit: cover;
  object-position: 100% 50%;
  max-width: 100%;
}

.image-7.ppf {
  max-width: 100%;
}

.div-block-6 {
  object-fit: fill;
  width: 100%;
  height: 50vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pps-x3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: auto;
  display: grid;
  overflow: hidden;
}

.pps-x3._02._002 {
  margin-top: 15px;
}

.photo-l {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: block;
  overflow: hidden;
}

.photo-r {
  overflow: visible;
}

.image-8 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 25vw;
  max-width: none;
  height: auto;
}

.ppp {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 18%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.ppp._02 {
  object-position: 50% 100%;
  overflow: clip;
}

.link-3, .link-4 {
  font-weight: 400;
}

.icon-x4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.icon1 {
  max-width: 85%;
}

.p2 {
  align-self: flex-start;
  width: auto;
  height: auto;
  overflow: hidden;
}

.p2-photo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.icon-p3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 50vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.text-icon {
  flex-flow: column;
  display: flex;
}

.text-icon._04 {
  text-align: center;
}

.icon3 {
  max-width: 80%;
}

._04-photo {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._04photo-x2 {
  height: 30vh;
  display: flex;
}

._04-photo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

._05photo {
  height: 100%;
}

._05-photo-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: clip;
}

._05 {
  height: 60vh;
  overflow: hidden;
}

.form-block-2 {
  align-self: center;
  width: 70vw;
}

.menu-open {
  font-size: 4.3rem;
  line-height: 1;
}

.dropdown-2 {
  font-size: 20px;
  font-weight: 400;
}

.dropdown-2:hover {
  color: var(--hover);
}

.dropdown-toggle-2 {
  padding: 0 40px 0 0;
  font-size: 20px;
}

.dropdown-toggle-2:hover {
  color: var(--black-100);
}

.dropdown-link-6 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.dropdown-link-6:hover {
  color: var(--hover);
}

.dropdown-link-6.w--current {
  color: var(--black-100);
}

.dropdown-link-7 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.dropdown-link-7:hover {
  color: var(--hover);
}

.dropdown-link-7.w--current {
  color: var(--black-100);
}

.dropdown-link-8 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.dropdown-link-8:hover {
  color: var(--hover);
}

.dropdown-link-8.w--current {
  color: var(--black-100);
}

.dropdown-link-9 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.dropdown-link-9:hover {
  color: var(--hover);
}

.dropdown-link-9.w--current {
  color: var(--black-100);
}

.dropdown-link-10 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}

.dropdown-link-10:hover {
  color: var(--hover);
}

.dropdown-link-10.w--current {
  color: var(--black-100);
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 10px;
  display: none;
  position: relative;
}

.icon-3 {
  margin-right: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.icon-4 {
  margin-right: 15px;
  font-size: 18px;
}

.social-x4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  opacity: .4;
  overflow-wrap: normal;
  cursor: pointer;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 25vw;
  margin-top: 60px;
  display: grid;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 23px;
}

.ngenco-image {
  width: 100%;
  height: 100.037%;
}

.ngenco {
  width: 200px;
  height: 40px;
}

.pps-photo {
  object-fit: cover;
  min-width: 100%;
  height: auto;
  overflow: clip;
}

.social-icon {
  width: 5vw;
}

.joint-qr {
  align-self: center;
  margin-bottom: 20px;
}

.joint-qr.email {
  align-self: center;
  margin-bottom: 15px;
}

.heading {
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Jost, sans-serif;
  font-size: 25px;
}

.heading.email {
  color: var(--p);
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.image-9 {
  max-width: 65%;
  position: absolute;
}

.text-block-2, .link-5 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-grid-full {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100svh;
  }

  .paragraph-xlarge {
    text-align: center;
    font-size: 24px;
  }

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

  .main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .main-grid.margin-bottom-medium {
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-medium {
    font-size: 40px;
  }

  .heading-medium.intro-size {
    font-size: 7.8vw;
    font-weight: 400;
  }

  .cover-image {
    object-position: 50% 50%;
  }

  .cover-image._2._00 {
    width: 100%;
    max-width: 80%;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large.font-color-grey.paint {
    letter-spacing: 2px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.7;
  }

  .collection-item._02 {
    flex-flow: column;
  }

  .flex-v.con {
    margin-top: 0;
  }

  .flex-h {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-small {
    font-size: 26px;
  }

  .heading-small.ident {
    text-align: left;
    text-indent: 0%;
  }

  .image-work-wrap.large {
    width: 100%;
    height: auto;
  }

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

  .work-grid {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .work-link {
    align-self: center;
  }

  .work-link.link-block-works {
    aspect-ratio: 1;
    height: auto;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .section.overlay-hidden.margin-bottom-medium {
    margin-bottom: 80px;
  }

  .section.padding-small {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .section.stidio-3.padding-small {
    overflow: visible;
  }

  .section.padding-bottom-small {
    padding-bottom: 80px;
  }

  .section.padding-medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-large {
    text-indent: 0%;
    font-size: 52px;
  }

  .heading-large.center-align.hero-size {
    font-size: 5vh;
  }

  .heading-large.center-align.hero-size.contact {
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 500;
  }

  .info-work {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-medium {
    font-size: 16px;
  }

  .heading-display {
    letter-spacing: -.6vh;
    font-size: 22vh;
  }

  .heading-display.hero-size {
    letter-spacing: -.6vh;
    order: 0;
    align-self: flex-end;
    font-size: 12vh;
    position: relative;
    bottom: auto;
  }

  .heading-display.internal-size {
    font-size: 15rem;
  }

  .badge {
    height: 23vh;
  }

  .badge.w--current {
    aspect-ratio: 1;
    height: 18vh;
    margin-bottom: 0;
  }

  .content.sticky {
    position: relative;
    top: 0;
  }

  .content.marg-bottom {
    flex-flow: column;
  }

  .content.rounded.mobile-frame {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .content.margin-bottom-medium {
    margin-bottom: 80px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .flex-v {
    width: 100%;
  }

  .submit-button {
    height: 80px;
    margin-top: 20px;
    font-size: 16px;
  }

  .text-field {
    height: 60px;
    padding: 20px;
    font-size: 16px;
  }

  .text-area {
    padding: 20px;
    font-size: 16px;
  }

  .marquee-sticky {
    position: relative;
    top: auto;
  }

  .marquee-sticky.flex-height-tiny {
    position: relative;
    top: 0;
  }

  .marquee-sticky.margin-bottom-large {
    margin-bottom: 120px;
  }

  .button-arrow.small {
    width: 60px;
    height: 60px;
  }

  .button-label.small {
    width: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .box-blur {
    height: 300px;
  }

  .hero-grid-works {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 110vh;
  }

  .image-frame-work {
    aspect-ratio: 1;
    margin-bottom: 40px;
  }

  .content-hero {
    padding-bottom: 0;
  }

  .portrait-team.studio-02 {
    width: 100%;
    height: auto;
  }

  .hero-grid-internal {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-grid-internal.full-hight {
    grid-template-rows: minmax(120px, 20svh) auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-xlarge {
    letter-spacing: 0;
    font-size: 80px;
  }

  .track-hero {
    height: 100svh;
    overflow: hidden;
  }

  .track-hero.reverse {
    display: none;
  }

  .img-marquee-center {
    height: 140%;
  }

  .inner-image-hero {
    width: 60vw;
    height: 30vh;
    transform: translate(0, 2svh);
  }

  .arrow-wrap {
    width: 15px;
    height: 15px;
  }

  .track-hero-studio {
    height: 150vh;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 80vh;
  }

  .hero-grid.margin-bottom-medium {
    height: 84vh;
    margin-bottom: 170px;
  }

  .flex-h-hero {
    flex-flow: column;
  }

  .card-image {
    width: 90%;
    height: 90vh;
    display: block;
  }

  .card-image._01 {
    width: 90%;
    height: 90vh;
  }

  .hero-image-wrap {
    margin-top: 28vh;
    top: auto;
  }

  .hero-image-inner {
    grid-column-gap: 20px;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }

  .card-image-center, .card-image-right, .card-image-left {
    width: 90%;
    height: 90vh;
  }

  .collection-grid {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-text-hero {
    width: 100%;
  }

  .marquee-left, .inner-ticker-left, .inner-ticker-right {
    grid-column-gap: 40px;
  }

  .collection-item-2 {
    width: 95%;
    height: 100%;
    margin-bottom: 40px;
  }

  .grid-mosaic {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 105vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-field-two {
    height: 80px;
    font-size: 16px;
  }

  .submit-round-button {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

  .display-img-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlighted-work {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-work.margin-bottom-small {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .collection-list---grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .frame-work {
    width: 100%;
    height: auto;
  }

  .frame-work.small, .link-block-work {
    width: 100%;
  }

  .work-info-base.gradient-overlay {
    padding-top: 20px;
    padding-left: 20px;
  }

  .grid-hero-internal {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .data-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .box-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-wrapper---slider, .slider-wrap {
    width: 100%;
  }

  .collection-list---flex {
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .hero-content {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content.font-color-grey {
    margin-top: 0;
  }

  .display-img-1, .display-img-2, .display-img-3 {
    width: 28vw;
    height: 20vh;
    position: relative;
  }

  .inner-logo.grid {
    grid-column-gap: 20px;
    justify-content: space-around;
    width: 100%;
  }

  .logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100px;
  }

  .logos-marquee {
    margin-top: 0;
  }

  .logos-marquee.margin-medium {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .link-arrow {
    width: 25px;
  }

  .text-area-two {
    font-size: 16px;
  }

  .container-full {
    max-width: 100svw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-image {
    width: 80px;
    height: 80px;
  }

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

  .image-frame {
    height: 400px;
  }

  .image-frame-small {
    height: 260px;
    position: relative;
  }

  .space {
    height: 400px;
  }

  .button-small {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
  }

  .spacing-image-hero {
    height: 50vh;
  }

  .section-dark.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-round-button {
    width: 80px;
    height: 80px;
  }

  .badge-wrap-overlay {
    z-index: 80;
    inset: 15% 20px auto auto;
  }

  .label-button {
    font-size: 40px;
  }

  .container-regular {
    padding: 10px 0;
  }

  .navbar-content {
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    width: 100px;
  }

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #fff0;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--black-100);
    color: #fff;
    border-radius: 60px;
  }

  .grid-navbar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: var(--rounded);
    background-color: var(--white);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    box-shadow: 0 2px 20px -9px #0003;
  }

  .label-button-navbar {
    font-size: 40px;
  }

  .collection-item---horizontal-scroll {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .line-thumbs {
    grid-column-gap: 9px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .collection-item---more-works {
    width: 100%;
    margin-bottom: 40px;
  }

  .move-image {
    margin-top: 20vh;
  }

  .slogan {
    margin-top: 40px;
    margin-left: 55px;
  }

  .slogan-en {
    letter-spacing: .03em;
  }

  .paragraph._01, .paragraph._02, .paragraph._03, .paragraph._04, .paragraph._05 {
    text-align: right;
    font-size: 20px;
  }

  .nav-menu-2 {
    width: 70vw;
    display: none;
  }

  .nav-menu-bg, .nav-menu-content {
    width: 70vw;
  }

  .menu-button-2, .icon-2 {
    display: none;
  }

  .image-2 {
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    width: 250px;
  }

  .qr-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
  }

  .about-photo._2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-top: 0;
  }

  .p1-hero {
    align-self: center;
    min-width: 95vw;
    max-width: 95vw;
    min-height: 95vw;
    max-height: 95vw;
    margin-bottom: 40px;
  }

  .image-7 {
    width: 100%;
    overflow: clip;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
  }

  .pps-x3 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 90vh;
  }

  .ppp {
    height: 100%;
  }

  .link-3, .link-4 {
    font-weight: 500;
  }

  .icon-x4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .icon1 {
    max-width: 100%;
  }

  .p2 {
    align-self: center;
    min-width: 95vw;
    max-width: 95vw;
    height: auto;
    min-height: 95vw;
    max-height: 95vw;
  }

  .icon-p3 {
    grid-template-rows: auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .text-icon {
    margin-top: 60px;
    margin-bottom: 0;
  }

  ._04photo-x2 {
    height: 70vh;
  }

  ._05 {
    height: 120vh;
  }

  .form-block-2 {
    width: 80vw;
  }

  .dropdown-list-2 {
    padding-right: 100px;
    display: none;
  }

  .social-x4 {
    width: 55vw;
    margin-top: 40px;
  }

  .social-icon {
    width: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .heading-medium.intro-size {
    font-size: 8.3vw;
    font-weight: 400;
  }

  .cover-image {
    object-fit: cover;
  }

  .collection-item._01 {
    align-items: center;
  }

  .collection-item._02 {
    flex-flow: column;
    justify-content: center;
  }

  .collection-item._03, .collection-item._04 {
    align-items: center;
  }

  .section.padding-small {
    margin-top: 0;
  }

  .heading-large.center-align.hero-size.contact {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 13vh;
    font-weight: 500;
    line-height: 1.1;
  }

  .heading-display.internal-size {
    font-size: 40vh;
  }

  .badge {
    height: 25vh;
  }

  .content.marg-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .content.marg-bottom.p4 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .box-blur {
    height: 250px;
  }

  .content-hero {
    padding-bottom: 0;
  }

  .card-image {
    width: 90vw;
    height: 80vh;
    display: block;
  }

  .card-image._01 {
    width: 90vw;
    height: 80vh;
  }

  .hero-image-wrap {
    margin-top: 10vh;
    margin-bottom: 100px;
    padding-left: 2vw;
    top: 40px;
  }

  .hero-image-inner {
    grid-column-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .card-image-center, .card-image-right, .card-image-left {
    width: 90vw;
    height: 80vh;
  }

  .container-regular {
    flex: 0 auto;
  }

  .navbar-brand {
    width: 180px;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 200px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .background-video {
    overflow: hidden;
  }

  .move-image {
    width: 100%;
  }

  .slogan {
    margin-top: 0;
  }

  .slogan-en {
    font-size: 30px;
  }

  .en-text {
    font-size: 21px;
  }

  .card-text {
    text-align: right;
    margin-top: 20px;
  }

  .paragraph._01, .paragraph._02, .paragraph._03, .paragraph._04 {
    font-size: 20px;
  }

  .paragraph._05 {
    height: auto;
    font-size: 20px;
  }

  .menu-button-wrapper {
    z-index: 99;
    width: 6.2rem;
    margin-right: -20px;
  }

  .nav-menu-2 {
    z-index: 15;
    width: 80vw;
    display: none;
    left: auto;
  }

  .nav-menu-bg {
    z-index: 10;
    width: 80vw;
    margin-bottom: auto;
  }

  .nav-menu-content {
    z-index: 15;
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5vh;
    padding-left: 12vw;
    top: 0;
  }

  .nav-item {
    align-self: flex-start;
  }

  .nav-item.menu {
    z-index: 11;
  }

  .nav-linkk {
    height: 3.5rem;
  }

  .nav-text {
    font-size: 3.8rem;
    line-height: 1;
  }

  .p1-hero {
    align-self: center;
    min-width: 93vw;
    max-width: 93vw;
    min-height: 93vw;
    max-height: 93vw;
  }

  .div-block-6 {
    width: auto;
    height: auto;
  }

  .pps-x3 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    height: auto;
    display: flex;
  }

  .icon-x4 {
    margin-top: 0;
  }

  .text-icon {
    margin-top: 40px;
  }

  .menu-open {
    font-size: 3.8rem;
  }

  .dropdown-2 {
    z-index: 10;
    height: 3.5rem;
    margin-bottom: auto;
    overflow: visible;
  }

  .dropdown-toggle-2 {
    z-index: 10;
    padding-top: 0;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
    font-size: 23px;
  }

  .dropdown-list-2 {
    z-index: 10;
    height: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-right: 60px;
    font-size: 20px;
    line-height: .7;
    display: none;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .social-x4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.margin-bottom-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-xlarge {
    text-align: left;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.5;
  }

  .main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid.margin-bottom-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-grid.margin-bottom-medium {
    margin: 0 auto 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-medium.intro-size {
    font-size: 8.3vw;
    font-weight: 400;
  }

  .cover-image {
    object-fit: cover;
  }

  .cover-image._2 {
    object-fit: fill;
    height: auto;
  }

  .cover-image._2._00 {
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .paragraph-large.font-color-grey {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-large.font-color-grey._02 {
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 1.5;
  }

  .paragraph-large.font-color-grey._03 {
    letter-spacing: 1px;
    align-self: center;
    width: 100%;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 1.5;
  }

  .paragraph-large.font-color-grey.paint, .paragraph-large.font-color-grey._04 {
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 1.5;
  }

  .paragraph-large.new {
    text-align: left;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.5;
  }

  .paragraph-large.con {
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: 500;
  }

  .work-info {
    grid-row-gap: 20px;
  }

  .collection-item._01, .collection-item._02, .collection-item._03, .collection-item._04 {
    justify-content: center;
    align-items: center;
  }

  .flex-v.row-space {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    object-fit: fill;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
  }

  .flex-v.small-padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-v.con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-flex-h.a-right {
    align-self: flex-start;
  }

  .footer-grid {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    padding-top: 40px;
  }

  .work-link {
    width: 100%;
  }

  .section.padding-small {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-large {
    text-indent: 0%;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
  }

  .heading-large.center-align.hero-size {
    text-align: center;
    margin-bottom: 0;
    font-size: 7vh;
    line-height: 1.1;
  }

  .heading-large.center-align.hero-size.contact {
    font-size: 5vh;
    line-height: 1.3;
  }

  .heading-large.footer {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    line-height: .9;
  }

  .paragraph-medium.h-group {
    font-size: 20px;
  }

  .paragraph-medium.h-group.a {
    font-size: 24px;
  }

  .paragraph-medium.font-color-grey.con {
    font-size: 18px;
  }

  .heading-display.hero-size {
    letter-spacing: -.3vh;
    width: 100%;
    font-size: 24.5svw;
  }

  .heading-display.internal-size {
    font-size: 15vh;
  }

  .badge {
    height: 14vh;
  }

  .badge.w--current {
    height: 17vh;
  }

  .content {
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .content.marg-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .content.marg-bottom.p3 {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .content.marg-bottom.p4 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .content.rounded.mobile-frame {
    margin-bottom: 60px;
  }

  .content.font-color-white {
    align-self: center;
    margin-bottom: 20px;
  }

  .content.font-color-grey {
    align-self: auto;
  }

  .flex-v {
    width: 100%;
  }

  .text-field, .text-area {
    padding-left: 30px;
  }

  .box-blur {
    grid-column-gap: 0px;
    background-color: #c4c4c414;
    height: 250px;
    padding: 20px;
  }

  .content-hero {
    padding-bottom: 0;
  }

  .portrait-team.studio-02 {
    aspect-ratio: auto;
    align-self: center;
    width: 70%;
    height: auto;
    display: block;
  }

  .heading-xlarge.right-align {
    letter-spacing: 0;
    font-size: 90px;
    line-height: 1;
  }

  .heading-xlarge.right-align.wpf {
    letter-spacing: -4px;
    font-size: 80px;
  }

  .heading-xlarge.right-align.pps {
    font-size: 80px;
  }

  .navbar-wrapper {
    flex-flow: wrap;
  }

  .arrow-wrap {
    flex: 0 auto;
    width: 15px;
    height: 15px;
  }

  .card-image {
    width: 80vw;
    height: 45vh;
    display: block;
  }

  .card-image._01 {
    width: 80vw;
    height: 45vh;
  }

  .hero-image-wrap {
    flex-flow: row;
    margin-top: 40vh;
    margin-bottom: 3vh;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: auto;
  }

  .hero-image-inner {
    flex-flow: column;
  }

  .card-image-center, .card-image-right, .card-image-left {
    width: 80vw;
    height: 45vh;
  }

  .collection-grid {
    grid-row-gap: 40px;
  }

  .fill-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .marquee-display {
    mix-blend-mode: darken;
  }

  .frame-img-mosaic {
    overflow: hidden;
  }

  .team-grid-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .highlighted-work {
    margin-bottom: 40px;
  }

  .wrapper-work.margin-bottom-small, .grid-hero-internal.margin-bottom-small.sticky {
    margin-bottom: 0;
  }

  .data-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-auto-flow: row;
  }

  .inner-logo.grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-full {
    max-width: none;
  }

  .content-footer.margin-bottom-small {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .badge-wrap-overlay {
    z-index: 80;
  }

  .navbar-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand, .navbar-brand.w--current {
    width: 200px;
    height: 100%;
  }

  .grid-navbar {
    flex-flow: column;
  }

  .collection-item---horizontal-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .thumbs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-image {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    top: 80px;
  }

  .image {
    width: 200%;
    margin-left: 0;
    top: auto;
    left: -180px;
    right: auto;
  }

  .move-image {
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin-top: 5vh;
    top: 100px;
  }

  .image-shine {
    margin-top: -35.2em;
  }

  .slogan {
    flex-flow: column;
    width: 60%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    top: 33px;
    left: auto;
  }

  .slogan-en {
    font-size: 26px;
  }

  .cn-text {
    margin-left: 0;
  }

  .slogan-cn {
    letter-spacing: 2px;
    font-size: 15px;
  }

  .h-image {
    flex-flow: column;
    margin-top: 60px;
    display: block;
  }

  .card-text {
    text-align: left;
    margin-top: 20px;
  }

  .paragraph._01, .paragraph._02, .paragraph._03, .paragraph._04, .paragraph._05 {
    font-size: 25px;
  }

  .menu-button-wrapper {
    width: 6.5rem;
    margin-right: 0;
  }

  .nav-menu-2 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .nav-menu-bg {
    width: 90vw;
  }

  .nav-menu-content {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .nav-text {
    font-size: 3.8rem;
    text-decoration: none;
  }

  .qr-code {
    align-self: auto;
  }

  .qr-form {
    align-self: center;
  }

  .about-photo {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 80vw;
    height: 50vh;
  }

  .about-photo._2 {
    width: 80vw;
    height: auto;
  }

  .p1-hero {
    align-self: center;
    min-width: 88vw;
    max-width: 88vw;
    min-height: 88vw;
    max-height: 88vw;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-6 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    overflow: clip;
  }

  .image-7 {
    height: 40vh;
    overflow: visible;
  }

  .image-7.wf {
    max-width: 100%;
    height: 40vh;
  }

  .image-7.ppf {
    height: 40vh;
  }

  .div-block-6 {
    width: 100%;
    height: 40vh;
    margin-bottom: 20px;
  }

  .pps-x3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .pps-x3._02._002 {
    margin-bottom: 60px;
  }

  .photo-l {
    width: auto;
  }

  .photo-l._01 {
    height: 100%;
    overflow: visible;
  }

  .photo-r {
    height: 100%;
  }

  .ppp {
    object-fit: cover;
  }

  .icon-x4 {
    flex-flow: column;
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .icon1 {
    max-width: 100%;
  }

  .p2 {
    height: 30vh;
  }

  .p2-photo {
    overflow: hidden;
  }

  .icon-p3 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

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

  .text-icon._04 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon3 {
    max-width: 70%;
  }

  ._04-photo {
    grid-template-columns: 1fr;
  }

  ._04photo-x2 {
    height: 30vh;
  }

  ._05-photo-image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 60%;
    overflow: hidden;
  }

  ._05 {
    height: auto;
    margin-bottom: 60px;
  }

  .form-block-2 {
    border-radius: 0;
    width: 90vw;
  }

  .menu-open {
    font-size: 3.8rem;
  }

  .dropdown-2 {
    overflow: visible;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
    font-size: 22px;
    font-weight: 400;
  }

  .dropdown-list-2 {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 50px;
    font-size: 25px;
    display: none;
  }

  .social-x4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 75vw;
    margin-top: 0;
  }

  .social-icon {
    width: 15vw;
  }

  .joint-qr {
    margin-bottom: 10px;
  }

  .joint-qr.email {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

  .heading {
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
  }
}

#w-node-_65e4189c-4d79-0960-4572-3b4d246a3675-06278798 {
  grid-area: 2 / 1 / 5 / 13;
  align-self: end;
}

#w-node-_65e4189c-4d79-0960-4572-3b4d246a3676-06278798 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c52ed237-aff8-60c3-efb4-a9f42b09ec11-06278798, #w-node-b93aff48-a68c-e983-2be1-b07f3b6da1b2-06278798 {
  order: 9999;
}

#w-node-_57b05c98-fa43-9edb-b08b-5a9839906778-06278798 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_916e08b9-d77d-b2db-d411-845dbe46b812-06278798 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-c55154b6-7a97-cdc4-84c0-b8c83af083ed-06278798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9b2696c0-0466-7eb9-fee3-2be73daf7101-06278798, #w-node-_06dc28bd-6abb-05e7-62e2-8468381048e9-06278798, #w-node-f78fb9b7-cf99-84e1-985b-9d0911933183-06278798 {
  place-self: center;
}

#w-node-_60fbc9df-36f6-12d2-97a1-694a16273e39-16273e36 {
  grid-area: 2 / 1 / 3 / 4;
  justify-self: center;
}

#w-node-_60fbc9df-36f6-12d2-97a1-694a16273e45-16273e36 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_3fb40f37-6f82-d22b-5f34-13034a1c5748-c662d283 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5942bc2e-a5b3-af1f-debb-22cd14388fa8-06278792 {
  grid-area: 2 / 2 / 3 / 12;
  place-self: start center;
}

#w-node-_973dc450-5ba2-f976-3959-0b89ab1ae796-06278792 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_542dc4c9-e295-ca7f-5ee7-4d2ca772784f-06278792 {
  grid-area: 1 / 3 / 4 / 9;
}

#w-node-f71f80ca-1ff1-8341-0213-64f59a33bc74-06278795 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: start center;
}

#w-node-_5fb76a56-8fec-c085-13b3-e393ee56921f-06278795 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b9a161bd-7e56-1eeb-336a-261fbbd84668-06278795 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-b94cc5ee-0159-ac42-4ce3-6d74f3d25616-06278795 {
  grid-area: 3 / 6 / 4 / 12;
}

#w-node-bb7148df-5023-b7d2-c6c1-26a72a234256-06278795 {
  grid-area: 5 / 2 / 6 / 12;
}

#w-node-_82dac08e-4530-4979-85de-74e0a880d924-06278795 {
  grid-area: 7 / 2 / 8 / 12;
}

#w-node-ee6b9c0e-6508-0103-34e6-457a062876e3-06278795 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_97007fdb-44ba-612d-d2a3-ad6e9bd62020-0627879c {
  grid-area: 2 / 1 / 3 / 13;
  place-self: start center;
}

#w-node-_5bfefc2c-3fba-9130-69ea-a7494b570d0d-0627879c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-fd7c310d-6de7-2888-cc68-0e499c74e994-0627879c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-afc8e563-a951-03f3-fe2d-a2cda036b699-0627879c {
  grid-area: 1 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_8e0183d5-ba60-fce4-a20d-045fbc328410-0627879c {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-a12d71cf-e7fd-c48e-ef59-2cedf12b9417-0627879c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_03ef174d-5525-a821-f4be-02f3b36dc129-0627879c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_0ee69e31-b904-030b-2c75-78eb92e1e13e-0627879c {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_7dadc1e2-9b2e-989c-5eec-780740000781-0627879c {
  grid-area: 3 / 1 / 5 / 3;
  place-self: center;
}

#w-node-_5f4bdd0a-26bf-5893-699b-3ccc4524f92d-0627879c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-c301adba-6313-6e5d-db66-363ddf7e82bb-0627879c {
  grid-area: 3 / 4 / 5 / 5;
  place-self: center;
}

#w-node-_66380a91-e88e-816f-a05f-a154b12c87a3-0627879c {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_1a361afd-992d-ddf8-7bd2-a41dae08744d-0627879c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4eddb691-2f2e-73b9-71f7-835ce688d4ed-0627879c, #w-node-ec91e6d2-d093-0211-e690-50abb2f52e92-0627879c, #w-node-_2124c609-4277-3564-001d-0024b61a6a02-0627879c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91c28c0b-b8e4-8b21-5518-4d4ad65b05cb-0627879c {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_567b7a11-9add-7def-6556-d1d5ebf84d69-0627879c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_567b7a11-9add-7def-6556-d1d5ebf84d6e-0627879c {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_567b7a11-9add-7def-6556-d1d5ebf84d73-0627879c {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_6d5e3ce8-d87a-c5e6-b9a3-ca825fdaf796-0627879c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-d0ea45d7-7389-340d-aaca-db33c61b90c4-0627879c {
  grid-area: 1 / 1 / 1 / 12;
  place-self: center;
}

#w-node-_1239e6ba-ca06-65aa-60e6-8776a72654f0-0627879c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9ddfa7a9-07fb-9f17-0e9d-4f86729f724b-0627879c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_9ddfa7a9-07fb-9f17-0e9d-4f86729f724c-0627879c, #w-node-_65ec91ac-e990-28ba-58ae-1091ee47e0e7-0627879c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ddfa7a9-07fb-9f17-0e9d-4f86729f7254-0627879c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_807cb369-83de-9e44-3f9d-d131635d1b30-062787a2 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_443600c6-1e84-32a5-1667-eca9d79fd6fe-062787a2 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: auto;
}

#w-node-_6fcbaa95-8f2b-dce3-23c4-63b32fda5197-062787a2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_03c694d9-6af7-373e-ad83-414af6747ed7-062787a2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_51d49eab-6882-a5b1-1a6a-810ddbe76a45-062787a2, #w-node-e4f63c74-98e1-6457-ef0e-97e5a4527c5e-062787a2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_807cb369-83de-9e44-3f9d-d131635d1b30-aeb27805 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_443600c6-1e84-32a5-1667-eca9d79fd6fe-aeb27805 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: auto;
}

#w-node-cd883fa4-249d-117f-1acd-8238542631fe-aeb27805 {
  justify-self: center;
}

#w-node-bbb2a845-50bd-b651-5c60-f64009e212f2-aeb27805 {
  place-self: auto center;
}

#w-node-_843ef029-c7b6-0976-4c03-92893decc440-aeb27805, #w-node-bf7cc8ad-5fea-2d0f-da1e-b15406e63b80-aeb27805 {
  justify-self: center;
}

#w-node-_03c694d9-6af7-373e-ad83-414af6747ed7-aeb27805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_51d49eab-6882-a5b1-1a6a-810ddbe76a45-aeb27805, #w-node-e4f63c74-98e1-6457-ef0e-97e5a4527c5e-aeb27805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_21d742f2-4f7e-3230-fd15-aabaee0fd3fc-aeb27805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_21d742f2-4f7e-3230-fd15-aabaee0fd3fe-aeb27805, #w-node-_54497f11-d0e5-81a8-00ab-68b8fa079ceb-aeb27805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_807cb369-83de-9e44-3f9d-d131635d1b30-fa37c383 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_443600c6-1e84-32a5-1667-eca9d79fd6fe-fa37c383 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: auto;
}

#w-node-_6fcbaa95-8f2b-dce3-23c4-63b32fda5197-fa37c383 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e02615ed-3f82-4d6d-10a8-a9ca0c64b1c1-fa37c383, #w-node-_9fce28c0-22cf-4f7f-f2cb-8522508b881a-fa37c383, #w-node-_7ec7b772-7d5a-05b3-8b7c-d70ddcaaa079-fa37c383 {
  place-self: center;
}

#w-node-_035e18e4-6e7d-cfe5-bc36-7df270f4dfe8-fa37c383 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_035e18e4-6e7d-cfe5-bc36-7df270f4dfea-fa37c383, #w-node-_035e18e4-6e7d-cfe5-bc36-7df270f4dfec-fa37c383 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_807cb369-83de-9e44-3f9d-d131635d1b30-f5546bc3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_443600c6-1e84-32a5-1667-eca9d79fd6fe-f5546bc3 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: auto;
}

#w-node-_807cb369-83de-9e44-3f9d-d131635d1b30-f567f65c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_443600c6-1e84-32a5-1667-eca9d79fd6fe-f567f65c {
  grid-area: 1 / 1 / 2 / 10;
  align-self: auto;
}

#w-node-_83d39c2a-6553-07b8-2fb0-7657f81f2118-f567f65c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_65e4189c-4d79-0960-4572-3b4d246a3675-06278798 {
    grid-row-end: 5;
    grid-column-end: 5;
    align-self: end;
  }

  #w-node-_57b05c98-fa43-9edb-b08b-5a9839906778-06278798 {
    grid-column-end: 3;
  }

  #w-node-_3fb40f37-6f82-d22b-5f34-13034a1c5748-c662d283 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5942bc2e-a5b3-af1f-debb-22cd14388fa8-06278792 {
    grid-column: 1 / 5;
  }

  #w-node-_973dc450-5ba2-f976-3959-0b89ab1ae796-06278792 {
    grid-column-end: 5;
  }

  #w-node-_542dc4c9-e295-ca7f-5ee7-4d2ca772784f-06278792 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f71f80ca-1ff1-8341-0213-64f59a33bc74-06278795 {
    grid-column-end: 5;
  }

  #w-node-_5fb76a56-8fec-c085-13b3-e393ee56921f-06278795 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9a161bd-7e56-1eeb-336a-261fbbd84668-06278795 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b94cc5ee-0159-ac42-4ce3-6d74f3d25616-06278795 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-bb7148df-5023-b7d2-c6c1-26a72a234256-06278795 {
    grid-area: span 5 / span 2 / span 5 / span 2;
  }

  #w-node-_82dac08e-4530-4979-85de-74e0a880d924-06278795 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_97007fdb-44ba-612d-d2a3-ad6e9bd62020-0627879c {
    grid-column-end: 5;
  }

  #w-node-fd7c310d-6de7-2888-cc68-0e499c74e994-0627879c {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_03ef174d-5525-a821-f4be-02f3b36dc129-0627879c {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_0ee69e31-b904-030b-2c75-78eb92e1e13e-0627879c {
    grid-area: 1 / 3 / 3 / 5;
    place-self: center;
  }

  #w-node-_5f4bdd0a-26bf-5893-699b-3ccc4524f92d-0627879c {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center;
  }

  #w-node-c301adba-6313-6e5d-db66-363ddf7e82bb-0627879c {
    grid-area: 3 / 4 / 5 / 5;
    place-self: center;
  }

  #w-node-_66380a91-e88e-816f-a05f-a154b12c87a3-0627879c {
    grid-area: 3 / 3 / 5 / 5;
    place-self: center;
  }

  #w-node-_1a361afd-992d-ddf8-7bd2-a41dae08744d-0627879c {
    grid-column-end: 5;
  }

  #w-node-_91c28c0b-b8e4-8b21-5518-4d4ad65b05cb-0627879c {
    grid-column: 1 / 5;
  }

  #w-node-_567b7a11-9add-7def-6556-d1d5ebf84d69-0627879c, #w-node-_567b7a11-9add-7def-6556-d1d5ebf84d6e-0627879c, #w-node-_567b7a11-9add-7def-6556-d1d5ebf84d73-0627879c, #w-node-d0ea45d7-7389-340d-aaca-db33c61b90c4-0627879c, #w-node-_1239e6ba-ca06-65aa-60e6-8776a72654f0-0627879c, #w-node-_9ddfa7a9-07fb-9f17-0e9d-4f86729f724b-0627879c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03c694d9-6af7-373e-ad83-414af6747ed7-062787a2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_03c694d9-6af7-373e-ad83-414af6747ed7-aeb27805, #w-node-_21d742f2-4f7e-3230-fd15-aabaee0fd3fc-aeb27805, #w-node-_035e18e4-6e7d-cfe5-bc36-7df270f4dfe8-fa37c383 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97007fdb-44ba-612d-d2a3-ad6e9bd62020-0627879c {
    grid-area: 2 / 1 / 3 / 5;
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57b05c98-fa43-9edb-b08b-5a9839906778-06278798 {
    grid-column-end: 3;
    place-self: center;
  }

  #w-node-_916e08b9-d77d-b2db-d411-845dbe46b812-06278798 {
    grid-column-end: 3;
  }

  #w-node-_60fbc9df-36f6-12d2-97a1-694a16273e39-16273e36 {
    grid-column: 1 / 4;
    grid-row-start: 2;
    align-self: auto;
  }

  #w-node-_60fbc9df-36f6-12d2-97a1-694a16273e45-16273e36 {
    justify-self: auto;
  }

  #w-node-_5942bc2e-a5b3-af1f-debb-22cd14388fa8-06278792 {
    grid-column: 1 / 5;
    align-self: start;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}