.pakete-mehr {
  background-color: #e2eff4;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 75px;
}


.link-5 {
  text-decoration: underline;
}


.paragraph-digitale-signatur {
  max-width: 53ch;
  text-align: center;
  margin-bottom: 15px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: #093040;
  font-family: Figtree, sans-serif;
  font-size: 1.2rem;
  line-height: 1px;
}

h1 {
  font-variation-settings: "wght"420;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-variation-settings: "wght"400;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  font-variation-settings: "wght"330;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1.6;
}

a {
  color: #093040;
  text-decoration: none;
}

strong {
  font-variation-settings: "wght"640;
  font-weight: 700;
}

.hero {
  padding-top: 50px;
  padding-bottom: 90px;
}

.hero.sicher {
  min-height: 50vh;
  background-color: #093040;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #093040), linear-gradient(rgba(9, 48, 64, .8), rgba(9, 48, 64, .8)), url('../images/AdobeStock_558263581.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero.einfach {
  min-height: 50vh;
  background-color: #e2eff4;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
  background-position: 0 0, 0 0, 28% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero.anpassbar {
  min-height: 50vh;
  background-color: #f7f7f7;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(rgba(247, 247, 247, .75), rgba(247, 247, 247, .75)), url('../images/header_anpassbar.webp');
  background-position: 0 0, 0 0, 75% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero.digitale-signatur {
  z-index: 99;
  background-color: #e2eff4;
  padding-bottom: 20px;
  position: relative;
}

.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wrapper.story {
  overflow: visible;
}

.wrapper.center, .wrapper.pakete {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.story-digitale-unterschrift {
  max-width: 900px;
}

.button {
  font-variation-settings: "wght"640;
  background-color: #093040;
  border-radius: 50px;
  margin-top: 10px;
  padding: 18px 35px;
  font-size: 1.2rem;
  line-height: 1;
  transition: all .2s;
}

.button.blue {
  background-color: #27b2e4;
  margin-top: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

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

.button.white:hover {
  background-image: url('../images/list-icon.svg');
  background-position: 9%;
  padding-left: 68px;
}

.button.white.desktop:hover {
  background-image: none;
  padding-left: 35px;
}

.button.blank {
  padding-left: 50px;
  padding-right: 50px;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.button.blank:hover {
  background-image: none;
  padding-left: 50px;
  transform: translate(0, -3px);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
}

.button.form {
  background-color: #27b2e4;
  margin-top: 25px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.button.form:hover {
  background-image: none;
  padding-left: 35px;
}

.button.pakete {
  text-align: center;
  background-color: #27b2e4;
  margin-top: 40px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.button.signatur {
  margin-top: 0;
  font-size: 1.1875rem;
}

.button.signatur:hover {
  background-color: #27b2e4;
}

.button.signatur.mobile {
  display: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #093040;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
}

.nav-link:hover {
  color: #27b2e4;
}

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

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

.nav-link.w--current {
  color: #27b2e4;
  font-variation-settings: "wght"644;
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-divider {
  width: 1px;
  height: 28px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #093040;
  font-variation-settings: "wght"640;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
}

.nav-link-accent:hover {
  color: #27b2e4;
}

.list-item {
  max-width: 49ch;
  background-image: url('../images/list-icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-left: 40px;
  list-style-type: none;
}

.list-item.dropdown {
  display: none;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: brightness(200%) blur(5px);
  backdrop-filter: brightness(200%) blur(5px);
  background-color: rgba(255, 255, 255, .91);
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar.lightblue {
  background-color: #e2eff4;
  position: relative;
}

.notification {
  z-index: 999999;
  background-color: #093040;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.body {
  line-height: 1.6;
}

.body.dark {
  background-color: #093040;
}

.body.alice-blue {
  background-color: #e2eff4;
}

.body.lightgrey {
  background-color: #f7f7f7;
}

.notification-text {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}

.notification-link {
  color: #fff;
  font-variation-settings: "wght"640;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
  transition: all .2s;
}

.notification-link:hover {
  color: #27b2e4;
}

.list {
  margin-bottom: 40px;
  padding-left: 0;
}

.h1-start {
  max-width: 19ch;
}

.text-link {
  color: #093040;
  font-variation-settings: "wght"640;
  border-radius: 50px;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
  transition: all .2s;
}

.text-link:hover {
  color: #27b2e4;
}

.signets {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns {
  grid-column-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.signet {
  width: 33%;
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

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

.hero-img {
  margin-bottom: 50px;
  position: relative;
}

.mood {
  z-index: 9;
  width: 431px;
  height: 100%;
  position: relative;
}

.shadow {
  position: absolute;
  top: auto;
  bottom: -60px;
  left: -110px;
  right: auto;
}

.list-item-2 {
  height: 100%;
}

.testimonial {
  padding-top: 80px;
  padding-bottom: 50px;
}

.para {
  max-width: 67ch;
}

.para.white {
  color: #fff;
  margin-bottom: 15px;
}

.testimonial-tab-link {
  color: #093040;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding-right: 33px;
}

.testimonial-tab-link.w--current {
  color: #093040;
  font-variation-settings: "wght"640;
  background-color: #d0d7d7;
  padding-right: 30px;
}

.testimonial-kunde {
  grid-column-gap: 0px;
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote {
  max-width: 61ch;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: italic;
}

.logo-kunde {
  width: 170px;
  height: 100%;
}

.testimonial-text {
  max-width: 61ch;
  margin-bottom: 40px;
}

.kunde-name {
  margin-top: 15px;
  display: inline-block;
}

.cta-hero {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.signet-img {
  height: 100%;
}

.image {
  width: 229px;
  height: 32px;
  margin-left: 1px;
}

.nav-button {
  width: 4rem;
  height: 4rem;
  grid-row-gap: .5rem;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button:hover {
  opacity: 1;
}

.nav-button_line {
  width: 100%;
  height: .25rem;
  background-color: #093040;
  border-radius: 2px;
}

.nav-button_line.is-first {
  width: 100%;
  transform-origin: 50%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.menu-button {
  padding: 0;
}

.story {
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.story.sicher-part-1 {
  background-color: #093040;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story.sicher-part-2 {
  background-color: #093040;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 10px;
}

.story.einfach-part-1 {
  background-color: #e2eff4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story.einfach-part-2 {
  background-color: #e2eff4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.story.anpassbar {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story.cta {
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7, #e9eff0);
  padding-top: 90px;
  padding-bottom: 30px;
}

.headline-start-story {
  z-index: 10;
  max-width: 15ch;
  font-variation-settings: "wght"400;
  margin-bottom: 20px;
  font-size: 3.125rem;
  line-height: 1.2;
  position: relative;
}

.headline-start-story.b {
  z-index: 10;
  max-width: 17ch;
  position: relative;
}

.headline-start-story.anpassungen {
  max-width: 20ch;
}

.headline-start-story.cta {
  max-width: 17ch;
  text-align: center;
}

.story-text {
  z-index: 11;
  align-self: center;
  position: relative;
}

.story-img {
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.shadow-img-1 {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: -150px;
  right: auto;
}

.story-para {
  max-width: 42ch;
}

.story-para.white {
  max-width: 51ch;
  color: #fff;
}

.story-para._1 {
  max-width: 40ch;
  position: relative;
}

.story-para._2 {
  max-width: 44ch;
  position: relative;
}

.story-para._3 {
  max-width: 47ch;
}

.story-para._4 {
  max-width: 40ch;
}

.story-para.left.signatur {
  max-width: 30ch;
}

.story-para.left.signatur._2 {
  margin-bottom: 60px;
}

.story-para.right.signatur {
  max-width: 28ch;
}

.story-para._5 {
  max-width: 37ch;
}

.shadow-img-2 {
  position: absolute;
  top: auto;
  bottom: -215px;
  left: 180px;
  right: auto;
}

.shadow-img-3 {
  position: absolute;
  top: auto;
  bottom: -75px;
  right: -90px;
}

.shadow-img-4 {
  position: absolute;
  bottom: -70px;
  left: -120px;
}

.call-to-action {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.interest {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -250px;
  bottom: auto;
  left: 380px;
  right: 0%;
}

.headline-interesse {
  color: #fff;
  font-variation-settings: "wght"400;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
}

.interest-img {
  width: 431px;
  height: 100%;
}

.footer {
  background-color: #f7f7f7;
  margin-top: -80px;
  padding-top: 180px;
  padding-bottom: 100px;
}

.footer.signatur {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-block {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.right {
  align-items: flex-end;
}

.title-small {
  font-variation-settings: "wght"640;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #093040;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-link:hover {
  color: #27b2e4;
}

.paragraph {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2;
}

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

.textlink-footer {
  text-decoration: underline;
}

.textlink-footer:hover {
  color: #27b2e4;
}

.shadow-img-5 {
  display: none;
  position: absolute;
  bottom: -70px;
  left: -50px;
}

.image-2 {
  width: 229px;
  height: 32px;
}

.h1-sub {
  max-width: 19ch;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.h1-sub.dark {
  color: #093040;
}

.subheadline {
  max-width: 49ch;
  color: #093040;
  font-variation-settings: "wght"440;
  text-align: center;
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 1.4;
}

.subheadline.white {
  color: #fff;
}

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

.subheadline.cta, .subheadline.cta-copy {
  max-width: 27ch;
  text-align: left;
}

.subheadline.short {
  max-width: 36ch;
}

.subheadline.signatur {
  max-width: 40ch;
  font-variation-settings: "wght"540;
  margin-bottom: 15px;
}

.vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-white {
  color: #fff;
  font-variation-settings: "wght"400;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.headline-sub {
  max-width: 24ch;
  font-variation-settings: "wght"400;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.headline-sub.white {
  max-width: none;
  color: #fff;
  font-size: 2.5rem;
}

.headline-sub.nolimit {
  max-width: none;
}

.headline-sub.left.untersschrift, .headline-sub.right.unterschrift {
  margin-bottom: 10px;
}

.feature-list-item {
  color: #fff;
  background-image: url('../images/list-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin-bottom: 15px;
  padding-left: 40px;
  list-style-type: none;
}

.feature-list-item.dark {
  color: #093040;
}

.feature-list {
  padding-left: 0;
}

.sicher-img {
  z-index: 10;
  position: relative;
}

.branchen-headline {
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}

.quote-more-2 {
  color: #27b2e4;
  font-variation-settings: "wght"500;
  margin-left: 7px;
  font-style: normal;
  line-height: 1.3;
  text-decoration: underline;
  display: none;
}

.testimonial-tab-link-2 {
  color: #093040;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding-right: 33px;
}

.testimonial-tab-link-2.w--current {
  color: #093040;
  font-variation-settings: "wght"640;
  background-color: #d0d7d7;
  padding-right: 30px;
}

.tabs-content-2 {
  margin-left: 70px;
}

.tabs-2 {
  align-items: flex-start;
  display: flex;
}

.tabs-menu-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tab-dropdown-2 {
  display: none;
}

.para-2 {
  max-width: 67ch;
}

.whitepaper {
  background-color: #224554;
  padding-top: 60px;
  padding-bottom: 60px;
}

.story-element-sub {
  grid-column-gap: 0px;
  margin-bottom: 60px;
  display: flex;
}

.story-element-sub.unterschrift {
  justify-content: center;
  margin-bottom: 30px;
}

.whitepaper-content {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whitepaper-text {
  width: 55%;
}

.whitepaper-img {
  height: 300px;
  border-radius: 4px;
  box-shadow: 0 0 50px -4px rgba(0, 0, 0, .2);
}

.story-element-start {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 120px;
  display: grid;
}

.story-element-start.right {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1.3fr;
}

.cta-button-mobile {
  color: #093040;
  font-variation-settings: "wght"640;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  padding: 16px 30px;
  font-size: 1.2rem;
  line-height: 1;
  transition: all .2s;
  display: none;
}

.story-img-sub-left {
  width: 40%;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.story-img-sub-left.right {
  justify-content: flex-end;
}

.story-img-sub-left.grafik {
  background-image: url('../images/e51863dd964787053d66b2df0031782e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.story-img-sub-left.grafik.unterschrift {
  padding-top: 0;
}

.facts {
  background-color: #f0f7f9;
  padding-top: 30px;
  padding-bottom: 70px;
}

.facts-content {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.fact {
  width: 33%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number {
  font-variation-settings: "wght"300;
  letter-spacing: -.05em;
  margin-bottom: 15px;
  font-size: 5.375rem;
  line-height: 1;
}

.fact-text {
  margin-bottom: 15px;
}

.source {
  font-size: 1.05rem;
  font-style: italic;
}

.add-ons {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid-add-ons {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 20px;
}

.add-on {
  color: #fff;
  background-color: #093040;
  border-radius: 20px;
  padding: 35px 40px;
  position: relative;
}

.add-on-text {
  color: #fff;
  margin-left: 2px;
}

.add-on-text.dark {
  color: #093040;
}

.headline-add-on {
  color: #fff;
  font-variation-settings: "wght"400;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.headline-add-on.dark {
  color: #093040;
  margin-top: 0;
}

.html-embed {
  text-align: right;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 41px;
}

.detail-text {
  width: 100%;
  height: 100%;
  background-color: #093040;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.add-on-detail {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.add-on-detail.text-medium {
  font-size: 1.2rem;
}

.add-on-detail.dark {
  color: #093040;
  font-variation-settings: "wght"440;
}

.link {
  display: inline-block;
}

.siegel {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-img-p {
  z-index: 10;
  width: 431px;
  height: 100%;
  position: relative;
}

.header-cta {
  background-color: #f7f7f7;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-cta-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.h1-cta {
  margin-bottom: 20px;
}

.hero-cta {
  padding-top: 50px;
  padding-bottom: 200px;
}

.link-beratung {
  grid-column-gap: 17px;
  font-variation-settings: "wght"640;
  display: flex;
}

.link-beratung.signatur {
  margin-bottom: 60px;
}

.input-text-field {
  z-index: 10;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 28px 25px 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.input-text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
  font-size: 1.2rem;
  line-height: 1;
}

.input-text-field::placeholder {
  color: rgba(0, 0, 0, 0);
  font-size: 1.2rem;
  line-height: 1;
}

.text-field-label {
  color: rgba(9, 48, 64, .4);
  font-variation-settings: "wght"360;
  margin-top: 22px;
  margin-left: 25px;
  line-height: 1;
  position: absolute;
}

.text-field-label.active {
  margin-top: 10px;
  font-size: .8rem;
}

.input-wrapper {
  z-index: 99;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}

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

.input-wrapper.message {
  display: none;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.noscript-hidden {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.accept {
  width: 56px;
  height: 31px;
  background-color: #98a8ae;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 27px 23px;
  border-width: 0;
  border-radius: 20px;
  flex: none;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.accept.w--redirected-checked {
  background-color: #27b2e4;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 23px 27px;
  border-color: #8bc794;
}

.checkbox-label-datenschutz {
  max-width: 35ch;
  order: -1;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.form-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.form-process {
  position: relative;
}

._wf-form {
  width: 50%;
  margin-bottom: 0;
}

.form-process-bullet {
  max-width: 35ch;
  background-image: url('../images/Ellipse-32.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
  list-style-type: none;
}

.form-process-bullet.active {
  z-index: 10;
  background-image: url('../images/Ellipse-36.svg');
  position: relative;
}

.form-process-bullet.b {
  max-width: 30ch;
}

.form-process-list {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.bold-text {
  display: inline-block;
}

.process-line {
  width: 4px;
  background-color: #95a5a6;
  background-image: linear-gradient(#95a5a6, #95a5a6 83%, #fff 95%);
  margin-left: 13px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.beratung {
  grid-column-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.beratung.digitale-unterschrift {
  z-index: 999999;
  background-color: #fff;
}

.person {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.person.unterschrift {
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.875rem;
}

.heading-2 {
  font-variation-settings: "wght"440;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1;
}

._wf-form-beratung-form {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

._wf-form-beratung-form.unterschrift {
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  width: 450px;
  height: 100%;
}

.lottie-animation {
  width: 431px;
}

.front {
  background-color: #093040;
  border-radius: 20px;
  padding: 35px 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.interest-mobil {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: -250px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h1-pakete {
  max-width: 19ch;
  text-align: center;
  margin-bottom: 20px;
}

.cta-pakete {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pakete-grid {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 30px;
}

.feature {
  border-bottom: 1.5px solid rgba(0, 0, 0, .06);
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  line-height: 1;
  display: flex;
}

.feature.signatur {
  border-bottom-color: #093040;
}

.feature-business-check {
  background-color: #fafafa;
  border-bottom: 1.5px solid rgba(0, 0, 0, .06);
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  display: flex;
}

.feature-enterprise-check {
  background-color: #e2eff4;
  border-bottom: 1.5px solid rgba(0, 0, 0, .06);
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  display: flex;
}

.table-header {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 1.5;
}

.hero-cta-copy {
  padding-top: 50px;
  padding-bottom: 200px;
}

.zwei-pakete {
  padding-top: 50px;
  padding-bottom: 60px;
}

.add-on-pakete {
  color: #fff;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px;
  display: flex;
  position: relative;
}

.add-on-pakete.last {
  background-color: #fff;
  border: 2px dashed #093040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-ons-short {
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-copy {
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.story-copy.sicher-part-1 {
  background-color: #093040;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-copy.sicher-part-2 {
  background-color: #093040;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 10px;
}

.story-copy.einfach-part-1 {
  background-color: #e2eff4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-copy.einfach-part-2 {
  background-color: #e2eff4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.story-copy.anpassbar {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-copy.cta {
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7, #e9eff0);
  padding-top: 90px;
  padding-bottom: 30px;
}

.pakete-cta {
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.pakete-cta.sicher-part-1 {
  background-color: #093040;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pakete-cta.sicher-part-2 {
  background-color: #093040;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 10px;
}

.pakete-cta.einfach-part-1 {
  background-color: #e2eff4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pakete-cta.einfach-part-2 {
  background-color: #e2eff4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.pakete-cta.anpassbar {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pakete-cta.cta {
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7, #e9eff0);
  padding-top: 90px;
  padding-bottom: 30px;
}

.headline-sub-pakete {
  max-width: 29ch;
  font-variation-settings: "wght"400;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 1.2;
}

.headline-sub-pakete.white {
  max-width: none;
  color: #fff;
  font-size: 2.5rem;
}

.headline-sub-pakete.nolimit {
  max-width: none;
}

.feature-text-block {
  font-variation-settings: "wght"620;
  text-align: center;
}

.plus {
  color: #093040;
  text-align: right;
  display: flex;
}

.cta-block {
  width: 100%;
  height: 100%;
  min-height: 612px;
  background-image: url('../images/shadow-gradient.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.story-img-sub-right {
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.story-img-sub-right.right {
  justify-content: flex-end;
}

.story-img-sub-right.grafik {
  background-image: url('../images/e51863dd964787053d66b2df0031782e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.story-img-sub-right.unterschrift {
  margin-left: 25px;
  margin-right: 0;
}

.story-img-sub-copy {
  width: 40%;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.story-img-sub-copy.right {
  justify-content: flex-end;
}

.story-img-sub-copy.grafik {
  background-image: url('../images/e51863dd964787053d66b2df0031782e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.content {
  padding-top: 50px;
  padding-bottom: 150px;
}

.content.sicher {
  height: 50vh;
  background-color: #093040;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #093040), linear-gradient(rgba(9, 48, 64, .8), rgba(9, 48, 64, .8)), url('../images/AdobeStock_558263581.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.content.einfach {
  height: 50vh;
  background-color: #e2eff4;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
  background-position: 0 0, 0 0, 28% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content.anpassbar {
  height: 50vh;
  background-color: #f7f7f7;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(rgba(247, 247, 247, .75), rgba(247, 247, 247, .75)), url('../images/header_anpassbar.webp');
  background-position: 0 0, 0 0, 75% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rich-text-field {
  max-width: 75ch;
}

.rich-text-field a {
  font-variation-settings: "wght"440;
  text-decoration: underline;
}

.rich-text-field a:hover {
  color: #27b2e4;
}

.rich-text-field h2 {
  font-variation-settings: "wght"440;
  margin-bottom: 15px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.text-block-4 {
  color: #093040;
  font-size: 1.1rem;
  text-decoration: underline;
}

.kunde-testimonial {
  width: 97%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.lottie-animation-2 {
  width: 431px;
  height: 100%;
}

.projektr-ume-lottie {
  width: 600px;
  display: block;
  position: relative;
  right: 17%;
}

.contat-script {
  display: none;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser_header {
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_details {
  color: rgba(9, 48, 64, .6);
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser-warning {
  max-width: 600px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_link {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.segulink-logo {
  width: 200px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-2 {
  font-weight: 900;
}

.test_email {
  display: none;
}

.form-success {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-layer {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -25px;
}

.error-layer {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text_layer {
  max-width: 39ch;
  color: rgba(9, 48, 64, .6);
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.h1-center {
  max-width: 19ch;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.horizontal-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  max-width: 62ch;
  text-align: center;
  margin-bottom: 15px;
}

.three-steps {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  margin-top: 15px;
  display: grid;
}

.ready {
  background-image: url('../images/unterschrift_abschluss.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 2513px 142px;
  margin-top: 0;
  padding-top: 75px;
}

.ready.sicher-part-1 {
  background-color: #093040;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ready.sicher-part-2 {
  background-color: #093040;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 10px;
}

.ready.einfach-part-1 {
  background-color: #e2eff4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ready.einfach-part-2 {
  background-color: #e2eff4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.ready.anpassbar {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ready.cta {
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7, #e9eff0);
  padding-top: 90px;
  padding-bottom: 30px;
}

.unterschrift-check {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 100vw;
  height: 79px;
  object-fit: fill;
  position: absolute;
  top: 0;
}

.check-img {
  z-index: 99;
  margin-bottom: 30px;
}

.check-text {
  max-width: 25ch;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.15;
}

.proof-eu {
  padding-top: 30px;
  padding-bottom: 30px;
}

.eu-quote {
  width: 90%;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #f7f7f7;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 70px;
  display: flex;
}

.block-quote {
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.325rem;
  line-height: 1.3;
}

.link-3 {
  margin-top: 20px;
  font-size: 1.1875rem;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
}

.anwendungen {
  background-color: #093040;
  margin-top: -70px;
  padding-top: 120px;
  padding-bottom: 60px;
}

._4-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 30px;
  display: grid;
}

.case-contain {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.case-text {
  max-width: 20ch;
  color: #fff;
  text-align: center;
}

.case-text.b {
  max-width: 17ch;
}

.anwendungen-more {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.paket {
  background-color: #e2eff4;
  padding-top: 60px;
  padding-bottom: 100px;
}

.h1-paket {
  max-width: 26ch;
  text-align: center;
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.paket-grid {
  width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1.5fr;
  margin-top: 15px;
}

.feature-signatur-check {
  border-bottom: 1.5px solid #093040;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  display: flex;
}

.signatur-cta {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.unterschrift-cta {
  padding-top: 50px;
  padding-bottom: 100px;
}

.segulink-mehr {
  background-color: #e2eff4;
  padding-top: 65px;
  padding-bottom: 50px;
}

.link-4 {
  font-variation-settings: "wght"700;
  text-decoration: underline;
}

.sign-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-left: -20px;
}

.sign-text {
  max-width: 65ch;
  text-align: center;
  margin-bottom: 0;
}

.sign-text._3 {
  max-width: 40ch;
}

.sign-text._2 {
  max-width: 24ch;
}

.sign-text._1 {
  max-width: 27ch;
}

.zur-ckrufen {
  font-variation-settings: "wght"440;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.sublline {
  max-width: 49ch;
  color: #093040;
  font-variation-settings: "wght"440;
  text-align: center;
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 1.4;
}

.sublline.white {
  color: #fff;
}

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

.sublline.cta, .sublline.cta-copy {
  max-width: 27ch;
  text-align: left;
}

.sublline.short {
  max-width: 36ch;
}

.sublline.signatur {
  max-width: 40ch;
  font-variation-settings: "wght"540;
  margin-bottom: 15px;
}

._wf-form-beratung-form-signatur {
  width: 50%;
  margin-top: 0;
  margin-bottom: 100px;
}

._wf-form-beratung-form-signatur.unterschrift {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.25rem;
  }

  .wrapper.story {
    padding-left: 140px;
    padding-right: 140px;
  }

  .button, .nav-link, .list-item {
    font-size: 1.25rem;
  }

  .body.dark {
    background-color: #093040;
  }

  .body.alice-blue {
    background-color: #e2eff4;
  }

  .body.lightgrey {
    background-color: #f7f7f7;
  }

  .text-link, .signet-text, .cta-button-mobile {
    font-size: 1.25rem;
  }

  .ready {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 40px;
  }

  .hero.einfach {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
  }

  .hero.anpassbar {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(rgba(247, 247, 247, .8), rgba(247, 247, 247, .8)), url('../images/header_anpassbar.webp');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
  }

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

  .wrapper.story {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1-start {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .columns {
    grid-column-gap: 30px;
    align-items: flex-start;
  }

  .signet {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .hero-img {
    order: 1;
  }

  .testimonial {
    padding-top: 50px;
  }

  .signet-img {
    width: 115px;
    height: 100px;
  }

  .nav-button {
    grid-row-gap: .4rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button {
    margin-right: -10px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .headline-start-story {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .story-text {
    width: 65%;
  }

  .story-img {
    justify-content: flex-start;
    margin-top: 10px;
    margin-right: 0;
  }

  .shadow-img-1 {
    bottom: -35px;
    left: -70px;
  }

  .story-para {
    max-width: 35ch;
  }

  .shadow-img-2 {
    bottom: -50px;
    left: 70px;
  }

  .shadow-img-3 {
    bottom: -50px;
    right: 75px;
  }

  .call-to-action {
    margin-top: 80px;
  }

  .interest {
    width: 250px;
    top: -70px;
    bottom: auto;
    left: auto;
    right: 40px;
  }

  .headline-interesse {
    color: #fff;
    font-size: 2.25rem;
  }

  .footer {
    padding-bottom: 70px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .shadow-img-5 {
    display: block;
    bottom: -40px;
    left: -70px;
  }

  .h1-sub {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .headline-sub {
    margin-top: 0;
    font-size: 2.8rem;
  }

  .tabs-content-2 {
    margin-left: 30px;
  }

  .story-element-sub, .story-element-start {
    grid-column-gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .story-element-start.right {
    grid-column-gap: 30px;
  }

  .story-img-sub-left {
    width: 35%;
    justify-content: flex-start;
    margin-top: 10px;
    margin-right: 0;
  }

  .grid-add-ons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .add-on {
    padding: 35px;
  }

  .h1-cta {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .hero-cta {
    padding-top: 40px;
  }

  .beratung {
    height: auto;
    grid-column-gap: 40px;
    justify-content: flex-start;
    display: flex;
  }

  .text-block {
    max-width: 13ch;
  }

  ._wf-form-beratung-form {
    width: auto;
  }

  .image-3 {
    width: 300px;
    border-radius: 500px;
  }

  .interest-mobil {
    width: 300px;
    display: block;
  }

  .h1-pakete {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .cta-pakete {
    flex-direction: column;
  }

  .pakete-grid {
    width: 100%;
  }

  .hero-cta-copy, .zwei-pakete {
    padding-top: 40px;
  }

  .add-on-pakete {
    padding: 35px;
  }

  .headline-sub-pakete {
    margin-top: 0;
    font-size: 2.8rem;
  }

  .story-img-sub-right, .story-img-sub-copy {
    width: 35%;
    justify-content: flex-start;
    margin-top: 10px;
    margin-right: 0;
  }

  .content {
    padding-top: 40px;
  }

  .content.einfach {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
  }

  .content.anpassbar {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(rgba(247, 247, 247, .8), rgba(247, 247, 247, .8)), url('../images/header_anpassbar.webp');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
  }

  .projektr-ume-lottie {
    display: none;
    right: 0%;
  }

  .h1-center {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .eu-quote {
    width: 100%;
    padding: 30px 40px;
  }

  .paket {
    padding-top: 40px;
  }

  .h1-paket {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .paket-grid {
    width: 100%;
  }

  .signatur-cta {
    z-index: 99;
    margin-top: 20px;
    position: relative;
  }

  .unterschrift-cta {
    padding-top: 40px;
  }

  .segulink-mehr {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  ._wf-form-beratung-form-signatur {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero.sicher {
    height: 70vh;
  }

  .hero.einfach {
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 40% 0;
  }

  .hero.anpassbar {
    height: 70vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(to bottom, null, null), url('../images/header_anpassbar.webp');
    background-position: 0 0, 0 0, 50% 0;
  }

  .hero.digitale-signatur {
    padding-top: 40px;
  }

  .button {
    order: -1;
  }

  .button.white {
    order: 1;
  }

  .button.white.desktop {
    display: none;
  }

  .button.form {
    order: 1;
  }

  .button.signatur {
    display: none;
  }

  .button.signatur.mobile {
    order: 0;
    display: block;
  }

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

  .nav-menu-two {
    flex-direction: column;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 45px;
    overflow: hidden;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

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

  .navbar.lightblue {
    padding-top: 20px;
  }

  .notification-text {
    line-height: 1.4;
  }

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

  .list {
    margin-bottom: 30px;
  }

  .h1-start {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .text-link {
    margin-right: 0;
  }

  .columns {
    grid-column-gap: 25px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .signet {
    width: 33%;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .signet-text {
    text-align: center;
    line-height: 1.4;
  }

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

  .shadow {
    bottom: -50px;
    left: -70px;
  }

  .testimonial {
    padding-top: 40px;
  }

  .para {
    margin-bottom: 20px;
  }

  .testimonial-tab-link {
    margin-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonial-tab-link.w--current {
    padding-right: 25px;
  }

  .cta-hero {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .signet-img {
    width: 115px;
    height: 100px;
  }

  .story.anpassbar {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .headline-start-story {
    max-width: none;
    font-size: 2.3rem;
  }

  .headline-start-story.b, .headline-start-story.anpassungen {
    max-width: none;
  }

  .headline-start-story.cta {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2.3rem;
  }

  .story-text {
    width: 50%;
  }

  .shadow-img-1 {
    bottom: -50px;
    left: -70px;
  }

  .story-para {
    line-height: 1.5;
  }

  .shadow-img-2, .shadow-img-3, .shadow-img-4 {
    bottom: -50px;
    left: -70px;
  }

  .call-to-action {
    margin-top: 50px;
  }

  .call-to-action.start {
    margin-top: 100px;
  }

  .interest-img {
    bottom: -50px;
    left: -70px;
  }

  .footer {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-content.signatur {
    display: flex;
  }

  .footer-block, .footer-block.right {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .paragraph {
    text-align: left;
  }

  .shadow-img-5 {
    bottom: -50px;
    left: -70px;
  }

  .h1-sub {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .subheadline {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .headline-sub.white {
    font-size: 2.2rem;
  }

  .branchen-headline {
    margin-bottom: 15px;
    display: block;
  }

  .testimonial-tab-link-2 {
    border-radius: 0;
  }

  .testimonial-tab-link-2.w--current {
    background-color: rgba(208, 215, 215, .6);
    border-radius: 0;
  }

  .tabs-content-2 {
    margin-top: 30px;
    margin-left: 0;
  }

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

  .tabs-menu-2 {
    width: 100%;
    grid-row-gap: 2px;
    display: none;
  }

  .tab-dropdown-2 {
    height: 50px;
    color: #093040;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #d0d7d7;
    background-image: url('../images/arrow-down_dark.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
  }

  .dropdown-text-2 {
    font-variation-settings: "wght"640;
    font-size: 1.2rem;
    line-height: 1;
  }

  .story-element-sub {
    margin-bottom: 30px;
  }

  .whitepaper-content {
    grid-column-gap: 30px;
    flex-direction: row;
    align-items: flex-start;
  }

  .whitepaper-img {
    height: 250px;
  }

  .story-element-start {
    grid-column-gap: 20px;
  }

  .cta-button-mobile {
    order: 1;
    display: block;
  }

  .facts-content {
    grid-column-gap: 30px;
    flex-direction: row;
    align-items: flex-start;
  }

  .number {
    margin-bottom: 5px;
    font-size: 4.5rem;
  }

  .add-ons {
    padding-top: 20px;
  }

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

  .link {
    display: inline;
  }

  .header-cta-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .h1-cta {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .hero-cta {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .form-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .form-process {
    padding-bottom: 40px;
  }

  ._wf-form {
    width: 100%;
  }

  .beratung {
    grid-column-gap: 30px;
  }

  .person {
    margin-top: 70px;
  }

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

  .heading {
    font-size: 3.5rem;
  }

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

  ._wf-form-beratung-form {
    width: auto;
    margin-top: 70px;
  }

  .image-3 {
    width: 160px;
    border-radius: 500px;
  }

  .interest-mobil {
    bottom: -50px;
    left: -70px;
  }

  .h1-pakete {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .cta-pakete {
    grid-row-gap: 10px;
  }

  .feature {
    padding-right: 15px;
  }

  .hero-cta-copy, .zwei-pakete {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .add-ons-short {
    padding-top: 20px;
  }

  .story-copy.anpassbar, .pakete-cta.anpassbar {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .headline-sub-pakete.white {
    font-size: 2.2rem;
  }

  .feature-check {
    height: 30px;
  }

  .cta-block {
    min-height: 500px;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 120px;
  }

  .content.sicher {
    height: 70vh;
  }

  .content.einfach {
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 40% 0;
  }

  .content.anpassbar {
    height: 70vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #f7f7f7), linear-gradient(to bottom, null, null), url('../images/header_anpassbar.webp');
    background-position: 0 0, 0 0, 50% 0;
  }

  .rich-text-field h2 {
    font-size: 1.6rem;
  }

  .projektr-ume-lottie {
    display: none;
  }

  .browser-warning {
    width: 100%;
    max-width: 100%;
    padding: 25px;
    display: block;
  }

  .success-layer, .error-layer {
    padding: 100px 30px;
  }

  .h1-center {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .three-steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .ready.anpassbar {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .eu-quote {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .block-quote {
    font-size: 1.2rem;
  }

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

  .case-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paket {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .h1-paket, .signatur-cta {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.75rem;
  }

  .unterschrift-cta {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .sign-text._3, .sign-text._2, .sign-text._1 {
    max-width: none;
  }

  .zur-ckrufen {
    font-size: 3.5rem;
  }

  .image-6 {
    width: 150px;
  }

  .sublline {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  ._wf-form-beratung-form-signatur {
    width: auto;
    margin-top: 70px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.1rem;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero.einfach {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 39% 0;
  }

  .hero.digitale-signatur {
    margin-bottom: -40px;
  }

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

  .wrapper.pakete {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    text-align: center;
    font-size: 1.1rem;
  }

  .button:hover {
    background-color: #093040;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 35px;
  }

  .button.white {
    letter-spacing: -.02em;
    white-space: nowrap;
    margin-bottom: 25px;
    padding: 15px 25px;
  }

  .button.white:hover {
    background-color: #fff;
    background-image: url('../images/list-icon.svg');
    background-position: 9%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .list-item {
    padding-left: 38px;
    font-size: 1.1rem;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .notification-link {
    display: inline-block;
  }

  .list {
    margin-bottom: 25px;
  }

  .h1-start {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .text-link {
    font-size: 1.1rem;
  }

  .signets {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .signet {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .signet-text {
    text-align: left;
    font-size: 1.1rem;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .hero-img {
    width: 75%;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 55px;
    display: flex;
  }

  .shadow {
    bottom: -30px;
    left: -50px;
  }

  .testimonial {
    padding-bottom: 50px;
  }

  .cta-hero {
    grid-row-gap: 10px;
    order: 5;
  }

  .signet-img {
    width: 80px;
  }

  .image {
    width: 90%;
  }

  .menu-button {
    margin-right: -15px;
  }

  .story {
    padding-top: 20px;
  }

  .story.sicher-part-1 {
    padding-bottom: 10px;
  }

  .story.sicher-part-2 {
    padding-top: 40px;
  }

  .story.einfach-part-1 {
    padding-bottom: 10px;
  }

  .story.einfach-part-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .story.anpassbar {
    padding-bottom: 10px;
  }

  .story.cta {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .headline-start-story {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }

  .headline-start-story.cta {
    font-variation-settings: "wght"640;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .story-text {
    width: 100%;
  }

  .story-img {
    width: 75%;
    order: -1;
    margin-bottom: 50px;
  }

  .shadow-img-1 {
    bottom: -30px;
    left: -50px;
  }

  .story-para {
    max-width: none;
    margin-bottom: 0;
  }

  .shadow-img-2 {
    width: 100%;
    bottom: -30px;
    left: 50px;
  }

  .shadow-img-3 {
    width: 100%;
    bottom: -30px;
    left: -50px;
  }

  .shadow-img-4 {
    width: 100%;
    bottom: -30px;
    left: 50px;
  }

  .call-to-action {
    height: 300px;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .call-to-action.paket {
    margin-top: 30px;
  }

  .call-to-action.start {
    margin-top: 130px;
  }

  .interest {
    width: 250px;
    justify-content: center;
    margin-right: -20px;
    top: -100px;
    right: 0;
  }

  .headline-interesse {
    text-align: center;
    font-size: 1.9rem;
  }

  .interest-img {
    width: 75%;
    bottom: -30px;
    left: 0;
  }

  .footer {
    padding-top: 90px;
  }

  .footer.signatur {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    justify-items: start;
  }

  .footer-block {
    grid-row-gap: 10px;
  }

  .footer-block.right {
    margin-top: 10px;
  }

  .title-small, .footer-link {
    font-size: 1.1rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.85rem;
  }

  .shadow-img-5 {
    width: 100%;
    bottom: -30px;
    left: -40px;
  }

  .image-2 {
    width: 80%;
    display: none;
  }

  .h1-sub {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .h1-sub.dark {
    max-width: 12ch;
    margin-bottom: 10px;
  }

  .subheadline {
    font-size: 1.4rem;
  }

  .h2-white {
    font-size: 1.9rem;
  }

  .headline-sub {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }

  .headline-sub.white {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }

  .feature-list-item {
    background-size: auto 27px;
    margin-bottom: 12px;
    padding-left: 36px;
    font-size: 1.1rem;
  }

  .feature-list {
    margin-top: 30px;
  }

  .branchen-headline {
    margin-bottom: 10px;
  }

  .tabs-content-2 {
    margin-top: 30px;
  }

  .tab-dropdown-2 {
    background-position: 94%;
    padding-left: 15px;
    font-size: 16px;
  }

  .dropdown-text-2 {
    font-size: 1.1rem;
  }

  .whitepaper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .story-element-sub {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .story-element-sub.unterschrift {
    align-items: center;
  }

  .whitepaper-content {
    grid-column-gap: 20px;
    flex-direction: row;
    display: block;
    position: relative;
  }

  .whitepaper-text {
    width: 100%;
  }

  .whitepaper-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 50% 63%;
    margin-bottom: 20px;
  }

  .story-element-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .story-element-start.left {
    align-items: flex-start;
  }

  .story-element-start.right {
    margin-bottom: 40px;
  }

  .cta-button-mobile {
    text-align: center;
    font-size: 1.1rem;
  }

  .cta-button-mobile:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 35px;
  }

  .story-img-sub-left {
    width: 75%;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .facts {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .facts-content {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 30px;
    display: flex;
    position: relative;
  }

  .fact {
    width: 100%;
  }

  .number {
    margin-bottom: 10px;
  }

  .fact-text {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .source {
    font-size: 1rem;
  }

  .add-ons {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .grid-add-ons {
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .add-on {
    padding: 25px 30px;
  }

  .add-on-text {
    font-size: 1.1rem;
  }

  .headline-add-on {
    font-size: 2rem;
  }

  .detail-text {
    flex-direction: column;
    padding-left: 25px;
    display: none;
  }

  .add-on-detail {
    font-size: 1rem;
    line-height: 1.45;
  }

  .add-on-detail.text-medium {
    font-size: 1.05rem;
  }

  .siegel {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-cta-wrapper {
    padding-bottom: 0;
  }

  .h1-cta {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .hero-cta {
    padding-top: 10px;
    padding-bottom: 120px;
  }

  .link-beratung {
    grid-column-gap: 15px;
    white-space: nowrap;
    flex: none;
    margin-bottom: 25px;
    font-size: 1.1rem;
  }

  .text-field-label {
    font-size: 1.1rem;
  }

  .input-wrapper {
    margin-bottom: 15px;
  }

  .checkbox-label-datenschutz, .form-process-bullet {
    font-size: 1.1rem;
  }

  .form-process-list {
    grid-row-gap: 20px;
  }

  .process-line {
    background-image: linear-gradient(#95a5a6, #95a5a6 94%, #fff);
  }

  .beratung {
    flex-direction: column;
  }

  .person {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .person.unterschrift {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .heading {
    font-size: 2.5rem;
  }

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

  ._wf-form-beratung-form {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .image-3 {
    width: 120px;
  }

  .lottie-animation {
    width: auto;
  }

  .front {
    padding: 25px 30px;
  }

  .interest-mobil {
    width: 75%;
    bottom: -30px;
    left: 0;
  }

  .h1-pakete {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .feature {
    padding: 10px 5px;
    font-size: .9rem;
  }

  .feature-business-check, .feature-enterprise-check {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
  }

  .hero-cta-copy {
    padding-top: 10px;
    padding-bottom: 120px;
  }

  .zwei-pakete {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .add-on-pakete {
    padding: 25px 30px;
  }

  .add-ons-short {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .story-copy {
    padding-top: 20px;
  }

  .story-copy.sicher-part-1 {
    padding-bottom: 10px;
  }

  .story-copy.sicher-part-2 {
    padding-top: 40px;
  }

  .story-copy.einfach-part-1 {
    padding-bottom: 10px;
  }

  .story-copy.einfach-part-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .story-copy.anpassbar {
    padding-bottom: 10px;
  }

  .story-copy.cta {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .pakete-cta {
    padding-top: 20px;
  }

  .pakete-cta.sicher-part-1 {
    padding-bottom: 10px;
  }

  .pakete-cta.sicher-part-2 {
    padding-top: 40px;
  }

  .pakete-cta.einfach-part-1 {
    padding-bottom: 10px;
  }

  .pakete-cta.einfach-part-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .pakete-cta.anpassbar {
    padding-bottom: 10px;
  }

  .pakete-cta.cta {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .headline-sub-pakete {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }

  .headline-sub-pakete.white {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }

  .feature-check {
    height: 23px;
  }

  .story-img-sub-right {
    width: 75%;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .story-img-sub-right.unterschrift {
    margin-left: 0;
  }

  .story-img-sub-copy {
    width: 75%;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    padding-bottom: 100px;
  }

  .content.einfach {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e2eff4), linear-gradient(rgba(226, 239, 244, .72), rgba(226, 239, 244, .72)), url('../images/header_einfach.webp');
    background-position: 0 0, 0 0, 39% 0;
  }

  .rich-text-field {
    width: 100%;
    white-space: break-spaces;
    font-size: 1.1rem;
    overflow: hidden;
  }

  .rich-text-field h2 {
    font-size: 1.4rem;
  }

  .rich-text-field li {
    font-variation-settings: "wght"330;
    font-size: 1.1rem;
  }

  .browser_header {
    font-size: 30px;
  }

  .success-layer, .error-layer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-center {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .three-steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ready.sicher-part-1 {
    padding-bottom: 10px;
  }

  .ready.sicher-part-2 {
    padding-top: 40px;
  }

  .ready.einfach-part-1 {
    padding-bottom: 10px;
  }

  .ready.einfach-part-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .ready.anpassbar {
    padding-bottom: 10px;
  }

  .ready.cta {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .check-text {
    font-size: 2rem;
  }

  .proof-eu {
    padding-top: 15px;
  }

  .eu-quote {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 25px 25px;
  }

  .block-quote {
    text-align: center;
    font-size: 1.1rem;
  }

  .anwendungen {
    margin-top: -40px;
    padding-top: 60px;
  }

  ._4-grid {
    display: block;
  }

  .case-contain {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .case-text, .case-text.b {
    max-width: none;
  }

  .case-img {
    width: 90px;
  }

  .paket {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .h1-paket {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .feature-signatur-check {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
  }

  .signatur-cta {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .unterschrift-cta {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .segulink-mehr {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .zur-ckrufen {
    font-size: 2.5rem;
  }

  .sublline {
    font-size: 1.4rem;
  }

  ._wf-form-beratung-form-signatur {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

#w-node-ca255150-855f-6054-639d-d605d36f465f-37d2c13b {
  grid-area: span 4 / span 1 / span 4 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_1e31c723-ba5f-8706-f415-84756f0b196f-37d2c13b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_45f88ea6-1ae2-01d9-f46a-19aa8b54bc49-37d2c13b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f8e32f9-3e5c-55d3-7dc0-4afaa835fbcf-37d2c13b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_3977be50-b75d-6207-0487-6fce2dd57cae-37d2c13b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_804db011-0524-96f4-014a-e4f9706c9f85-37d2c13b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_00092761-a48c-c772-84f1-afadc329616c-37d2c13b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a000-afe69ffd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a002-afe69ffd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a016-afe69ffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a01d-afe69ffd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7261e6e2-ce37-c538-b41f-8580a1b5e32c-f467a89a, #w-node-e7b3511d-e07c-cc7a-045f-25fc288ced03-f467a89a, #w-node-d7edef55-4bca-26b1-799c-6e4c15b0d9b9-f467a89a, #w-node-_801e7c93-41f3-e7d8-1e67-bf2c21de043d-f467a89a, #w-node-_7d332deb-39ec-36b6-b635-e5629e98fdda-f467a89a, #w-node-_68571521-f88f-33aa-4b76-b7b3338bb8ae-f467a89a, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf7a-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf7b-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf81-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf87-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf88-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf8a-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf8c-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf8e-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf8f-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf91-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf93-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf95-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf96-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf98-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf9a-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf9c-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf9d-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf9f-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfa1-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfa3-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfa4-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfa6-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfa8-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfaa-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfab-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfad-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfaf-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb1-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb2-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb4-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb6-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb8-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfb9-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfbb-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfbd-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfbf-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfc0-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfc2-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfc5-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfc8-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfc9-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfcb-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfce-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd1-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd2-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd4-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd5-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd7-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfd8-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfda-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfdb-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfdd-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfde-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe0-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe1-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe3-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe4-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe6-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe7-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfe9-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfea-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfec-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfed-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cfef-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff0-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff2-2b35bd37, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff5-2b35bd37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff8-2b35bd37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-b0c5e9bd-39d3-4b70-84ab-587aacc8da20-2b35bd37, #w-node-da665c25-57bf-cdd5-705f-3bc658c5e780-2b35bd37, #w-node-_7028a107-0223-d762-6406-761940366733-2b35bd37, #w-node-a41855c5-50b3-386b-1872-a61b86125af8-2b35bd37, #w-node-_34c8770e-6b65-a49a-098c-ec45330f03a1-2b35bd37, #w-node-d2e88e94-58c1-b4fa-44b5-b25a46f1aa2a-2b35bd37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01427428-056e-bd41-6ee7-3bf113b3b88b-2b35bd37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-cac7bc1b-1596-30dd-8394-41474167e8a1-2b35bd37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_474b6c76-c4a4-1607-8a9e-771bc1101496-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc1101497-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc1101499-b3910a17, #w-node-_6f3d24ad-b2ea-104f-21f2-4851dbaf8a1a-b3910a17, #w-node-_6f3d24ad-b2ea-104f-21f2-4851dbaf8a1b-b3910a17, #w-node-_8a0ecfb0-7c9a-5963-c0a9-0e452b7c1e97-b3910a17, #w-node-c8b9a4bc-0f0e-e41d-0b29-2148d9af57ba-b3910a17, #w-node-c8b9a4bc-0f0e-e41d-0b29-2148d9af57bb-b3910a17, #w-node-_1e13cc7d-e4cf-e51e-cccf-228e919299fb-b3910a17, #w-node-_638120fc-7129-6186-ddbf-18a34dcda969-b3910a17, #w-node-_638120fc-7129-6186-ddbf-18a34dcda96a-b3910a17, #w-node-b99469e3-f6ec-c606-2fbd-fe69e9bf95ab-b3910a17, #w-node-d6d213df-47bc-ab55-38ee-f586e242c2c4-b3910a17, #w-node-d6d213df-47bc-ab55-38ee-f586e242c2c5-b3910a17, #w-node-_66d2b368-fab4-5ea8-b063-338c90b5cd11-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc11014fe-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc11014ff-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc1101501-b3910a17, #w-node-_310625fc-4b28-1493-b11e-d751e4c64051-b3910a17, #w-node-_310625fc-4b28-1493-b11e-d751e4c64052-b3910a17, #w-node-_4c87b0c3-a5d7-67aa-949a-fae1f5c1a047-b3910a17, #w-node-ccdeb4eb-c832-de82-ce60-9323ed083282-b3910a17, #w-node-ccdeb4eb-c832-de82-ce60-9323ed083283-b3910a17, #w-node-_626eda81-c202-f857-4aad-3b6a941e6f7f-b3910a17, #w-node-_68de1aa7-5e14-fa49-4087-419437773554-b3910a17, #w-node-_68de1aa7-5e14-fa49-4087-419437773555-b3910a17, #w-node-_844bacdb-44fb-58e5-e5a4-4e760d8be2a3-b3910a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e7b3a7e-deeb-28fa-eb59-2e76261fd05f-b3910a17 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6e7b3a7e-deeb-28fa-eb59-2e76261fd05d-b3910a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ca255150-855f-6054-639d-d605d36f465f-37d2c13b {
    order: 1;
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: end;
  }

  #w-node-f78360fa-661d-b084-97f8-369b56daf302-37d2c13b, #w-node-_7546c0a6-b621-69a2-f372-b33f9f770b05-37d2c13b, #w-node-_11bf21ba-4541-532a-22ea-897fe2da9510-37d2c13b, #w-node-f78360fa-661d-b084-97f8-369b56daf302-5ec89112, #w-node-f78360fa-661d-b084-97f8-369b56daf302-c517b822, #w-node-f78360fa-661d-b084-97f8-369b56daf302-f467a89a, #w-node-cac7bc1b-1596-30dd-8394-41474167e8a1-2b35bd37, #w-node-f78360fa-661d-b084-97f8-369b56daf302-b3910a17, #w-node-_5b7c4669-d8bf-6d72-716e-0c9c1935d165-b3910a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-37d2c13b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca255150-855f-6054-639d-d605d36f465f-37d2c13b {
    align-self: end;
  }

  #w-node-a1e72143-574f-90c0-7ca8-b52d1af88d2d-37d2c13b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e31c723-ba5f-8706-f415-84756f0b196f-37d2c13b {
    order: 9999;
  }

  #w-node-_45f88ea6-1ae2-01d9-f46a-19aa8b54bc49-37d2c13b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0f8e32f9-3e5c-55d3-7dc0-4afaa835fbc8-37d2c13b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f8e32f9-3e5c-55d3-7dc0-4afaa835fbca-37d2c13b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3977be50-b75d-6207-0487-6fce2dd57ca7-37d2c13b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3977be50-b75d-6207-0487-6fce2dd57cae-37d2c13b {
    order: 9999;
  }

  #w-node-_3977be50-b75d-6207-0487-6fce2dd57ca9-37d2c13b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_804db011-0524-96f4-014a-e4f9706c9f89-37d2c13b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_804db011-0524-96f4-014a-e4f9706c9f8b-37d2c13b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_00092761-a48c-c772-84f1-afadc3296165-37d2c13b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00092761-a48c-c772-84f1-afadc3296167-37d2c13b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a002-afe69ffd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_993e25fe-5d26-2faa-31bd-8b0eafe6a016-afe69ffd, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-5ec89112, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-c517b822, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-f467a89a, #w-node-d4c4f6f4-0616-cece-be31-2969adc8ee94-913f2597, #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf75-2b35bd37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff8-2b35bd37 {
    order: 9999;
  }

  #w-node-cac7bc1b-1596-30dd-8394-41474167e8a1-2b35bd37, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-4bf3b9c3, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-114bf9f5, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-dff21c9b, #w-node-a1a1ef5a-d23d-9556-15a4-d7d24e6b478c-b3910a17, #w-node-_474b6c76-c4a4-1607-8a9e-771bc1101484-b3910a17, #w-node-_8a1eca63-ba1a-849e-634e-67e7d3f79a58-b3910a17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e7b3a7e-deeb-28fa-eb59-2e76261fd05f-b3910a17 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e31c723-ba5f-8706-f415-84756f0b196f-37d2c13b {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-_45f88ea6-1ae2-01d9-f46a-19aa8b54bc49-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0f8e32f9-3e5c-55d3-7dc0-4afaa835fbcf-37d2c13b {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-_0f8e32f9-3e5c-55d3-7dc0-4afaa835fbca-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3977be50-b75d-6207-0487-6fce2dd57cae-37d2c13b {
    order: -9999;
    grid-area: span 3 / span 2 / span 3 / span 2;
    justify-self: center;
  }

  #w-node-_3977be50-b75d-6207-0487-6fce2dd57ca9-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_804db011-0524-96f4-014a-e4f9706c9f85-37d2c13b {
    order: -9999;
    grid-area: span 3 / span 2 / span 3 / span 2;
    justify-self: center;
  }

  #w-node-_804db011-0524-96f4-014a-e4f9706c9f8b-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_00092761-a48c-c772-84f1-afadc329616c-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-_00092761-a48c-c772-84f1-afadc3296167-37d2c13b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf7a-2b35bd37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cf87-2b35bd37 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1fe3f75b-960d-ed33-9dea-8dec1e74cff8-2b35bd37 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-cac7bc1b-1596-30dd-8394-41474167e8a1-2b35bd37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_474b6c76-c4a4-1607-8a9e-771bc1101496-b3910a17, #w-node-_6f3d24ad-b2ea-104f-21f2-4851dbaf8a1a-b3910a17, #w-node-c8b9a4bc-0f0e-e41d-0b29-2148d9af57ba-b3910a17, #w-node-_638120fc-7129-6186-ddbf-18a34dcda969-b3910a17, #w-node-d6d213df-47bc-ab55-38ee-f586e242c2c4-b3910a17, #w-node-_310625fc-4b28-1493-b11e-d751e4c64051-b3910a17, #w-node-ccdeb4eb-c832-de82-ce60-9323ed083282-b3910a17 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}