:root {
  --raisin-black: #282828;
  --davy-s-gray: #52555b;
  --medium-slate-blue: #66f;
  --muted-timberwolf: #ebebea;
  --timberwolf: #d7d8d5;
  --pure-white: white;
  --ghost-white: #fbfbff;
  --lavender: #dadaf7;
  --mindaro: #f6ff8d;
  --cadet-gray: #9d9fa0;
  --periwinkle: #c2b4fb;
}

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--raisin-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: var(--davy-s-gray);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: var(--medium-slate-blue);
  text-decoration: underline;
}

strong {
  color: var(--raisin-black);
  font-weight: 600;
}

.headline-regular {
  color: var(--raisin-black);
  letter-spacing: -.04px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #e6e6ff00;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-self: auto;
  align-items: center;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.line-vertical-left {
  z-index: 1;
  background-color: var(--muted-timberwolf);
  opacity: .5;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.line-vertical-left.color-dark {
  background-color: var(--davy-s-gray);
}

.line-vertical-left.color-dark.full-lenght {
  top: 0;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
}

.paragraph-regular {
  color: var(--davy-s-gray);
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.paragraph-regular.center {
  color: var(--davy-s-gray);
  text-align: center;
  font-size: 16px;
}

.paragraph-regular.text-color-timberwolf {
  color: var(--timberwolf);
}

.line-horizontal {
  z-index: 0;
  background-color: var(--muted-timberwolf);
  pointer-events: none;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-horizontal.color-dark {
  background-color: var(--davy-s-gray);
}

.line-dot {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-right {
  background-color: var(--muted-timberwolf);
  opacity: .75;
  border: 0 #1b1b1d0d;
  border-radius: 100%;
  inset: auto -4.5px -4.5px auto;
}

.line-dot.bottom-right.color-dark {
  background-color: var(--davy-s-gray);
}

.line-dot.bottom-left {
  background-color: var(--muted-timberwolf);
  opacity: .75;
  border: 0 #1b1b1d00;
  border-radius: 100%;
  inset: auto auto -4.5px -4.5px;
}

.line-dot.bottom-left.color-dark {
  background-color: var(--davy-s-gray);
}

.line-dot.top-right {
  background-color: var(--muted-timberwolf);
  border-width: 0;
  border-color: #1b1b1d00;
  border-radius: 100%;
  inset: -4.5px -4.5px auto auto;
}

.line-dot.top-left {
  background-color: var(--muted-timberwolf);
  border: 0 #fff0;
  border-radius: 100%;
  inset: -4.5px auto auto -4.5px;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.section {
  z-index: 2;
  color: var(--davy-s-gray);
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  position: relative;
}

.icon-x-small {
  color: var(--medium-slate-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-x-small.color-black {
  color: var(--raisin-black);
}

.icon-x-small.color-white {
  color: var(--pure-white);
}

.container-lines-regular {
  z-index: 1;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-regular.non-margin-right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: auto;
  display: flex;
}

.line-vertical-right {
  z-index: 1;
  background-color: var(--muted-timberwolf);
  opacity: 1;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.line-vertical-right.color-dark {
  background-color: var(--davy-s-gray);
}

.line-vertical-right.color-dark.full-lenght {
  top: 0;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-v-l {
  align-self: center;
  align-items: center;
}

.wrap-v-small.allign-center {
  align-self: auto;
  align-items: center;
}

.wrap-v-small.spacing-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-bottom: 40px;
}

.max-width-x-small {
  width: 100%;
  max-width: 440px;
}

.max-width-x-small.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-regular {
  color: var(--raisin-black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular.reverse {
  color: var(--raisin-black);
  transform: rotate(180deg);
}

.video-lightbox-wrapper {
  background-image: url('../images/Video-BG_1Video BG.webp'), url('../images/Video_1Video.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 984px, 984px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
}

.video-lightbox-link {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
  box-shadow: inset 0 -16px 24px #ffffff1a;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-small {
  color: var(--davy-s-gray);
  letter-spacing: -.02em;
  align-self: auto;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-small.semi-bold {
  color: var(--raisin-black);
  font-size: 14px;
  font-weight: 600;
}

.paragraph-small.text-color-timberwolf {
  color: var(--timberwolf);
}

.logo {
  flex: none;
  width: auto;
  height: 2.5rem;
}

.feature-card {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
}

.feature-card.padding {
  padding: 24px;
}

.feature-card.padding.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.feature-line {
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small:hover {
  background-color: #ffffff0f;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
}

.grid-two-column.flex-box {
  display: flex;
}

.feature-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(to right, #fff, #07070700 15% 85%, #fff);
  position: absolute;
  inset: 0%;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper.reverse {
  justify-content: flex-end;
}

.feature-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: auto;
  background-color: #ffffff0a;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-self: stretch;
  align-items: center;
  padding: 2px 0;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge:hover {
  color: var(--raisin-black);
  border-color: #ffffff29;
}

.icon-wrap {
  background-color: var(--medium-slate-blue);
  border: 1px solid #ffffff0a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
}

.icon-wrap.secondary {
  border-style: solid;
  border-color: var(--muted-timberwolf);
  background-color: var(--ghost-white);
  width: 44px;
  height: 44px;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--muted-timberwolf);
  border-radius: .75rem;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

.text-block {
  color: var(--medium-slate-blue);
  font-family: "5 By 7", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.feature-button-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 0;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-small:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.carousel-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0;
  position: relative;
}

.feature-card-buton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 40px;
  position: relative;
}

.feature-container-lines.spacingtop-40 {
  padding-top: 40px;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-h-xsmall.align-c {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.wrap-h-xsmall.wrap-child {
  flex-flow: column;
  align-self: stretch;
}

.wrap-h-xsmall.wrap-child.direction-vertical {
  flex-flow: column;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

.grid-v-full-right {
  z-index: 1;
  background-color: var(--muted-timberwolf);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-blur {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.horizontal-divider-dash {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider-dash.feature {
  margin-top: 26px;
  margin-bottom: 6px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-v-large.gap-36px {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.grid-v-full-left {
  z-index: 1;
  background-color: var(--muted-timberwolf);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.title-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 24px;
  display: flex;
}

.h6-heading {
  color: var(--raisin-black);
  letter-spacing: -.1px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 24px;
  height: 25px;
  position: relative;
}

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6a6a6b;
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.hint-link {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

.h-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.text-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40rem;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
}

.text-field:focus {
  border-color: #ffffff3d;
}

.text-field::placeholder {
  color: #6a6a6b;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 8px 16px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button-primary:hover {
  background-color: var(--medium-slate-blue);
  transform: scale(1.01);
}

.button-primary.w--current {
  flex: none;
}

.button-primary.second {
  background-color: var(--medium-slate-blue);
  align-self: flex-start;
}

.button-primary.top-spacing {
  align-self: flex-start;
  margin-top: 24px;
}

.button-primary.stretch {
  flex: 1;
}

.icon-line {
  z-index: 4;
  pointer-events: none;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fce48fcc, 0 16px 40px #bb8ffccc, 0 10px 24px #fce48fa3, 0 12px 24px #bb8ffcb8, 0 4.2px 10.5px #fce48f99, 0 2.5px 6.25px #bb8ffc73, 0 1.5px 3.6px #fce48f66, 0 .66px 1.6px #bb8ffc3d;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.block {
  align-self: center;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wrap-h-regular.child-wrap {
  flex-flow: wrap;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.image-wrap.non-max-width {
  max-width: none;
}

.image-wrap.non-sytle {
  background-color: #07070900;
  background-image: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding: 0;
  display: flex;
}

.wrap-v-xlarge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.label-regular {
  direction: ltr;
  color: var(--raisin-black);
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: wrap;
  order: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  display: block;
}

.content-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.content-container-lines.non-padding-right {
  padding-right: 0;
}

.integration-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.container-lines-large.overflow {
  overflow: hidden;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--raisin-black);
  background-color: #e6e6ff00;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.integration-circle-inner {
  z-index: 2;
  border: 1px solid var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
  box-shadow: 0 0 1px 32px #ffffff03, 0 12px 40px #00000040;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #a6a6a6;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.headline-small {
  color: var(--raisin-black);
  letter-spacing: -.03px;
  align-self: center;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.headline-small.text-color-white {
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
}

.headline-small.allign-left {
  align-self: flex-start;
  font-weight: 600;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.17px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s;
  display: flex;
}

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

.feature-image-wrap {
  position: relative;
}

.linear-code {
  display: none;
}

.feature-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.image-boarder {
  z-index: 0;
  pointer-events: none;
  border-radius: 12px 12px 6px 6px;
  position: absolute;
  inset: 0%;
}

.image-boarder.cta-border {
  z-index: 3;
  border-radius: 0 0 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 24px 0 0;
  display: flex;
  overflow: hidden;
}

.feature-card-small {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 4px;
  display: flex;
  position: relative;
}

.feature-card-small.stretch {
  flex: 1;
  align-self: auto;
  height: auto;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 456px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-image {
  z-index: 2;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.nav-logo {
  flex-flow: row;
  height: 32px;
  display: flex;
}

.button {
  z-index: 2;
  border: 1px solid var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
}

.navigation-link {
  color: var(--raisin-black);
  border-radius: 40px;
  padding: 8px 12px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  transition: all .3s;
}

.navigation-link:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0f;
}

.navigation-link.w--current {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--raisin-black);
  background-color: #ffffff0f;
}

.button-background {
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff1f;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.nav-container-lines {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 48px;
  position: relative;
}

.menu-button {
  padding-left: 12px;
}

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

.button-bg {
  pointer-events: none;
  display: none;
}

.nav-button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-button-group.mobile-cta {
  display: none;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-secondary-old {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.button-secondary-old.top-spacing {
  margin-top: 24px;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.navigation-line {
  background-image: linear-gradient(to bottom, var(--medium-slate-blue), var(--medium-slate-blue));
  width: 120px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 16px 40px #bb8ffca3;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0a;
}

.cta-badge.empty {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.cta-overlay {
  z-index: 4;
  background-image: linear-gradient(-90deg, #dadaf700, #f0f0fcbf 53%, var(--ghost-white));
  border-radius: 1rem 0 0 1rem;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0;
  display: flex;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.first {
  border-style: solid;
  border-color: var(--muted-timberwolf);
  background-color: var(--ghost-white);
  border-radius: 1rem;
}

.cta-feature.last {
  border-top-right-radius: 24px;
}

.cta-feature.centric-padding {
  padding-bottom: 16px;
  text-decoration: none;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.cta-side {
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  max-width: 380px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  width: 100%;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.minus {
  z-index: 0;
  opacity: 0;
  filter: invert();
  width: 24px;
  height: 24px;
  position: absolute;
}

.faq-dropdown {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  cursor: pointer;
  border-radius: 12px;
  width: auto;
  overflow: hidden;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.container-x-small {
  width: auto;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.plus {
  filter: invert();
  width: 24px;
  height: 24px;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

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

.footer {
  background-color: var(--raisin-black);
  overflow: hidden;
}

.footer-contact-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-self: auto;
  align-items: center;
  display: flex;
}

.footer-base-link {
  color: #6a6a6b;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: #a6a6a6;
}

.footer-base-link.text-color-neutral-200 {
  color: var(--timberwolf);
  font-family: Ibmplexsans, sans-serif;
}

.container-small {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h4-heading {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: #a6a6a6;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--timberwolf);
  align-items: center;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: #a6a6a6;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.template-link-dark {
  color: #fffc;
  text-decoration: underline;
}

.template-typography-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.template-color {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  min-width: 140px;
  min-height: 150px;
  padding: 4px;
  display: flex;
}

.template-color.white {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.template-color.neutral-black {
  background-color: #000;
}

.template-color.neutral-900 {
  background-color: #161618;
}

.template-color.neutral-300 {
  background-color: #a6a6a6;
}

.template-color.neutral-700 {
  background-color: #252527;
}

.template-color.neutral-400 {
  background-color: #6a6a6b;
}

.template-color.neutral-500 {
  background-color: #424243;
}

.template-color.neutral-800 {
  background-color: #1b1b1d;
}

.template-color.neutral-600 {
  background-color: #303031;
}

.template-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.template-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.template-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff14;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: inline-block;
}

.button-outline:hover {
  background-color: #ffffff05;
  border-color: #ffffff1f;
}

.template-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.headline-large {
  color: #fff;
  letter-spacing: -.05px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.template-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.template-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-link-block {
  grid-column-gap: 16px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-link-block:hover {
  border: 1px solid #ebebeb;
}

.template-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 32px;
}

.template-button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.heading, .text-block-2 {
  color: #000;
}

.tag-label {
  color: var(--medium-slate-blue);
  font-family: "5 By 7", sans-serif;
  font-size: 16px;
}

.heading-2 {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-1 {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-1.centric {
  text-align: center;
}

.heading-3 {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
}

.heading-5 {
  color: var(--pure-white);
  font-family: Ibmplexsans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

._4x4-tafel-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.image {
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding: 112px 24px;
  display: block;
  position: static;
  inset: 0%;
}

.image.size-m {
  align-self: center;
  width: 50%;
}

.grid-three-collumn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-7 {
  font-family: Ibmplexsans, sans-serif;
}

.logo-size-s {
  width: 4rem;
}

.spacer-8rem {
  height: 8rem;
  font-size: 24px;
}

.div-block {
  height: 1.5rem;
}

.text-block-3, .text-block-4 {
  color: var(--raisin-black);
}

.text-block-5 {
  color: var(--timberwolf);
}

.button-label {
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
}

.imag {
  object-fit: contain;
  flex: 0 auto;
  max-width: none;
}

.product-card {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 28px;
  display: flex;
  position: relative;
}

.product-card.details {
  padding: 4px;
}

.product-tag {
  background-color: var(--mindaro);
  border-radius: 999px;
  padding: 6px 12px;
  position: absolute;
  inset: 12px auto auto 12px;
}

.product-slider {
  background-color: #ddd0;
  flex: 1;
  max-width: none;
  height: 35rem;
  overflow: hidden;
}

.right-arrow {
  border: 1px solid var(--timberwolf);
  background-color: var(--muted-timberwolf);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto 40% 12px auto;
}

.left-arrow {
  border: 1px solid var(--timberwolf);
  background-color: var(--muted-timberwolf);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto 0% 12px 40%;
}

.logo-size-m {
  width: 6rem;
}

.text-block-6 {
  font-size: 14px;
}

.feature-review {
  z-index: 2;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  padding: 20px 24px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.avatar {
  border-radius: 100%;
  width: 54px;
  height: 54px;
}

.heading-8 {
  color: var(--raisin-black);
}

.grid-four-collumn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link {
  color: var(--davy-s-gray);
  text-decoration: none;
}

.rich-text-block {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
}

.paragraph {
  font-size: 16px;
}

.heading-9 {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
}

.kontakt-form {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.form {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.wrap-v-small-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small-copy.align-v-l {
  align-self: center;
  align-items: center;
}

.wrap-v-small-copy.allign-center {
  align-self: auto;
  align-items: center;
}

.wrap-v-small-copy.spacing-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-bottom: 40px;
}

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

.text-field-light {
  border: 1px solid var(--lavender);
  background-color: var(--pure-white);
  border-radius: 999px;
}

.field-label {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
}

.button-wrapper-form {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--lavender);
  background-color: var(--ghost-white);
  color: var(--medium-slate-blue);
  text-align: center;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: all .3s;
}

.button-secondary:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--lavender);
  color: var(--medium-slate-blue);
  transform: scale(1.01);
}

.button-secondary.w--current {
  flex: none;
}

.button-secondary.second {
  background-color: var(--medium-slate-blue);
}

.button-secondary.top-spacing {
  align-self: flex-start;
  margin-top: 24px;
}

.radio-button-field {
  margin-top: 5px;
}

.radio-button-label {
  color: var(--timberwolf);
}

.link-2 {
  color: var(--medium-slate-blue);
}

.checkbox-label {
  color: var(--raisin-black);
}

.heading-10 {
  line-height: 1.4;
}

.radiobutton-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.back-next-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.back-next-wrapper.first-step {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}

.back-next-wrapper.relative {
  position: relative;
}

.next-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f90;
  border-radius: 50px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.next-button:hover {
  background-color: #eb8c00;
}

.form-step-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: block;
  position: static;
}

.field-input-text {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  color: #1e1e20;
  border-radius: 999px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Ibmplexsans, sans-serif;
  transition: all .2s;
}

.field-input-text:focus {
  background-color: var(--lavender);
  border-color: #b6b9ce;
}

.field-input-text::placeholder {
  color: var(--raisin-black);
  font-size: .9rem;
  line-height: 1.4rem;
}

.radio-button-label-2 {
  color: var(--raisin-black);
  letter-spacing: -.02em;
  font-family: Ibmplexsans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.f-paragraph-large {
  color: #7c7a85;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

.f-paragraph-large.f-margin-bottom-12 {
  color: var(--davy-s-gray);
  font-family: Ibmplexsans, sans-serif;
}

.form-block-2 {
  border-style: none;
  border-color: #e2e2e2;
  border-radius: 12px;
  margin-bottom: 0;
  display: block;
}

.text-block-7 {
  font-size: .9rem;
  line-height: 1.4;
}

.submit-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.radio-button-input {
  border-color: var(--muted-timberwolf);
  background-color: var(--ghost-white);
  letter-spacing: 0;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  position: absolute;
}

.radio-button-input:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--lavender);
}

.radio-button-input.w--redirected-checked {
  border-width: 3px;
  border-color: var(--lavender);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.radio-button-input.w--redirected-focus {
  border-color: var(--medium-slate-blue);
  background-color: var(--lavender);
  box-shadow: none;
}

.form-multistep {
  display: block;
}

.back-button {
  color: #1e1e20;
  letter-spacing: -.02em;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.back-button:hover {
  background-color: #f5f5f5;
  border-color: #7c7a85;
}

.input-wrapper {
  flex: 0 auto;
  margin-bottom: 0;
}

.f-icon-regular {
  color: #7c7a85;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.field-label-info {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f90;
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.field-label-2 {
  color: #1e1e20;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 24px;
}

.field-label-2.with-body {
  color: var(--raisin-black);
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
}

.radio-button-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.f-progress-wrapper-copy-element {
  height: 8px;
  display: flex;
  overflow: hidden;
}

.f-progress-wrapper-copy-element.bigger {
  border: 1px solid var(--muted-timberwolf);
  border-radius: 9999px;
  height: 40px;
  margin-bottom: 4rem;
}

.f-progress-indicator-custom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--ghost-white);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Ibmplexsans, sans-serif;
  font-size: .9rem;
  transition: all .6s;
  display: flex;
}

.f-progress-indicator-custom.current {
  background-color: var(--medium-slate-blue);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 19%;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 500;
  display: flex;
}

.field-input-dropdown {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  color: var(--raisin-black);
  border-radius: 999px;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Ibmplexsans, sans-serif;
  transition: all .2s;
}

.field-input-dropdown:focus {
  border-color: #b6b9ce;
}

.field-input-dropdown::placeholder {
  color: #7c7a85;
  font-size: .9rem;
  line-height: 1.4rem;
}

.input-grid-3-columns {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.input-grid-2-columns {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.input-grid-2-columns.gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.checkbox-button-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.radio-button-input-copy {
  letter-spacing: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  position: absolute;
}

.radio-button-input-copy:hover {
  background-color: #e2e2e2;
}

.radio-button-input-copy.w--redirected-checked {
  border-width: 3px;
  border-color: var(--lavender);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.radio-button-input-copy.w--redirected-focus {
  box-shadow: none;
  border-color: #f90;
}

.radio-button-input-copy-2 {
  border-color: var(--muted-timberwolf);
  background-color: var(--ghost-white);
  letter-spacing: 0;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  position: absolute;
}

.radio-button-input-copy-2:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--lavender);
}

.radio-button-input-copy-2.w--redirected-checked {
  color: #fff;
  background-color: #66f;
  background-image: none;
  border-width: 3px;
  border-color: #dadaf7;
}

.radio-button-input-copy-2.w--redirected-focus {
  border-color: var(--medium-slate-blue);
  background-color: var(--lavender);
  box-shadow: none;
}

.radio-button-label-3 {
  color: #282828;
  letter-spacing: -.02em;
  font-family: Ibmplexsans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.link-block-wrapper {
  padding-top: 50px;
  display: block;
  position: relative;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.input {
  color: #403c3a;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px 12px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover {
  border-style: solid;
  border-color: #7f7874;
  display: inline-block;
}

.input:focus {
  border-color: #7f7874;
}

.input::placeholder {
  color: #7f7874;
}

.input.cc-select {
  color: #403c3a;
  padding-left: 12px;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.heading-11 {
  color: var(--raisin-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.grid_2-1_produkt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  place-items: center baseline;
}

.grid_2-1_produkt._3, .grid_2-1_produkt._2, .grid_2-1_produkt._5, .grid_2-1_produkt._4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid_2-1_produkt._6 {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid_2-1_produkt._1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: block;
}

.image-6 {
  position: absolute;
  inset: auto 10px 30% auto;
}

.input-label {
  z-index: 1;
  color: #1c1d20;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 12px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.produkt-input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.heading-12 {
  color: #fe4f32;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.link-block {
  background-color: #f9f9f9;
  border: 1px solid #dbd6d2;
  justify-content: space-around;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block:hover {
  border-color: #7f7874;
}

.link-block._1 {
  border-style: solid;
  border-color: var(--lavender);
  background-color: var(--ghost-white);
  border-radius: 99999px;
}

.link-block._4 {
  display: none;
}

.link-block._2 {
  border-color: var(--lavender);
  background-color: var(--ghost-white);
  border-radius: 99999px;
  display: none;
}

.link-block._3, .link-block._5 {
  display: none;
}

.link-block._9 {
  cursor: default;
  background-color: #fff;
  border-radius: 9999px;
  display: none;
}

.link-block._9:hover {
  border-color: #fe4f32;
}

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

.f-summary-checkbox {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #e0e0e0;
  border-radius: .3125rem;
  align-items: center;
  margin-top: .125rem;
  padding: .375rem .5rem;
  font-size: .8125rem;
  font-weight: 500;
  display: flex;
}

.f-success-text {
  font-size: 1rem;
}

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

.f-container.is--form-7 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  max-width: none;
  padding: 0;
  display: flex;
}

.f-form-button-wrapper.is---3 {
  grid-column-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-form-steps-wrap.is---2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: scroll;
}

.f-summary-heading {
  color: var(--raisin-black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Ibmplexsans, sans-serif;
}

.f-haeding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.1;
}

.f-step-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  display: flex;
}

.f-summary-card {
  border-bottom: 1px solid var(--muted-timberwolf);
  background-color: #ececec00;
  border-radius: 0;
  width: 100%;
  padding: 0 0 .5rem;
  position: relative;
}

.f-image-overlay {
  opacity: .58;
  background-color: #0c1c1f;
  position: absolute;
  inset: 0%;
}

.f-radio-button {
  z-index: -1;
  border-width: .5px;
  border-color: #000;
  border-radius: 100vw;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-button.w--redirected-checked {
  border: 2px solid #020d11;
  border-radius: 100vw;
  width: 100%;
  height: 101%;
  inset: 0%;
}

.f-radio-button.w--redirected-focus {
  box-shadow: none;
  border-radius: 100vw;
}

.f-radio-button.w--redirected-focus-visible {
  border-radius: 100vw;
}

.f-success-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form-img-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-input-wrapper {
  width: 100%;
}

.f-radio-butn-label {
  z-index: 2;
  max-width: 20ch;
  position: relative;
}

.f-form-steps-item.is---7 {
  z-index: 1;
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 99%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-summary-text {
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
}

.f-txt-field-label {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

.f-success-video {
  object-fit: cover;
  background-image: linear-gradient(#000000bd, #000000bd);
  width: 100%;
  height: 100%;
}

.f-form-image-wrapper {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.925rem 1.25rem 4.525rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.f-summary-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.f-form-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-summary-field-name {
  opacity: .72;
  color: var(--raisin-black);
  font-family: Ibmplexsans, sans-serif;
  font-size: .75rem;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.f-summary-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: flex;
}

.f-pill-button-wrapper {
  z-index: 0;
  grid-column-gap: .5625rem;
  grid-row-gap: .75rem;
  text-align: center;
  border: .0625rem solid #000;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .25rem 1.4375rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-steps-wrap {
  padding: 3.5rem 2rem;
}

.f-steps-wrap.card {
  background-color: #f6f6f600;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.checkbox-label-text {
  z-index: 1;
  color: #031616;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.f-success-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-step-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 25.25rem;
  display: flex;
}

.f-form-radio-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-radio-wrapper.is---3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.f-summary-edit-button {
  opacity: 1;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: 0% 4% auto auto;
}

.f-check-box {
  border: .0625rem solid #031616;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.f-check-box:hover {
  background-color: #00000026;
}

.f-check-box.w--redirected-checked {
  background-color: #6b6b6b26;
  background-image: none;
  border-width: .125rem;
  border-color: #031616;
}

.form-checkbox-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1.875rem;
  display: grid;
}

.form-checkbox-wrapper.is-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.f-summary-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.f-steps-input {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-input-field {
  color: #000;
  background-color: #eeeded;
  border: .0625rem #000;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.f-heading-wrapper {
  z-index: 1;
  color: #fff;
  width: 60%;
  max-width: 59ch;
  margin-bottom: 3.75rem;
  position: relative;
  overflow: visible;
}

.f-form-button {
  color: #000;
  background-color: #0000;
  border: .0625rem solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .9375rem 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.f-form-button.is---1 {
  color: #fff;
  background-color: #000;
  border-radius: 100vw;
}

.f-summary-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #031616;
  height: 100%;
  position: relative;
}

.f-form-step-img {
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-html-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-column {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.field-input-textarea {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--ghost-white);
  color: #1e1e20;
  border-radius: 1rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Ibmplexsans, sans-serif;
  transition: all .2s;
  display: flex;
  overflow: auto;
}

.field-input-textarea:focus {
  background-color: var(--lavender);
  border-color: #b6b9ce;
}

.field-input-textarea::placeholder {
  color: var(--raisin-black);
  font-size: .9rem;
  line-height: 1.4rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid var(--muted-timberwolf);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f200;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--davy-s-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--pure-white);
  color: #fff;
  border-radius: 12px;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  color: var(--raisin-black);
  text-align: left;
  font-family: Ibmplexsans, sans-serif;
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--raisin-black);
  text-align: center;
  font-family: Ibmplexsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  background-color: var(--medium-slate-blue);
  color: var(--pure-white);
  border-color: #0540f2;
  border-radius: 9999px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  border: 1px solid var(--muted-timberwolf);
  background-color: var(--pure-white);
  color: #000;
  border-radius: 12px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 1.5px;
  border-color: var(--medium-slate-blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: var(--medium-slate-blue);
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #3330;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  border: 1px solid var(--lavender);
  background-color: var(--ghost-white);
  color: var(--medium-slate-blue);
  text-align: center;
  border-radius: 9999px;
  margin-top: 12px;
  padding: 12px 20px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 500;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: var(--raisin-black);
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: var(--medium-slate-blue);
  color: var(--pure-white);
  text-transform: none;
  border-radius: 9999px;
  margin-left: 0;
  margin-right: 0;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
}

.fs-cc-prefs2_buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: var(--medium-slate-blue);
  font-family: Ibmplexsans, sans-serif;
  font-weight: 500;
}

.link-3 {
  color: var(--medium-slate-blue);
}

.link-legal {
  color: var(--medium-slate-blue);
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 500px;
  flex-direction: column;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.link-legal-2 {
  color: var(--timberwolf);
  font-family: Ibmplexsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.feature-item {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-bottom: 1px solid var(--lavender);
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.lottie-hero-animation {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.checkbox {
  border: 1px solid var(--cadet-gray);
  background-color: var(--ghost-white);
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: var(--medium-slate-blue);
  width: 14px;
  height: 14px;
}

.dsgvo-check-hide {
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
  display: none;
}

.dsgvo-check {
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
}

.image-7 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image-8, .image-9, .image-10 {
  width: 100%;
  height: 100%;
}

.text-area-light {
  border: 1px solid var(--lavender);
  background-color: var(--pure-white);
  border-radius: 12px;
  min-height: 10rem;
}

.uui-heading-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.span-blue {
  color: #ff8112;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.is-reverse-mobile-landscape {
  justify-content: flex-start;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-text-size-large {
  color: #98a2b3;
  letter-spacing: normal;
  flex: 1;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.icon-size-s {
  width: 1.125rem;
  height: 1.125rem;
}

.text-style-link {
  color: #ff8112;
  text-decoration: underline;
}

.animation-2 {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 175px 3%;
  display: flex;
}

.path {
  color: #ff8112;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.icon-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.svg-icon {
  width: auto;
  height: auto;
}

.svg-icon:hover {
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .f-heading-wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .video-lightbox-wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .button-primary-small {
    display: flex;
  }

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

  .grid-two-column.flex-box {
    flex-flow: column;
    width: 100%;
  }

  .wrap-v-large {
    flex-flow: column;
  }

  .button-primary {
    align-self: center;
    display: flex;
  }

  .button-primary.navbar {
    display: flex;
  }

  .button-primary.nav {
    display: none;
  }

  .button-primary.nav.mobile {
    align-self: stretch;
    height: 42px;
    display: flex;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-boarder.cta-border {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-container-lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button {
    border: 1px solid var(--lavender);
    background-color: var(--ghost-white);
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: inset 0 -4px 12px #ffffff0a;
  }

  .menu-button.w--open {
    border: 1px solid var(--medium-slate-blue);
    background-color: var(--lavender);
    color: var(--pure-white);
    border-radius: 6px;
    padding: 12px;
  }

  .nav-menu {
    border-right: 1px solid var(--muted-timberwolf);
    border-bottom: 1px solid var(--muted-timberwolf);
    border-left: 1px solid var(--muted-timberwolf);
    background-color: var(--pure-white);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 24px 24px;
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .nav-button-group.mobile-cta {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

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

  .button-secondary-old {
    max-width: 150px;
    display: flex;
  }

  .navigation-line {
    inset: auto 0% -40px;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .cta-overlay {
    border-radius: 0;
    width: 45%;
    height: auto;
    margin-left: 0;
    padding-left: 33px;
  }

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-side {
    border-radius: 0;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    height: 15rem;
    margin-top: 44px;
    padding-left: 44px;
  }

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

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-side {
    max-width: none;
  }

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

  .template-typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-style-guide {
    flex-direction: column;
  }

  .template-menu {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
    display: grid;
    position: static;
  }

  .image {
    align-self: stretch;
    width: 100%;
  }

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

  .product-card {
    width: 100%;
  }

  .product-slider {
    align-self: stretch;
    width: 100%;
  }

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

  .button-secondary {
    display: flex;
  }

  .button-secondary.navbar {
    display: none;
  }

  .button-secondary.navbar.mobile {
    align-self: stretch;
    height: 42px;
    display: flex;
  }

  .radio-button-label-2 {
    text-align: center;
  }

  .f-progress-indicator-custom.current {
    border: 1px none var(--muted-timberwolf);
    border-radius: 0;
  }

  .input-group {
    flex: 1;
    align-self: stretch;
  }

  .grid_2-1_produkt {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid_2-1_produkt._1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-form-steps-item.is---7 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
  }

  .f-form-image-wrapper {
    width: 100%;
    min-height: 40vh;
  }

  .f-error-message {
    width: 100%;
  }

  .f-steps-wrap.card {
    width: 100%;
    max-width: 100%;
  }

  .f-heading-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }

  .icon {
    color: var(--medium-slate-blue);
  }

  .mask, .slide {
    width: 100%;
  }

  .lottie-animation {
    height: 15rem;
  }

  .text-block-9 {
    color: var(--medium-slate-blue);
  }

  .text-block-11 {
    font-size: .9rem;
  }

  .text-block-12 {
    color: var(--medium-slate-blue);
  }

  .text-block-13 {
    color: #282828;
  }

  .text-block-14 {
    color: var(--medium-slate-blue);
  }

  .form-title-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container-lines-regular {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-lightbox-wrapper {
    height: 380px;
  }

  .video-lightbox-link {
    padding: 24px;
  }

  .video-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-group {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .feature-container-lines {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-caption {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary {
    align-self: auto;
  }

  .block {
    align-self: auto;
    display: block;
  }

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

  .content-container-lines, .container-lines-large, .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

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

  .image-boarder.cta-border {
    padding-left: 0;
  }

  .nav-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-secondary-old {
    max-width: 100%;
  }

  .cta-content {
    align-self: auto;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-overlay {
    margin-left: 0;
    padding-left: 0;
  }

  .wrap-v-regular {
    width: 100%;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    width: 100%;
  }

  .cta-side {
    height: 12rem;
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .faq-grid {
    grid-auto-flow: row;
    width: auto;
    overflow: visible;
  }

  .faq-toggle {
    justify-content: space-between;
    width: 100%;
    display: inline-block;
  }

  .faq-answer {
    width: auto;
  }

  .faq-dropdown, .faq-dropdown-list {
    width: 100%;
  }

  .footer-main {
    padding-top: 16px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-line {
    top: -72px;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .container-lines-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .template-group {
    padding: 24px;
  }

  .radio-button-label-2 {
    text-align: center;
    align-self: auto;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .link-legal, .link-legal.w--current {
    color: #1c1d20;
    font-size: .875rem;
  }

  .link-legal-2 {
    color: var(--timberwolf);
    font-size: 12px;
  }

  .link-legal-2.w--current {
    color: #1c1d20;
    font-size: .875rem;
  }

  .lottie-animation {
    height: 12rem;
  }

  .text-block-9, .text-block-10 {
    font-size: .8rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .wrap-v-small.allign-center {
    text-align: center;
  }

  .video-lightbox-wrapper {
    height: 340px;
  }

  .logo-group {
    grid-column-gap: 28px;
  }

  .feature-line {
    left: 28px;
  }

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

  .icon-wrap {
    flex: 0 auto;
    padding: 8px;
    display: block;
  }

  .feature-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card-buton-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
  }

  .h-form {
    flex-direction: column;
  }

  .button-primary {
    width: auto;
  }

  .block {
    text-align: left;
    align-self: center;
    display: block;
  }

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

  .label-regular {
    white-space: normal;
  }

  .integration-title {
    margin-bottom: 64px;
  }

  .integration-circle {
    display: none;
  }

  .integration-wrapper {
    margin-bottom: 64px;
  }

  .image-boarder.cta-border {
    right: 12%;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .menu-button {
    border: 1px solid var(--timberwolf);
    background-color: var(--ghost-white);
    box-shadow: none;
    border-radius: 6px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--medium-slate-blue);
  }

  .nav-menu {
    border-style: none solid solid;
    border-width: 0 1px 1px;
    border-color: var(--muted-timberwolf);
    background-color: var(--pure-white);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .navigation-line {
    width: 80px;
  }

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-side {
    height: 8rem;
    margin-top: 0;
  }

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

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .template-menu, ._4x4-tafel-wrapper {
    grid-template-columns: 1fr;
  }

  .right-arrow {
    right: 20%;
  }

  .left-arrow {
    left: 20%;
  }

  .button-secondary {
    width: auto;
  }

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

  .radiobutton-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .back-next-wrapper.relative {
    width: auto;
  }

  .field-input-text {
    font-size: 16px;
  }

  .field-label-2 {
    margin-bottom: 1rem;
  }

  .f-progress-wrapper-copy-element.bigger {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .f-progress-indicator-custom {
    border: 1px solid var(--muted-timberwolf);
    border-radius: 3px;
    flex: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-progress-indicator-custom.current {
    border-style: solid;
    border-color: var(--medium-slate-blue);
    background-color: var(--lavender);
    color: var(--medium-slate-blue);
    border-radius: 3px;
    width: 100%;
  }

  .input-grid-3-columns {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .input-grid-2-columns.gap {
    flex-flow: column;
    display: flex;
  }

  .input, .input.cc-select {
    color: #403c3a;
  }

  .heading-11 {
    font-size: 1rem;
  }

  .grid_2-1_produkt._3, .grid_2-1_produkt._2, .grid_2-1_produkt._5, .grid_2-1_produkt._4, .grid_2-1_produkt._6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .grid_2-1_produkt._1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .f-haeding {
    font-size: 2.125rem;
  }

  .f-form-steps-item.is---7 {
    background-color: #f6f6f6;
  }

  .f-steps-wrap.card {
    flex: none;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .f-form {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .f-form-radio-wrapper {
    flex-wrap: wrap;
  }

  .f-form-radio-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .icon {
    color: var(--medium-slate-blue);
  }

  .form-title-wrap {
    align-self: auto;
    padding-left: 0;
  }

  .uui-space-xsmall {
    width: auto;
    min-width: .75rem;
  }
}

#w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab63138-eea2c0a1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab63139-eea2c0a1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab6313a-eea2c0a1 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab6313b-eea2c0a1 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_23e1f518-e525-acd3-094e-ce091e5274ce-eea2c0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_23e1f518-e525-acd3-094e-ce091e52750c-eea2c0a1, #w-node-_8a319e93-dc27-5dd7-2244-f3d9057c6164-eea2c0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bac2f4-1384-5f88-3536-47261ddad1a0-eea2c0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_252cdb5e-11dc-99b8-7b35-65aa7ae59803-eea2c0a1 {
  align-self: stretch;
}

#w-node-_7b55f4a1-1bee-6eaf-b7b1-7e3762e2f16f-eea2c0a1, #w-node-_7b55f4a1-1bee-6eaf-b7b1-7e3762e2f179-eea2c0a1, #w-node-_7b55f4a1-1bee-6eaf-b7b1-7e3762e2f183-eea2c0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b83ad0ea-da03-82c7-5514-af9ad79b3201-d79b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b83ad0ea-da03-82c7-5514-af9ad79b31c8-d79b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0e58db2f-d20b-be42-4b92-7d3d775f6045-ee5ff909, #w-node-_0e58db2f-d20b-be42-4b92-7d3d775f606a-ee5ff909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_082cd6bd-48ba-22e5-b201-07f99aa74227-9aa74224 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_082cd6bd-48ba-22e5-b201-07f99aa74230-9aa74224 {
  justify-self: end;
}

#w-node-c411558a-6699-53cb-2845-cd12ea43664e-5c906d6a, #w-node-c411558a-6699-53cb-2845-cd12ea436657-5c906d6a, #w-node-c411558a-6699-53cb-2845-cd12ea436660-5c906d6a, #w-node-_25a53c21-fcb2-20dd-ebcc-c2daa483033a-73f444e0, #w-node-e55fa16b-967d-c2ed-5e6b-2243bf506ee2-73f444e0, #w-node-_95a7da30-7089-d21e-2c60-48786e668e8e-73f444e0, #w-node-ef103e07-1baa-ff35-f3c8-4636812e85e2-73f444e0, #w-node-bc8bd590-13ae-072c-5f4b-67acededdac1-73f444e0, #w-node-_826a9cb1-66f9-8509-45ea-50cf25859619-73f444e0, #w-node-_1ffeab42-d20f-be24-488d-d1360f1c4bd8-73f444e0, #w-node-fdd7a518-6987-eb62-17e3-ba44c72d7702-73f444e0, #w-node-_2267b293-f197-420f-99cf-e6620d470a8d-73f444e0, #w-node-_8f6fd85f-f8d0-8387-6e36-7d3871fb45e4-73f444e0, #w-node-_2e0816e6-aaa7-3ad5-d0db-34f0fda3d46b-73f444e0, #w-node-_46b0dea3-24c3-d881-3897-6ea64bd54843-73f444e0, #w-node-_8fa33c0d-510a-6f72-89af-9d45b544ed1f-0b5eaa57, #w-node-_8fa33c0d-510a-6f72-89af-9d45b544ed25-0b5eaa57, #w-node-_8fa33c0d-510a-6f72-89af-9d45b544ed2b-0b5eaa57, #w-node-a10dc056-4535-c696-36c9-e9a2f11d4720-0b5eaa57, #w-node-a10dc056-4535-c696-36c9-e9a2f11d472b-0b5eaa57, #w-node-a10dc056-4535-c696-36c9-e9a2f11d4736-0b5eaa57, #w-node-_3411fced-27e9-48c8-4b32-aebaf0c92059-9dc246b0, #w-node-_3411fced-27e9-48c8-4b32-aebaf0c92063-9dc246b0, #w-node-_3411fced-27e9-48c8-4b32-aebaf0c9206d-9dc246b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ed80600-cecb-0749-21cf-f6ac84aec890-9dc246b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8ed80600-cecb-0749-21cf-f6ac84aec8b1-9dc246b0 {
  align-self: stretch;
}

#w-node-b645ff94-0943-fe63-38e8-f72a2604302d-a8f70943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-b645ff94-0943-fe63-38e8-f72a26043036-a8f70943 {
  justify-self: end;
}

#w-node-bf0e1740-aea8-ed97-b192-7e0aa3f689e6-60055ffa, #w-node-_0cebbff3-74af-a83d-7c51-c08f64f55d22-60055ffa, #w-node-f362abd4-16a0-e96c-f61b-040eda257499-60055ffa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c007d9c1-5f7d-5daa-411e-4573809de020-60055ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c007d9c1-5f7d-5daa-411e-4573809de02c-60055ffa {
  justify-self: stretch;
}

#w-node-c007d9c1-5f7d-5daa-411e-4573809de035-60055ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f5ef0f67-a730-7bb9-498d-58edd2720fc1-60055ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4de921c-376c-4c9e-afb9-065e755e797f-d2fe77f5 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-d4de921c-376c-4c9e-afb9-065e755e7980-d2fe77f5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-d4de921c-376c-4c9e-afb9-065e755e7981-d2fe77f5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-d4de921c-376c-4c9e-afb9-065e755e7982-d2fe77f5 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-_139c08d3-efb2-982c-cf4f-473625b2fce5-d2fe77f5, #w-node-_139c08d3-efb2-982c-cf4f-473625b2fcf0-d2fe77f5, #w-node-_139c08d3-efb2-982c-cf4f-473625b2fcfb-d2fe77f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7b55f4a1-1bee-6eaf-b7b1-7e3762e2f183-eea2c0a1 {
    grid-column: span 1 / span 1;
  }

  #w-node-b83ad0ea-da03-82c7-5514-af9ad79b3201-d79b31c3 {
    justify-self: start;
  }

  #w-node-_082cd6bd-48ba-22e5-b201-07f99aa74227-9aa74224 {
    align-self: center;
  }

  #w-node-_082cd6bd-48ba-22e5-b201-07f99aa74229-9aa74224 {
    justify-self: auto;
  }

  #w-node-_082cd6bd-48ba-22e5-b201-07f99aa74230-9aa74224 {
    place-self: auto end;
  }

  #w-node-c411558a-6699-53cb-2845-cd12ea436660-5c906d6a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3411fced-27e9-48c8-4b32-aebaf0c9206d-9dc246b0 {
    grid-column: span 1 / span 1;
  }

  #Kassensystemp.w-node-_1f9f0840-8c93-95b0-ebcf-7726897d209d-60055ffa {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b55f4a1-1bee-6eaf-b7b1-7e3762e2f183-eea2c0a1, #w-node-c411558a-6699-53cb-2845-cd12ea436660-5c906d6a, #w-node-_3411fced-27e9-48c8-4b32-aebaf0c9206d-9dc246b0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_257cc399-cbeb-9dbc-3069-a0fd75e978b1-60055ffa {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab63138-eea2c0a1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab63139-eea2c0a1, #w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab6313a-eea2c0a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16a5dabd-b347-d13e-b6f4-6bc39ab6313b-eea2c0a1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5f4c3766-3ec2-0cac-ed9d-2695bfc6c3ed-60055ffa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Text';
  src: url('../fonts/IBMPlexSans-Text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype'), url('../fonts/IBMPlexSans-TextItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '5 By 7';
  src: url('../fonts/5by7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '5 By 7 B';
  src: url('../fonts/5by7_b.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}