@font-face {
  font-family: Poppins Light Custom;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Black Custom;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins SemiBold Custom;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Italic Custom;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins Bold Custom;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Custom;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--body: 1rem;
  --text--h1: 2.5rem;
  --text--h2: 2rem;
  --text--h2-mobile: 1.75rem;
  --text--h3: 1.75rem;
  --colors--white: white;
  --colors--primary: #f18412;
  --colors--black: #333;
  --colors--color: #f18412;
  --text--menu: .9rem;
  --colors--color-2: #5853a0;
  --black: black;
  --light-blue-bg: #f5f5ff;
  --text--h1-mobile: 2rem;
  --light-orange-bg: #fff7f0;
  --white: white;
  --green: #6aa84f;
  --text--h3-mobile: 1.2rem;
  --light-gray: #5a5b5f;
  --blue-eminence: #00263e;
  --green-eminence: #1c644d;
  --dark-gray: #202226;
  --border-left-50: 50%;
  --border-right-50: 50%;
  --dark-grey: #202225;
  --text--body-mobile: .9rem;
  --color: white;
}

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

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

@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: #333;
  font-family: Poppins Custom, sans-serif;
  font-size: var(--text--body);
  line-height: 20px;
}

h1 {
  font-family: Poppins Black Custom, sans-serif;
  font-size: var(--text--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  font-family: Poppins Bold Custom, sans-serif;
  font-size: var(--text--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: Poppins Bold Custom, sans-serif;
  font-size: var(--text--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 30px;
}

.flag-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-menu {
  align-items: center;
  min-width: auto;
  max-width: 100vw;
  padding-bottom: 20px;
  display: flex;
}

.brand-2 {
  min-width: 80px;
  max-width: 80px;
}

.nav-link-black {
  color: var(--colors--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-black:hover {
  color: #333;
}

.nav-menu {
  text-align: right;
  flex: 1;
  max-width: none;
}

.text-block-9 {
  color: #fff;
  display: none;
}

._11language-link-copy-copy-3 {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
}

._11language-link-copy-copy-3:hover {
  color: #fff;
  background-image: linear-gradient(to right, #5bbcac, #549637);
}

.wg-element-3 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.fdddd {
  display: block;
}

.mobile-dropdown {
  display: none;
}

.navbar {
  background-color: #797979;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
}

.wg-flag-ico-3-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 5px;
}

.wg-selector-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}

.wg-dd-1-togle-2:hover {
  color: #0000;
}

.flag-12 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.wg-dropdown-1-link-2 {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-2:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dropdown-1-link-2.w--current {
  padding: 20px;
}

.wg-flag-copy {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.chinese-11language-link-copy-copy-3-copy {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
}

.chinese-11language-link-copy-copy-3-copy:hover {
  color: #fff;
  background-image: linear-gradient(to right, #5bbcac, #549637);
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-flag-ico-3 {
  object-fit: cover;
  border: 1px solid #00000045;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: #1760cc;
}

.nav-link.nav-button {
  color: #fff;
  background-color: #1760cc;
  border-radius: 6px;
  font-weight: 500;
}

.nav-link.nav-button:hover {
  color: #1760cc;
  background-color: #fff;
}

.nav-link.nav-button.black {
  background-color: var(--colors--primary);
  color: var(--colors--black);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.nav-button.black {
  background-color: var(--colors--color);
  font-size: var(--text--menu);
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.nav-link.nav-button.black:hover {
  color: #333;
  background-color: #edf5ff;
  border: 1px solid #1760cc;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  display: flex;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  border-radius: 7px 7px 0 0;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.slider {
  min-height: 100vh;
  max-height: 100vh;
}

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

.grid {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  grid-template-rows: auto;
  padding: 40px;
  box-shadow: 0 2px 16px #ababab33;
}

.slide, .div-block-471 {
  background-image: url('../images/chuttersnap-gts_eh4g1lk-unsplash_1chuttersnap-gts_eh4g1lk-unsplash.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/importer-solution-for-the-header-banner-homepage_1importer-solution-for-the-header-banner-homepage.avif');
  background-position: 50%;
  background-size: cover;
}

.container-menu-2 {
  border-bottom: 1px solid #fff;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.nav-link-black-2 {
  color: var(--colors--color-2);
  font-size: var(--text--menu);
  text-transform: none;
  padding: 10px 20px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-black-2:hover {
  color: #333;
}

.nav-link-black-2.w--current {
  color: var(--colors--color);
  font-size: var(--text--menu);
}

.nav-link-black-2.dropdown {
  margin-right: 20px;
}

.nav-link-black-2.dropdown.flex {
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.nav-link-black-2.dropdown.flex.w--open {
  padding-left: 20px;
}

.nav-link-black-2.button-contact {
  background-color: var(--colors--primary);
  color: var(--black);
  border-radius: 10px;
}

.nav-link-black-2.button-contact:hover {
  background-color: var(--light-blue-bg);
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  position: static;
  top: 0;
  box-shadow: 0 16px 14px -13px #0000000a;
}

.navbar-2.top {
  z-index: 999999999;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  padding: 0;
  position: static;
}

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

.div-block-472 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 90vw;
  max-width: 90vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-472.blue {
  background-color: var(--light-blue-bg);
  min-height: 0;
  max-height: none;
}

.div-block-472.auto-height {
  background-color: #fff9f4;
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  min-height: 0;
  max-height: none;
}

.div-block-472.auto-height.blue {
  background-color: var(--light-blue-bg);
}

.div-block-472.auto-height.no-bg {
  background-color: #fff9f400;
  padding-top: 0;
}

.div-block-472.auto-height.no-bg.padding {
  padding-top: 60px;
}

.div-block-472.auto-height.margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-472.auto-height.margin.relative {
  position: relative;
}

.div-block-472.auto-height.margin.relative.h-variable {
  z-index: 10;
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
}

.div-block-472.auto-height.margin.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-472.auto-height.margin.no-margin.new, .div-block-472.auto-height.margin._1 {
  min-width: auto;
  max-width: none;
  padding-left: 55px;
  padding-right: 55px;
}

.div-block-472.auto-height.kkkkkk {
  background-attachment: fixed;
}

.div-block-472.home5.no-padding {
  padding-bottom: 0;
}

.text-block-10 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.heading {
  font-family: Poppins Bold Custom, sans-serif;
  font-size: var(--text--h2);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.heading.no-center {
  color: var(--colors--color-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.3;
}

.button {
  background-color: var(--colors--color-2);
  border-radius: 20px;
  padding: 10px 40px;
}

.image-85 {
  border-radius: 10px;
  max-width: 100%;
}

.image-85.no-margin {
  margin-top: -50px;
}

.image-85.small {
  max-width: 40%;
}

.image-86 {
  max-width: 100%;
  position: relative;
  top: -24px;
}

.grid-2 {
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: center;
}

.section-2 {
  z-index: 1;
  min-height: 100vh;
  margin-top: -10vh;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-2.padding-top {
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 100% 0;
  background-size: cover;
  padding-top: 60px;
}

.text-block-11 {
  font-size: 1rem;
  line-height: 1.7;
}

.div-block-474 {
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.image-87 {
  max-width: 200%;
}

.text-block-12 {
  background-image: linear-gradient(90deg, #4138ff, var(--colors--color) 54%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-475 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container-2.large {
  max-width: 1200px;
}

.container-2.download._1 {
  margin-left: 18%;
}

.card {
  color: var(--black);
  background-image: linear-gradient(135deg, #0b1137, #200d5b);
  background-position: 0 0;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.card.dark {
  color: var(--white);
  background-color: #1e2028;
  background-image: linear-gradient(90deg, #292929, #20242b);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.gradient {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(45deg, #ffae58e6 17%, #776eff);
  background-position: 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.card.orange {
  background-color: #f1841282;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.purple {
  background-color: #5853a094;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.purple.dark {
  background-color: var(--colors--color-2);
}

.card.purple2 {
  background-color: #b700f7;
  background-image: linear-gradient(135deg, #418ff8, var(--colors--color-2));
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-3.vertical {
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #5853a0;
  background-image: linear-gradient(45deg, var(--colors--color) 20%, var(--colors--color-2) 80%);
  color: var(--colors--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block.green {
  background-color: var(--green);
}

.arrow-right {
  background-image: url('../images/arrow-white_1arrow white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.text-block-14 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.div-block-476 {
  color: var(--colors--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.div-block-476.white {
  color: var(--colors--white);
}

.div-block-472-copy {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  max-height: 90vh;
  display: flex;
}

.div-block-477 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-10-copy {
  color: #6d6d6d;
  text-align: center;
  align-self: flex-start;
  font-size: 1.2rem;
  line-height: 1.5;
}

.about-hero-image {
  background-image: url('../images/business-people-working-office-corporate-team-star-2023-11-27-05-21-46-utc-Large_1business-people-working-office-corporate-team-star-2023-11-27-05-21-46-utc (Large).avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-hero-image.hide {
  display: none;
}

.section-numbers {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-numbers.hide {
  display: none;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.circle-div {
  border-radius: 1000px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.counterup {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 52px;
}

.yellow-text {
  color: var(--colors--color);
}

.title-capped {
  color: #546681;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.grid-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-bottom: 120px;
}

.grid-left.download {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.text-block-description {
  z-index: 9;
  font-size: var(--text--body);
  line-height: 1.7;
  position: relative;
}

.text-block-description.hide {
  display: none;
}

.image-89 {
  max-width: 60%;
  box-shadow: none;
  border-radius: 15px;
  margin-left: 40px;
  position: sticky;
}

.image-89.download-banner {
  max-width: 40%;
}

.div-block-480 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.banner {
  min-height: 500px;
  max-height: 500px;
  color: var(--white);
  background-image: linear-gradient(#00000061, #00000061), url('../images/construction-site-with-machinery-in-new-york-2025-03-23-21-43-59-utc-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner.contact {
  background-image: linear-gradient(#0006, #0006), url('../images/selfie-business-people-or-call-center-worker-in-d-2023-11-27-04-49-46-utc-Large_1selfie-business-people-or-call-center-worker-in-d-2023-11-27-04-49-46-utc (Large).avif');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.banner.download {
  background-image: linear-gradient(#0009, #0009), url('../images/compress-image.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  min-height: 45vh;
  max-height: 45vh;
  position: relative;
  overflow: hidden;
}

.banner.doc {
  background-image: linear-gradient(#00000061, #00000061), url('../images/giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc-Large_1giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc (Large).avif');
  background-position: 0 0, 50% 30%;
}

.banner.doc.hide {
  display: none;
}

.banner.construction {
  background-image: linear-gradient(#00000061, #00000061), url('../images/startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc-Large_1startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc (Large).avif');
  background-position: 0 0, 50% 5%;
}

.banner.construction.hide {
  display: none;
}

.banner.general {
  background-image: linear-gradient(#00000061, #00000061), url('../images/diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc-Large_1diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc (Large).avif');
  background-position: 0 0, 50% 40%;
}

.banner.general._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc-Large_1startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc (Large).avif');
}

.banner.general.hide {
  display: none;
}

.banner._1general-copy {
  background-image: linear-gradient(#00000061, #00000061), url('../images/silhouette-construction-site-worker-in-a-building-2025-01-09-12-10-47-utc-min_1silhouette-construction-site-worker-in-a-building-2025-01-09-12-10-47-utc-min.avif');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  min-height: 230px;
}

.banner._1general-copy._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc-Large_1startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc (Large).avif');
}

.banner._1general-copy.tall {
  min-height: 500px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}

.heading-2.long {
  min-width: 100%;
  max-width: 100%;
  font-size: 3.3rem;
}

.heading-2.long.center {
  text-align: center;
}

.heading-2.long-copyff {
  min-width: 100%;
  max-width: 100%;
  font-size: 3.3rem;
}

.text-span-orange {
  color: var(--colors--primary);
}

.div-block-481 {
  background-image: url('../images/business-people-working-office-corporate-team-star-2023-11-27-05-21-46-utc-Large_1business-people-working-office-corporate-team-star-2023-11-27-05-21-46-utc (Large).avif');
  background-position: 50% 15%;
  background-size: cover;
  min-height: 350px;
  max-height: 350px;
}

.heading-3 {
  color: var(--colors--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Bold Custom, sans-serif;
}

.text-block-16 {
  line-height: 2;
}

.div-block-482 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer {
  background-color: #f0f0f0;
  border-top: 1px solid #0000001a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-footer {
  background-image: url('../images/innowrks---Logo_1innowrks - Logo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.div-block-483 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.footer-link-div {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-left: 20px;
}

.footer-link-div.hide {
  display: none;
}

.footer-link {
  color: var(--colors--color-2);
  text-decoration: none;
  display: block;
}

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

.mail {
  color: #333;
  text-decoration: none;
}

.div-block-6 {
  color: var(--white);
}

.form-container {
  background-color: var(--white);
  opacity: 1;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 14px;
  padding: 40px;
  transform: scale(.8);
  box-shadow: 0 8px 20px -9px #00000054;
}

.text-field {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 11px 1px #0000001a;
}

.text-field.message {
  min-height: 100px;
  max-height: 100px;
}

.text-field.no-shadow {
  box-shadow: none;
}

.field-label {
  color: #000;
  font-weight: 400;
}

.field-label.white {
  color: var(--white);
}

.submit-button {
  color: var(--colors--color-2);
  -webkit-text-stroke-color: var(--colors--color-2);
  background-color: #fff;
  border: 1px solid #00000036;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins Bold Custom, sans-serif;
  font-weight: 700;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.submit-button:hover {
  background-color: var(--colors--color);
  color: var(--colors--black);
}

.div-block-484 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-484.margin-bottom {
  margin-bottom: 60px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins Bold Custom, sans-serif;
}

.heading-4.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.no-margin.white {
  color: var(--white);
}

.text-block-17 {
  margin-top: 10px;
}

.text-block-17.hide {
  display: none;
}

.list {
  padding-left: 40px;
  position: relative;
  left: -20px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Bold Custom, sans-serif;
}

.orange {
  color: var(--colors--primary);
}

.div-block-487 {
  min-width: 940px;
  max-width: 940px;
}

.section-4 {
  background-image: linear-gradient(180deg, #1e1b63, var(--colors--color-2));
}

.section-4.dark {
  background-image: linear-gradient(#141414, #141414);
}

.section-5 {
  margin-bottom: 60px;
}

.section-5.hide {
  display: none;
}

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

.icon {
  top: 3px;
  right: -20px;
}

.dropdown-link {
  color: var(--colors--color-2);
  font-size: var(--text--menu);
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}

.dropdown-link.w--current {
  color: var(--colors--color);
}

.dropdown-link.language {
  padding-left: 0;
}

.dropdown-list {
  background-color: var(--colors--color-2);
  color: var(--colors--color-2);
}

.dropdown-list.w--open {
  background-color: var(--colors--white);
}

.dropdown-list.laanguage {
  z-index: 999;
}

.dropdown-list.laanguage.w--open {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-18 {
  font-size: var(--text--menu);
}

.div-block-488 {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.flag-icon {
  background-image: url('../images/us.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 5px;
}

.flag-icon.cn {
  background-image: url("https://cdn.prod.website-files.com/6a02970af03fd74f016143dc/6a02970af03fd74f016143fe_Flag_of_the_People's_Republic_of_China.svg");
  background-position: 0%;
  background-size: cover;
}

.flag-icon.ff {
  background-image: url("https://cdn.prod.website-files.com/6a02970af03fd74f016143dc/6a02970af03fd74f016143fe_Flag_of_the_People's_Republic_of_China.svg");
}

.flag-icon.mnncn-copy {
  background-image: url('../images/us.svg');
  background-position: 0%;
  background-size: cover;
}

.icon-language {
  top: 3px;
  right: -20px;
}

.div-block-489 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-div {
  z-index: 2147483647;
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.div-block-480-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-480-copy.white {
  grid-column-gap: 280px;
  grid-row-gap: 280px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-19 {
  margin-top: 20px;
}

.div-block-491 {
  background-image: url('../images/43243769_143243769.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-top: 20px;
}

.div-block-491._2 {
  background-image: url('../images/43243771_143243771.avif');
}

.hero-products {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.hero-products.no-full {
  min-height: 0;
  max-height: none;
}

.hero-products.no-full.margin-top {
  margin-top: 60px;
}

.hero-products.no-full.margin-top.hide {
  display: none;
}

.buttons-div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.div-block-492 {
  background-image: url('../images/43325334_143325334.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.div-block-492._2 {
  background-image: url('../images/43325455_143325455.avif');
}

.div-block-492._3 {
  background-image: url('../images/43325504_143325504.avif');
}

.div-block-492._4 {
  background-image: url('../images/42728561_142728561.avif');
}

.div-block-492._5 {
  background-image: url('../images/42730705_142730705.avif');
}

.div-block-492._6 {
  background-image: url('../images/42731169_142731169.avif');
}

.div-block-492._7 {
  background-image: url('../images/42685478_142685478.avif');
}

.div-block-492._7.hide {
  display: none;
}

.div-block-492._8 {
  background-image: url('../images/42681930_142681930.avif');
}

.div-block-492._8.hide {
  display: none;
}

.div-block-492._9 {
  background-image: url('../images/42688652_142688652.avif');
}

.div-block-492._9.hide {
  display: none;
}

.div-block-492._1 {
  background-image: url('../images/Asset-2.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._2-2 {
  background-image: url('../images/Asset-1.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._3 {
  background-image: url('../images/Asset-3.svg');
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._3._1-copy {
  background-image: url('../images/team-workflow-teamwork-project.svg');
}

.div-block-492._4-2 {
  background-image: url('../images/Asset-4.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._5-2 {
  background-image: url('../images/Asset-5.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._6 {
  background-image: url('../images/Asset-6.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._7 {
  background-image: url('../images/Asset-7.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._8 {
  background-image: url('../images/Asset-8.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._1-copy {
  background-image: url('../images/Asset-2_2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._2-2-copy {
  background-image: url('../images/development-technology-project-management.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._4-2-copy {
  background-image: url('../images/test-project-list-form.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._5-2-copy {
  background-image: url('../images/strategy-planning-project-marketing.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._6-copy {
  background-image: url('../images/folder-sharing-storage-archive.svg');
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._7-copy {
  background-image: url('../images/analytics-report-project-marketing.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-492._8-copy {
  background-image: url('../images/worldwide-global-network-project.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-493 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-493.center {
  justify-content: center;
  align-items: center;
}

.card-doc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 20px -8px #cacaff;
}

.card-doc._2 {
  background-color: var(--colors--white);
}

.card-doc._2.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._3 {
  background-color: var(--colors--white);
}

.card-doc._3.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._1 {
  background-color: var(--colors--white);
}

.card-doc._1.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._4 {
  background-color: var(--colors--white);
}

.card-doc._4.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._5 {
  background-color: var(--colors--white);
}

.card-doc._5.no-shadow {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.card-doc._6 {
  background-color: var(--colors--white);
}

.card-doc._6.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._7 {
  background-color: var(--colors--white);
}

.card-doc._7.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.card-doc._8 {
  background-color: var(--colors--white);
}

.card-doc._8.no-shadow {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

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

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

.section-6.blue.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-6._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-6.ff {
  grid-template-rows: auto auto;
}

.grid-6.eng-ver {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.title-card {
  z-index: 1;
  color: var(--colors--color-2);
  text-align: center;
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.title-card._2 {
  text-align: center;
}

.card-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px -8px #b3b3ff;
}

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

.container-flex.no-padding.text-in-section-2 {
  z-index: 32;
  margin-top: -60px;
  position: relative;
}

.text-block-20 {
  color: var(--colors--white);
  margin-top: 20px;
}

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

.heading-6 {
  color: var(--colors--color-2);
  font-size: var(--text--h3);
  line-height: 1.2;
}

.heading-6.fff {
  max-width: 90%;
  font-size: var(--text--h3);
}

.d-126-top-circle {
  background-color: var(--light-blue-bg);
  border: 1px #000;
  border-radius: 50%;
  width: 280px;
  height: 230px;
  position: absolute;
  inset: auto 0% -83%;
}

.d-126-top-circle.short {
  width: 160px;
  height: 130px;
  bottom: -113%;
}

.d-126-top-circle.short-eng {
  width: 160px;
  height: 130px;
  bottom: -73%;
}

.d-126-card-wrapper {
  cursor: pointer;
  background-color: #ffd1a4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 400px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-dropdown {
  border-radius: 4px;
}

.learn-dropdown.w--open {
  background-color: #fff;
  border-radius: 16px;
  width: 700px;
  margin-top: 50px;
  top: 45px;
  left: -300px;
  box-shadow: 0 10px 30px -10px #00000080;
}

.pricing-links {
  color: var(--light-gray);
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.pdrop-image {
  border-radius: 20px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 2px 18px 9px #0000001a;
}

.contact-button {
  grid-column-gap: 15px;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.contact-button.mobile {
  display: none;
}

.nav-price-line {
  background-color: #eee;
  height: 2px;
  margin-top: 50px;
}

.nav-price-line.hide {
  display: none;
}

.crafter-box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-price-box {
  grid-column-gap: 40px;
  justify-content: space-around;
  margin-top: 25px;
  display: flex;
}

.nav-price-box.hide {
  display: none;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  left: 15px;
}

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

.nav-learn-box {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.up-arrow {
  width: 22px;
}

.browse-tool-text {
  color: #2b2a35;
  margin-top: 0;
  font-family: Poppins SemiBold Custom, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.text-box {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.nav-learns-box {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.nav-learns-box.hide {
  display: none;
}

.nav-drop-text {
  color: #737277;
  margin-top: 5px;
  font-weight: 400;
}

.nav-drop-text.v2 {
  margin-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.nav-drop-text.v2.hide {
  display: none;
}

.pchose-text {
  background-image: linear-gradient(90deg, var(--colors--color-2) 17%, var(--colors--color) 57%);
  color: var(--colors--color-2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 5px;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.gs-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.learn-gv-box {
  background-color: #f8f9ff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.button-texts {
  color: #737277;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.product-drop-box {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.product-drop-box.left-align {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
}

.navbar-container {
  z-index: -1;
  opacity: 0;
  min-height: 10vh;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 0 15px #0000001a;
}

.pricing-porfit-link {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.pricing-light-text {
  color: #737277;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.pricing-box {
  background-color: #f8f9ff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.ed-image {
  width: 60px;
}

.priicng-text {
  color: #000;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

.pricing-dropdown {
  border-radius: 4px;
}

.pricing-dropdown.w--open {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  width: 80vw;
  margin-top: 50px;
  padding-left: 30px;
  display: flex;
  top: 45px;
  left: -37.5vw;
  box-shadow: 0 10px 30px -10px #00000080;
}

.pricing-dropdown.padding.w--open {
  width: 70vw;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  left: -23vw;
}

.learn-100-box {
  width: 100%;
}

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

.pdropp-box {
  text-decoration: none;
}

.pdrop-box {
  border-left: 1.5px solid #eee;
  flex-direction: column;
  justify-content: space-between;
  max-width: 320px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.pdrop-box.hide {
  display: none;
}

.pdrop-v2.margin {
  margin-left: auto;
  margin-right: auto;
}

.department-links-box {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.learn-more-button {
  text-align: center;
  background-color: #8878f9;
  border-radius: 8px;
  margin-top: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.learn-more-button.v2 {
  background-color: var(--colors--color);
  margin-top: 0;
}

.dropdown-list-2 {
  border-radius: 4px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  width: 780px;
  margin-top: 50px;
  padding: 40px 20px 40px 40px;
  top: 45px;
  left: -14vw;
  box-shadow: 10px 0 30px -10px #00000080;
}

.pricing-arrow {
  width: 20px;
}

.bottom-div {
  justify-content: flex-end;
  width: 170px;
  display: flex;
}

.button-3 {
  color: #fff;
  background-image: linear-gradient(135deg, #8878f9, #9b72fa);
  border: 1.5px solid #0000;
  border-radius: 30px;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.button-3.log {
  color: #9979fd;
  background-color: #0000;
  background-image: none;
  border: 1.5px solid #9979fd;
}

.dropdown-toggle-2 {
  color: #fff;
  padding: 40px 45px 40px 35px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.dropdown-toggle-2.v2 {
  padding-right: 45px;
}

.text-block {
  color: var(--colors--color-2);
}

.navbar-4 {
  background-color: #fff;
  align-items: center;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar-4.hide {
  display: none;
}

.nav-link-3 {
  color: var(--colors--color-2);
  padding: 10px 1vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.dropdown-3.mobile-show {
  display: none;
}

.nav-wrapper-2 {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.brand-3 {
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-2 {
  color: var(--colors--color-2);
}

.text-bold {
  color: var(--light-gray);
  font-family: Poppins Bold Custom, sans-serif;
  font-weight: 700;
}

.brand-3-copy {
  background-color: #777;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid-6-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-2-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.card-div-1-row-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  width: 80%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px -8px #b3b3ff;
}

.card-div-1-row-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 10px -8px #b3b3ff;
}

.grid-5-products {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.heading-products {
  color: var(--colors--black);
  font-size: var(--text--body);
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}

.grid-5-clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.form-block-2 {
  background-color: #fdfdfd;
  border-radius: 10px;
  min-width: 940px;
  max-width: 940px;
  margin-bottom: 0;
  padding: 40px;
}

.div-block-494 {
  background-image: url('../images/42641101_142641101.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 130px;
  max-width: 130px;
  min-height: 60px;
  max-height: 60px;
}

.div-block-494._2 {
  background-image: url('../images/42690881_142690881.avif');
  min-width: 120px;
  max-width: 120px;
  min-height: 50px;
  max-height: 50px;
}

.div-block-494._3 {
  background-image: url('../images/42691863_142691863.avif');
}

.div-block-494._4 {
  background-image: url('../images/42691470_142691470.avif');
}

.div-block-494._5 {
  background-image: url('../images/42691861_142691861.avif');
}

.div-block-494._6 {
  background-image: url('../images/42691862_142691862.avif');
}

.div-block-494._7 {
  background-image: url('../images/42641107_142641107.avif');
}

.div-block-494._8 {
  background-image: url('../images/42641109_142641109.avif');
}

.div-block-494._9 {
  background-image: url('../images/42691697_142691697.avif');
}

.div-block-494._10 {
  background-image: url('../images/42691662_142691662.avif');
}

.div-block-494._11 {
  background-image: url('../images/43802020_143802020.avif');
}

.div-block-494._12 {
  background-image: url('../images/43778249_143778249.avif');
}

.div-block-494._13 {
  background-image: url('../images/43802028_143802028.avif');
}

.div-block-494._14 {
  background-image: url('../images/43776562_143776562.avif');
}

.div-block-494._15 {
  background-image: url('../images/43801337_143801337.avif');
}

.heading-7 {
  display: none;
}

.div-block-498 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 550px;
  max-height: 550px;
  display: flex;
  position: relative;
}

.div-block-498.shadow {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--colors--color) 20%, var(--colors--color-2) 70%);
  opacity: .74;
  filter: blur(60px);
  align-self: center;
  min-width: 700px;
  max-width: 700px;
  min-height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6% 0% auto;
}

.hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.grid-7 {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.div-block-499 {
  filter: none;
  background-color: #ffffff5c;
  background-image: none;
  background-position: 0 0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 5px -2px #0003;
}

.image-90 {
  filter: grayscale();
  max-width: 80%;
}

.grid-cards-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-500 {
  background-image: url('../images/43783337-Large_143783337 (Large).avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

.div-block-501 {
  background-image: url('../images/42708752_142708752.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 500px;
  max-width: 500px;
  min-height: 300px;
  max-height: 300px;
  position: absolute;
  inset: auto 0% -28% auto;
}

.image-92 {
  max-width: 80%;
}

.div-block-502 {
  margin-top: 60px;
}

.div-block-6-copy {
  color: var(--white);
  border-radius: 14px;
}

.form-container-copy {
  z-index: 10;
  opacity: 1;
  background-image: none;
  border: 1px solid #4b4b4b;
  border-radius: 14px;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 0 9px 50px 7px #1e1b63;
}

.form-container-copy._2 {
  z-index: 100;
  min-height: 100%;
  max-height: 100%;
  box-shadow: none;
  opacity: 100;
  color: var(--white);
}

.form-block-3 {
  color: var(--white);
}

.contact-card-copy {
  position: relative;
}

.contact-card-copy.hide {
  display: none;
}

.shadow {
  z-index: 1;
  background-color: var(--white);
  background-image: linear-gradient(100deg, #1e1b63, var(--colors--color-2));
  opacity: 1;
  border-radius: 14px;
  padding: 40px;
  position: absolute;
  box-shadow: 0 8px 20px -9px #00000054;
}

.shadow-contact {
  background-image: linear-gradient(180deg, #1e1b63, var(--colors--color-2));
  opacity: .82;
  filter: blur(70px);
  min-width: 70%;
  max-width: 70%;
  min-height: 300px;
  max-height: 300px;
  position: absolute;
  inset: -1% auto auto 4%;
}

.div-block-487-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-487-copy.padding {
  padding-left: 20px;
}

.navbar-5 {
  background-color: #faf0ec;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  background-color: #faf0ec;
}

.body.white {
  background-color: #fff;
}

.container-long {
  min-width: 1400px;
  max-width: 1400px;
}

.menu-link {
  text-transform: uppercase;
  font-size: .8rem;
}

.menu-link.w--current {
  color: #333;
  border-bottom: 1px solid #00000038;
}

.nav-menu-3 {
  justify-content: space-between;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Custom, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.brand-4 {
  min-width: 80px;
  max-width: 80px;
  min-height: 70px;
  max-height: 70px;
}

.image-93 {
  max-width: 70%;
}

.div-block-504 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-home {
  min-width: 50%;
  max-width: 50%;
}

.left-arrow, .right-arrow {
  min-height: 600px;
  max-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-nav {
  display: none;
  position: absolute;
  bottom: 0;
}

.title-slider {
  font-size: 2rem;
  line-height: 1.2;
}

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

.section-9.gray {
  background-color: #f9f9f9;
}

.h2-title {
  font-family: Poppins SemiBold Custom, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-508 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-21 {
  line-height: 1.4;
}

.text-block-21.big {
  color: var(--blue-eminence);
  font-size: 24px;
  line-height: 1.6;
}

.container-1200 {
  max-width: 1200px;
}

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

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

.stats-image {
  background-image: url('../images/placeholder.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 120px;
  max-height: 120px;
}

.stats-title {
  color: var(--green-eminence);
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
}

.stats-text {
  text-align: center;
  font-size: 16px;
}

.div-block-509 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.grid-news {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.date-news {
  line-height: 1.2;
}

.date-text-preview {
  font-size: 16px;
}

.footer-eminence {
  background-color: var(--blue-eminence);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.footer-img {
  background-image: url('../images/logo1-white_1logo1-white.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50px;
  max-height: 50px;
}

.footer-link-eminence {
  color: var(--white);
  text-decoration: none;
}

.div-link-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.plus-div {
  z-index: 1;
  background-image: url('../images/plus-icon_1plus icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  position: absolute;
  right: 24px;
}

.tab-link {
  color: #384c2f;
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 48px 24px;
  transition: all .8s ease-in-out;
  display: flex;
}

.tab-link:hover {
  background-color: #edf0eb;
}

.tab-link.w--current {
  background-color: var(--blue-eminence);
  color: #fff;
}

.tabs-menu {
  flex-flow: column;
  min-width: 50%;
  max-width: 4%;
  display: flex;
}

.text-tab-link {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.div-block-510 {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 48px 48px;
}

.arrow-div {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/less-icon_1less icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  position: absolute;
  right: 24px;
}

.bold-inside {
  margin-bottom: -6px;
  font-size: 24px;
  font-weight: 300;
  line-height: 21px;
  display: block;
  position: relative;
}

.tabs {
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.tabs-content {
  min-width: 50%;
  max-width: 50%;
}

.r-t, .r-t.hide {
  display: none;
}

.div-block-512 {
  background-image: url('../images/diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc-Large_1diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc (Large).avif');
  background-position: 50% 30%;
  background-size: cover;
  min-height: 600px;
  max-height: 600px;
}

.grid-9-copy1 {
  grid-template-rows: auto;
  margin-top: 0;
}

.slider-text-div-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.container-1201 {
  max-width: 1200px;
}

.div-block-513 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.stats-title-2 {
  color: #1c644d;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
}

.brand-5 {
  min-width: 80px;
  max-width: 80px;
  min-height: 70px;
  max-height: 70px;
}

.footer-eminence-2 {
  color: #fff;
  background-color: #00263e;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-3 {
  color: #1c644d;
  font-size: 1.2rem;
  text-decoration: none;
}

.slider-3 {
  min-height: 600px;
  max-height: 600px;
  position: relative;
}

.navbar-6 {
  background-color: #faf0ec;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-23 {
  line-height: 1.4;
}

.footer-link-eminence-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-514 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-24 {
  color: #1c644d;
  margin-top: 40px;
  font-size: 18px;
}

.div-block-515 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.section-10.full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  max-height: 90vh;
  display: flex;
}

.div-block-516 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/all-ready-for-business-conference-2023-11-27-05-18-10-utc-Large_1all-ready-for-business-conference-2023-11-27-05-18-10-utc (Large).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 600px;
  max-height: 600px;
  position: relative;
}

.div-block-516._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc-Large_1diverse-business-team-meeting-at-table-2023-11-27-04-49-47-utc (Large).avif');
  background-size: auto, cover;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.image-94 {
  max-width: 70%;
}

.div-block-517 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  padding-top: 20px;
}

.div-block-518 {
  background-image: url('../images/FvMAtxLib4uP7fW8IVjxMjMmRVIu_1FvMAtxLib4uP7fW8IVjxMjMmRVIu.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
  max-height: 350px;
  margin-top: 10px;
}

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

.team-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.team-name {
  color: var(--green-eminence);
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
}

.team-job {
  text-align: center;
  font-size: 16px;
}

.team-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-519 {
  background-color: var(--black);
  position: absolute;
  inset: auto 0% -30%;
}

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

.section-1---hero-section {
  z-index: 0;
  background-image: url('../images/background1_1background1.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 90vh;
  position: relative;
}

.container-1202 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  display: flex;
}

.hero-headline {
  color: var(--dark-gray);
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-9 {
  background-color: var(--colors--color-2);
  color: var(--colors--color);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  margin-left: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 48px;
  line-height: .8;
  display: inline;
}

.text-block-25 {
  color: var(--dark-gray);
  text-align: center;
  font-family: Poppins Light Custom, sans-serif;
}

.div-block-534 {
  background-color: var(--colors--color-2);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding-bottom: 60px;
}

.top-round-ball {
  z-index: 30;
  border-radius: var(--border-left-50) var(--border-right-50) 0px 0px;
  background-color: var(--colors--color-2);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 20vh;
  margin-top: 0;
  position: relative;
}

.link-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-4 {
  background-color: var(--colors--color-2);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 100%;
  background-size: auto;
  border-radius: .5em;
  margin-top: 19px;
  padding-top: 9px;
  transition: all .9s ease-in-out;
}

.button-4:hover {
  background-color: var(--colors--color);
  background-image: none;
  font-family: Poppins Bold Custom, sans-serif;
}

.heading-9 {
  z-index: 10040;
  color: var(--white);
  position: relative;
  top: 0;
}

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

.grid-5-products-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-535 {
  flex-flow: column;
  min-width: 970px;
  max-width: 1200px;
  display: flex;
}

.lottie-animation {
  max-width: 570px;
  margin-top: -30px;
}

.div-block-536 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-round-ball {
  background-color: var(--colors--color-2);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0% 0% 50% 50%;
  min-height: 100px;
  margin-top: -31px;
}

.black-h2-heading {
  z-index: 1;
  color: var(--black);
  text-align: center;
  position: relative;
  top: 0;
}

.black-h2-heading.hide {
  display: none;
}

.section-3 {
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/background1_1background1.avif');
  background-position: 0 0, 0 0;
  min-height: 100vh;
}

.text-span {
  color: var(--colors--primary);
}

.text-span-2 {
  color: var(--colors--black);
}

.text-span-2.white-span {
  color: var(--light-orange-bg);
}

.text-span-3 {
  color: var(--colors--primary);
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-1-number {
  z-index: 2;
  color: #000;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.paragraph-m.text-white.margin-m {
  opacity: .8;
  line-height: 1.3;
  display: none;
}

.paragraph-m._121text-white-copy {
  margin-top: 20px;
}

.title-process.margin-xs {
  text-transform: uppercase;
  font-family: Poppins Custom, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.title-process.margin-xs.padding.lowercase, .title-process.margin-xs.lowercase {
  text-transform: none;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-wrapper.margin-l {
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
}

.step-wrapper.margin-l._100 {
  max-width: none;
}

.step-wrapper._11margin-l-copy, .step-wrapper._11margin-l-copy-copy2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
}

.step-2-info-wrapper {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.step-2-info-wrapper._2 {
  max-width: 400px;
  margin-bottom: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.step-2-info-wrapper._2._100 {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.step-2-info-wrapper.up {
  border-color: #f0f0f063;
  margin-bottom: 20px;
  transition: all .9s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 1px #5853a01a;
}

.step-2-info-wrapper.up:hover {
  transform: scale(1.02);
}

.black-line {
  background-color: #fff;
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 50%;
  background-size: cover;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.step-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: static;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.process-wrapper {
  box-sizing: border-box;
  min-width: 780px;
  max-width: 7800px;
  position: relative;
}

.process-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 150px;
  display: flex;
}

.step-1-info-wrapper {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.step-1-info-wrapper.up {
  border-color: #f0f0f063;
  transition: all .9s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 20px 1px #5853a01a;
}

.step-1-info-wrapper.up:hover {
  overflow: hidden;
  transform: scale(1.02);
}

.step-1-info-wrapper.up.padding {
  border-color: #f0f0f063;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 1px #5853a01a;
}

.step-3-info-wrapper {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.step-3-info-wrapper.up {
  border-color: #f0f0f063;
  transition: all .9s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 1px #5853a01a;
}

.step-3-info-wrapper.up:hover {
  transform: scale(1.02);
}

.text-light-grey {
  color: #2e2e2ea6;
  display: none;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: visible;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.container-1203 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-1203.small {
  max-width: 920px;
}

.container-1203.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-1203.small.flex.top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 750px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.container-1203.small.flex.top.home5 {
  width: 100%;
  max-width: none;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-720w.margin-xl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-541 {
  background-image: url('../images/Asset-8_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.div-block-541._5 {
  background-image: url('../images/Asset-4_1Asset 4.avif');
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.div-block-541._5.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.div-block-541._3 {
  background-image: url('../images/Asset-6_1Asset 6.avif');
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.div-block-541._3.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.div-block-541._4 {
  background-image: url('../images/Asset-5_1Asset 5.avif');
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.div-block-541._4.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.div-block-541._3-copyk {
  background-image: url('../images/Asset-7_1Asset 7.avif');
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.div-block-541._3-copyk.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.grey-line {
  background-color: #fff;
  width: 2px;
  height: 82%;
  position: relative;
}

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

.white-line {
  background-color: #044567;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-shape {
  z-index: 30;
  background-color: var(--dark-gray);
  background-image: linear-gradient(180deg, var(--dark-grey), var(--black) 85%), linear-gradient(180deg, #0f0909 77%, var(--colors--color));
  border-radius: 0;
  min-width: 100vw;
  max-width: 940px;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.circle-shape.home5 {
  background-color: #f0f0f0;
  background-image: none;
  min-height: 70vh;
}

.div-block-542 {
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 40vh;
  margin-top: 75px;
  padding-top: 37px;
}

.div-block-542.home5 {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.whte-span {
  color: var(--white);
}

.div-block-544 {
  background-image: url('../images/-1innowrks---Construction-process-05_1-1innowrks - Construction process-05.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  min-width: 100%;
  min-height: 110%;
}

.div-block-544.home5 {
  background-image: url('../images/INNOWKRS-HOME_1INNOWKRS HOME.avif');
  background-position: 50%;
  background-size: auto 650px;
  min-height: 106%;
}

.div-block-544.home5.eng-ver {
  background-image: url('../images/DESKTOP-v2---no-icons-copy_1DESKTOP v2 - no icons copy.webp');
  background-size: auto 640px;
}

.div-block-544.mobile {
  background-image: url('../images/Asset-72470x_1Asset 7@2470x.avif');
  display: none;
}

.container-1202-cop11y {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 800px;
  min-height: auto;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 46px;
  display: flex;
}

.lottie-animation-copy {
  background-color: #9c2c2c00;
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  position: sticky;
  top: 14vh;
}

.columns {
  min-width: 950px;
  min-height: 90vh;
}

._121step-1-info-wrapper-copy {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  max-width: 400px;
  margin-bottom: 20px;
  padding: 22px 24px 22px 0;
  display: flex;
}

._121step-1-info-wrapper-copy.home5 {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

.step-3-info-wrapper-copy {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  max-width: 400px;
  margin-bottom: 20px;
  padding: 22px 24px;
  display: flex;
}

.step-3-info-wrapper-copy._100 {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-1202-cop11y-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 80vh;
  min-height: 120vh;
  max-height: none;
  padding-top: 0;
  display: flex;
}

.container-1202-cop11y-copy.home5 {
  height: auto;
  min-height: auto;
}

.column {
  min-height: 80vh;
  overflow: visible;
}

.column-2 {
  min-height: 120vh;
  position: static;
}

._1process-image-copy {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 150px;
  display: flex;
}

._1process-image-copy.small {
  width: 100px;
  height: 100px;
}

.div-block-545 {
  min-height: 85vh;
}

.black-h2-heading-copy {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  top: 0;
}

.section4 {
  z-index: 1;
  min-height: 80vh;
  margin-top: 10vh;
  padding-top: 46px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section4.home5 {
  min-height: auto;
  margin-bottom: 10vh;
}

.section4.home5.hide {
  display: none;
}

.section--6 {
  margin-bottom: 60px;
  display: none;
}

.bg-of-section {
  background-image: url('../images/ewdPicture-1-min_1ewdPicture 1-min.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 48vw;
}

.div-block-546 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 10px;
  display: grid;
}

.statistic-circle-wrap-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.circle-div-2 {
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 140px;
  max-width: 140px;
  height: 100%;
  min-height: 140px;
  max-height: 140px;
  display: flex;
  box-shadow: 0 0 20px 9px #2c28500f;
}

.div-block-547 {
  display: flex;
}

.counterup-2 {
  color: #2c2850;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.counterup-copy {
  color: var(--colors--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.div-block-548 {
  display: flex;
}

.div-block-549 {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.div-block-550 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 16vh;
}

.black-h2-heading-copy23 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  position: relative;
  top: 0;
}

._121home-strapline-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-blue-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 16px 21px;
  display: flex;
}

.biger {
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 1.4rem;
  position: relative;
  bottom: 5px;
}

.biger.lowercase {
  text-transform: none;
}

.section-5-copy {
  margin-bottom: 0;
  padding-top: 46px;
  padding-bottom: 0;
}

.div-block-551 {
  background-image: url('../images/55534545innowrks---Construction-process-05_155534545innowrks - Construction process-05.avif'), url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  min-height: 130vh;
  padding-top: 32px;
  padding-bottom: 32px;
}

._121container-1202-cop11y-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 150vh;
  min-height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._121container-1202-cop11y-copy.padding {
  height: auto;
}

.grid-inside-sec-5-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 120vh;
  display: grid;
}

.grid-inside-sec-5-div.home5 {
  min-height: auto;
}

.left-side-of-grid-sec-5 {
  min-height: 120vh;
}

.left-side-of-grid-sec-5.home5 {
  min-height: auto;
}

.section-5-1 {
  background-color: #f0f0f0;
}

.grid-section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 110vh;
  display: grid;
}

.div-block-552 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.graphic-bg-div {
  background-image: url('../images/444443innowrks---Construction-process-05_1444443innowrks - Construction process-05.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 500px;
}

.graphic-bg-div.home {
  background-image: url('../images/Desktop-blue-bg_1Desktop blue bg.avif');
  background-size: contain;
}

.graphic-bg-div.home.eng {
  background-image: url('../images/Desktop-blue-bg-copy_1Desktop blue bg copy.webp');
}

._1footer-copy {
  background-color: #f0f0f0;
  border-top: 1px solid #0000001a;
  flex-flow: row;
  padding-top: 46px;
  padding-bottom: 0;
  display: block;
}

.llcontainer-1202-cop11y-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 14vh;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

._111grid-6-home-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3px;
}

._12container-1202-cop11y-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 800px;
  min-height: auto;
  max-height: none;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

._11container-1202-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  display: flex;
}

.ssection-1---hero-section-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/121INNOWRKS-bulbs_1121INNOWRKS bulbs.avif');
  background-position: 139% 40%;
  background-repeat: no-repeat;
  background-size: 83%;
  background-attachment: fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 90vh;
  display: grid;
  position: relative;
}

.div-block-554 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-width: 100%;
}

._121home-strapline-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  background-color: #f5f5ff00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 60vw;
  margin-top: 0;
  padding: 16px 21px 16px 5vw;
  display: flex;
  position: absolute;
  top: 20vh;
  left: 0;
}

._1hero-headline-copy {
  color: var(--dark-gray);
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-25-copy {
  color: var(--dark-gray);
  text-align: left;
  font-family: Poppins Light Custom, sans-serif;
}

.fgrid-5-products-copy-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 97vw;
  margin-top: 0;
}

.llbold-text-9-copy {
  border: 2px solid var(--colors--primary);
  color: var(--colors--color);
  background-image: none;
  background-size: auto;
  border-radius: 11px;
  margin-left: 10px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: .8;
  display: inline;
}

.mmssection-1---hero-section-copy-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/21121INNOWRKS-bulbs_121121INNOWRKS bulbs.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 90vh;
  display: grid;
  position: relative;
}

.m1hero-headline-copy-copy {
  color: var(--light-orange-bg);
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

.mmtext-block-25-copy-copy {
  color: var(--white);
  text-align: left;
  font-family: Poppins Light Custom, sans-serif;
}

.llbold-text-9-copy-copy {
  border: 2px none var(--colors--primary);
  color: var(--colors--color);
  background-image: none;
  background-size: auto;
  border-radius: 11px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: .8;
  display: inline;
}

.rmmssection-1---hero-section-copy-copy-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #5853a06e, #fff0 51%), linear-gradient(#00000080, #00000080), url('../images/construction-crane-at-night-2025-01-09-15-39-41-utc-min_1construction-crane-at-night-2025-01-09-15-39-41-utc-min.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 90vh;
  display: grid;
  position: relative;
}

.process-wrapper-copy {
  box-sizing: border-box;
  min-width: 400px;
  max-width: 400px;
  position: relative;
}

.process-wrapper-copy.home5 {
  min-width: 100%;
  max-width: 100%;
}

.nndiv-block-551-copy {
  background-image: url('../images/555_1555.avif'), url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  min-height: 130vh;
  padding-top: 32px;
  padding-bottom: 32px;
}

.nndiv-block-551-copy.home5 {
  background-image: url('../images/HOME2_1HOME2.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-attachment: scroll;
  min-height: auto;
}

.nndiv-block-551-copy.home5.eng-ver {
  background-image: url('../images/DESKTOP-2-v3-copy_1DESKTOP #2 v3 copy.webp');
}

._121home-strapline-copy-copydff {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 21px;
  display: flex;
}

.container-1202-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.hero-headline-center {
  color: var(--dark-gray);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-25-center {
  color: var(--dark-gray);
  text-align: center;
  font-family: Poppins Light Custom, sans-serif;
}

.text-block-25-center.eng {
  min-width: 60%;
  max-width: 60%;
}

.div-block-555 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.ipad-div {
  background-image: url('../images/1_11.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 20px #000;
  border-radius: 20px;
  width: 900px;
  height: 480px;
  position: relative;
}

.iphone-div {
  background-image: url('../images/iphone_1iphone.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 500px;
  position: absolute;
  inset: 8% 0% 0% auto;
}

.iphone-div.hide {
  display: none;
}

.section-2-copy {
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff8200;
  border: 1px #00263e;
  border-radius: 13px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .911s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #00263e;
  padding: 8px 23px;
}

.walsh-link-block-orange.mobile-menu {
  display: none;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-hover-fill {
  background-color: var(--colors--color-2);
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -19% auto auto -41%;
  transform: rotate(45deg);
}

.bottom-div-copy2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.section-1---hero-section-copy2 {
  z-index: 0;
  background-image: url('../images/background1_1background1.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
}

.top-round-ball-copy2 {
  z-index: 30;
  border-radius: var(--border-left-50) var(--border-right-50) 0px 0px;
  background-color: var(--colors--color-2);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 20vh;
  margin-top: 0;
  position: relative;
}

.logo-slider-st {
  background-image: url('../images/42641101_142641101.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 70px;
}

.logo-slider-st._2 {
  background-image: url('../images/42641109_142641109.avif');
}

.logo-slider-st._3 {
  background-image: url('../images/42641107_142641107.avif');
}

.logo-slider-st._4 {
  background-image: url('../images/42691863_142691863.avif');
}

.logo-slider-st._5 {
  background-image: url('../images/42690881_142690881.avif');
}

.device-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-11.hide {
  display: none;
}

._12container-1202-cop11y-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  min-height: auto;
  max-height: none;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.grid-section-6-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.section-5-2-copy {
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

._1h2-title-section-copy {
  min-width: 90%;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.section-12 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-12.gray {
  background-color: #f9f9f9;
}

.section-12.gray.padding {
  background-image: url('../images/background1_1background1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2-title-section {
  color: #ff8200;
  text-align: center;
  flex-flow: wrap;
  order: 0;
  justify-content: center;
  align-items: center;
  min-width: 90%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

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

.div-block-558 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.bold-text-7 {
  color: var(--colors--color-2);
}

.form-container-copy-2 {
  opacity: 1;
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  box-shadow: 0 0 20px -7px #00000052;
}

._1paragraph-copy {
  text-align: left;
  line-height: 1.4;
}

.grid-13 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.field-label-2 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.submit-button-2 {
  background-color: var(--colors--color-2);
  color: #fff;
  border: 1px solid #00000036;
  border-radius: 5px;
  min-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
  transition: all .99s ease-in-out;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #ff8200;
}

.text-field-2 {
  box-shadow: none;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-field-2.message {
  min-height: 100px;
  max-height: 100px;
}

.div-block-560 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-561 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-218 {
  text-transform: uppercase;
}

.image-96 {
  max-width: 8%;
}

.columns-copy2 {
  min-width: 950px;
  min-height: 90vh;
}

.container-1205 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.bg-of-section-copy2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.heading-10 {
  color: var(--colors--white);
}

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

.section-2-2 {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

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

.section-2-2.padding-big.ff {
  padding-bottom: 8px;
}

.h2-title-2 {
  min-width: 90%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
}

.h2-title-2.left {
  color: #ff8200;
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.rbold-text-9-copy-copy {
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  display: block;
}

.section-13 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-13.hero-section {
  background-color: #a0adbd;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 400px;
  max-height: 400px;
  display: flex;
}

.section-13.hero-section.team {
  background-image: url('../images/uprisen-angle-of-hong-kong-skyscraper-with-reflect-2024-10-18-08-33-57-utc-min_1uprisen-angle-of-hong-kong-skyscraper-with-reflect-2024-10-18-08-33-57-utc-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  max-height: 300px;
}

.section-13.hero-section.team._343mmgb-copy-copy {
  background-image: linear-gradient(90deg, #00263e, #fff0), url('../images/taipei-city-at-sunset-2024-09-13-07-40-43-utc-min-min_1taipei-city-at-sunset-2024-09-13-07-40-43-utc-min-min.avif');
  background-position: 0 0, 0 38%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-bottom: 5px solid #ff8200;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 40vh;
  max-height: none;
  padding-bottom: 34px;
}

.section-13.hero-section.team._343mmgb-copy-copy.center {
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  min-height: 30vh;
}

.section-13.hero-section.team._343mmgb-copy-copy.center.center-title {
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.div-block-562 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-1206 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  text-align: left;
  font-family: Poppins Light Custom, sans-serif;
  font-weight: 300;
}

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

.heading-12, .heading-13, .heading-14, .heading-15 {
  color: var(--white);
}

.div-block-563 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-564 {
  width: 400px;
  height: 500px;
  position: relative;
}

.qr-code {
  background-image: url('../images/Picture1_1Picture1.avif');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.image-101 {
  position: absolute;
}

.image-101._2 {
  transform-origin: 50% 100%;
  max-width: 60%;
  bottom: 7px;
  left: 25px;
  transform: rotate(-4deg);
}

.image-101._3 {
  transform-origin: 50% 100%;
  max-width: 60%;
  bottom: 10px;
  right: 73px;
  transform: rotate(4deg);
}

.image-101.top {
  z-index: 100;
  min-width: 240px;
  max-width: 240px;
  min-height: 100%;
  max-height: 100%;
  display: block;
  left: 41px;
}

.image-101.top.hide {
  display: none;
}

.image-101.top-video {
  z-index: 99;
  min-width: 100px;
  max-width: 100px;
  min-height: 200px;
  max-height: 200px;
  position: static;
  left: 0;
  overflow: visible;
}

.image-101.top-video.hide {
  display: none;
}

.div-block-565 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-orange {
  background-color: var(--colors--color);
  border-radius: 100px;
}

.btn-orange.second {
  background-color: var(--colors--white);
  color: var(--black);
  transition: all .7s cubic-bezier(.86, 0, .07, 1);
}

.btn-orange.second:hover {
  background-color: var(--colors--primary);
  color: var(--white);
}

.div-block-566 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.heading-16 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-16.text-color-gray500 {
  color: #757575;
  max-width: 15ch;
}

.heading-16.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.heading-16.hero {
  margin-bottom: 0;
}

.heading-16.hide {
  display: none;
}

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

.cta-header-component {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta-header-component.eng {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-metrics {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-cta {
  object-fit: cover;
  width: 730px;
  max-width: 75%;
  position: relative;
}

.image {
  vertical-align: text-bottom;
  width: 100%;
  display: block;
}

.hero-header-component {
  z-index: 2;
  padding-top: 0;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #996aff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 3px solid #996aff;
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-component-layout.gap-rows {
  grid-row-gap: 70px;
}

.hero-subheading {
  color: var(--colors--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins Custom, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-subheading.less {
  width: 100%;
}

.container-1207 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-content-component {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-layout._222, .features-layout._22 {
  grid-row-gap: 20px;
  margin-top: 40px;
}

.layout-text-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  position: relative;
}

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

.section-14.metrics.hide {
  display: none;
}

.section-14.cta {
  background-image: url('../images/Background-CTA2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: inset 20px 0 60px #000;
}

.section-14.cta.hide {
  display: none;
}

.section-14.hero {
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

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

.section-14.padding._1 {
  padding-top: 63px;
  padding-bottom: 11px;
}

.section-14.padding._1._2 {
  padding-bottom: 71px;
}

.section-14._1 {
  padding-top: 0;
  padding-bottom: 47px;
}

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

.section-14.no-padding._1 {
  padding-top: 63px;
  padding-bottom: 11px;
}

.section-14.no-padding._1._2 {
  padding-bottom: 71px;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.feature-card-image {
  filter: grayscale();
  border-radius: 12px;
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  position: relative;
}

.feature-card-image.overflow {
  bottom: -17%;
  overflow: hidden;
}

.vertical-divider {
  background-color: #3b3b3b;
  border-radius: 12px;
  width: 1px;
  height: 100%;
}

.layout-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0f;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  padding: 64px 32px;
}

.header-image-wrapper {
  align-self: center;
  position: relative;
}

.button-5 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-5:hover {
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
  border-color: #7aa35a;
}

.button-5:focus {
  outline-offset: 0px;
  background-color: #b3b3b3;
  outline: 3px solid #996aff;
}

.paragraph-2 {
  color: var(--colors--black);
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-2.max-width-40ch {
  z-index: 100;
  max-width: 40ch;
}

.layout-wrapper {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.layout-wrapper.vertical {
  overflow: hidden;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
}

.layout-wrapper.horizontal.left-align {
  justify-content: flex-start;
}

.page-wrapper {
  overflow: hidden;
}

.cta-layout {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 500px;
  display: flex;
}

.hero-heading {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-heading.no-margin {
  margin-top: 0;
  font-size: 42px;
  font-weight: 900;
}

.div-block-567 {
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: var(--colors--color-2);
  font-family: Poppins Bold Custom, sans-serif;
}

.footer-icon {
  background-image: url('../images/Asset-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.footer-icon._2 {
  background-image: url('../images/Asset-3_1.svg');
  width: 25px;
}

.footer-icon._3 {
  background-image: url('../images/Asset-4_1.svg');
}

.footer-icon._4 {
  background-image: url('../images/Asset-1_1.svg');
}

.footer-contact-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-568 {
  background-image: url('../images/Macbook-Mockup_1Macbook Mockup.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 14px 10px #f1841212;
}

.menu-icon {
  background-image: url('../images/proj.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.menu-icon._2 {
  background-image: url('../images/construction.svg');
}

.menu-icon._3 {
  background-image: url('../images/file-c.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-icon._4 {
  background-image: url('../images/p-contruct.svg');
}

.menu-icon._5 {
  background-image: url('../images/quality.svg');
}

.menu-icon._6 {
  background-image: url('../images/safety.svg');
}

.menu-icon._7 {
  background-image: url('../images/control.svg');
}

.menu-icon._10 {
  background-image: url('../images/epc.svg');
}

.menu-icon._99 {
  background-image: url('../images/cost-contr.svg');
  width: 30px;
  height: 30px;
}

.menu-icon._98 {
  background-image: url('../images/file-contr.svg');
  width: 25px;
  height: 25px;
}

.menu-icon._97 {
  background-image: url('../images/del-man.svg');
  width: 30px;
  height: 30px;
}

.menu-icon._80 {
  background-image: url('../images/download.svg');
  width: 30px;
  height: 30px;
}

.menu-icon._81 {
  background-image: url('../images/trial.svg');
  width: 30px;
  height: 30px;
}

.menu-icon._97-copy2 {
  background-image: url('../images/del-man.svg');
  width: 30px;
  height: 30px;
}

.div-block-569 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-569.hide {
  display: none;
}

.grid-5-products-copy-copy2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-535-copy2 {
  flex-flow: column;
  min-width: 970px;
  max-width: 1200px;
  display: flex;
}

.process-wrapper-copy2 {
  box-sizing: border-box;
  min-width: 780px;
  max-width: 7800px;
  position: relative;
}

.black-h2-heading-copy23-copy2, .black-h2-heading-copy23-copy {
  z-index: 1;
  color: var(--black);
  text-align: left;
  position: relative;
  top: 0;
}

.div-block-571 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shadow-triangle {
  background-image: linear-gradient(to bottom, var(--colors--color-2), var(--colors--color-2));
  opacity: .1;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  border-radius: 0 16px 16px 0;
  width: 50%;
  position: absolute;
  inset: 0% -20% 0% auto;
}

.trial_form-box {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  display: flex;
}

.trial_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.trial_feature-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.trial_left-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.trial_right-box {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -10.125rem;
}

.trial_form-field-box {
  border: .0625rem solid #292929;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 15.375rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  display: flex;
}

.section_trial {
  color: #fff;
  background-color: #ffffff54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.trial_form-field {
  color: #fff;
  background-color: #0000;
  border: .0625rem solid #0000;
  width: 100%;
  max-width: 15.375rem;
  height: 2.5rem;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.trial_form-field:focus {
  border-color: #0000;
}

.text-size-xsmall {
  font-size: .85rem;
}

.trile_img {
  border-radius: 30px;
  width: 80%;
  box-shadow: 0 2px 20px 10px #0015ff1a;
}

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

.trial_wrap {
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.25rem;
  min-width: 90vw;
  max-width: 90vw;
  padding: 8rem;
}

.trail_form-block {
  flex-flow: row;
  margin-bottom: 0;
}

.trial_feature-icon {
  background-color: #390e00;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.page-wrapper-2 {
  background-color: #fff;
}

.trial_form-buttom {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--colors--color), var(--colors--color));
  border-radius: .625rem;
  height: 2.5rem;
  font-weight: 500;
  transition: all .5s;
}

.trial_form-buttom:hover {
  scale: 1.05;
}

.trial_feature-text-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trial_text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.trial_content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.trial_left-first-box {
  background-color: #292929;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  max-width: 6.25rem;
  min-height: 2.1875rem;
  margin-bottom: .375rem;
  display: flex;
}

.trial_left-first-box.eng {
  max-width: 8rem;
}

.trial_heading-text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.trial_form-icon {
  width: 15%;
}

.trial-bullet-div {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trial-grid-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.trial-grid-vertical.gap-rows {
  grid-row-gap: 70px;
}

.trial-grid-vertical.hide {
  display: none;
}

.div-block-574 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.image-102 {
  max-width: 50%;
}

.div-block-575 {
  background-image: url('../images/building-during-the-construction-process-2025-03-13-03-16-51-utc-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-height: 400px;
  max-height: 400px;
  position: sticky;
  top: 140px;
  box-shadow: 0 2px 20px -3px #5853a06b;
}

.trial-layout-wrapper {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.trial-layout-wrapper:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.trial-layout-wrapper.vertical {
  overflow: hidden;
}

.trial-layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
}

.flex-trial-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.card-div-trial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--dark-grey);
  cursor: pointer;
  border: 1px solid #5853a014;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px -8px #b3b3ff;
}

._12container-trial {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  min-height: auto;
  max-height: none;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.hero-text-div {
  display: flex;
}

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

.section-gray-numbers {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-gray-numbers.hide {
  display: none;
}

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

.grey-card {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #eff2f6;
  border-radius: 20px;
  flex-flow: column;
  padding: 2.4rem;
  display: flex;
}

.title-card-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.stripe-orange {
  background-color: var(--colors--color);
  border-radius: 10px;
  width: 10px;
}

.card-title {
  color: var(--colors--color-2);
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.section-2-about-us {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-2-about-us.padding-top {
  padding-top: 120px;
}

.gray-box-about-us {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #eff2f6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4.8rem 4rem;
  display: flex;
}

.div-block-576 {
  background-image: url('../images/shot-of-a-group-of-creative-businesspeople-plottin-2023-11-27-04-57-26-utc-Large_1shot-of-a-group-of-creative-businesspeople-plottin-2023-11-27-04-57-26-utc (Large).avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-576._2 {
  background-image: url('../images/young-computer-scientists-2023-11-27-05-05-17-utc-Large_1young-computer-scientists-2023-11-27-05-05-17-utc (Large).avif');
}

.baloon-about-div {
  background-color: #f1841229;
  border-radius: 20000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: absolute;
  inset: auto 0% 34% auto;
  overflow: hidden;
}

.image-about-scroll {
  background-image: url('../images/working-job-career-casual-showing-2023-11-27-05-15-32-utc-Large_1working-job-career-casual-showing-2023-11-27-05-15-32-utc (Large).avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  align-self: center;
  width: 80%;
  height: 150px;
}

.image-about-scroll._2 {
  background-image: url('../images/shot-of-a-group-of-creative-businesspeople-plottin-2023-11-27-04-57-26-utc-Large_1shot-of-a-group-of-creative-businesspeople-plottin-2023-11-27-04-57-26-utc (Large).avif');
  display: none;
}

.image-about-scroll._3 {
  background-image: url('../images/startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc-Large_1startup-team-collaborates-on-color-selection-for-u-2023-11-27-05-31-36-utc (Large).avif');
  display: none;
}

.image-about-scroll.div-block-471 {
  background-image: url('../images/giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc-Large_1giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc (Large).avif');
  display: none;
}

.section-about---2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.section-about---2.hide {
  display: none;
}

.div-flex-about {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-10-copy-copy2 {
  color: #6d6d6d;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-block-219 {
  align-self: stretch;
}

.text-block-220 {
  color: var(--colors--color-2);
  font-family: Poppins Bold Custom, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.btn-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.about-primary {
  background-color: var(--colors--color);
  border-radius: 13px;
  padding: 12px 24px;
}

.about-primary.secondary {
  background-color: var(--colors--white);
  color: var(--colors--color);
  border: 1px solid #c2c2c2;
}

.learn-more-div {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: auto 0% 10%;
}

.footer-link-flex {
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  display: flex;
}

.footer-link-flex.hide {
  display: none;
}

.div-block-577 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.div-block-577.eng-vers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-578 {
  display: flex;
  position: relative;
}

.div-block-579 {
  background-image: url('../images/123_1123.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 330px;
  position: absolute;
  inset: auto 6% 0% auto;
}

.div-block-480-vertical {
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-480-vertical.white {
  grid-column-gap: 280px;
  grid-row-gap: 280px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-2-download {
  z-index: 1;
  min-height: 100vh;
  margin-top: -10vh;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-2-download.padding-top {
  z-index: 100;
  border-top: 20px solid var(--colors--color);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 100% 0;
  background-size: cover;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  overflow: visible;
}

.section-3-download {
  z-index: 1;
  min-height: 100vh;
  margin-top: -10vh;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-3-download.padding-top {
  z-index: 100;
  border-top: 20px solid var(--colors--color);
  background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
  background-position: 100% 0;
  background-size: cover;
  min-height: auto;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: visible;
}

.div-block-580 {
  background-image: url('../images/chart_1chart.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.div-block-580._2 {
  background-image: url('../images/rocket_1rocket.webp');
}

.title-download-section-3 {
  font-family: Poppins SemiBold Custom, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-581 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-582 {
  margin-top: 100px;
}

.download-link-div {
  background-image: url('../images/5cd6c0593d256b944ced3c15_app-store-apple_15cd6c0593d256b944ced3c15_app-store-apple.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
}

.download-link-div._2 {
  background-image: url('../images/5cd6c0593d256bac0fed3c0f_app-store-google_15cd6c0593d256bac0fed3c0f_app-store-google.avif');
}

.div-block-583 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-584 {
  margin-top: 40px;
}

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

.black-span {
  color: var(--dark-gray);
}

.grid-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
}

.grid-16.eng-ver {
  grid-template-columns: .25fr 1fr 1.25fr;
}

.div-block-483---old {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div-block-483---old.hide {
  display: none;
}

.div-block-577---old {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.div-block-577---old.hide {
  display: none;
}

._11learn-dropdown-copy {
  border-radius: 4px;
}

._11learn-dropdown-copy.w--open {
  background-color: #fff;
  border-radius: 16px;
  width: 520px;
  margin-top: 50px;
  top: 45px;
  left: -300px;
  box-shadow: 0 10px 30px -10px #00000080;
}

._1features-layout-copy {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block {
  margin-bottom: 40px;
}

.rich-text-block.hide {
  display: none;
}

.qrcode {
  background-image: url('../images/QR_1QR.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-top: 50px;
}

.div-block-585 {
  background-image: url('../images/Innowrks-PSD-01_1Innowrks PSD 01.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 240px;
  max-width: 240px;
  min-height: 100%;
  max-height: 100%;
}

.video-banner {
  position: absolute;
}

.video-banner._2 {
  transform-origin: 50% 100%;
  max-width: 60%;
  bottom: 7px;
  left: 25px;
  transform: rotate(-4deg);
}

.video-banner._3 {
  transform-origin: 50% 100%;
  max-width: 60%;
  bottom: 10px;
  right: 73px;
  transform: rotate(4deg);
}

.video-banner.top {
  z-index: 999999;
  background-image: url('../images/Innowrks-PSD-01_1Innowrks PSD 01.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  min-width: 240px;
  max-width: 240px;
  height: 500px;
  display: none;
  position: absolute;
  top: -10px;
  left: 41px;
  overflow: hidden;
}

.video-banner.top.hide {
  display: none;
}

.video-banner.top-video {
  z-index: 100;
  min-width: 240px;
  max-width: 240px;
  min-height: 100%;
  max-height: 100%;
  display: block;
  left: 0;
}

.video-banner.top-video.hide {
  display: none;
}

.background-video {
  z-index: 2;
  border-radius: 40px;
  width: 240px;
  height: 100%;
  position: absolute;
  inset: -1% 4% 0% 14%;
}

.background-video-copy2 {
  z-index: 2;
  border-radius: 40px;
  width: 225px;
  height: 470px;
  position: absolute;
  inset: 2% 4% 0% 3%;
}

.bold-text-10 {
  font-family: Poppins Bold Custom, sans-serif;
}

.text-span-lower {
  text-transform: none;
}

.text-span-lower.small {
  font-size: 1.2rem;
}

.link-block-2 {
  color: var(--colors--color-2);
  text-decoration: none;
  display: flex;
}

.mobile-dropdown-2 {
  display: none;
}

.lang-mobile {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
}

.lang-mobile:hover {
  color: #fff;
  background-image: linear-gradient(to right, #5bbcac, #549637);
}

.flag-11 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.jhero-headline-center-copy {
  color: var(--dark-gray);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Black Custom, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

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

.rich-text-block-2 {
  object-fit: fill;
  padding: 6px 12px;
}

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

.paragraph-4 {
  text-align: right;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-587 {
  background-color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  min-height: 43px;
  max-height: 60px;
  margin-top: 40px;
  display: flex;
}

.text-block-221 {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.mtext-block-221-copy {
  color: #fff;
  margin-left: 20px;
  font-size: 11px;
  text-decoration: none;
}

._1text-block-description-copy {
  z-index: 9;
  font-size: var(--text--body);
  line-height: 1.7;
  position: relative;
}

._1text-block-description-copy.hide {
  display: none;
}

.mmcontainer-2-copy {
  flex-flow: column;
  display: flex;
}

.mmcontainer-2-copy.large {
  max-width: 1200px;
}

.mmcontainer-2-copy.download._1 {
  margin-left: 18%;
}

@media screen and (min-width: 1440px) {
  .learn-dropdown.w--open {
    left: -440px;
    box-shadow: 0 10px 30px -10px #00000080;
  }

  .pricing-dropdown.w--open {
    width: 1100px;
    left: -600px;
  }

  .dropdown-list-2.w--open {
    width: 1000px;
  }

  ._11learn-dropdown-copy.w--open {
    left: -440px;
    box-shadow: 0 10px 30px -10px #00000080;
  }
}

@media screen and (max-width: 991px) {
  .flag-6 {
    background-image: url('../images/us.svg');
  }

  .container-menu {
    min-width: 100%;
    max-width: 100%;
  }

  .nav-link-black {
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  ._11language-link-copy-copy-3.w--current:hover {
    background-image: linear-gradient(#1760cc, #1760cc);
  }

  .show-this-if-dropdown-open {
    display: none;
  }

  .wg-element-3 {
    background-color: #fff;
    border-radius: 0;
    margin-right: 0;
    display: none;
  }

  .mobile-dropdown {
    background-color: #fff;
    min-width: 100%;
    display: none;
  }

  .icon-copy {
    color: var(--colors--white);
  }

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

  .fdropdown-list-3-copy {
    background-color: #fff;
  }

  .fdropdown-list-3-copy.w--open {
    position: relative;
  }

  .hide-this-language-selection {
    display: none;
  }

  .wg-dd-1-togle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flag-12 {
    background-image: url('../images/1200px-Japan_flag_-_variant_11200px-Japan_flag_-_variant.avif');
  }

  .menu-button {
    text-align: right;
    flex: 1;
    right: 0;
  }

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

  .mobile-toggle-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .chinese-11language-link-copy-copy-3-copy:hover {
    background-image: linear-gradient(#1760cc, #1760cc);
  }

  .wg-element-wrapper.sw6 {
    align-items: center;
    display: flex;
  }

  .image-84 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    color: #000;
    background-color: #fff;
    font-weight: 400;
  }

  .nav-link.nav-button.black {
    background-color: var(--colors--primary);
    color: var(--colors--black);
    text-align: center;
    text-align: center;
    margin-left: 0;
  }

  .wg-dropdown-1 {
    flex: 1;
  }

  .container-menu-2 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-black-2 {
    color: var(--colors--color-2);
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  .nav-link-black-2.dropdown.flex, .nav-link-black-2.long {
    padding-left: 0;
  }

  .icon-copy-2 {
    color: #000;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 0;
  }

  .div-block-472 {
    align-items: stretch;
    min-width: 96vw;
    max-width: 96vw;
    min-height: 0;
    max-height: 80vh;
  }

  .div-block-472.home5.no-padding {
    max-height: none;
  }

  .image-85.small {
    max-width: 60%;
    position: relative;
    top: 32px;
  }

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

  .about {
    min-height: auto;
    max-height: none;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-image {
    min-height: 300px;
    max-height: 300px;
  }

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

  .feature-number-wrap {
    flex-flow: row;
  }

  .statistic-circle-wrap {
    flex-flow: row;
    width: 33%;
  }

  .banner.download {
    justify-content: center;
    align-items: flex-start;
  }

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

  .heading-5.mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    right: 308px;
  }

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

  .dropdown {
    min-width: 100%;
    max-width: 100%;
  }

  .dropdown.language {
    min-width: 0%;
    max-width: none;
    display: none;
  }

  .div-block-488 {
    justify-content: center;
    align-items: center;
  }

  .icon-language {
    margin-right: 0;
    right: 2px;
  }

  .div-block-489 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-480-copy.white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-products {
    min-height: 0;
    max-height: none;
  }

  .d-126-card-wrapper {
    margin-bottom: 80px;
  }

  .learn-dropdown.w--open {
    display: block;
  }

  .pricing-links {
    font-family: Poppins Custom, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .pdrop-image.no-margin {
    margin-bottom: 10px;
    display: none;
  }

  .contact-button.mobile {
    justify-content: flex-start;
    margin-left: 0;
    display: none;
  }

  .nav-menu-2 {
    background-color: var(--light-blue-bg);
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 10px;
    padding-bottom: 30px;
    display: block;
    left: 0;
    overflow: auto;
  }

  .learn-mobile-icon {
    width: 40px;
  }

  .nav-learn-box.no-padding {
    grid-row-gap: 20px;
    padding: 0;
    overflow: auto;
  }

  .nav-learn-box.no-padding.hide, .up-arrow {
    display: none;
  }

  .text-box {
    width: auto;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-drop-text.v2 {
    display: none;
  }

  .non-porfit-text {
    color: #8f9095;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .learn-gv-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    padding: 10px;
  }

  .ed-image {
    width: 40px;
  }

  .ed-image.small {
    width: 32px;
  }

  .menu-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .pricing-dropdown.w--open {
    display: block;
  }

  .link-tp {
    grid-column-gap: 10px;
    color: #282b3f;
    align-items: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: flex;
  }

  .learn-100-box {
    width: 100%;
  }

  .pricing-wrapper {
    flex-flow: column;
    display: flex;
  }

  .pricing-wrapper.hide {
    display: none;
  }

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

  .department-links-box {
    grid-row-gap: 9px;
  }

  .department-links-box.no-margin {
    margin-top: 0;
  }

  .nav-container {
    flex: 1;
    width: auto;
    display: flex;
  }

  .learn-more-button.v2 {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    display: none;
  }

  .dropdown-list-2 {
    overflow: auto;
  }

  .dropdown-list-2.w--open {
    width: 600px;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    margin-top: 0;
    padding: 1px 20px 1px 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .button-3 {
    border-radius: 6px;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-3.log {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .menu-button-3 {
    background-color: #0000;
    font-size: 32px;
    line-height: 30px;
  }

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

  .dropdown-toggle-2 {
    padding-left: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
  }

  .dropdown-toggle-2.v2 {
    min-width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
  }

  .navbar-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .nav-link-3 {
    padding: 16px 10px 16px 0;
    font-size: 18px;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-3.mobile-hide {
    display: none;
  }

  .dropdown-3.mobile-show {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .dropdown-3.mobile-show.hide {
    display: none;
  }

  .nav-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 120vh;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    overflow: auto;
  }

  .text-bold {
    font-family: Poppins Custom, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .grid-5-products {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-5-clients {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-block-2 {
    min-width: 600px;
    max-width: 600px;
  }

  .div-block-495, .div-block-496 {
    display: none;
  }

  .div-block-497 {
    display: none;
    overflow: auto;
  }

  .div-block-498 {
    min-width: 600px;
    max-width: 600px;
    min-height: 400px;
    max-height: 400px;
  }

  .div-block-498.shadow {
    min-width: 500px;
    max-width: 500px;
    top: 2%;
  }

  .hero-wrap {
    display: flex;
  }

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

  .div-block-487-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .container-long {
    min-width: 728px;
    max-width: 728px;
  }

  .menu-link {
    border-bottom: 1px solid #000;
  }

  .nav-menu-3 {
    background-color: #faf0ec;
  }

  .container-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-4 {
    background-color: #faf0ec;
  }

  .menu-button-4.w--open {
    background-color: #8d776e;
  }

  .container-1201 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-headline {
    z-index: 10;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .grid-5-products-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .step-wrapper._11margin-l-copy-copy2 {
    max-width: none;
  }

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .step-2-info-wrapper._2._100 {
    max-width: 100%;
  }

  .step-2-info-wrapper.up {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .black-line {
    display: none;
  }

  .process-image {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border: 1px #dadada;
  }

  .step-1-info-wrapper {
    align-items: flex-start;
  }

  .step-1-info-wrapper.up {
    justify-content: center;
    align-items: center;
  }

  .step-1-info-wrapper.up.padding {
    padding-left: 0;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .step-3-info-wrapper.up {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .timeline-wrapper {
    display: none;
  }

  .container-1203.small.flex {
    width: 100%;
    max-width: none;
  }

  .container-1203.small.flex.top {
    margin-top: 40px;
  }

  .circle-shape.home5, .div-block-542.home5 {
    min-height: auto;
  }

  .div-block-544.home5 {
    background-size: contain;
    min-height: 100%;
  }

  .div-block-544.home5.eng-ver {
    background-position: 50%;
    background-size: auto 420px;
  }

  .div-block-544.mobile {
    background-size: contain;
    min-height: 100%;
  }

  .container-1202-cop11y.home5 {
    height: 600px;
    max-height: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._121step-1-info-wrapper-copy {
    align-items: flex-start;
  }

  ._121step-1-info-wrapper-copy.home5 {
    max-width: 100%;
  }

  .step-3-info-wrapper-copy {
    align-items: flex-start;
  }

  .step-3-info-wrapper-copy._100 {
    max-width: 100%;
  }

  .container-1202-cop11y-copy.home5 {
    min-height: auto;
  }

  .column-2.hide {
    display: none;
  }

  ._1process-image-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #dadada;
  }

  .section4 {
    padding-top: 60px;
  }

  .section4.home5 {
    min-height: auto;
  }

  .div-block-546 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-546.home {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .statistic-circle-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .statistic-circle-wrap-2.auto-width {
    width: auto;
  }

  .circle-div-2 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .counterup-2, .counterup-copy {
    font-size: 48px;
  }

  .div-block-548 {
    width: 100%;
  }

  .div-block-548.home5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-550 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-550.home {
    position: static;
  }

  ._121container-1202-cop11y-copy.padding {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-inside-sec-5-div {
    grid-template-columns: 1fr;
  }

  .grid-inside-sec-5-div.home5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-height: auto;
  }

  .left-side-of-grid-sec-5.home5 {
    min-height: auto;
  }

  .graphic-bg-div {
    background-image: url('../images/444443innowrks---Construction-process-05_1444443innowrks - Construction process-05.avif');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .graphic-bg-div.home {
    background-size: contain;
    min-width: 100%;
  }

  ._1hero-headline-copy {
    z-index: 10;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .fgrid-5-products-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .m1hero-headline-copy-copy {
    z-index: 10;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .process-wrapper-copy.home5 {
    min-width: 100%;
    max-width: 100%;
  }

  .nndiv-block-551-copy.home5 {
    background-position: 50% 0;
    background-size: auto 600px;
    min-height: 550px;
  }

  .nndiv-block-551-copy.home5.eng-ver {
    background-position: 50%;
  }

  .hero-headline-center {
    z-index: 10;
    max-width: 90%;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .ipad-div {
    width: 700px;
    height: 460px;
  }

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

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 0;
  }

  .walsh-link-block-orange:hover {
    background-color: #ff8200;
  }

  .walsh-link-block-orange.mobile-menu.f {
    background-color: var(--colors--color-2);
    display: block;
  }

  .walsh-link-block-orange.mobile-menu.nn.ee {
    display: flex;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .bottom-div-copy2 {
    justify-content: flex-end;
    align-items: center;
  }

  .device-div {
    margin-top: 60px;
  }

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

  .section-5-2-copy {
    margin-bottom: 0;
  }

  ._1h2-title-section-copy, .h2-title-section {
    min-width: 0;
    max-width: none;
  }

  .form-container-copy-2 {
    width: 100%;
    margin-top: 0;
    position: static;
    top: 0;
    bottom: 0;
  }

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

  .div-block-560 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .columns-copy2 {
    min-width: 100%;
    max-width: 100%;
  }

  .container-1205, .bg-of-section-copy2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-13.hero-section.team._343mmgb-copy-copy.center {
    min-height: auto;
  }

  .container-1206 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-101._2 {
    max-width: 50%;
    bottom: 84px;
  }

  .image-101._3 {
    max-width: 50%;
    bottom: 84px;
    right: 113px;
  }

  .image-101.top, .image-101.top-video {
    max-width: 50%;
  }

  .cta-header-component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image-cta {
    z-index: 0;
    object-fit: contain;
  }

  .image {
    min-width: 18rem;
    max-width: 35rem;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .feature-card-image.overflow {
    z-index: 10;
  }

  .vertical-divider {
    display: none;
  }

  .layout-list-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .paragraph-2.max-width-40ch {
    z-index: 100;
    background-image: linear-gradient(#fff, #fff);
    position: relative;
  }

  .layout-wrapper.vertical, .layout-wrapper.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-layout {
    align-items: flex-end;
  }

  .div-block-567 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-568 {
    width: 100%;
    height: 450px;
    position: static;
  }

  .menu-icon {
    width: 25px;
    height: 25px;
  }

  .menu-icon._98 {
    background-position: 50%;
    width: 30px;
  }

  .grid-5-products-copy-copy2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-535-copy2 {
    min-width: auto;
    max-width: none;
  }

  .process-wrapper-copy2 {
    min-width: 100%;
    max-width: none;
  }

  .black-h2-heading-copy23-copy2 {
    align-self: center;
    margin-bottom: 40px;
  }

  .div-block-571 {
    flex-flow: column;
    width: 728px;
    display: flex;
  }

  .div-block-572 {
    display: none;
  }

  .div-block-573 {
    min-width: 100%;
    max-width: 100%;
  }

  .trial_left-box {
    width: 100%;
  }

  .trial_right-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .trial_form-field-box {
    justify-content: flex-start;
    align-items: center;
    height: 2.5rem;
  }

  .trile_img {
    width: 100%;
  }

  .trial_wrap {
    padding: 4rem;
  }

  .trial_content {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: column;
  }

  .trial-bullet-div {
    margin-top: 100px;
  }

  .trial-grid-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-574 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .trial-layout-wrapper.vertical, .trial-layout-wrapper.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._12container-trial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-gray-numbers {
    margin-bottom: 0;
  }

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

  .baloon-about-div {
    inset: -60% 0% auto auto;
  }

  .section-about---2 {
    min-height: auto;
    max-height: none;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-flex-about {
    min-width: auto;
    max-width: none;
  }

  .learn-more-div {
    position: relative;
    inset: 50px auto 0% 0%;
  }

  .div-block-578 {
    padding-top: 60px;
  }

  .div-block-480-vertical.white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-2-download, .section-3-download {
    padding-top: 60px;
  }

  .grid-16, .grid-16.eng-ver {
    grid-template-columns: .25fr 1fr;
  }

  ._11learn-dropdown-copy.w--open {
    display: block;
  }

  .video-banner._2 {
    max-width: 50%;
    bottom: 84px;
  }

  .video-banner._3 {
    max-width: 50%;
    bottom: 84px;
    right: 113px;
  }

  .video-banner.top, .video-banner.top-video {
    max-width: 50%;
  }

  .background-video {
    border-radius: 40px;
    width: 215px;
    height: 89%;
    top: 3%;
  }

  .div-block-586 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .mobile-dropdown-2 {
    background-color: #fff;
    min-width: auto;
    display: block;
  }

  .mobile-toggle-copy-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .mobile-toggle-copy-2.w--open {
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-83 {
    min-width: 30px;
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .lang-mobile {
    justify-content: center;
    align-items: center;
  }

  .lang-mobile:hover {
    color: #000;
    background-image: none;
  }

  .flag-11 {
    background-image: url("https://cdn.prod.website-files.com/6a02970af03fd74f016143dc/6a02970af03fd74f016143fe_Flag_of_the_People's_Republic_of_China.svg");
    background-position: 0%;
  }

  .jhero-headline-center-copy {
    z-index: 10;
    max-width: 90%;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: var(--text--h2-mobile);
  }

  .flag-6 {
    background-image: url('../images/us.svg');
  }

  .language-overviw {
    z-index: 300000;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: auto;
    max-height: none;
    padding-left: 111px;
    padding-right: 111px;
    display: flex;
    position: static;
    top: 10vh;
  }

  ._11language-link-copy-copy-3.w--current:hover {
    background-image: linear-gradient(#1760cc, #1760cc);
  }

  .wg-element-3 {
    width: 100%;
  }

  .mobile-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .navbar {
    max-width: 100%;
    position: relative;
  }

  .wg-selector-text-wrapper {
    width: 30px;
  }

  .wg-dd-1-togle-2 {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    align-self: center;
  }

  .mobile-toggle-copy {
    z-index: 999999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .mobile-toggle-copy.w--open {
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    min-width: 100vw;
    margin-top: 0;
    display: flex;
  }

  .chinese-11language-link-copy-copy-3-copy {
    display: flex;
  }

  .wg-element-wrapper.sw6 {
    min-width: 30px;
    max-width: 30px;
  }

  .image-84 {
    margin-left: auto;
    margin-right: auto;
  }

  .wg-dropdown-1 {
    min-width: 30px;
    max-width: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-menu-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-black-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    max-width: 100%;
    position: relative;
  }

  .navbar-2.top {
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .div-block-472 {
    min-height: 70vh;
    max-height: 70vh;
  }

  .div-block-472.auto-height.no-bg {
    padding-bottom: 0;
  }

  .div-block-472.auto-height.margin.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-472.home5 {
    min-height: auto;
    max-height: none;
  }

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

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

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .feature-number-wrap {
    flex-flow: row;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .circle-div {
    min-width: 150px;
    max-width: 150px;
  }

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

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

  .image-89 {
    max-width: 40%;
    margin-left: 0;
  }

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

  .div-block-483 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-div {
    grid-template-columns: .25fr 1fr;
    margin-left: 0;
  }

  .form-container {
    margin-right: 0;
    transform: none;
  }

  .div-block-484 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-484.margin-bottom {
    grid-template-rows: auto;
  }

  .heading-5.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .section-4 {
    margin-bottom: 60px;
  }

  .icon {
    right: 200px;
  }

  .dropdown.language {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-488 {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    min-width: 350px;
    display: flex;
  }

  .icon-language {
    right: 0;
  }

  .div-block-480-copy.white {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .container-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: var(--text--h3-mobile);
    line-height: 1.3;
  }

  .pdropp-box {
    display: none;
  }

  .department-links-box {
    margin-top: 0;
  }

  .dropdown-list-2.w--open {
    width: 300px;
    padding-left: 0;
  }

  .button-3 {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-3.log {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-button-3 {
    font-size: 26px;
    line-height: 32px;
  }

  .dropdown-toggle-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-toggle-2.v2 {
    min-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-link-3 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    display: block;
  }

  .nav-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 38px;
    padding-right: 38px;
    display: block;
  }

  .grid-6-home, .grid-2-home, .grid-5-products {
    grid-template-columns: 1fr 1fr;
  }

  .heading-products {
    font-size: var(--text--h3-mobile);
    line-height: 1.3;
  }

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

  .form-block-2 {
    min-width: 400px;
    max-width: 400px;
  }

  .div-block-498 {
    min-width: 450px;
    max-width: 450px;
    min-height: 300px;
    max-height: 300px;
    margin-top: 20px;
  }

  .div-block-498.shadow {
    min-width: 300px;
    max-width: 300px;
    min-height: 200px;
    max-height: 200px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-container-copy, .shadow {
    margin-right: 0;
    transform: none;
  }

  .div-block-487-copy.padding {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-long {
    min-width: 0;
    max-width: none;
  }

  .plus-div {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  .tab-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-link:hover {
    background-color: #edf0eb;
  }

  .tab-link.w--current {
    background-color: var(--blue-eminence);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tabs-menu {
    min-width: 100%;
    max-width: 100%;
  }

  .text-tab-link {
    font-size: 30px;
    line-height: 1;
  }

  .div-block-510 {
    border-bottom-style: none;
    padding: 48px 16px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-content {
    min-width: 100%;
    max-width: 100%;
  }

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

  .hero-headline {
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .grid-5-products-copy {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .process-image {
    background-image: none;
    background-size: auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .step-1-info-wrapper, .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step {
    left: 16px;
  }

  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-544.home5 {
    min-height: 90%;
  }

  .div-block-544.home5.eng-ver {
    background-size: auto 300px;
  }

  .div-block-544.mobile {
    min-height: 90%;
  }

  .container-1202-cop11y.home5 {
    height: 510px;
  }

  ._121step-1-info-wrapper-copy, .step-3-info-wrapper-copy {
    flex-direction: column;
    padding: 16px;
  }

  .container-1202-cop11y-copy.home5 {
    height: auto;
  }

  ._1process-image-copy {
    background-image: none;
    background-size: auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .section4.home5 {
    margin-top: 0;
  }

  .circle-div-2 {
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
  }

  .counterup-2, .counterup-copy {
    font-size: 35px;
  }

  ._121home-strapline-copy-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

  ._111grid-6-home-copy {
    grid-template-columns: 1fr 1fr;
  }

  ._121home-strapline-copy-copy-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

  ._1hero-headline-copy {
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .fgrid-5-products-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .m1hero-headline-copy-copy {
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .nndiv-block-551-copy.home5 {
    min-height: 90vh;
  }

  ._121home-strapline-copy-copydff {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

  .hero-headline-center {
    max-width: 100%;
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .ipad-div {
    width: 500px;
    height: 350px;
  }

  .iphone-div {
    width: 200px;
    height: 400px;
  }

  .walsh-link-block-orange.mobile-menu.f {
    background-color: var(--colors--color-2);
    display: flex;
  }

  .walsh-link-block-orange.mobile-menu.nn.ee {
    display: flex;
  }

  .h2-title-section {
    font-weight: 400;
  }

  .form-container-copy-2 {
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

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

  .container-1205 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13.hero-section.team._343mmgb-copy-copy.center {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-564 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-101._2, .image-101._3 {
    display: none;
  }

  .image-101.top, .image-101.top-video {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    font-size: 46px;
  }

  .cta-header-component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image-cta {
    width: auto;
    max-width: 100%;
  }

  .image {
    width: 100%;
    max-width: 23rem;
    overflow: visible;
  }

  .hero-header-component {
    padding-top: 0;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .hero-subheading {
    font-size: 20px;
  }

  .section-14 {
    padding: 60px 15px;
  }

  .button-row {
    align-self: stretch;
  }

  .feature-card-image {
    opacity: .4;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .button-5 {
    font-size: 1rem;
  }

  .button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .cta-layout {
    min-height: 490px;
  }

  .hero-heading {
    font-size: 20px;
  }

  .menu-icon._99, .menu-icon._98, .menu-icon._97, .menu-icon._80, .menu-icon._81, .menu-icon._97-copy2 {
    width: 30px;
    height: 30px;
  }

  .grid-5-products-copy-copy2 {
    grid-template-columns: 1fr 1fr;
  }

  .trial_form-box {
    width: 100%;
  }

  .trial_right-box {
    position: static;
  }

  .trile_img {
    width: 100%;
  }

  .trial_form-buttom {
    width: auto;
    max-width: none;
  }

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

  .trial-bullet-div {
    grid-row-gap: 0px;
  }

  .div-block-574 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-575 {
    height: 400px;
  }

  .flex-trial-div, .grid-about-cards {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-576 {
    height: 400px;
  }

  .baloon-about-div {
    width: 250px;
    height: 250px;
    inset: -45% 0% auto auto;
  }

  .image-about-scroll {
    height: 120px;
  }

  .footer-link-flex {
    grid-template-columns: .25fr 1fr;
  }

  .div-block-480-vertical.white {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-483---old {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .video-banner._2, .video-banner._3 {
    display: none;
  }

  .video-banner.top {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 73px;
  }

  .video-banner.top-video {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    height: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-copy2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-586 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    display: flex;
  }

  .mobile-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 59px;
  }

  .mobile-toggle-copy-2 {
    z-index: 999999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .mobile-toggle-copy-2.w--open {
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    min-width: auto;
    margin-top: 0;
    display: flex;
  }

  .image-83 {
    margin-left: auto;
    margin-right: auto;
  }

  .lang-mobile {
    display: flex;
  }

  .language-overviw-2 {
    z-index: 300000;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 10vh;
  }

  .jhero-headline-center-copy {
    max-width: 100%;
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 34px;
  }

  .mmcontainer-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .flag-6 {
    background-image: url('../images/us.svg');
    border-radius: 0;
    width: 30px;
  }

  .brand-2 {
    min-width: 200px;
    max-width: 200px;
  }

  .div-block-470 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .language-overviw {
    z-index: 2147483647;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  ._11language-link-copy-copy-3 {
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 13px;
    position: static;
  }

  ._11language-link-copy-copy-3:hover {
    color: #000;
    background-image: none;
  }

  .show-this-if-dropdown-open {
    margin-top: 10px;
    display: none;
  }

  .wg-element-3 {
    display: none;
  }

  .mobile-dropdown {
    z-index: 2147483647;
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    display: none;
    position: static;
    top: 0;
  }

  .navbar {
    position: fixed;
  }

  .fdropdown-list-3-copy {
    display: none;
  }

  .fdropdown-list-3-copy.w--open {
    min-height: auto;
    display: block;
    top: 40px;
  }

  .hide-this-language-selection {
    margin-left: 10px;
    display: flex;
  }

  .flag-12 {
    background-image: url('../images/1200px-Japan_flag_-_variant_11200px-Japan_flag_-_variant.avif');
    border: 1px solid #0003;
    border-radius: 0;
    width: 30px;
  }

  .menu-button {
    padding: 0;
  }

  .mobile-toggle-copy {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .mobile-toggle-copy.w--open {
    z-index: 300000000;
    text-align: center;
    background-color: #fff;
    border-bottom: 4px solid #1760cc;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    margin-top: -319px;
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease-in-out;
    display: flex;
    position: static;
    top: 0;
  }

  .chinese-11language-link-copy-copy-3-copy {
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    position: static;
  }

  .chinese-11language-link-copy-copy-3-copy:hover {
    color: #000;
    background-image: none;
  }

  .image-84 {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-link-black-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-black-2.dropdown.flex.w--open {
    padding-left: 0;
  }

  .nav-link-black-2.long {
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-link-black-2.login {
    padding-left: 0;
  }

  .navbar-2 {
    z-index: 2147483647;
    min-height: 0;
    position: sticky;
  }

  .hero {
    min-height: 0;
    max-height: none;
  }

  .div-block-472 {
    min-height: auto;
    max-height: none;
    padding: 20px;
  }

  .div-block-472.auto-height.margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-472.auto-height.margin.relative.h-variable {
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-472.auto-height.margin.no-margin.new.eng {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-472.auto-height.margin._1 {
    margin-top: 0;
    padding: 31px 11px;
  }

  .div-block-472.auto-height.kkkkkk.home5 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-472.home5 {
    align-self: stretch;
    min-width: auto;
    max-width: none;
  }

  .heading {
    font-size: var(--text--h1-mobile);
  }

  .heading.no-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-85 {
    max-width: 95%;
  }

  .image-85.small {
    max-width: 110%;
    top: 17px;
  }

  .image-86 {
    max-width: 35%;
    display: block;
    top: -10px;
  }

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

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

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

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

  .container-2.download._1.eng {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block, .link-block.green {
    justify-content: center;
    align-items: center;
  }

  .div-block-472-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 20px;
  }

  .about {
    min-height: 0;
    max-height: none;
  }

  .div-block-477 {
    justify-content: center;
    align-items: center;
  }

  .about-hero-image {
    min-height: 300px;
    max-height: 300px;
  }

  .feature-number-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .statistic-circle-wrap {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-div {
    justify-content: flex-start;
    align-items: center;
    min-width: 120px;
    max-width: 120px;
    min-height: 100px;
    max-height: 100px;
  }

  .counterup {
    margin-bottom: 0;
    font-size: 30px;
  }

  .title-capped {
    font-size: 12px;
    line-height: 1.2;
  }

  .grid-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .grid-left.download {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-description {
    text-align: left;
    align-self: center;
  }

  .image-89 {
    max-width: 60%;
  }

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

  .grid-right.download {
    flex-flow: column-reverse;
    display: flex;
  }

  .banner {
    min-height: 400px;
    max-height: 400px;
  }

  .banner.doc {
    background-image: linear-gradient(#00000061, #00000061), url('../images/giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc-Large_1giving-them-a-quick-demonstration-2024-10-09-16-48-19-utc (Large).avif');
    background-size: auto, cover;
  }

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

  .heading-2.long, .heading-2.long-copyff {
    min-width: auto;
    max-width: none;
    font-size: 2.1rem;
  }

  .heading-2.long-copyff.eng {
    min-width: 80%;
    max-width: 80%;
    font-size: 1.8rem;
  }

  .div-block-482 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-483 {
    grid-template-columns: 1fr;
  }

  .form-container {
    margin-right: 0;
    padding: 20px;
  }

  .div-block-484 {
    margin-bottom: 60px;
  }

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

  .heading-5.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-487 {
    min-width: 0;
    max-width: none;
  }

  .icon {
    right: 83px;
  }

  .dropdown-list.laanguage.w--open {
    padding-left: 10px;
  }

  .div-block-488 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-480-copy.white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-products {
    min-height: 0;
    max-height: none;
  }

  .buttons-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-492 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

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

  .section-6 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6, .grid-6.eng-ver {
    grid-template-columns: 1fr 1fr;
  }

  .title-card {
    text-align: center;
    font-size: 1.1rem;
  }

  .card-div {
    min-height: 0;
  }

  .container-flex.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-flex.no-padding.full {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .d-126-top-circle {
    display: none;
  }

  .pricing-links {
    font-family: Poppins Custom, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .contact-button.mobile {
    grid-column-gap: 8px;
  }

  .nav-menu-2 {
    background-color: var(--light-blue-bg);
    overflow: visible;
  }

  .nav-learns-box {
    grid-column-gap: 15px;
  }

  .menu-button-wrapper {
    position: relative;
  }

  .pdropp-box {
    display: none;
  }

  .department-links-box {
    grid-row-gap: 13px;
    margin-top: 0;
  }

  .nav-container {
    max-width: 100%;
  }

  .dropdown-list-2.w--open {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    position: relative;
    top: 0;
  }

  .button-3 {
    border-radius: 6px;
    line-height: 14px;
  }

  .button-3.log {
    border-radius: 6px;
  }

  .menu-button-3 {
    padding: 0 10px 0 6px;
    font-size: 28px;
    line-height: 26px;
  }

  .dropdown-toggle-2 {
    padding-left: 25px;
  }

  .dropdown-toggle-2.v2 {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .navbar-4 {
    padding: 15px 1vw;
  }

  .nav-link-3 {
    padding-left: 25px;
  }

  .nav-wrapper-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 7px;
    display: flex;
    overflow: visible;
  }

  .grid-6-home, .grid-2-home {
    grid-template-columns: 1fr;
  }

  .card-div-1-row-left {
    width: 90%;
    min-height: 0;
  }

  .card-div-1-row-right {
    min-height: 0;
  }

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

  .heading-products {
    font-size: var(--text--h3-mobile);
  }

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

  .form-block-2 {
    min-width: 0;
    max-width: none;
  }

  .div-block-498 {
    min-width: 300px;
    max-width: 300px;
    min-height: 250px;
    max-height: 250px;
    margin-top: 0;
  }

  .div-block-498.shadow {
    min-width: 200px;
    max-width: 200px;
    min-height: 100px;
    max-height: 100px;
    top: 43%;
  }

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

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

  .div-block-500 {
    min-width: 250px;
    max-width: 250px;
    min-height: 180px;
    max-height: 180px;
    inset: auto -10% -21% auto;
  }

  .div-block-501 {
    min-width: 250px;
    max-width: 250px;
    min-height: 150px;
    max-height: 150px;
    bottom: -39%;
  }

  .form-container-copy, .shadow {
    margin-right: 0;
    padding: 20px;
  }

  .div-block-487-copy {
    min-width: 0;
    max-width: none;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .slide-home {
    min-width: 100%;
    max-width: 100%;
  }

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

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

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

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

  .r-t.hide {
    display: none;
  }

  .div-block-512 {
    min-height: 400px;
    max-height: 400px;
  }

  .section-10.full {
    min-height: 50vh;
    max-height: 50vh;
  }

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

  .hero-headline {
    font-size: 32px;
  }

  .bold-text-9 {
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 1;
    display: inline-block;
  }

  .div-block-534 {
    background-image: url('../images/bgInnowrks-vi-FC_1bgInnowrks-vi-FC.avif');
    background-position: 50% 0;
    background-size: cover;
  }

  .grid-5-products-copy {
    grid-template-columns: 1fr 1fr;
  }

  .title-process.margin-xs {
    text-align: center;
  }

  .title-process.margin-xs.lowercase {
    text-align: left;
  }

  .step-2-info-wrapper.up {
    padding-left: 16px;
  }

  .process-image {
    height: 100px;
  }

  .step-3-info-wrapper.up {
    padding-left: 16px;
  }

  .container-1203.small.flex.top.home5 {
    max-width: 750px;
  }

  .circle-shape.home5, .div-block-542.home5 {
    min-height: auto;
  }

  .div-block-544.home5 {
    background-position: 50%;
    background-size: 100% 70%;
    min-height: 370px;
    display: none;
  }

  .div-block-544.mobile {
    background-image: url('../images/no-icons---MOBILE-copy_1no icons - MOBILE copy.webp');
    background-position: 50%;
    background-size: contain;
    min-height: 200px;
    display: block;
  }

  .container-1202-cop11y.home5 {
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  ._121step-1-info-wrapper-copy.home5 {
    max-width: none;
  }

  .container-1202-cop11y-copy.home5 {
    align-self: stretch;
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: auto;
  }

  .black-h2-heading-copy {
    margin-bottom: 0;
  }

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

  .section4.home5 {
    margin-bottom: 0;
  }

  .div-block-546.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .statistic-circle-wrap-2 {
    margin-bottom: 40px;
  }

  .div-block-548.home5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .div-block-550.home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: -42px;
  }

  ._121home-strapline-copy-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._121container-1202-cop11y-copy.padding {
    padding-bottom: 0;
  }

  .graphic-bg-div.home {
    background-size: contain;
    min-height: 200px;
  }

  ._1footer-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .llcontainer-1202-cop11y-copy.home5 {
    margin-top: 0;
  }

  ._111grid-6-home-copy {
    grid-template-columns: 1fr;
  }

  ._121home-strapline-copy-copy-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._1hero-headline-copy {
    font-size: 32px;
  }

  .fgrid-5-products-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .m1hero-headline-copy-copy {
    font-size: 32px;
  }

  .nndiv-block-551-copy.home5 {
    background-size: contain;
    min-height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._121home-strapline-copy-copydff {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-headline-center {
    font-size: 29px;
  }

  .text-block-25-center {
    max-width: 80%;
  }

  .text-block-25-center.eng {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-555 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ipad-div {
    width: 300px;
    height: 300px;
  }

  .iphone-div {
    height: 300px;
  }

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

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
    display: none;
  }

  .walsh-link-block-orange.mobile-menu {
    align-self: flex-start;
    margin-top: 8px;
    margin-left: 20px;
    display: block;
  }

  .walsh-link-block-orange.mobile-menu.f {
    background-color: var(--colors--color-2);
  }

  .walsh-link-block-orange.mobile-menu.nn {
    margin-left: 0;
  }

  .walsh-link-block-orange.footer {
    align-self: flex-start;
    display: block;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .top-round-ball-copy2 {
    background-position: 50% 0;
  }

  .logo-slider-st {
    width: 100%;
  }

  .logo-slider-st._5 {
    width: 190px;
    height: 50px;
  }

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

  ._12container-1202-cop11y-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12.gray {
    padding-bottom: 0;
  }

  .section-12.gray.padding {
    padding-bottom: 80px;
  }

  .form-container-copy-2 {
    margin-right: 0;
    padding: 20px;
  }

  .field-label-2 {
    font-size: 15px;
  }

  .submit-button-2 {
    min-width: 100%;
    max-width: 100%;
  }

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

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

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

  .h2-title-2.left {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }

  .rbold-text-9-copy-copy {
    font-size: 30px;
    line-height: 1.3;
  }

  .section-13.hero-section.team {
    background-image: url('../images/uprisen-angle-of-hong-kong-skyscraper-with-reflect-2024-10-18-08-33-57-utc-min_1uprisen-angle-of-hong-kong-skyscraper-with-reflect-2024-10-18-08-33-57-utc-min.webp'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    min-height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.hero-section.team._343mmgb-copy-copy.center {
    justify-content: flex-end;
    align-items: stretch;
  }

  .div-block-562 {
    min-height: auto;
    max-height: none;
  }

  .heading-11 {
    font-size: var(--text--h3-mobile);
  }

  .div-block-564 {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .image-101.top, .image-101.top-video {
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
    left: 5px;
  }

  .heading-16 {
    font-size: 28px;
  }

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

  .cta-header-component.eng {
    display: flex;
  }

  .features-component-layout.gap-rows {
    grid-row-gap: 20px;
  }

  .hero-subheading {
    font-size: 18px;
  }

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

  .features-layout {
    grid-row-gap: 30px;
  }

  .section-14.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-14.padding._1 {
    padding-top: 0;
  }

  .section-14.padding._1._2 {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .section-14.hide {
    display: none;
  }

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

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

  .section-14.no-padding._1._2 {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .feature-card-image {
    z-index: -1;
  }

  .feature-card-image.overflow {
    max-width: 100%;
  }

  .feature-card-image.overflow.hide {
    display: none;
  }

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

  .header-image-wrapper {
    height: 16rem;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .cta-layout {
    min-height: 380px;
  }

  .hero-heading {
    font-size: 28px;
  }

  .hero-heading.no-margin {
    font-size: 28px;
    font-weight: 900;
  }

  .div-block-568 {
    height: 300px;
  }

  .menu-icon {
    width: 22px;
    height: 22px;
  }

  .menu-icon._97-copy2 {
    width: 30px;
  }

  .div-block-569 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-5-products-copy-copy2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .div-block-535-copy2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-wrapper-copy2.margin {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-block-570 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-571 {
    width: 100%;
    max-width: 750px;
  }

  .div-block-573 {
    min-width: auto;
    max-width: 750px;
  }

  .shadow-triangle {
    clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
    right: -10%;
  }

  .trial_form-box {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    width: 100%;
  }

  .trial_feature-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .trial_right-box {
    position: static;
  }

  .trial_form-field-box {
    width: 100%;
    max-width: none;
  }

  .section_trial {
    min-height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trial_form-field {
    max-width: none;
  }

  .trial_wrap {
    padding: 3rem 1.5rem;
  }

  .trial_form-buttom {
    width: 100%;
    max-width: none;
  }

  .trial_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .trial_heading-text {
    font-weight: 700;
    line-height: 1.3;
  }

  .trial_form-icon {
    max-width: 1.5625rem;
  }

  .trial-bullet-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .trial-layout-wrapper {
    padding: 24px;
  }

  .flex-trial-div {
    grid-template-columns: 1fr;
  }

  .card-div-trial {
    min-height: 0;
  }

  ._12container-trial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-14 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section-2-about-us {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2-about-us.padding-top {
    padding-top: 40px;
  }

  .gray-box-about-us, .container-1208 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .baloon-about-div {
    position: absolute;
    inset: -32% auto auto 0%;
  }

  .section-about---2 {
    min-height: 0;
    max-height: none;
  }

  .div-flex-about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 20px;
  }

  .btn-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .learn-more-div {
    top: 16px;
  }

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

  .div-block-579 {
    width: 180px;
    height: 200px;
    right: -2%;
  }

  .div-block-480-vertical.white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-2-download, .section-3-download {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-3-download.padding-top {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .download-link-div {
    width: 130px;
  }

  .grid-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-483---old {
    grid-template-columns: 1fr;
  }

  .div-block-577---old {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._1features-layout-copy {
    grid-row-gap: 30px;
  }

  .video-banner.top {
    min-width: 200px;
    max-width: 40%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 32px;
  }

  .video-banner.top-video {
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
    left: 5px;
  }

  .background-video {
    border-radius: 29px;
    width: 167px;
    height: 350px;
    top: -10%;
    left: 0%;
    right: 0%;
  }

  .background-video-copy2 {
    border-radius: 17px;
    width: 130px;
    height: 290px;
    top: 2%;
    left: -22%;
  }

  .div-block-586 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mobile-dropdown-2 {
    z-index: 2147483647;
    flex-direction: column;
    max-width: none;
    min-height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .mobile-toggle-copy-2 {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .mobile-toggle-copy-2.w--open {
    text-align: center;
    background-color: #fff;
    border-bottom: 4px #d60035;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-top: 80px;
    margin-right: 0;
    padding: 0;
    transition: all .4s ease-in-out;
    display: flex;
    position: relative;
  }

  .image-83 {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .lang-mobile {
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    position: static;
  }

  .lang-mobile:hover {
    color: #000;
    background-image: none;
  }

  .flag-11 {
    background-image: url("https://cdn.prod.website-files.com/6a02970af03fd74f016143dc/6a02970af03fd74f016143fe_Flag_of_the_People's_Republic_of_China.svg");
    border: 1px solid #0003;
    border-radius: 0;
    width: 30px;
  }

  .language-overviw-2 {
    z-index: 2147483647;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-469 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .jhero-headline-center-copy {
    font-size: 29px;
  }

  ._1text-block-description-copy {
    text-align: left;
    align-self: center;
    max-width: 100%;
  }

  .mmcontainer-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mmcontainer-2-copy.download._1.eng {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_5f15f18b-e917-3fc5-f159-f263c6acd8ac-016143ae, #w-node-_928645ed-ae5b-44c9-e42a-ebb10cb2ecfe-016143ae, #w-node-e37a99e6-6c5c-1750-1e05-71c09cfd3517-016143ae {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2c7dc047-3a50-6ebf-f2cf-f1402042781d-016143ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b83da9d4-e5fe-0354-72ae-efc177d313a0-016143ae, #w-node-f0ada884-4070-c06c-9c4a-8fba9825f8d9-016143ae, #w-node-b8eb6f5f-fae9-c9b4-edab-4b92696f21a9-016143ae, #w-node-b8eb6f5f-fae9-c9b4-edab-4b92696f21ac-016143ae {
  place-self: center;
}

#w-node-_991df93b-19fb-7200-80bc-9fa9a743f928-016143ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221bdcd6-67c3-6097-fa1b-60849d31ed28-016143ae, #w-node-_221bdcd6-67c3-6097-fa1b-60849d31ed2b-016143ae, #w-node-a742870a-026b-1795-5a1a-a7de1bc251de-016143ae, #w-node-a742870a-026b-1795-5a1a-a7de1bc251e1-016143ae {
  place-self: center;
}

#w-node-c81a1313-c87e-68e0-2fd2-fbb93740bb98-016143ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de650c4-9a17-2bfc-5728-428248292ed8-48292ec9 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_38fdb169-f889-5908-d8fe-a2c7cf9f7209-48292ec9, #w-node-f2209b0e-6edf-d00f-a8a7-ec02a81e18f2-48292ec9 {
  justify-self: end;
}

#w-node-_1de650c4-9a17-2bfc-5728-428248292edf-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8551c50-fee1-0933-fc08-2c750cbd91ac-48292ec9 {
  justify-self: end;
}

#w-node-_1de650c4-9a17-2bfc-5728-428248292ee3-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38586efc-6448-6932-4d5a-04ae51ad6fe7-48292ec9 {
  justify-self: end;
}

#w-node-_1de650c4-9a17-2bfc-5728-428248292ee7-48292ec9, #w-node-_1de650c4-9a17-2bfc-5728-428248292ecd-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de650c4-9a17-2bfc-5728-428248292ed6-48292ec9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d90caa6-e646-fa0e-98e1-bcc3da3d0f0e-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d90caa6-e646-fa0e-98e1-bcc3da3d0f17-48292ec9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5bb3640-1576-76ac-8b87-5366160e85ee-48292ec9, #w-node-_21996a88-a986-95f9-e4e2-7d45b1b045ed-48292ec9, #w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84af0-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84af2-48292ec9, #w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84af6-48292ec9 {
  justify-self: end;
}

#w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84af7-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84afa-48292ec9, #w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84afe-48292ec9 {
  justify-self: end;
}

#w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84aff-48292ec9, #w-node-_3b16ca44-2745-c26f-9378-e0690298216e-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b16ca44-2745-c26f-9378-e06902982179-48292ec9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b16ca44-2745-c26f-9378-e0690298217f-48292ec9, #w-node-_3b16ca44-2745-c26f-9378-e06902982188-48292ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9874a35c-fc28-3093-b0f9-a4c7a80a5379-016143af, #w-node-_06c28119-7f9b-b1cb-99ea-989d74140586-016143b0 {
  align-self: center;
}

#w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143b0 {
  justify-self: start;
}

#w-node-_60da1044-9389-99a6-06f1-8025eebda8b0-016143b0, #w-node-e19d7e91-114c-6ebe-b730-86ede9fd76ad-016143b6, #w-node-c0c7f55a-eb5c-8745-1c8e-7a55e78b6987-016143b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_766ad524-8c86-7211-6bfd-636005e45e20-016143b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_766ad524-8c86-7211-6bfd-636005e45e21-016143b6, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143be, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143be, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e125-016143be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a4205a3-dff4-391d-5781-7e94afb65ff4-016143be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143bf, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143bf, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143c0, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143c0, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143c0, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143c0, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143c0, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c15-016143c1, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c25-016143c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f15f18b-e917-3fc5-f159-f263c6acd8ac-016143c3, #w-node-_928645ed-ae5b-44c9-e42a-ebb10cb2ecfe-016143c3, #w-node-e37a99e6-6c5c-1750-1e05-71c09cfd3517-016143c3 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2c7dc047-3a50-6ebf-f2cf-f1402042781d-016143c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b83da9d4-e5fe-0354-72ae-efc177d313a0-016143c3, #w-node-f0ada884-4070-c06c-9c4a-8fba9825f8d9-016143c3, #w-node-b8eb6f5f-fae9-c9b4-edab-4b92696f21a9-016143c3, #w-node-b8eb6f5f-fae9-c9b4-edab-4b92696f21ac-016143c3 {
  place-self: center;
}

#w-node-_991df93b-19fb-7200-80bc-9fa9a743f928-016143c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221bdcd6-67c3-6097-fa1b-60849d31ed28-016143c3, #w-node-_221bdcd6-67c3-6097-fa1b-60849d31ed2b-016143c3, #w-node-a742870a-026b-1795-5a1a-a7de1bc251de-016143c3, #w-node-a742870a-026b-1795-5a1a-a7de1bc251e1-016143c3 {
  place-self: center;
}

#w-node-c81a1313-c87e-68e0-2fd2-fbb93740bb98-016143c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6c4-835ed6c0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6c6-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6ca-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6cb-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6ce-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6cf-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6d2-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6d3-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6d5-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6de-835ed6c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6e1-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6ec-835ed6c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6f2-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6fb-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed70b-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed70d-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed711-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed712-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed715-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed716-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed719-835ed6c0 {
  justify-self: end;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed71a-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed71d-835ed6c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed728-835ed6c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed72e-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed737-835ed6c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c15-016143c4, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c25-016143c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9874a35c-fc28-3093-b0f9-a4c7a80a5379-016143c5 {
  align-self: center;
}

#w-node-e19d7e91-114c-6ebe-b730-86ede9fd76ad-016143c6, #w-node-c0c7f55a-eb5c-8745-1c8e-7a55e78b6987-016143c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_766ad524-8c86-7211-6bfd-636005e45e20-016143c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_766ad524-8c86-7211-6bfd-636005e45e21-016143c6, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143d2, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143d2, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e125-016143d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a4205a3-dff4-391d-5781-7e94afb65ff4-016143d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d3, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143d3, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f2-016143d4, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0f8-016143d4, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0fe-016143d4, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d4, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143d4, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c28119-7f9b-b1cb-99ea-989d74140586-016143d6 {
  align-self: center;
}

#w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143d6 {
  justify-self: start;
}

#w-node-_779b4019-c52e-5418-369f-544a62166b4e-016143d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b16ca44-2745-c26f-9378-e0690298216d-48292ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143be {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143be, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e125-016143be, #w-node-_4a4205a3-dff4-391d-5781-7e94afb65ff4-016143be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143bf {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143bf, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143bf, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143c0 {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143c0, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143c0, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c25-016143c1, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed71c-835ed6c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c25-016143c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143d2 {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d2, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e125-016143d2, #w-node-_4a4205a3-dff4-391d-5781-7e94afb65ff4-016143d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143d3 {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d3, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143d3, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e0e2-016143d4 {
    justify-self: end;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e11c-016143d4, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952597-016143d4, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1de650c4-9a17-2bfc-5728-428248292ed8-48292ec9, #w-node-c9ee7c5f-d99e-dc19-2f9f-708541a84af0-48292ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143b0 {
    justify-self: center;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b4, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b4, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b4, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b4, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b5, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b5, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b5, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b5, #w-node-_7cb27c66-2fa5-1baf-b1c8-0f1d201431f4-016143b5, #w-node-f728d911-c7d1-e5bb-8ccc-2d62579b3baf-016143b5, #w-node-_67cb733d-5aa6-fe59-ca76-87e98f5d645a-016143b5, #w-node-_766ad524-8c86-7211-6bfd-636005e45e20-016143b6, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b7, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b7, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b7, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b7, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b8, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b8, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b8, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143be, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccee-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf2-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf6-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccfa-016143be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143bf, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952587-016143bf, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef1595258f-016143bf, #w-node-a5f99fc4-e428-a085-966e-563788067ab7-016143bf, #w-node-a5f99fc4-e428-a085-966e-563788067abf-016143bf, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143c0, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143c0, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952587-016143c0, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef1595258f-016143c0, #w-node-a5f99fc4-e428-a085-966e-563788067ab7-016143c0, #w-node-a5f99fc4-e428-a085-966e-563788067abf-016143c0, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c15-016143c1, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c1d-016143c1, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6c4-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed70b-835ed6c0, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c15-016143c4, #w-node-f116591b-1ac1-4d6e-caae-bb2852473c1d-016143c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_766ad524-8c86-7211-6bfd-636005e45e20-016143c6, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143c8, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143c8, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143c8, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143c8, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143c9, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143c9, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143c9, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143cf, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143cf, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143cf, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143cf, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143d0, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143d0, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143d0, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143d0, #w-node-_7cb27c66-2fa5-1baf-b1c8-0f1d201431f4-016143d0, #w-node-f728d911-c7d1-e5bb-8ccc-2d62579b3baf-016143d0, #w-node-_67cb733d-5aa6-fe59-ca76-87e98f5d645a-016143d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143d2, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccee-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf2-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf6-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccfa-016143d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143d3, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952587-016143d3, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef1595258f-016143d3, #w-node-a5f99fc4-e428-a085-966e-563788067ab7-016143d3, #w-node-a5f99fc4-e428-a085-966e-563788067abf-016143d3, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e10c-016143d4, #w-node-_9d26f1f6-213b-2f65-d2fd-9f3e0ca0e114-016143d4, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef15952587-016143d4, #w-node-_9ffe5133-f87c-44f2-4e40-c1ef1595258f-016143d4, #w-node-a5f99fc4-e428-a085-966e-563788067ab7-016143d4, #w-node-a5f99fc4-e428-a085-966e-563788067abf-016143d4, #w-node-a5f99fc4-e428-a085-966e-563788067ac7-016143d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143d6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97feaee0-3bf7-10fb-27f7-34e56e65ea2e-016143ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_21996a88-a986-95f9-e4e2-7d45b1b045ed-48292ec9, #w-node-_3b16ca44-2745-c26f-9378-e06902982188-48292ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f02c850c-085b-9790-201e-9bf61b7a02a5-016143af, #w-node-f02c850c-085b-9790-201e-9bf61b7a02ad-016143af {
    place-self: center;
  }

  #w-node-f02c850c-085b-9790-201e-9bf61b7a02b5-016143af {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_06c28119-7f9b-b1cb-99ea-989d74140586-016143b0, #w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143b0 {
    justify-self: center;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b3, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b4, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b4, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b4, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b4, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b5, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b5, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b5, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b5, #w-node-_7cb27c66-2fa5-1baf-b1c8-0f1d201431f4-016143b5, #w-node-f728d911-c7d1-e5bb-8ccc-2d62579b3baf-016143b5, #w-node-_67cb733d-5aa6-fe59-ca76-87e98f5d645a-016143b5, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b7, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b7, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b7, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b7, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143b8, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143b8, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143b8, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143b8, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccee-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf2-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf6-016143be, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccfa-016143be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97feaee0-3bf7-10fb-27f7-34e56e65ea2e-016143c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed6fb-835ed6c0, #w-node-_3bb02bfb-d95d-8f47-29a1-b1e4835ed737-835ed6c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f02c850c-085b-9790-201e-9bf61b7a02a5-016143c5, #w-node-f02c850c-085b-9790-201e-9bf61b7a02ad-016143c5 {
    place-self: center;
  }

  #w-node-f02c850c-085b-9790-201e-9bf61b7a02b5-016143c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143c8, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143c8, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143c8, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143c8, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143c9, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143c9, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143c9, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143c9, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143ce, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143cf, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143cf, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143cf, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143cf, #w-node-_4fb0c1d6-8328-ef48-5c4b-5f665bb5d67d-016143d0, #w-node-_5f02684a-5957-62a9-3792-7f95d687a0d3-016143d0, #w-node-f51b534f-8513-470f-00e5-aeec467afaf0-016143d0, #w-node-c6a8c46c-3d09-d865-68e2-8ec5e89bc80b-016143d0, #w-node-_7cb27c66-2fa5-1baf-b1c8-0f1d201431f4-016143d0, #w-node-f728d911-c7d1-e5bb-8ccc-2d62579b3baf-016143d0, #w-node-_67cb733d-5aa6-fe59-ca76-87e98f5d645a-016143d0, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccee-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf2-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccf6-016143d2, #w-node-c6b98a07-af4d-53c4-b83e-2b180492ccfa-016143d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06c28119-7f9b-b1cb-99ea-989d74140586-016143d6, #w-node-_73434a09-5fef-50da-14ed-5784850be4ce-016143d6 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins Light Custom';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Black Custom';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins SemiBold Custom';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Italic Custom';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Bold Custom';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Custom';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}