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

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

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  position: static;
  display: inline-block;
  width: 288px;
  height: 64px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.button {
  padding: 8px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  height: auto;
  max-width: none;
  padding: 64px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 1em;
  font-weight: 900;
  text-align: left;
}

.paragraph {
  width: 64ch;
  margin-top: 32px;
  margin-bottom: 64px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.div-block {
  text-align: left;
}

.button-2 {
  margin-top: 0px;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.section {
  width: 100%;
  padding: 0px;
  background-color: #333;
}

.paragraph-2 {
  width: auto;
  max-width: 928px;
  margin-top: 32px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.heading-2 {
  font-weight: 900;
}

.heading-3 {
  max-width: 928px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 1em;
  font-weight: 900;
}

.button-3 {
  position: static;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #f16d0d;
  -webkit-transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  font-size: 16px;
  line-height: 2em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: auto;
}

.button-3:hover {
  border-radius: 8px;
  box-shadow: 0 2px 8px 8px rgba(241, 109, 13, 0.32);
}

.solutions {
  width: auto;
  margin: -64px 64px 0px;
  padding: 64px 0px 128px;
  background-color: #f16d0d;
  background-image: url('../images/bgSolutions.png');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 64px;
  color: #fff;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}

.heading-6 {
  margin: 0px auto;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
}

.cv {
  width: 160px;
  height: 160px;
  margin: 40px auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/possessed-photography-JjGXjESMxOY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column {
  position: relative;
  padding: 32px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.partners {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}

.computervision {
  padding: 32px;
}

.autonomoussystems {
  padding: 32px;
}

.heading-8 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.2em;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  position: static;
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-4 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-5 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

._3solutions {
  display: block;
  margin-right: 64px;
  margin-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.paragraph-6 {
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: 500;
}

.button-4 {
  margin-top: 0px;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #f16d0d;
  -webkit-transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  line-height: 2em;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.button-4:hover {
  box-shadow: 0 2px 4px 4px rgba(241, 109, 13, 0.24);
}

.column-4 {
  padding: 64px 32px;
}

._3usecases {
  margin-right: -64px;
  margin-left: -64px;
}

.usecases {
  margin-top: -64px;
  margin-right: 128px;
  margin-left: 128px;
  padding-top: 0px;
  background-color: #fafafa;
}

.column-5 {
  padding: 64px 32px;
}

.column-6 {
  padding: 64px 32px;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 32px;
}

.paragraph-8 {
  margin-bottom: 32px;
}

.paragraph-9 {
  margin-bottom: 32px;
}

.background-video {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: -128px;
  padding: 256px 64px 192px;
  background-color: transparent;
  -webkit-transition: opacity 240ms ease-in-out;
  transition: opacity 240ms ease-in-out;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  overflow: hidden;
  width: 100%;
  height: 672px;
  -o-object-fit: cover;
  object-fit: cover;
}

.youtube {
  width: auto;
  height: 672px;
  margin: 64px;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video {
  width: auto;
  height: auto;
  padding: 64px 64px 0px;
  background-image: url('../images/bgVid.png');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-9 {
  margin: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}

.heading-10 {
  width: auto;
  height: auto;
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
}

.services {
  width: auto;
  height: auto;
  padding: 64px;
  background-color: #fff;
}

.aivision {
  position: relative;
  padding: 0px 32px 32px;
}

.image-2 {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

._3services {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-6 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.systemdesign {
  padding: 0px 32px 32px;
}

.machine-vision {
  padding: 0px 32px 32px;
}

.div-block-7 {
  width: 100%;
  height: 672px;
  padding-right: 128px;
  padding-left: 128px;
  background-color: #fafafa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.team {
  display: block;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fafafa;
}

.levi {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  -webkit-transition: border-radius 240ms ease-in-out;
  transition: border-radius 240ms ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3:hover {
  border-radius: 8px;
}

.text-block {
  font-size: 32px;
  font-weight: 700;
}

.text-block-2 {
  font-size: 32px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-12 {
  margin-top: 32px;
  margin-bottom: 0px;
}

.members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 64px;
  padding-left: 64px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.youtube-2 {
  position: relative;
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: none;
  margin: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-10 {
  margin-right: 64px;
  margin-bottom: 0px;
  margin-left: 64px;
  padding-top: 64px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #fff;
}

.div-block-8 {
  background-color: transparent;
}

.community {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 64px;
  background-color: #fafafa;
  background-image: url('../images/cluj-technical-university-990x556.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns {
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
}

.column-7 {
  padding-right: 22px;
  padding-left: 22px;
}

.div-block-9 {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.uni {
  margin-right: 64px;
  margin-bottom: 0px;
  margin-left: 64px;
  background-color: #fff;
}

.form-block {
  margin: 0px;
}

.section-2 {
  margin-top: 64px;
  padding: 0px 64px 64px;
  background-color: #f16d0d;
}

.contactus {
  margin: -64px 64px 0px;
  padding: 64px;
  background-color: #000;
}

.contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #fff;
  font-size: 48px;
}

.heading-13 {
  color: #fff;
}

.paragraph-11 {
  margin-top: 32px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

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

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

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

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

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

.div-block-13 {
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
}

.div-block-14 {
  height: 64px;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
}

.section-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #f16d0d;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.nav-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link-2 {
  display: block;
  height: auto;
  margin: auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo-2 {
  position: static;
  width: auto;
  height: auto;
  max-height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.button-5 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: rgba(241, 109, 13, 0);
  -webkit-transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 500;
  text-align: right;
  -webkit-column-count: auto;
  column-count: auto;
}

.button-5:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 8px 8px hsla(0, 0%, 100%, 0.16);
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field {
  height: 48px;
  max-height: 48px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f16d0d;
}

.ai {
  width: 160px;
  height: 160px;
  margin: 40px auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/chris-ried-ieic5Tq8YMk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.as {
  width: 160px;
  height: 160px;
  margin: 40px auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/shubham-dhage-ODe03sNUFmM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
}

.first-name {
  display: block;
}

.column-8 {
  padding-right: 32px;
  padding-left: 0px;
}

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

.column-10 {
  padding-right: 32px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 32px;
}

.columns-2 {
  padding-bottom: 32px;
}

.columns-3 {
  padding-bottom: 32px;
}

.text-field-2 {
  height: 48px;
  max-height: 48px;
  border-radius: 8px;
}

.text-field-3 {
  height: 48px;
  max-height: 48px;
  border-radius: 8px;
}

.text-field-4 {
  max-height: 48px;
  min-height: 48px;
  border-radius: 8px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  height: 64px;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #f16d0d;
  -webkit-transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  transition: box-shadow 120ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: 0 4px 8px 8px rgba(241, 109, 13, 0.24);
}

.recaptcha {
  margin-bottom: 0px;
}

.textarea {
  height: 48px;
  max-height: 48px;
  margin-bottom: 64px;
  border-radius: 8px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fafafa;
}

.column-13 {
  padding: 0px;
}

.image-4 {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Arrow.png');
  background-position: 0px 0px;
  background-size: contain;
}

.image-5 {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-size: auto;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #fafafa;
}

.ourpartners {
  background-color: #fafafa;
}

.column-14 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-5 {
  padding-right: 64px;
  padding-left: 64px;
}

.copyright {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  white-space: normal;
}

.image-6 {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  height: 64px;
  margin-top: -127px;
}

.column-16 {
  padding-right: 32px;
  padding-left: 32px;
}

@media screen and (min-width: 1440px) {
  .sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 129px;
    padding-left: 128px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .centered-container {
    padding-right: 128px;
    padding-left: 128px;
  }

  .paragraph {
    margin-top: 32px;
    margin-bottom: 64px;
    font-size: 24px;
    line-height: 32px;
  }

  .button-2 {
    background-color: #f16d0d;
    font-family: Roboto, sans-serif;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }

  .section {
    padding-bottom: 192px;
  }

  .paragraph-2 {
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
  }

  .heading-3 {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .button-3 {
    -webkit-transition: opacity 200ms cubic-bezier(.95, .05, .795, .035);
    transition: opacity 200ms cubic-bezier(.95, .05, .795, .035);
  }

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

  .paragraph-4 {
    margin-bottom: 64px;
  }

  .paragraph-5 {
    margin-bottom: 64px;
  }

  .image-4 {
    height: auto;
  }

  .image-5 {
    height: auto;
  }

  .image-6 {
    height: auto;
  }

  .image-7 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    padding-right: 64px;
    padding-left: 64px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 16px;
  }

  .column {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .partners {
    padding-right: 32px;
    padding-left: 32px;
  }

  .computervision {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .autonomoussystems {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-8 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._3usecases {
    display: block;
  }

  .paragraph-7 {
    margin-top: 16px;
    margin-bottom: 64px;
  }

  .paragraph-11 {
    line-height: 1.6em;
  }

  .column-12 {
    padding: 0px;
  }

  .column-13 {
    padding: 0px;
  }

  .image-4 {
    position: static;
    overflow: visible;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-5 {
    height: auto;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    height: auto;
  }

  .image-7 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .nav {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-4 {
    width: 280px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5 {
    width: 280px;
  }

  .columns-4 {
    display: block;
  }

  .image-6 {
    width: 280px;
  }

  .image-7 {
    width: 280px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .nav {
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }
}

