.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

.navbar {
  background-color: #fff;
  max-width: 100%;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  box-shadow: 0 0 5px #0003;
}

.logo {
  max-width: 150px;
  padding-top: 0;
}

.nav-link {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.nav-link:hover {
  color: #c2c2c2;
}

.nav-link.w--current {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.footer-box {
  justify-content: space-between;
  width: auto;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  max-width: 20px;
}

.social-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.footer {
  background-color: #000;
  font-family: Roboto, sans-serif;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flexbox.works-flex {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
}

.flexbox.news-flex {
  flex-flow: column;
}

.txt {
  min-width: 300px;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.section {
  flex-grow: 1;
  flex-shrink: 1;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: League Spartan;
}

.section.ebs-section {
  min-height: auto;
}

.section.homepage-section {
  height: auto;
  margin-top: 0;
}

.second-heading {
  color: #818181;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph {
  color: #333;
  min-width: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph.home-desc-en {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.paragraph.home-desc-ch {
  color: #686868;
  margin-top: 20px;
  font-size: 20px;
}

.text-box {
  flex-flow: column;
  width: 50%;
  min-width: auto;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: flex;
}

.img-box {
  width: auto;
  min-width: auto;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  display: flex;
}

.body.home-body {
  background-color: #000;
  height: 100%;
  display: block;
}

.footer-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-container {
  justify-content: space-between;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.plus-line-animated {
  color: #171719;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-paragraph {
  vertical-align: baseline;
  max-width: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
}

.container {
  max-width: none;
  padding: 100px 60px;
  display: block;
}

.container.works-container {
  flex-flow: column;
  margin-top: 40px;
  padding: 0;
  display: block;
}

.container.inner-container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 0 60px;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.faq-question-text {
  text-transform: none;
  max-width: none;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.pricing {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.border {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.desc-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.desc-title {
  min-width: 100px;
  font-size: 18px;
  font-weight: 600;
}

.desc-txt {
  color: #343434;
  font-size: 18px;
  font-weight: 300;
}

.works-img {
  width: 50%;
  max-width: none;
  margin-left: 60px;
  margin-right: 20px;
}

.image {
  max-width: 100%;
}

.image.homepage-img {
  max-width: 300px;
}

.works-txt {
  width: 50%;
  margin-left: 20px;
  margin-right: 60px;
  font-family: Roboto, sans-serif;
}

.buy-button {
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.logo-box {
  margin-top: 15px;
}

.paragraph-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading-2 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.bold-text {
  color: #343434;
  line-height: 20px;
}

.tabs {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.tabs-menu {
  text-align: center;
  background-color: #0000;
  font-family: Roboto, sans-serif;
  display: block;
}

.tab-link-tab-1 {
  color: #7d7d7d;
  text-align: center;
  background-color: #0000;
  min-width: 200px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #000;
  min-width: 200px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.tab-link-tab-2 {
  color: #7d7d7d;
  background-color: #0000;
  min-width: 200px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.tab-link-tab-2.w--current {
  color: #000;
  background-color: #0000;
  border-bottom: 4px solid #000;
  font-size: 22px;
  font-weight: 600;
}

.link-box {
  text-align: center;
  text-decoration: none;
}

.works-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.works-links {
  color: #000;
  width: auto;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.works-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.sizing {
  color: #7d7d7d;
  font-size: 18px;
  line-height: 20px;
}

.back-btn {
  margin-top: 40px;
  padding-left: 60px;
}

.inner-img {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 300px;
  max-height: none;
}

.works-inner-img {
  object-fit: cover;
}

.link {
  color: #fff;
}

.contact-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-txt {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.btn-wrap {
  position: relative;
}

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0e1011;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.toggle-color {
  z-index: 999;
  cursor: pointer;
  background-color: #181a1b;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}

.navbar-menu-item {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.navbar-menu-item:hover {
  color: #0e1011;
}

.clients-item {
  background-color: #f8f8f8;
  padding: 5vw;
}

.home-services-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mobile-menu-toggle-inner {
  cursor: pointer;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
}

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

.mobile-menu-toggle {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
}

.home-features-wrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.max-width-48ch {
  max-width: 48ch;
}

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

.text-size-regular {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.heading-4 {
  font-size: 3rem;
  line-height: 1.15;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  font-family: Roboto, sans-serif;
  display: flex;
}

.steps-item {
  position: sticky;
  top: 8vh;
}

.primary-button {
  color: #fbfbfb;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 63ch;
  display: flex;
}

.homepage-section {
  font-family: Roboto, sans-serif;
}

.link-2 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.link-3 {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.grid-img {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  margin-top: 40px;
  display: grid;
}

.section-2 {
  background-color: #0000;
  margin: 20px auto;
  padding: 0 0;
}

.section-2.faq-accordion {
  margin-bottom: 40px;
}

.faq-paragraph-2 {
  max-width: 800px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.container-3 {
  display: block;
}

.faq-question-2 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.rich-text-block, .block-quote {
  font-family: Roboto, sans-serif;
}

.link-4 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.link-5 {
  color: #000;
  font-weight: 600;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  vertical-align: baseline;
}

.heading-5 {
  font-family: Roboto, sans-serif;
}

.image-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  height: auto;
}

.image-4 {
  max-width: 100%;
}

.home-img {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 85%;
}

@media screen and (min-width: 1280px) {
  .logo {
    max-width: 150px;
    padding-top: 0;
  }

  .social-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flexbox {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-top: 0;
  }

  .section {
    flex: auto;
    order: 0;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
  }

  .paragraph.home-desc-ch {
    color: #686868;
  }

  .text-box {
    margin-left: auto;
    margin-right: auto;
  }

  .img-box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-paragraph {
    max-width: none;
    font-weight: 400;
    line-height: 30px;
  }

  .container.inner-container {
    margin-bottom: 10px;
  }

  .logo-box {
    margin-top: 15px;
  }

  .paragraph-2 {
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }

  .heading-2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .works-flex {
    justify-content: space-between;
    align-items: stretch;
  }

  .back-btn {
    margin-top: 40px;
  }

  .link {
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-paragraph-2 {
    max-width: 800px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    padding-top: 0;
  }

  .flexbox, .flexbox.works-flex {
    margin-left: auto;
  }

  .heading {
    margin-top: 0;
    font-weight: 600;
  }

  .section {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .second-heading {
    color: #7d7d7d;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }

  .paragraph {
    color: #333;
    min-width: auto;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
  }

  .paragraph.home-desc-ch {
    color: #686868;
    font-size: 20px;
    line-height: 35px;
  }

  .text-box {
    margin-left: auto;
    margin-right: auto;
  }

  .img-box {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    display: flex;
  }

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

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

  .faq-paragraph {
    line-height: 30px;
  }

  .container.inner-container {
    margin-bottom: 10px;
  }

  .works-txt {
    font-family: Roboto, sans-serif;
  }

  .logo-box {
    margin-top: 20px;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .tabs {
    text-align: center;
  }

  .works-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .works-links {
    width: 25%;
  }

  .back-btn {
    margin-top: 60px;
  }

  .button-text, .navbar-menu-item {
    font-size: 20px;
  }

  .clients-item {
    padding: 5rem;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-paragraph-2 {
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    max-width: 180px;
    padding-top: 0;
  }

  .nav-link {
    font-size: 27px;
    line-height: 30px;
  }

  .footer-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flexbox {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .heading {
    margin-top: 60px;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
  }

  .section {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.ebs-section {
    flex: auto;
    min-height: auto;
  }

  .second-heading {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 35px;
  }

  .paragraph {
    margin-top: 100px;
    font-size: 23px;
    line-height: 35px;
  }

  .paragraph.home-desc-en {
    font-size: 30px;
  }

  .paragraph.home-desc-ch {
    color: #686868;
    font-size: 25px;
  }

  .text-box {
    font-size: 24px;
  }

  .img-box {
    flex: 0 auto;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    min-height: 100%;
  }

  .nav-container {
    padding-top: 10px;
  }

  .faq-paragraph {
    max-width: none;
    font-size: 24px;
    line-height: 35px;
  }

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

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

  .faq-answer {
    max-width: 1200px;
  }

  .faq-question-text {
    font-size: 30px;
    line-height: 35px;
  }

  .border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desc-box {
    margin-bottom: 10px;
  }

  .desc-title, .desc-txt {
    font-size: 23px;
    line-height: 25px;
  }

  .works-txt {
    flex-flow: column;
    width: 50%;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    display: flex;
  }

  .buy-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .logo-box {
    margin-top: 15px;
  }

  .paragraph-2 {
    font-size: 23px;
    line-height: 35px;
  }

  .works-flex {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .works-links {
    width: auto;
  }

  .back-btn {
    margin-top: 60px;
    padding-left: 60px;
  }

  .image-2 {
    min-width: 100px;
  }

  .link {
    font-size: 20px;
  }

  .text-size-regular {
    font-size: 25px;
    line-height: 40px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-paragraph-2 {
    max-width: 1200px;
    font-size: 24px;
    line-height: 35px;
  }

  .container-3 {
    max-width: 100%;
    margin-left: 140px;
    margin-right: 140px;
  }

  .hero-wrapper-two {
    max-width: 1280px;
  }

  .margin-bottom-24px {
    line-height: 30px;
  }

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

  .paragraph-4 {
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    max-width: none;
    padding-bottom: 10px;
  }

  .logo {
    max-width: 140px;
    padding-top: 0;
    font-size: 14px;
  }

  .flexbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox.works-flex {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .section {
    margin-top: 0;
    font-family: Roboto, sans-serif;
  }

  .section.homepage-section {
    margin-top: 40px;
  }

  .second-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    margin-top: 20px;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph.home-desc-en {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph.home-desc-ch {
    font-size: 16px;
  }

  .text-box {
    width: auto;
  }

  .img-box {
    max-width: none;
  }

  .body {
    height: auto;
    font-family: Roboto, sans-serif;
  }

  .body.home-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    display: flex;
  }

  .nav-container {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .container {
    padding: 0 40px;
  }

  .faq-question-text {
    font-size: 20px;
    line-height: 25px;
  }

  .pricing {
    font-size: 23px;
    line-height: 25px;
  }

  .border {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .desc-title {
    min-width: 80px;
    font-size: 16px;
  }

  .desc-txt {
    font-size: 16px;
  }

  .works-img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .works-txt {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .buy-button {
    font-size: 16px;
  }

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

  .logo-box {
    margin-top: 20px;
    font-family: Roboto, sans-serif;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .works-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .works-links {
    margin-bottom: 20px;
  }

  .back-btn {
    margin-top: 40px;
    padding-left: 20px;
  }

  .inner-img {
    aspect-ratio: 1;
  }

  .nav-menu {
    background-color: #fff;
    font-family: Roboto, sans-serif;
  }

  .icon-2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
  }

  .link {
    color: #fff;
  }

  .button-text {
    font-size: 18px;
  }

  .navbar-menu-item {
    font-size: 19px;
  }

  .clients-item {
    padding: 3rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .home-features-wrapper {
    margin-top: 8rem;
  }

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

  .header-2 {
    max-width: 70vw;
  }

  .steps-item {
    position: relative;
    top: auto;
  }

  .header-3 {
    max-width: 70vw;
  }

  .grid-img {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .section-2 {
    min-height: auto;
    margin: 20px 5vw;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hero-wrapper-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .logo {
    max-width: 110px;
    padding-top: 0;
  }

  .footer-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .flexbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    padding: 0;
  }

  .heading {
    margin-bottom: 20px;
  }

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

  .section.homepage-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .second-heading {
    font-family: Roboto, sans-serif;
    font-size: 23px;
    line-height: 25px;
  }

  .paragraph {
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.home-desc-en {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.home-desc-ch {
    font-size: 18px;
  }

  .text-box {
    width: auto;
  }

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

  .body {
    min-height: 100%;
  }

  .body.home-body {
    min-height: auto;
  }

  .faq-section-questions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 25px;
  }

  .container {
    padding: 0 40px;
  }

  .container.inner-container {
    margin-bottom: 0;
  }

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

  .faq-question-text {
    font-size: 18px;
    line-height: 25px;
  }

  .works-txt {
    width: 100%;
  }

  .buy-button {
    font-size: 15px;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #0000;
    font-size: 30px;
  }

  .logo-box {
    margin-top: 10px;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }

  .works-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .works-links {
    width: auto;
    min-width: 70%;
  }

  .works-heading {
    max-width: 250px;
    font-size: 23px;
    line-height: 25px;
  }

  .sizing {
    font-size: 20px;
  }

  .back-btn {
    margin-top: 40px;
    padding-left: 20px;
  }

  .image-2 {
    max-width: 60px;
  }

  .inner-img {
    object-fit: cover;
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    margin-bottom: 0;
  }

  .link {
    color: #fff;
  }

  .clients-item {
    padding: 2.5rem;
  }

  .mobile-menu-toggle-inner {
    cursor: pointer;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    display: flex;
  }

  .home-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-2, .header-3 {
    max-width: none;
  }

  .section-2 {
    margin: 20px 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-paragraph-2 {
    max-width: 450px;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
  }

  .logo {
    max-width: 110px;
    padding-top: 0;
  }

  .footer-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .social-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

  .flexbox.mob-flex {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

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

  .section.homepage-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .second-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph.home-desc-en {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph.home-desc-ch {
    font-size: 16px;
  }

  .text-box, .img-box {
    width: auto;
  }

  .body {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-height: 100%;
  }

  .plus-line-animated {
    width: 20px;
  }

  .faq-section-questions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-paragraph {
    max-width: none;
    line-height: 24px;
  }

  .container {
    padding: 0 20px;
  }

  .container.inner-container {
    margin-bottom: 0;
    padding-top: 0;
  }

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

  .faq-question-text {
    font-size: 16px;
    line-height: 25px;
  }

  .image.homepage-img {
    max-width: 100%;
  }

  .buy-button {
    font-size: 15px;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-box {
    margin-top: 15px;
    padding-left: 0;
  }

  .logo-box.w--current {
    padding-left: 0;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .heading-2 {
    color: #000;
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .tabs-menu {
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    width: 50%;
    min-width: auto;
  }

  .works-heading {
    max-width: 250px;
  }

  .back-btn {
    margin-top: 40px;
  }

  .image-2 {
    max-width: 60px;
  }

  .inner-img {
    object-fit: cover;
    width: auto;
  }

  .nav-menu {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .link {
    color: #fff;
  }

  .toggle-color {
    bottom: 1rem;
    left: 1rem;
  }

  .clients-item {
    padding: 2rem;
  }

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-item {
    top: auto;
  }

  .primary-button {
    width: 100%;
  }

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

  .section-2 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .faq-paragraph-2 {
    max-width: none;
    line-height: 24px;
  }

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

  .hero-wrapper-two {
    padding-left: 5px;
    padding-right: 5px;
  }
}


