:root {
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

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

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.wide.purple {
  background-image: linear-gradient(#0009, #0000004d 45%, #5f5f5f33 66%, #fff0), url('../images/52-kongjingtu6-5066.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: none;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.hero.transparent-bg {
  position: absolute;
  inset: 0% 0% auto;
}

.hero.menu-page {
  background-color: #000;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

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

.feature-content {
  border: 1px #000;
  width: 40%;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.hide {
  display: none;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #617223;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  color: #617223;
  background-color: #0000;
  border: 1px solid #617223;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 1000px;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: block;
  position: relative;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-w388px {
  flex: none;
  width: 388px;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 22px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px #fff;
}

.nav-link.w--current {
  color: #fff;
  font-size: 22px;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
  overflow: hidden;
}

.feature-wrap {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 20px;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  display: none;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.popular-product_title {
  color: #000;
  font-family: Droid Serif, serif;
  font-size: 34px;
  font-weight: 700;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #aaa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  display: none;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  overflow: hidden;
}

.brand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  overflow: visible;
}

.image-5 {
  background-image: url('../images/4cake.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-2 {
  color: #bbb;
}

.heading-4 {
  color: #181818;
}

.text-block-3 {
  color: #000;
  font-weight: 700;
}

.heading-5 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Droid Serif, serif;
  font-size: 63px;
}

.white-text, .text-block-5 {
  color: #fff;
}

.image-w64px.menu-page {
  width: 270px;
}

.image-w358px, .image-7 {
  width: 358px;
}

.text-block-6 {
  color: #fff;
}

.div-block-13 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.slider {
  width: 100vw;
  height: 100vh;
}

.slide-1 {
  background-image: url('../images/slide-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slide-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slide-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-heading {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 2.8em;
}

.left-arrow-2, .right-arrow-2, .icon-2, .icon-3 {
  display: none;
}

.button-2 {
  z-index: 2;
  border: 3px solid var(--white);
  background-color: #000;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.button-2.category-menu {
  z-index: 0;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Droid Serif, serif;
  font-size: 40px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.product-image {
  object-fit: cover;
  border-radius: 0%;
  width: 300px;
  height: 400px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.button-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6, .heading-7 {
  color: #000;
}

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

.button-4 {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #3a3a3a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #8a8a8a;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #ffffffbf;
}

.footer-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.categorty_intro {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.paragraph-4, .paragraph-5 {
  color: #000;
  text-align: left;
  line-height: 30px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-8 {
  background-image: url('../images/3-fenmozhenwang5009-min.jpg');
  background-position: 50%;
  background-size: auto;
  overflow: clip;
}

.heading-8 {
  font-size: 15px;
}

.popular-product_img {
  width: 60%;
  height: 460px;
}

.popular-product_img.swcs {
  background-image: url('../images/3-fenmozhenwang5009-min.jpg');
  background-position: 63%;
  background-size: cover;
}

.popular-product_img.sg {
  background-image: url('../images/6-yiduozhizihua-4534-min-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.popular-product_img.wcmt {
  background-image: url('../images/7-bailan-4165-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-story_bodycopy {
  width: 90vw;
  max-width: 900px;
}

.div-block-14 {
  margin-bottom: 20px;
}

.heading-9 {
  color: #000;
  font-family: Droid Serif, serif;
}

.menu_title_chinese {
  color: #000;
}

.menu_section_title-wrap {
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
  display: flex;
}

.menu_section-title {
  color: #000;
  margin-bottom: auto;
  font-family: Droid Serif, serif;
  font-size: 36px;
}

.tea-title_english {
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tea-base-details {
  color: #a0a0a0;
  text-transform: capitalize;
}

.menu-section {
  margin-top: 9vh;
}

.slide-5 {
  background-image: url('../images/slide-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current {
    font-size: 22px;
  }

  .feature-wrap {
    max-width: 1400px;
  }

  .brand {
    padding: 18px;
  }

  .slide-1 {
    background-image: url('../images/slide-11.jpg');
  }

  .slide-2 {
    background-image: url('../images/slide-10.jpg');
  }

  .slide-3 {
    background-image: url('../images/slide-9.jpg');
  }

  .slide-4 {
    background-image: url('../images/slide-8.jpg');
  }

  .button-2 {
    border-radius: 50px;
  }

  .container {
    max-width: none;
  }

  .team-grid {
    grid-column-gap: 30px;
    max-width: 1400px;
  }

  .product-image {
    width: 400px;
    height: 600px;
    max-height: none;
  }

  .product-image.molinaibai {
    width: 300px;
    height: 400px;
  }

  .slide-5 {
    background-image: url('../images/slide-7.jpg');
  }

  .slide-6 {
    background-image: url('../images/slide-6.jpg');
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    background-color: #fff0;
    flex-direction: column;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .image-w388px {
    flex: none;
    width: 100%;
    max-width: none;
    position: relative;
    overflow: clip;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    width: 80vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .image-w64px {
    width: 48px;
  }

  .slide-2 {
    background-position: 50%;
  }

  .slide-3 {
    background-image: url('../images/0808moli0252-min.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .button-2 {
    width: 24vw;
  }

  .container {
    max-width: 728px;
  }

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

  .team-grid {
    grid-column-gap: 15px;
    width: 80vw;
  }

  .product-image {
    width: 190px;
    height: 190px;
  }

  .container-2 {
    max-width: 728px;
  }

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

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

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-color: #fff0;
    background-image: none;
    height: auto;
  }

  .feature-content {
    width: 80vw;
  }

  .feature-content.icons {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .feature-content.hide {
    display: block;
  }

  .feature-content.hide-2 {
    display: none;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

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

  .nav-link {
    margin-bottom: 0;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-flow: column;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-image {
    width: 50vw;
  }

  .popular-product_title {
    font-size: 28px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-slider {
    margin-top: 5vh;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .slider {
    height: 100vh;
  }

  .slide-3 {
    background-position: 50% 58%;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .button-2 {
    width: 22vw;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    inset: auto 0% 10%;
  }

  .button-2.category-menu {
    width: 26vw;
    font-size: 16px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .section-heading {
    font-size: 30px;
  }

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

  .product-image {
    width: 400px;
    height: 360px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #ffffffbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .popular-product_img.swcs {
    background-position: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
  }

  .popular-product_img.sg, .popular-product_img.wcmt {
    width: 90%;
  }

  .our-story_bodycopy {
    width: 80vw;
  }

  .tea-base-details {
    text-transform: capitalize;
    overflow-wrap: normal;
    width: auto;
  }

  .menu-section {
    margin-top: 5vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 100vh;
  }

  .section.wide.img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
  }

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

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

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    justify-content: center;
    align-items: center;
    padding: 0 5vw 20px;
    display: block;
  }

  .image-w388px {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .popular-product_title {
    font-size: 24px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-button {
    color: #fff;
  }

  .nav-menu-2 {
    padding-bottom: 20px;
  }

  .brand {
    padding: 18px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .image-w64px {
    width: 38px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

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

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

  .slide-3 {
    background-image: url('../images/slide-9.jpg');
    background-position: 100% 100%;
  }

  .slide-4 {
    background-image: url('../images/slide-8.jpg');
    background-size: cover;
  }

  .footer-heading {
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 36px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .button-2 {
    width: 37vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2.category-menu {
    width: 40vw;
  }

  .container {
    max-width: none;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
  }

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

  .footer-content {
    flex-flow: column;
  }

  .footer-social-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .menu_title_chinese {
    font-size: 16px;
  }

  .menu_section-title {
    text-align: center;
    font-size: 22px;
  }

  .tea-title_english {
    font-size: 16px;
  }

  .menu-section {
    margin-top: 0;
  }

  .slide-5 {
    background-image: url('../images/slide-7.jpg');
    background-position: 50%;
  }
}

#w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9e5-32e1e9a6, #w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9f0-32e1e9a6, #w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9fa-32e1e9a6, #w-node-_19b5b60a-8be7-68e7-5586-c0ce887bd04e-32e1e9a6, #w-node-_19b5b60a-8be7-68e7-5586-c0ce887bd062-32e1e9a6, #w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9e5-11231bcf, #w-node-_2e7f77fb-f596-2467-3732-f45a97238221-11231bcf, #w-node-_1c37df10-99fd-1cbe-8509-a2e3518e7706-11231bcf, #w-node-ff56a70a-155d-c0d5-4200-bf1e1221c7bd-11231bcf, #w-node-_03f3074d-a30a-a5e8-0173-ddba3ee820ed-11231bcf, #w-node-f96e8790-7fbf-2e4f-45d1-0fee01753d8b-11231bcf, #w-node-_2371074b-8799-7bac-e690-ffab19d42300-11231bcf, #w-node-_6c4ffed1-3abf-0fdd-c5b5-df72ab5971ce-11231bcf, #w-node-e72438c7-4968-236a-f6ab-512feab4ec07-11231bcf, #w-node-_8c718b48-d924-69f3-c9d0-449fee283acd-11231bcf, #w-node-_8c718b48-d924-69f3-c9d0-449fee283ad9-11231bcf, #w-node-_8c718b48-d924-69f3-c9d0-449fee283ae5-11231bcf, #w-node-_3f95b54c-6059-a324-000b-4ade8425eb1a-11231bcf, #w-node-_3f95b54c-6059-a324-000b-4ade8425eb26-11231bcf, #w-node-_3f95b54c-6059-a324-000b-4ade8425eb32-11231bcf, #w-node-_19b5b60a-8be7-68e7-5586-c0ce887bd04e-11231bcf, #w-node-_19b5b60a-8be7-68e7-5586-c0ce887bd062-11231bcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9f0-32e1e9a6, #w-node-_500caaf7-5cdc-2557-e0b4-37ff6a48c9fa-32e1e9a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


