:root {
  --color-white: white;
  --color-black: black;
  --color-silver: silver;
  --color-electric-blue: #00aeef;
  --color-drak-blue: #0a1f44;
  --text-fonts: Inter, sans-serif;
  --color-transparent: transparent;
  --headings-font: "Space Grotesk", sans-serif;
}

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-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

form {
  max-width: 100%;
}

strong {
  color: var(--color-white);
  font-weight: 700;
}

.navbar-container {
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.nav-menu-1, .nav-menu-2 {
  justify-content: space-between;
  display: flex;
}

.brand-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand-logo.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.logo-text {
  color: var(--color-white);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.nav-link {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.nav-link:hover {
  color: var(--color-white);
}

.nav-link.w--current {
  color: var(--color-electric-blue);
  font-weight: 600;
}

.nav-link.nav-button {
  width: 180px;
  margin: 10px 20px 30px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.navbar {
  background-color: #0000;
  font-family: Space Grotesk, sans-serif;
}

.toggle-switch {
  background-color: #0a1f4480;
  border: .8px solid #0a1f44;
  border-radius: 26843500px;
  justify-content: center;
  align-items: center;
  width: 97.8875px;
  height: 33.5875px;
  padding: 4px 4px 4px 3.99999px;
  text-decoration: none;
  display: flex;
}

.nav-button {
  grid-column-gap: 10px;
  background-color: #0a1f44;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 176px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.nav-button:hover {
  box-shadow: inset 0 2px 5px 0 var(--color-electric-blue);
}

.body {
  background-image: linear-gradient(180deg, black, var(--color-drak-blue));
  display: block;
}

.hero-heading-section {
  background-color: var(--color-black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--color-drak-blue));
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  margin-top: 0;
  padding: 80px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-hero-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.hero-split {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.description-text-hero {
  color: var(--color-silver);
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2rem;
}

.version-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3vh;
  text-decoration: none;
  display: flex;
}

.hero-text-ss {
  color: #00aeef;
  letter-spacing: .6px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.heading-1-hero {
  color: var(--color-white);
  font-family: PT Sans, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}

.footer-section {
  background-image: linear-gradient(180deg, black, var(--color-drak-blue));
  overflow: hidden;
}

.footer-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-upper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1104px;
  height: 228px;
  padding-right: -.0000305176px;
  text-decoration: none;
  display: flex;
}

.footer-upper-left {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 422.4px;
  height: 228px;
  text-decoration: none;
  display: flex;
}

.footer-description {
  grid-column-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 422.4px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.footer-description.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.logo {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 48px;
  padding-left: 10.1125px;
  padding-right: 10.125px;
  text-decoration: none;
  display: flex;
}

.heading-footer-links {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-ms-bold {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
}

.footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 422.4px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.social {
  background-color: #0a1f44;
  border: .8px solid #0a1f44;
  border-radius: 26843500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 10.2px;
  padding-right: 10.2px;
  text-decoration: none;
  display: flex;
}

.social:hover {
  border-color: var(--color-electric-blue);
  background-color: var(--color-drak-blue);
}

.icon-2 {
  object-fit: cover;
  overflow: hidden;
}

.footer-upper-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 633.6px;
  height: 228px;
  padding-right: .0000152588px;
  text-decoration: none;
  display: flex;
}

.footer-company {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 74.2125px;
  height: 228px;
  text-decoration: none;
  display: flex;
}

.text-ss-bold {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.footer-list {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.footer-list-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.text-ss {
  color: silver;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.footer-resources {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 167.988px;
  height: 228px;
  text-decoration: none;
  display: flex;
}

.footer-lower {
  z-index: 2;
  border: 0 solid #0a1f44;
  border-top-width: .8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1104px;
  height: 48.7875px;
  padding-top: 32px;
  padding-right: -.0000305176px;
  text-decoration: none;
  display: flex;
}

.footer-lower-left-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 267.113px;
  height: 15.9875px;
  text-decoration: none;
  display: flex;
}

.footer-text-ss {
  color: silver;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.footer-lower-right {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 181.725px;
  height: 15.9875px;
  text-decoration: none;
  display: flex;
}

.flr---left, .flr---right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  height: 15.9875px;
  text-decoration: none;
  display: flex;
}

.body-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.loop-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.form-div-wrapper {
  background-image: linear-gradient(180deg, black, var(--color-drak-blue) 85%);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.contact-div {
  grid-column-gap: 0px;
  grid-row-gap: 75px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.form-doc {
  grid-row-gap: 10px;
  background-color: #111;
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, black, #02060e 100%, #040d1d 100%, #061227 100%, #081732 100%, #091c3d 100%, var(--color-drak-blue));
  border: .8px solid #0a1f44;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px #00000040;
}

.form-container-privacy-policy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 766.4px;
  height: 72px;
  padding-top: 16px;
  padding-right: .0000305176px;
  text-decoration: none;
  display: flex;
}

.form-p-p-container {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 412.3px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.icon-11 {
  object-fit: cover;
  overflow: hidden;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form {
  flex-flow: column;
  padding: 40px 20px;
  line-height: 1.8rem;
  display: flex;
}

.form-texts {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 2rem;
}

.form-texts:hover {
  color: var(--color-electric-blue);
}

.form-text-fields {
  border: 0px solid var(--color-electric-blue);
  background-color: var(--color-silver);
  box-shadow: 0 2px 5px -3px var(--color-white);
  color: var(--color-drak-blue);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.form-left-right-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  order: -9999;
  justify-content: flex-start;
  align-self: stretch;
  max-width: 100%;
  display: flex;
}

.form-l-r-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.button-form {
  background-color: var(--color-electric-blue);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button-form:hover {
  background-color: var(--color-drak-blue);
}

.tab-text {
  color: var(--color-white);
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.pop-up-message {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
}

.footer-text-links-ss {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.footer-text-links-ss:hover {
  color: var(--color-white);
}

.loop-image {
  display: block;
}

.locales-list {
  color: var(--color-white);
  border: 0 #000;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown-text {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown-text:hover {
  color: var(--color-white);
}

.dropdown-icon {
  color: var(--color-silver);
}

.dropdown-icon:hover {
  color: var(--color-white);
}

.dropdown-nav-list.w--open {
  background-color: var(--color-transparent);
  border: 1px solid #000;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 5px;
}

.link {
  color: var(--color-white);
  text-decoration: none;
}

.link:hover {
  color: var(--color-electric-blue);
}

.link.w--current {
  background-color: var(--color-electric-blue);
  color: var(--color-white);
  text-align: left;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.locale {
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.locale:hover {
  color: var(--color-electric-blue);
}

.locales-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message, .error-message {
  background-color: var(--color-drak-blue);
  border-radius: 4px;
}

.hero-background {
  z-index: 1;
  background-image: linear-gradient(to bottom, #000c, #000c), url("https://cdn.prod.website-files.com/69fc45b46ea2057e1415f8a7/6a100443f19b58a336ad7292_pexels-djenz-van-eysendeyk-1836927628-28675583.webp"), radial-gradient(circle farthest-corner at 50% 50%, black, var(--color-drak-blue));
  box-shadow: inset 0 2px 5px 0 var(--color-electric-blue), 0 2px 5px 0 var(--color-drak-blue);
  filter: blur(3px);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  position: absolute;
  inset: 0%;
}

.vector-container-list {
  background-color: #1a1a1a;
  border: .8px solid #0a1f44;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-left: 7.2px;
  padding-right: 7.2px;
  text-decoration: none;
  display: flex;
}

.vector-container-list:hover {
  background-color: var(--color-drak-blue);
}

.list-text-ss {
  color: var(--color-silver);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
}

.list-text-ss:hover {
  color: var(--color-electric-blue);
}

.icon-12 {
  object-fit: cover;
  overflow: hidden;
}

.hero-image-5-steps {
  min-height: 450px;
  box-shadow: inset 0 2px 5px 0 var(--color-electric-blue), 0 2px 20px 5px var(--color-drak-blue);
  border-radius: 14px;
}

.hero-text-name {
  color: #00aeef;
  letter-spacing: .6px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
}

.why-list {
  grid-row-gap: 16px;
  width: 100%;
  max-width: 356.8px;
  height: auto;
  color: var(--color-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.why-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 356.8px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.link-block {
  z-index: 1;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  margin-right: 5px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lower-main-form-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.typical-container {
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #00aeef33;
  border: .8px solid #00aeef33;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-top: 40px;
  padding: 24.0001px 24px 24px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: silver;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.list-div-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-close-loop {
  margin-top: 20px;
}

.form-close-loop-list {
  color: var(--color-silver);
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.form-texts-centre {
  color: var(--color-white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.typical-container-centre {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #00aeef33;
  border: .8px solid #00aeef33;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 24.0001px 24px 24px;
  text-decoration: none;
  display: flex;
}

.image-glow-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
}

.vector-container-list-copy {
  background-color: var(--color-transparent);
  border: .8px solid #0a1f44;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vector-container-list-copy:hover {
  background-color: var(--color-drak-blue);
}

.lower-loop-div-form {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 166px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.loop-container-form-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.loop-1-form-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.logo-image {
  width: 56px;
}

@media screen and (max-width: 991px) {
  .nav-menu-1 {
    background-color: var(--color-black);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: var(--color-black);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.nav-button {
    text-align: center;
    text-align: center;
  }

  .nav-button-link {
    flex-flow: column;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .toogle-div {
    flex-flow: column;
    justify-content: space-around;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    background-color: var(--color-electric-blue);
  }

  .menu-button:hover {
    background-color: var(--color-silver);
  }

  .menu-button.w--open {
    background-color: var(--color-electric-blue);
  }

  .main-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: visible;
  }

  .hero-split {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary {
    max-width: 100%;
  }

  .heading-1-hero {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .buttons-hero {
    flex-flow: column;
  }

  .why-us-home {
    overflow: hidden;
  }

  .why-us-wrapper {
    flex-flow: column;
    max-width: 100%;
    height: auto;
  }

  .why-us-div-2 {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: stretch;
    max-width: 100%;
  }

  .pointers {
    max-width: 33%;
  }

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

  .cta-internal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .header-4 {
    text-align: center;
  }

  .div-1-about {
    flex-flow: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .globalcta {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-split-one {
    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
  }

  .why-us-banners-wrapper {
    flex-flow: column;
  }

  .why-us-banners-divs {
    max-width: 100%;
  }

  .contact-div {
    margin-bottom: 20px;
  }

  .form-doc {
    align-items: center;
    max-width: 90%;
  }

  .industry-tabs {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .tabs-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-button-function.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .tab-pane {
    height: auto;
  }

  .tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .button-secondary {
    flex-flow: column;
  }

  .scada-code {
    width: 100%;
  }

  ._3-divs-wrapper, .why-3-divs-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-div-1-about {
    flex-flow: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .why-us-wrapper-copy {
    max-width: 100%;
    height: auto;
  }

  .why-us-hero-button {
    max-width: 100%;
    display: flex;
  }

  .toogle-block {
    width: 100%;
  }

  .flex-wrap.toggle {
    padding-right: 40px;
  }

  .question-tittle {
    text-align: left;
  }

  .hero-split-one-copy {
    align-items: stretch;
  }

  .main-hero-wrapper-centre {
    align-items: flex-start;
    max-width: 728px;
  }

  .description-text-header-left {
    text-align: left;
    padding-left: 20px;
  }

  .description-text-hero-centre {
    text-align: left;
  }

  .bottom-pane {
    justify-content: space-between;
    display: flex;
  }

  .hero-stack-wrapper-center {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container {
    max-width: 728px;
  }

  .masonry-wrapper {
    display: block;
  }

  .main-hero-wrapper-blur {
    align-items: flex-start;
    max-width: 728px;
  }

  .use-case-container-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .use-case-container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .technologies-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 80%;
    overflow: visible;
  }

  .tech-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-content: stretch;
    display: flex;
  }

  .why-image {
    max-width: 100%;
  }

  .why-us-div-copy {
    max-width: 80%;
  }

  .why-us-wrapper-copy {
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    height: auto;
  }

  .tab-pane-title-div-copy {
    background-color: var(--color-transparent);
  }

  .lower-main-form-div {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .form-right-div {
    max-width: 100%;
  }

  .typical-container {
    align-items: flex-start;
    max-width: 100%;
  }

  .image-glow-text {
    font-size: .8rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-section {
    padding: 60px 15px;
  }

  .hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
  }

  .buttons-hero {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .why-us-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: auto;
  }

  .heading-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .description-text-header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .why-us-div-2 {
    grid-column-gap: 27px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: stretch;
    display: flex;
  }

  .pointers {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .footer-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }

  .footer-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-upper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-bottom: auto;
  }

  .footer-upper-left {
    grid-column-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .text-ms-bold {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .footer-upper-right {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-lower {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: -45px;
    padding-top: 0;
  }

  .footer-lower-left-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-lower-right {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .cta-internal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }

  .cta-inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .lower-loop-div {
    padding-left: 140px;
    padding-right: 140px;
  }

  .loop-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  ._3-divs-about {
    flex-flow: column;
    align-items: stretch;
  }

  .div-1-about:hover {
    background-color: var(--color-electric-blue);
  }

  .about-description-div-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-banners-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    align-items: stretch;
  }

  .why-us-banners-divs {
    max-width: 100%;
  }

  .form-l-r-wrapper {
    flex-flow: column;
  }

  .cta-header-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .cta-description-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .industry-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane {
    height: auto;
  }

  .scada-code {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .case-studies-lower {
    flex-flow: column;
    align-items: stretch;
  }

  .case-studies-divs {
    max-width: 100%;
  }

  .why-3-divs-about {
    flex-flow: wrap;
    align-items: stretch;
  }

  .why-div-1-about:hover {
    background-color: var(--color-electric-blue);
  }

  .why-us-wrapper-copy {
    height: auto;
  }

  .hero-split-one-copy {
    overflow: hidden;
  }

  .description-text-hero-copy, .description-text-hero-caps {
    font-size: .9rem;
    line-height: 1.8rem;
  }

  .hero-heading-section-t-s {
    padding: 60px 15px;
  }

  .description-text-header-left {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .gallery-scroll, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-overview, .features-table, .hero-stack {
    padding: 60px 15px;
  }

  .masonry-image {
    width: 60%;
  }

  .masonry-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-heading-center, .use-case-section {
    padding: 60px 15px;
  }

  .tech-nav {
    flex-flow: row;
  }

  .why-us-wrapper-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: none;
    height: auto;
  }

  .list-div-form {
    flex-flow: column;
  }

  .loop-container-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    max-width: 80%;
  }

  .loop-div-form {
    align-items: center;
  }

  .lower-loop-div-form {
    padding-left: 140px;
    padding-right: 140px;
  }

  .loop-container-form-1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
  }

  .set-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    max-width: 80%;
    display: flex;
  }

  .div-block {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-section {
    padding-top: 40px;
  }

  .main-hero-wrapper {
    max-width: none;
  }

  .description-text-hero {
    font-size: .7rem;
    line-height: 1.5rem;
  }

  .hero-text-ss:lang(nl-nl) {
    margin-top: 10px;
  }

  .heading-1-hero {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .whyus {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--color-drak-blue));
    padding-top: 0;
    padding-bottom: 20px;
  }

  .why-us-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    box-shadow: none;
    margin-bottom: 0;
  }

  .heading-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .description-text-header {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .why-us-div-2 {
    flex: 0 auto;
    order: 0;
  }

  .footer-section {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .footer-wrapper {
    align-items: stretch;
  }

  .footer-upper {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .text-ss-bold {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-ss {
    font-size: .8rem;
  }

  .cta-internal {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 307.6px;
  }

  .cta-inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .intelligenceloop {
    padding-top: 20px;
  }

  .upper-loop-div {
    grid-row-gap: 10px;
    max-width: 750px;
  }

  .lower-loop-div {
    padding: 60px 40px;
  }

  .header-3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

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

  .center-text-ls-bold {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .center-text-ms-blue {
    font-size: .9rem;
    line-height: 1.8rem;
  }

  .hero-split-one, .hero-split-one:lang(nl-nl) {
    overflow: hidden;
  }

  .contact-div {
    grid-row-gap: 175px;
  }

  .form-doc {
    max-width: 100%;
    margin-top: 20px;
  }

  .form-texts {
    line-height: 1.5rem;
  }

  .button-form {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .text-ms {
    text-align: center;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .cta-header-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .cta-description-text {
    font-size: .9rem;
  }

  .tabs-wrapper {
    padding-bottom: 0;
  }

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

  .footer-text-links-ss {
    font-size: .8rem;
  }

  .case-studies-wrapper {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--color-drak-blue));
  }

  .why-div-1-about {
    flex-flow: wrap;
  }

  .why-us-wrapper-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 0;
  }

  .question-tittle-link.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toogle-block.flex-right {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .question-tittle {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .description-text-hero-copy {
    line-height: 1.8rem;
  }

  .main-hero-wrapper-centre {
    max-width: none;
  }

  .description-text-hero-centre {
    font-size: .7rem;
    line-height: 1.5rem;
  }

  .text-ss-card {
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .hero-stack-wrapper-center {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .hero-stack {
    padding-top: 20px;
  }

  .hero-wrapper-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container {
    max-width: none;
  }

  .masonry-image {
    width: 70%;
  }

  .main-hero-wrapper-blur {
    max-width: none;
  }

  .list-text-ss {
    font-size: .8rem;
  }

  .use-case-container {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .use-case-section {
    padding-top: 10px;
  }

  .hero-image-5-steps {
    min-height: auto;
  }

  .hero-text-name {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .hero-text-name:lang(nl-nl) {
    margin-top: 10px;
  }

  .technologies-div {
    flex-flow: column;
    max-width: 100%;
  }

  .tech-nav {
    flex-flow: column;
  }

  .why-us-div-copy {
    max-width: 100%;
  }

  .why-us-wrapper-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .list-div-form {
    flex-flow: column;
  }

  .form-texts-centre {
    line-height: 1.5rem;
  }

  .typical-container-centre {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .loop-container-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .image-glow-text {
    font-size: .6rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .vector-container-list-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .lower-loop-div-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .secondary-hero-wrapper {
    flex-flow: column;
  }

  .images-list-item {
    border: 1px solid var(--color-drak-blue);
    border-radius: 4px;
    width: 100px;
    height: 100px;
  }
}
