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

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

@font-face {
  font-family: Nohemi Bf;
  src: url('../fonts/Nohemi-Black-BF6438cc58744d4.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Nohemi Bf ;
  src: url('../fonts/Nohemi-Medium-BF6438cc5883899.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi Bf 6438";
  src: url('../fonts/Nohemi-ExtraLight-BF6438cc58a2634.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi Bf;
  src: url('../fonts/Nohemi-SemiBold-BF6438cc588a48a.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi Bf ;
  src: url('../fonts/Nohemi-Thin-BF6438cc5896c67.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi Bf;
  src: url('../fonts/Nohemi-Light-BF6438cc5899919.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi Bf ;
  src: url('../fonts/Nohemi-ExtraBold-BF6438cc5881baf.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi Bf ;
  src: url('../fonts/Nohemi-Bold-BF6438cc587b5b5.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-accent: #e22831;
  --weiß: #fff;
  --black: black;
  --base-font: Dmsans, Arial, sans-serif;
  --red-shadow: #ff2424a6;
  --transparent: #0000;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.header-link-item {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 14px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.hero-nav-dropdown {
  font-size: 14px;
  line-height: 1.2em;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.nav-bg-cover {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tablet-menu-5 {
  display: none;
}

.icon-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-nav-cover {
  z-index: 1;
  background-color: #111;
  border: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  inset: 6px auto 6px 0%;
}

.nav-link-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-clip {
  text-decoration: none;
}

.nav-clip.bottom {
  position: absolute;
}

.nav-dropdown-link-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-shadow-overlay-5 {
  align-items: center;
  display: flex;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.primary-button {
  border: 3px solid var(--primary-accent);
  background-color: var(--primary-accent);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: auto;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  background-color: #0000;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 40px #ff4d244d;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.full-nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-nav-con {
  z-index: 2;
  height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header-coll-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-project {
  width: auto;
  height: 50px;
}

.megamenu-dropdown-wrap-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.logo-link-mobile {
  padding-left: 0;
  display: none;
}

.nav-dropdown-link-span {
  border: 1px solid var(--primary-accent);
  background-color: var(--primary-accent);
  border-radius: 0;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
}

.nav-tablet-btn {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: none;
  position: relative;
}

.nav-cross-wrap {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-nav {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: auto;
  min-height: 74px;
  padding: 15px;
  display: none;
  position: relative;
}

.megamenu-dropdown-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.nav-dropdown-list-item-2 {
  background-color: #000;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item-2.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0;
  width: 300px;
  margin-top: -1px;
}

.nav-dropdown-list-item-2.megamenu {
  width: 740px;
  left: -355px;
}

.nav-dropdown-list-item-2.megamenu.w--open {
  width: 400px;
  left: 0;
}

.header-collection-list {
  width: 100%;
}

.cross-hor-line {
  background-color: var(--primary-accent);
  border-radius: 100px;
  width: 100%;
  height: 2px;
}

.dropdown-menu-4 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.border-wrap {
  display: flex;
}

.cross-vert-line {
  background-color: var(--primary-accent);
  border-radius: 100px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.navigation-fixed-menu {
  z-index: 900;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  width: auto;
  max-width: 1200px;
  margin-top: .624rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 6px;
  position: fixed;
  inset: 0% .624rem auto;
  overflow: visible;
}

.header-list-wrap {
  width: 100%;
}

.full-width-nav-link {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.full-width-nav-link:hover {
  color: var(--primary-accent);
  margin-left: 0;
}

.full-width-nav-link.w--current {
  color: #ff4d24;
}

.full-width-nav-link.w--current:hover {
  opacity: 1;
  color: #ff4d24;
}

.nav-text-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-intro-item {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.nav-intro-item.hover-item {
  color: var(--primary-accent);
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.header-btn-wrap {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.cart-wrapper {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu-wrap {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-header-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  padding: 24px 18px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-small-icon {
  margin: auto 0;
  font-size: 12px;
  font-weight: 600;
  display: none;
  position: relative;
}

.red-grad-2 {
  z-index: 5;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 600px;
  height: 80px;
  position: absolute;
  inset: 948px -180px auto auto;
  transform: rotate(-35deg);
}

.big-number {
  color: #111;
  text-shadow: 0 0 #ffffff80;
  font-size: 14rem;
  font-weight: 700;
  line-height: .8em;
  position: relative;
}

.logo-title {
  background-image: url('../images/68b8b281b09d6609a1ba59b5_6390ee77117a5dadef81324c_cta-three-bg-shape-cargo-x-webflow-template.svg');
  background-position: 0 0;
  background-size: cover;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.big-number-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.our-news-slider {
  z-index: 20;
  width: 100%;
  padding-bottom: 85px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.red-grad-1 {
  z-index: 1;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 550px;
  height: 200px;
  position: absolute;
  inset: -19% auto auto -10%;
  transform: rotate(-15deg);
}

.leistungen-liste {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.home-2-content {
  color: var(--weiß);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.print-wrapper-1 {
  z-index: 5;
  position: absolute;
  inset: 850px -30px auto auto;
}

.print-wrapper-1.logo-print {
  top: auto;
  right: auto;
}

.print-wrapper-1.print-2 {
  top: 1100px;
  left: 430px;
  right: auto;
}

.print-wrapper-1.print-footer {
  top: 0;
  right: -80px;
}

.print-wrapper-1.print-footer-2 {
  inset: auto auto 60px -100px;
}

.statistics-text {
  letter-spacing: .15em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.banner {
  flex-flow: row;
  justify-content: space-between;
  height: auto;
  min-height: 760px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dark-fill {
  z-index: 90;
  background-color: #000;
  width: 15px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-subtitle {
  z-index: 20;
  color: #000;
  text-align: center;
  letter-spacing: .25em;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-overlay-home {
  z-index: 3;
  background-color: #0000004d;
  background-image: linear-gradient(135deg, #0000008c, #0000 55%), linear-gradient(#0000, #0000000d 30%, #000 103%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.statistic-text-wrap {
  width: 100%;
  margin-top: -45px;
  position: relative;
}

.video-outline {
  border: 1px solid var(--primary-accent);
  border-radius: 0%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.leistungen {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.primary-button-2 {
  border: 3px solid var(--primary-accent);
  background-color: var(--primary-accent);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 56px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: var(--primary-accent);
  background-color: #0000;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 40px #ff4d244d;
}

.h2-black-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}

.solid-video-button-outline {
  border: 1px solid #ffffff1a;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-company {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.subtitle-wrap {
  margin-bottom: 30px;
}

.banner-small-description {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
}

.logo-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.logo-item {
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.left-arrow-3 {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow-3.right {
  left: 60px;
}

.left-arrow-3.left {
  margin-left: 5px;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.base-grid-container {
  z-index: 25;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.flex-btn-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.banner-2-description {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 20px;
  display: flex;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gradient-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-wrapper.banner-grad-2 {
  top: 220px;
}

.gradient-wrapper.grad-wrapper-2 {
  overflow: hidden;
}

.gradient-wrapper.grad-footer {
  width: auto;
  height: auto;
  margin: .624rem;
  overflow: hidden;
}

.statistic-description {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  border-left: 3px solid #ff4d24;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: flex;
  position: absolute;
}

.invert-small {
  z-index: 15;
  height: 20px;
  position: relative;
}

.about-us-con {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.banner-2-title {
  color: var(--weiß);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.red-grad-4 {
  z-index: 5;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 400px;
  height: 60px;
  position: absolute;
  inset: 1886px 35px auto auto;
  transform: rotate(-35deg);
}

.statistical-facts-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.red-grad-3 {
  z-index: 25;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 800px;
  height: 80px;
  position: absolute;
  inset: 1255px auto auto -180px;
  transform: rotate(15deg);
}

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

.statistic-line {
  background-color: #ffffff1a;
  display: none;
}

.about-paragraphs {
  z-index: 60;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.relative-page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-slider {
  z-index: 50;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.looping-logo-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.looping-logo-wrapper.right {
  inset: 0% auto 0% 0%;
}

.looping-logo-wrapper.left {
  justify-content: flex-start;
  width: 100%;
}

.logo-side {
  border-right: 1px #000;
  justify-content: flex-end;
  width: 100%;
  min-width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.logo-side.right {
  border-left: 1px #ffffff1a;
  border-right-style: none;
  inset: 0% auto 0% 0%;
}

.base-container {
  z-index: 25;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hide-now {
  display: none;
}

.section.special-bottom-space {
  padding-bottom: 40px;
}

.video-banner-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.company-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.content-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.print-img-1 {
  z-index: 1;
  opacity: .3;
  width: auto;
  height: 150px;
  position: relative;
  transform: rotate(-30deg);
}

.print-img-1.logo-img {
  height: 300px;
  display: none;
  transform: rotate(45deg);
}

.print-img-1.img-2 {
  height: 100px;
  transform: rotate(30deg);
}

.print-img-1.img-4 {
  transform: rotate(30deg);
}

.large-number-con {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.horizontal-scroll-line {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

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

.black-subtitle {
  color: var(--weiß);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.video-banner-clip-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.leistungen-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-slide {
  margin-right: 30px;
}

.logo-svg {
  z-index: 30;
  position: relative;
}

.grid-logo-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.center-text-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-logos {
  background-color: var(--primary-accent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  min-height: 200px;
  display: flex;
  overflow: hidden;
}

.secondary-red-button {
  border: 3px solid var(--weiß);
  box-shadow: none;
  color: var(--weiß);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.secondary-red-button:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 30px #ff4d2466;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.05;
}

.text-style-italic {
  font-style: italic;
}

.text-align-right {
  text-align: right;
}

.background-color-light-1 {
  background-color: #f0efe9;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.heading-style-h2 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 3.8rem;
  line-height: 1;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.spacer-xl-end {
  padding-bottom: 7.5rem;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-md-start {
  padding-top: 4.5rem;
}

.text-color-grey {
  color: #757575;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.copy-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.1;
}

.hide {
  display: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.styleguide_item.is-stretch {
  flex-flow: column;
  justify-items: stretch;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.67rem;
  line-height: 1.2;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.heading-style-h1 {
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.spacer-xxs-start {
  padding-top: .5rem;
}

.copy-small {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.copy-small.text-style-allcaps {
  letter-spacing: .5px;
}

.icon-height-medium {
  height: 2rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide-heading {
  font-size: 2rem;
}

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

.text-weight-light {
  font-weight: 300;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.button {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  color: #232325;
  background-color: #0000;
  border: 2px solid #000;
  font-weight: 700;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.spacer-sm-start {
  padding-top: 2.2rem;
}

.form_component {
  margin-bottom: 0;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_message-success {
  padding: 1.25rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-color-bright {
  color: #fffdf3;
}

.form_radio, .form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hide-desktop-only {
  display: none;
}

.spacer-sm-end {
  padding-bottom: 2.2rem;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-link {
  color: var(--primary-accent);
  text-decoration: none;
}

.background-color-dark-1 {
  color: #f5f5f5;
  background-color: #151515;
}

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

.text-weight-medium {
  font-weight: 500;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-muted {
  opacity: .6;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xs-end {
  padding-bottom: .8rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.text-color-black {
  color: #232325;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: flex;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
}

.overflow-auto {
  overflow: auto;
}

.spacer-md-end {
  padding-bottom: 4.5rem;
}

.heading-style-h6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer-xs-start {
  padding-top: .8rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.background-color-dark-2 {
  color: #f5f5f5;
  background-color: #303030;
}

.page-wrapper {
  background-color: var(--black);
  font-family: var(--base-font);
  color: var(--weiß);
}

.styleguide_header {
  background-color: #0000000d;
}

.leistungen-icon {
  z-index: 60;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-accent);
  border: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 105px;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  inset: 0 auto auto 20px;
  box-shadow: 0 2px 10px #ff4d2440;
}

.hover-clip-wrapper {
  position: relative;
  overflow: hidden;
}

.clip-title {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.clip-title.bottom {
  position: absolute;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--weiß);
  text-transform: capitalize;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 24px 20px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-icon {
  width: auto;
  height: 55px;
}

.news-description {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}

.par-hidden {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.leistungen-content {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.leistungen-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 3px solid var(--primary-accent);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.cursur-text {
  color: #fff;
  letter-spacing: .18em;
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  inset: auto;
}

.cursur-text:hover {
  color: #fff;
}

.cursur-top-outline {
  border: 1px solid #ffffff80;
  border-radius: 0%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.services-hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.services-hero-title.hover-color {
  color: var(--primary-accent);
}

.top-news-wrap {
  z-index: 90;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-wrapper-2.big-size {
  width: 100%;
  height: 100%;
}

.link-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.carsy-serv-category {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  padding: 3px 12px;
  font-size: 1rem;
  text-decoration: none;
}

.carsy-serv-category:hover {
  background-color: var(--primary-accent);
  color: #fff;
}

.item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #111;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.portfolio-3-image {
  border: 1px solid #ffffff1a;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-3-image.blog-page-height {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffffff1a;
  border-style: solid none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.bg-blog-link-2 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-2:hover {
  opacity: 1;
  color: #fff;
}

.bg-blog-link-2.full-height {
  background-color: var(--weiß);
  width: 100%;
  height: 100%;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.background-portfolio-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.cursur-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.leistungen-card-top {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #111;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  padding: 24px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.overlay-services-slider {
  background-color: #0000001a;
  background-image: linear-gradient(135deg, #000, #0000006b 21%, #00000005 62%, #ff4d24a6 99%);
  position: absolute;
  inset: 0%;
}

.horizontal-line {
  background-color: var(--weiß);
  height: 1px;
}

.red-grad-5 {
  z-index: 25;
  background-color: var(--primary-accent);
  opacity: .75;
  filter: blur(50px);
  border-radius: 50px;
  width: 800px;
  height: 80px;
  position: absolute;
  inset: 1009px auto auto -180px;
  transform: rotate(15deg);
}

.benefit-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.overlay-advantages {
  background-color: #111111bf;
  background-image: linear-gradient(225deg, #ff4d244d, #0000 40%, #0000008c);
  position: absolute;
  inset: 0%;
}

.service-grid-steps {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.primary-button-3 {
  border: 3px solid var(--primary-accent);
  background-color: var(--primary-accent);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  min-width: 160px;
  min-height: 56px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.primary-button-3:hover {
  opacity: 1;
  color: var(--primary-accent);
  background-color: #0000;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 40px #ff4d244d;
}

.background-wrapper-3 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-title-h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.card-circle {
  border: 1px solid var(--weiß);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px;
  display: flex;
}

.background-cover {
  z-index: 3;
  background-color: #000;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.service-left-info {
  padding-right: 40px;
}

.about-us-card {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.benefits-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.about-card-top {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
  position: relative;
}

.benefit-numbers {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 140px;
}

.about-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-advantages {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-advantages.bg-one {
  background-image: url('../images/Banner-12_1Banner-12.avif');
}

.background-advantages.bg-two {
  background-image: url('../images/Small-Blog-2_1Small Blog-2.avif');
}

.background-advantages.bg-three {
  background-image: url('../images/Small-Img-4_1Small Img-4.avif');
}

.background-advantages.bg-four {
  background-image: url('../images/Small-Img-5_1Small Img-5.avif');
}

.background-advantages.bg-six {
  background-image: url('../images/Banner-9_1Banner-9.avif');
}

.background-advantages.bg-five {
  background-image: url('../images/Banner-11_1Banner-11.avif');
  background-position: 50% 100%;
}

.black-subtitle-2 {
  border-left: 3px solid #ff4d24;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.25rem;
  font-weight: 300;
}

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

.red-grad-6 {
  z-index: 5;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 600px;
  height: 80px;
  position: absolute;
  inset: 200px 0 auto auto;
  transform: rotate(-35deg);
}

.secondary-red-button-2 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  justify-content: center;
  min-width: 160px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.secondary-red-button-2:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 30px #ff4d2466;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.cube-lightbox {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cube-face-1 {
  z-index: 5;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 15vw);
}

.primary-white-button {
  box-shadow: none;
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #fff;
  justify-content: center;
  min-width: 160px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.primary-white-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 30px #ff4d2440;
}

.lightbox-icon {
  color: #fff;
  margin-bottom: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.cube-face-3 {
  z-index: 3;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, -30vw, 15vw)rotateX(90deg)rotateY(0)rotateZ(0);
}

.feature-description {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cube-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  perspective: 125rem;
  perspective-origin: 50%;
  background-color: #111;
  border: 1px solid #ffffff1a;
  border-style: solid none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.primary-button-4 {
  border: 3px solid var(--primary-accent);
  background-color: var(--primary-accent);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  min-width: 160px;
  min-height: 56px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
}

.primary-button-4:hover {
  opacity: 1;
  color: #ff4d24;
  background-color: #0000;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 40px #ff4d244d;
}

.cube-face-4 {
  z-index: 2;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, -30vw, -15vw)rotateX(180deg)rotateY(0)rotateZ(0);
}

.text-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 15px;
  display: flex;
  overflow: hidden;
}

.text-content.right {
  padding-left: 60px;
}

.text-content.left {
  padding-right: 60px;
}

.lightbox-circle {
  background-color: var(--primary-accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 7px;
  text-decoration: none;
  display: flex;
}

.cube-face-2 {
  z-index: 4;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate3d(0, 0, -15vw)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-wrapper {
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cube-text-con {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 34px;
  display: flex;
}

.cube-text-con.left {
  padding-left: 0;
  padding-right: 34px;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-gradient {
  background-color: #0000001a;
  background-image: linear-gradient(135deg, #ff4d2499, #0000006b 31%, #00000005 71%, #ff4d24a6 99%);
  position: absolute;
  inset: 0%;
}

.btn-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-title {
  text-align: center;
  margin: 0 auto 15px;
  font-size: 35px;
}

.color-section-wrapper {
  padding-top: .624rem;
  padding-bottom: .624rem;
  position: relative;
}

.black-location {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 6px;
  flex-flow: column;
  padding: 3px 3px 15px;
  display: flex;
  position: relative;
  inset: 0% 0% 0;
}

.hero-map-png {
  z-index: 2;
  background-image: url('../images/Screenshot-2025-10-06-220444.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.rating-star {
  color: var(--primary-accent);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 67px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.quick-links-icon {
  border-right: 1px solid #ffffff1a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 3px;
  padding: 6px;
  display: flex;
}

.footer-nav-title {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rights-wrap {
  text-align: left;
  margin-right: auto;
}

.footer-right-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.footer-right-link:hover {
  color: #ff4d24;
}

.map-footer-wrap {
  background-color: #000;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-field {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #ffffff1a;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 400;
  transition: all .45s;
}

.text-field:focus {
  background-color: #111;
  border-color: #fff;
  padding-left: 30px;
}

.text-field::placeholder {
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.banner-icon {
  height: 45px;
}

.subscribe-title {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.grid-footer-nav {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr auto;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.hover-clip-con {
  position: relative;
  overflow: hidden;
}

.success-text {
  z-index: 2;
  font-weight: 300;
  position: relative;
}

.footer-lottie {
  z-index: 15;
  width: auto;
  height: 25%;
  position: absolute;
  inset: 63px 0% 0%;
}

.hero-footer {
  text-align: center;
  background-color: #111;
  border: 1px solid #ffffff1a;
  align-items: flex-start;
  margin-left: .624rem;
  margin-right: .624rem;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.bottom-footer-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.subscribe-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navigation-content {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-rights-text {
  grid-column-gap: 5px;
  color: #a5a5a5;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.rating-star-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.space-text-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.our-address-con {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.connect-form {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.location-text {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.navigation-map {
  position: relative;
}

.nav-social-networks {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.photo-office {
  background-image: url('../images/Banner-4_1Banner-4.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 120px;
}

.footer-par-copyright {
  color: #a5a5a5;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.office-addresses-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.quick-links-item {
  z-index: 5;
  border: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  display: flex;
  position: relative;
}

.red-grad-10 {
  z-index: 5;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 500px;
  height: 80px;
  position: absolute;
  inset: 125px -60px auto auto;
  transform: rotate(-35deg);
}

.red-grad-12 {
  z-index: 25;
  background-color: var(--primary-accent);
  filter: blur(50px);
  border-radius: 50px;
  width: 800px;
  height: 80px;
  position: absolute;
  inset: 600px auto auto -180px;
  transform: rotate(15deg);
}

.quick-intro-link {
  flex: none;
  position: relative;
}

.quick-intro-link.info-full-link {
  width: 100%;
  text-decoration: none;
}

.succes-message-left {
  text-align: left;
  background-color: #0000;
  padding: 0;
  position: relative;
}

.small-location-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  letter-spacing: 0;
  text-transform: capitalize;
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.bottom-footer-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-right: 30px;
  display: flex;
}

.submit-button {
  z-index: 1;
  background-color: #ff4d24;
  border: 3px solid #ff4d24;
  width: 50px;
  height: 50px;
  padding: 4px;
  transition: all .45s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

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

.social-network-item {
  position: relative;
}

.map-address-link {
  color: #a5a5a5;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.map-address-link:hover {
  color: #ff4d24;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.error-project-message {
  z-index: 15;
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
  font-weight: 300;
  position: relative;
}

.address-link {
  line-height: 1.4em;
}

.address-link:hover {
  color: var(--primary-accent);
}

.footyer-triangle {
  z-index: 1;
  background-color: #000;
  border-top: 1px #ffffff1a;
  border-bottom: 1px solid #ffffff80;
  border-left: 1px solid #ffffff80;
  border-right: 1px #ffffff1a;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 0%;
  transform: rotate(-45deg);
}

.our-address {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.hover-location-con {
  z-index: 25;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: auto;
  margin-top: -30%;
  padding-bottom: 10px;
  display: none;
  position: relative;
  inset: 0%;
}

.working-hours-con {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-network-link {
  background-color: var(--primary-accent);
  color: #fff;
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  padding: 10px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.social-network-link:hover {
  background-color: #000;
}

.link-line-cover {
  background-color: var(--primary-accent);
  width: 3px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.location-link {
  z-index: 25;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subscribe-form-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.span-working-hours {
  color: #a5a5a5;
}

.licensing-footer-link-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.licensing-footer-link-2:hover {
  color: #ff4d24;
}

.footer-left-text {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-left-text.h {
  display: none;
}

.info-link-wrapper {
  background-color: #000;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.quick-links-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-small {
  border-width: 0 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rich-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text a {
  color: var(--primary-accent);
  text-decoration: none;
}

.heading-style-h1-2 {
  color: #212121;
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 10px;
  font-size: 3.5rem;
  line-height: 1.1;
}

.text-style-link-2 {
  color: #6b8e23;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.text-style-link-2:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black) 80%, var(--primary-accent));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

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

._404-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.our-gallery-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 250px 250px 250px 250px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-clip-photo-banner {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-photo {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.inner-photo-banner {
  z-index: 1;
  background-image: url('../images/Banner-8_1Banner-8.avif');
  background-position: 50% 25%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-photo-banner.our-gallery-banner {
  background-image: none;
}

.red-inner-grad-1 {
  z-index: 1;
  opacity: .55;
  filter: blur(50px);
  background-color: #ff4d24;
  border-radius: 50px;
  width: 550px;
  height: 200px;
  position: absolute;
  inset: -26% auto auto -18%;
  transform: rotate(-15deg);
}

.soft-black-bg {
  background-color: #111;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.insragram-icon-2 {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-link {
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.inner-banner-overlay {
  z-index: 3;
  background-color: #0000004d;
  background-image: linear-gradient(135deg, #0000008c, #0000 55%), linear-gradient(#0000, #0000000d 43%, #0000001a 103%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-banner-overlay.our-clients-overlay {
  background-color: #00000073;
}

.inner-banner {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-banner-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image-cover {
  object-fit: contain;
  background-image: url('../images/IMG-20251010-WA0017.jpg');
  background-position: 50% 25%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-cover.image-cover-07 {
  background-image: url('../images/IMG-20251010-WA0025.jpg');
  background-position: 50%;
}

.image-cover.image-cover-08 {
  background-image: url('../images/IMG-20251010-WA0028-2-1.jpg');
}

.image-cover.image-cover-05 {
  background-image: url('../images/IMG-20251010-WA0022.jpg');
}

.image-cover.image-cover-03 {
  background-image: url('../images/IMG-20251010-WA0019.jpg');
}

.image-cover.image-cover-04 {
  background-image: url('../images/IMG-20251010-WA0021.jpg');
}

.image-cover.image-cover-02 {
  background-image: url('../images/IMG-20251010-WA0018.jpg');
}

.image-cover.image-cover-10 {
  background-image: url('../images/68e99bf6c0eedfd9e8307785_3e45dc69c23287ac872ca6f1a213d128_IMG-20251010-WA0030-1-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-cover.image-cover-06 {
  background-image: url('../images/68e99b4c0e12d219dc1a3439_fbf2854f50487d01eb9fd1587f8ce759_IMG-20251010-WA0024-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-cover.image-cover-09 {
  background-image: url('../images/Gelb.jpg');
}

.outline-hover-circle-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1111111a;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.section-gray {
  padding-top: .624rem;
  padding-left: .624rem;
  padding-right: .624rem;
  position: relative;
}

.gall-overlay {
  background-image: linear-gradient(225deg, #ff4d2499 1%, #0000000d 33%, #0000008c 94%);
  position: absolute;
  inset: 0%;
}

.text-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-span-2 {
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .header-link-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .burger-nav {
    min-width: 160px;
  }

  .nav-dropdown-list-item-2.w--open {
    left: auto;
  }

  .nav-dropdown-list-item-2.megamenu.w--open {
    left: -279px;
  }

  .navigation-fixed-menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .red-grad-2 {
    top: 1050px;
    right: -220px;
  }

  .our-news-slider {
    padding-left: 2.6em;
  }

  .print-wrapper-1 {
    top: 950px;
    right: -57px;
  }

  .print-wrapper-1.print-2 {
    top: 1191px;
    left: 527px;
  }

  .print-wrapper-1.print-footer {
    top: 8px;
    right: -107px;
  }

  .print-wrapper-1.print-footer-2 {
    bottom: 148px;
  }

  .banner {
    min-height: 800px;
  }

  .dark-fill {
    width: 2.6em;
  }

  .leistungen {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about-company {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 80px;
  }

  .about-us-con {
    padding-right: 140px;
  }

  .banner-2-title {
    width: 95%;
  }

  .red-grad-4 {
    top: 2100px;
  }

  .red-grad-3 {
    top: 1370px;
  }

  .about-paragraphs {
    grid-column-gap: 80px;
    grid-template-columns: .9fr 1fr;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.special-bottom-space {
    padding-bottom: 65px;
  }

  .print-img-1.img-2 {
    height: 130px;
  }

  .statistics-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

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

  .news-description {
    line-height: 1.5;
  }

  .portfolio-3-image {
    height: 400px;
  }

  .red-grad-5 {
    top: 1100px;
  }

  .about-us-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .red-grad-6 {
    top: 230px;
    right: -150px;
  }

  .text-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cube-text-con {
    padding-left: 100px;
  }

  .cube-text-con.left {
    padding-right: 100px;
  }

  .btn-wrapper {
    width: 90%;
  }

  .hero-map-png {
    background-image: url('../images/snazzy-image-1.png');
  }

  .footer-bottom {
    grid-template-columns: 1fr .5fr 80px;
  }

  .quick-links-icon {
    width: 60px;
    height: 60px;
  }

  .subscribe-title {
    font-size: 28px;
    line-height: 1.5;
  }

  .grid-footer-nav {
    grid-row-gap: 22px;
  }

  .hero-footer {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .bottom-footer-right, .subscribe-text-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .bottom-footer-info {
    padding-right: 60px;
  }

  .hover-location-con {
    margin-top: -35%;
  }

  .social-network-link {
    width: 80px;
    height: 80px;
  }

  .inner-photo-banner.our-gallery-banner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .red-inner-grad-1 {
    opacity: .45;
    top: -11%;
    left: -14%;
  }

  .soft-black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner-overlay.our-clients-overlay {
    background-image: linear-gradient(135deg, #0000008c, #0000 55%), linear-gradient(#0000, #0000000d 43%, #0000001a 103%);
  }

  .inner-banner {
    min-height: 440px;
  }
}

@media screen and (min-width: 1440px) {
  .header-link-item {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hover-nav-cover {
    padding-bottom: 24px;
  }

  .nav-dropdown-list-item-2.megamenu.w--open {
    left: -199px;
  }

  .navigation-fixed-menu {
    max-width: 1400px;
  }

  .dropdown-header-item {
    padding-left: 22px;
    padding-right: 22px;
  }

  .red-grad-2 {
    top: 1167px;
  }

  .big-number {
    font-size: 17rem;
  }

  .our-news-slider {
    padding-left: 1.4em;
  }

  .print-wrapper-1 {
    top: 1050px;
  }

  .print-wrapper-1.print-2 {
    left: 550px;
  }

  .banner {
    min-height: 730px;
  }

  .dark-fill {
    width: 1.4em;
  }

  .about-company {
    width: 100%;
  }

  .base-grid-container {
    max-width: 1400px;
  }

  .banner-2-description {
    width: 50%;
  }

  .about-us-con {
    padding-right: 220px;
  }

  .banner-2-title {
    width: 82%;
  }

  .red-grad-3 {
    top: 1453px;
    left: -70px;
  }

  .about-paragraphs {
    grid-column-gap: 100px;
    grid-template-columns: .85fr .9fr;
    padding-right: 100px;
  }

  .base-container {
    max-width: 1400px;
  }

  .print-img-1 {
    height: 165px;
  }

  .print-img-1.img-2 {
    height: 150px;
  }

  .section-logos {
    min-height: 220px;
  }

  .bg-blog-link-2.full-height {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .about-us-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-height: 400px;
  }

  .services-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .red-grad-6 {
    right: -100px;
  }

  .feature-description {
    width: 95%;
  }

  .cube-text-con {
    padding-left: 60px;
  }

  .cube-text-con.left {
    padding-right: 60px;
  }

  .feature-title {
    font-size: 50px;
    line-height: 1.1;
  }

  .rating-star {
    color: var(--primary-accent);
    font-family: "Fa Solid 900", Arial, sans-serif;
  }

  .subscribe-title {
    font-size: 34px;
  }

  .space-text-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .photo-office {
    background-image: url('../images/GT3RS_Halle.jpg');
  }

  .bottom-footer-info {
    width: 70%;
    padding-right: 40px;
  }

  .hover-location-con {
    margin-top: -30%;
  }

  .our-gallery-grid {
    grid-template-rows: 300px 300px 300px 300px;
  }
}

@media screen and (min-width: 1920px) {
  .header-link-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-dropdown-list-item-2.megamenu.w--open {
    left: auto;
  }

  .navigation-fixed-menu {
    max-width: 1600px;
  }

  .dropdown-header-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .red-grad-2 {
    top: 1250px;
    right: -120px;
  }

  .big-number {
    font-size: 22rem;
  }

  .our-news-slider {
    padding-left: 10.2em;
  }

  .print-wrapper-1.print-2 {
    left: -108px;
  }

  .print-wrapper-1.print-footer-2 {
    bottom: 200px;
    left: -160px;
  }

  .banner {
    min-height: 900px;
  }

  .dark-fill {
    width: 10.2em;
  }

  .about-company {
    width: 90%;
  }

  .base-grid-container {
    max-width: 1600px;
  }

  .about-us-con {
    padding-right: 100px;
  }

  .banner-2-title {
    width: 80%;
  }

  .red-grad-4 {
    top: 2115px;
  }

  .red-grad-3 {
    left: 42px;
  }

  .about-paragraphs {
    grid-template-columns: .8fr .8fr;
    width: 90%;
    padding-right: 260px;
  }

  .base-container {
    max-width: 1600px;
  }

  .print-img-1 {
    height: 175px;
  }

  .statistical-facts {
    justify-content: center;
    align-items: center;
  }

  .feature-description {
    width: 85%;
  }

  .cube-text-con {
    padding-left: 120px;
    padding-right: 60px;
  }

  .cube-text-con.left {
    padding-left: 60px;
    padding-right: 120px;
  }

  .btn-wrapper {
    width: 85%;
  }

  .feature-title {
    font-size: 60px;
  }

  .space-text-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hover-location-con {
    margin-top: -25%;
  }

  .our-gallery-grid {
    grid-template-rows: 320px 320px 320px 320px;
  }

  .red-inner-grad-1 {
    left: -9%;
  }

  .inner-banner {
    min-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .header-link-item {
    background-color: #0000;
    border-bottom: 1px solid #ffffff1a;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .hero-nav-dropdown {
    border-bottom: 1px solid #ffffff1a;
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .menu-button {
    text-align: right;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 10px 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    display: none;
  }

  .tablet-menu-5 {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .icon-wrap {
    border-left: 1px solid #ffffff1a;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
  }

  .hover-nav-cover {
    border-style: none;
    top: 0;
    bottom: 0;
  }

  .nav-link-wrap.right {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: auto;
    margin-right: 6px;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-shadow-overlay-5 {
    background-color: #000;
    border-right: 1px solid #ffffff1a;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    margin-bottom: .624rem;
    margin-right: .624rem;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
    box-shadow: 5px 0 50px #ff4d2433;
  }

  .menu-item-wrapper {
    justify-content: space-between;
  }

  .nav-line-white {
    background-color: #e3e3e1;
    height: .4px;
    margin-bottom: 5px;
  }

  .hero-nav-con {
    z-index: 0;
  }

  .megamenu-dropdown-wrap-2 {
    justify-content: center;
    width: 100%;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .close-menu-button-4 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 0 5px 20px;
    display: flex;
  }

  .close-menu-button-4.w--open {
    z-index: 10;
    background-color: #0000;
    border-left: 1px solid #e3e3e133;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .logo-link-mobile {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .logo-link-mobile:hover {
    opacity: 1;
  }

  .logo-link-mobile.w--current {
    margin-bottom: 0;
    padding-top: 0;
  }

  .nav-dropdown-link-span {
    display: none;
  }

  .nav-close-icon-5 {
    width: auto;
    height: 18px;
    position: relative;
  }

  .nav-tablet-btn {
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: flex;
  }

  .nav-cross-wrap {
    display: none;
  }

  .burger-nav {
    background-color: var(--primary-accent);
    min-width: auto;
    min-height: auto;
    display: flex;
  }

  .megamenu-dropdown-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-list-item-2 {
    background-color: #fff;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 15px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item-2.w--open {
    background-color: #000;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-item-2.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-item-2.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .dropdown-menu-4 {
    background-color: #000;
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .border-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navigation-fixed-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .full-width-nav-link {
    margin-left: 0;
  }

  .nav-intro-item {
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .line-white {
    background-color: #e3e3e1;
    height: 1.5px;
  }

  .header-btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .cart-wrapper {
    justify-content: flex-end;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .wrapper-item-home {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .nav-dropdown-small-icon {
    color: #fff;
    justify-content: space-between;
    margin-top: auto;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .big-number {
    font-size: 10rem;
  }

  .statistics-text {
    font-size: 13.6px;
  }

  .statistic-text-wrap {
    margin-top: -35px;
  }

  .about-company {
    width: 100%;
  }

  .banner-2-description {
    width: 90%;
  }

  .story-wrapper {
    border-right-style: none;
  }

  .gradient-wrapper.banner-grad-2 {
    top: 240px;
  }

  .statistic-description {
    padding-left: 8px;
  }

  .about-us-con {
    padding-right: 0;
  }

  .about-paragraphs {
    grid-column-gap: 100px;
  }

  .content-logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .print-img-1.logo-img {
    height: 180px;
  }

  .statistics-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .card-slide {
    margin-right: 20px;
  }

  .grid-logo-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 15px minmax(auto, 1500px) 15px;
  }

  .section-logos {
    min-height: 200px;
  }

  .cards-mask {
    width: 60%;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop-only {
    display: block;
  }

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

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .leistungen-icon {
    width: 85px;
    height: 93px;
  }

  .item {
    cursor: default;
  }

  .service-grid-steps {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-left-info {
    padding-right: 0;
  }

  .about-us-card {
    width: 80%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .title-wrap {
    position: relative;
    top: 0;
  }

  .services-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-wrapper-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cube-section {
    height: auto;
  }

  .text-content.right {
    padding-left: 15px;
  }

  .text-content.left {
    padding-right: 15px;
  }

  .cube-wrapper {
    width: 70%;
    height: 30vw;
  }

  .cube-text-con {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cube-text-con.left {
    padding-right: 0;
  }

  .footer-bottom {
    flex-flow: column;
    grid-template-columns: 1fr .5fr 66px;
  }

  .rights-wrap {
    margin-right: 0;
  }

  .footer-right-link {
    font-size: 14px;
  }

  .bottom-footer-right {
    width: 100%;
  }

  .navigation-content {
    margin-bottom: 20px;
  }

  .footer-rights-text {
    grid-row-gap: 0px;
    font-size: 14px;
  }

  .navigation-map {
    min-height: 300px;
  }

  .footer-par-copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
    display: flex;
  }

  .bottom-footer-info {
    width: 100%;
  }

  .rights-wrapper {
    flex-flow: wrap;
  }

  .footer-left-text {
    width: 90%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .utility-page-wrap {
    height: 60vh;
  }

  .our-gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 200px 200px 200px 200px;
    grid-template-columns: 1fr 1fr;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .inner-photo-banner {
    background-position: 50% 0;
  }

  .red-inner-grad-1 {
    left: -23%;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo.w--current {
    padding-left: 0;
  }

  .tablet-menu-5 {
    height: 68px;
  }

  .close-menu-button-4.w--open {
    height: 64px;
    padding-top: 19px;
  }

  .burger-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-menu-4 {
    overflow: hidden;
  }

  .nav-menu-wrap {
    max-width: none;
  }

  .big-number {
    font-size: 15rem;
  }

  .logo-title {
    border: 1px #000;
    border-style: none solid;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .our-news-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

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

  .home-2-content {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .print-wrapper-1.logo-print {
    top: 30px;
  }

  .print-wrapper-1.print-footer-2 {
    bottom: 40px;
    left: auto;
    right: -100px;
  }

  .statistics-text {
    font-size: 14px;
  }

  .banner {
    min-height: 750px;
  }

  .hor-line-con {
    align-items: center;
    width: 100%;
    height: 1px;
    position: relative;
  }

  .statistic-text-wrap {
    width: 80%;
    margin-top: -50px;
  }

  .leistungen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .statistic-par {
    text-align: left;
  }

  .logo-item {
    width: 140px;
    min-width: 140px;
    height: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .banner-2-description {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 48px;
  }

  .statistic-description {
    width: auto;
    padding-left: 15px;
  }

  .about-us-con {
    margin-bottom: 40px;
  }

  .statistical-facts-item {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .statistic-line {
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .about-paragraphs {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .logo-side {
    border-top: 1px #ffffff1a;
    border-left: 1px solid #000;
    border-right-style: solid;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
  }

  .logo-side.right {
    border-left-style: solid;
    margin-left: 0;
    margin-right: -5vw;
    display: none;
  }

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

  .print-img-1.logo-img {
    height: 200px;
  }

  .horizontal-scroll-line {
    display: none;
  }

  .statistical-facts {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .statistics-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 2px auto 1px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-logo-wrapper {
    grid-template-columns: 15px minmax(auto, 1500px) 15px;
  }

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

  .section-logos {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-mask {
    width: 80%;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide-heading {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .about-us-card {
    width: 90%;
  }

  .main-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cube-section {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cube-wrapper, .cube-text-con {
    width: 80%;
  }

  .footer-bottom {
    display: flex;
  }

  .hero-footer {
    padding-top: 60px;
  }

  .bottom-footer-right {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .red-grad-12 {
    top: 1150px;
  }

  .bottom-footer-info {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-right: 0;
  }

  .footer-left-text {
    width: 100%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .our-gallery-grid {
    grid-template-rows: 350px 350px 350px 350px 350px 350px 350px 350px 350px 350px;
    grid-template-columns: 1fr;
  }

  .red-inner-grad-1 {
    top: -32%;
    left: -38%;
  }

  .soft-black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner {
    min-height: 350px;
  }

  .image-cover {
    object-position: 50% 35%;
  }
}

@media screen and (max-width: 479px) {
  .header-link-item {
    width: 100%;
  }

  .tablet-menu-5 {
    height: 66px;
  }

  .logo-project {
    height: 40px;
  }

  .megamenu-dropdown-wrapper-3 {
    width: 100%;
  }

  .nav-dropdown-list-item-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .nav-intro-item {
    padding-top: 0;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .logo-title {
    padding-bottom: 30px;
  }

  .print-wrapper-1.logo-print {
    top: 0;
  }

  .print-wrapper-1.print-footer-2 {
    bottom: 337px;
  }

  .logo-subtitle {
    font-size: 18px;
  }

  .statistic-text-wrap {
    width: 100%;
  }

  .h2-black-title {
    font-size: 3rem;
  }

  .logo-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-btn-group {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .gradient-wrapper.banner-grad-2 {
    top: 460px;
  }

  .banner-2-title {
    font-size: 50px;
  }

  .statistical-facts-item {
    width: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .print-img-1.logo-img {
    height: 300px;
  }

  .print-img-1.img-4 {
    height: 130px;
  }

  .black-subtitle {
    text-align: left;
  }

  .card-slide {
    height: 100%;
  }

  .section-logos {
    min-height: auto;
  }

  .cards-mask {
    width: 90%;
    max-width: none;
    height: 100%;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .leistungen-icon {
    left: 15px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-3-image {
    height: 300px;
  }

  .leistungen-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .cube-face-1 {
    transform: translate3d(0, 0, 30vw);
  }

  .cube-face-3 {
    transform: translate3d(0, -60vw, 30vw)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .cube-section {
    padding-top: 5%;
  }

  .cube-face-4 {
    transform: translate3d(0, -60vw, -30vw)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .cube-face-2 {
    transform: translate3d(0, 0, -30vw)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .cube-wrapper {
    width: 60vw;
    height: 60vw;
  }

  .cube-text-con {
    width: 100%;
  }

  .quick-links-icon {
    flex: none;
  }

  .subscribe-title {
    white-space: normal;
    word-break: normal;
    line-height: 1.3;
  }

  .footer-lottie {
    top: 60px;
  }

  .hero-footer {
    text-align: left;
  }

  .navigation-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .space-text-wrap {
    text-align: center;
    width: 100%;
  }

  .navigation-map {
    min-height: 15vh;
  }

  .footer-par-copyright {
    text-align: center;
    flex-flow: wrap;
  }

  .red-grad-12 {
    top: 1320px;
  }

  .quick-intro-link {
    width: 100%;
  }

  .rights-wrapper {
    flex-wrap: wrap;
  }

  .social-network-link {
    width: 50px;
    height: 50px;
    font-family: "Fa Brands 400", Arial, sans-serif;
    text-decoration: none;
  }

  .padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .our-gallery-grid {
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .red-inner-grad-1 {
    left: -72%;
  }
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b094-4b1cddc7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b095-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b0af-4b1cddc7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b0b4-4b1cddc7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b0d1-4b1cddc7, #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0e2-4b1cddc7, #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0f3-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b105-4b1cddc7 {
  align-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b106-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b10b-4b1cddc7 {
  align-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b10e-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b110-4b1cddc7 {
  align-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b113-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798df-4b1cddc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798e0-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798e3-4b1cddc7 {
  place-self: stretch stretch;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798e7-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798e9-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_1608e783-9b7f-b385-c943-a415bca798eb-4b1cddc7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e7ff7-4b1cddc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e7ff8-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e7ffb-4b1cddc7 {
  place-self: stretch stretch;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e7fff-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e8001-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-ad4567ad-9b17-f2c0-f077-9aef598e8003-4b1cddc7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c40-4b1cddc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c41-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c44-4b1cddc7 {
  place-self: stretch stretch;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c48-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c4a-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-ad0a6225-ad64-2ded-2443-5104304a4c4c-4b1cddc7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eaa6-4b1cddc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eaa7-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eaaa-4b1cddc7 {
  place-self: stretch stretch;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eaaf-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eab1-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_505a6bec-9888-1507-dafb-906cc765eab3-4b1cddc7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe4c-4b1cddc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe4d-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe50-4b1cddc7 {
  place-self: stretch stretch;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe55-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe57-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2934e73e-0d52-289f-135c-14111fbebe59-4b1cddc7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b155-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b157-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b15e-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4f1db866-9e6e-a90c-d157-af640d85b160-4b1cddc7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f54-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f60-4b1cddc7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f6b-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f6f-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f7a-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f7e-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f89-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f8d-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f98-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f9c-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111fa7-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111fab-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111fb6-4b1cddc7 {
  align-self: center;
}

#w-node-_420e45c9-acd8-db2e-e9c0-55f15d111fba-4b1cddc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7f4e06-6e69-3320-4958-f9d58f04f531-4b1cddc7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc7f4e06-6e69-3320-4958-f9d58f04f53a-4b1cddc7 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bc7f4e06-6e69-3320-4958-f9d58f04f557-4b1cddc7 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604c5-81b604c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604c8-81b604c0 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604cb-81b604c0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60536-81b604c0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b6054e-81b604c0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60558-81b604c0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1e0033de-0bd5-3e9a-0ced-06f481b6055e-81b604c0 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5fd9-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5fde-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5fe3-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5fe8-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5fed-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe5ffc-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6003-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6008-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe600a-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe600f-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6011-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6016-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6018-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6074-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe608d-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6090-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6092-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6095-06f763e9 {
  justify-self: start;
}

#w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6109-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6113-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe6114-06f763e9, #w-node-bd6adbfb-04b4-5e3c-3efd-f314dafe619f-06f763e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eafe6-48a15449 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eafef-48a15449 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eaff8-48a15449 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb001-48a15449 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb00a-48a15449 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb013-48a15449 {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb01c-48a15449 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb025-48a15449 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb02e-48a15449 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_352d312f-cf08-7b60-0f13-2213fa7eb037-48a15449 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b095-4b1cddc7 {
    grid-column: 1 / 2;
  }

  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0af-4b1cddc7 {
    grid-column-end: 3;
  }

  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0b4-4b1cddc7 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f60-4b1cddc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f62-4b1cddc7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f71-4b1cddc7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f80-4b1cddc7 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f8f-4b1cddc7 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: end;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111f9e-4b1cddc7 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
  }

  #w-node-_420e45c9-acd8-db2e-e9c0-55f15d111fad-4b1cddc7 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: end;
  }

  #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f531-4b1cddc7 {
    grid-column-end: 9;
  }

  #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f53a-4b1cddc7 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f557-4b1cddc7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604c5-81b604c0 {
    grid-column-end: 4;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604c8-81b604c0 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b604cb-81b604c0 {
    grid-column-end: 4;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60536-81b604c0 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b6054e-81b604c0 {
    grid-row: 4 / 5;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60558-81b604c0, #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b6055e-81b604c0 {
    grid-row: 5 / 6;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eafe6-48a15449 {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b095-4b1cddc7 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0af-4b1cddc7 {
    grid-column: 1 / 4;
  }

  #w-node-_4f1db866-9e6e-a90c-d157-af640d85b0b4-4b1cddc7 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f531-4b1cddc7, #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f53a-4b1cddc7, #w-node-bc7f4e06-6e69-3320-4958-f9d58f04f557-4b1cddc7 {
    grid-column-end: 2;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60558-81b604c0 {
    grid-column-end: 4;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b6055e-81b604c0 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eafe6-48a15449 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eafef-48a15449 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eaff8-48a15449 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb001-48a15449 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb00a-48a15449 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb013-48a15449 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb01c-48a15449 {
    grid-row: 7 / 8;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb025-48a15449 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb02e-48a15449 {
    grid-row: 9 / 10;
  }

  #w-node-_352d312f-cf08-7b60-0f13-2213fa7eb037-48a15449 {
    grid-area: 10 / 1 / 11 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_505a6bec-9888-1507-dafb-906cc765eaaa-4b1cddc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_1e0033de-0bd5-3e9a-0ced-06f481b60558-81b604c0 {
    grid-area: 5 / 1 / 6 / 4;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf';
  src: url('../fonts/Nohemi-Black-BF6438cc58744d4.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf ';
  src: url('../fonts/Nohemi-Regular-BF6438cc4d0e493.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf ';
  src: url('../fonts/Nohemi-Medium-BF6438cc5883899.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf 6438';
  src: url('../fonts/Nohemi-ExtraLight-BF6438cc58a2634.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf';
  src: url('../fonts/Nohemi-SemiBold-BF6438cc588a48a.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf ';
  src: url('../fonts/Nohemi-Thin-BF6438cc5896c67.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf';
  src: url('../fonts/Nohemi-Light-BF6438cc5899919.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf ';
  src: url('../fonts/Nohemi-ExtraBold-BF6438cc5881baf.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi Bf ';
  src: url('../fonts/Nohemi-Bold-BF6438cc587b5b5.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}