:root {
  --secondary-color: #123354;
  --primary-bg: #111827;
  --red: #b82132;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.relative {
  z-index: 1;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  display: flex;
}

.div-block {
  flex-flow: column;
  display: block;
}

.image {
  text-align: left;
  width: 100px;
  display: block;
}

.container-3 {
  text-align: left;
  justify-content: space-between;
  max-width: 1280px;
}

.navbar {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  padding: 15px 40px;
  display: block;
  position: sticky;
  top: 0;
}

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

.inner {
  display: flex;
}

.section-padding {
  padding: 40px 40px 100px;
}

.button {
  z-index: 99;
  background-color: var(--secondary-color);
  border: 2px solid #0000;
  border-radius: 7px;
  margin-top: 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.button:hover {
  background-color: #12335400;
  border-color: #fff;
}

.button.hero-button {
  color: #fcfcfc;
  border: 2px solid #0000;
  margin-top: 0;
  padding: 12px 20px;
  font-weight: 600;
}

.button.hero-button:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #12335400;
  border: 2px solid #fff;
}

.button.hero-button.btn-sur {
  background-color: var(--primary-bg);
  border-width: 2px;
  margin-top: 20px;
  padding: 10px 25px;
}

.button.hero-button.btn-sur:hover {
  color: #fff;
  background-color: #11182700;
  border-width: 2px;
  border-color: #fff;
}

.button.technology {
  opacity: 0;
  display: block;
  position: relative;
}

.hero-section {
  height: 100vh;
  padding-top: 220px;
}

.hero-section.section-padding {
  z-index: 1;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.hero-heading {
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.hero-paragraph {
  color: #fff;
  width: 400px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 32px;
}

.heading-menu-items {
  color: #fff;
  border: 0 #000;
  border-bottom: 2px solid #0000;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-menu-items:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.technologies-section {
  z-index: 1;
  background-color: var(--primary-bg);
  margin-top: 0;
  padding: 40px 40px 80px;
  position: sticky;
  top: 0;
  overflow: clip;
}

.technologies-section.app {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 250px;
  position: relative;
}

.technologies-section.tt {
  height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  position: sticky;
}

.technologies-section.mm {
  display: none;
  overflow: clip;
}

.technologies-grid {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: static;
  top: 140px;
}

.technologies-grid.gestion_block {
  margin-top: 200px;
}

.heading {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  z-index: 2;
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  max-width: none;
  display: block;
  overflow: visible;
}

.card-items {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-bg);
  flex-flow: row;
  align-items: center;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.card-items.card-num-2 {
  z-index: 99;
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.card-items.stn {
  z-index: 9;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-items.card-num-1 {
  z-index: 999;
  opacity: 1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.image_box {
  background-color: var(--red);
  object-fit: fill;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 90px;
  display: flex;
}

.image-3 {
  border-radius: 20px;
  width: 70px;
}

.image-3.image-1 {
  aspect-ratio: 1;
  width: 80%;
  overflow: visible;
}

.heading-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block-5 {
  color: #fff;
  width: 100%;
  margin-top: auto;
}

.paragraph {
  width: 100%;
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.image_bg-border {
  z-index: -1;
  border: 1px solid var(--red);
  border-radius: 30px;
  width: 75%;
  height: 75%;
  display: block;
  position: absolute;
  inset: 12.5% 0% 0% 12.5%;
  overflow: visible;
}

.div-block-6 {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-7 {
  width: 100%;
}

.div-block-7.lead {
  padding-bottom: 0;
  position: sticky;
  top: 60px;
}

.applications {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.applications.conpany-logo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  text-align: center;
  object-fit: fill;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.paragraph-2 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  object-fit: fill;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.image-4 {
  text-align: center;
  width: 150px;
  height: auto;
}

.image-4.niveau-image {
  margin-bottom: 0;
}

.partners-logo.applications {
  z-index: 99;
  background-color: var(--primary-bg);
  margin-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.partners-logo.clientslogo {
  padding-top: 20px;
  position: relative;
}

.div-block-9 {
  background-color: #123454;
  border-radius: 30px;
  min-width: auto;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 140px 30px 60px;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.paragraph-3 {
  color: #fff;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-10 {
  min-width: auto;
  min-height: auto;
  margin-top: 60px;
  position: relative;
}

.div-block-10.contact-form {
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.image-5 {
  width: 700px;
}

.heading-5 {
  color: #fff;
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.image-6 {
  width: 180px;
}

.image-7 {
  width: 200px;
}

.image-7.a-company {
  width: 90px;
}

.image-8 {
  width: 200px;
}

.image-8.sta-logo {
  width: 150px;
}

.div-block-12 {
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  max-width: none;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.div-block-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.submit-button {
  background-color: var(--primary-bg);
  border: 2px solid #0000;
  border-radius: 7px;
  height: 50px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 0;
}

.submit-button:hover {
  background-color: #11182700;
  border-color: #fff;
}

.text-field {
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.textarea {
  min-height: 100px;
}

.section {
  z-index: 99;
  background-color: #123454;
  margin-top: 0;
  padding: 60px 40px;
  position: relative;
}

.list-item {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid #fff;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.image-9 {
  text-align: right;
  flex: 0 auto;
  width: 150px;
}

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

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #fff;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-17 {
  width: 40%;
  margin-top: -50px;
  position: static;
  top: 20px;
}

.div-block-18 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 25px;
}

.div-block-19 {
  margin-top: 80px;
}

.div-block-20 {
  margin-top: 140px;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button-2 {
  padding: 0;
}

.overlay {
  z-index: 0;
  opacity: .8;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  z-index: 99;
  background-color: var(--primary-bg);
  padding-bottom: 40px;
  position: sticky;
}

.mask {
  width: 100%;
}

.slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide, .slide-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-3 {
  width: 33%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.right-arrow {
  z-index: 99;
  color: #cac6c6;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.card---03 {
  z-index: 9;
  opacity: 1;
  width: 100%;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.div-block-24 {
  background-color: var(--primary-bg);
  padding-top: 60px;
  position: relative;
}

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

.slider-2 {
  background-color: #ddd0;
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.slide-4 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-5 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.slide-6 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.mask-2 {
  width: 33.33%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.left-arrow-2 {
  height: 40px;
  inset: auto 0% 5% -5%;
  overflow: visible;
}

.right-arrow-2 {
  height: 40px;
  inset: auto -5% 5% 0%;
}

.line-wrapper {
  width: 35px;
  height: 30px;
}

.div-block-25 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}

.first-card {
  z-index: 999;
  background-color: var(--primary-bg);
  width: 100%;
}

.second-card {
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 140px;
}

.third-card {
  z-index: 9;
  width: 100%;
}

.button-2 {
  background-color: var(--secondary-color);
  border: 2px solid #0000;
  border-radius: 7px;
  margin-top: 100px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.button-2:hover {
  background-color: #12335400;
  border: 2px solid #fff;
}

.icon, .icon-2 {
  display: none;
}

.form-block {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  margin-top: 5px;
}

.code-embed {
  opacity: 1;
  border-radius: 20px;
  width: 100%;
  position: static;
}

.div-block-26 {
  pointer-events: none;
  cursor: n-resize;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .button {
    margin-top: 0;
  }

  .button.technology {
    opacity: 100;
  }

  .hero-section.section-padding {
    margin-top: -110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-paragraph {
    width: 100%;
  }

  .heading-menu-items {
    text-align: center;
    margin-top: 10px;
  }

  .heading-menu-items:hover {
    color: var(--red);
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .heading-menu-items.w--current {
    border-bottom-style: none;
  }

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

  .technologies-section.tt {
    height: 100vh;
  }

  .technologies-grid {
    flex-flow: row;
    height: auto;
    position: static;
  }

  .image-2 {
    margin-top: auto;
    padding-top: 0;
  }

  .card-items.card-num-2 {
    position: static;
    top: 80px;
  }

  .card-items.stn {
    padding-top: 20px;
    padding-bottom: 100px;
    position: sticky;
    top: 0;
  }

  .card-items.card-num-1 {
    position: static;
  }

  .image_box {
    justify-content: center;
    align-self: center;
    width: 20%;
    display: flex;
  }

  .image-3.image-1 {
    width: 80px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-5 {
    width: 80%;
  }

  .paragraph {
    font-size: 20px;
  }

  .image_bg-border {
    width: 150px;
    height: 155px;
  }

  .div-block-7.lead {
    top: 20px;
  }

  .logo.w--current {
    z-index: 999;
  }

  .applications {
    align-items: stretch;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .partners-logo.applications {
    margin-top: 100px;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 100px;
  }

  .paragraph-3 {
    max-width: 500px;
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 25px;
  }

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

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .textarea {
    margin-bottom: 0;
  }

  .div-block-17 {
    width: 30%;
    margin-top: 0;
  }

  .div-block-18 {
    width: 70%;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--primary-bg);
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
    position: fixed;
    inset: 0%;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #c8c8c800;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    font-size: 35px;
  }

  .menu-button-2.w--open {
    z-index: 999;
    background-color: #c8c8c800;
    font-size: 35px;
  }

  .mobile-menu-bar {
    color: #fff;
    width: 25px;
    height: 25px;
  }

  .mobile-menu-cross {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
    inset: 30% 0% 0%;
  }

  .lines {
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    display: flex;
  }

  .card---03 {
    position: static;
  }

  .div-block-24 {
    padding-top: 20px;
  }

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 50%;
  }

  .left-arrow-2 {
    left: -5%;
  }

  .line-wrapper {
    z-index: 999;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 25px;
    display: flex;
    position: relative;
  }

  .menu-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first-card, .second-card, .third-card {
    position: static;
  }

  .icon, .icon-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button.hero-button {
    margin-top: 0;
  }

  .hero-section.section-padding {
    padding-bottom: 100px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 20px;
  }

  .technologies-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .technologies-section.tt {
    height: auto;
    display: block;
    position: static;
  }

  .technologies-section.mm {
    height: 300vh;
    padding-top: 220px;
    display: block;
    position: sticky;
    top: 0;
  }

  .technologies-grid {
    flex-flow: column;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    display: block;
  }

  .heading.dt {
    display: none;
  }

  .card-items {
    position: static;
  }

  .card-items.card-num-2 {
    margin-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .card-items.stn {
    padding-bottom: 100px;
    position: static;
  }

  .image_box {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image-3.image-1 {
    text-align: center;
    text-decoration: line-through;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .image_bg-border {
    width: 400px;
    height: 370px;
  }

  .div-block-7.lead {
    background-color: var(--primary-bg);
    position: static;
  }

  .applications {
    display: block;
  }

  .div-block-8 {
    margin-bottom: 0;
  }

  .partners-logo.applications {
    margin-top: 0;
  }

  .div-block-9 {
    padding-right: 40px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 28px;
  }

  .image-6, .image-7 {
    width: 120px;
  }

  .image-7.a-company {
    width: 80px;
  }

  .image-8 {
    width: 150px;
  }

  .image-8.sta-logo {
    width: 120px;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .submit-button {
    border-radius: 0;
  }

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

  .div-block-17 {
    order: -1;
    width: 100%;
    position: static;
  }

  .div-block-18 {
    background-color: var(--primary-bg);
    width: 100%;
    display: none;
    position: sticky;
  }

  .div-block-18.mm {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    display: flex;
    position: static;
  }

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

  .slide, .slide-2, .slide-3 {
    width: 100%;
  }

  .div-block-24 {
    padding-top: 40px;
  }

  .mask-2 {
    width: 100%;
  }

  .left-arrow-2 {
    bottom: 10%;
    left: -10%;
  }

  .right-arrow-2 {
    bottom: 10%;
    right: -10%;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .first-card.m1 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button {
    text-align: center;
    margin-top: 20px;
  }

  .hero-section.section-padding {
    padding-top: 100px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-paragraph {
    width: 100%;
  }

  .technologies-section.app {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .technologies-section.mm {
    height: 190vh;
    padding-top: 100px;
  }

  .heading {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .heading.dt {
    display: block;
  }

  .card-items {
    flex-flow: column;
    padding-top: 0;
  }

  .card-items.card-num-2 {
    padding-bottom: 0;
  }

  .card-items.stn {
    padding-bottom: 60px;
  }

  .image_box {
    width: 75px;
    height: 75px;
    padding: 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-5 {
    width: 100%;
  }

  .paragraph {
    text-align: center;
    width: auto;
  }

  .image_bg-border {
    width: 75%;
    height: 75%;
    position: absolute;
    inset: 12.5% 0% 0% 12.5%;
  }

  .div-block-7.lead {
    text-align: center;
    margin-top: 20px;
  }

  .applications.conpany-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-9 {
    padding: 20px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .image-6, .image-7 {
    width: 120px;
  }

  .image-7.a-company {
    width: 50px;
  }

  .image-8 {
    width: 120px;
    display: inline-block;
  }

  .image-8.sta-logo {
    width: 100px;
  }

  .div-block-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

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

  .div-block-18 {
    text-align: center;
    padding-bottom: 0;
    display: block;
  }

  .slider-2 {
    height: 50vh;
  }

  .mask-2 {
    height: auto;
  }

  .left-arrow-2 {
    left: -25%;
  }

  .right-arrow-2 {
    right: -25%;
  }

  .button-2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .code-embed {
    pointer-events: auto;
    cursor: auto;
    width: 90%;
  }

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


