@font-face {
  font-family: Pragmaticaextended;
  src: url('../fonts/PragmaticaExtendedLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pragmaticaextended;
  src: url('../fonts/PragmaticaExtendedBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --black: black;
  --medium-aquamarine: #00c3a6;
  --white: white;
  --slate-blue: #264ad9;
  --light-coral: #ff8080;
  --grey: #1a1b1fcc;
  --sea-green: #339a7f;
  --sea-green-2: #219654;
  --coral: #f5743d;
  --spark-library-black: black;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --alley-component-library-neutral--off-white: #f4f4f6;
  --alley-component-library-gray--500: #5e606e;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-gray--0: #dedfe3;
  --alley-component-library-red--200: #fdd8e0;
  --alley-component-library-green--400: #c5e7d1;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-gray--300: #868898;
  --alley-component-library-neutral--black: black;
  --spark-library-background--interactive: #f0ecfd;
  --am: #f5743d;
  --alley-component-library-orange--900: #f69351;
  --alley-component-library-gray--900: #131316;
  --spark-library-light-steel-purple: #a695fb;
  --alley-component-library-blue--100: #eceefe;
  --pale-violet-red: #e98a9c;
  --lavender: #edf0ff;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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: 20px;
}

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 {
  max-height: none;
  display: block;
}

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-family: Poppins, sans-serif;
  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-family: Poppins, sans-serif;
  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 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.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 {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  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;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
}

.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;
}

.section {
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.home {
  margin-top: 160px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  width: 300px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

.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;
}

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

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

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo-image {
  display: block;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.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;
  margin-bottom: 140px;
}

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

.carrer-headline-wrap {
  width: 70%;
  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.cc-work-1 {
  background-image: url('../images/kf.png');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/we.png');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/fi.png');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/Macbook-Air---Light-Background_1.png');
  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;
  width: 300px;
  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;
}

.text-field.password {
  margin-bottom: 20px;
  padding-top: 20px;
}

.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 {
  padding-top: 80px;
  padding-bottom: 90px;
}

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

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

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.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;
  margin-top: 100px;
  margin-bottom: 140px;
}

.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-heading {
  margin-bottom: 60px;
}

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

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

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

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

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

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.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;
  object-fit: fill;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

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

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

.logo-image-2 {
  width: auto;
  height: 40px;
  display: block;
}

.intro-wrap-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.intro-wrap-2.playground {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text {
  color: #1a1b1fcc;
  text-align: left;
  font-weight: 600;
}

.image-8 {
  height: 78125px;
}

._18 {
  color: #555;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}

.heading-8 {
  text-align: center;
  font-weight: 500;
}

.link-2 {
  display: inline;
}

.sect {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sect._200 {
  background-color: #ff8080;
  margin-top: 20px;
}

.sect.filter {
  margin-top: 100px;
}

.sect.cover {
  margin-top: 220px;
  margin-bottom: 100px;
}

.sect.challegefilter {
  background-color: #f7f7f7;
}

.sect.challegefilter.hide {
  display: none;
}

.sect._1 {
  display: block;
}

.sect.kfc {
  background-color: #fff3f5;
}

.sect.chapter-column {
  background-color: #f4f6fd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sect.am-overview {
  padding-top: 60px;
  display: block;
}

.sect.am-overview._0080 {
  margin-bottom: 80px;
}

.zhengwen16 {
  color: #090915;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  display: block;
}

.zhengwen16.quote {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  max-width: 1080px;
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 20px;
  display: flex;
}

.zhengwen16._6018 {
  margin-top: 60px;
}

.zhengwen16.we {
  color: var(--medium-aquamarine);
}

.zhengwen16.outcome {
  max-width: 400px;
}

.zhengwen16.qw {
  margin-bottom: -60px;
}

.zhengwen16.home {
  margin-bottom: 60px;
}

.zhengwen16.user-problem, .zhengwen16.hmw {
  padding-bottom: 0;
}

.zhengwen16._2000 {
  margin-top: 20px;
}

.zhengwen16._6000 {
  margin-top: 60px;
  padding-bottom: 0;
}

.zhengwen16._1 {
  text-align: left;
  width: auto;
  padding-bottom: 0;
}

.zhengwen16._0060 {
  margin-bottom: 60px;
}

.zhengwen16.password {
  width: 500px;
  margin-bottom: 20px;
}

.zhengwen16._0080 {
  margin-bottom: 80px;
  display: block;
  overflow: visible;
}

.zhengwen16._60 {
  margin-top: 60px;
}

.zhengwen16.internal {
  margin-left: 10px;
}

.zhengwen16._0040 {
  margin-bottom: 40px;
}

.zhengwen16.home-copy {
  margin-bottom: 60px;
}

.zhengwen16.cat {
  text-align: center;
  align-self: center;
  width: auto;
  max-width: 480px;
}

.zhengwen16._2080 {
  margin-bottom: 80px;
  padding-top: 20px;
}

.zhengwen16._00120 {
  margin-bottom: 120px;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.div-block-3 {
  width: 30%;
}

._20 {
  color: #555;
  align-self: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
  display: block;
}

._20._3020 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

._20._3020.fit {
  color: #ff8181;
}

._20._3020.we20 {
  font-weight: 500;
}

._20._3020.li {
  color: #2c64bb;
  font-weight: 500;
}

._20._4020 {
  margin-top: 40px;
  margin-bottom: 20px;
}

._20._4020._6000 {
  margin-top: 100px;
  margin-bottom: 0;
}

._20._4020.fit {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

._20.gm {
  color: #fe8860;
  font-weight: 500;
}

._20.gm.fit, ._20.fit {
  color: #ff8080;
}

._20._2020 {
  margin-top: 20px;
  margin-bottom: 20px;
}

._20._2020.zhongjian {
  align-self: center;
}

._20.kfccolor {
  font-weight: 500;
}

._20.kfc20 {
  color: #eb98a8;
  font-weight: 500;
}

._20.kfc20.li {
  color: #2c64bb;
  text-align: center;
  justify-content: center;
  display: block;
}

._20.kfc20._2 {
  margin-top: 0;
}

._20.kfc20.hide {
  display: none;
}

._20.we20 {
  color: var(--medium-aquamarine);
  max-width: 500px;
  font-weight: 500;
}

._20.we20.li {
  color: #2c64bb;
  margin-top: 20px;
}

._20.we20.li._2 {
  color: #090915;
  margin-bottom: 0;
}

._20.insight {
  color: var(--white);
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

._20.insight.concept {
  text-align: center;
  align-self: center;
  max-width: 1140px;
}

._20.insighttitle {
  color: var(--medium-aquamarine);
  margin-top: 60px;
  margin-bottom: 0;
  font-weight: 500;
}

._20.insighttitle.wepick {
  color: #00c3a6;
}

._20.insighttitle.journeymap {
  margin-bottom: 40px;
}

._20.filter {
  color: #264ad9;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter.user-probelm {
  color: #1a1b1f;
  text-align: left;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
}

._20.filter.user-probelm.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter.user-problem {
  margin-top: 0;
  margin-bottom: 10px;
}

._20.filter.user-problem2 {
  margin-top: 20px;
}

._20.filter._1 {
  margin-bottom: 0;
}

._20.filter.problem1 {
  margin-bottom: 10px;
}

._20.filter.user-probelm-copy {
  color: #1a1b1f;
  text-align: left;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 24px;
  display: flex;
}

._20.filter.user-probelm-copy.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter.all {
  width: 168.586rem;
}

._20.filter.user-probelm-0040 {
  color: #1a1b1f;
  text-align: left;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 40px;
  font-size: 24px;
  display: block;
}

._20.filter.user-probelm-0040.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter.user-probelm-0080 {
  color: #1a1b1f;
  text-align: left;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 80px;
  font-size: 24px;
  display: block;
}

._20.filter.user-probelm-0080.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.hmw {
  margin-top: 0;
  margin-bottom: 0;
}

._20.up {
  margin-top: 0;
  margin-bottom: 10px;
}

._20.up._1 {
  margin-top: 20px;
}

._20.medium {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

._20.medium.fit {
  color: #ff8181;
}

._20.medium.we20 {
  font-weight: 500;
}

._20.medium.li {
  color: #2c64bb;
  font-weight: 500;
}

._20.filter-copy {
  color: #264ad9;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter-copy {
  color: #264ad9;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter-copy.user-probelm {
  color: #1a1b1f;
  width: auto;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 24px;
}

._20.filter-copy.user-probelm.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20.filter-copy.user-problem {
  margin-top: 0;
  margin-bottom: 10px;
}

._20.filter-copy.user-problem2 {
  margin-top: 20px;
}

._20.filter-copy._1 {
  margin-bottom: 0;
}

._20._002 {
  color: #264ad9;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20._002.user-probelm {
  color: #1a1b1f;
  width: auto;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 24px;
}

._20._002.user-probelm.hmw {
  margin-bottom: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
}

._20._002.user-problem {
  margin-top: 0;
  margin-bottom: 10px;
}

._20._002.user-problem2 {
  margin-top: 20px;
}

._20._002._1 {
  margin-bottom: 0;
}

._20.gm-full {
  color: #fe8860;
  width: 940px;
  font-weight: 500;
}

._20.gm-full.fit {
  color: #ff8080;
}

._20.cat {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
  font-weight: 500;
}

._20._6020 {
  margin-bottom: 20px;
}

.zhengwen14 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.zhengwen14._30 {
  margin-top: 30px;
}

.div-block-4 {
  width: 70%;
  padding-right: 120px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.flex-container-2._60 {
  margin-top: 60px;
}

.flex-container-2._1 {
  align-items: center;
  margin-top: 60px;
}

.flex-container-2.hmw {
  align-items: center;
}

.flex-container-2.upped {
  align-items: center;
  margin-top: 20px;
}

.flex-container-2._2 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
}

.flex-container-2._2020 {
  margin-top: 0;
  margin-bottom: 20px;
}

.flex-container-2._0080 {
  align-items: flex-start;
  margin-bottom: 80px;
}

.flex-container-2.upped-copy {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.flex-container-2._2-copy {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-2.middle {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-2.kfc {
  margin-bottom: 80px;
}

.contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  text-align: center;
  align-self: center;
  max-width: 780px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.image-9._1 {
  margin-top: 20px;
  padding-bottom: 0;
}

.image-9._1.max2 {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-9._1.max {
  margin-top: 0;
}

.text-span-2 {
  color: #555;
  background-color: #fe8860;
}

.text-span-2.fit {
  color: #fff;
  background-color: #ff8080;
}

.text-span-2.fit.li {
  background-color: #2c64bb;
}

.next-steps {
  background-color: #fff;
  padding-bottom: 100px;
}

.project_btn_text {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 400;
  text-decoration: none;
}

.image1130 {
  max-width: 1130px;
}

.image1130._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-btn_overlay {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.image1023 {
  max-width: 1023px;
  margin-left: 0;
  padding-left: 0;
}

.image1023._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact_btn {
  color: #090915;
  background-color: #f5f7fb;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact_btn.wp {
  background-color: #00c3a680;
  align-items: flex-start;
  padding-right: 50px;
}

.contact_btn.kf {
  background-color: #ff808080;
}

.contact_btn.af {
  background-color: #e98a9c80;
}

.overview {
  color: #fe8860;
  text-align: center;
  margin-top: 60px;
  margin-bottom: auto;
  padding-bottom: 40px;
  font-weight: 500;
  display: block;
}

.overview.geshi {
  color: #fe8860;
  margin-top: 80px;
  padding-bottom: 20px;
  font-weight: 800;
}

.overview.geshi.fit {
  color: #ff8080;
  font-weight: 500;
}

.projects_btn {
  background-color: var(--medium-aquamarine);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects_btn.at {
  background-color: #ff808087;
}

.projects_btn.wp {
  background-color: #00c3a680;
}

.projects_btn.kf {
  background-color: #ff808080;
}

.container-4 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-4.insight {
  max-width: 1140px;
}

.container-4.insight.concept {
  max-width: 960px;
}

.container-4.zuo {
  align-items: center;
}

.container-4.filter {
  margin-top: 100px;
}

.contact_arrow {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.italic-text {
  display: flex;
}

.ns_container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.ia {
  background-color: #f2f2f2;
}

.ia._960 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.projects_arrow {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.challenge {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.challenge._2010 {
  margin-top: 20px;
}

.image443 {
  max-width: 545px;
}

.image443._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image993 {
  max-width: 993px;
}

.image993._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-btn_overlay {
  background-color: #fff;
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section0 {
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section0.white {
  background-color: #0000;
}

.image-997 {
  align-self: center;
  margin-top: 20px;
}

.image-995 {
  align-self: center;
}

.ns_container_btn {
  justify-content: space-around;
  width: 80%;
  height: 150px;
  margin-top: 50px;
  display: none;
  overflow: visible;
}

._960 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image941._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-concept {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.smooth-wrapper {
  background-color: var(--white);
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.smooth-wrapper.grey {
  background-color: #f7f7f7;
}

.image-660 {
  text-align: left;
  align-self: center;
  max-width: 660px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.image-660._4040 {
  padding-bottom: 40px;
}

.image-660._2040 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sect-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.contant_btn_text {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 400;
  text-decoration: none;
}

.container-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-1000 {
  max-width: 1440px;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-1001 {
  background-color: #0000;
  max-width: 1140px;
}

.image-1002, .image-1003 {
  max-width: 960px;
}

.image-1004 {
  max-width: 1140px;
}

.image-1004.hide {
  display: none;
  overflow: auto;
}

.image-1005 {
  max-width: 1140px;
  margin-bottom: 60px;
}

.image-1005.hide {
  display: none;
}

.image-1006, .image-1007, .image-1008, .image-1009 {
  max-width: 1140px;
}

.image-1010 {
  max-width: 1140px;
  margin-top: 40px;
}

.image-1011 {
  max-width: 1140px;
  margin-top: 120px;
}

.image-1012 {
  max-width: 782px;
  margin-top: 120px;
  margin-bottom: 60px;
}

._6060 {
  margin-top: 60px;
  margin-bottom: 60px;
}

._6060.kfc60 {
  color: #e98b9c;
  font-weight: 500;
}

._6060.kfc60.li {
  color: #2c64bb;
}

._6060.we60 {
  color: var(--medium-aquamarine);
  font-weight: 500;
}

._6060.filter {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-weight: 400;
}

._6060.challenge-1 {
  width: auto;
  padding-right: 0;
}

._6060.hmw {
  color: #000;
  margin-top: 0;
}

.image-1013 {
  margin-top: 0;
  padding-top: 0;
}

.image-1014 {
  margin-top: -40px;
}

.image-1015 {
  margin-top: -30px;
  margin-bottom: 60px;
}

.image-1016 {
  margin-bottom: 20px;
}

.image-1017, .image-1018 {
  margin-bottom: 40px;
}

.image-1019 {
  margin-top: 20px;
}

.text-span-3 {
  color: var(--medium-aquamarine);
  font-weight: 500;
}

.image-1020, .image-1021 {
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1022 {
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1023 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-2 {
  background-color: #00c3a6;
}

.section-2.insight {
  background-color: var(--medium-aquamarine);
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2.insighttitle {
  background-color: #0000;
}

.image-1024 {
  width: 239.93vw;
}

.image-1025 {
  max-width: 1140px;
  margin-top: 40px;
}

.image-1026 {
  max-width: 1140px;
}

.image-1027 {
  max-width: 1140px;
  margin-bottom: 100px;
}

.image-1028, .image-1029, .image-1030 {
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1031 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1032 {
  max-width: 1140px;
}

.image-1033, .image-1034, .image-1035, .image-1036 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.columns {
  align-self: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-1037 {
  max-width: 420px;
  max-height: none;
  margin-right: 40px;
  overflow: visible;
}

.column {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image-1038 {
  max-width: 420px;
  margin-left: 40px;
}

.image-1039 {
  max-width: 420px;
  margin-right: 40px;
}

.heading-9.home {
  color: #1a1b1fcc;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 62px;
}

.heading-9.home.about {
  text-align: left;
  font-size: 24px;
}

.heading-9.playground {
  margin-top: 40px;
  margin-bottom: auto;
  font-size: 29px;
  font-weight: 500;
  line-height: 40px;
}

.heading-9.home-copy {
  color: #1a1b1fcc;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.heading-9.home-copy.about {
  text-align: left;
  font-size: 24px;
}

.home {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-weight: 300;
}

.text-span-4 {
  font-weight: 600;
}

.image-1040 {
  max-width: 200px;
  padding-top: 80px;
}

.heading-10 {
  color: #1a1c1e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  display: flex;
}

.heading-10.about {
  font-size: 30px;
}

.section-4 {
  background-color: var(--light-coral);
  margin-top: 80px;
}

.section-5 {
  background-color: #ff8080;
  margin-top: 80px;
}

.container-7 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.image-1041, .image-1042 {
  margin-top: -100px;
}

.text-span-5 {
  font-weight: 500;
}

.heading-12.playground {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.video {
  max-width: 400px;
}

.youtube {
  width: 200%;
}

.image-1043 {
  max-width: 360px;
}

.image-1044 {
  max-width: 900px;
  margin-bottom: 40px;
  padding-left: 80px;
}

.image-1045 {
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.image-1046 {
  max-width: 1140px;
}

.image-1047, .image-1048, .image-1049, .image-1050 {
  max-width: 1140px;
  margin-bottom: 40px;
}

.image-1051 {
  max-width: 1140px;
  margin-bottom: 60px;
}

.image-1052 {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1053 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1054 {
  max-width: 400px;
}

.image-1055 {
  max-width: 760px;
}

.image-1056 {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1057 {
  max-width: 780px;
}

.image-1058 {
  max-width: 870px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-1059 {
  max-height: 500vh;
}

.image-1060 {
  margin-bottom: 60px;
}

.image-1061, .image-1062, .image-1063 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1064 {
  margin-bottom: 60px;
}

.image-1065 {
  margin-bottom: 80px;
}

.image-1066 {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1067 {
  max-width: 400px;
}

.image-1068 {
  max-width: 500px;
}

.image-1069 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1070, .image-1071 {
  margin-bottom: 60px;
}

.image-1072 {
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.image-1073, .image-1074, .image-1075, .image-1076, .image-1077 {
  max-width: 1140px;
  margin-bottom: 60px;
}

.image-1078 {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1079, .image-1080 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.column-3 {
  text-align: center;
  display: block;
}

.bkg_lottie {
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  width: 100vw;
  margin-top: -250px;
  padding-top: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.columns-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.feature-section {
  height: auto;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
  display: block;
  overflow: visible;
}

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

.heading-7 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-span {
  color: #fe8860cc;
}

.image-4 {
  object-fit: scale-down;
  width: auto;
  max-width: 100%;
  height: 45vh;
  padding-left: 20px;
}

.column-5 {
  text-align: left;
  padding-left: 30px;
  padding-right: 65px;
}

.btn_container_text {
  align-items: center;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-child {
  width: 50%;
}

.project-child.project_text {
  background-color: #f2f2f2;
  width: 500px;
  height: 500px;
}

.project-child.project_text.project_text_left {
  border-left: 0 #000;
}

.project-child.project_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.project-child.project_img.project_img_hmi {
  background-color: #0000;
  background-image: url('../images/linkedin.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 500px;
  height: 500px;
}

.project-child.project_img.project_img_bf {
  background-color: #0000;
  background-image: url('../images/kfc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.project-child.project_img.project_img_bf.filter {
  background-image: url('../images/2nform-filter.png');
}

.project-child.project_img.project_img_bf.amway {
  background-image: url('../images/amway.png');
}

.project-child.project_img.project_img_bf.sales {
  background-image: url('../images/Frame-835557031.png');
}

.project-child.project_img.project_img_bf.cat {
  background-image: url('../images/CatLaserThumb.jpeg');
}

.project-child.project_img.project_img_bf.anothermind {
  background-image: url('../images/Frame-835557430.png');
}

.project-child.project_img.project_img_rw {
  background-color: #fff;
  background-image: url('../images/Accio-封面_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 500px;
  height: 500px;
}

.project-child.project_img.project_img_rw.esg {
  background-image: url('../images/Frame-835557030.png');
}

.project-child.project_img.project_img_rw.upped {
  background-image: url('../images/upped.png');
}

.project-child.project_img.project_img_rw.gm, .project-child.project_img.project_img_rw.bubble {
  background-image: url('../images/gm.png');
}

.project-child.project_img.project_img_rw.glimpse {
  background-image: url('../images/glimpse.png');
}

.project-child.project_img.project_img_gm {
  background-color: #0000;
  background-image: none;
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.projects {
  margin-top: -250px;
  padding-top: 400px;
}

.project_parent {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.project_parent._3 {
  display: flex;
}

.project_parent.project_parent_switched {
  background-color: #f5f7fb;
  flex-direction: row-reverse;
}

.project_parent.project_parent_switched._2 {
  background-color: #f2f2f2;
}

.project_parent.project_parent_switched.wepick, .project_parent.linkedin {
  display: block;
}

.project_parent.hide {
  display: none;
}

.h33 {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.number-title {
  color: #090915;
}

.btn_main {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block {
  background-color: #ffcc90;
  width: 10px;
  height: 10px;
  margin-right: 20px;
}

.h5 {
  color: #090915;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.strike-through-btn {
  background-color: #e991944d;
  width: 70%;
  height: 28px;
  line-height: 14;
  position: absolute;
  left: 0;
  right: auto;
}

.strike-through-btn._2 {
  background-color: #eaf0e9;
}

.strike-through-btn._3 {
  background-color: #dbe9f2;
}

.strike-through-btn.filter {
  background-color: #8abbd130;
}

.strike-through-btn.esg {
  background-color: #ebf1ea;
}

.strike-through-btn.amway {
  background-color: #d9d9d9;
}

.strike-through-btn.kfc {
  background-color: #e98a9c4d;
}

.strike-through-btn.amway-copy {
  background-color: #e2f1f8;
}

.strike-through-btn._2-copy {
  background-color: #dff6f1;
}

.strike-through-btn.gm {
  background-color: #ecbe8133;
}

.strike-through-btn.event {
  background-color: #dff6f1;
}

.strike-through-btn.glimpse {
  background-color: #788feb33;
}

.strike-through-btn.anothermind {
  background-color: #f8f1f0;
}

.h5-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-railway {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-railway.w--current {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.link-garden {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-garden.w--current {
  font-size: 14px;
  font-weight: 500;
}

.projects-container {
  width: 100%;
  padding-top: 0;
}

.projects-container.playground {
  display: block;
}

.p {
  color: #555;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.project-text-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 45px 40px;
  display: flex;
}

.project-text-container._4 {
  background-color: #fff;
}

.project-text-container.cat {
  background-color: #f5f5f5;
}

.zendall-btn_arrow {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  line-height: 14px;
  position: relative;
}

.italic-text-2 {
  font-size: 14px;
  display: none;
}

.italic-text-3, .italic-text-4 {
  font-style: normal;
}

.text-span-6, .text-span-7 {
  color: var(--grey);
  font-size: 16px;
}

.link-block {
  width: 500px;
  height: 500px;
}

.image-1081, .image-1082, .image-1083 {
  max-width: 1380px;
}

.image-1084 {
  max-width: 1140px;
}

.image-1085 {
  max-width: 1140px;
  margin-top: 120px;
}

.image-1086 {
  max-width: 524px;
}

.image-1087 {
  max-width: 524px;
  margin-top: 120px;
  margin-bottom: 100px;
}

.image-1088, .image-1089, .image-1090 {
  max-width: 700px;
  margin-bottom: 40px;
}

.image-1091 {
  margin-top: -100px;
}

.link-3, .link-4 {
  display: inline;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-1092 {
  text-align: center;
  display: inline-block;
}

.container-8 {
  text-align: center;
  display: block;
}

.image-1093 {
  max-width: 200px;
  margin-top: 100px;
  display: inline-block;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-weight: 500;
}

.text-span-12, .text-span-13 {
  font-weight: 600;
}

.text-span-14 {
  font-weight: 700;
}

.text-span-15, .text-span-16 {
  font-weight: 600;
}

.text-span-17 {
  font-weight: 500;
}

.body {
  background-color: #f7f7f7;
}

.text-span-18, .text-span-19 {
  font-weight: 500;
}

.div-block-6 {
  padding-right: 40px;
}

._0020 {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-span-20, .text-span-21, .text-span-22 {
  color: var(--slate-blue);
}

.interview {
  margin-top: -20px;
}

.text-span-23 {
  color: var(--slate-blue);
}

.image-1094 {
  margin-bottom: 40px;
}

.image-1096, .image-1097, .image-1098 {
  margin-top: 60px;
}

.image-1099 {
  width: 76%;
  margin-top: 60px;
}

.image-1100, .image-1101, .image-1102 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1104 {
  margin-top: 0;
}

.image-1105 {
  margin-bottom: 60px;
}

.text-span-24, .text-span-25 {
  color: var(--slate-blue);
}

.image-1106, .image-1107, .image-1108 {
  margin-bottom: 40px;
}

.column-6 {
  object-fit: fill;
}

.youtube-3 {
  margin-bottom: 20px;
}

.filter {
  color: var(--slate-blue);
  font-weight: 500;
}

.up {
  font-weight: 400;
}

.image-1109 {
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1110 {
  margin-bottom: 80px;
}

.heading-13 {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 700;
}

.heading-13._6080 {
  margin-bottom: 80px;
}

.heading-13._4080 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.heading-13.cat {
  font-family: Pragmaticaextended, Arial, sans-serif;
}

.heading-13.hmw {
  margin-top: 20px;
  margin-bottom: 120px;
  font-family: Poppins, sans-serif;
  display: block;
}

.heading-13.how-didi-i {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  display: block;
}

.image-1111 {
  width: 900px;
}

.image-1112 {
  margin-bottom: 60px;
}

.image-1113 {
  width: 939.984px;
}

._900 {
  width: 900px;
  margin-top: 20px;
  padding-right: 0;
}

.image-1114 {
  width: 920px;
  margin-left: 20px;
}

.image-1115, .image-1116 {
  margin-bottom: 80px;
}

.image-1117 {
  width: 900px;
  margin-top: 20px;
}

.image-1118 {
  width: 939.992px;
}

.image-1119, .image-1120 {
  width: 900px;
}

.image-1121 {
  margin-bottom: 80px;
}

.paragraph {
  margin-bottom: 40px;
}

.youtube-4 {
  margin-bottom: 20px;
}

.image-1123 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-1124 {
  width: 30rem;
}

.image-1125 {
  width: 115rem;
}

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

.image-1126 {
  width: 160rem;
}

.text-span-26 {
  font-weight: 500;
}

.image-1127 {
  width: 130rem;
}

.text-span-27 {
  font-weight: 500;
}

.image-1128 {
  width: 130rem;
}

.image-1129 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1130 {
  text-align: left;
  width: 900px;
  margin-top: 20px;
  display: block;
}

.container-9 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-1131, .image-1132, .image-1133 {
  width: 900px;
}

.image-1134 {
  width: 900px;
  margin-bottom: 20px;
}

.image-1135 {
  width: 900px;
}

.image-1136 {
  width: 900px;
  margin-bottom: 80px;
}

.container-10 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.text-span-28 {
  font-weight: 500;
}

.upped {
  color: #339a7f;
  font-weight: 500;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  color: var(--sea-green);
}

.image-1137 {
  width: 900px;
}

.image-1138 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1139 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1140 {
  width: 900px;
}

._6000 {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 60px;
  display: flex;
}

._6000._60 {
  margin-top: 60px;
}

._6000._1 {
  align-items: center;
  margin-top: 60px;
}

._6000.hmw {
  align-items: center;
}

._6000.upped {
  align-items: center;
  margin-top: 20px;
}

._6000._2 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
}

._6000._2020 {
  margin-top: 0;
  margin-bottom: 20px;
}

._6000._0080 {
  align-items: flex-start;
  margin-bottom: 80px;
}

._6000.upped-copy {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

._6000._2-copy {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-2-copy._2020 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.flex-container-2-copy {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.flex-container-2-copy._60 {
  margin-top: 60px;
}

.flex-container-2-copy._1 {
  align-items: center;
  margin-top: 60px;
}

.flex-container-2-copy.hmw {
  align-items: center;
}

.flex-container-2-copy.upped {
  align-items: center;
  margin-top: 20px;
}

.flex-container-2-copy._2 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
}

.flex-container-2-copy._2020 {
  margin-top: 0;
  margin-bottom: 20px;
}

.flex-container-2-copy._0080 {
  align-items: flex-start;
  margin-bottom: 80px;
}

.flex-container-2-copy.upped-copy {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.flex-container-2-copy._2-copy {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-2-copy.middle {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.image-1141 {
  margin-bottom: 80px;
}

.text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  font-weight: 500;
}

.image-1142 {
  width: 900px;
}

.image-1143 {
  width: 60rem;
  margin-top: 120px;
}

.text-span-38 {
  font-weight: 500;
}

.container-11 {
  flex: 0 auto;
  align-self: auto;
  display: flex;
  overflow: auto;
}

.bold-text-2 {
  position: static;
}

.text-span-39 {
  font-weight: 600;
}

.image-1144 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1145, .image-1146 {
  margin-bottom: 40px;
}

.text-span-40, .bold-text-3, .bold-text-4, .bold-text-5, .text-span-41, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.image-1147 {
  margin-top: 20px;
}

.text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  font-weight: 600;
}

.image-1148 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1149 {
  margin-top: 20px;
}

.text-span-49, .text-span-50, .text-span-51 {
  font-weight: 600;
}

.image-1150 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  font-weight: 600;
}

.image-1151, .image-1152 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1153 {
  margin-bottom: 80px;
}

.image-1154 {
  margin-top: -30px;
  margin-bottom: 60px;
}

.image-1155 {
  margin-bottom: 60px;
}

.text-span-57, .text-span-58, .text-span-59 {
  font-weight: 600;
}

.image-1156, .image-1157, .image-1158 {
  margin-bottom: 80px;
}

.image-1159 {
  margin-top: 60px;
}

.image-1160, .image-1161 {
  margin-top: 80px;
}

.kfc {
  text-align: left;
}

.image-1162, .image-1163 {
  margin-bottom: 80px;
}

.image-1164 {
  margin-top: 20px;
}

.text-span-60 {
  color: var(--slate-blue);
}

.image-1165 {
  margin-bottom: 80px;
}

.text-span-61, .text-span-62, .text-span-63 {
  font-weight: 500;
}

.flex-container-esg {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.flex-container-esg._60 {
  margin-top: 60px;
}

.flex-container-esg._1 {
  align-items: center;
  margin-top: 60px;
}

.flex-container-esg.hmw {
  align-items: center;
}

.flex-container-esg.upped {
  align-items: center;
  margin-top: 20px;
}

.flex-container-esg._2 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
}

.flex-container-esg._2020 {
  margin-top: 0;
  margin-bottom: 20px;
}

.flex-container-esg._0080 {
  align-items: flex-start;
  margin-bottom: 80px;
}

.flex-container-esg.upped-copy {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.flex-container-esg._2-copy {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-esg.middle {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
}

.flex-container-esg._2080 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1166 {
  width: 40rem;
}

.image-1167 {
  margin-bottom: 80px;
}

.image-1168 {
  width: 220rem;
}

.text-span-64 {
  font-weight: 500;
}

.chapter-title {
  color: var(--black);
  text-align: right;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 40px;
  font-weight: 700;
}

.chapter-title._6080 {
  margin-bottom: 80px;
}

.chapter-title._4080 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.image-1169 {
  margin-bottom: 120px;
}

.challenge-right {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 700;
}

.challenge-right._6080 {
  margin-bottom: 80px;
}

.challenge-right._4080 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.text-span-65, .text-span-66 {
  font-weight: 500;
}

.columns-4 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.image-1170 {
  margin-bottom: 80px;
}

.image-1171 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.esg {
  color: var(--sea-green-2);
  font-weight: 500;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.image-1172 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1173 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.image-1174 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.image-1175, .image-1176, .image-1177 {
  margin-bottom: 40px;
}

.image-1178 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}

.image-1179 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.columns-6 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.image-1180 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-span-67 {
  font-weight: 500;
}

.image-1181 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-1182 {
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-1183 {
  margin-top: -20px;
  margin-bottom: 20px;
}

.image-1184 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-span-68, .text-span-69 {
  font-weight: 500;
}

.image-1185 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1186 {
  margin-top: 20px;
}

.text-span-70, .text-span-71 {
  font-weight: 500;
}

.image-1187 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1188 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.zhengwen16-copy {
  color: #090915;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  display: block;
}

.zhengwen16-copy.quote {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  max-width: 1080px;
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 20px;
  display: flex;
}

.zhengwen16-copy._6018 {
  margin-top: 60px;
}

.zhengwen16-copy.we {
  color: var(--medium-aquamarine);
}

.zhengwen16-copy.outcome {
  max-width: 400px;
}

.zhengwen16-copy.qw {
  margin-bottom: -60px;
}

.zhengwen16-copy.home {
  margin-bottom: 60px;
}

.zhengwen16-copy.user-problem, .zhengwen16-copy.hmw {
  padding-bottom: 0;
}

.zhengwen16-copy._2000 {
  margin-top: 20px;
}

.zhengwen16-copy._6000 {
  margin-top: 60px;
  padding-bottom: 0;
}

.zhengwen16-copy._1 {
  padding-bottom: 0;
}

.zhengwen16-copy._0060 {
  margin-bottom: 60px;
}

.zhengwen16-copy.password {
  width: 500px;
  margin-bottom: 20px;
}

.zhengwen16-copy._0080 {
  margin-bottom: 80px;
}

.zhengwen16-copy._60 {
  margin-top: 60px;
}

.zhengwen16-copy.internal {
  margin-left: 10px;
}

.image-1189, .image-1190 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79 {
  font-weight: 500;
}

.section-6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.image-5 {
  text-align: center;
  max-width: none;
  height: 100vh;
  margin-top: auto;
  position: static;
}

._18-2 {
  color: #555;
  margin-top: 30px;
}

.image-1191 {
  text-align: left;
  align-self: center;
  max-width: 660px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.image-1191.teshu {
  padding-top: 10px;
}

.image-1191._4040 {
  padding-bottom: 40px;
}

.image-1191._2020 {
  padding-top: 20px;
}

.squaredivided {
  align-self: center;
  max-width: 660px;
  padding-bottom: 20px;
}

.squaredivided._1 {
  padding-bottom: 0;
}

.squaredivided.x40 {
  padding-bottom: 40px;
}

.div-block-8 {
  width: 30%;
}

.xiao {
  align-self: center;
  max-width: 200px;
}

.yuanlinxiaotou {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

._20-2 {
  color: #555;
  align-self: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
}

._20-2._4020 {
  margin-top: 40px;
  margin-bottom: 20px;
}

._20-2._4020.gm {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._20-2.gm {
  color: #fe8860;
}

._20-2._3020 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-7 {
  margin-top: 40px;
  display: block;
}

.projects_arrow-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.contact-btn_overlay-2 {
  background-color: #fff;
  flex: 0 auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-1192 {
  text-align: center;
  max-width: none;
  height: 100vh;
  margin-top: auto;
  position: static;
}

.hilightgm {
  font-weight: 500;
}

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

.text-span-80 {
  color: #555;
  background-color: #fe8860;
}

.h33-2 {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-1193 {
  margin-top: 0;
  padding-bottom: 20px;
}

.image-18 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tupianbiaoti {
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.tupianbiaoti._0080 {
  margin-bottom: 80px;
}

.section-44 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-2 {
  object-fit: contain;
  max-width: 960px;
  height: auto;
  max-height: none;
  margin-top: 60px;
}

.text-block-7 {
  color: #555;
  align-self: center;
  padding-bottom: 20px;
  padding-left: 468px;
  font-size: 10px;
}

.text-block-7._6 {
  padding-left: 347px;
}

.text-block-7._0 {
  padding-left: 578px;
}

.text-block-7.tedshu {
  margin-left: -63px;
  padding-left: 0;
}

.image-480 {
  align-self: center;
  max-width: 460px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.image-480._1 {
  padding-bottom: 0;
}

.image-480._2040 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-480._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-81 {
  background-color: #fe8860;
  font-size: 20px;
}

.image-6 {
  text-align: center;
  align-self: center;
  max-width: 780px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.image-6._1 {
  margin-top: 20px;
  padding-bottom: 0;
}

.contant_btn_text-2 {
  margin-bottom: 15px;
  font-weight: 400;
  text-decoration: none;
}

.contact_arrow-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.ns_container_btn-2 {
  justify-content: space-around;
  width: 80%;
  height: 150px;
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.image-12 {
  max-width: 980px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-2 {
  color: #090915;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5em;
}

.container-13 {
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.overview-2 {
  color: #fe8860;
  text-align: center;
  margin-top: 60px;
  margin-bottom: auto;
  padding-bottom: 40px;
  font-weight: 800;
  display: block;
}

.overview-2.geshi {
  color: #fe8860;
  margin-top: 80px;
  padding-bottom: 20px;
  font-weight: 800;
}

.ns_container_text {
  width: 80%;
  margin-top: 0;
  padding-top: 0;
}

.section-46 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-9 {
  width: 70%;
  padding-right: 120px;
  display: block;
}

.container-14 {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
  display: block;
  position: relative;
}

.section-41 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.projects_btn-2 {
  background-color: #fecc93;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-size: 18px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.project_btn_text-2 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  text-decoration: none;
}

.image-980 {
  text-align: left;
  max-width: 980px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.zhengwen16-2 {
  color: #090915;
  text-align: justify;
  align-self: flex-start;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  display: block;
}

.zhengwen16-2.teshu {
  line-height: 2.5em;
}

.zhengwen16-2._0080 {
  margin-bottom: 80px;
}

.zhengwen16-2._0040 {
  margin-bottom: 40px;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-1194 {
  align-self: center;
  max-width: 660px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-1194._1 {
  padding-top: 0;
  padding-bottom: 0;
}

.image780 {
  align-self: center;
  max-width: 780px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.image780._2 {
  padding-bottom: 40px;
}

.image780._1 {
  padding-top: 0;
  padding-bottom: 40px;
}

.text-span-82, .text-span-83, .text-span-84, .bold-text-9, .bold-text-10, .bold-text-11, .text-span-85 {
  font-weight: 500;
}

.image-1191-copy {
  text-align: left;
  align-self: center;
  max-width: 660px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.image-480-copy {
  align-self: center;
  max-width: 460px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.image-480-copy._1 {
  padding-bottom: 0;
}

.image-480-copy._2040 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-480-copy._4040 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.image780-copy {
  align-self: center;
  max-width: 780px;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.image780-copy._2 {
  padding-bottom: 40px;
}

.image780-copy._1 {
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-12 {
  font-weight: 500;
}

.image-1191-copy {
  text-align: left;
  align-self: center;
  max-width: 660px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.image-1191-copy.teshu {
  padding-top: 10px;
}

.image-1191-copy._4040 {
  padding-bottom: 40px;
}

.image-1191-copy._2020 {
  padding-top: 20px;
}

.link-gm {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-gm.w--current {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.project-text-container-grey {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 45px;
  display: flex;
}

.project-text-container-grey._4 {
  background-color: #fff;
}

.image-1195 {
  align-self: center;
  max-width: 400px;
}

.image-1196 {
  max-height: 40px;
}

.image-1197 {
  max-height: 42px;
}

.image-1198 {
  max-height: 36px;
}

.image-1199 {
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}

.columns-7 {
  align-items: center;
  display: flex;
}

.home-copy {
  font-weight: 300;
}

.home-copy-copy {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

.image-1200 {
  align-self: center;
  max-height: 200px;
  margin-top: 60px;
}

.image-1200.hide {
  display: none;
}

.container-16 {
  margin-top: 100px;
  display: block;
}

.columns-home {
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: center;
  max-width: 940px;
  margin-top: 160px;
  display: flex;
}

.column-7 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.column-8 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-weight: 300;
}

.paragraph-3-copy {
  margin-top: 40px;
  font-weight: 700;
}

.text-span-86 {
  color: var(--slate-blue);
  font-weight: 400;
}

.text-span-87 {
  color: var(--slate-blue);
  font-weight: 700;
}

.text-span-88 {
  color: var(--slate-blue);
  font-weight: 400;
}

.link-5, .link-6 {
  display: inline;
}

.paragraph-6 {
  text-align: center;
  align-self: auto;
  width: 360px;
}

.container-17 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-1201 {
  width: 239.953vw;
  max-width: 600px;
}

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

.grid-2 {
  grid-template-columns: 2fr 2fr 2fr;
  grid-template-areas: ". Area";
}

.columns-8 {
  margin-bottom: 20px;
}

.image-1202 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.container-19 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-3 {
  margin-bottom: 40px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.projects-copy {
  margin-top: -250px;
  padding-top: 340px;
}

.link-event {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-event.w--current {
  font-size: 14px;
  font-weight: 500;
}

.link-gm-copy {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-gm-copy.w--current {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.link-glimpse {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-glimpse.w--current {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-span-89, .text-span-90 {
  font-weight: 500;
}

.columns-9 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.heading-10-copy {
  color: #1a1c1e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  display: flex;
}

.heading-10-copy.about {
  font-size: 30px;
}

.link-anothermind {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-anothermind.w--current {
  font-size: 14px;
  font-weight: 500;
}

.text-span-91 {
  font-weight: 400;
}

.link-garden-copy {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-garden-copy.w--current {
  font-size: 14px;
  font-weight: 500;
}

.link-garden-copy-copy {
  z-index: 2;
  color: #000;
  font-family: Pragmaticaextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.link-garden-copy-copy.w--current {
  font-size: 14px;
  font-weight: 500;
}

.bold-text-13 {
  font-family: Poppins, sans-serif;
}

.heading-14 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-14.users-need {
  margin-top: 40px;
}

.heading-14.width {
  width: 99.9998vw;
}

.title-label {
  margin-top: 60px;
  margin-bottom: -50px;
}

.title-label.am {
  color: var(--coral);
}

.title-label.am.hmw {
  -webkit-text-stroke-color: var(--black);
  margin-top: 120px;
  margin-bottom: 0;
}

.title-label.am-hmw {
  margin-top: 120px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.title-label.am-copy {
  color: var(--coral);
  margin-bottom: 0;
}

.title-label.am-copy.hmw {
  -webkit-text-stroke-color: var(--black);
  margin-top: 120px;
  margin-bottom: 0;
}

.hmw {
  text-align: center;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-20 {
  margin-top: 60px;
}

.problems {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.problems._0040 {
  margin-bottom: 40px;
}

.columns-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.caption {
  text-align: center;
}

.text-span-92 {
  color: var(--coral);
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  text-decoration: none;
}

.hide {
  display: block;
}

.spark-social-icon-svg {
  color: var(--spark-library-black);
  -webkit-text-stroke-color: var(--spark-library-black);
  width: 20px;
  height: 20px;
}

.spark-social-link {
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: var(--spark-library-white);
  background-color: #e2e2e2;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library-white);
  color: var(--spark-library-foreground-interactive);
}

.spark-button-text {
  color: #000;
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  font-weight: 500;
  display: inline-block;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-footer-link-with-icon.spark-white-button {
  border-color: var(--spark-library-white);
  background-color: var(--spark-library-white);
}

.spark-footer-link-with-icon.spark-white-button:hover {
  color: var(--slate-blue);
  background-color: #f5743d26;
}

.spark-flex-left {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.spark-flexed-footer-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-spread-footer-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library-foreground-interactive);
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--spark-library-black);
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-link {
  color: var(--spark-library-black);
  padding: 16px 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-footer-link:hover {
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library-neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.a-footer-link-small {
  color: var(--alley-component-library-gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library-blue--900);
  text-decoration: underline;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library-gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link {
  color: var(--alley-component-library-gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--alley-component-library-blue--900);
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-error-message {
  background-color: var(--alley-component-library-red--200);
}

.a-success-message {
  background-color: var(--alley-component-library-green--400);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library-neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library-blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  color: #000;
}

.a-footer-input-wrapper {
  position: relative;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-icon-button {
  color: var(--alley-component-library-gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library-neutral--off-white);
  color: var(--alley-component-library-neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-divider {
  background-color: var(--alley-component-library-gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library-white);
  box-shadow: inset 0 0 0 1.5px var(--grey);
  color: var(--grey);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--coral);
  box-shadow: inset 0 0 0 1.5px var(--am);
  color: var(--spark-library-background--interactive);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
  margin-bottom: 80px;
  display: block;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-secondary-background {
  background-color: var(--spark-library-background--interactive);
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.a-text-color-orange-900 {
  color: var(--alley-component-library-orange--900);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-max-width-medium {
  max-width: 486px;
}

.a-cta-input-field {
  border: 1px solid var(--alley-component-library-neutral--off-white);
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  transition: border-color .2s;
}

.a-cta-input-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library-blue--900);
}

.a-cta-form-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
}

.a-cta-form {
  width: 100%;
  max-width: 480px;
  margin-bottom: 16px;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-cta-icon-wrapper {
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.a-cta-feature {
  align-items: center;
  display: flex;
}

.a-cta-feature-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.a-cross-span {
  background-image: url('../images/text-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-regular.a-text-color-primary {
  color: #5167f6;
}

.a-text-color-primary {
  color: var(--alley-component-library-blue--900);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-cta-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129, .text-span-130, .text-span-131, .text-span-132 {
  font-weight: 600;
}

.text-span-133 {
  float: none;
  clear: both;
  text-align: left;
  flex-wrap: nowrap;
  font-weight: 600;
  display: block;
}

.link-7 {
  clear: none;
  outline-offset: 0px;
  outline: 3px #1a1b1f;
  font-style: normal;
  text-decoration: underline;
  display: block;
  position: static;
}

.text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138 {
  font-weight: 600;
}

.heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  font-family: Poppins, sans-serif;
}

.columns-12 {
  margin-top: 20px;
  margin-bottom: 80px;
}

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

.image-1203, .image-1204 {
  margin-bottom: 80px;
}

.image-1205 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1206 {
  margin-bottom: 80px;
}

.image-1207 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1208 {
  max-height: none;
}

.slider {
  height: 510px;
  margin-bottom: 80px;
  display: block;
}

.image-1209 {
  margin-bottom: 80px;
}

.image-1210 {
  align-self: center;
  max-height: 200px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.image-1211 {
  align-self: center;
  max-height: 200px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.image-1212 {
  margin-bottom: 80px;
}

.image-1213 {
  margin-bottom: 20px;
}

.image-1214 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1215 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.image-1216 {
  margin-top: 60px;
  margin-bottom: 140px;
}

.image-1217, .image-1218 {
  margin-top: 60px;
}

.image-1219 {
  margin-top: 80px;
  margin-bottom: 140px;
}

.image-1220 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1221, .image-1222 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-139, .text-span-140, .text-span-141 {
  font-weight: 600;
}

.image-1223 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-span-142 {
  font-weight: 600;
}

.image-1224 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-span-143, .text-span-144 {
  font-weight: 600;
}

.image-1225 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-1226 {
  margin-bottom: 60px;
}

.image-1227 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.image-1228 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-1229 {
  margin-bottom: 80px;
}

.image-1230 {
  margin-top: 60px;
}

.image-1231 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-1232 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-1233 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-span-145, .text-span-146, .text-span-147, .text-span-148, .text-span-149, .text-span-150 {
  font-weight: 600;
}

.image-1234 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-1235 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.image-1236 {
  margin-top: 80px;
  margin-bottom: 60px;
}

.image-1237 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-1238 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1239 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1240 {
  margin-top: 0;
  margin-bottom: 80px;
}

.image-1241 {
  margin-bottom: 80px;
}

.image-1242 {
  width: 239.828vw;
  margin-top: 40px;
  margin-bottom: 80px;
}

.text-span-151, .text-span-152 {
  font-weight: 600;
}

.image-1243, .image-1244 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-153 {
  font-weight: 300;
}

.text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158 {
  font-weight: 600;
}

.spark-button-text-3 {
  color: var(--spark-library-black);
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-tiny-icon-2 {
  color: var(--spark-library-black);
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-button-2 {
  border: 1px solid var(--am);
  background-color: var(--am);
  color: var(--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  color: var(--white);
  background-color: #d65d29;
  border-color: #d65d29;
}

.spark-button-2.spark-icon-left-button {
  grid-column-gap: 12px;
  border-color: var(--alley-component-library-gray--500);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-button-2.spark-icon-left-button:hover {
  background-color: #fdf1eb;
}

.spark-button-2.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-secondary-button:hover {
  background-color: var(--spark-library-light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-flexed-footer-column-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.text-span-159, .text-span-160 {
  font-weight: 600;
}

.image-1245 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-161, .text-span-162, .text-span-163, .text-span-164, .text-span-165, .text-span-166, .text-span-167 {
  font-weight: 600;
}

.image-1246, .image-1247, .image-1248 {
  margin-bottom: 80px;
}

.playground {
  margin-top: 120px;
  font-weight: 700;
}

.a-icon-extra-small {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-button-arrow-icon {
  background-color: var(--alley-component-library-blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library-blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: var(--alley-component-library-blue--800);
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-content-icon-small {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library-neutral--black);
  align-items: center;
  display: flex;
}

.a-content-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-h5-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-margin-bottom-25 {
  margin-bottom: 16px;
}

.a-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-content-icon-large {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-graphic-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-content-card-medium {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-right-column-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-text-color-orange-901 {
  color: var(--alley-component-library-orange--900);
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-card-large {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 20px;
  padding-bottom: 80px;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library-blue--900);
  color: var(--alley-component-library-blue--900);
}

.a-h3-heading-2 {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-content-title-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular-2 {
  padding: 80px 0%;
  position: relative;
}

.shadow-4888 {
  border-radius: 8px;
  width: 239.883vh;
  box-shadow: 0 4px 8px 8px #00000014;
}

.text-span-168, .text-span-169, .text-span-170, .text-span-171, .text-span-172, .text-span-173 {
  font-weight: 600;
}

.how-did-i-get-there {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hdigt {
  text-align: center;
  background-color: #fdf1eb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-1249 {
  width: 763.984vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-1250 {
  width: 239.945vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1251 {
  width: 939.984vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1252, .image-1253, .image-1254 {
  width: 939.992vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.text-span-174 {
  color: #f5743d;
}

._00120 {
  margin-top: 60px;
  margin-bottom: 120px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

._00120.users-need {
  margin-top: 40px;
}

._00120.width {
  width: 99.9998vw;
}

._00120-copy {
  margin-top: 80px;
  margin-bottom: 160px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

._00120-copy.users-need {
  margin-top: 40px;
}

._00120-copy.width {
  width: 99.9998vw;
}

.image-1255 {
  width: 939.992vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.text-span-175 {
  color: #f5743d;
}

.image-1256 {
  width: 939.977vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1257 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1258 {
  width: 939.992vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1259 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1260 {
  width: 239.992vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1261 {
  width: 239.984vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1262, .image-1263 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.text-span-176 {
  font-weight: 600;
}

.grid-3 {
  align-content: center;
  place-items: baseline stretch;
  margin-bottom: 80px;
}

.image-1264, .image-1265 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1266, .image-1267 {
  width: 939.992vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1268 {
  width: 240vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1269 {
  width: 239.984vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1270 {
  width: 239.828vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1271 {
  width: 239.68vw;
  margin-top: 20px;
  margin-bottom: 80px;
}

.image-1272 {
  width: 939.984vw;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-1273 {
  width: 939.992vw;
  margin-top: 20px;
  margin-bottom: 60px;
}

.profile {
  align-self: center;
  max-height: 240px;
  margin-top: 80px;
  margin-bottom: 0;
}

.text-span-177 {
  color: var(--slate-blue);
  font-weight: 400;
}

.text-span-178 {
  font-weight: 400;
}

.text-span-179 {
  color: var(--slate-blue);
  font-weight: 400;
}

.image-1275 {
  width: 239.703vw;
}

.paragraph-7 {
  color: gray;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  ._18 {
    color: #555;
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
  }

  .sect {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sect.filter, .sect.challegefilter, .sect.kfc, .sect.chapter-column {
    display: flex;
  }

  .zhengwen16 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
  }

  .zhengwen16.password {
    padding-bottom: 20px;
  }

  .div-block-3 {
    width: 30%;
    padding-right: 0;
  }

  ._20 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 400;
  }

  ._20._3020 {
    font-weight: 400;
  }

  ._20._2020.zhongjian {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._20.kfc20 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  ._20.we20.li {
    margin-bottom: 40px;
  }

  ._20.we20.li._2 {
    font-weight: 400;
  }

  ._20.filter {
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
  }

  ._20.medium {
    font-weight: 400;
  }

  ._20.filter-copy {
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
  }

  ._20._002 {
    font-family: Montserrat, sans-serif;
  }

  ._20.cat {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .zhengwen14 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    display: block;
  }

  .div-block-4 {
    width: 70%;
    padding-right: 120px;
  }

  .flex-container-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-container-2._2, .flex-container-2._2020, .flex-container-2._2-copy, .flex-container-2.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .contain {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-9 {
    margin-top: 40px;
  }

  .image-9._1._2020 {
    margin-bottom: 20px;
  }

  .image1023 {
    margin-left: 0;
  }

  .overview {
    color: #ffa080;
    border-bottom: 0 #000;
    border-radius: 0;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 800;
  }

  .overview.geshi {
    color: #ffa080;
    margin-bottom: auto;
  }

  .container-4 {
    align-items: flex-start;
  }

  .container-4._4000 {
    margin-top: 40px;
  }

  ._960 {
    text-align: center;
    max-width: 960px;
    display: block;
  }

  .image941 {
    max-width: 941px;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._6060.kfc60 {
    display: block;
  }

  .project-child.project_img.project_img_hmi {
    background-position: 50% 100%;
  }

  .project-child.project_img.project_img_bf {
    background-image: url('../images/kfc.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .project-child.project_img.project_img_rw {
    background-image: url('../images/Accio-封面_1.png');
    background-size: cover;
  }

  .projects {
    margin-top: -250px;
    padding-top: 400px;
  }

  .strike-through-btn {
    background-color: #d2e4ef;
  }

  .link-railway, .link-garden {
    font-family: Pragmaticaextended, Arial, sans-serif;
  }

  .image-1094 {
    margin-bottom: 40px;
  }

  .image-1095, .image-1096, .image-1097 {
    margin-top: 140px;
  }

  .image-1098 {
    margin-top: 60px;
  }

  .image-1099 {
    width: 74%;
    margin-top: 60px;
  }

  .image-1100, .image-1101 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-1102 {
    margin-top: 40px;
  }

  ._6000 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  ._6000._2, ._6000._2020, ._6000._2-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-container-2-copy._2, .flex-container-2-copy._2020, .flex-container-2-copy._2-copy, .flex-container-2-copy.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-container-2-copy._2, .flex-container-2-copy._2020, .flex-container-2-copy._2-copy, .flex-container-2-copy.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-container-2-copy._2, .flex-container-2-copy._2020, .flex-container-2-copy._2-copy, .flex-container-2-copy.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-container-2-copy {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-container-2-copy._2, .flex-container-2-copy._2020, .flex-container-2-copy._2-copy, .flex-container-2-copy.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-container-esg {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-container-esg._2, .flex-container-esg._2020, .flex-container-esg._2-copy, .flex-container-esg.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .zhengwen16-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
  }

  .zhengwen16-copy.password {
    padding-bottom: 20px;
  }

  .section-6 {
    height: 100vh;
    margin-top: 0;
  }

  .image-5 {
    width: auto;
    max-width: none;
  }

  ._18-2 {
    color: #555;
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-8 {
    width: 30%;
    padding-right: 0;
  }

  .container-3 {
    object-fit: fill;
  }

  .yuanlinxiaotou {
    flex-direction: column;
  }

  ._20-2 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .section-7 {
    margin-top: 40px;
  }

  .image-1192 {
    width: auto;
    max-width: none;
  }

  .image-6 {
    margin-top: 40px;
  }

  .container-13 {
    align-items: center;
  }

  .section-45 {
    width: auto;
  }

  .overview-2 {
    color: #ffa080;
    border-bottom: 0 #000;
    border-radius: 0;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 800;
  }

  .overview-2.geshi {
    color: #ffa080;
    margin-bottom: auto;
  }

  .section-46 {
    height: 100vh;
    margin-top: 0;
  }

  .div-block-9 {
    width: 70%;
    padding-right: 120px;
  }

  .section-41 {
    margin-top: 0;
  }

  .flex-container-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .zhengwen16-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
  }

  .link-gm {
    font-family: Pragmaticaextended, Arial, sans-serif;
  }

  .projects-copy {
    margin-top: -250px;
    padding-top: 340px;
  }

  .link-event, .link-gm-copy, .link-glimpse, .link-anothermind, .link-garden-copy, .link-garden-copy-copy {
    font-family: Pragmaticaextended, Arial, sans-serif;
  }

  .image-1265 {
    width: 939.984vw;
  }

  .image-1266 {
    width: 939.992vw;
  }

  .image-1267 {
    width: 239.984vw;
  }

  .paragraph-7 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .bold-text {
    color: #1a1b1f;
  }

  .sect.challegefilter, .sect.kfc, .sect.chapter-column {
    display: flex;
  }

  .zhengwen16 {
    padding-bottom: 20px;
  }

  .zhengwen16.outcome {
    max-width: 400px;
  }

  ._20._4020, ._20.fit {
    font-size: 22px;
  }

  ._20.we20 {
    max-width: 500px;
  }

  ._20.we20.li, ._20.insight {
    margin-bottom: 40px;
  }

  .contain {
    text-align: left;
    display: flex;
  }

  .image-9._1._2020 {
    text-align: left;
    max-width: 960px;
    display: block;
  }

  .image-999 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-4 {
    align-items: flex-start;
  }

  .ia._960 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sect-2 {
    justify-content: center;
    display: flex;
  }

  .image-1010 {
    margin-top: 40px;
  }

  .image-1011 {
    margin-top: 120px;
  }

  .image-1012 {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  ._6060 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-1032, .image-1033, .image-1034 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .columns {
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .heading-9.home.about, .heading-9.home-copy.about {
    text-align: left;
  }

  .heading-11 {
    margin-bottom: 40px;
  }

  .heading-12 {
    font-size: 29px;
  }

  .image-1056 {
    margin-bottom: 60px;
  }

  .image-1058 {
    margin-top: 40px;
  }

  .image-1059 {
    max-height: 960px;
  }

  .project-child.project_img.project_img_hmi {
    background-color: #0000;
    background-size: cover;
  }

  .project-child.project_img.project_img_bf {
    background-image: url('../images/kfc.png');
  }

  .project-child.project_img.project_img_rw {
    background-image: url('../images/Accio-封面.png');
  }

  .project-child.project_img.project_img_gm {
    background-image: none;
    background-position: 50% 85%;
    background-size: cover;
    background-attachment: scroll;
  }

  .h5-parent {
    margin-top: -20px;
    margin-bottom: 120px;
  }

  .project-text-container {
    flex-direction: column;
  }

  .filter, .upped, .esg {
    font-family: Montserrat, sans-serif;
  }

  .zhengwen16-copy {
    padding-bottom: 20px;
  }

  .zhengwen16-copy.outcome {
    max-width: 400px;
  }

  .section-6 {
    text-align: center;
    height: 100vh;
    display: block;
  }

  .image-5, .image-1192 {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .image-12 {
    max-width: 980px;
  }

  .section-46 {
    text-align: center;
    height: 100vh;
    display: block;
  }

  .image-980 {
    max-width: 980px;
    padding-bottom: 20px;
  }

  .project-text-container-grey {
    flex-direction: column;
  }

  .image-1249 {
    width: 239.93vw;
  }

  .image-1272 {
    width: 939.984vw;
  }

  .image-1273 {
    width: 239.945vw;
  }
}

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

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

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

  .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 {
    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 {
    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;
  }

  .intro-wrap-2 {
    flex-wrap: nowrap;
  }

  .ns_container {
    align-items: stretch;
  }

  .ns_container_btn {
    width: 100%;
  }

  .smooth-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-child.project_text {
    flex: 0 auto;
  }

  .project-child.project_img.project_img_bf {
    background-color: #f7f7f7;
    background-size: 107%;
  }

  .project-child.project_img.project_img_bf.filter {
    background-color: #d2e4ef;
    background-size: 107%;
  }

  .project-child.project_img.project_img_bf.amway {
    background-color: #2c2c2c;
  }

  .project-child.project_img.project_img_bf.sales {
    background-color: #e2f1f8;
  }

  .project-child.project_img.project_img_bf.anothermind {
    background-color: #f8f1f0;
    background-size: 107%;
  }

  .project-child.project_img.project_img_bf.kfc {
    background-color: #e48c8f;
    background-position: 50% 100%;
  }

  .project-child.project_img.project_img_rw.esg {
    background-color: #ebf1ea;
    background-size: 107%;
  }

  .project-child.project_img.project_img_rw.upped {
    background-color: #dff6f1;
    background-size: 100%;
  }

  .projects {
    padding-top: 300px;
  }

  .project_parent {
    order: 0;
    display: flex;
  }

  .projects-container {
    display: block;
  }

  .italic-text-2 {
    font-style: normal;
    text-decoration: none;
    display: none;
    overflow: visible;
  }

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

  .section-6 {
    height: auto;
  }

  .image-5, .image-1192 {
    width: 130vw;
    height: auto;
  }

  .ns_container_btn-2 {
    width: 100%;
  }

  .section-46 {
    height: auto;
  }

  .container-14 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns-home {
    flex-flow: column wrap;
    align-items: center;
    max-width: none;
    margin-top: 40px;
    display: flex;
  }

  .column-7 {
    flex-wrap: nowrap;
  }

  .column-7.hide {
    flex: 0 auto;
    order: -1;
    margin-bottom: 60px;
    padding-right: 0;
    display: block;
  }

  .column-8 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-footer-column {
    min-width: 180px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .a-button-primary {
    display: flex;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider {
    height: 400px;
  }

  .spark-flexed-footer-column-copy {
    min-width: 180px;
  }

  .a-content-card-medium {
    justify-content: flex-end;
    min-height: 420px;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-content-card-large {
    justify-content: flex-end;
  }

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

@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;
  }

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

  .section.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;
  }

  .flex-container-2 {
    flex-direction: row;
  }

  .contain {
    text-align: center;
  }

  .smooth-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sect-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bkg_lottie {
    margin-top: -50px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .project-child.project_text {
    width: auto;
    height: auto;
  }

  .project-child.project_img.project_img_hmi {
    width: 100%;
    height: 60vh;
  }

  .project-child.project_img.project_img_bf.filter, .project-child.project_img.project_img_bf.amway {
    background-size: auto 107%;
    order: -1;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_bf.sales {
    background-size: auto 107%;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_bf.anothermind {
    background-color: #f8f1f0;
    background-size: auto 107%;
    order: -1;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_bf.kfc {
    background-size: auto 107%;
    order: -1;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_rw {
    width: 100%;
    height: 60vh;
  }

  .project-child.project_img.project_img_rw.esg {
    background-size: auto 107%;
    order: -1;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_rw.upped {
    background-size: auto 107%;
    width: auto;
    height: 340px;
  }

  .project-child.project_img.project_img_rw.gm {
    width: 500px;
    height: 500px;
  }

  .project-child.project_img.project_img_gm {
    width: 100%;
    height: 60vh;
  }

  .projects {
    padding-top: 300px;
  }

  .project_parent {
    flex-direction: column;
    width: auto;
    margin-bottom: 60px;
  }

  .project_parent.project_parent_switched {
    flex-direction: column;
  }

  .project-text-h3 {
    line-height: 1.5em;
  }

  .project-text-container {
    height: auto;
    padding: 50px 25px;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  ._6000, .flex-container-2-copy, .flex-container-2-copy, .flex-container-2-copy, .flex-container-2-copy, .flex-container-esg {
    flex-direction: row;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .smooth-wrapper-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-14 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-container-4 {
    flex-direction: row;
  }

  .project-text-container-grey {
    padding: 50px 25px;
  }

  .image-1199 {
    text-align: left;
    max-width: 184px;
  }

  .columns-home {
    flex-direction: column;
    align-items: center;
    max-width: 561px;
  }

  .column-7.hide {
    display: flex;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-flexed-footer-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-spread-footer-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-footer-form {
    flex-direction: column;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

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

  .a-cta-form-wrapper {
    flex-direction: column;
  }

  .a-cta-feature-wrapper {
    margin-bottom: 24px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .slider {
    height: 300px;
  }

  .spark-flexed-footer-column-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .a-content-card-small {
    flex-direction: column;
  }

  .a-content-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

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

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

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

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

  .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;
  }

  .div-block-3 {
    width: auto;
  }

  .div-block-4 {
    width: auto;
    padding-right: 0;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .contact_btn, .projects_btn {
    width: 100%;
  }

  .ns_container_btn {
    flex-direction: column;
    height: 220px;
  }

  .smooth-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bkg_lottie {
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .heading-7 {
    font-size: 25px;
  }

  .project-child.project_text {
    width: auto;
    height: auto;
  }

  .project-child.project_text.project_text_left {
    height: auto;
  }

  .project-child.project_img.project_img_hmi {
    background-position: 50%;
    background-size: cover;
    height: 28vh;
  }

  .project-child.project_img.project_img_bf {
    background-size: cover;
    width: 100vw;
    height: 100vw;
  }

  .project-child.project_img.project_img_bf.filter {
    width: 100vw;
    height: 100vw;
  }

  .project-child.project_img.project_img_bf.anothermind {
    object-fit: fill;
    width: 100vw;
    height: 100vw;
  }

  .project-child.project_img.project_img_rw {
    background-size: cover;
    height: 28vh;
  }

  .project-child.project_img.project_img_rw.esg, .project-child.project_img.project_img_rw.upped {
    width: 100vw;
    height: 100vw;
  }

  .project-child.project_img.project_img_gm {
    background-size: cover;
    height: 40vh;
  }

  .project_parent {
    width: 100vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project_parent._1._4 {
    height: auto;
    margin-bottom: 0;
  }

  .project_parent._3, .project_parent.project_parent_switched._2 {
    height: auto;
  }

  .h33 {
    font-size: 25px;
  }

  .projects-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .p {
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .project-text-container {
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._6000, .flex-container-2-copy, .flex-container-2-copy, .flex-container-2-copy, .flex-container-2-copy, .flex-container-esg {
    flex-direction: column;
  }

  .section-6 {
    height: auto;
  }

  .div-block-8 {
    width: auto;
  }

  .h33-2 {
    font-size: 25px;
  }

  .ns_container_btn-2 {
    flex-direction: column;
    height: 220px;
  }

  .paragraph-2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .section-45 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .smooth-wrapper-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-46 {
    height: auto;
  }

  .div-block-9 {
    width: auto;
    padding-right: 0;
  }

  .projects_btn-2 {
    width: 100%;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .project-text-container-grey {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

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

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .slider {
    height: 170px;
  }

  .a-content-card-small {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-content-card-medium {
    min-height: 500px;
    padding: 24px;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-content-card-large {
    height: 670px;
    padding: 24px;
  }
}

#w-node-d524a285-9c6f-6bba-02d3-ee7d29077a01-8d1d2841 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d524a285-9c6f-6bba-02d3-ee7d29077a09-8d1d2841 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d524a285-9c6f-6bba-02d3-ee7d29077a10-8d1d2841 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d524a285-9c6f-6bba-02d3-ee7d29077a17-8d1d2841 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8e06bf47-a582-724f-cfcc-61c06d7457b1-badddbd3, #w-node-_5c9deba7-2591-ae0b-46ab-4a48e949ed86-badddbd3, #w-node-d26326e8-51fa-b9c9-0bf1-6d7ed95dbe13-badddbd3, #w-node-_485bb55e-f008-b128-3112-deb8e91d16a6-badddbd3 {
  align-self: center;
}

#w-node-b522305d-fbf4-6f58-a003-e6c4e2071525-badddbd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ac5afc-eb31-7c41-d396-3f134797a740-badddbd3 {
  align-self: start;
}

#w-node-d86a5ca5-94dc-1444-f2ab-4d9cc22a2676-badddbd3, #w-node-_8e06bf47-a582-724f-cfcc-61c06d7457b1-e563bfb4, #w-node-_5c9deba7-2591-ae0b-46ab-4a48e949ed86-e563bfb4, #w-node-d26326e8-51fa-b9c9-0bf1-6d7ed95dbe13-e563bfb4, #w-node-_485bb55e-f008-b128-3112-deb8e91d16a6-e563bfb4 {
  align-self: center;
}

#w-node-b522305d-fbf4-6f58-a003-e6c4e2071525-e563bfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ac5afc-eb31-7c41-d396-3f134797a740-e563bfb4 {
  align-self: start;
}

#w-node-d86a5ca5-94dc-1444-f2ab-4d9cc22a2676-e563bfb4 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d524a285-9c6f-6bba-02d3-ee7d29077a09-8d1d2841 {
    grid-area: 1 / 3 / 2 / 4;
  }
}


@font-face {
  font-family: 'Pragmaticaextended';
  src: url('../fonts/PragmaticaExtendedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmaticaextended';
  src: url('../fonts/PragmaticaExtendedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmaticaextended';
  src: url('../fonts/PragmaticaExtendedBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmaticaextended';
  src: url('../fonts/PragmaticaExtendedBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}