.badge-email {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.badge-email a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 200ms ease;
}

.badge-email i {
  font-size: 1.2em;
  color: #3fa0db;
  display: inline-block !important;
  visibility: visible !important;
}

.badge-email a:hover {
  color: #3fa0db;
}

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3fa0db;
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

strong {
  font-weight: 500;
}

.container {
  max-width: 1300px;
  padding-right: 32px;
  padding-left: 32px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ... Der Rest deiner CSS bleibt unverändert ... */


.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: auto;
  height: 42px;
  max-width: none;
}

.section-hero {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #3fa0db;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: rgba(63, 160, 219, 0.8);
}

.grid-4-4-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-bg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5fafd;
}

.grid-5-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-area {
  position: relative;
}

.list-item {
  margin-top: 24px;
}

.badge-postbank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.logo-postbank {
  width: auto;
  height: 42px;
  max-width: none;
}

.list-wrapper {
  position: relative;
  font-size: 20px;
  text-align: center;
}

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

.testimonial-rating {
  height: 16px;
  max-width: none;
  margin-bottom: 12px;
  background-image: url('../images/rating.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.testimonial-name {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.35);
}

.section-headline {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  text-align: center;
}

.text-highlighted {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  background-color: rgba(63, 160, 219, 0.2);
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 2;
}

.image {
  width: auto;
  height: 16px;
  max-width: none;
  margin-right: 8px;
}

.footer-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area {
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-item {
  display: inline-block;
  color: #000;
}

.footer-nav-item:hover {
  color: #3fa0db;
}

.footer-nav {
  width: 80px;
}

.hero-checklist {
  margin-top: 120px;
}

.icon-small {
  width: 20px;
  margin-top: 6px;
  margin-right: 8px;
}

.checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
}

.grid-hero {
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-48 {
  width: 48px;
}

.section-inner {
  padding-top: 120px;
}

.text-20 {
  padding-bottom: 36px;
  font-size: 20px;
}

.text-22 {
  font-size: 20px;
}

.toggle-line-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #3fa0db;
}

.toggle-line-1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3fa0db;
}

.tab-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.tab-body {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-header {
  position: relative;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  cursor: pointer;
}

.tab-header:hover {
  color: #3fa0db;
}

.tab-text {
  padding-right: 24px;
  padding-bottom: 24px;
}

.tab-toogle-icon {
  position: absolute;
  left: auto;
  top: 25px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cta-wrapper {
  padding: 60px 80px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.grid-cta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(63, 160, 219, 0.15);
  font-size: 14px;
  font-weight: 500;
}

.text-grid-6-6 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-inner-border {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.radio-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.grid-radio-buttons {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.form-step-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-headline {
  padding-bottom: 24px;
  font-size: 24px;
  text-align: center;
}

.form-step-progress {
  position: relative;
  padding: 32px 60px 60px;
}

.progess-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.progress-bar-progress {
  width: 16.6667%;
  height: 10px;
  border-radius: 10px;
  background-color: #3fa0db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.progress-step {
  color: rgba(0, 0, 0, 0.25);
}

.progress-step.step-active {
  color: #000;
}

.progress-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
}

.grid-progress-steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-range-slider {
  width: 160px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border: 0px none #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.grid-range-slider {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 9fr;
  grid-template-columns: 3fr 9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.range-slider-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tap-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.step-submit {
  background-color: #fff;
}

.field {
  margin-bottom: 16px;
}

.input-field {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 160, 219, 0.25);
  border-radius: 2px;
  background-color: #f5fafd;
  font-size: 16px;
}

.input-field:focus {
  border-color: #3fa0db;
  box-shadow: 0 0 0 3px rgba(63, 160, 219, 0.2);
}

.checkbox-privacy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.field-wrapper {
  margin-top: 24px;
}

.grid-submit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 60px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step {
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.progress-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.form {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.contact-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.range-slider-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-form {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-faq {
  padding-bottom: 120px;
}

.no-wrap {
  white-space: nowrap;
}

.footer-copyright {
  margin-right: 20px;
}

.grid-footer {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-1-6 {
  background-color: #f5fafd;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

  .grid-5-7 {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .img-about {
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
  }

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

  .section-headline {
    max-width: 100%;
  }

  .cta-img-wrapper {
    margin-right: 0px;
  }

  .hero-checklist {
    margin-top: 80px;
  }

  .hero-img {
    margin-right: 0px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .section-inner {
    padding-top: 80px;
  }

  .cta-wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding: 80px 32px;
  }

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

  .text-grid-6-6 {
    grid-column-gap: 32px;
  }

  .section-inner-border {
    margin-top: 80px;
    padding-top: 80px;
  }

  .form-step-progress {
    padding-right: 32px;
    padding-bottom: 60px;
    padding-left: 32px;
  }

  .progess-bar {
    -webkit-transform: translate(0px, -84px);
    -ms-transform: translate(0px, -84px);
    transform: translate(0px, -84px);
  }

  .tap-wrapper {
    width: 100%;
  }

  .step-submit {
    padding-top: 60px;
  }

  .grid-submit {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .submit-img {
    margin-right: 0px;
  }

  .step {
    padding-right: 32px;
    padding-left: 32px;
  }

  .progress-text {
    font-size: 12px;
  }

  .range-slider-wrapper {
    width: 100%;
  }

  .section-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-faq {
    padding-bottom: 80px;
  }

  .grid-footer {
    -ms-grid-columns: 9fr;
    grid-template-columns: 9fr;
  }

  .step-1-6 {
    margin-right: -32px;
    margin-left: -32px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 32px;
  }

  .header-logo {
    width: 50%;
    padding-right: 16px;
  }

  .logo-img {
    width: 100%;
    height: auto;
  }

  .section-hero {
    padding-top: 0px;
  }

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

  .grid-5-7 {
    grid-row-gap: 60px;
  }

  .list-item {
    margin-top: 12px;
  }

  .badge-postbank {
    width: 50%;
    padding-left: 16px;
  }

  .logo-postbank {
    width: 100%;
    height: auto;
  }

  .list-wrapper {
    font-size: 16px;
  }

  .footer-badge {
    margin-left: 0px;
  }

  .footer-area {
    display: block;
    margin-bottom: 16px;
  }

  .footer-nav-item {
    margin-right: 16px;
    margin-left: 0px;
  }

  .hero-checklist {
    margin-top: 60px;
  }

  .icon-small {
    margin-top: 5px;
  }

  .checklist-item {
    font-size: 16px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-20 {
    font-size: 16px;
  }

  .tab {
    display: block;
  }

  .tab-body {
    padding-left: 0px;
  }

  .text-grid-6-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-radio-buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .progess-bar {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .progress-number {
    margin-bottom: 0px;
  }

  .grid-range-slider {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .progress-text {
    display: none;
  }

  .footer-info {
    display: block;
    width: 100%;
  }

  .div-block-8 {
    display: block;
  }

  .footer-contact {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left-style: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

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

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

  .section-headline {
    padding-bottom: 12px;
  }

  .radio-button-wrapper {
    height: 80px;
  }

  .grid-radio-buttons {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .step-headline {
    padding-bottom: 12px;
  }

  .progress-number {
    font-size: 16px;
  }

  .range-slider {
    margin-top: 16px;
  }

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

#w-node-b0b38620-ec84-80b4-6ecb-f62be11cea01-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1ad2bfe5-3353-655f-5ebf-56fcecaca274-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d62f30c-d0c8-f18d-ba18-e427464c5329-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_057d4aec-e8db-5292-23eb-94199c960bc8-32e3468a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}


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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3fa0db;
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

strong {
  font-weight: 500;
}

.container {
  max-width: 1300px;
  padding-right: 32px;
  padding-left: 32px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: auto;
  height: 42px;
  max-width: none;
}

.section-hero {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #3fa0db;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: rgba(63, 160, 219, 0.8);
}

.grid-4-4-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-bg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5fafd;
}

.grid-5-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-area {
  position: relative;
}

.list-item {
  margin-top: 24px;
}

.badge-postbank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.logo-postbank {
  width: auto;
  height: 42px;
  max-width: none;
}

.list-wrapper {
  position: relative;
  font-size: 20px;
  text-align: center;
}

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

.testimonial-rating {
  height: 16px;
  max-width: none;
  margin-bottom: 12px;
  background-image: url('../images/rating.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.testimonial-name {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.35);
}

.section-headline {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  text-align: center;
}

.text-highlighted {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  background-color: rgba(63, 160, 219, 0.2);
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 2;
}

.image {
  width: auto;
  height: 16px;
  max-width: none;
  margin-right: 8px;
}

.footer-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area {
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-item {
  display: inline-block;
  color: #000;
}

.footer-nav-item:hover {
  color: #3fa0db;
}

.footer-nav {
  width: 80px;
}

.hero-checklist {
  margin-top: 120px;
}

.icon-small {
  width: 20px;
  margin-top: 6px;
  margin-right: 8px;
}

.checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
}

.grid-hero {
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-48 {
  width: 48px;
}

.section-inner {
  padding-top: 120px;
}

.text-20 {
  padding-bottom: 36px;
  font-size: 20px;
}

.toggle-line-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #3fa0db;
}

.toggle-line-1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3fa0db;
}

.tab-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.tab-body {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-header {
  position: relative;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  cursor: pointer;
}

.tab-header:hover {
  color: #3fa0db;
}

.tab-text {
  padding-right: 24px;
  padding-bottom: 24px;
}

.tab-toogle-icon {
  position: absolute;
  left: auto;
  top: 25px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cta-wrapper {
  padding: 60px 80px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.grid-cta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(63, 160, 219, 0.15);
  font-size: 14px;
  font-weight: 500;
}

.text-grid-6-6 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-inner-border {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.radio-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.grid-radio-buttons {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.form-step-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-headline {
  padding-bottom: 24px;
  font-size: 24px;
  text-align: center;
}

.form-step-progress {
  position: relative;
  padding: 32px 60px 60px;
}

.progess-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.progress-bar-progress {
  width: 16.6667%;
  height: 10px;
  border-radius: 10px;
  background-color: #3fa0db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.progress-step {
  color: rgba(0, 0, 0, 0.25);
}

.progress-step.step-active {
  color: #000;
}

.progress-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
}

.grid-progress-steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-range-slider {
  width: 160px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border: 0px none #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.grid-range-slider {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 9fr;
  grid-template-columns: 3fr 9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.range-slider-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tap-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.step-submit {
  background-color: #fff;
}

.field {
  margin-bottom: 16px;
}

.input-field {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 160, 219, 0.25);
  border-radius: 2px;
  background-color: #f5fafd;
  font-size: 16px;
}

.input-field:focus {
  border-color: #3fa0db;
  box-shadow: 0 0 0 3px rgba(63, 160, 219, 0.2);
}

.checkbox-privacy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.field-wrapper {
  margin-top: 24px;
}

.grid-submit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 60px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step {
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.progress-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.form {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.contact-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.range-slider-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-form {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-faq {
  padding-bottom: 120px;
}

.no-wrap {
  white-space: nowrap;
}

.footer-copyright {
  margin-right: 20px;
}

.grid-footer {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-1-6 {
  background-color: #f5fafd;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

  .grid-5-7 {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .img-about {
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
  }

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

  .section-headline {
    max-width: 100%;
  }

  .cta-img-wrapper {
    margin-right: 0px;
  }

  .hero-checklist {
    margin-top: 80px;
  }

  .hero-img {
    margin-right: 0px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .section-inner {
    padding-top: 80px;
  }

  .cta-wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding: 80px 32px;
  }

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

  .text-grid-6-6 {
    grid-column-gap: 32px;
  }

  .section-inner-border {
    margin-top: 80px;
    padding-top: 80px;
  }

  .form-step-progress {
    padding-right: 32px;
    padding-bottom: 60px;
    padding-left: 32px;
  }

  .progess-bar {
    -webkit-transform: translate(0px, -84px);
    -ms-transform: translate(0px, -84px);
    transform: translate(0px, -84px);
  }

  .tap-wrapper {
    width: 100%;
  }

  .step-submit {
    padding-top: 60px;
  }

  .grid-submit {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .submit-img {
    margin-right: 0px;
  }

  .step {
    padding-right: 32px;
    padding-left: 32px;
  }

  .progress-text {
    font-size: 12px;
  }

  .range-slider-wrapper {
    width: 100%;
  }

  .section-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-faq {
    padding-bottom: 80px;
  }

  .grid-footer {
    -ms-grid-columns: 9fr;
    grid-template-columns: 9fr;
  }

  .step-1-6 {
    margin-right: -32px;
    margin-left: -32px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 32px;
  }

  .header-logo {
    width: 50%;
    padding-right: 16px;
  }

  .logo-img {
    width: 100%;
    height: auto;
  }

  .section-hero {
    padding-top: 0px;
  }

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

  .grid-5-7 {
    grid-row-gap: 60px;
  }

  .list-item {
    margin-top: 12px;
  }

  .badge-postbank {
    width: 50%;
    padding-left: 16px;
  }

  .logo-postbank {
    width: 100%;
    height: auto;
  }

  .list-wrapper {
    font-size: 16px;
  }

  .footer-badge {
    margin-left: 0px;
  }

  .footer-area {
    display: block;
    margin-bottom: 16px;
  }

  .footer-nav-item {
    margin-right: 16px;
    margin-left: 0px;
  }

  .hero-checklist {
    margin-top: 60px;
  }

  .icon-small {
    margin-top: 5px;
  }

  .checklist-item {
    font-size: 16px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-20 {
    font-size: 16px;
  }

  .tab {
    display: block;
  }

  .tab-body {
    padding-left: 0px;
  }

  .text-grid-6-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-radio-buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .progess-bar {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .progress-number {
    margin-bottom: 0px;
  }

  .grid-range-slider {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .progress-text {
    display: none;
  }

  .footer-info {
    display: block;
    width: 100%;
  }

  .div-block-8 {
    display: block;
  }

  .footer-contact {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left-style: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

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

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

  .section-headline {
    padding-bottom: 12px;
  }

  .radio-button-wrapper {
    height: 80px;
  }

  .grid-radio-buttons {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .step-headline {
    padding-bottom: 12px;
  }

  .progress-number {
    font-size: 16px;
  }

  .range-slider {
    margin-top: 16px;
  }

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

#w-node-b0b38620-ec84-80b4-6ecb-f62be11cea01-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1ad2bfe5-3353-655f-5ebf-56fcecaca274-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d62f30c-d0c8-f18d-ba18-e427464c5329-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_057d4aec-e8db-5292-23eb-94199c960bc8-32e3468a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}



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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3fa0db;
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

strong {
  font-weight: 500;
}

.container {
  max-width: 1300px;
  padding-right: 32px;
  padding-left: 32px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: auto;
  height: 42px;
  max-width: none;
}

.section-hero {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #3fa0db;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: rgba(63, 160, 219, 0.8);
}

.grid-4-4-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-bg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5fafd;
}

.grid-5-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-area {
  position: relative;
}

.list-item {
  margin-top: 24px;
}

.badge-postbank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.logo-postbank {
  width: auto;
  height: 42px;
  max-width: none;
}

.list-wrapper {
  position: relative;
  font-size: 20px;
  text-align: center;
}

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

.testimonial-rating {
  height: 16px;
  max-width: none;
  margin-bottom: 12px;
  background-image: url('../images/rating.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.testimonial-name {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.35);
}

.section-headline {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  text-align: center;
}

.text-highlighted {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  background-color: rgba(63, 160, 219, 0.2);
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 2;
}

.image {
  width: auto;
  height: 16px;
  max-width: none;
  margin-right: 8px;
}

.footer-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area {
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-item {
  display: inline-block;
  color: #000;
}

.footer-nav-item:hover {
  color: #3fa0db;
}

.footer-nav {
  width: 80px;
}

.hero-checklist {
  margin-top: 120px;
}

.icon-small {
  width: 20px;
  margin-top: 6px;
  margin-right: 8px;
}

.checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
}

.grid-hero {
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-48 {
  width: 48px;
}

.section-inner {
  padding-top: 120px;
}

.text-20 {
  padding-bottom: 36px;
  font-size: 20px;
}

.toggle-line-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #3fa0db;
}

.toggle-line-1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #3fa0db;
}

.tab-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.tab-body {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-header {
  position: relative;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  cursor: pointer;
}

.tab-header:hover {
  color: #3fa0db;
}

.tab-text {
  padding-right: 24px;
  padding-bottom: 24px;
}

.tab-toogle-icon {
  position: absolute;
  left: auto;
  top: 25px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cta-wrapper {
  padding: 60px 80px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.grid-cta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(63, 160, 219, 0.15);
  font-size: 14px;
  font-weight: 500;
}

.text-grid-6-6 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-inner-border {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.radio-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.grid-radio-buttons {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.form-step-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-headline {
  padding-bottom: 24px;
  font-size: 24px;
  text-align: center;
}

.form-step-progress {
  position: relative;
  padding: 32px 60px 60px;
}

.progess-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.progress-bar-progress {
  width: 16.6667%;
  height: 10px;
  border-radius: 10px;
  background-color: #3fa0db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.progress-step {
  color: rgba(0, 0, 0, 0.25);
}

.progress-step.step-active {
  color: #000;
}

.progress-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
}

.grid-progress-steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-range-slider {
  width: 160px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border: 0px none #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.grid-range-slider {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 9fr;
  grid-template-columns: 3fr 9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.range-slider-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tap-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.step-submit {
  background-color: #fff;
}

.field {
  margin-bottom: 16px;
}

.input-field {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 160, 219, 0.25);
  border-radius: 2px;
  background-color: #f5fafd;
  font-size: 16px;
}

.input-field:focus {
  border-color: #3fa0db;
  box-shadow: 0 0 0 3px rgba(63, 160, 219, 0.2);
}

.checkbox-privacy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.field-wrapper {
  margin-top: 24px;
}

.grid-submit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 60px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step {
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.progress-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.form {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.contact-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.range-slider-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-form {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-faq {
  padding-bottom: 120px;
}

.no-wrap {
  white-space: nowrap;
}

.footer-copyright {
  margin-right: 20px;
}

.grid-footer {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-1-6 {
  background-color: #f5fafd;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

  .grid-5-7 {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .img-about {
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
  }

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

  .section-headline {
    max-width: 100%;
  }

  .cta-img-wrapper {
    margin-right: 0px;
  }

  .hero-checklist {
    margin-top: 80px;
  }

  .hero-img {
    margin-right: 0px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .section-inner {
    padding-top: 80px;
  }

  .cta-wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding: 80px 32px;
  }

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

  .text-grid-6-6 {
    grid-column-gap: 32px;
  }

  .section-inner-border {
    margin-top: 80px;
    padding-top: 80px;
  }

  .form-step-progress {
    padding-right: 32px;
    padding-bottom: 60px;
    padding-left: 32px;
  }

  .progess-bar {
    -webkit-transform: translate(0px, -84px);
    -ms-transform: translate(0px, -84px);
    transform: translate(0px, -84px);
  }

  .tap-wrapper {
    width: 100%;
  }

  .step-submit {
    padding-top: 60px;
  }

  .grid-submit {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .submit-img {
    margin-right: 0px;
  }

  .step {
    padding-right: 32px;
    padding-left: 32px;
  }

  .progress-text {
    font-size: 12px;
  }

  .range-slider-wrapper {
    width: 100%;
  }

  .section-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-faq {
    padding-bottom: 80px;
  }

  .grid-footer {
    -ms-grid-columns: 9fr;
    grid-template-columns: 9fr;
  }

  .step-1-6 {
    margin-right: -32px;
    margin-left: -32px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 32px;
  }

  .header-logo {
    width: 50%;
    padding-right: 16px;
  }

  .logo-img {
    width: 100%;
    height: auto;
  }

  .section-hero {
    padding-top: 0px;
  }

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

  .grid-5-7 {
    grid-row-gap: 60px;
  }

  .list-item {
    margin-top: 12px;
  }

  .badge-postbank {
    width: 50%;
    padding-left: 16px;
  }

  .logo-postbank {
    width: 100%;
    height: auto;
  }

  .list-wrapper {
    font-size: 16px;
  }

  .footer-badge {
    margin-left: 0px;
  }

  .footer-area {
    display: block;
    margin-bottom: 16px;
  }

  .footer-nav-item {
    margin-right: 16px;
    margin-left: 0px;
  }

  .hero-checklist {
    margin-top: 60px;
  }

  .icon-small {
    margin-top: 5px;
  }

  .checklist-item {
    font-size: 16px;
  }

  .grid-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-20 {
    font-size: 16px;
  }

  .tab {
    display: block;
  }

  .tab-body {
    padding-left: 0px;
  }

  .text-grid-6-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-radio-buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .progess-bar {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .progress-number {
    margin-bottom: 0px;
  }

  .grid-range-slider {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .progress-text {
    display: none;
  }

  .footer-info {
    display: block;
    width: 100%;
  }

  .div-block-8 {
    display: block;
  }

  .footer-contact {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left-style: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

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

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

  .section-headline {
    padding-bottom: 12px;
  }

  .radio-button-wrapper {
    height: 80px;
  }

  .grid-radio-buttons {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .step-headline {
    padding-bottom: 12px;
  }

  .progress-number {
    font-size: 16px;
  }

  .range-slider {
    margin-top: 16px;
  }

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

#w-node-b0b38620-ec84-80b4-6ecb-f62be11cea01-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1ad2bfe5-3353-655f-5ebf-56fcecaca274-4e7d98f2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d62f30c-d0c8-f18d-ba18-e427464c5329-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4bfd4e35-b7ae-b6c5-3175-f67525b28ecc-25b28ec2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_057d4aec-e8db-5292-23eb-94199c960bc8-32e3468a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e404c61-74f7-1848-ca26-bf2183bb8870-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a44004b5-aa56-eddf-bed3-2c9e1f61a14d-4e7d98f2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c58-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_71680bd2-6749-c229-39ee-69fa84ae7c5c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc8523118-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_87d02c7c-ce95-e81a-6a67-1edfc852311c-347014b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

