:root {
  --blue: #00a0ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-link {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff0;
  border-radius: 0;
  align-items: center;
  margin-right: 4px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  transition: border .2s, background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #0000001a;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

.nav-link.w--current {
  color: #fff;
  background-color: #00000014;
  border-bottom-color: #fff;
  padding-bottom: 0;
}

.nav-link.lan {
  border: 2px solid #0000;
}

.nav-link.lan:hover {
  background-color: #0000;
  border-style: solid;
}

.nav-link.lan.hide {
  display: none;
}

.nav-link.black {
  color: #000;
  border-bottom-style: none;
}

.nav-link.black:hover, .nav-link.black.w--current {
  background-color: #0000;
}

.dropdown-toggle {
  color: #fff;
  padding: 30px 30px 30px 10px;
  display: inline-block;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-toggle.black {
  color: #000;
}

.nav-bar {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.welogo {
  background-color: #00a0ff;
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 12px 16px;
  position: absolute;
  inset: 0% auto auto 3%;
}

.div-block-19 {
  flex: 1;
}

.container-nav {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand {
  float: none;
  flex: 1;
  align-items: center;
  max-width: 100%;
  height: 60px;
  padding-top: 0;
  display: flex;
  position: static;
}

.brand.w--current {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 60px;
  padding-top: 0;
  display: flex;
  position: static;
}

.dropdown-arrow {
  margin-right: 20px;
  padding-left: 10px;
}

.dropdown-list.w--open {
  background-color: #08132cf0;
  height: auto;
  position: absolute;
  top: 82px;
  left: 0;
}

.dropdown-list.white.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px #dce1eb66;
}

.dropdown-link {
  color: #a7a7a7;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 23px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #ffffff0f;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  background-color: #f3f0f0a6;
}

.dropdown-link.black {
  color: #000;
}

.dropdown-link.black:hover {
  background-color: #dce1eb66;
}

.nav-menu {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-cloud {
  z-index: 1;
  width: 160px;
  margin-bottom: 0;
  position: absolute;
  left: 13%;
}

.nav-div {
  border: .2px solid #f3f0f0a6;
  margin: 14px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.hero-tittle {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 66px;
}

.hero-tittle.black {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4em;
}

.hero-section {
  background-image: linear-gradient(#4e4c4ca6, #4e4c4ca6), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0;
  background-size: auto, 1440px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.hero-section.homepage {
  background-image: linear-gradient(135deg, #2a6ffdcf 20%, #0eb3288c), linear-gradient(#0000005e, #0000005e), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  position: relative;
}

.hero-section.homepage.start-up {
  background-image: linear-gradient(135deg, #2a6ffdb8, #13d6909c), url('../images/slider-1.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  height: 675px;
}

.hero-section.homepage.start-up.gcp {
  background-image: url('../images/google_bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
  padding-top: 140px;
}

.button-blue {
  color: #fff;
  text-align: center;
  background-color: #00a0ff;
  border-radius: 100px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, transform .3s, box-shadow .3s;
}

.button-blue:hover {
  color: #fff;
  background-color: #0260f9;
  transform: translate(0, -3px);
  box-shadow: 7px 7px 30px #27536d33;
}

.button-blue._100 {
  width: 100%;
}

.hero-paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.hero-paragraph.black {
  color: #000;
  max-width: 800px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-wrap {
  margin-top: 40px;
}

.hero-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 20px 0 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.headingwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headingwrap.sub {
  margin-top: 40px;
}

.scene-content {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 24px 36px;
}

.scene-content.left-centre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.capsule-tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.list-item-blue {
  color: #00a0ff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
}

.spacer {
  background-color: #dee5eb;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._48.line {
  border-top: 4px solid var(--blue);
  border-radius: 0;
}

.spacer._48.line.white {
  border-top-color: #fff;
}

.heading-30 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}

.heading {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.center {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.center.white {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}

.heading.sub {
  margin-bottom: 40px;
  font-size: 36px;
}

.div-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  display: block;
}

.section {
  text-align: center;
  background-color: #fff;
  width: auto;
  height: auto;
  padding: 70px 20px;
  display: block;
  position: static;
  overflow: visible;
}

.section.dark {
  color: #fff;
  background-color: #07132e;
  background-image: url('../images/bg_youshi.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.section.dark.alternative {
  background-image: url('../images/cloud-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.smoke {
  background-color: #f8faff;
}

.section.stroke {
  border-top: 2px solid #000;
}

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

.section.gradient {
  background-image: linear-gradient(#f8faff, #fff 86%, #fff);
}

.capsuletab-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 12px 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.capsuletab-link.w--current {
  background-color: var(--blue);
  color: #fff;
  border-radius: 99px;
  padding: 12px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.container {
  text-align: center;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.container.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.center._2 {
  margin-bottom: 50px;
}

.paragraph {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  position: relative;
}

.paragraph.center {
  text-align: center;
  font-style: normal;
  display: block;
}

.paragraph.white {
  margin-bottom: 25px;
}

.paragraph.white.center {
  color: #fff;
}

.paragraph.grey {
  color: #626a72;
}

.paragraph.m {
  font-size: 18px;
  font-weight: 300;
}

.sceneimg {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.image-34 {
  width: 70%;
}

.columns-8 {
  margin-top: 60px;
}

.div-block-16 {
  margin-top: 60px;
  position: relative;
}

.image-22 {
  object-fit: contain;
  flex: none;
  width: auto;
  height: 180px;
}

.data-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 15px;
  display: flex;
}

.heading-31 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-31.features {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-31.features.left-side {
  color: #000;
  text-align: left;
}

.heading-31.features.left-side.number {
  color: #00a0ff;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.heading-31.features.left-side.numbername {
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}

.heading-31.center {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-36 {
  object-fit: contain;
  flex: none;
  width: auto;
  height: 180px;
  overflow: visible;
}

.div-block-17 {
  border-top: 3px dotted #dce1eb;
  width: 35%;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.div-block-17.right {
  inset: 10% 0% 0% auto;
}

.column-11 {
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.icon-2 {
  color: #fff;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-32 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-32.features {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-32.features.white {
  color: #fff;
  font-size: 22px;
}

.heading-32.center {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-32.center.white-copy {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}

.text-column-tittle {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.page-header.trial {
  background-image: linear-gradient(#2a2a2adb, #2a2a2adb), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-header.trial.map {
  background-image: linear-gradient(135deg, #00a0ff, #3046f2eb 60%, #4a15ebde);
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header.trial.map.smoke {
  background-image: linear-gradient(#f8faff, #f8faff), linear-gradient(135deg, #00a0ff, #3046f2eb 60%, #4a15ebde);
}

.success-message {
  color: #fff;
  background-color: #00a0ff;
  border-radius: 5px;
}

.subtext-field {
  color: #020202;
  text-align: left;
  border: 1px solid #eff1f3;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  background-color: red;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.tabs-line {
  background-color: #a7a7a7;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.tabs-line.text-block {
  background-color: #0000;
  border-top: 1px solid #a7a7a7;
  width: auto;
  height: auto;
  margin-top: 35px;
  padding-top: 40px;
}

.tabs-line.text-block._2 {
  border-top-color: #ffffff80;
  margin-top: 50px;
}

.tabs-line.text-block._2.black {
  border-top-color: #8b8b8b4d;
}

.hero-wrapper {
  float: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 24px 24px;
  transition: background-color .4s;
  display: block;
}

.hero-wrapper:hover {
  background-color: #fff;
  transform: perspective(1544px);
}

.hero-wrapper.contact {
  border-radius: 20px;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 1px 1px 12px 1px #dce1eb66;
}

.text-field {
  color: #989ba2;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.features-subtitle {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.features-subtitle.center {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.form-wrap {
  margin-bottom: 40px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-33 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-33.center {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.tooltip {
  z-index: 5;
  color: #7a8292;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.hidden {
  display: none;
  top: auto;
  bottom: 39px;
  left: -12%;
  overflow: visible;
}

.social-icon {
  float: left;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 25px;
  height: auto;
  margin-right: 15px;
  padding: 4px 3px 3px 4px;
  display: inline-block;
  overflow: visible;
}

.social-icon:hover {
  background-color: #0000;
}

.social-icon.wrapper {
  float: none;
  background-color: #ffffff2b;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 7px;
}

.social-icon.wrapper:hover {
  background-color: #0000;
  background-image: linear-gradient(135deg, #00a0ff, #4a15ebde);
}

.social-icon.wrapper.dark {
  background-color: #00a0ff;
}

.social-icon._2 {
  width: 26px;
  padding-top: 6px;
  padding-left: 4px;
}

.social-icon._2:hover {
  background-color: #0000;
}

.social-icon._3 {
  float: left;
  color: #0000;
  border-radius: 0;
  width: 24px;
  padding-left: 5px;
}

.social-icon._3:hover {
  background-color: #0000;
}

.tooltip-arrow {
  background-color: #fff;
  border: 1px solid #e1e6ee;
  border-style: none solid solid none;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.div-social {
  float: right;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.footer-info {
  color: #7a7a7a;
  text-align: left;
  width: auto;
  margin-top: 13px;
}

.sub-footer {
  background-color: #0000;
  border-top: 2px solid #eef1f3;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-service {
  background-color: #0000;
  border: 2px #10a8bdd1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.features-icon-small {
  float: none;
  text-align: left;
  width: 40px;
  margin-bottom: 0;
}

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

.row-motion {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.row-motion.pad {
  flex: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.row-motion.pad-copy {
  flex: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.features-item {
  text-align: center;
  border: 1px #24c3e266;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.features-item:hover {
  transform: translate(0, -5px);
}

.feature-title-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.features-block {
  text-align: center;
  background-color: #fff;
  border: 1px #24c3e266;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.features-block:hover {
  transform: translate(0, -5px);
}

.features-block._645px {
  height: 100%;
}

.features-block._320px {
  background-color: #d6e5ff;
  height: 350px;
}

.features-block._320px.yellow {
  background-color: #fff2ce;
}

.features-block._320px.green {
  background-color: #e0ffe9;
}

.features-block._320px.red {
  background-color: #ffe0e1;
}

.heading-features-top {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.grid-mix {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
  place-items: center;
}

.heading-34 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-34.features {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-ai-bg {
  background-color: #0f3179e0;
  background-image: linear-gradient(#d8eefc, #e5edff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-icon {
  float: none;
  text-align: left;
  width: 100px;
  margin-bottom: 0;
}

.features-icon.small {
  width: 90px;
  margin-bottom: 0;
  margin-right: 0;
}

.image-ai {
  border-radius: 10px;
  width: 94%;
}

.list-2 {
  padding-left: 20px;
}

.list-2.height {
  height: auto;
}

.bold-span {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.heading-35 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-35.features {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.feature-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

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

.pic {
  z-index: 0;
  opacity: .58;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

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

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-top: 60px;
}

.video {
  border-radius: 20px;
}

.code-video {
  border-radius: 40px;
  height: 400px;
  overflow: hidden;
}

.image-37 {
  border-radius: 40px;
}

@media screen and (min-width: 1440px) {
  .logo-cloud {
    left: 12%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-cloud {
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: left;
    border-bottom-style: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link:hover {
    background-color: #ffffff0f;
    border-bottom-style: none;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .nav-bar {
    padding-bottom: 0;
    display: block;
  }

  .container-nav {
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand.w--current {
    flex: 1;
  }

  .menu-button {
    background-color: #ffffff1f;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .dropdown-arrow {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    position: static;
    inset: 0%;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    position: static;
  }

  .dropdown-link {
    padding-left: 10px;
  }

  .dropdown-link:hover {
    background-color: #000;
  }

  .dropdown-link.w--current {
    background-color: #0000;
  }

  .nav-menu {
    float: right;
    text-align: center;
    background-color: #08132cf0;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .nav-menu.white {
    background-color: #fff;
  }

  .logo-cloud {
    left: 18%;
  }

  .nav-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .icon.black {
    color: #000;
  }

  .hero-section.homepage {
    height: 600px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.start-up.gcp {
    background-image: none;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
  }

  .hero-container {
    text-align: center;
    padding-top: 0;
  }

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

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

  .image-22 {
    height: 150px;
  }

  .data-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-31.features.left-side.number {
    font-size: 50px;
  }

  .heading-31.features.left-side.numbername {
    font-size: 20px;
  }

  .text-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper.contact {
    width: 60%;
  }

  .row-motion {
    height: auto;
  }

  .features-item {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .features-block {
    margin-bottom: 20px;
  }

  .features-block._645px {
    height: auto;
  }

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

  .image-ai {
    height: 90%;
  }

  .code-video {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: block;
  }

  .welogo {
    width: 100px;
  }

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

  .menu-button {
    margin-right: 10px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .logo-cloud {
    left: 23%;
  }

  .nav-div {
    border-width: .2px;
  }

  .hero-tittle {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-section.homepage {
    height: 550px;
  }

  .hero-section.homepage.start-up.gcp {
    background-image: none;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 550px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .hero-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .capsule-tabs-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .spacer {
    height: 32px;
  }

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

  .heading.center.white {
    float: none;
  }

  .section {
    padding: 70px 50px;
  }

  .section.smoke {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .capsuletab-link, .capsuletab-link.w--current {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .sceneimg {
    width: 100%;
    height: 290px;
  }

  .image-34 {
    width: 60%;
  }

  .image-22 {
    width: 200px;
    height: auto;
  }

  .data-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-31.features.left-side.number {
    font-size: 38px;
  }

  .heading-31.features.left-side.numbername {
    font-size: 15px;
  }

  .heading-31.center {
    margin-top: 0;
    font-size: 30px;
  }

  .image-36 {
    width: 200px;
    height: auto;
  }

  .div-block-17 {
    width: 20%;
    top: 5%;
  }

  .div-block-17.right {
    top: 5%;
  }

  .column-11 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .heading-32.center {
    margin-top: 0;
    font-size: 30px;
  }

  .heading-32.center.white-copy {
    float: none;
  }

  .hero-wrapper {
    width: 70%;
    height: 420px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.contact {
    width: 70%;
    height: auto;
  }

  .heading-33.center {
    margin-top: 0;
    font-size: 30px;
  }

  .div-social {
    float: none;
  }

  .footer-info {
    text-align: center;
    width: auto;
  }

  .row-motion {
    margin-top: 0;
  }

  .row-motion.pad-copy {
    flex-flow: column;
  }

  .features-item, .features-block {
    height: auto;
  }

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

  .code-video, .image-37 {
    height: 280px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .welogo {
    width: 90px;
    display: none;
  }

  .menu-button {
    background-color: #ffffff29;
    margin-right: 10px;
  }

  .dropdown-link, .dropdown-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-cloud {
    width: 160px;
    left: 6%;
  }

  .icon {
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
  }

  .hero-tittle {
    width: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-tittle.black {
    font-size: 40px;
  }

  .hero-section.homepage {
    padding-top: 145px;
  }

  .hero-section.homepage.start-up.gcp {
    background-image: url('../images/google_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    padding-bottom: 0;
    padding-left: 0;
  }

  .scene-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scene-content.left-centre {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .capsule-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading {
    text-align: center;
    font-size: 36px;
  }

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

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

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

  .capsuletab-link, .capsuletab-link.w--current {
    font-size: 16px;
  }

  .image-34 {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .image-22 {
    width: 300px;
  }

  .data-block {
    padding-bottom: 10px;
  }

  .heading-31.features.left-side.number {
    font-size: 54px;
  }

  .heading-31.features.left-side.numbername {
    font-size: 20px;
  }

  .heading-31.center {
    margin-top: 0;
    font-size: 30px;
  }

  .image-36 {
    width: 300px;
  }

  .div-block-17 {
    width: 12%;
  }

  .column-11 {
    flex-wrap: wrap;
  }

  .text-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-32.center {
    margin-top: 0;
    font-size: 30px;
  }

  .page-header.trial.map {
    padding-top: 80px;
  }

  .hero-wrapper {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.contact {
    width: 90%;
  }

  .heading-33.center {
    margin-top: 0;
    font-size: 30px;
  }

  .social-icon.wrapper {
    float: left;
  }

  .div-social {
    float: none;
  }

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

  .group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .features-item, .features-block, .features-block._645px, .features-block._320px, .features-block._320px.yellow {
    height: auto;
  }

  .grid-mix {
    flex-flow: column;
    display: flex;
  }

  .image-ai-bg {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-ai {
    height: auto;
  }

  .bold-span {
    font-size: 18px;
  }

  .code-video {
    height: 200px;
  }

  .image-37 {
    width: 100%;
    height: auto;
  }
}

#w-node-_41943c7d-d73e-49ed-6d39-fc771d1ddb4e-d67df32c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b8edcef6-7c44-2075-130a-5797b27da0dd-d67df32c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8edcef6-7c44-2075-130a-5797b27da0dd-d67df32c {
    justify-self: center;
  }
}
