@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Highway Gothic;
  src: url('../fonts/HWYGOTH.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu M;
  src: url('../fonts/Ubuntu-M.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu B;
  src: url('../fonts/Ubuntu-B.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-gp: #f60;
  --secondary: #f6f6f6;
  --grey-50: grey;
  --dark-slate-grey: #333;
  --dark-tile: #3a3a3a;
  --white-smoke: #f2f2f2;
  --black: #1a1a1a;
  --pure-white: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

h3 {
  color: #f60;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

li {
  font-size: 16px;
}

.h2-orange {
  color: var(--orange-gp);
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
  display: inline;
}

.h2-two-color-light {
  color: #363434;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.nav-link {
  color: var(--secondary);
  letter-spacing: .25px;
  margin: 20px 5px;
  padding: 5px 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  color: var(--orange-gp);
}

.columns-footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  display: flex;
}

.link-3 {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--grey-50);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-3 {
  color: #f6f6f6;
  text-align: center;
  -webkit-text-stroke-color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.gp-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 24px 8px;
  display: flex;
}

.logo-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.column-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-links-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.our-task {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-slate-grey);
  border-bottom: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5% 100px;
  display: flex;
}

.container-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.title-section-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
  display: inline;
}

.columns-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-tile);
  border-bottom: 1px #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 40px;
  display: flex;
  box-shadow: 0 0 10px 2px #0000001a;
}

.vectors-wrapper-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h5-3 {
  color: #f6f6f6;
  text-align: center;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.contact-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--white-smoke);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 10% 100px 5%;
  display: block;
}

.h2-on-light {
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-label {
  color: #000;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px #f85f1d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-text-input::placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px #f85f1d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 137px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.form-textarea::placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #f85f1d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .125s ease-in;
  display: flex;
  transform: translate(0);
}

.section-hero {
  background-image: url('../images/compare-fibre-PAOv9-7VBMI-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 5%;
  display: flex;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.grid-2-column {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  align-items: end;
  display: block;
}

.hero-text {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2 {
  color: var(--black);
  text-align: center;
  text-shadow: 2px 2px 3px #000000a8;
  margin-bottom: 20px;
}

.team-circles-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  font-size: 18px;
  display: flex;
}

.container-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -40px;
  display: grid;
}

.title-section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-tree {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-block-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.flex-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.h2-two-color-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 10px;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.p-text-dark-m {
  color: var(--white-smoke);
  text-align: center;
  flex: 0 auto;
  max-width: 80%;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.projects {
  border: 1px solid var(--secondary);
  background-color: var(--pure-white);
  padding: 100px 5%;
}

.container-default {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.project-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #ccc, var(--white-smoke));
  box-shadow: none;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 270px;
  padding: 20px;
  display: block;
  position: relative;
}

.project-style {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
}

.image-burda {
  opacity: .6;
  filter: grayscale();
  text-align: left;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  width: 90%;
  max-width: none;
  margin: 40px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.h3-projects {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 5px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.project-work {
  color: var(--orange-gp);
  text-align: center;
  margin-bottom: 5px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 14px;
}

.project-task {
  color: var(--grey-50);
  text-align: center;
  margin-bottom: 5px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
}

.image-benz {
  opacity: .7;
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 50%;
  max-width: none;
  margin: 0 auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.project-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 30px;
  overflow: visible;
}

.image-t-systems {
  opacity: .7;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 60%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-bild {
  opacity: .7;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 30%;
  max-width: none;
  height: auto;
  margin: 5px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.image-deutsche-bank {
  opacity: .7;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 30%;
  max-width: none;
  height: auto;
  margin: 10px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.image-bunte {
  opacity: .7;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 50%;
  max-width: none;
  height: auto;
  margin: 10px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.image-vw {
  opacity: .7;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 25%;
  max-width: none;
  height: auto;
  margin: 5px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.image-bombardier {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 70%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.label {
  color: var(--orange-gp);
  letter-spacing: 2px;
  text-transform: none;
  font-family: Ubuntu M, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.hero-section {
  background-color: var(--dark-slate-grey);
  align-items: center;
  min-height: 70vh;
  margin: 0;
  padding: 100px 5%;
  display: flex;
}

.contact-adress {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 25px;
  display: block;
}

.contact-us {
  width: 50%;
  margin-left: 25px;
}

.contact {
  flex-direction: row-reverse;
  max-width: 1200px;
  display: flex;
}

.contact-tab {
  margin-right: 15px;
  display: flex;
}

.adress {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-6 {
  color: var(--grey-50);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.text-block-contact {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.text-block-contact-2 {
  text-align: right;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
}

.map {
  margin-top: 20px;
}

.image-6 {
  border: 1px solid #f85f1d;
  max-width: 100%;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  border: 1px solid var(--dark-tile);
  background-color: var(--dark-tile);
  border-radius: 16px;
  align-items: center;
  padding: 5%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: var(--orange-gp);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  height: 280px;
  display: flex;
}

.scroll-animate-2 {
  transform-origin: 50% 0;
  background-color: #f85f1d;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-base-2 {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content-24 {
  min-width: auto;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.title-section-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.scroll-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.h2-two-color-dark-shaddow {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px #000000a8;
  align-items: center;
  font-family: Ubuntu B, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.h2-orange-shaddow {
  color: var(--white-smoke);
  text-align: center;
  font-family: Ubuntu B, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
  display: block;
}

.sub-text-dark {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 1px 1px 1px var(--dark-slate-grey);
  flex: 1;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.sub-text-light {
  color: var(--dark-slate-grey);
  text-align: center;
  flex: 1;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.card-image {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding-top: 40px;
  display: flex;
}

.card-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-icon {
  text-align: center;
  width: 200px;
  max-width: none;
  height: auto;
  display: inline-block;
}

.link-block {
  display: block;
}

.body {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.h2-journey {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.terms-conditions {
  color: #333;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.imprint {
  color: var(--orange-gp);
  -webkit-text-stroke-color: var(--orange-gp);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
}

.imprint.h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.gp-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-16 {
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-customer {
  max-width: 1200px;
}

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

.rich-text-block-4 {
  align-self: auto;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.gp-navbar {
  background-color: #353535e6;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  position: fixed;
  box-shadow: 0 5px 5px #0003;
}

.imprint-txt {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  font-size: 18px;
  display: flex;
}

.image-trumpf {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 35%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-juris, .image-porta {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 50%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-hoffmann-group {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 80%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-timocom, .image-lime-tec, .image-cornelsen {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 70%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-botlabs {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 20%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.message {
  display: block;
  overflow: visible;
}

.heading-h5-dark-left {
  color: #f6f6f6;
  text-align: left;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.p-text-dark-left {
  color: var(--white-smoke);
  text-align: left;
  flex: 0 auto;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-team-h3 {
  font-family: Quicksand, Tahoma, sans-serif;
}

.heading-2, .heading-3 {
  font-family: Ubuntu B, sans-serif;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.gp-navbar-de {
  background-color: #353535e6;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  position: fixed;
  box-shadow: 0 5px 5px #0003;
}

.nav-link-lang {
  color: var(--grey-50);
  letter-spacing: .25px;
  margin: 20px 5px;
  padding: 5px 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-lang:hover {
  color: #888;
}

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

.nav-link-lang.w--current {
  color: var(--orange-gp);
}

.gp-footer-de {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 24px 8px;
  display: flex;
}

.h2-main {
  color: var(--black);
  text-align: center;
  text-shadow: 2px 2px 3px #000000a8;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feedbax {
  background-color: var(--dark-slate-grey);
}

.fb-image {
  width: 100%;
  height: 100%;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feedbax01 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-slate-grey);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
  display: block;
}

.feed_bax {
  padding-left: 10px;
}

.bold-text {
  letter-spacing: .15px;
  font-family: Quicksand, Tahoma, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  color: var(--orange-gp);
  letter-spacing: .15px;
  font-family: Quicksand, Tahoma, sans-serif;
}

.columns-software {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: block;
}

.expertise {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-slate-grey);
  border: 1px solid #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 5%;
  display: flex;
}

.video-card-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-tile);
  border-bottom: 1px #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 10px 2px #0000001a;
}

.video-code {
  border: 1px #000;
  border-radius: 0;
}

.expertise-3x2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.expertise-video {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.video-wrapper {
  border: 1px solid #333;
  border-radius: 0;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-video-h3 {
  color: var(--orange-gp);
  text-align: center;
  font-family: Quicksand, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.our-tasks {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-slate-grey);
  border-bottom: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5% 100px;
  display: flex;
}

.video-card-02, .video-card-03 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-tile);
  border-bottom: 1px #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: none;
  box-shadow: 0 0 10px 2px #0000001a;
}

.logo-text {
  font-family: Quicksand, Tahoma, sans-serif;
  font-weight: 400;
}

.main-logo {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-cariad {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 80%;
  max-width: none;
  height: auto;
  margin: 30px auto 20px;
  display: block;
  position: static;
  overflow: visible;
}

.image-50hz {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 70%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-axel-springer {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 80%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-public {
  opacity: .6;
  filter: grayscale();
  object-fit: fill;
  border-radius: 0;
  width: 50%;
  max-width: none;
  height: auto;
  margin: 20px auto;
  display: block;
  position: static;
  overflow: visible;
}

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

@media screen and (min-width: 1440px) {
  .columns-footer {
    justify-content: space-between;
    align-items: flex-end;
  }

  .logo {
    width: auto;
    max-width: 100%;
  }

  .small-columns {
    justify-content: center;
    align-items: flex-end;
  }

  .our-task {
    display: flex;
  }

  .columns-2 {
    grid-template-rows: auto auto auto;
  }

  .vectors-wrapper-23 {
    width: 128px;
    height: 128px;
  }

  .contact-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .form-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .section-hero {
    align-items: center;
    padding-top: 88px;
    padding-bottom: 169px;
  }

  .flex-block-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .p-text-dark-m {
    max-width: 80%;
  }

  .projects {
    max-width: none;
    padding: 100px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    max-width: 1200px;
  }

  .image-t-systems {
    display: block;
    overflow: visible;
  }

  .contact {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .step {
    padding: 11%;
  }

  .content-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .imprint {
    font-family: Quicksand, Tahoma, sans-serif;
  }

  .container-customer {
    max-width: 1200px;
  }

  .fb-image {
    width: 100%;
    height: 100%;
  }

  .flex-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
  }

  .feedbax01 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .feed_bax {
    padding-right: 10px;
  }

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

  .expertise {
    display: flex;
  }

  .video-card-01 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-code {
    width: 100%;
  }

  .our-tasks {
    display: flex;
  }

  .video-card-02, .video-card-03 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-14 {
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 16px;
  }

  .nav-link {
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .columns-footer {
    flex-direction: column;
    align-items: center;
  }

  .logo-footer, .content-13, .footer-links-6 {
    align-items: center;
  }

  .our-task {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .vectors-wrapper-23 {
    font-size: 2.5em;
  }

  .contact-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-wrapper {
    max-width: none;
  }

  .section-hero {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .hero-text {
    width: auto;
  }

  .team-circles-2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-team {
    margin-top: -80px;
    display: block;
  }

  .image-tree {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .p-text-dark-m {
    max-width: 100%;
  }

  .projects {
    padding: 40px;
  }

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

  .project-wrapper {
    min-height: 300px;
  }

  .hero-section {
    min-height: 90vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-adress {
    width: 100%;
    margin-top: 40px;
  }

  .contact-us {
    width: 100%;
    margin-left: 0;
  }

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

  .step-block {
    margin-top: 20px;
  }

  .step {
    margin: 20px 0;
    padding: 5%;
  }

  .dot {
    display: none;
  }

  .content-block {
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrap {
    width: 66%;
    display: flex;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 80%;
  }

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

  .icon {
    color: var(--secondary);
  }

  .container-16 {
    width: auto;
    min-width: auto;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: #333333e6;
    width: 100%;
  }

  .menu-button-2 {
    -webkit-text-fill-color: inherit;
    background-color: #3330;
    background-clip: border-box;
    margin: 15px 10px 10px;
    padding: 10px;
  }

  .menu-button-2.w--open {
    border: 1px solid var(--dark-slate-grey);
    background-color: #29292900;
  }

  .gp-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .imprint-txt {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gp-navbar-de {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-lang {
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feedbax01 {
    padding: 60px 40px;
  }

  .columns-software {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: block;
  }

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

  .video-card-01 {
    padding: 20px;
  }

  .our-tasks {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-card-02, .video-card-03 {
    padding-top: 40px;
  }

  .main-logo {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .h2-orange {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-right: 10px;
    font-size: 40px;
    display: flex;
  }

  .h2-two-color-light {
    flex-direction: column;
    padding-right: 10px;
    font-size: 40px;
    display: flex;
  }

  .nav-link {
    margin-left: 10px;
    display: block;
  }

  .our-task {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-section-dark {
    max-width: none;
  }

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

  .heading-h5-3 {
    overflow-wrap: normal;
    font-size: 21px;
  }

  .h2-on-light {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-self: center;
    line-height: 120%;
    display: flex;
  }

  .section-hero {
    display: block;
  }

  .container-12 {
    max-width: 1200px;
  }

  .team-circles-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-team {
    margin-top: -40px;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .h2-two-color-dark {
    justify-content: center;
    align-self: stretch;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 120%;
    display: flex;
  }

  .p-text-dark-m {
    width: 100%;
  }

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

  .hero-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .step-block {
    background-color: #f600;
    border: 2px #d6d6d6;
    border-bottom: 2px solid #f60;
    border-radius: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 20px;
    padding: 20px 20px 40px;
    display: flex;
  }

  .step {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin: 0;
    padding: 5%;
    display: block;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 80%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .steps-clone {
    border: 1px none var(--grey-50);
    border-radius: 0;
    min-height: auto;
    display: block;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .scoll-wrap {
    z-index: 1;
    height: auto;
    bottom: 50%;
  }

  .title-section-light {
    max-width: none;
  }

  .h2-two-color-dark-shaddow, .h2-orange-shaddow {
    font-size: 45px;
  }

  .sub-text-light {
    text-align: center;
  }

  .card-image {
    max-width: 180px;
  }

  .card-text {
    max-width: none;
  }

  .body {
    border-style: solid;
    border-width: 1px;
    border-color: var(--grey-50) var(--grey-50) var(--orange-gp);
  }

  .h2-journey {
    flex: 0 auto;
    order: 0;
    align-self: center;
    line-height: 120%;
    display: flex;
  }

  .menu-button-2 {
    margin-top: 15px;
  }

  .imprint-txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h5-dark-left {
    overflow-wrap: normal;
    font-size: 21px;
  }

  .nav-link-lang {
    margin-left: 10px;
    display: block;
  }

  .flex-block-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .feedbax01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .expertise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-card-01 {
    padding-top: 20px;
  }

  .expertise-3x2, .expertise-video {
    flex-direction: column;
  }

  .heading-video-h3 {
    overflow-wrap: normal;
    font-size: 21px;
  }

  .our-tasks {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-card-02, .video-card-03 {
    padding-top: 20px;
  }

  .main-logo {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .h2-orange {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 30px;
    line-height: 100%;
  }

  .h2-two-color-light {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 100%;
    display: flex;
  }

  .nav-link {
    margin-left: 10px;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .our-task {
    padding: 40px 20px;
  }

  .container-10 {
    max-width: none;
  }

  .columns-2 {
    grid-template-columns: 1fr;
  }

  .card {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h5-3 {
    font-size: 24px;
  }

  .contact-form {
    padding: 40px 19px;
  }

  .h2-on-light {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .form-wrapper {
    max-width: none;
  }

  .form-text-input, .form-textarea {
    border-radius: 20px;
  }

  .section-hero {
    justify-content: flex-start;
    padding: 20px;
  }

  .container-12 {
    max-width: none;
  }

  .grid-2-column {
    margin-top: 80px;
  }

  .h2 {
    text-align: center;
    font-size: 1em;
  }

  .team-circles-2 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-team {
    margin-top: 0;
  }

  .h2-two-color-dark {
    justify-content: center;
    align-self: auto;
    margin-bottom: 0;
    font-size: 30px;
    display: block;
  }

  .p-text-dark-m {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }

  .projects {
    padding: 40px 20px;
  }

  .container-default {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

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

  .label {
    text-align: center;
  }

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

  .contact-us {
    margin-left: auto;
    margin-right: auto;
  }

  .step-block {
    border-bottom-style: none;
    padding: 0;
  }

  .step {
    width: auto;
  }

  .img-block {
    width: 90%;
  }

  .content-wrap {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-content-block {
    float: none;
    clear: none;
    display: block;
    position: static;
  }

  .content-24 {
    flex-direction: column;
    align-items: stretch;
    min-width: auto;
    font-size: 20px;
    display: flex;
  }

  .title-section-light {
    align-items: stretch;
    width: auto;
  }

  .scroll-wrapper {
    margin-top: 20px;
  }

  .h2-two-color-dark-shaddow {
    font-size: 30px;
    line-height: 100%;
  }

  .h2-orange-shaddow {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .sub-text-dark {
    margin-bottom: 0;
  }

  .sub-text-light {
    line-height: 24px;
  }

  .card-image {
    padding-top: 20px;
  }

  .card-text {
    max-width: none;
  }

  .image-9 {
    max-width: 80%;
  }

  .h2-journey {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button-2 {
    margin-top: 15px;
  }

  .imprint-txt {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .heading-h5-dark-left {
    font-size: 24px;
  }

  .p-text-dark-left {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }

  .nav-link-lang {
    margin-left: 10px;
  }

  .h2-main {
    text-align: center;
    font-size: 1em;
  }

  .flex-block-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feedbax01 {
    padding: 40px 19px;
  }

  .columns-software {
    grid-template-columns: 1fr;
  }

  .expertise {
    padding: 40px 20px;
  }

  .video-card-01 {
    padding: 20px 10px;
  }

  .heading-video-h3 {
    font-size: 24px;
  }

  .our-tasks {
    padding: 40px 20px;
  }

  .video-card-02, .video-card-03 {
    padding: 20px 10px;
  }

  .main-logo {
    width: 100%;
    max-width: 100%;
  }
}

#w-node-bfefe31e-da6b-d32e-6cbe-6efa8c826d2a-1c893b10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5777b933-bc2f-f39a-464b-011799e7e16f-1c893b10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_367992a6-3f2e-7405-9df6-3328883c9371-1c893b10, #w-node-b571be61-f833-7d6a-2eea-765a837bf95c-1c893b10, #w-node-_52c46e81-8d01-d7ff-c95f-e29b3e3a2109-1c893b10, #w-node-ec72d7b3-f288-8854-bd47-d99f3222ba96-1c893b10, #w-node-_56a3442b-5e4b-86cb-3689-d5bb75497f7f-1c893b10, #w-node-_27d12d50-8874-d99a-c5f9-b89008535d74-1c893b10, #w-node-_43468f89-b4d4-00fb-0c1c-a0a5a4e371c2-1c893b10, #w-node-_3d2a6a35-a202-d79d-ea31-34f8c126923c-1c893b10, #w-node-_99a00fbb-3a40-7677-70ea-879755472f4d-1c893b10, #w-node-e86f3866-5eb4-1aa3-e7b2-ee11873630e0-1c893b10, #w-node-_9b717fc3-1f73-7732-3760-78ec611b18c2-1c893b10, #w-node-aff21236-0994-f7a7-44e9-c8b87ecb3fae-1c893b10, #w-node-_0a9afcec-47fa-4894-7377-965309b24803-1c893b10, #w-node-c2e57965-3076-1e57-83a1-c252941901c3-1c893b10, #w-node-bb9f8962-e519-76e2-6fc3-199dc6af13d0-1c893b10, #w-node-ce1669b3-4e17-9c95-de4d-6ff69ded1cbb-1c893b10, #w-node-c338ddff-26bb-1f4d-f8e4-f27c2dd34037-1c893b10, #w-node-cb5a3c76-47d6-0c90-3c1a-996ad81b2eac-1c893b10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3368bda9-d676-ade8-1fc8-03d8b4afa89e-1c893b10 {
  align-self: end;
}

#w-node-_03c34d9e-867f-9232-de4b-52848eccdd89-1c893b10, #w-node-f3d8350b-9448-b202-60ed-ab70e94cb07d-1c893b12, #w-node-bfefe31e-da6b-d32e-6cbe-6efa8c826d2a-1c893b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5777b933-bc2f-f39a-464b-011799e7e16f-1c893b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_367992a6-3f2e-7405-9df6-3328883c9371-1c893b12, #w-node-b571be61-f833-7d6a-2eea-765a837bf95c-1c893b12, #w-node-_52c46e81-8d01-d7ff-c95f-e29b3e3a2109-1c893b12, #w-node-ec72d7b3-f288-8854-bd47-d99f3222ba96-1c893b12, #w-node-_56a3442b-5e4b-86cb-3689-d5bb75497f7f-1c893b12, #w-node-_27d12d50-8874-d99a-c5f9-b89008535d74-1c893b12, #w-node-_43468f89-b4d4-00fb-0c1c-a0a5a4e371c2-1c893b12, #w-node-_3d2a6a35-a202-d79d-ea31-34f8c126923c-1c893b12, #w-node-_99a00fbb-3a40-7677-70ea-879755472f4d-1c893b12, #w-node-e86f3866-5eb4-1aa3-e7b2-ee11873630e0-1c893b12, #w-node-_9b717fc3-1f73-7732-3760-78ec611b18c2-1c893b12, #w-node-aff21236-0994-f7a7-44e9-c8b87ecb3fae-1c893b12, #w-node-_0a9afcec-47fa-4894-7377-965309b24803-1c893b12, #w-node-c2e57965-3076-1e57-83a1-c252941901c3-1c893b12, #w-node-cb33f869-dd27-a60a-abbe-11d01b51cfb4-1c893b12, #w-node-_1380aa94-7f64-92a7-63f7-343d4fad5c49-1c893b12, #w-node-_8a58e859-a870-e3a6-456b-59177fec4d12-1c893b12, #w-node-_38886f84-3a8c-447c-19d8-ef3d99dc07f5-1c893b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3368bda9-d676-ade8-1fc8-03d8b4afa89e-1c893b12 {
  align-self: end;
}

#w-node-_03c34d9e-867f-9232-de4b-52848eccdd89-1c893b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_99a00fbb-3a40-7677-70ea-879755472f4d-1c893b10, #w-node-f3d8350b-9448-b202-60ed-ab70e94cb07d-1c893b12, #w-node-_99a00fbb-3a40-7677-70ea-879755472f4d-1c893b12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Highway Gothic';
  src: url('../fonts/HWYGOTH.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu M';
  src: url('../fonts/Ubuntu-M.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu B';
  src: url('../fonts/Ubuntu-B.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}