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

.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;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  padding: 20px;
  -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;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -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: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr 1fr 1fr;
  -ms-grid-columns: 1fr max-content max-content max-content 1fr 1fr 1fr;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr 1fr 1fr;
  grid-template-columns: 1fr max-content max-content max-content 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -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;
}

.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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: auto;
  max-width: 1440px;
  margin-left: 0px;
  padding-right: 120px;
  padding-left: 120px;
  -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;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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-box-flex: 4;
  -webkit-flex: 4 auto;
  -ms-flex: 4 auto;
  flex: 4 auto;
  background-color: #006e7f;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 40px;
  margin-left: 40px;
  -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;
  border-radius: 28px;
  background-color: #3bb3c3;
}

.hero-section {
  height: 600px;
  padding: 100px 80px;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #546988;
  font-size: 42px;
  line-height: 63px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 38px;
}

.heading-2 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 64px;
}

.column {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 56px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 28px;
  background-color: #3bb3c3;
  font-family: Montserrat, sans-serif;
}

.secondry-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: auto;
  min-width: 180px;
  margin-left: 16px;
  padding: 12px 24px;
  -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;
  border-radius: 28px;
  background-color: #f4f8fa;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.section {
  height: 500px;
  background-color: #f1fafb;
}

.hero-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1fafb;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-grid {
  padding: 80px 120px;
  background-color: #f4f8fa;
  background-image: url('../../images/webflow-images/Pattern.svg');
  background-position: 5% 96%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fef6f4;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-4.improve-safety {
  background-color: #fef8ee;
}

.div-block-4.decrease-cost {
  background-color: #efeefd;
}

.div-block-4.ecs {
  background-color: #e8f9f5;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
}

.image {
  position: relative;
  clear: left;
}

.hero-section-b-content {
  display: block;
  width: 100%;
}

.hero-section-content-grid {
  margin-bottom: 56px;
  justify-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 44px;
}

.content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  color: #3bb3c3;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f8fa;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
}

.text-block-2.cta {
  color: #546988;
}

.section-2 {
  padding: 120px 80px;
}

.div-block-7 {
  width: 280px;
  height: 320px;
  padding: 40px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f0ff), to(#fff));
  background-image: linear-gradient(180deg, #f1f0ff, #fff);
}

.div-block-7.happy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef8ee), to(#fff));
  background-image: linear-gradient(180deg, #fef8ee, #fff);
  color: #f6be50;
  font-size: 27px;
}

.div-block-7.reliable {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef6f4), to(#fff));
  background-image: linear-gradient(180deg, #fef6f4, #fff);
}

.image-2 {
  margin-bottom: 40px;
}

.text-block-3 {
  width: 212px;
  font-family: Montserrat, sans-serif;
  color: #6f66f0;
  font-size: 32px;
  line-height: 48px;
}

.text-block-3.happy {
  color: #f6be50;
}

.text-block-3.reliable {
  color: #f24822;
}

.column-3 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

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

.section-3 {
  padding: 120px 80px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span {
  color: #3bb3c3;
  font-weight: 600;
}

.text-span-2 {
  color: #546988;
}

.grid-3 {
  margin-top: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-8 {
  margin-top: 13px;
}

.text-block-4 {
  font-size: 16px;
}

.text-block-5 {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.tabs-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4 {
  margin-top: 46px;
  grid-column-gap: 9px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-9 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  display: block;
  margin-right: 16px;
  margin-left: 16px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.tab-link {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.tab-link.w--current {
  display: block;
  border-bottom: 4px solid #3bb3c3;
  background-color: #fff;
  color: #3bb3c3;
  font-weight: 700;
}

.text-block-7 {
  font-size: 15px;
}

.selector-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-color: #3bb3c3;
}

.tabs-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-color: #3bb3c3;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-8 {
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #3bb3c3;
  font-size: 20px;
  text-decoration: none;
}

.body {
  font-family: proxima-nova, sans-serif;
  color: #006e7f;
  font-size: 24px;
  line-height: 40px;
}

.carousel-a {
  display: block;
  padding: 80px 120px;
  -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;
  color: #546988;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546988;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-size: 32px;
  line-height: 56px;
}

.text-span-3 {
  color: #3bb3c3;
}

.carousal-a_slider {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 420px;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fffefe;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.05);
}

.right-arrow {
  position: absolute;
  display: none;
  overflow: hidden;
}

.slide {
  background-color: transparent;
}

.slide-2 {
  background-color: #2b33a8;
}

.left-arrow {
  display: none;
}

.div-block-11 {
  height: 100%;
}

.columns-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.slide-nav {
  z-index: 0;
}

.text-block-9 {
  line-height: 38px;
}

.text-block-10 {
  color: #061238;
  line-height: 36px;
  font-weight: 600;
}

.image-3 {
  display: block;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding-top: 60px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-11 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 40px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 184px;
  height: auto;
  max-width: none;
  min-width: 184px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 28px;
  background-color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
}

.cta.shadow {
  box-shadow: 0 4px 16px 0 rgba(59, 179, 195, 0.2);
}

.cta.form {
  width: 104px;
  height: 40px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.cta.form.shadow {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta.nb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
}

.cta.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 40px;
  min-width: 80px;
  margin-left: 88px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
}

.cta.long {
  width: auto;
  min-width: 238px;
}

.wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 0px;
  padding-top: 10px;
  background-color: transparent;
  color: #3bb3c3;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-container {
  display: block;
  height: 100%;
  -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;
}

.car-a_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #fff;
}

.slider-2 {
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.05);
}

.slide-container-grid {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
}

.slide-text-container {
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 20px;
}

.heading-6 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.heading-7 {
  color: #061238;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.slide-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-text {
  margin-bottom: 20px;
}

.carousel-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg');
  background-position: 50% 96%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
}

.heading-8.t-l {
  color: #3bb3c3;
}

.heading-8.hc {
  color: #3bb3c3;
}

.text-span-4 {
  color: #3bb3c3;
}

.text-span-5 {
  color: #3bb3c3;
}

.tabs-menu-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;
  background-color: transparent;
}

.grid-5 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-3 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.tabs-content {
  margin-top: 32px;
}

.div-block-12 {
  padding-top: 32px;
  padding-right: 32px;
}

.grid-6 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  margin-right: 16px;
  margin-left: 0px;
  color: #3bb3c3;
  font-size: 28px;
  line-height: 48px;
}

.image-4 {
  width: 100%;
  height: 428px;
  border-radius: 20px;
}

.tab-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}

.card-list-a {
  padding: 80px 0px 80px 120px;
}

.text-span-6 {
  color: #3bb3c3;
}

.slide-nav-3 {
  display: none;
  background-color: #292828;
}

.left-arrow-3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  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: 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;
}

.card-slider-a {
  overflow: hidden;
  height: 502px;
  background-color: #fff;
}

.card-slider-a.testimonials {
  height: auto;
  margin-left: -128px;
}

.card-slider-mark {
  overflow: visible;
  width: 428px;
  height: auto;
  background-color: #fff;
}

.slide-1 {
  width: 428px;
  height: auto;
  margin-right: 48px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slide-1.testimonials {
  margin-right: 24px;
}

.slide-3 {
  margin-right: 48px;
}

.slide-4 {
  margin-right: 48px;
  background-color: #fff;
}

.slide-5 {
  margin-right: 47px;
  background-color: #fff;
}

.slide-card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(90, 106, 157, 0.16);
}

.slide-card-holder.testimonials {
  height: auto;
  padding: 60px 60px 80px;
}

.image-5 {
  width: 100%;
  height: 300px;
  border-radius: 20px 20px 0px 0px;
}

.card-text {
  padding: 24px 36px;
}

.heading-9 {
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.paragraph-4 {
  display: none;
  color: #546988;
  font-size: 20px;
  line-height: 36px;
}

.text-button {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bb3c3;
  font-size: 28px;
  line-height: 48px;
  text-decoration: none;
}

.text-cta.card_list-cta {
  display: none;
}

.image-6 {
  margin-left: 8px;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  padding-top: 240px;
  padding-bottom: 240px;
}

.slide-6 {
  margin-right: 47px;
}

.right-arrow-3 {
  display: flex;
  align-items: center;
  /*margin-right: 80px;
  padding-top: 240px;
  padding-bottom: 240px;*/
}

.card-list-b {
  padding: 80px 120px;
}

.sect-heading {
  margin-bottom: 44px;
  color: #546988;
  font-weight: 700;
  text-align: center;
}

.text-span-7 {
  color: #3bb3c3;
}

.grid-7 {
  margin-bottom: 44px;
  grid-column-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.testimonial-heading {
  margin-bottom: 4px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text {
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-8 {
  margin-bottom: 56px;
  grid-column-gap: 24px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.cg_content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 444px;
  max-height: 444px;
  min-height: 444px;
  padding: 36px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
}

.cg_content-holder.small {
  height: auto;
  max-height: none;
  min-height: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-10 {
  margin-bottom: 8px;
  color: #546988;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

.paragraph-5 {
  margin-bottom: 20px;
  color: #546988;
  font-size: 20px;
  line-height: 36px;
}

.section-a {
  padding: 80px 0px 80px 120px;
  background-color: #f4f8fa;
}

.section-a-grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-a-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  min-height: 0px;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-11 {
  color: #546988;
}

.heading-12 {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 52px;
  line-height: 72px;
  font-weight: 400;
}

.paragraph-6 {
  margin-top: 56px;
  margin-bottom: 32px;
  padding-top: 0px;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.section-b {
  padding: 0px 120px 80px 0px;
}

.grid-9 {
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-13 {
  color: #546988;
}

.heading-14 {
  color: #546988;
  font-size: 32px;
  line-height: 56px;
}

.paragraph-7 {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.carousal-d {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  background-image: url('../../images/webflow-images/grid.svg');
  background-position: 90% 21%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-allign-heading {
  margin: 0px 120px 40px 0px;
  color: #546988;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

.text-span-8 {
  color: #3bb3c3;
}

.grid-10 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  height: auto;
}

.testimonial-slide {
  overflow: hidden;
  width: 500px;
  height: auto;
  margin-right: 24px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-15 {
  display: block;
  height: auto;
  margin-left: -128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 20px;
  background-color: transparent;
}

.testimonial-slider {
  overflow: hidden;
  height: 590px;
  margin-left: 0px;
  border-radius: 20px;
  background-color: transparent;
}

.mask {
  width: 500px;
  height: 600px;
}

.slide-7 {
  background-color: #632424;
}

.slide-8 {
  background-color: #8a3f3f;
}

.slide-9 {
  background-color: #006e7f;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-color: #fffefe;
}

.text-block-13 {
  color: #546988;
}

.slide-a {
  width: 500px;
  max-width: none;
  margin-right: 24px;
  border-radius: 20px;
}

.testimonial-mask {
  overflow: visible;
  width: 320px;
  border-radius: 20px;
  background-color: transparent;
}

.testimonial-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(90, 106, 157, 0.16);
}

.text-block-14 {
  display: block;
  margin-bottom: 16px;
  color: #546988;
  font-size: 18px;
}

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

.paragraph-8 {
  font-size: 23px;
}

.paragraph-9 {
  color: #061238;
  font-size: 24px;
}

.paragraph-10 {
  width: 380px;
  margin-bottom: 9px;
  color: #546988;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.left-arrow-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  border-radius: 20px;
  background-color: transparent;
}

.image-10 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.slide-nav-4 {
  display: none;
}

.image-11 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.right-arrow-4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: 80px;
}

.hero_industry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 0px;
  padding: 60px 120px 80px;
  -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;
}

.hero_industry.fms {
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero_grid {
  margin-bottom: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 56px;
  padding-right: 24px;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
}

.paragraph-11 {
  margin-bottom: 32px;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.hero-button {
  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;
}

.image-12 {
  width: 100%;
  height: 440px;
  max-width: 660px;
}

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gey-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -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-color: #f4f8fa;
  color: #f4f8fa;
  font-size: 24px;
}

.text-block-15 {
  color: #546988;
  line-height: 48px;
}

.text-cta {
  margin-left: 0px;
}

.text-block-16 {
  color: #3bb3c3;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  text-decoration: none;
}

.image-13 {
  margin-left: 8px;
}

.body-2 {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.text-span-9 {
  color: #546988;
}

.brand-2 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  display: block;
  margin-top: 0px;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  margin-left: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav {
  width: 1440px;
  height: 88px;
  max-width: 1920px;
  padding-right: 120px;
  padding-left: 120px;
}

.nav-link-3 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  width: auto;
  max-width: 1920px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f8fa;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #546988;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.footer-heading.connect {
  margin-bottom: 4px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.container-4 {
  display: block;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-17 {
  margin-left: 144px;
}

.div-block-18 {
  margin-right: 24px;
  margin-left: 90px;
}

.div-block-19 {
  display: block;
  margin-left: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-11 {
  grid-column-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-3 {
  margin-right: 8px;
}

.link-block-4 {
  margin-right: 8px;
}

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

.text-block-17 {
  color: #546988;
}

.text-block-18 {
  margin-bottom: 24px;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
}

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

.text-block-18.address {
  margin-bottom: 16px;
}

.link-block-5 {
  display: block;
  text-decoration: none;
}

.text-block-19 {
  color: #061238;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.paragraph-12 {
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.line {
  height: 2px;
  margin-top: 0px;
  background-color: rgba(84, 105, 136, 0.16);
}

.text-block-20 {
  margin-top: 12px;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

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

.text-field {
  height: 40px;
  min-width: 304px;
  margin-right: 8px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 9px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 42px;
}

.text-span-10 {
  font-weight: 700;
}

.lp_strip {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 120px;
  -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-color: #006e7f;
}

.lp_strip_text {
  color: #f4f8fa;
  font-size: 20px;
  text-align: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.lp_secondcta {
  display: inline-block;
  margin-left: 40px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(50, 135, 140, 0.2);
  color: #3bb3c3;
  font-size: 16px;
  line-height: 24px;
}

.lp_herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 650px;
  max-width: none;
  padding: 80px 0px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../../images/webflow-images/LocoNav-Landing-Page---Gif-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lp_wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  margin-left: 120px;
  padding-right: 0px;
  padding-left: 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-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;
}

.lp_wrapper.video {
  position: absolute;
  top: 300px;
  z-index: 0;
  margin-top: 0px;
}

.text-block-21 {
  width: 633px;
  margin-right: 136px;
  color: #f4f8fa;
  font-size: 24px;
  line-height: 40px;
}

.lp_hero-ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.latest-updates {
  padding: 80px 0px 80px 120px;
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg');
  background-position: 100px 100px;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-11 {
  color: #3bb3c3;
}

.latestupdates-slide {
  width: 428px;
  margin-right: 32px;
}

.latestupdates_mask {
  width: 428px;
  background-color: transparent;
}

.slide-nav-5 {
  display: none;
}

.div-block-22 {
  width: 428px;
  background-image: url('../../images/webflow-images/Rectangle-1195.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.need_section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 120px;
  background-color: #f4f8fa;
}

.heading_left {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.text-span-12 {
  color: #3bb3c3;
}

.grid-12 {
  justify-items: stretch;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-13 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-22 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.text-block-23 {
  font-weight: 600;
}

.text-block-24 {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #3bb3c3;
  text-decoration: none;
}

.image-15 {
  margin-left: 8px;
}

.section-4 {
  height: 70vh;
}

.video {
  height: 100%;
  padding-right: 120px;
  padding-bottom: 60px;
  padding-left: 120px;
}

.youtube {
  height: 20px;
}

.section-5 {
  position: relative;
  display: none;
  padding: 80px 120px;
  background-color: #f4f8fa;
  background-image: url('../../images/webflow-images/Group-33592.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-image: url('../../images/webflow-images/shutterstock_429620146-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-15 {
  color: #f4f8fa;
  font-size: 52px;
  line-height: 72px;
  font-weight: 600;
}

.grid-14 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-25 {
  font-weight: 700;
}

.div-block-24 {
  color: #f4f8fa;
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
}

.image-16 {
  display: block;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lu_slider {
  overflow: hidden;
  height: 430px;
  background-color: transparent;
}

.lu_slider_mask {
  overflow: visible;
  width: 428px;
  background-color: #fff;
}

.lu_slide {
  width: 428px;
  margin-right: 32px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 328px;
  padding: 40px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../../images/webflow-images/1.png');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-26.c4 {
  background-image: url('../../images/webflow-images/4.png');
}

.div-block-26.c3 {
  background-image: url('../../images/webflow-images/3.png');
}

.div-block-26.c2 {
  background-image: url('../../images/webflow-images/2.png');
}

.text-block-26 {
  color: #f4f8fa;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lu_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-nav-6 {
  display: none;
}

.left-arrow-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.image-17 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 60px;
}

.image-18 {
  padding-bottom: 60px;
}

.solutions {
  display: block;
  padding: 80px 0px 80px 120px;
  background-image: url('../../images/webflow-images/Solution-Pattern.svg');
  background-position: 2% 81%;
  background-size: auto;
  background-repeat: no-repeat;
}

.solution_slider {
  overflow: hidden;
  height: 420px;
  background-color: transparent;
}

.solutionslider_mask {
  overflow: visible;
  width: 320px;
}

.solution-slide {
  width: 320px;
  margin-right: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
}

.solutions-content {
  display: block;
  height: 100%;
  margin-right: 0px;
  padding: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 20px;
  background-color: #f4f8fa;
}

.solutions-content.fasttag {
  display: none;
}

.solutions-content.vahaan-jaankari {
  display: none;
}

.solution_content_heading {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-27 {
  margin-right: 8px;
  text-decoration: none;
}

.link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3bb3c3;
  font-weight: 600;
  text-decoration: none;
}

.left-arrow-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.soluytion_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-5 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.soluttion_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-nav-7 {
  display: none;
}

.nb-container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 1920px;
  margin-right: 120px;
  margin-left: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nb {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -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;
  background-color: #fff;
}

.brand-3 {
  display: block;
  margin-right: 98px;
  padding-top: 0px;
  -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;
}

.nb_link {
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.nb_link.w--current {
  color: #006e7f;
  font-weight: 600;
}

.nav-menu-3 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list {
  width: 357px;
}

.dropdown-list.w--open {
  left: -108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 357px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 328px 4px rgba(90, 106, 157, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.dropdown-list.newsroom.w--open {
  left: -84px;
  width: 320px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-list.newsroom.about-us.w--open {
  left: -42px;
  width: 198px;
}

.dropdown-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.dropdown-list-content.w--current {
  color: #006e7f;
}

.dropdown-list-content.internal-dropdown {
  margin-top: 13px;
  margin-left: 0px;
}

.dropdown-list-content.internal-dropdown.w--current {
  margin-top: 13px;
}

.dropdown-list-content._40pxmargin {
  margin-left: 40px;
}

.dropdown-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-content-holder.internal-dropdown {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-content-holder.about-us {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-28 {
  font-size: 14px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-29 {
  margin-top: 12px;
  color: #546988;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nb_dropdowninternal {
  text-decoration: none;
}

.newsroom_news {
  padding: 32px 40px 40px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #f4f8fa;
}

.nb_newsroom_heading {
  margin-bottom: 8px;
  color: #004951;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.nb_newsroom_para {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
}

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

.aboutus_internaldd {
  margin-left: 40px;
  color: #546988;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.youtube-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.youtube-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 600px;
}

.video-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.youtube-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-5 {
  position: absolute;
  left: 0%;
  top: -265px;
  right: 0%;
  bottom: 0%;
}

.youtube-5 {
  position: absolute;
}

.youtube-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.youtube-7 {
  position: absolute;
  left: 0%;
  top: -16%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 650px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-13 {
  color: #3bb3c3;
}

.text-span-14 {
  color: #3bb3c3;
}

.text-span-15 {
  color: #3bb3c3;
}

.text-span-16 {
  color: #3bb3c3;
}

.text-span-17 {
  color: #3bb3c3;
}

.text-span-18 {
  color: #3bb3c3;
}

.dropdown-list-2 {
  width: 846px;
}

.dropdown-list-2.w--open {
  left: -320px;
  display: block;
  width: 846px;
  padding: 40px;
  border-radius: 20px;
}

.grid-15 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown-list-3 {
  background-color: #fffefe;
  box-shadow: 0 6px 28px 0 rgba(90, 106, 157, 0.2);
}

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

.div-block-29 {
  margin-left: 0px;
}

.image-19 {
  margin-right: 16px;
}

.image-20 {
  margin-right: 16px;
}

.image-21 {
  margin-right: 16px;
}

.image-22 {
  margin-right: 16px;
}

.image-23 {
  margin-right: 16px;
}

.image-24 {
  margin-right: 16px;
}

.text-span-19 {
  color: #546988;
}

.fold11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fold11_wrapper {
  position: relative;
  z-index: 1;
  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;
}

.grid-16 {
  margin-right: 120px;
  margin-left: 120px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fold11_content-block {
  padding-right: 80px;
}

.fold11_para {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 52px;
}

.text-span-20 {
  color: #3bb3c3;
}

.fold11_secondsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -220px;
  padding: 64px 120px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f8fa;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-17 {
  justify-items: baseline;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-16 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #061238;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.heading-16._5g {
  width: 360px;
}

.text-block-31 {
  font-size: 24px;
}

.grid_content {
  width: 313px;
}

.grid-18 {
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-18.threeway {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner {
  position: relative;
  padding: 80px 120px;
  background-color: #f9fdff;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 36px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.text-span-21 {
  color: #3bb3c3;
}

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

.text-block-32 {
  margin-right: 16px;
  font-size: 28px;
  line-height: 54px;
}

.banner-figures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-33 {
  font-size: 28px;
  line-height: 54px;
}

.text-span-22 {
  color: #006e7f;
}

.aboutus_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg');
  background-position: 100% 30%;
  background-size: auto;
  background-repeat: no-repeat;
}

.body-4 {
  font-family: proxima-nova, sans-serif;
}

.about-us-hero-text-1 {
  width: 780px;
  min-width: 780px;
  padding: 60px 80px 80px;
  border-bottom-right-radius: 60px;
  background-color: #f4f8fa;
}

.about-us-text-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #061238;
  font-size: 24px;
  line-height: 32px;
}

.about-us-hero-text-para {
  margin-top: 36px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
}

.grid-20 {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.div-block-32 {
  padding-top: 92px;
  background-image: url('../../images/webflow-images/rodrigo-abreu-lq9PxpwDZUk-unsplash-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-32.about-us-hero-text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 62px;
  padding-top: 128px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../../images/webflow-images/image-40.png');
  background-position: 0% 50%;
  background-size: contain;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 80px;
  color: #546988;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
}

.about-us-hero-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-us-section-2 {
  padding: 80px 120px;
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 248, 250, 0)), to(rgba(245, 248, 250, 0.01)));
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg'), linear-gradient(180deg, rgba(245, 248, 250, 0), rgba(245, 248, 250, 0.01));
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #3bb3c3;
  font-size: 60px;
  line-height: 56px;
}

.aboutus-section-2-heading {
  margin-bottom: 64px;
}

.text-block-36 {
  color: #546988;
  font-size: 28px;
  line-height: 48px;
}

.think-beyond-grid {
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.think-beyond-content-holder {
  padding-right: 40px;
}

.heading-20 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #061238;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.div-block-33 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.text-block-37 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.investor-secton {
  padding: 80px 120px;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3bb3c3;
  font-size: 60px;
  line-height: 52px;
  font-weight: 600;
}

.investors-grid {
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.investor-block {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.leadership {
  padding: 80px 120px;
  background-image: url('../../images/webflow-images/About-Ushero-bg.svg');
  background-position: 0% 90%;
  background-size: auto;
  background-repeat: no-repeat;
}

.leadership-gridx2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leadership-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  margin-top: 28px;
  color: #061238;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.text-block-38 {
  color: #546988;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.leadership-gridx3 {
  margin-top: 80px;
  margin-bottom: 80px;
  justify-items: center;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.join-us {
  padding: 80px 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 248, 250, 0)), to(rgba(245, 248, 250, 0.01)));
  background-image: linear-gradient(180deg, rgba(245, 248, 250, 0), rgba(245, 248, 250, 0.01));
}

.join-us-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading-23 {
  margin-top: 34px;
  margin-bottom: 34px;
  color: #546988;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}

.hero_vt {
  height: 90vh;
  padding: 80px 120px;
  background-image: url('../../images/webflow-images/Hero-Banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_vttext {
  width: 50vw;
}

.heading-24 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  font-weight: 600;
}

.hero_vt_ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.heading-25 {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-50 {
  width: auto;
}

.dash-cam-specs {
  padding: 80px 120px;
  background-image: url('../../images/webflow-images/Solution-Pattern.svg');
  background-position: 50% 90%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tab-dash-cam {
  margin-top: 64px;
}

.grid-21 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-39 {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.tabs-menu-3 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
  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;
  grid-template-rows: auto;
  font-family: proxima-nova, sans-serif;
}

.text-block-40 {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.text-block-41 {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-8 {
  margin-top: 52px;
}

.faqs {
  padding: 80px 120px;
}

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

.faq-wrap {
  padding: 16px;
  border-radius: 10px;
  background-color: #fafafa;
  font-family: proxima-nova, sans-serif;
}

.faq-question-wrap {
  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;
}

.faq-answer-wrap {
  display: none;
}

.question {
  font-family: proxima-nova, sans-serif;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}

.collection-item {
  margin-bottom: 0px;
}

.text-block-42 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.tablinkdc {
  background-color: transparent;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.tablinkdc.w--current {
  background-color: transparent;
  color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 3px solid;
}

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

.section-6 {
  padding: 80px 120px;
}

.fms-hero-section {
  padding: 80px 120px;
}

.body-5 {
  font-family: proxima-nova, sans-serif;
}

.fms-form {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -129px;
  z-index: 1;
  padding: 24px 210px;
}

.lead-form {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 48px 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 3px 20px 0 rgba(84, 105, 136, 0.12);
}

.div-block-36 {
  display: -ms-grid;
  display: grid;
  -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-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1.25fr 0.5fr;
  grid-template-columns: 1.25fr 1.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  margin-bottom: 8px;
  color: #061238;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.address {
  height: 48px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f4f8fa;
}

.submit-button {
  display: inline-block;
  width: 100%;
  height: 56px;
  margin-top: 16px;
  border-radius: 2032px;
  background-color: #3bb3c3;
}

.section-7 {
  position: static;
  top: auto;
  z-index: 0;
  padding-top: 80px;
}

.text-span-23 {
  color: #3bb3c3;
}

.text-and-image-section {
  padding: 80px 120px;
}

.image-and-text-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-13 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-15 {
  margin-bottom: 40px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.accurate-data-section {
  padding: 80px 120px;
}

.grid-22 {
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: proxima-nova, sans-serif;
  color: #3bb3c3;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.paragraph-16 {
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-17 {
  font-size: 24px;
  line-height: 36px;
  white-space: normal;
}

.list {
  margin-top: 56px;
  color: #546988;
  font-size: 24px;
  line-height: 36px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3 {
  margin-bottom: 10px;
}

.div-block-37 {
  margin-top: 56px;
}

.paragraph-18 {
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-19 {
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.save-money {
  padding: 80px 120px;
}

.grid-23 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  padding-left: 24px;
  background-color: #f4f8fa;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.div-block-38.ln {
  -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;
}

.div-block-38.op {
  -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;
}

.text-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-45 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-24 {
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 0.5fr 0px 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.comparison-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-bottom: 10px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #546988;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-bottom: 1px solid #546988;
}

.best-gps-system-section {
  padding: 80px 120px;
  background-color: #f4f8fa;
  background-image: url('../../images/webflow-images/Background.png');
  background-position: 0% 0%;
  background-size: 830px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-27 {
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.paragraph-20 {
  margin-top: 40px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.list-item-5 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.list-item-6 {
  margin-bottom: 10px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.list-2 {
  margin-top: 24px;
}

.world-map-section {
  padding: 80px 120px;
  background-color: #f4f8fa;
}

.grid-25 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-28 {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #546988;
  font-size: 52px;
  line-height: 72px;
  font-weight: 400;
}

.paragraph-21 {
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-22 {
  color: #546988;
  font-size: 24px;
  line-height: 40px;
}

.rich-text-block {
  margin-top: 16px;
}

.success-message {
  background-color: #f4f8fa;
  color: #546988;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile {
  height: 48px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f4f8fa;
}

.body-6 {
  font-family: proxima-nova, sans-serif;
}

.body-7 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.hero-banner_bg-image_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../../images/webflow-images/Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_52_63 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 52px;
  line-height: 63px;
  font-weight: 600;
}

.hero_button_56_181 {
  width: auto;
  min-width: 181px;
  margin-top: 0px;
  padding: 12px 24px;
  border-radius: 28px;
  background-color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.hero_button_56_162 {
  width: 162px;
  margin-left: 24px;
  padding: 12px 24px;
  border-radius: 28px;
  background-color: #f4f8fa;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.content-grid_x6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f8fa;
  background-image: url('../../images/webflow-images/grid.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading_32_56_centre {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #546988;
  line-height: 56px;
  font-weight: 600;
  text-align: left;
}

.span_32_56 {
  color: #3bb3c3;
}

.cg_x6 {
  display: -ms-grid;
  display: grid;
  overflow: auto;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.x6_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 588px;
  height: 360px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.cg_image_58_58 {
  width: 58px;
  height: 58px;
}

.para_20_32 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ststic_carousel-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 880px;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc_intro_div {
  margin-bottom: 40px;
}

.para_20_32-centre {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.sc_cards_grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 44px;
  grid-auto-columns: 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sc_card_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: 374px;
  padding: 24px 16px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-51 {
  width: 214px;
  height: 214px;
  border-radius: 180px;
}
.image-120{
  width: 120px;
  height: 120px;
}
.heading_20_32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #546988;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.para_16_24 {
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.sc_section_x3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1122px;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_section {
  height: auto;
  padding: 80px 0px 80px 120px;
}

.cta_div-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  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;
  grid-template-rows: auto;
}

.para_20_32_m40 {
  margin-top: 40px;
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.cta_div_image {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta_div_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5%;
  margin-top: 48px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.hero_button_56_181-copy {
  width: auto;
  min-width: 180px;
  margin-top: 40px;
  padding: 12px 24px;
  border-radius: 28px;
  background-color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.full-left-image-section {
  display: block;
  height: 664px;
  padding-right: 120px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f8fa;
}

.left-image-div {
  width: 50vw;
  height: 637px;
}

.image-52 {
  width: 100vw;
  height: 77vh;
  background-color: transparent;
}

.image-53 {
  width: 100vw;
  height: 520px;
}

.right-content {
  display: block;
  margin-left: 10px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-8 {
  padding: 80px 120px;
}

.section-wrapper-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-grid_x6_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gps_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.gps_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gps_content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_32_56 {
  margin-bottom: 40px;
  color: #546988;
  line-height: 56px;
  font-weight: 600;
  text-align: left;
}

.image-54 {
  display: block;
}

.div-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.form-div {
  position: relative;
  top: 262px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #f4f8fa;
  box-shadow: 4px 4px 20px 0 rgba(84, 105, 136, 0.4);
}

.hero_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label-2 {
  color: #546988;
  font-size: 15px;
  line-height: 25px;
}

.form-2 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-label {
  width: 411px;
}

.field-label-3 {
  color: #546988;
}

.state-field {
  border-radius: 10px;
  background-color: rgba(84, 105, 136, 0.15);
}

.text-field-2 {
  border-radius: 10px;
  background-color: rgba(84, 105, 136, 0.15);
}

.text-span-24 {
  color: #3bb3c3;
}

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

.heading-31 {
  width: 100%;
  margin-bottom: 59px;
  color: #546988;
  font-weight: 600;
  text-align: center;
}

.text-span-25 {
  color: #3bb3c3;
}

.hero-bg-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../../images/webflow-images/Hero-image_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-section.truckgps {
  background-image: url('../../images/webflow-images/school-bus-banner.png');
}

.hero-bg-section.bike {
  background-image: url('../../images/webflow-images/Bike-GPS_1.png');
}

.hero-bg-section.truck {
  background-image: url('../../images/webflow-images/Hero-Image.png');
}

.hero-bg-section.fms {
  background-image: url('../../images/webflow-images/FMS-banner.jpg');
}

.hero-bg-section.vts {
  background-image: url('../../images/webflow-images/VTS-HERO.png');
}
.hero-bg-section.bus {
  background-image: url('../../images/webflow-images/bus-tracking-banner.jpg');
}
.hero-bg-section.fuel-monitoring {
  background-image: url('../../images/webflow-images/fuel-monitoring-banner.jpg');
}
.hero-bg-section.gps-tracker {
  background-image: url('../../images/webflow-images/gps-tracker-banner.jpg');
}
.hero-bg-section.telematics {
  background-image: url('../../images/webflow-images/telematics-banner.jpg');
}


.heading-32 {
  color: #f4f8fa;
  font-size: 52px;
  line-height: 64px;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-24 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-25 {
  margin-top: 15px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.body-8 {
  font-family: proxima-nova, sans-serif;
}

.fleet_pro_section {
  height: auto;
  padding: 80px 120px 80px 0px;
}

.left-cta_div-grid {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

.image-55 {
  width: 700px;
  height: auto;
  min-height: auto;
}

.cta_content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-9 {
  font-family: proxima-nova, sans-serif;
}

.body-10 {
  font-family: proxima-nova, sans-serif;
}

.fastag-section-a {
  height: auto;
  padding: 80px 120px 80px 0px;
  background-color: #fafcfd;
}

.container-5 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  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;
  grid-template-rows: auto;
}

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

.fastag-image-div {
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fastag-div-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fastag-tabs {
  padding: 70px 120px;
}

.container-6 {
  max-width: 100%;
}

.heading_32_56_-centre-aling {
  margin-bottom: 40px;
  color: #546988;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 4px solid #3bb3c3;
  background-color: #fff;
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.text_20_32 {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.tab-panel_1-div {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

.content-div-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-2 {
  margin-top: 30px;
}

.image-56 {
  width: 700px;
  height: auto;
}

.tabs-list-items {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.small-section {
  height: auto;
  padding: 80px 120px;
  background-color: #f4f8fa;
  background-image: url('../../images/webflow-images/Background.png');
  background-position: 0% 0%;
  background-size: 830px;
  background-repeat: no-repeat;
}

.container-7 {
  max-width: 100%;
}

.hero-bg-section-telematics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding: 80px 120px;
  -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;
  background-image: url('../../images/webflow-images/Bike-GPS.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-section-telematics.truckgps {
  background-image: url('../../images/webflow-images/Group-33719_1.png');
}

.hero-bg-section-telematics.bike {
  background-image: url('../../images/webflow-images/Bike-GPS_1.png');
}

.hero-bg-section-telematics.truck {
  background-image: url('../../images/webflow-images/Hero-Image.png');
}

.hero-bg-section-telematics.vts {
  background-image: url('../../images/webflow-images/VTS-HERO.png');
}

.hero-bg-section-ais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../../images/webflow-images/Bike-GPS-2-reverse.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-section-ais.truckgps {
  background-image: url('../../images/webflow-images/Group-33719_1.png');
}

.hero-bg-section-ais.bike {
  background-image: url('../../images/webflow-images/Bike-GPS_1.png');
}

.hero-bg-section-ais.truck {
  background-image: url('../../images/webflow-images/Hero-Image.png');
}

.hero-bg-section-ais.vts {
  background-image: url('../../images/webflow-images/VTS-HERO.png');
}

.dashcam-india {
  background-image: url('../../images/webflow-images/dashcam-banner.jpg') !important;
}
.adas-banner{
  background-image: url('../../images/webflow-images/adas-banner.jpg') !important;
}

.hero-bg-section-fastag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../../images/webflow-images/fastag-hero.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-section-fastag.truckgps {
  background-image: url('../../images/webflow-images/Group-33719_1.png');
}

.hero-bg-section-fastag.bike {
  background-image: url('../../images/webflow-images/Bike-GPS_1.png');
}

.hero-bg-section-fastag.truck {
  background-image: url('../../images/webflow-images/Hero-Image.png');
}

.hero-bg-section-fastag.vts {
  background-image: url('../../images/webflow-images/VTS-HERO.png');
}

.hero-bg-section-fastag.video-telematics{
  background-image: url('../../images/webflow-images/video-telematics-banner.jpg');
}
.hero-bg-section-fastag.driver-scorecard{
  background-image: url('../../images/webflow-images/driver-scorecard-banner.jpg');
}
.hero-bg-section.trip-optimization{
  background-image: url('../../images/webflow-images/trip-optimization-banner.jpg');
}


.hero_button_56_181-fastag {
  width: auto;
  min-width: 181px;
  margin-top: 21px;
  padding: 12px 24px;
  border-radius: 28px;
  background-color: #3bb3c3;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.tag-issuance-section {
  padding: 80px 120px;
}

.container-8 {
  max-width: 100%;
}

.tag-div {
  margin-bottom: 64px;
}

.para_32_56_c {
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.tag-heading_32_56_-centre-aling {
  margin-bottom: 10px;
  color: #546988;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border-radius: 12px;
  background-color: #f4f8fa;
}

.heading-33 {
  font-size: 20px;
}

.tag-content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.content-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 50px 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(84, 105, 136, 0.3);
}

.heading_20_32-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.color-div-1 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #534787;
}

.color-div-2 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #d8834d;
}

.color-div-3 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #f4e44c;
}

.color-div-4 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #4e8e49;
}

.color-div-5 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #cf3184;
}

.color-div-6 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #5894c7;
}

.color-div-7 {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #435259;
}

.form-container {
  position: relative;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  max-width: 85%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(84, 105, 136, 0.6);
}

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

.name-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.submit-button-new {
  display: inline-block;
  width: 100%;
  height: 45px;
  border-radius: 2032px;
  background-color: #3bb3c3;
  font-size: 18px;
  line-height: 25px;
}

.field_16_24 {
  color: #546988;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-field-3 {
  margin-bottom: 22px;
  border: 1px solid #dae6ef;
  border-radius: 5px;
  background-color: #f4f8fa;
}

.text-field-3.number-class {
  width: 165px;
}

.form-block-3 {
  width: 92%;
  -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;
}

.container-9 {
  border-radius: 13px;
  background-color: #fff;
}

.form-rectangle-div {
  position: relative;
  top: 80px;
  width: 346px;
  height: auto;
  padding: 38px 44px 44px;
  border-radius: 12px;
  background-color: #fff;
}

.container-10 {
  max-width: 100%;
}

.heading_20_44 {
  margin-bottom: 20px;
  color: #546988;
  font-size: 20px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.div-block-43 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-field {
  width: 87px;
}

.select-field.text-field-3 {
  color: #333;
}

.list-3 {
  overflow: auto;
}

.color-content-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 50px 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(84, 105, 136, 0.3);
}

.sepcification-section {
  padding: 80px 120px;
  background-image: url('../../images/webflow-images/grid.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-11 {
  max-width: 100%;
}

.seps-dic-grid {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

.heading-ais-centre {
  margin-bottom: 40px;
  color: #546988;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
}

.list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gps-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-57 {
  height: 95%;
}

.list-color {
  color: #546988;
  font-size: 20px;
  line-height: 32px;
}

.div-block-44 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 32px;
}

.learn-button {
  background-color: transparent;
  color: #3bb3c3;
  font-weight: 600;
}

.link {
  text-decoration: none;
}

.link.learn-button {
  font-size: 20px;
}

.text-block-47 {
  margin-right: 5px;
  color: #3bb3c3;
  font-size: 28px;
  line-height: 48px;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  text-decoration: none;
}

.image-58 {
  display: block;
  width: 30px;
  height: 30px;
}

.image-59 {
  width: 50%;
  height: 90%;
}
.light-bg{
  background: #f4f8fa;
}
.tab-new{
  width: 25%;
  text-align: center;
}
.grid-added{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-added .sc_card_div{
  min-width: auto;
}
.br-wrapper{
  border-radius: 10px;
  overflow: hidden;
}
.pl0{
  padding-left: 0 !important;
}
.mb40{
  margin-bottom: 40px;
}
a{
  text-decoration: none;
}
.flexDiv{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexDiv .cg_content-holder{
  width: 49%;
}
.alignCenter{
  align-items: center;
}
.height-simillar{
  height: 575px;
}
.height-simillar .w-slide{
  height: 554px;
}
.height-simillar .slide-card-holder{
  height: auto;
}
.height-simillar .card-text{
  height: 250px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 3.5rem);
    /*width: 750px;*/
}
.br12{
  border-radius: 12px !important;
}
#formModal input[type="submit"]{
  background: #1da9b0 !important;
}
.w370{
  width: 370px;
}
.pr0{
  padding-right: 0;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-size: 14px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.align-error{
  bottom: -18px !important;
  line-height: normal;
  left: 0 !important;
}

.isd-wrapper{
  width: 30%; 
  margin-right: 10px;
}
.primary-bg-color {
    background: #3BB3C3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.primary-bg-color .yellow-bg {
    background: #F9F1DB;
    width: 100%;
    border-radius: 8px;
}
.primary-bg-color .lp_strip_text {
    font-size: 28px;
    position: relative;
    margin-right: 40px;
    width: 100%;
    padding: 8px 0;
}
.primary-bg-color a {
    background: #FFA500;
    color: #fff;
    margin-top: 20px;
}
.lp_strip_text:before, .lp_strip_text:after {
    content: '';
    background: url('../../images/webflow-images/award-cup.png');
    width: 48px;
    height: 80px;
    display: block;
    position: absolute;
    left: -25px;
    top: 2px;
}
.lp_strip_text:after {
    right: -25px;
    left: auto;
}
.mh40{
  margin-left: 40px;
  margin-right: 40px;
}
.whatsapp-permission{
  display: flex;
  clear: both;
  align-items: flex-start;
}
.whatsapp-permission input[type="checkbox"]{
  height: auto !important;
  width: auto;
  margin-right: 8px;
  margin-top: 4px;
}
.whatsapp-permission label{
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
}
.pl100{
  padding-left: 100px;
}
.show{
  display: block
}
.h560{
  height: 560px;
}
.h540{
  height: 540px;
}
.bg-none{
  background: none;
}
.main-lead-form input.h55{
  height: 55px;
}
.f40{
  font-size: 40px;
}
.w33{
  width: 33%;
}
.w50{
  width: 50%;
}
.h90Vh{
  height: 90vh;
}
.wh-auto{
  width: auto;
  height: auto;
}
.w370{
  width: 370px;
}
.min-height-auto{
  min-height: auto;
}
.justifyCenter{
  justify-content: center
}
.captcha-wrapper {
    background: #f4f8fa;
    padding: 12px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0 20px inset rgb(0 0 0 / 20%);
    margin-left: 20px;
}
.captcha-wrapper label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}
.captcha-wrapper input {
    background: #fff !important;
    padding: 5px 10px !important;
    height: auto !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-radius: 3px !important;
    display: inline-block;
    width: auto !important;
    clear: both;
    margin-bottom: 0 !important;
}
.gps-vehicle-tracker-form button[disabled] {
    cursor: no-drop !important;
    background: #ddd !important;
}
form button[disabled], form input[disabled], #formModal input[disabled]{
    cursor: no-drop !important;
    background: #ddd !important;
}
@media screen and (max-width: 991px) {
  .xs-text-center{
    text-align: center;
  }
  .xs-col-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .dashcam-india{
    background: none;
  }
  .xs-f16{
    font-size: 16px;
    line-height: normal;
  }
  .pl100{
    padding-left: 0px;
  }
  .primary-bg-color {
    padding: 15px 30px !important;
  }
  .lp_strip_text:before, .lp_strip_text:after {
    top: auto;
    bottom: -16px;
  }
  .startup.mh40{
    margin: 20px 0;
  }
  .flexDiv .cg_content-holder{
    width: auto;
  }
  .content-grid.x6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta.nav-cta {
    display: none;
  }

  .carousel-b {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 43px;
  }

  .cg_content-holder.small {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 40px;
  }

  .paragraph-5 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .section-a {
    padding-left: 80px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-b {
    padding-right: 80px;
  }

  .heading-14 {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    line-height: 40px;
  }

  .paragraph-7 {
    margin-top: 9px;
    font-size: 16px;
  }

  .carousal-d-holder {
    padding-left: 0px;
  }

  .left-allign-heading {
    margin-right: 36px;
    margin-left: 36px;
  }

  .hero_industry {
    padding: 32px 24px;
  }

  .hero-heading {
    margin-bottom: 40px;
    padding-right: 16px;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    margin-top: 32px;
    margin-left: 0px;
  }

  .div-block-18 {
    margin-top: 32px;
    margin-left: 0px;
  }

  .div-block-19 {
    margin-top: 32px;
    margin-left: 0px;
  }

  .nb-container {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner {
    padding-right: 80px;
    padding-left: 80px;
  }

  .heading-17 {
    font-family: proxima-nova, sans-serif;
    line-height: 40px;
  }

  .grid-19 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    margin-left: 256px;
  }

  .heading-18 {
    font-size: 48px;
  }

  .hero_vt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero_vtwrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    text-align: left;
  }

  .heading-24 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-25 {
    font-size: 24px;
    line-height: 40px;
  }

  .dash-cam-specs {
    padding-right: 80px;
    padding-left: 80px;
  }

  .text-block-39 {
    font-size: 16px;
  }

  .faqs {
    padding-right: 40px;
    padding-left: 40px;
  }

  .fms-form {
    bottom: -192px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .lead-form {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-and-image-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accurate-data-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-22 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .save-money {
    padding-right: 40px;
    padding-left: 40px;
  }

  .best-gps-system-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .world-map-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-25 {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid_x6 {
    padding-right: 80px;
    padding-left: 80px;
  }

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

  .sc_section_x3 {
    height: auto;
    padding-right: 36px;
    padding-left: 36px;
  }

  .cta_section {
    padding-left: 36px;
  }

  .content-grid_x6_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fleet_pro_section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .left-cta_div-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fastag-section-a {
    padding: 40px 80px;
  }

  .div-block-41 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fastag-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fastag-div-content {
    padding-right: 0px;
  }

  .fastag-tabs {
    padding: 60px;
  }

  .tab-link-tab-2 {
    min-width: 250px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-tab-2.w--current {
    min-width: 250px;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text_20_32 {
    font-size: 20px;
    text-align: center;
  }

  .tab-panel_1-div {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-div-tab {
    padding-right: 0px;
  }

  .image-56 {
    width: 600px;
  }

  .small-section {
    padding: 60px 80px;
  }

  .tag-issuance-section {
    padding: 60px 80px;
  }

  .sepcification-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .seps-dic-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gps-image-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-45 {
    padding-left: 0px;
  }

  .image-59 {
    width: 90%;
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .xsJustifyStart{justify-content: start !important;}
  .xshauto{
    height: auto;
  }
  .hero-content-holder .xs-inline{
    display: inline !important;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-55 {
    height: auto;
    min-height: auto;
  }

  .fastag-section-a {
    padding: 20px 40px;
  }

  .fastag-tabs {
    padding: 50px 20px;
  }

  .tab-link-tab-2 {
    width: auto;
    min-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-2.w--current {
    width: auto;
    min-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-menu-4 {
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text_20_32 {
    font-size: 18px;
    line-height: 28px;
  }

  .small-section {
    padding: 40px 60px;
  }

  .hero-bg-section-fastag {
    padding: 60px 80px;
  }

  .tag-issuance-section {
    padding: 40px 50px;
  }

  .tag-div {
    margin-bottom: 40px;
  }

  .para_32_56_c {
    font-size: 29px;
    line-height: 48px;
  }

  .tag-heading_32_56_-centre-aling {
    font-size: 35px;
  }

  .div-block-42 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .submit-button-new {
    width: 100px;
  }

  .seps-dic-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-57 {
    height: 95%;
  }

  .div-block-45 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-47 {
    margin-right: 5px;
    color: #3bb3c3;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
  }

  .link-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
  }

  .image-58 {
    width: 25px;
    height: 25px;
  }

  .image-59 {
    width: 80%;
    height: 85%;
  }
}

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

  .secondry-cta {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-grid {
    padding: 40px 16px;
  }

  .content-grid.x6 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta {
    width: 183px;
    max-width: none;
    min-width: 183px;
    margin-bottom: 20px;
    -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;
    text-align: center;
  }

  .cta.form.shadow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta.nav-cta {
    display: none;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .carousel-b {
    padding: 40px 16px;
  }

  .heading-8 {
    color: #546988;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }

  .tabs-menu-2 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-5 {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-12 {
    padding-right: 16px;
  }

  .div-block-13 {
    margin-top: 40px;
  }

  .image-4 {
    height: 260px;
  }

  .card-list-a {
    padding: 40px 16px;
  }

  .card-slider-a {
    width: 100%;
    height: 450px;
  }

  .card-slider-mark {
    width: 300px;
    height: 450px;
  }

  .slide-1 {
    width: 300px;
    height: 450px;
  }

  .slide-card-holder {
    height: 440px;
  }

  .image-5 {
    height: 260px;
  }

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

  .right-arrow-3 {
    margin-right: 0px;
  }

  .card-list-b {
    padding: 40px 16px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-8 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cg_content-holder {
    height: auto;
    max-height: none;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-a {
    padding: 40px 16px;
  }

  .section-a-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-a-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-12 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-6 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-b {
    padding: 0px 16px 40px;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    margin-top: 0px;
  }

  .carousal-d {
    padding: 40px 16px;
  }

  .left-allign-heading {
    margin-right: 24px;
    margin-bottom: 30px;
    margin-left: 24px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .grid-10 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-8 {
    display: none;
  }

  .div-block-15 {
    margin-left: 0px;
  }

  .testimonial-slider {
    height: 400px;
  }

  .slide-a {
    width: 256px;
    height: auto;
    margin-right: 0px;
    margin-left: 16px;
  }

  .testimonial-content-main {
    width: 256px;
    height: 380px;
    margin-right: 19px;
    margin-left: 0px;
    padding: 24px;
  }

  .image-9 {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }

  .paragraph-9 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .paragraph-10 {
    width: auto;
    line-height: 24px;
  }

  .image-10 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-11 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow-4 {
    display: block;
    margin-right: 0px;
    -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;
  }

  .hero_industry {
    padding: 120px 16px 40px;
  }

  .hero_industry.fms {
    height: auto;
    padding-top: 40px;
  }

  .hero_grid {
    margin-bottom: 16px;
    grid-row-gap: 24px;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-rows: auto auto;
  }

  .hero-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    margin-bottom: 24px;
    padding-right: 0px;
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
  }

  .paragraph-11 {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-12 {
    height: auto;
  }

  .gey-strip {
    height: 190px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-15 {
    margin-bottom: 15px;
    text-align: center;
  }

  .link-block-2 {
    margin-left: 0px;
  }

  .footer {
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-17 {
    margin-left: 0px;
  }

  .div-block-18 {
    margin-left: 0px;
  }

  .div-block-19 {
    margin-left: 0px;
  }

  .text-field {
    max-width: 304px;
    min-width: 287px;
    margin-bottom: 8px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lp_strip {
    position: static;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lp_strip_text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .body-3 {
    overflow: visible;
  }

  .lp_secondcta {
    margin-left: 0px;
  }

  .lp_herosection {
    height: 80vh;
    padding: 32px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../../images/webflow-images/LocoNav-Landing-Page---Gif-1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../../images/webflow-images/LocoNav-Landing-Page---Gif-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .lp_wrapper {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-21 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }

  .lp_hero-ctas {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .latest-updates {
    padding: 24px 16px;
  }

  .need_section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .heading_left {
    margin-bottom: 25px;
    padding-right: 16px;
    padding-left: 16px;
    color: #546988;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-24 {
    width: 155px;
    font-size: 24px;
    line-height: 40px;
  }

  .section-5 {
    padding: 40px 16px;
  }

  .div-block-23 {
    height: 640px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 50%;
    background-size: auto;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .grid-14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    font-size: 20px;
  }

  .div-block-25 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lu_slider_mask {
    width: 300px;
  }

  .lu_slide {
    width: 300px;
    height: 430px;
    margin-right: 15px;
    border-radius: 0px;
  }

  .div-block-26.c1 {
    width: 300px;
    height: 328px;
    padding: 24px;
    border-radius: 20px;
  }

  .div-block-26.c4 {
    padding: 24px;
    border-radius: 20px;
  }

  .div-block-26.c3 {
    border-radius: 20px;
  }

  .div-block-26.c2 {
    padding: 24px;
    border-radius: 20px;
  }

  .text-block-26 {
    font-size: 26px;
    line-height: 40px;
  }

  .lu_content {
    height: 92%;
  }

  .lu_content.c1 {
    height: 90%;
    padding-right: 0px;
    border-radius: 0px;
  }

  .right-arrow-5 {
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-17 {
    padding-bottom: 0px;
  }

  .image-18 {
    display: block;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .solutions {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
  }

  .solution_slider {
    width: auto;
  }

  .solutionslider_mask {
    width: 300px;
  }

  .solution-slide {
    width: 300px;
    margin-right: 16px;
  }

  .solutions-content {
    width: 300px;
  }

  .right-arrow-6 {
    margin-right: 0px;
  }

  .soluttion_cta {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nb-container {
    display: block;
    width: auto;
    max-width: 480px;
    min-width: 320px;
    margin-right: 0px;
    margin-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nb {
    height: 68px;
    max-width: none;
    min-width: 320px;
    -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-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nb.mobile {
    padding-left: 16px;
  }

  .brand-3 {
    margin-top: 14px;
  }

  .brand-3.w--current {
    display: block;
    width: 100px;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 16px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nb_link {
    display: block;
    width: 100%;
  }

  .nav-menu-3 {
    width: 90%;
    height: 100vh;
    margin-right: 0px;
    background-color: #fff;
  }

  .dropdown-list.w--open {
    left: -141px;
  }

  .youtube-7 {
    height: 100vh;
    margin-top: 41px;
  }

  .dropdown-list-2.w--open {
    left: -61px;
    width: 320px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fold11 {
    padding-top: 40px;
  }

  .fold11_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-16 {
    margin-right: 24px;
    margin-bottom: 32px;
    margin-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fold11_content-block {
    padding-right: 0px;
  }

  .fold11_para {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }

  .fold11_secondsection {
    margin-top: 0px;
    padding: 32px 16px 40px;
  }

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

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

  .grid_content {
    width: 270px;
  }

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

  .grid-18.threeway {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner {
    padding: 40px 16px;
  }

  .banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-17 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .grid-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .banner-figures {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-33 {
    font-size: 20px;
  }

  .text-span-22 {
    font-size: 24px;
  }

  .image-25 {
    width: auto;
  }

  .text-block-34 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

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

  .image-26 {
    width: 280px;
    max-width: 80%;
  }

  .div-block-30 {
    margin-top: 0px;
  }

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

  .image-28 {
    max-width: 60%;
  }

  .image-29 {
    max-width: 50%;
  }

  .div-block-31 {
    padding-right: 0px;
  }

  .image-30 {
    max-width: 30%;
  }

  .image-31 {
    max-width: 27%;
  }

  .image-32 {
    max-width: 30%;
  }

  .image-33 {
    max-width: 30%;
  }

  .image-34 {
    max-width: 30%;
  }

  .image-35 {
    max-width: 30%;
  }

  .image-36 {
    display: none;
    max-width: 70%;
    margin-left: 97px;
  }

  .dropdown-toggle {
    display: block;
  }

  .menu-button {
    margin-right: 0px;
    padding-top: 20px;
  }

  .menu-button-2 {
    margin-left: 16px;
    background-color: transparent;
  }

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

  .aboutus_hero {
    padding: 40px 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-us-hero-text-1 {
    width: auto;
    min-width: 0px;
    margin-top: 90px;
    padding: 20px;
  }

  .about-us-text-heading {
    width: auto;
    font-weight: 600;
  }

  .about-us-hero-text-para {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-32 {
    background-position: 100% 0%;
    background-size: contain;
  }

  .div-block-32.about-us-hero-text2 {
    margin-top: 60px;
    margin-bottom: 32px;
    background-position: 0% 0%;
  }

  .heading-18 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 35px;
  }

  .about-us-hero-cta {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-section-2 {
    padding: 40px 24px;
    background-position: 100% 0%, 0px 0px;
  }

  .heading-19 {
    margin-bottom: 4px;
    font-size: 32px;
    font-weight: 600;
  }

  .aboutus-section-2-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-36 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .think-beyond-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .think-beyond-content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .text-block-37 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .investor-secton {
    padding: 40px 24px;
  }

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

  .heading-21 {
    font-size: 32px;
  }

  .investors-grid {
    display: block;
  }

  .girdx3 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .investor-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .gridx4 {
    margin-top: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .leadership {
    overflow: hidden;
    padding: 40px 24px;
  }

  .leadership-gridx2 {
    grid-column-gap: 0px;
  }

  .heading-22 {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-38 {
    min-width: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .leadership-gridx3 {
    margin-top: 56px;
    margin-bottom: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-37 {
    width: 80px;
    height: 80px;
  }

  .image-38 {
    width: 80px;
  }

  .image-39 {
    width: 80px;
    height: 80px;
  }

  .image-40 {
    width: 80px;
  }

  .image-41 {
    width: 80px;
  }

  .image-42 {
    width: 80px;
  }

  .image-43 {
    width: 80px;
  }

  .image-44 {
    width: 80px;
  }

  .image-45 {
    width: 80px;
  }

  .image-46 {
    width: 80px;
  }

  .image-47 {
    width: 80px;
  }

  .image-48 {
    width: 80px;
  }

  .image-49 {
    width: 80px;
  }

  .join-us {
    padding: 40px 24px;
  }

  .heading-23 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }

  .hero_vt {
    padding: 40px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_vtwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero_vttext {
    width: 82vw;
  }

  .heading-24 {
    color: #fee;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }

  .hero_vt_ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dash-cam-specs {
    padding: 40px 16px;
  }

  .grid-21 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tabs-menu-3 {
    margin-bottom: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-block-8 {
    margin-top: 22px;
  }

  .faqs {
    padding: 40px 16px;
  }

  .faq-answer-wrap {
    display: none;
    font-size: 16px;
  }

  .question {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-42 {
    font-size: 16px;
  }

  .fms-form {
    position: static;
    padding-right: 16px;
    padding-left: 16px;
  }

  .lead-form {
    padding: 24px 16px;
    border-radius: 0px;
  }

  .div-block-36 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .submit-button {
    width: 100%;
  }

  .text-and-image-section {
    padding: 40px 24px;
  }

  .image-and-text-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block_grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .accurate-data-section {
    padding: 40px 16px;
  }

  .grid-22 {
    grid-row-gap: 24px;
    -ms-grid-rows: auto 24px auto;
    grid-template-areas: "Text-AD"
      "Image-AD";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-26 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .list {
    margin-top: 24px;
  }

  .list-item {
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-37 {
    margin-top: 32px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .save-money {
    padding: 40px 16px;
  }

  .grid-23 {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }

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

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

  .grid-24 {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }

  .comparison-text {
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

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

  .best-gps-system-section {
    padding: 40px 16px;
  }

  .heading-27 {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-20 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-item-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .world-map-section {
    padding: 40px 16px;
  }

  .grid-25 {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-28 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .content-grid_x6 {
    padding-top: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading_32_56_centre {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }

  .cg_x6 {
    overflow: hidden;
  }

  .ststic_carousel-section {
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .para_20_32-centre {
    font-size: 16px;
    line-height: 24px;
  }

  .sc_cards_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc_card_div {
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading_20_32 {
    margin-bottom: 10px;
  }

  .sc_section_x3 {
    height: auto;
    padding: 32px 16px;
  }

  .cta_section {
    height: auto;
    padding: 32px 16px;
  }

  .cta_div-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .para_20_32_m40 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .hero_button_56_181-copy {
    margin-top: 32px;
  }

  .sc_x3_wrapper {
    width: 100%;
  }

  .heading-31 {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .hero-bg-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-32 {
    font-size: 34px;
    line-height: 47px;
  }

  .fleet_pro_section {
    padding: 40px 16px;
  }

  .image-55 {
    height: auto;
    min-height: auto;
  }

  .cta_content-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fastag-section-a {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fastag-tabs {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading_32_56_-centre-aling {
    font-size: 30px;
  }

  .tab-link-tab-2 {
    width: auto;
    min-width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link-tab-2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tabs-menu-4 {
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-panel_1-div {
    grid-row-gap: 26px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tabs-list-items {
    font-size: 18px;
  }

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

  .hero-bg-section-telematics {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-bg-section-ais {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-bg-section-fastag {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tag-issuance-section {
    padding: 20px 16px;
  }

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

  .tag-heading_32_56_-centre-aling {
    font-size: 28px;
    line-height: 40px;
  }

  .feature-div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-div-1 {
    padding-right: 30px;
    padding-left: 16px;
  }

  .heading_20_32-copy {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
  }

  .color-div-1 {
    width: 20px;
    height: 20px;
  }

  .color-div-2 {
    width: 20px;
    height: 20px;
  }

  .color-div-3 {
    width: 20px;
    height: 20px;
  }

  .color-div-4 {
    width: 20px;
    height: 20px;
  }

  .color-div-5 {
    width: 20px;
    height: 20px;
  }

  .color-div-6 {
    width: 20px;
    height: 20px;
  }

  .color-div-7 {
    width: 20px;
    height: 20px;
  }

  .div-block-42 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .submit-button-new {
    width: 100%;
  }

  .color-content-div-1 {
    padding-right: 30px;
    padding-left: 16px;
  }

  .sepcification-section {
    padding: 40px 16px;
  }

  .div-block-45 {
    margin-top: 24px;
  }
}

#w-node-_814d5071-8ed0-f6a7-f228-3269a7591f5d-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8b6b9afb-cdfb-b067-7827-09e7e56469b4-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_116a0492-1537-ff63-9df5-8822058abe06-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca4172394c-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca41723951-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d53134ac-97e0-3012-e5d6-7568265689f8-2dd4505a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c65cc0e0-4f99-8288-211a-b7aef6c46033-2dd4505a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db2e70f7-71da-2a50-872a-f72072890066-7289005d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3fa7511e-d49e-477c-ea07-5129c115d7c7-c115d7bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3fa7511e-d49e-477c-ea07-5129c115d7cd-c115d7bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3fa7511e-d49e-477c-ea07-5129c115d7d3-c115d7bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9bd32536-e605-b519-d853-96e598e89c6c-09d45067 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ea71c25-933a-ca91-b8d9-3cc867d23f25-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0ea71c25-933a-ca91-b8d9-3cc867d23f2b-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7f2b5cd-cf03-2c49-47e5-a35e5e6ff41d-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b0b08551-9d99-478c-a1b8-35db32265283-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c66736da-8c90-fb19-5577-b6aeace1278e-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-feaf2a7d-fbc2-ee92-66ec-7b9348fe4a24-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_16a05249-e657-b7fb-1540-d6f9cbe0af11-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7f368036-7bb9-e975-3bb8-c8cfeb200c77-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c0fd397-4969-a6d5-26e0-6166cd59846a-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7a8b75b4-cd8b-9209-37d1-47c54f67d6c4-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fc34f434-5fb4-456b-9219-7807d92b6e0a-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d7c0188c-dc13-28d0-f8ea-e657e22d7969-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5301b280-14e8-fd37-feca-09ed384b6474-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3d975947-b7b5-344e-80bb-1e429544a1f7-09d45067 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d6ca8df1-e4cc-c31d-7450-dfede86c8ec4-a8d45068 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8c08dff-3885-15da-06b7-99da0759b8b2-e7d45069 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_472c9282-e4b8-5b67-c99c-fbde1b75bd06-e7d45069 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2ac9432-e430-c195-b063-259b154ebbb6-154ebbb0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f22903ec-5061-cbea-0a9d-582de052b600-c9d4506a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2c52686a-6c67-a0e4-e93e-60a835ac7ba4-35ac7b98 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_174ac23f-60bc-b629-8ba4-26e7199d344c-4fd4506b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388107e8-bde7-7ed8-39d4-6078c35e2e48-4fd4506b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7d9527c5-10d3-0539-eba6-169295281253-9528123d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d58a6aba-274c-2711-da54-44d862764e2b-9528123d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c76415bf-3a6e-4538-b597-3ac073c5a440-9528123d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2ef5f3ef-5c63-1190-3864-1c34f106d68a-9528123d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9a72b89e-1a04-575a-0444-b4f5cbe00a86-cbe00a84 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6442f3c4-a314-e070-5c52-a86b767798dc-767798d9 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6442f3c4-a314-e070-5c52-a86b767798e6-767798d9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f2be556e-b0a9-7245-9567-2599f2b62d91-38d4506e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a59ba899-6c17-aaab-ced0-773f6720dc29-bcd45076 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_60add952-670f-0665-aa34-56a5720ba101-bcd45076 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf316073-6bec-2c87-ec68-bab7c19f97d4-bcd45076 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_814d5071-8ed0-f6a7-f228-3269a7591f5d-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8b6b9afb-cdfb-b067-7827-09e7e56469b4-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_116a0492-1537-ff63-9df5-8822058abe06-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca4172394c-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca41723951-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d53134ac-97e0-3012-e5d6-7568265689f8-bcd45076 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c65cc0e0-4f99-8288-211a-b7aef6c46033-bcd45076 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4a39b0ad-88b6-602d-9c8b-2c520cbe76ae-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b4acfcdd-0e3a-852b-2a2d-9bd0d937c0ac-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0e99ac0f-075b-768a-a27e-700c8fa322c0-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c0ecaa78-5695-c8d1-86af-3fd77280ed2a-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bd8d82e6-371e-dbff-dcbe-ac58fed41d6a-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_801c7c5d-c659-a265-d5c2-b6db90e8597b-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7e295e69-1677-1da8-d6b1-f5d958cc6f6c-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_61b443c3-e22d-5420-77b0-ac0c9f1ff6a3-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6d393ec1-5b9d-5a71-965f-dda65ac9ae3b-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f1cd914a-cd3a-2b92-2e75-f1b81fa612cb-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_444f6edd-9437-bf85-f01c-af84ceb57480-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_63f2630f-0314-8973-8821-48da09f192bc-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_29b1b47d-de1e-ff04-d054-a8f4f8dc638e-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_36802c60-d49c-62e7-d29e-f210a1e0bf68-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_10257733-7814-27c6-e890-c415b7f0cd40-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0eb5e168-6357-b694-15e7-360b8bf8b4f8-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_55264efb-1eb6-7e53-8073-03dedc8d5d19-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_04721c0f-a8d3-8d62-d3ed-901b6801605c-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7180ac24-f2ae-2481-f0a7-c47cb0ea1813-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8039e63b-239c-7afa-68a9-5431862d0f56-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cd8ea347-9999-ca14-423e-f2082d2f58ec-67d45077 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1d0-95d45078 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_364d5f8f-3adb-f1d1-7e54-96ee55698242-95d45078 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_364d5f8f-3adb-f1d1-7e54-96ee55698248-95d45078 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_364d5f8f-3adb-f1d1-7e54-96ee5569824e-95d45078 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a31-95d45078 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a45-95d45078 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd023948-6935-da1d-11eb-d6ad6db1c3fe-95d45078 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_027f3625-8819-2a42-a3fa-8fd38055ef79-8055ef76 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_027f3625-8819-2a42-a3fa-8fd38055ef80-8055ef76 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a59ba899-6c17-aaab-ced0-773f6720dc29-ffd4507c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_60add952-670f-0665-aa34-56a5720ba101-ffd4507c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf316073-6bec-2c87-ec68-bab7c19f97d4-ffd4507c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_814d5071-8ed0-f6a7-f228-3269a7591f5d-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8b6b9afb-cdfb-b067-7827-09e7e56469b4-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_116a0492-1537-ff63-9df5-8822058abe06-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca4172394c-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3f4fb15-013d-f005-9006-5dca41723951-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d53134ac-97e0-3012-e5d6-7568265689f8-ffd4507c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c65cc0e0-4f99-8288-211a-b7aef6c46033-ffd4507c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ca521d7-c887-ba11-a173-c0b0b40b9603-79d4507e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_70d1cb91-acf1-0282-e3db-33dc5918c738-79d4507e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2c80773c-f551-ac4f-4e1b-9c2f6faa1033-79d4507e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1eacf83-b27f-1ecb-51e2-7f7aae0975b8-79d4507e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_37621dd5-5ab5-4c00-f4cd-2c071457a0fa-79d4507e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1b86908d-0d8b-fa21-b6f8-3f793e31a884-79d4507e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_34063ad9-b93d-2534-4136-2902be9dd103-79d4507e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_06e4ce26-68b8-cdb1-ecaf-4004f46c2c27-f46c2c1a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_06e4ce26-68b8-cdb1-ecaf-4004f46c2c34-f46c2c1a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_815ff285-fcda-0cfd-717c-4935f4061049-86d450a7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7c672f20-ada7-5fcf-bbf2-9f57d8f2ebda-74d450ad {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7c672f20-ada7-5fcf-bbf2-9f57d8f2ebe1-74d450ad {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_302f45fe-f2ed-ee91-921b-c31f099fbc5f-1bd450ae {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/*-----custom css starts here-------*/
.form-on-banner{
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 40px;
}
.main-lead-form {
    padding: 0px 0px;
    z-index: 1;
    position: relative;
}
.form-bg-overlay{
  background: rgba(0,0,0,0.4);
  border-radius: 6px;
  padding: 15px 30px;
}
.main-lead-form h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.main-lead-form input {
    background: #f4f8fa;
    height: 60px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
}
.main-lead-form input:focus{
  outline: none;
}
.main-lead-form ul{
  margin: 0;
  padding: 0;
}
.main-lead-form li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 31%;
    text-align: center;
}
.main-lead-form li input[type=radio] {
    display: none;
}
.main-lead-form li input[type=radio] + label {
    border: 1px solid #f4f8fa;
    color: #666;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f4f8fa;
    border-radius: 4px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.main-lead-form li input[type=radio]:checked + label {
    border: 1px solid #1eacb2;
    background: #1eacb2;
    color: #fff;
}
.alert-msg {
    color: #f00;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -15px;
}
.main-lead-form .isd {
    width: 35%;
    margin-right: 15px;
}
.main-lead-form button[type="submit"] {
    background: #3BB3C3;
    height: 55px;
    width: 170px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    border:none;
}
.footer-wraper {
    padding: 0;
    color: #888;
}
.text-left {
    text-align: left;
}
.pv15 {
    padding: 15px 0 !important;
}
.ph0{
  padding:0 0;
}
.text-block-19 {
    color: #061238 !important;
    font-size: 20px !important;
    line-height: 32px;
    text-align: left;
    font-weight: normal !important;
    margin-bottom: 0;
}
.footer-wraper ul {
    padding: 0;
    margin: 0;
}
.footer-wraper .telematics-section ul li {
    display: inline-block;
    list-style: none;
}
.footer-wraper ul li a {
    color: #888;
    display: inline-block;
    font-size: 16px;
    color: #546988 !important;
    text-decoration: none;
    margin-bottom: 8px;
}
.footer-wraper .telematics-section ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}
.footer-wraper .telematics-section ul li:last-child:after{
  content:'';
}
.first-section-image{
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}
.first-section-content{
  width: 47%;
}
.bg-color-wrapper{
  background: #F4F8FA;
}

.form-wrapper-rounded{
  /*overflow: hidden;*/
  border-radius: 17px;
  border:none;
  background: none !important
}
.form-wrapper-rounded .modal-right-panel{
  background: #fff;
  border-radius: 0px 12px 12px 0;
}
.modal-right-panel img{
  width: 70px;
}
.form-wrapper-rounded button.close{
  top: 18px;
  right: 25px;
  position: absolute;
  z-index: 1;
}
#formModal .form-wrapper-rounded input{
  background: #F4F8FA;
  border: 1px solid #DAE6EF;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  color: #546988;
}
#formModal .form-wrapper-rounded input[type="submit"]{
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  width: 175px;
  margin: 0 auto;
}
.select-selected{
  background: #F4F8FA !important;
  border: 1px solid #DAE6EF !important;
  border-radius: 6px;
  height: 48px;
  color: #546988;
}
.select-items{
  box-shadow: 0px 2px 24px rgba(90, 106, 157, 0.16);
  border-radius: 6px;
}
.select-items div{
  background: #fff !important;
}
.flex {
    display: flex;
}
.flexWrap{
  flex-wrap: wrap;
}
.w100 {
    width: 100%;
}
.text-center {
    text-align: center;
}
.form-group{margin-bottom: 20px;}
.mt20{
  margin-top: 20px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt0{
  margin-top: 0 !important;
}
.m0{
  margin: 0 !important;
}
.m-auto{
  margin: auto;
}
.f20{
  font-size: 20px;
}
.f24{
  font-size: 24px;
}
.p0{
  padding: 0;
}
.pb0{
  padding-bottom: 0;
}
.pt20{
  padding-top: 20px !important;
}
.pb20{
  padding-bottom: 20px !important;
}
.p29{
  padding: 29px !important;
}
.mb0{margin-bottom:0 !important}
.relative {
    position: relative;
}
.flexRow{
  flex-direction: row;
}
.flexColumn{
  flex-direction: column;
}
.justifyBetween{
  justify-content: space-between;
}
.alignCenter{
  align-items: center;
}
.w35{
  width: 35%;
}
.w48{
  width: 48% !important;
}
.white{
  color: #fff;
}
.fw4{
  font-weight: 400;
}
.fw6{
  font-weight: 600;
}
.ph120{
  padding: 0 120px;
}
.hAuto{
  height: auto !important;
}
.breadcrumb{ 
  background: #f4f8fa;
}
.breadcrumb ul{
  margin:0;
  padding: 0;
}
.breadcrumb ul li{
  list-style: none;
}
.breadcrumb ul li a{
  text-decoration: none;
  color: #3bb3c3;
}
.breadcrumb ul li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
a:hover{
  text-decoration: none;
}
a.w-button:hover,a.w-button:focus{
    color: #fff;
    text-decoration: none;
}
.firstGradient{
  background: linear-gradient(180deg, #F4F8FA 0%, #FFFFFF 100%);
}
.pt0{
  padding-top: 0;
}
.f28{
  font-size: 28px;
}
.block{
  display: block !important;
}
.slide-a{
  width: 650px;
  height: auto;
}

.new-testimonial-wrapper {
  width: 650px;
  align-items: center;
  display: flex;
  border-radius: 20px;
}
.new-testimonial-wrapper .testimonial-content-new{
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(90, 106, 157,0.16);
  height: 450px;
  position: relative;
}
.new-testimonial-wrapper .testimonial-content-new .testi-header{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding:15px 40px;
}
.new-testimonial-wrapper .testimonial-content-new ul li{
  list-style: none;
  width: 13%;
  display: block;
  margin: 0 2px;
}
.short-wrapper{
  margin-right: 10px; 
}
.name-wrapper span{
  color: #546988;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block;
}
.name-wrapper ul{
  margin: 0;
}
.new-testimonial-wrapper .short-name{
  background: #FCF0D9;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.posted-on{
  color: #3BB3C3;
  width: 26%;
}
.posted-on span{
  display: block;
  text-align: center;
}
.play-store-icon{
  margin: 0 auto;
}
.testimonial-content-wrapper{
  padding: 50px;
}
.testimonial-content-wrapper h3{
  color: #546988;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.testimonial-content-wrapper p{
  color: #546988;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin:0;
}
.quote-wrapper{
    position: absolute;
    bottom: -30px;
    right: 50px;
    width: 15%;
}
.left-allign-heading{
  margin-left: 80px;
}
.testimonial-slider{
  height: 485px;
}
.H100VH{
  height: 100vh;
}
.g-recaptcha{
  margin: 5px 20px 0;
}
/*-----custom css ends here-------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 768px){
  .g-recaptcha{
    margin:0;
  }
  .xs-inline{
    display: inline !important;
  }
  .xs-ph15{
    padding-left:15px;
    padding-right: 15px;
  }
  p.left-allign-heading{
    margin-left: 0px;
  }
  .testimonial-slider{
    height: auto;
  }
  .new-testimonial-wrapper{
    width: auto;
    padding-bottom: 35px;
  }
  .slide-a{
    width: 100%;
  }
  .new-testimonial-wrapper .testimonial-content-new{
    height: auto;
  }
  .new-testimonial-wrapper .testimonial-content-new .testi-header{
    padding:15px;
    align-items: center;
  }
  .testimonial-content-wrapper{
    padding:25px;
  }
  .testimonial-content-wrapper h3{
    font-size: 16px;
  }
  .testimonial-content-wrapper p{
    font-size: 14px;
  }
  .quote-wrapper{
    bottom: -15px;
  }
}


@media screen and (max-width: 991px) {
  .cta_wrapper ul{
    margin: 0;
    padding:0;
  }
  .heading-9.f28{
    font-size: 20px;
  }
  .cta_wrapper ul li{
    list-style: none;
  }
  .xs-hero{
    padding: 0 15px;
  }
  .xs-hero .heading-32{
    font-size: 24px;
    line-height: 35px;
  }
  .xs-hero .paragraph-25{
    font-size: 16px;
    line-height: 28px;
  }
  .xs-flexCoulmn{
    flex-direction: column;
  }
  .xs-justifyCenter{
    justify-content: center;
  }
  .xs-w100{
    width: 100%;
  }
  .xs-hAuto{
    height: auto;
  }
  .xs-hero-img-full-height{
    height: 130vh;
  }
  .main-lead-form h3{
    margin-top: 0;
  }
  .form-bg-overlay{
    padding: 15px 20px;
  }
  .xs-height70vh{
    height: 70vh;
  }
  .xs-height100vh{
    height: 100vh;
  }
  .form-wrapper-rounded .modal-right-panel{
    border-radius: 0;
  }
  .xs-p20{
    padding: 20px;
  }
  #w-node-ebd180ae-78bf-f37b-df47-03bfa394cec6-38d4506e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7fb881b9-b565-a578-282e-efb525810e18-38d4506e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5379c0e-100c-a64e-d702-0346b4ddef82-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1d43820f-d48e-bfaa-d874-bd4d6371ad7b-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2208a746-0185-43f0-38aa-b4a01aa83771-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f57fbdaf-7a4c-3632-b232-110c065ccae6-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_37437383-2a56-a43d-78f5-832977f32a6c-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6124f1b3-3520-019f-39ef-4e6be2d3fc52-2dd4505a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5596c33f-f252-71da-982b-b762f56626c4-09d45067 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7a8b75b4-cd8b-9209-37d1-47c54f67d6c4-09d45067 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fc34f434-5fb4-456b-9219-7807d92b6e0a-09d45067 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d7c0188c-dc13-28d0-f8ea-e657e22d7969-09d45067 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_3d975947-b7b5-344e-80bb-1e429544a1f7-09d45067 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_783fa4e6-0a6d-4851-3f0f-805765700458-a8d45068 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_6442f3c4-a314-e070-5c52-a86b767798dc-767798d9 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e5379c0e-100c-a64e-d702-0346b4ddef82-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1d43820f-d48e-bfaa-d874-bd4d6371ad7b-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2208a746-0185-43f0-38aa-b4a01aa83771-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f57fbdaf-7a4c-3632-b232-110c065ccae6-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_37437383-2a56-a43d-78f5-832977f32a6c-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6124f1b3-3520-019f-39ef-4e6be2d3fc52-bcd45076 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4979a5d1-0619-c44f-c626-96bf080ba450-67d45077 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
  }

  #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a38-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }

  #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a4c-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  #w-node-_1f5a36a9-6026-689d-9fd6-77e64055591f-95d45078 {
    grid-area: Image-AD;
  }

  #w-node-cd023948-6935-da1d-11eb-d6ad6db1c3fe-95d45078 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    .grid-25>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a38-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a4c-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 479px) {
    #w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-_5777dc47-18f5-72c4-e07b-9b1eb1ccc1c6-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a38-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a38-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a38-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a3b-95d45078 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-a7364e74-fd78-bf7c-28c5-8e752d326a4c-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a4c-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-a7364e74-fd78-bf7c-28c5-8e752d326a4c-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero_grid>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-25>#w-node-_17a55c02-ef58-06e7-8a9c-703759d84a66-95d45078 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  #w-node-e5379c0e-100c-a64e-d702-0346b4ddef82-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1d43820f-d48e-bfaa-d874-bd4d6371ad7b-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2208a746-0185-43f0-38aa-b4a01aa83771-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f57fbdaf-7a4c-3632-b232-110c065ccae6-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_37437383-2a56-a43d-78f5-832977f32a6c-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6124f1b3-3520-019f-39ef-4e6be2d3fc52-ffd4507c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f5a36a9-6026-689d-9fd6-77e64055591f-95d45078 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

