body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title.blackj {
  color: #000;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.solid-button-outline {
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.light {
  border-color: #fff;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.middle.nav-outline {
  font-size: 14px;
}

.solid-button-outline.nav-outline {
  border-color: #fff;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.slide-nav {
  display: none;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.body-display {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.light {
  color: #ffffffe6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 0;
  display: grid;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.verticle-line.dark {
  background-color: #eff3f6;
}

.medium-width {
  max-width: 500px;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  margin-right: 50px;
  display: none;
}

.button-text {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.slider-background {
  background-color: #3d3d3d;
  background-image: url('../images/banner011x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url('../images/美图设计室变清晰_2025_07_03-10.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-background.three {
  background-color: #ccbdbd;
  background-image: url('../images/banner04.jpg');
  background-position: 50%;
}

.xxl-heading {
  font-size: 38px;
}

.xxl-heading.one {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.xxl-heading.one.blue {
  color: #0a80ab;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a5a5a5;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: #ffffff4d;
}

.hero-section {
  justify-content: center;
  min-height: 90vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.clip {
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.overlay {
  background-color: #1d1d1d00;
  position: absolute;
  inset: 0%;
}

.overlay.black {
  background-color: #1d1d1d33;
}

.overlay.black.more {
  background-color: #1d1d1d80;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mask {
  overflow: visible;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.about-background {
  background-color: #f1f1f1;
  background-image: url('../images/美图设计室变清晰_2025_07_02.jpeg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-2 {
  color: #626d86;
  font-size: 15px;
  line-height: 1.6em;
}

.body-display-2._1 {
  color: #080808;
  font-size: 16px;
  line-height: 28px;
}

.body-display-2._2 {
  color: #8b8b8b;
  font-size: 14px;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.grey {
  background-color: #f1f1f1;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 0;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overlay-2 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #0a101d00;
}

.verticle-line-2 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #292b4e12;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.service-card-action {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.hover-text {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-text.bottom-text {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: auto 0% -100%;
}

.service-card-height {
  width: 100%;
  padding-top: 25%;
}

.service-card-height.small {
  padding-top: 35%;
  display: none;
}

.service-icon {
  border: 1px solid #e6e6e6;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon-tiny {
  width: .55rem;
}

.icon-tiny.tiny-height {
  width: auto;
  height: .7rem;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.text-regular {
  font-size: 1rem;
}

.text-regular.text-mute {
  color: #000000a6;
  font-size: 16px;
  line-height: 24px;
}

.clip-2 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-2.title {
  width: 100%;
}

.heading-regular {
  text-align: left;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: .8;
}

.service-card-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .55rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 5vw 8rem;
  display: grid;
}

.text-small {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.home-services {
  background-color: #f1f1f1;
  border-bottom: 1px #e6e6e6;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 4rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service-card-intro {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.service-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #131313;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  padding: 2rem 3rem;
  text-decoration: none;
  display: flex;
}

.service-card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 1rem;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.inside {
  background-color: #0f13160f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.inside.solid {
  background-color: #0f131600;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.inside.solid.end {
  margin-bottom: -4.5rem;
}

.image-base {
  width: 100%;
  height: 50vh;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.anchor-link {
  background-color: #0e0e0e;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.anchor-link.w--current {
  background-color: #0f131600;
  height: 2.25rem;
  display: none;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-padding {
  padding-top: 40px;
  padding-left: 7vw;
  padding-right: 7vw;
}

.text-size-tiny {
  font-size: .75rem;
}

.image-full {
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.arrow-icon.large-arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.button-text-3 {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.service-card-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-2.light {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  margin: 0 auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.section-services {
  background-color: #fafafa;
  border-bottom: 1px #1a242c;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.arrow-icon-clip {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.anchor-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -7vw;
  padding-right: 0;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 93vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.service-item-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.text-size-regular {
  font-size: 18px;
  line-height: 30px;
}

.timeline-inside {
  border-radius: 1rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.service-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.tag-wrapper {
  z-index: 25;
  color: #fff;
  position: absolute;
  inset: 3rem auto auto 3rem;
}

.project-arrow {
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-card {
  z-index: 20;
  color: #fff;
  width: 100%;
  height: 50vw;
  min-height: 100%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.work-card-info {
  z-index: 10;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff80;
  font-size: .7rem;
  font-weight: 500;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1);
}

.tag:hover {
  border-bottom-color: #fff;
}

.overlay-3 {
  background-color: #0f13164d;
  position: absolute;
  inset: 0%;
}

.project-background {
  position: absolute;
  inset: 0%;
}

.project-item {
  position: relative;
}

.projects {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 0;
  display: grid;
}

.text-size-large {
  font-size: 1.75rem;
}

.div-block {
  overflow: hidden;
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.background-2 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-2.service-four {
  background-image: url('../images/092.jpeg');
}

.background-2.service-two {
  background-image: url('../images/case041x-1.jpg');
  background-size: cover;
}

.background-2.service-one {
  background-image: url('../images/PD021x.jpg');
}

.background-2.service-three {
  background-image: url('../images/PD011x.jpg');
}

.background-wrapper-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-2.small-top-padding {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.services-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.underline-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link-2:hover {
  border-bottom-color: #fff;
}

.underline-link-2.dark {
  color: #0a0f1a;
  border-bottom-color: #a5a5a5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link-2.dark:hover {
  border-bottom-color: #858c9ead;
}

.background-cover {
  z-index: 3;
  background-color: #fff;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.rotate-text {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text.right {
  transform: rotate(90deg);
}

.body-display-3 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-3.small {
  color: #696969;
  font-size: 16px;
  line-height: 1.4em;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.overlay-4 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

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

.services-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-span {
  font-weight: 400;
}

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

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.social-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px #ffffff4d;
  justify-content: center;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff4d;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.social-outline {
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 34px;
  min-height: 34px;
  position: absolute;
  inset: 0%;
}

.grid-wrapper-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: visible;
}

.social-icon {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-cover {
  background-color: #fff;
  border-bottom: 1px solid #eff3f6;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.icon {
  z-index: 10;
  position: relative;
}

.nav-separator {
  background-color: #f1f1f14d;
  width: 1px;
  height: 24px;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dde200;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  transition: border-color .4s;
  display: block;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

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

.nav-left {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text-4 {
  z-index: 10;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.hero-bottom-2 {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom-2.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.subtitle-3 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-3.white {
  color: #fff;
}

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.body-display-4 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-4.white {
  color: #ffffffe6;
  font-size: 18px;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.project-card-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-image-cover {
  background-image: url('../images/037.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.dual-title {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #f1f1f1;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.dual-title._01 {
  background-color: #fff;
  padding-left: 0;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.button-wrapper._01 {
  justify-content: flex-start;
  align-items: center;
}

.solid-view-circle {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.background-3 {
  background-image: url('../images/image-11.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-3._01 {
  background-image: url('../images/画板.jpg');
}

.background-3._02 {
  background-image: url('../images/美图设计室变清晰_2025_07_03-6.jpeg');
}

.background-3._03 {
  background-image: url('../images/美图设计室变清晰_2025_07_03-8.jpeg');
  background-size: cover;
}

.background-3._04 {
  background-image: url('../images/美图设计室变清晰_2025_07_03-7.jpeg');
}

.background-3._05 {
  background-image: url('../images/画板-6.jpg');
}

.background-3._06 {
  background-image: url('../images/画板-4.jpg');
}

.background-3._07 {
  background-image: url('../images/画板-5.jpg');
}

.background-3._08 {
  background-image: url('../images/画板-7.jpg');
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 80px;
  display: grid;
}

.project-arrow-2 {
  width: 18px;
  min-width: 18px;
}

.project-card-top {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.underline-hover-fill {
  background-color: #cfdae2;
  width: 100%;
  height: 100%;
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.indicator-fill {
  background-color: #cfdae2;
  width: 100%;
  height: 80px;
}

.indicator-fill.light {
  background-color: #b3bcc466;
}

.subtitle-4 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-4.light {
  color: #fffc;
}

.section-3 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-3.bottom-border {
  border-bottom: 1px solid #eff3f6;
}

.scroll-tracker {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 65px;
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.project-card-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.undeline-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 32vw;
  min-height: 350px;
  max-height: 550px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: #eff3f6;
  height: 1px;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  color: #000000b3;
  font-size: 16px;
  line-height: 24px;
}

.action-content {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  height: 60vh;
  min-height: 600px;
  padding-top: 0%;
  padding-bottom: 5%;
  display: flex;
}

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

.background-4.action-background {
  background-color: #fff;
  background-image: url('../images/8654bcd2c6c1be4ae949ff801ff44cc.jpg');
  background-position: 100%;
  background-size: 100%;
}

.fill {
  z-index: 10;
  background-color: #f1f1f1;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.section-4 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-4.clip {
  z-index: 10;
  margin-top: 0;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog66_item-link {
  text-decoration: none;
}

.blog66_slide {
  padding-right: 1rem;
}

.slider-arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: 0% auto 0% 2%;
}

.slider-arrow.is-bottom-next {
  inset: 0% 2% 0% auto;
}

.blog66_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog66_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.blog66_item {
  color: #fff;
  background-color: #4b4ba1;
  padding: 0;
}

.button {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin: 1rem 0 0;
}

.blog66_group {
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
  padding: 4rem 7vw;
  position: relative;
}

.blog66_mask {
  width: 25%;
  overflow: visible;
}

.blog66_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.div-block-2 {
  background-color: #f1f1f1;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

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

.top_line {
  background-color: #52bedc;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.76em;
  height: 2.76em;
  display: flex;
}

.top_line.is--white {
  color: #000;
  background-color: #fff;
  flex: none;
}

.lottie_arrow {
  width: 1.5em;
  max-width: 100%;
  height: 100%;
  margin-left: .5em;
}

.top_item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_links {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.news_item {
  color: #000;
  background-color: #ececec;
  border: .05em #52bedc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 12em;
  padding: 5.21em 1.56em 1.56em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news_item.is--img {
  background-color: #a5a5a5;
  border-style: none;
  text-decoration: none;
}

.news_item.is--blue {
  color: #000;
  background-color: #a5a5a5;
  border-style: none;
  border-color: #52bedc;
  height: 100%;
}

.news_item.is--white {
  background-color: #cacaca;
  border-color: #fff;
}

.news_item.is--black {
  background-color: #838383;
  border-color: #000;
  text-decoration: none;
}

.news_container {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: stretch stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  text-decoration: none;
}

.div-block-4 {
  background-color: #f1f1f1;
  height: 60px;
}

.body, .body-2 {
  overflow: hidden;
}

.section-5 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-5.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-wrapper-5 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 480px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 675px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  bottom: auto;
}

.action-banner {
  height: 480px;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.background-5 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-5.action-background {
  background-image: url('../images/蒙版组-134x.jpg');
  width: auto;
}

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

.image {
  width: 100px;
  max-width: none;
}

.image.w {
  position: relative;
}

.image.b {
  position: absolute;
}

.text-block-3 {
  display: none;
}

.text-block-4 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.image-2 {
  width: 140px;
}

.image-3 {
  width: 300px;
}

.text-block-5 {
  font-size: 14px;
}

.heading-5 {
  font-size: 42px;
}

.heading-6 {
  font-size: 22px;
}

@media screen and (min-width: 1280px) {
  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .project-image-cover {
    height: 550px;
    min-height: 550px;
  }

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

@media screen and (min-width: 1440px) {
  .hero-bottom {
    margin-bottom: 0;
    margin-right: 0;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .heading-regular {
    font-size: 2rem;
  }

  .section-services {
    background-image: none;
  }

  .div-block {
    padding-bottom: 100px;
  }

  .project-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .projects-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .background.about-background {
    background-color: #f1f1f1;
  }

  .overlay-2.light {
    background-color: #0a101d00;
  }

  .div-block {
    overflow: hidden;
  }

  .grid-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .section-4.clip {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-intro {
    padding-left: 0;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-background {
    min-width: 105vw;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .verticle-line-2 {
    width: 100%;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .service-card-height {
    padding-top: 35%;
  }

  .heading-regular {
    font-size: 4rem;
  }

  .service-card-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-services {
    position: relative;
    top: auto;
  }

  .service-card {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inside.solid.end {
    margin-bottom: 0;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .heading-medium {
    font-size: 2.25rem;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .service-card-2.light {
    min-height: 50vh;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .section-services {
    margin-bottom: 0;
  }

  .anchor-link-wrapper {
    margin-bottom: 0;
    margin-left: -3rem;
  }

  .timeline-inside {
    height: auto;
  }

  .project-arrow {
    height: 1.875rem;
  }

  .projects {
    padding-top: 2rem;
  }

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

  .section-2.small-top-padding {
    padding-top: 60px;
  }

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

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navigation-button {
    display: none;
  }

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

  .navbar {
    position: absolute;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .brand {
    padding-left: 0;
  }

  .menu-icon {
    width: 32px;
  }

  .nav-link {
    color: #000;
    border-bottom-color: #eff3f6;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.contact-link {
    display: flex;
  }

  .nav-left {
    grid-template-columns: auto 1px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100vw;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .menu-link {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hero-bottom-2.right {
    width: 93%;
  }

  .footer-section {
    padding-top: 100px;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .project-card-2 {
    cursor: default;
  }

  .solid-view-circle {
    display: none;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

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

  .project-image {
    height: 60vw;
    min-height: 550px;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog66_group {
    padding-left: 0;
    padding-right: 0;
  }

  .blog66_mask {
    width: 50%;
  }

  .hero_links {
    flex-direction: column;
  }

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

  .showreel-info {
    padding-right: 160px;
  }

  .action-banner {
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro {
    padding-right: 0;
  }

  .verticle-line.bottom {
    display: none;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

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

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .slider-link-text {
    display: block;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .about-image {
    min-height: 350px;
  }

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

  .number-item {
    grid-row-gap: 60px;
  }

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

  .service-card-height {
    padding-top: 20%;
  }

  .service-card-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .home-services {
    padding-bottom: 0;
  }

  .service-card {
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .anchor-link-wrapper {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

  .tag-wrapper {
    left: 2.5rem;
  }

  .project-arrow {
    height: 1.5rem;
  }

  .project-card {
    height: 120vw;
    padding: 3rem 2.5rem;
  }

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

  .text-size-large {
    font-size: 1.5rem;
  }

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .section-name {
    display: none;
  }

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

  .section-2.small-top-padding {
    padding-top: 36px;
  }

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

  .footer-section {
    padding-bottom: 72px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .dual-title {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .project-image {
    height: 50vw;
    min-height: 450px;
  }

  .action-content {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .blog66_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog66_group {
    padding-bottom: 6rem;
  }

  .blog66_mask {
    width: 80%;
  }

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

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

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

  .action-banner {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .xxl-heading {
    font-size: 8.5vw;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .slider-link-text {
    display: block;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .about-image {
    min-height: 250px;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

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

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-card-2.light {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .tag-wrapper {
    top: 2rem;
    left: 1.5rem;
  }

  .project-arrow {
    height: 1.5rem;
  }

  .project-card {
    padding: 2rem 1.5rem;
  }

  .projects {
    padding-top: 0;
  }

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

  .menu-icon {
    width: 28px;
  }

  .nav-separator, .nav-right {
    display: none;
  }

  .hero-bottom-2 {
    min-height: 58px;
  }

  .hero-bottom-2.right {
    width: 98%;
  }

  .footer-section {
    padding-top: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

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

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .dual-title {
    grid-row-gap: 24px;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .project-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .project-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .project-image {
    min-height: 375px;
  }

  .horizontal-line {
    display: none;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .action-content {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .fill {
    height: 58px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog66_mask {
    width: 95%;
  }

  .news_container {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9657-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9659-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac965f-e05a4df1 {
  align-self: center;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac966a-e05a4df1 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9679-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac967b-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac967d-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac967f-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9684-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9686-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac968a-e05a4df1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac968b-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9693-e05a4df1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96a0-e05a4df1 {
  justify-self: start;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96a2-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96a4-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96a6-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96a8-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96b0-e05a4df1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-e519bc00-a312-9369-b314-b3c14718e19c-e05a4df1 {
  justify-self: start;
}

#w-node-e519bc00-a312-9369-b314-b3c14718e19e-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e519bc00-a312-9369-b314-b3c14718e1a0-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e519bc00-a312-9369-b314-b3c14718e1a2-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e519bc00-a312-9369-b314-b3c14718e1a4-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994b9fe-e05a4df1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994ba08-e05a4df1 {
  justify-self: start;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994ba0a-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994ba0c-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994ba0e-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_68f705ae-c2e4-ab5f-8d37-17399994ba10-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96e6-e05a4df1 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96ea-e05a4df1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96ee-e05a4df1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96f2-e05a4df1 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96f8-e05a4df1 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96fc-e05a4df1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9700-e05a4df1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9704-e05a4df1 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9707-e05a4df1 {
  justify-self: end;
}

#w-node-_453edc32-7c9e-6813-b62a-ccdd8423e8e7-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_453edc32-7c9e-6813-b62a-ccdd8423e8e8-e05a4df1 {
  place-self: center start;
}

#w-node-_453edc32-7c9e-6813-b62a-ccdd8423e8eb-e05a4df1, #w-node-_453edc32-7c9e-6813-b62a-ccdd8423e8ec-e05a4df1 {
  align-self: start;
}

#w-node-_1f2f86b2-20ab-6117-01bd-a026ca090ac9-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f2f86b2-20ab-6117-01bd-a026ca090acb-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f2f86b2-20ab-6117-01bd-a026ca090acd-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1f2f86b2-20ab-6117-01bd-a026ca090acf-e05a4df1, #w-node-_924f8ce0-7325-f741-0fcb-0df86870b6bb-e05a4df1, #w-node-_924f8ce0-7325-f741-0fcb-0df86870b6bd-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_924f8ce0-7325-f741-0fcb-0df86870b6cb-e05a4df1 {
  place-self: end start;
}

#w-node-_924f8ce0-7325-f741-0fcb-0df86870b6da-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_924f8ce0-7325-f741-0fcb-0df86870b6e8-e05a4df1 {
  place-self: end start;
}

#w-node-_924f8ce0-7325-f741-0fcb-0df86870b6f7-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_924f8ce0-7325-f741-0fcb-0df86870b705-e05a4df1 {
  place-self: end start;
}

#w-node-dd54caab-f5f6-17cd-7ee6-9b82b2f75fe9-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-dd54caab-f5f6-17cd-7ee6-9b82b2f75feb-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b869d-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b869e-e05a4df1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b86a1-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b86a2-e05a4df1 {
  align-self: center;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b86a5-e05a4df1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b86b3-e05a4df1, #w-node-_55bb2542-9985-4b0e-5564-72fca25b86b5-e05a4df1, #w-node-_55bb2542-9985-4b0e-5564-72fca25b86c1-e05a4df1 {
  align-self: center;
}

#w-node-_6c99e512-6247-b559-7355-b624015d905a-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_770ea73f-97a0-3fd2-d1ca-67d942a9c3cc-e05a4df1, #w-node-_770ea73f-97a0-3fd2-d1ca-67d942a9c3ce-e05a4df1, #w-node-_770ea73f-97a0-3fd2-d1ca-67d942a9c3d6-e05a4df1 {
  align-self: center;
}

#w-node-_770ea73f-97a0-3fd2-d1ca-67d942a9c3d7-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5f06c81d-87e1-de68-527a-cdcf291376ef-e05a4df1, #w-node-_5f06c81d-87e1-de68-527a-cdcf291376f1-e05a4df1, #w-node-_5f06c81d-87e1-de68-527a-cdcf291376f9-e05a4df1 {
  align-self: center;
}

#w-node-_5f06c81d-87e1-de68-527a-cdcf291376fa-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9e61257b-93f4-281d-5ae5-5697b2df78f2-e05a4df1, #w-node-_9e61257b-93f4-281d-5ae5-5697b2df78f4-e05a4df1, #w-node-_9e61257b-93f4-281d-5ae5-5697b2df78fc-e05a4df1 {
  align-self: center;
}

#w-node-_9e61257b-93f4-281d-5ae5-5697b2df78fd-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_75fa33f7-e0aa-89a7-7ce1-b1c05e29dcd7-e05a4df1, #w-node-_75fa33f7-e0aa-89a7-7ce1-b1c05e29dcd9-e05a4df1, #w-node-_75fa33f7-e0aa-89a7-7ce1-b1c05e29dce1-e05a4df1 {
  align-self: center;
}

#w-node-_75fa33f7-e0aa-89a7-7ce1-b1c05e29dce2-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1feebb2a-ea40-c9c1-1421-eea3481ef490-e05a4df1, #w-node-_1feebb2a-ea40-c9c1-1421-eea3481ef492-e05a4df1, #w-node-_1feebb2a-ea40-c9c1-1421-eea3481ef49a-e05a4df1 {
  align-self: center;
}

#w-node-_1feebb2a-ea40-c9c1-1421-eea3481ef49b-e05a4df1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b8705-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b8707-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b8709-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_55bb2542-9985-4b0e-5564-72fca25b870b-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6f8c9825-2812-4a54-9df8-326ed8996146-e05a4df1 {
  align-self: end;
}

#w-node-_6f8c9825-2812-4a54-9df8-326ed899614a-e05a4df1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8c9825-2812-4a54-9df8-326ed8996151-e05a4df1 {
  align-self: stretch;
}

#w-node-c9062b86-9a7c-6ec5-eb85-0ae9044fef43-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9062b86-9a7c-6ec5-eb85-0ae9044fef45-e05a4df1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c9062b86-9a7c-6ec5-eb85-0ae9044fef47-e05a4df1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-c9062b86-9a7c-6ec5-eb85-0ae9044fef49-e05a4df1, #w-node-_662ce14b-5000-3607-4312-46a499bba6c0-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6c1-e05a4df1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6d3-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6d4-e05a4df1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6e2-e05a4df1 {
  justify-self: stretch;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6e3-e05a4df1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6e4-e05a4df1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_662ce14b-5000-3607-4312-46a499bba6e5-e05a4df1, #w-node-_662ce14b-5000-3607-4312-46a499bba6e7-e05a4df1 {
  justify-self: stretch;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a37-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0608a624-4d7d-a536-efb7-d40f147002e1-e05a4df1 {
  place-self: center start;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a3f-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a40-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a51-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a52-e05a4df1 {
  place-self: center start;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a59-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a5a-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a6b-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a6c-e05a4df1 {
  place-self: center start;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a73-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1907a226-92b3-e745-275d-d86732187a74-e05a4df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc507211c-e05a4df1 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc507213b-e05a4df1 {
  grid-area: 2 / 3 / 5 / 5;
  place-self: start stretch;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072140-e05a4df1 {
  place-self: center start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072142-e05a4df1 {
  place-self: center end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072144-e05a4df1 {
  place-self: center start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072146-e05a4df1 {
  place-self: center end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072148-e05a4df1 {
  place-self: center start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc507214a-e05a4df1 {
  place-self: center end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc507214c-e05a4df1 {
  place-self: center start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc507214e-e05a4df1 {
  place-self: center end;
}

#w-node-_065ec3d9-a5f6-882d-2778-229a06b57176-e05a4df1 {
  place-self: center start;
}

#w-node-_065ec3d9-a5f6-882d-2778-229a06b57178-e05a4df1 {
  place-self: center end;
}

#w-node-_572a1e3f-01bb-ff78-02ab-644059bfec74-e05a4df1 {
  place-self: center start;
}

#w-node-_572a1e3f-01bb-ff78-02ab-644059bfec76-e05a4df1 {
  place-self: center end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072150-e05a4df1 {
  place-self: center start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072152-e05a4df1 {
  place-self: center end;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072153-e05a4df1 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-b8ef9741-ee14-21c0-3403-a56cc5072158-e05a4df1 {
  grid-area: 5 / 3 / 6 / 5;
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_662ce14b-5000-3607-4312-46a499bba6d4-e05a4df1 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_55bb2542-9985-4b0e-5564-72fca25b869d-e05a4df1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55bb2542-9985-4b0e-5564-72fca25b86a5-e05a4df1 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9659-e05a4df1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac966a-e05a4df1 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center start;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9681-e05a4df1 {
    justify-self: end;
  }

  #w-node-_453edc32-7c9e-6813-b62a-ccdd8423e8f4-e05a4df1 {
    order: -9999;
  }

  #w-node-_924f8ce0-7325-f741-0fcb-0df86870b6bd-e05a4df1, #w-node-_924f8ce0-7325-f741-0fcb-0df86870b6da-e05a4df1, #w-node-_924f8ce0-7325-f741-0fcb-0df86870b6f7-e05a4df1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc507211c-e05a4df1 {
    grid-column-end: 3;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc507213b-e05a4df1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc5072153-e05a4df1 {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc5072158-e05a4df1 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac968a-e05a4df1 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac968b-e05a4df1 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9693-e05a4df1, #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac96b0-e05a4df1, #w-node-_68f705ae-c2e4-ab5f-8d37-17399994b9fe-e05a4df1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6f8c9825-2812-4a54-9df8-326ed899614a-e05a4df1 {
    grid-column: span 1 / span 1;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc507211c-e05a4df1 {
    grid-column-end: 2;
  }

  #w-node-b8ef9741-ee14-21c0-3403-a56cc5072158-e05a4df1 {
    grid-row: 5 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9681-e05a4df1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9693-e05a4df1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_9b59b535-9374-eb7a-1ab6-f88fecac9707-e05a4df1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55bb2542-9985-4b0e-5564-72fca25b86a5-e05a4df1 {
    grid-column: 1 / 2;
  }

  #w-node-_55bb2542-9985-4b0e-5564-72fca25b86b5-e05a4df1, #w-node-_770ea73f-97a0-3fd2-d1ca-67d942a9c3ce-e05a4df1, #w-node-_5f06c81d-87e1-de68-527a-cdcf291376f1-e05a4df1, #w-node-_9e61257b-93f4-281d-5ae5-5697b2df78f4-e05a4df1, #w-node-_75fa33f7-e0aa-89a7-7ce1-b1c05e29dcd9-e05a4df1, #w-node-_1feebb2a-ea40-c9c1-1421-eea3481ef492-e05a4df1 {
    justify-self: end;
  }
}


