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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Geinspirasans v02', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00bdbf;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Geinspirasans v02', sans-serif;
  color: #fff;
  line-height: 1.5;
}

.body {
  background-color: #0c2340;
  font-size: 16px;
}

.page-wrapper {
  font-family: 'Geinspirasans v02', sans-serif;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 100vw;
  min-height: 100vh;
  -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-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;
}

.home-intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 10%;
  margin-bottom: auto;
  margin-left: 10%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin: 7% 0% 0px;
  color: #fff;
  font-size: 4.4em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.text-span {
  font-weight: 400;
}

.heading-2 {
  position: static;
  display: block;
  margin: 0% 15% 0px;
  color: #00a0e2;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2._1 {
  margin-top: 0%;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0px;
  font-weight: 400;
}

.heading-2.hero {
  color: #00a0e2;
}

.heading-3 {
  margin: 1% 15% 0px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.heading-3.app {
  overflow: visible;
  margin-right: 0%;
  margin-left: 0%;
}

.heading-3._3 {
  overflow: hidden;
}

.hero-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  min-height: 100vh;
  -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;
  line-height: 1.2;
}

.background-video {
  position: static;
  height: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features {
  display: block;
  height: auto;
  max-width: 100vw;
  min-height: 100vh;
  -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: #0c2340;
}

.text-span-2 {
  font-size: 2.2em;
  font-weight: 700;
}

.separator-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0% 15% 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-separator {
  max-height: 80%;
  max-width: none;
  margin-right: 40%;
  margin-left: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 48, 80, 0.89);
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  display: block;
  margin-right: 0%;
  margin-left: 10%;
}

.nav-link {
  background-color: transparent;
  font-family: 'Geinspirasans v02', sans-serif;
  color: #00a0e2;
  text-transform: uppercase;
}

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

.nav-link:active {
  color: #73c7ff;
}

.nav-link-2 {
  font-family: 'Geinspirasans v02', sans-serif;
  color: #00a0e2;
  text-transform: uppercase;
}

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

.nav-link-2:active {
  color: #73c7ff;
}

.nav-link-3 {
  font-family: 'Geinspirasans v02', sans-serif;
  color: #00a0e2;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3:active {
  color: #73c7ff;
}

.nav-menu {
  left: 15%;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

.features-slider {
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100vh;
  background-color: transparent;
}

.feature-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 0%;
  -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;
}

.app-txt-block {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 8%;
  margin-right: 0%;
  margin-left: 0%;
}

.slide-1-bkg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100.0000017763433%;
  min-height: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  height: 100vh;
  background-color: transparent;
}

.heading-4 {
  color: #00bdbf;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.text-span-4 {
  display: inline;
  font-weight: 700;
}

.slide-2 {
  position: relative;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
}

.feature-2-table {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-2-bkg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/869_Fleetmana_0115.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-2-block {
  position: relative;
  margin-top: 5%;
  margin-right: 15%;
  margin-left: 15%;
}

.scroll-icon {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-animation {
  position: absolute;
}

.lottie-scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 4%;
  margin-bottom: 0%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.text-span-5 {
  font-size: 100px;
}

.slide-nav {
  max-width: 100.0000017711885%;
  margin-bottom: 12px;
  font-size: 0.8em;
  line-height: 1.2;
}

.image {
  display: inline-block;
}

.slide-4 {
  overflow: visible;
  max-height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.background-video-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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-video-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-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-video-4 {
  position: static;
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: none;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-height: none;
  max-width: none;
  margin-top: 2%;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.monitoring-diagnostics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  min-height: 100vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 189, 0.1)), to(rgba(3, 0, 189, 0.1))), url('../images/BKG-2c.jpg');
  background-image: linear-gradient(180deg, rgba(3, 0, 189, 0.1), rgba(3, 0, 189, 0.1)), url('../images/BKG-2c.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.feature-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-3-block {
  margin-top: 5%;
  margin-right: 15%;
  margin-left: 15%;
}

.txt-service-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -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;
}

.txt-service-support {
  display: block;
  margin: 5% 15% 2%;
}

.cards-grid {
  margin: 3% 15% 2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 1.6em;
  grid-row-gap: 0.4em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-span-6 {
  color: #00a0e2;
  font-size: 20px;
}

.text-span-7 {
  color: #00bdbf;
}

.text-span-8 {
  color: #00a0e2;
  font-size: 20px;
}

.text-span-9 {
  color: #00a0e2;
  font-size: 20px;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph {
  text-align: center;
}

.grid-2 {
  height: 100vh;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

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

.electrical-icon {
  position: static;
  display: inline-block;
  max-width: 35%;
  margin-top: 20px;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.mechanical-icon {
  max-width: 35%;
  margin-top: 20px;
  text-align: center;
}

.thermal-icon {
  max-width: 35%;
  margin-top: 20px;
}

.text-span-12 {
  font-size: 0.8em;
}

.text-span-13 {
  color: #fff;
  font-weight: 700;
}

.nav-link-4 {
  font-family: 'Geinspirasans v02', sans-serif;
  color: #00a0e2;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #fff;
}

.nav-link-4:active {
  color: #73c7ff;
}

.slide-grid {
  display: block;
  height: auto;
  max-width: 100vw;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-grid._1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video-5 {
  height: 100vh;
}

.image-6 {
  max-height: 80%;
  max-width: 95vw;
}

.block {
  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: 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;
  background-color: rgba(0, 189, 191, 0.1);
}

.block.electrical {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 41, 60, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 226, 0.4)), to(rgba(0, 17, 43, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 160, 226, 0.4), rgba(0, 17, 43, 0.6));
  box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.2);
}

.block.thermal {
  background-color: rgba(0, 41, 60, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 226, 0.4)), to(rgba(0, 17, 43, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 160, 226, 0.4), rgba(0, 17, 43, 0.6));
  box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.2);
}

.block.mechanical {
  background-color: rgba(0, 41, 60, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 226, 0.4)), to(rgba(0, 17, 43, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 160, 226, 0.4), rgba(0, 17, 43, 0.6));
  box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.2);
}

.heading-5 {
  color: #00a0e2;
  font-size: 1.6em;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
}

.heading-6 {
  color: #00a0e2;
  font-size: 1.6em;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
}

.heading-7 {
  color: #00a0e2;
  font-size: 1.6em;
  line-height: 1.2;
  text-decoration: none;
}

.electrical-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px 40px;
  color: #00a0e2;
  font-size: 1.05em;
  line-height: 1.6;
  text-align: center;
}

.thermal-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px 20px;
  color: #00a0e2;
  font-size: 1.05em;
  line-height: 1.6;
  text-align: center;
}

.monitoring-separator {
  max-width: none;
  margin: 0px;
  padding: 0px;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px 20px;
  color: #00a0e2;
  font-size: 1.05em;
  line-height: 1.6;
  text-align: center;
}

.advanced-motor-protection-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  min-height: 100vh;
  -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;
  background-color: rgba(0, 189, 191, 0);
}

.app-txt {
  margin-top: 0%;
  margin-right: 15%;
  margin-left: 15%;
}

.div-block-3 {
  margin-top: 0%;
  margin-right: 15%;
  margin-left: 15%;
}

.app-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

.explore-motor-protection-app {
  overflow: hidden;
  margin-top: 10%;
  margin-right: 15%;
  margin-left: 15%;
  border-style: none;
  border-width: 1px;
  border-color: #00bdbf;
}

.explore-lottie {
  position: relative;
  min-width: 0px;
}

.copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 1%;
  -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;
  text-align: center;
}

.text-block-2 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0vh;
  -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;
  color: #00a0e2;
  font-size: 0.8em;
  line-height: 1.1;
  text-align: center;
}

.preloader {
  position: fixed;
  z-index: 9999;
  display: none;
  max-width: none;
  min-height: 100%;
  min-width: 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;
  background-color: #0c1e3a;
}

.preloader-info {
  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;
}

.load-lottie-animation {
  max-width: 40%;
}

.quality-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.1%;
  -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;
}

.quality-image-block.support {
  margin-top: 2%;
}

.image-7 {
  min-height: 100%;
}

.qality-image {
  max-width: none;
  min-height: 100%;
}

.slide-1 {
  overflow: hidden;
  max-height: 100%;
}

.quality-image {
  position: static;
  max-height: 80%;
  max-width: none;
  margin-top: 20px;
}

.quality-image.support {
  margin-top: 20px;
}

.background-video-7 {
  width: 100vw;
  height: 100vh;
  min-width: auto;
}

.slide-3 {
  overflow: hidden;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow: hidden;
  }

  .home-intro {
    margin-top: 10%;
    margin-bottom: 20%;
  }

  .heading-2 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .heading-2._1 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .heading-3 {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .heading-3.hero {
    font-size: 0.9em;
    text-align: center;
  }

  .heading-3.app {
    margin-right: 10%;
    margin-left: 10%;
  }

  .separator-line {
    margin-top: 10px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #00406b;
  }

  .app-txt-block {
    margin-top: 15%;
  }

  .icon {
    color: #00a0e2;
  }

  .cards-grid {
    margin-bottom: 3%;
    grid-row-gap: 0.8em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .slide-grid {
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
  }

  .image-6 {
    max-width: 90vw;
  }

  .electrical-txt {
    padding-bottom: 20px;
    text-align: center;
  }

  .thermal-txt {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .menu-button {
    max-height: none;
    background-color: #00406b;
  }

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

  .explore-motor-protection-app {
    margin-top: 20%;
  }

  .quality-image-block {
    margin-top: 1.2%;
  }

  .qality-image {
    max-width: 11%;
    min-height: 0px;
  }
}

@media screen and (max-width: 767px) {
  .home-intro {
    margin-right: 5%;
    margin-left: 5%;
  }

  .heading.hero {
    font-size: 3.8em;
  }

  .heading-2 {
    margin-right: 5%;
    margin-bottom: 0.5%;
    margin-left: 5%;
    font-size: 1.7em;
  }

  .heading-2._1 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .heading-2.hero {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 1.7em;
  }

  .heading-3 {
    margin-right: 10.5%;
    margin-left: 10.5%;
    font-size: 0.9em;
  }

  .heading-3.hero {
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }

  .features-slider {
    max-width: none;
  }

  .cards-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 1em;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slide-grid {
    max-width: none;
    min-height: 0px;
  }

  .electrical-txt {
    padding-bottom: 20px;
    text-align: center;
  }

  .thermal-txt {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .explore-motor-protection-app {
    margin-top: 25%;
  }

  .copyright {
    margin-top: 0px;
  }

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

  .slide-1 {
    max-height: none;
  }

  .quality-image {
    max-width: 100%;
    margin-top: 40px;
  }

  .quality-image.support {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .heading {
    margin-top: 20%;
    margin-right: 0%;
    margin-left: 0%;
    font-size: 2.5em;
    line-height: 0.8;
  }

  .heading-2 {
    margin-top: 8%;
    font-size: 1.6em;
    line-height: 1.1;
  }

  .heading-3 {
    font-size: 0.8em;
    line-height: 1.6;
  }

  .heading-3._3 {
    margin-bottom: 5%;
  }

  .container {
    margin-left: 0%;
  }

  .features-slider {
    overflow: hidden;
  }

  .mask {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide-nav {
    font-size: 0.8em;
  }

  .cards-grid {
    overflow: hidden;
    margin-bottom: 5%;
  }

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

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-grid {
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
  }

  .heading-5 {
    margin-bottom: 0px;
  }

  .electrical-txt {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10px 15px 15px;
    font-size: 0.8em;
  }

  .thermal-txt {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px 15px;
    font-size: 0.8em;
  }

  .monitoring-separator {
    margin-top: 10px;
  }

  .paragraph-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px 15px;
    font-size: 0.8em;
  }

  .menu-button {
    overflow: visible;
  }

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

  .quality-image-block {
    margin-top: 1.5%;
  }

  .quality-image {
    margin-top: 80px;
  }

  .quality-image.support {
    margin-top: 80px;
  }
}

#w-node-_5829b29e-b5db-e917-ae8b-52a4b5893bae-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6fc25f3f-0855-5426-f86b-e1bbec2345f4-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0a49b39e-8731-33dd-e116-caac90a902fb-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2407f4b1-e165-9423-e57e-32d7ba362bb6-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_52cf8087-b2a0-cc9a-c659-6c098f2f450e-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d13e0037-61a6-a823-ebb1-0a6f8a730949-b2278343 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_97f00c80-0876-1845-d453-17813faeaf14-b2278343 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1c25442a-a46f-51e8-6b92-fe276bc044d0-b2278343 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_73bb4d82-20a9-e7e9-f89d-cb8465e33d32-b2278343 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_97f00c80-0876-1845-d453-17813faeaf14-b2278343 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_1c25442a-a46f-51e8-6b92-fe276bc044d0-b2278343 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_73bb4d82-20a9-e7e9-f89d-cb8465e33d32-b2278343 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5829b29e-b5db-e917-ae8b-52a4b5893bae-b2278343 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_2407f4b1-e165-9423-e57e-32d7ba362bb6-b2278343 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Geinspirasans v02';
  src: url('../fonts/GEInspiraSans-Bold-v02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geinspirasans v02';
  src: url('../fonts/GEInspiraSans-BoldItalic-v02.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geinspirasans v02';
  src: url('../fonts/GEInspiraSans-Italic-v02.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geinspirasans v02';
  src: url('../fonts/GEInspiraSans-Regular-v02.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}