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

.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 {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  aspect-ratio: 2.39;
  cursor: auto;
  object-fit: cover;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  display: block;
  scale: 1.2;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.hero {
  float: none;
  text-align: center;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
  position: static;
}

.hero.cc-contact {
  background-color: var(--white);
  background-image: linear-gradient(212deg, #ebebeb, #fff);
  padding-left: 80px;
  padding-right: 80px;
}

.primary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 15px;
  width: 12.5%;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #bfbfbf;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
  cursor: pointer;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: 1;
  color: #737373;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f2f2f2bf;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #333;
  -webkit-text-stroke-color: #333;
  background-color: #bfbfbf;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #737373;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #f2f2f2bf;
  background-clip: border-box;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  display: block;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--black);
  background-color: #bfbfbf;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #f2f2f2;
  background-color: #666;
}

.navigation-items {
  z-index: 999;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding-right: 5px;
  display: flex;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: saturate(115%) blur(10px);
  backdrop-filter: saturate(115%) blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  margin-top: 0;
  padding: 15px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  cursor: pointer;
  object-fit: scale-down;
  font-size: 16px;
  font-weight: 300;
  display: block;
  transform: translate(0)translate(0)scale3d(1, 1, 1);
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
}

.works-grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template: ". . ." 60vh
                 ". . ." 60vh
                 ". . ." 60vh
                 ". . ." 60vh
                 ". . ." 60vh
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  margin-top: -10px;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.carrer-headline-wrap {
  width: 100%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.project-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Beijing-Huacai.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  transition: transform 1s, opacity .2s;
}

.work-image.project-1:hover {
  -webkit-text-fill-color: inherit;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  scale: 1.03;
}

.work-image.cc-work-2 {
  background-image: url('../images/Longfu-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  height: 800px;
  transition-property: none;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-headline {
  width: 100%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
}

.contact-form, .contact-form-wrap {
  width: 100%;
}

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  margin-top: 30px;
  padding: 30px 50px 40px 30px;
  display: grid;
}

.webflow-link {
  opacity: 1;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  object-fit: scale-down;
  width: auto;
  height: 100%;
  margin-top: -2px;
  margin-right: 8px;
  scale: 1;
}

.footer-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bfbfbf;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  display: flex;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
}

.project-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Beijing-Huacai.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
}

.slide-2 {
  background-image: url('../images/Beijing-Huacai.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/Goldeagle_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Goldeagle_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/Longfu-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider {
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.mask {
  border-radius: 15px;
}

.right-arrow {
  cursor: pointer;
  height: 80%;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.div-block {
  -webkit-backdrop-filter: drop-shadow(2px 2px 10px #000000b3);
  backdrop-filter: drop-shadow(2px 2px 10px #000000b3);
  background-image: linear-gradient(0deg, #fff, #fff6);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block-2 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000080;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-3 {
  background-color: #fff0;
  background-image: url('../images/Beijing-Huacai.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.text-block {
  aspect-ratio: auto;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-4 {
  color: #ff00ffb8;
  background-color: #ffffffbf;
  border-radius: 20px;
  width: 100%;
  height: 1.5px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.div-block-5 {
  transform-origin: 0%;
  background-color: #f60;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0% 0% 24px;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  height: 95%;
  margin-top: 0;
  position: fixed;
  inset: 0%;
}

.text-block-2 {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
}

.div-block-7 {
  width: 70%;
  display: block;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective-origin: 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 9%;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.div-block-9 {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective-origin: 50%;
  transform-origin: 100%;
  color: #f2f2f2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.left-arrow-2 {
  z-index: 20;
  cursor: auto;
  height: 80%;
}

.div-block-3-copy, .div-block-3-copy-copy, .div-block-3-copy-copy {
  background-color: #fff0;
  background-image: url('../images/Goldeagle_1.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.div-block-10 {
  background-color: #0000;
  position: static;
}

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

.home-collection {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-11 {
  width: 100%;
  height: 0;
}

.div-block-12 {
  border-radius: 20px;
  width: 100ch;
  height: 600px;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100vw;
  height: 100vh;
  transition: transform 1s;
}

.image:hover {
  scale: 1.02;
}

.div-block-14 {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: auto;
  object-fit: fill;
  background-color: #00000080;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0);
}

.div-block-14:hover {
  transform: rotate(0);
}

.image-2 {
  animation-duration: 1s;
  scale: 1;
}

.image-2:hover {
  scale: 1.5;
}

.div-block-15 {
  z-index: 500;
  aspect-ratio: auto;
  height: 30%;
  position: relative;
  inset: 60px 100px 100px;
}

.div-block-16 {
  z-index: 500;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 100px 10px 475px;
}

.image-3 {
  z-index: 0;
  box-sizing: content-box;
  float: left;
  clear: right;
  aspect-ratio: 3 / 2;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  object-fit: cover;
  transform-style: preserve-3d;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: 100%;
  transition: transform .5s;
  display: block;
  position: relative;
  inset: 0% auto;
}

.image-3:hover {
  transform: scale3d(1none, 1none, 1none);
}

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

.paragraph {
  z-index: 21;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.paragraph-2 {
  z-index: 21;
  color: #fff;
  margin-top: 5px;
  padding-left: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

.div-block-18 {
  filter: blur(5px);
  background-color: #00000080;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.div-block-15-copy {
  z-index: 500;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading {
  position: relative;
}

.section {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-19 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 15px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.text-block-4 {
  color: #737373;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-4:hover {
  color: #333;
}

.dropdown {
  height: 30px;
}

.dropdown-toggle {
  background-color: #f2f2f2bf;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

.dropdown-toggle:hover {
  color: #333;
  background-color: #bfbfbf;
}

.section-2 {
  height: 8000px;
}

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

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100vh;
  display: grid;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(40vh, auto) minmax(40vh, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: static;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  inset: 0% 0% auto 0;
}

.image-4:hover {
  transform: none;
}

.collection-item {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.collection-item:hover {
  transform: scale3d(1none, 1none, 1none);
}

.container-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-4 {
  width: 100%;
  height: 50vh;
}

.div-block-20 {
  float: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  border-radius: 10px;
  width: 40%;
  height: 60px;
  margin-top: -70px;
  margin-left: 0;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
  position: absolute;
  inset: auto auto 10px 10px;
  overflow: hidden;
}

.div-block-20:hover {
  opacity: 100;
}

.div-block-21 {
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.link {
  color: #fff;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.link:hover {
  color: #fff;
}

.link-2 {
  color: var(--white);
  margin-top: -5px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

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

.image-5 {
  transform: none;
}

.div-block-22 {
  background-image: url('../images/Shiqi-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
}

.is-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.is-2-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.link-block {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-23 {
  width: 100vh;
  height: 30px;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button.w--current {
  color: #1a1b1f;
  text-overflow: clip;
  white-space: nowrap;
  width: 30%;
  min-width: 150px;
  overflow: hidden;
}

.button.w--current:hover {
  color: #fff;
  background-color: #b2b2b2;
}

.button-2 {
  color: #1a1b1f;
  line-height: 16px;
  position: static;
  inset: 0% auto 0% 0%;
}

.button-3 {
  line-height: 16px;
  position: static;
  inset: 0% auto 0% 0%;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 45vh 45vh 45vh 45vh 45vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 800px;
  display: grid;
}

.div-block-24 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  border-radius: 5px;
}

.dropdown-list {
  border-radius: 15px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.container-5 {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-25 {
  text-align: left;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-26 {
  color: #5a5a5a;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.text-block-5 {
  text-align: justify;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #8e8e8e91;
  object-fit: cover;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-right: 20px;
  display: flex;
  overflow: scroll;
}

.image-7 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
  scale: 1.1;
}

.div-block-27 {
  box-sizing: border-box;
  aspect-ratio: auto;
  cursor: pointer;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.div-block-28 {
  background-color: #f2f2f2;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-28:hover {
  color: #fff;
  background-color: #d9d9d9;
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.form-block {
  width: 100%;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  padding-bottom: 50px;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 85%;
  display: flex;
}

.div-block-31 {
  flex: 1;
  width: 30%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: hidden;
}

.div-block-31:hover {
  flex-grow: 2.5;
}

.div-block-32 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-8 {
  height: 100%;
}

.div-block-33 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-block-7 {
  color: #fff;
  background-color: #cfcfcf;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 36px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-34 {
  height: 12.5%;
  padding: 10px;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-8 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-35 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: justify;
  background-color: #47474754;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

.lightbox-link {
  box-sizing: border-box;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: static;
  inset: 0%;
}

.div-block-36 {
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.div-block-38 {
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-39 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .hero.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff0;
    align-self: center;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  .div-block-27, .lightbox-link {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .container-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-25 {
    align-self: flex-start;
    display: flex;
  }

  .div-block-26 {
    align-self: flex-start;
  }

  .text-block-5 {
    align-self: flex-start;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 25px;
  }

  .container-6 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-27 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .hero {
    aspect-ratio: 1;
    height: auto;
    margin-left: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .navigation-item {
    width: 100%;
    margin-right: 0;
    padding: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .navigation-items {
    object-fit: fill;
    background-color: #fff0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    padding-left: 10px;
    display: none;
    position: relative;
    overflow: visible;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .slide-5 {
    height: auto;
  }

  .right-arrow {
    display: none;
  }

  .div-block-2 {
    z-index: auto;
    aspect-ratio: auto;
    transform-origin: 50%;
    width: 93%;
    height: 60px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .div-block-7, .div-block-8 {
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .card-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .image-3 {
    aspect-ratio: 3 / 2;
    perspective-origin: 50%;
    transform-origin: 50%;
    transition-property: none;
    transform: scale3d(1, 1, 1);
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    display: grid;
  }

  .container-5 {
    flex-flow: column;
    width: auto;
    height: 100%;
    padding-top: 80px;
  }

  .div-block-25 {
    font-size: 20px;
  }

  .container-6 {
    flex-flow: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .image-7 {
    object-fit: cover;
    width: auto;
    position: static;
  }

  .div-block-27 {
    aspect-ratio: 3 / 2;
    width: auto;
    height: auto;
    min-height: 160px;
  }

  .div-block-28 {
    width: 80%;
    margin-right: 25px;
  }

  .div-block-29 {
    height: 200px;
  }

  .div-block-30 {
    width: 95%;
    height: 90%;
  }

  .div-block-31 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-33 {
    border-radius: 10px;
  }

  .div-block-35 {
    padding-left: 2px;
    font-size: 10px;
    line-height: 30px;
  }

  .lightbox-link {
    width: auto;
    height: auto;
  }
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-9bdb1ea2 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_635e401f-e38e-f48c-71a8-981881fba958-9bdb1ea2 {
  grid-area: 1 / 3 / 3 / 3;
}

#w-node-_6f2ffd0b-beff-04ff-35c1-65963271bad6-9bdb1ea2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_83e6fb89-f322-71b9-9312-dfb0d1a45bd5-9bdb1ea2 {
  grid-area: 3 / 2 / 5 / 4;
}

#w-node-_21cffe30-5174-d306-7c48-c3c1fdbcac4c-9bdb1ea2 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_5398aec9-d2f1-bb82-6f2b-40e0aec5c9c7-9bdb1ea2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a48eb0ba-8e16-911f-bed5-2b224ee58bfa-9bdb1ea2 {
  grid-area: 5 / 3 / 7 / 4;
}

#w-node-_769bc217-513e-5b10-d056-9db1f27ffefd-9bdb1ea2 {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-d43a242a-1481-b40d-5447-92297652fb52-9bdb1ea2 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-b09b0a50-f46d-be68-63bc-0d701e5a0c66-9bdb1ea2 {
  grid-area: 7 / 2 / 9 / 4;
}

#w-node-_26f401b2-d3d6-6586-4067-19725a50ee10-9bdb1ea2 {
  grid-area: 8 / 1 / 10 / 2;
}

#w-node-_5d3c923e-2a4c-a5bd-4dc6-db2c649eba3b-9bdb1ea2 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-d78c1d35-2a26-0d86-c3a7-6afa4bd3c576-9bdb1ea2 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bcdc787d-1bd7-c2f6-ba86-5bc8d65db173-c3786382 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcdc787d-1bd7-c2f6-ba86-5bc8d65db17b-c3786382 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4493aeee-9479-affa-1f9e-6573e18fb130-c3786382 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b95ba3d4-9059-9438-3320-6e14ffd66305-c3786382 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ed41212a-54bb-0774-98e2-7aff8826d73f-c3786382, #w-node-_6996b27e-4170-083f-eb94-e70fac14f5a3-c3786382, #w-node-_4e2bf7bf-4216-2d43-e082-cc834da18feb-c3786382, #w-node-_885fe519-1e40-6181-2bbc-80bb3dbb3fcc-c3786382, #w-node-_6fdeee91-0658-dc25-07a9-ee98e9ecf585-c3786382, #w-node-_5ca10194-cd3a-7a3d-8750-9d1135ef616a-c3786382, #w-node-d02983a3-b743-847c-84af-ba8596dd10b7-c3786382, #w-node-_91dc5ff8-095a-c437-59ae-ff2aa7e05a7f-c3786382, #w-node-de4c0a80-5127-2e51-60e4-da45ae3d42c7-c3786382, #w-node-_4490badd-46ec-37cd-cfa4-1b1c2dce9309-b6f946e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-ca5be75f, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-5b490b4a, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-ddb5651e, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-8a311863, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-9d0bc87e, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-5cc9742a, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-253b3e59, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-e2f9f962, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-49ec4965, #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-d7d001f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6df4d53e-ed1c-87df-9c7e-b7700cb19690-ddb5651e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6df4d53e-ed1c-87df-9c7e-b7700cb19690-ddb5651e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f593cd6a-4508-13df-b26c-aa2be994c92a-ddb5651e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


