:root {
  --plum: #ab4aba;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: #333;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.video-animation {
  background-image: linear-gradient(#fff0 80%, #fff), linear-gradient(#fff, #fff0 20%), url('../images/bg-pattern-active-new.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  margin-top: -256px;
  display: flex;
}

.video-animation-overlay {
  background-image: linear-gradient(#fff0 60%, #fff), linear-gradient(#fff, #fff0 40%), url('../images/bg-pattern_1.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  display: block;
  position: absolute;
}

.video-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.video-inner {
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #171717;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.video-badge {
  grid-column-gap: 16px;
  background-color: #f8f8f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.timer-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 17.5px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.video-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.intro-video {
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.play-pause-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  border-radius: 999px;
  position: static;
  inset: auto auto 24px;
}

.div-block {
  position: absolute;
  bottom: 24px;
}

.play-pause {
  width: 56px;
  height: 56px;
  padding: 12px;
}

.div-block-2 {
  display: none;
}

.header-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.header-wrapper.hero {
  max-width: 1000px;
}

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

.badge {
  grid-column-gap: 6px;
  background-color: #e2e2e2;
  border: 1px solid #ededed;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.badge-text {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

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

.button {
  grid-column-gap: 12px;
  background-color: #171717;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #262626;
}

.button-text {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-header-black {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
  text-decoration: none;
}

.text-header-subtext {
  color: #6f6f6f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
  text-decoration: none;
}

.wrapper-hero-cards {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 64px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.container.outline-blue {
  border: 4px solid #3e63dd;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.content-group {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stat {
  color: #ab4aba;
}

.description {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.stat-2 {
  color: #ab4aba;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.stat-2._2 {
  color: #6e56cf;
}

.stat-2._3 {
  color: #3e63dd;
}

.stat-1 {
  color: #3e63dd;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.stat-1._1 {
  color: #ab4aba;
}

.hero-text-0 {
  color: #858585;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.hero-text-1 {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.mehrfach-cards {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1256px;
  text-decoration: none;
  display: flex;
}

.mehrfach-cards-1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
}

.mehrfach-cards-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mehrfach-cards-2-top {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.mehrfach-cards-text-0 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
}

.mehrfach-cards-text-1 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
}

.umlistung-cards {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.umlistung-cards-links {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  height: 768px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.card {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 32px;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.content-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.umlistung-cards-text-header {
  color: #171717;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.umlistung-cards-text-description {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.card-2 {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 380px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 128px;
  text-decoration: none;
  display: flex;
}

.umlistung-cards-rechts {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  height: 768px;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.card-3 {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 384px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.umlistung-cards-text-2 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
}

.umlistung-cards-text-0 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
}

.umlistung-cards-text-1 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
}

.analyse-cards {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1256px;
  text-decoration: none;
  display: flex;
}

.analyse-cards-1 {
  grid-row-gap: 48px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.analyse-cards-1-2 {
  grid-row-gap: 48px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.analyse-cards-1-3 {
  grid-row-gap: 48px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.description-0 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.description-1 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.team-cards {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  text-decoration: none;
  display: flex;
}

.team-cards-container-top {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 192px;
  text-decoration: none;
  display: flex;
}

.card-1 {
  grid-column-gap: 48px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.profile-image {
  object-fit: cover;
  border-radius: 16px;
}

.info-container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-cards-container-bot {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 192px;
  text-decoration: none;
  display: flex;
}

.description-4 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.description-5 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.body-default {
  grid-column-gap: 196px;
  grid-row-gap: 196px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-default {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  display: flex;
  position: relative;
}

.section-hero {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-hero.func-nav-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.honeywell-overview {
  position: absolute;
  inset: 0% auto auto 0%;
}

.overview-image-container {
  max-width: 1256px;
  position: relative;
}

.honeywell {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.left-frame {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.honeywell-description {
  color: #6f6f6f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
}

.honeywell-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  grid-row-gap: 64px;
  background-color: #1c1c1c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 785px;
  padding: 128px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -224px;
  left: 341px;
}

.union {
  border-style: solid;
  border-width: undefinedpx;
  opacity: .07;
  background-image: url('../images/Union.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #ededed;
  width: 100%;
  min-height: 931px;
}

.chart-bar {
  background-color: #131313;
}

.content-2 {
  grid-column-gap: 48px;
  background-color: #1c1c1c;
  border: 1px solid #343434;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1256px;
  height: 447px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 12px;
  background-color: #ededed;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #fcfcfc;
}

.button-label {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 197px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  padding-left: 24px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.store-link-container {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.store-link-text {
  color: #ededed;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.legal-links-container {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.impressum-text {
  color: #ededed;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.text-0 {
  color: #a0a0a0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 150%;
  text-decoration: none;
}

.text-1 {
  color: #ededed;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 150%;
  text-decoration: none;
}

.navbar {
  grid-column-gap: 4px;
  background-color: #0000000d;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.navbar-item {
  grid-column-gap: 10px;
  color: #171717;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.navbar-item:hover {
  background-color: #0000001a;
}

.navbar-item.storelink:hover {
  background-color: #0000;
}

.navbar-item.func-navbar-item {
  z-index: 2;
  position: relative;
}

.navbar-item.func-navbar-item:hover {
  background-color: #ffffff1a;
}

.navbar-item.lang-btn {
  grid-column-gap: 4px;
  background-color: #1c1c1c;
  padding-left: 16px;
}

.navbar-item.lang-btn.w--current {
  grid-column-gap: 4px;
  padding-left: 16px;
}

.navbar-text {
  color: #171717;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.navbar-item-2 {
  grid-column-gap: 10px;
  background-color: #171717;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.navbar-text-2 {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.navbar-text-3 {
  filter: invert();
  text-align: center;
  mix-blend-mode: difference;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
}

.wrapper-navbar {
  z-index: 99;
  margin-top: 24px;
  position: fixed;
}

.wrapper-navbar.mobile-fix {
  filter: grayscale();
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  mix-blend-mode: difference;
  background-color: #ffffff12;
  border-radius: 999px;
}

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

.main-container {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  text-decoration: none;
  display: flex;
}

.header-container {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.badge-2 {
  grid-column-gap: 4px;
  background-color: #e2e2e2;
  border: 1px solid #ededed;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.badge-label {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.form-container {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.inputs-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-field {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-label {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.input {
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 240px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.name-input {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.button-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 12px;
  background-color: #171717;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  text-decoration: none;
  display: flex;
}

.button-label-2 {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.feature-block {
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 256px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.feature-icons-container {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-block-2 {
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 256px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.promo-text-0 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
  text-decoration: none;
}

.promo-text-1 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
  text-decoration: none;
}

.feature-text-0 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.feature-text-1 {
  color: #6f6f6f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
}

.field-label {
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  background-color: #ededed;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
}

.text-field:hover {
  background-color: #e0e0e0;
}

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

.form-block {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
}

.field {
  width: 100%;
}

.submit-button {
  background-color: #171717;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

.section-popup {
  z-index: 1000;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.badge-3 {
  grid-column-gap: 4px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.badge-3:hover {
  background-color: #f0f0f0;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  display: flex;
}

.image-3 {
  z-index: -1;
  width: 80%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-4 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.brand-illu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 180px;
  height: 40px;
  display: flex;
}

.brand-illu.long {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 256px;
  height: 72px;
}

.brand-illu.vertikal, .brand-illu.illu-vertikal {
  flex-flow: column;
}

.brand-illu.mid {
  width: 160px;
  height: 72px;
}

.brand-illu.illu-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.ele-item {
  border-radius: 4px;
  width: 100%;
}

.ele-item.plum {
  background-color: #ab4aba;
}

.ele-item.plum-7 {
  background-color: #deafe3;
}

.ele-item.slate {
  background-color: #e6e8eb;
}

.ele-item.slate._50p {
  width: 50%;
}

.ele-item.purple {
  background-color: #6e56cf;
}

.ele-item.purple._50p {
  width: 50%;
}

.ele-item.purple._50p.vertikal {
  width: 100%;
  height: 100%;
}

.ele-item.purple-7 {
  background-color: #c4b8f3;
}

.ele-item.purple-7._50p {
  width: 50%;
}

.ele-item.indigo {
  background-color: #3e63dd;
}

.ele-item.indigo._50p {
  width: 50%;
}

.ele-item.indigo-7 {
  background-color: #aec0f5;
}

.ele-item.cyan-7 {
  background-color: #83cdda;
}

.ele-item.cyan {
  background-color: #01a2c2;
}

.ele-item.slate-dark {
  background-color: #2b2f31;
}

.ele-item.slate-dark.f3 {
  height: 35%;
}

.ele-item.slate-dark.f5 {
  height: 65%;
}

.ele-item.slate-dark.f6 {
  height: 75%;
}

.ele-item.plum-dark {
  background-color: #6a2c6f;
}

.ele-item.plum-dark.f1 {
  height: 15%;
}

.ele-item.plum-dark.f2 {
  height: 25%;
}

.ele-item.plum-dark.f4 {
  height: 45%;
}

.ele-long {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  height: 100px;
  display: flex;
}

.vertikal {
  width: 100%;
  height: 100%;
}

.image-5 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.image-6 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-7 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8, .image-9 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-11 {
  z-index: -1;
  position: absolute;
}

.logo {
  filter: invert();
  height: 15px;
}

.logo.footer-logo {
  filter: none;
  height: 16px;
}

.right-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-3 {
  position: absolute;
}

.func-nav-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  mix-blend-mode: difference;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: relative;
}

.func-nav-indicator {
  z-index: 1;
  isolation: isolate;
  background-color: #fff;
  border-radius: 99px;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.func-nav-section {
  grid-column-gap: 196px;
  grid-row-gap: 196px;
  flex-flow: column;
  display: flex;
}

.section {
  grid-column-gap: 196px;
  grid-row-gap: 196px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo-center {
  display: none;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-container, .popup-container-top {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  max-width: 1000px;
}

.legal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-12 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.test {
  z-index: 10000;
  mix-blend-mode: difference;
  position: fixed;
  top: 200px;
}

.paragraph {
  color: #fff;
  mix-blend-mode: difference;
}

.legal-text {
  font-size: 16px;
  line-height: 140%;
}

.heading {
  font-size: 32px;
}

.vectors-wrapper-3-hide {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  padding-bottom: 24px;
  display: flex;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 140%;
}

.image-13 {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .video-animation {
    background-position: 0 0, 0 0, 60%;
    width: 100vw;
  }

  .video-animation-overlay {
    background-position: 0 0, 0 0, 60%;
  }

  .wrapper-hero-cards {
    grid-column-gap: 12px;
  }

  .mehrfach-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .mehrfach-cards-1 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 32px;
  }

  .mehrfach-cards-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: stretch;
  }

  .mehrfach-cards-2-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .mehrfach-cards-text-0, .mehrfach-cards-text-1 {
    font-size: 20px;
  }

  .umlistung-cards {
    grid-column-gap: 12px;
  }

  .umlistung-cards-links, .umlistung-cards-rechts {
    grid-row-gap: 12px;
  }

  .umlistung-cards-text-0, .umlistung-cards-text-1 {
    font-size: 20px;
  }

  .analyse-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: grid;
  }

  .analyse-cards-1 {
    justify-content: space-between;
  }

  .team-cards {
    grid-row-gap: 24px;
  }

  .team-cards-container-top {
    padding-right: 0;
  }

  .card-1 {
    grid-column-gap: 24px;
    padding: 24px;
  }

  .team-cards-container-bot {
    padding-left: 0;
  }

  .body-default {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-default.func-nav-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer {
    width: 100vw;
    padding: 64px;
  }

  .content-2 {
    grid-row-gap: 24px;
    flex-flow: column;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-3 {
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-0, .text-1 {
    font-size: 32px;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-container {
    flex-flow: column;
  }

  .section-popup {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: none;
  }

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

  .brand-illu.long {
    order: -1;
    height: 70px;
  }

  .brand-illu.mid {
    order: -1;
  }

  .image-8 {
    object-fit: cover;
  }

  .image-11 {
    inset: 0%;
  }

  .logo {
    mix-blend-mode: difference;
  }

  .section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .navbar-logo-center {
    display: none;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .popup-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .popup-container-top {
    grid-row-gap: 24px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .text-header-black, .text-header-subtext {
    font-size: 26px;
  }

  .wrapper-hero-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mehrfach-cards-text-0, .mehrfach-cards-text-1, .umlistung-cards-text-2, .umlistung-cards-text-0, .umlistung-cards-text-1, .description-0, .description-1 {
    font-size: 18px;
  }

  .card-1 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .description-4, .description-5 {
    font-size: 18px;
  }

  .body-default {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-2 {
    border-width: 0;
    padding: 0;
  }

  .footer-links {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    width: 100%;
  }

  .navbar-item {
    padding: 8px 12px;
  }

  .navbar-item.storelink {
    display: none;
  }

  .navbar-item.storelink.w--current {
    padding: 8px 8px 8px 12px;
    display: none;
  }

  .navbar-item.func-navbar-item {
    padding: 8px 12px;
  }

  .navbar-item.func-navbar-item:hover {
    background-color: #0000;
  }

  .navbar-text-3 {
    font-size: 14px;
  }

  .wrapper-navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-popup {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

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

  .image-4 {
    opacity: 0;
  }

  .brand-illu.mid {
    height: 48px;
  }

  .logo {
    height: 11px;
  }

  .logo.footer-logo {
    filter: none;
  }

  .navbar-logo-center {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .popup-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .legal {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .video-animation {
    height: 90svh;
    margin-top: -48px;
  }

  .video-container {
    width: 92%;
  }

  .text-header-black, .text-header-subtext {
    font-size: 22px;
  }

  .wrapper-hero-cards {
    grid-column-gap: 12px;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: auto;
    grid-auto-flow: column dense;
    place-items: center stretch;
  }

  .container {
    grid-row-gap: 32px;
  }

  .stat-2 {
    font-size: 32px;
  }

  .mehrfach-cards-2 {
    flex-flow: column;
  }

  .umlistung-cards {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .umlistung-cards-links {
    height: auto;
    padding-bottom: 0;
  }

  .card, .card-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .umlistung-cards-rechts {
    height: auto;
    padding-top: 0;
  }

  .card-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .analyse-cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .analyse-cards-1 {
    height: 256px;
  }

  .analyse-cards-1.wu {
    flex-flow: column-reverse;
  }

  .description-4, .description-5 {
    font-size: 16px;
  }

  .body-default {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-default {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-hero.func-nav-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .vectors-wrapper-9 {
    object-fit: contain;
    height: auto;
  }

  .footer {
    height: auto;
    padding: 24px;
  }

  .content-2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 24px 0;
  }

  .text-3 {
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

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

  .footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .legal-links-container {
    grid-column-gap: 12px;
  }

  .navbar {
    width: 95vw;
  }

  .navbar-item {
    padding: 6px 12px;
  }

  .navbar-item.func-navbar-item {
    width: 100%;
  }

  .navbar-item.func-navbar-item.w--current {
    padding: 6px;
  }

  .navbar-item.lang-btn {
    background-color: #e6e8eb;
    height: 40px;
    padding-left: 10px;
  }

  .navbar-item.lang-btn.w--current {
    height: 40px;
    padding-left: 10px;
  }

  .navbar-text-3 {
    font-size: 14px;
  }

  .wrapper-navbar {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapper-navbar.mobile-fix {
    display: none;
  }

  .main-container {
    grid-row-gap: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-text-0, .promo-text-1 {
    font-size: 24px;
  }

  .feature-text-0, .feature-text-1 {
    font-size: 18px;
  }

  .section-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .badge-3 {
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  .div-block-5 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-illu {
    height: 48px;
  }

  .brand-illu.mid {
    height: 60px;
  }

  .brand-illu.illu-footer {
    height: 260px;
  }

  .image-5 {
    height: 100%;
  }

  .logo {
    filter: none;
    height: 13px;
  }

  .func-nav-container {
    width: 100%;
  }

  .func-nav-indicator.mobile-fix {
    display: none;
  }

  .func-nav-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
  }

  .mobile-fix {
    display: none;
  }

  .navbar-logo-center {
    z-index: 99;
    width: 100vw;
    display: block;
    position: fixed;
  }

  .navbar-logo-center-container.shadow-three {
    background-color: #fff;
    border: 1px solid #ededed;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 12px;
  }

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

  .nav-menu-wrapper-three {
    background-color: #fff;
    top: 32px;
  }

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

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .menu-button.w--open {
    color: #171717;
    background-color: #a6b1bf00;
  }

  .div-block-6 {
    margin-top: 24px;
  }

  .legal {
    margin-top: 20px;
  }

  .image-13 {
    filter: invert();
  }

  .nav-wrap-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c31-ee1498d2 {
    grid-area: Area;
    justify-self: stretch;
  }

  #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cc5-ee1498d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c31-cc95f84f {
    grid-area: Area;
    justify-self: stretch;
  }

  #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cc5-cc95f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff300-ee1498d2, #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cad-ee1498d2, #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cb9-ee1498d2, #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff300-cc95f84f, #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cad-cc95f84f, #w-node-_4a9244ae-3df3-91f1-07f0-606893e84cb9-cc95f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff2ee-ee1498d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff2f9-ee1498d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c21-ee1498d2, #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c29-ee1498d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c31-ee1498d2 {
    grid-area: Area;
  }

  #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff2ee-cc95f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32d0ff90-87c2-a5f7-447d-c0e1daaff2f9-cc95f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c21-cc95f84f, #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c29-cc95f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8553b0c8-bfb8-15fc-1b3f-8d7c27426c31-cc95f84f {
    grid-area: Area;
  }
}


