@font-face {
  font-family: Urbanist VF;
  src: url('../fonts/Urbanist-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sticky Notes;
  src: url('../fonts/Stickynotes-ywLPd.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --background: #fbfbfb;
  --heading: #1d1d1f;
  --text: #666;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #0000001a;
  --card-bg: white;
  --accent-2: #0a3aa3;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background);
  color: var(--heading);
  font-family: Urbanist VF, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  margin-bottom: 0;
}

.global-css {
  display: none;
}

.branding-hero-eyebrow {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--text);
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: 3px;
  font-size: 25px;
  font-weight: 500;
  line-height: .5;
  display: flex;
}

.fonts-wrapper {
  padding-top: 6em;
  padding-bottom: 8em;
}

.color-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding-left: 4em;
  display: flex;
}

.color-wrap.heading {
  background-color: var(--heading);
}

.color-wrap.accent {
  background-color: var(--accent);
}

.color-wrap.text {
  background-color: var(--text);
}

.color-wrap.bg {
  background-color: var(--background);
}

.design-elements-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 8em;
}

.heading-example {
  color: var(--heading);
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 600;
}

.wordmark-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 6em;
  padding-bottom: 8em;
}

.inspo-wrapper {
  padding-top: 6em;
  padding-bottom: 8em;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-text {
  font-size: 40px;
  font-weight: 500;
}

.logo-text.dark {
  font-weight: 600;
}

.branding-hero-top {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 3em;
}

.inspo-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading-example {
  color: var(--heading);
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 600;
}

.design-elements-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-wrapper {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 8em;
}

.font-description {
  color: var(--text);
  font-weight: 500;
}

.link-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.page-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.icons-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.website {
  color: var(--heading);
  font-size: 20px;
  font-weight: 500;
}

.branding-hero-wrapper {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-link {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.branding-hero-heading {
  background-image: linear-gradient(283deg, #333 8%, var(--heading) 50%, #333 86%);
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 600;
  line-height: .95;
}

.fonts-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 80%;
  display: grid;
}

.note-content {
  text-align: center;
  flex: 1;
  max-width: 710px;
}

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

.paragraph-example {
  color: var(--text);
  letter-spacing: -.25px;
  font-size: 18px;
  font-weight: 500;
}

.design-elements-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  display: flex;
}

.urbanist-font {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.category-wrap {
  margin-bottom: 4em;
}

.logo-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--background);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.logo-wrap.dark {
  background-color: var(--black);
}

.logo-wrap.color {
  background-color: var(--accent);
}

.logo-wrap.light {
  background-color: var(--white);
  color: var(--heading);
}

.font-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.branding-gradient-line {
  background-image: linear-gradient(180deg, var(--accent), #0a57fe99 30%, #0a57fe4d 66%, transparent);
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8em;
}

.category {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.inspo-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 20px #0000001a;
}

.text-example {
  color: var(--text);
  letter-spacing: -.25px;
  font-weight: 500;
}

.branding-hero-header {
  height: 100%;
  padding-top: 6em;
}

.icon {
  color: var(--text);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--accent);
  color: #fff;
  letter-spacing: -.01em;
  border-radius: 999px;
  padding: .6em 1.3em .65em;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  transition: color .15s, background-color .15s;
  box-shadow: 0 14px 30px -3.25px #0328262e, 0 .5px 1.2px -.8px #03282652, 0 1.7px 3.7px -1.6px #0328264f, 0 4.4px 9.8px -2.4px #03282647;
}

.button.sec {
  box-shadow: none;
  color: var(--black);
  background-color: #7878801a;
}

.button.sec:hover {
  background-color: var(--accent);
  color: var(--white);
}

.button.full-width {
  flex: 1;
}

.note-text {
  color: var(--text);
  letter-spacing: -.25px;
  font-weight: 500;
}

.color-code {
  opacity: .6;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.color-code.dark {
  color: #403834;
}

.color-name {
  color: #fff;
  margin-bottom: 8px;
}

.color-name.dark {
  color: #403834;
}

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

.note-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
}

.logo-icon {
  width: 40px;
  height: 40px;
}

.section {
  padding-top: 8em;
  padding-bottom: 6em;
  position: relative;
}

.section.new-features {
  background-color: var(--black);
  --background: black;
  --heading: #fbfbfb;
  --text: #a6a6a6;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #fff3;
  --card-bg: #171717;
  --accent-2: #0a3aa3;
  padding-bottom: 7em;
}

.section.price {
  padding-top: 13em;
  padding-bottom: 10em;
}

.section.machine {
  background-color: var(--background);
  --background: black;
  --heading: #fbfbfb;
  --text: #a6a6a6;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #fff3;
  --card-bg: #171717;
  --accent-2: #0a3aa3;
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.payout {
  background-color: #f5f5f7;
}

.section.financing {
  background-color: #f5f5f7;
  padding-top: 9em;
  overflow: hidden;
}

.section.editor {
  background-color: #f5f5f7;
}

.section.chat {
  background-color: #f5f5f7;
  padding-top: 6em;
  padding-bottom: 9em;
}

.section.legal {
  padding-top: 9em;
}

.section.end {
  padding-bottom: 0;
}

.section.era {
  padding-top: 6em;
}

.home-hero {
  background-image: none;
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

.home-hero-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-img {
  width: 150px;
}

.nav {
  z-index: 900;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fbfbfba8;
  transition: all .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-inner {
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.nav-logo-link {
  z-index: 1001;
  transition: all .1s;
  position: absolute;
  left: 0;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 27px;
  display: flex;
}

.nav-right {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.nav-dropdown-button {
  color: var(--text);
  padding: 14px 20px;
  transition: color .15s;
}

.nav-dropdown-button.w--open {
  color: var(--heading);
}

.nav-dropdown-icon {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.nav-dropdown-menu.w--open {
  background-color: #0000;
  width: 140px;
  padding-top: 16px;
}

.nav-dropdown-menu-inner {
  background-color: var(--white);
  perspective: 2000px;
  transform-origin: 50% 0;
  border: 1px solid #78788029;
  border-radius: 16px;
  padding: 16px 24px;
}

.nav-dropdown-link {
  color: var(--text);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition: color .15s;
  display: block;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--heading);
}

.nav-button {
  background-color: var(--accent);
  color: #fff;
  letter-spacing: -.01em;
  border-radius: 999px;
  padding: .7em 1.2em .75em;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 14px 30px -3.25px #0328262e, 0 .5px 1.2px -.8px #03282652, 0 1.7px 3.7px -1.6px #0328264f, 0 4.4px 9.8px -2.4px #03282647;
}

.home-hero-subheading-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--text);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-hero-subheading-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero-subheading {
  color: var(--text);
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.home-hero-subheading-icon-wrap {
  box-shadow: none;
  background-image: linear-gradient(#3071ff33, #0a57fe33);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.home-hero-subheading-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.about-hero {
  padding-top: 8em;
  padding-bottom: 0;
  position: relative;
}

.about-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-text {
  color: var(--text);
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.about-signature-img {
  width: 250px;
  margin-left: -.75em;
}

.about-signature-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.about-signature-name {
  letter-spacing: -.01em;
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: 20px;
  font-weight: 600;
}

.about-signature-position {
  color: var(--text);
  letter-spacing: -.01em;
  font-weight: 500;
}

.section-header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-header.apart {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-header.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.section-heading {
  color: var(--heading);
  letter-spacing: -.03em;
  flex: none;
  max-width: 700px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.15;
}

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

.about-team-wrap {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-css {
  display: none;
}

.about-team-img {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
}

.about-team-blur {
  position: absolute;
  inset: 50% 0 0;
}

.about-team-content {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 1em;
  right: 1em;
}

.about-team-name {
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
}

.about-team-position {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
}

.section-subheading {
  color: var(--text);
  letter-spacing: -.02em;
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.4;
}

.section-subheading.dark-mode {
  font-weight: 500;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.pricing-hero {
  padding-top: 9em;
  padding-bottom: 0;
}

.pricing-table-wrap {
  z-index: 998;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-highlight-wrap {
  background-image: linear-gradient(90deg, #0090f7, #ba62fc 33%, #f2416b 66%, #f55600);
  border-radius: 20px;
  max-width: 980px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
}

.pricing-table-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .565fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.pricing-table-section.cc-sticky {
  z-index: 800;
  grid-template-columns: .565fr 1fr;
  margin-bottom: 0;
  padding-top: 30px;
}

.pricing-table-section.cc-header {
  grid-template-columns: .565fr 1fr;
  margin-bottom: 80px;
}

.pricing-table-inner {
  padding-top: 4px;
}

.pricing-table-inner.cc-top {
  position: relative;
}

.pricing-table-row {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-eyebrow {
  color: var(--accent);
  font-size: 18px;
  font-weight: 600;
}

.pricing-price {
  letter-spacing: -.02em;
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 600;
}

.pricing-price-subhead {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
}

.pricing-highlight-text {
  color: var(--text);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0090f7, #ba62fc 33%, #f2416b 66%, #f55600);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 600;
}

.pricing-hero-header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-highlight-inner {
  background-color: var(--background);
  border-radius: 18px;
  padding: 1em 2em;
}

.pricing-section-title {
  letter-spacing: -.02em;
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-row-title {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.pricing-check {
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 24px;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.pricing-not-available {
  color: var(--text);
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 24px;
  margin-top: -1px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.pricing-hero-heading {
  letter-spacing: -.02em;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.about-hero-heading {
  letter-spacing: -.02em;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.05;
}

.pricing-hero-eyebrow-wrap {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  color: var(--accent);
  background-color: #0a57fe33;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: .3em .8em .3em .4em;
  font-weight: 600;
  display: flex;
}

.pricing-hero-eyebrow-exclusive {
  background-color: var(--accent);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  padding: .3em .6em;
  font-size: 12px;
  font-weight: 600;
}

.nav-mobile-btn {
  display: none;
}

.nav-link {
  letter-spacing: -.01em;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .25s;
}

.nav-link:hover, .nav-link.login {
  opacity: .5;
}

.nav-link.login:hover {
  opacity: 100;
}

.nav-dropdown-2 {
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-menu {
  justify-content: center;
  align-items: center;
}

.home-hero-mobile-wrap {
  display: none;
  position: relative;
}

.home-hero-heading {
  letter-spacing: -.03em;
  vertical-align: text-bottom;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
}

.mockup-wrap {
  z-index: 2;
  width: 36rem;
  max-width: 70vh;
  position: absolute;
  bottom: -3.55rem;
  left: 50%;
  transform: translate(-50%);
}

.mockup-anim-initial {
  width: 100%;
  padding-top: 135.44%;
  transition: transform .4s, filter .4s;
  position: relative;
}

.mockup-anim-target {
  position: absolute;
  inset: 0%;
}

.mockup-anim-scroll {
  position: absolute;
  inset: 0%;
  transform: rotate(20deg);
}

.screen-wrap {
  z-index: 1;
  background-color: var(--white);
  border-radius: 7%;
  position: absolute;
  inset: 1.2% 45.2% 34.5% 14.5%;
  overflow: hidden;
}

.hands-wrap {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.hand {
  opacity: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hand.initial {
  opacity: 1;
}

.checkout {
  height: 100vh;
  padding-top: 7em;
  padding-bottom: 6em;
  transition: height .4s;
  position: relative;
}

.checkout-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.checkout-payment-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f7f7f7;
  border: .5px solid #0000001a;
  border-radius: 30px;
  flex-flow: column;
  min-height: 660px;
  padding: 2em 2.5em 1.5em;
  display: flex;
  box-shadow: 0 20px 3em #0000000d;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  box-shadow: none;
  filter: drop-shadow(0 0 11px #00000012);
  pointer-events: none;
  background-image: linear-gradient(#fff, #fcfcfc 50%, #fff);
  border-radius: 999em;
  width: 100%;
  padding: 2px;
  position: absolute;
  inset: -5% 0%;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tab-content-inner {
  border-radius: 20px;
  flex-flow: column;
  padding: 1.5em 1em;
  display: flex;
}

.tabs-menu-wrapper {
  background-color: #ececec;
  border-radius: 999em;
  align-items: center;
  display: flex;
}

.tabs-nav-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #010101;
  text-align: center;
  background-color: #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: .8em;
  padding-bottom: .9em;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item.w--current {
  background-color: #0000;
}

.tabs-nav-item.cc-1.w--current {
  opacity: 1;
}

.tabs-nav-icon {
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.tabs-nav-icon.bank {
  padding: .25em;
}

.checkout-subheading {
  font-size: 22px;
  font-weight: 600;
}

.checkout-product-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f7f7f7;
  border: .5px solid #0000001a;
  border-radius: 30px;
  flex-flow: column;
  padding: 2em 2.5em;
  display: flex;
  box-shadow: 0 20px 2em #0000000d;
}

.checkout-heading {
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
}

.checkout-product-img-wrap {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.checkout-footer {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}

.checkout-footer-logo {
  justify-content: center;
  align-items: center;
  width: 75px;
  margin-top: 3px;
  display: flex;
}

.checkout-footer-text {
  opacity: .7;
}

.checkout-footer-powered {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-footer-link {
  opacity: .7;
  transition: color .15s;
}

.checkout-footer-link:hover {
  color: var(--heading);
}

.checkout-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-form-label {
  color: var(--text);
  margin-bottom: 8px;
  font-weight: 600;
}

.checkout-form-input {
  color: var(--heading);
  background-color: #ececec;
  border: 1px solid #0000001a;
  border-radius: 14px;
  width: 100%;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 600;
  transition: border-color .12s;
}

.checkout-form-input:hover {
  border-color: #0003;
}

.checkout-form-input:focus {
  border-color: #0006;
}

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

.checkout-form-wrap {
  flex-flow: column;
  display: flex;
}

.checkout-form-group {
  flex: 1;
  margin-bottom: 35px;
}

.checkout-form-group-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 100%;
  display: flex;
}

.form-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--accent);
  color: #fff;
  letter-spacing: -.01em;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .8em 1.2em .9em;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  transition: color .15s, background-color .15s;
  display: flex;
  box-shadow: 0 14px 30px -3.25px #0328262e, 0 .5px 1.2px -.8px #03282652, 0 1.7px 3.7px -1.6px #0328264f, 0 4.4px 9.8px -2.4px #03282647;
}

.checkout-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.product-example {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.tabs-nav-background-inner {
  background-image: linear-gradient(#f7f7f7, #fff 50%, #f7f7f7);
  border-radius: 999em;
  width: 100%;
  height: 100%;
}

.card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(180deg, var(--lines), var(--card-bg) 50%, var(--lines));
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  padding: 2px;
  display: flex;
  position: relative;
}

.section-heading-wrap {
  flex: none;
}

.card-content {
  z-index: 10;
  position: relative;
}

.card-heading {
  color: var(--heading);
  letter-spacing: -.025em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.card-text {
  color: var(--text);
  letter-spacing: -.01em;
  margin-top: 10px;
  line-height: 1.5;
}

.section-eyebrow {
  color: var(--accent);
  letter-spacing: -.01em;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.features-more-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-eyebrow {
  color: var(--accent);
  margin-bottom: 7px;
  font-weight: 600;
}

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

.compare-input-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.compare-input-label {
  color: var(--text);
  font-weight: 600;
}

.compare-table {
  grid-column-gap: 1em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 5em;
  display: grid;
}

.compare-title-wrap {
  color: var(--text);
}

.compare-category-wrap {
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.compare-row {
  font-size: 32px;
  font-weight: 600;
}

.accent {
  color: var(--accent);
}

.form-checkbox-hidden {
  z-index: -1;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.form-check-lottie {
  opacity: .8;
  filter: grayscale();
  width: 1.25em;
  height: 1.25em;
  margin-right: 10px;
}

.form-checkbox-label {
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 37px;
  padding-right: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: -1px;
}

.form-checkbox {
  justify-content: flex-start;
  align-items: center;
  min-height: 44px;
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 10px 0 10px 6px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .12s;
  display: flex;
  position: relative;
}

.checkout-error-message {
  color: #ff6363;
  background-color: #0000;
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 600;
}

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

.price-heading {
  letter-spacing: -.02em;
  flex: none;
  max-width: 700px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.price-tag {
  color: var(--text);
  letter-spacing: -.01em;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.price-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.price-circle {
  border-radius: 50%;
  position: absolute;
  box-shadow: inset 0 -20px 2em #0a57fe4d;
}

.price-circle.cc-1 {
  width: 300px;
  height: 300px;
}

.price-circle.cc-2 {
  opacity: .5;
  width: 400px;
  height: 400px;
}

.price-circle.cc-3 {
  opacity: .25;
  width: 500px;
  height: 500px;
}

.price-circle.cc-4 {
  opacity: .05;
  width: 600px;
  height: 600px;
}

.home-hero-img-wrap {
  position: relative;
}

.home-hero-screen-img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-hero-header {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-mockup {
  z-index: 1;
  position: relative;
}

.home-hero-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent 40%, #fbfbfb99 64%, var(--background) 80%);
  position: absolute;
  inset: 0;
}

.steps__track {
  min-height: 20px;
}

.steps__dots {
  padding-left: 10px;
}

.btn {
  width: 100%;
}

.animations-js {
  display: none;
}

.multistep-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multistep-btn-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps-item {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.how-text {
  color: var(--text);
  letter-spacing: -.01em;
  max-width: 220px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

.how-title {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.steps-wrapper {
  z-index: 5;
  grid-column-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
  position: relative;
}

.trial-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.trial-icon.cc-1 {
  margin-top: 3px;
}

.step-icon-wrap {
  border: 1px solid var(--white);
  filter: drop-shadow(0 0 10px #0003);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
}

.trial-line-track {
  background-image: linear-gradient(90deg, var(--accent), var(--accent) 70%, #cbdafc00);
  height: 6px;
  position: absolute;
  inset: auto 13% 8.6em;
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.faq-question {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-content {
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  line-height: 1.5;
}

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

.faq-content-inner {
  letter-spacing: -.01em;
  max-width: 650px;
  padding-top: 4px;
  padding-bottom: 12px;
  line-height: 1.375;
}

.faq-answer {
  color: var(--text);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  z-index: 2;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-label {
  color: var(--accent);
  text-transform: uppercase;
  vertical-align: text-bottom;
  background-color: #0a57fe33;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 4px;
  font-size: 13px;
  font-weight: 700;
  display: inline;
}

.compare-input {
  color: var(--heading);
  text-align: center;
  background-color: #ececec;
  border: 2px solid #0000001a;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 600;
  transition: border-color .12s;
}

.compare-input:hover {
  border-color: #0003;
}

.compare-input:focus {
  border-color: var(--accent);
}

.compare-input.cc-2 {
  display: none;
}

.testimonials-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.compare-note {
  opacity: .5;
  color: var(--text);
  text-align: center;
  letter-spacing: -.01em;
  max-width: 750px;
  line-height: 1.3;
}

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

.compare-logo {
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  max-width: 5em;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.compare-logo.accent {
  color: var(--accent);
}

.compare-logo.big {
  max-width: 5.5em;
}

.about-hero-animation-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-logo-icon-inner {
  background-image: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.about-logo-icon {
  background-image: linear-gradient(180deg, #457ffd, var(--accent));
  border-radius: 31px;
  width: 120px;
  height: 120px;
  padding: 1px;
  box-shadow: 0 10px 20px #0003;
}

.about-hero-header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-animation-img {
  border-radius: 38px;
  box-shadow: 0 10px 4em #00000026;
}

.home-hero-intro-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-intro-text {
  letter-spacing: -.025em;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.button-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.home-hero-list-item {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.home-hero-list-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  display: flex;
}

.about-hero-eyebrow {
  color: var(--text);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}

.machine-anim-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  height: 100%;
  min-height: 250px;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.side-chip {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--lines), var(--card-bg) 50%, var(--lines));
  filter: drop-shadow(0 0 11px #ffffff05);
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 65%;
  padding: 2px;
  display: flex;
  position: absolute;
  left: 0%;
  box-shadow: inset 0 0 30px #0000004d;
}

.side-chip.usd {
  left: auto;
  right: 0%;
}

.chip-connector {
  background-color: #000;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  width: 19%;
  height: 19%;
  position: absolute;
  right: 10px;
}

.chip-connector.usdc {
  right: -10%;
}

.chip-connector.usd {
  border-color: #31292f;
  left: -10%;
  right: auto;
}

.chip-connector.cc-main {
  z-index: 2;
  width: 12%;
  height: 12%;
  right: auto;
}

.chip-connector.cc-main.cc-left {
  left: -6%;
}

.chip-connector.cc-main.cc-right {
  left: auto;
  right: -6%;
}

.side-chip-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(135deg, var(--card-bg), #0e0e0e);
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.side-chip-inner.usd {
  background-image: linear-gradient(135deg, var(--card-bg), #0e0e0e);
  position: relative;
}

.side-chip-icon {
  color: var(--white);
  width: 40%;
  height: auto;
}

.main-chip-wrap {
  z-index: 2;
  background-image: linear-gradient(135deg, #333, #333);
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
}

.main-chip {
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px #0000004d;
}

.main-chip-inner {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--accent-2), #2c4b8e);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.main-chip-screw {
  background-color: #000;
  border: 1px solid #1d1d1f;
  border-radius: 50%;
  width: 5%;
  height: 5%;
  position: absolute;
  top: 8%;
  left: 8%;
}

.main-chip-screw.cc-b {
  inset: auto 8% 8% auto;
}

.main-chip-layer-2 {
  background-color: #ffffff0d;
  border: 1px solid #ffffff29;
  border-radius: 30px;
  width: 72%;
  height: 71%;
  box-shadow: 0 0 10px #00000040;
}

.main-chip-layer-3 {
  background-color: #ffffff0d;
  border: 1px solid #ffffff29;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 49%;
  display: flex;
  position: absolute;
  box-shadow: 0 0 10px #00000040;
}

.main-chip-logo {
  width: 60%;
}

.main-chip-rotator {
  opacity: 0;
  background-image: linear-gradient(135deg, #0000, #fff 53%, #0000);
  width: 150%;
  height: 150%;
  position: absolute;
  inset: -25% 0% 0% -25%;
  transform: rotate(0);
}

.chip-wire-wrap {
  z-index: 1;
  width: 90%;
  position: absolute;
}

.chip-wire {
  background-color: #222;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5px;
  display: flex;
}

.chip-wire-accent-left {
  background-image: linear-gradient(90deg, #548cb000, var(--white));
  border-radius: 20px;
  width: 15%;
  height: 100%;
  position: relative;
}

.chip-wire-accent-right {
  background-image: linear-gradient(90deg, #fb83a000, var(--white));
  border-radius: 20px;
  width: 15%;
  height: 100%;
  position: relative;
}

.side-chip-text {
  z-index: 3;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--heading);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 120%;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: 110%;
}

.machine-benefits-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-top: 1px solid var(--lines);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 850px;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  display: flex;
}

.machine-benefits-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.machine-benefits-heading-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--heading);
  letter-spacing: -.015em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.machine-benefits-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.machine-benefits-text {
  color: var(--text);
  letter-spacing: -.01em;
  line-height: 1.4;
}

.editor-checkout-img {
  border-radius: 30px;
  box-shadow: 0 10px 4em #00000026;
}

.invoice-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.invoices-overlay {
  z-index: 5;
  position: absolute;
  inset: 50% -2em -20%;
}

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

.creditcard-img {
  z-index: 4;
  border-radius: 10px;
  width: 75%;
  position: absolute;
  transform: rotate(-15deg)translate(-2em, 2em);
  box-shadow: 0 0 2em #000000b3;
}

.creditcard-img.cc-2 {
  z-index: 3;
  transform: rotate(-5deg)translate(0);
}

.creditcard-img.cc-3 {
  z-index: 2;
  transform: rotate(2deg)translate(2em, -2em);
}

.creditcard-img.cc-4 {
  z-index: 1;
  transform: rotate(8deg)translate(4.5em, -4.5em);
}

.creditcard-img.cc-1 {
  transform: rotate(-5deg)translate(-3em, 2em);
}

.footer {
  padding-top: 7em;
  padding-bottom: 4em;
  position: relative;
}

.sepa-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
  position: relative;
}

.promise-content {
  color: var(--heading);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sepa-icon {
  color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.promise-text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.promise-label {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: #2369ff;
  background-color: #2369ff33;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.sepa-title {
  margin-top: -.5em;
  margin-bottom: -.4em;
  font-size: 90px;
  font-weight: 700;
}

.side-chip-text-logos {
  justify-content: flex-start;
  align-items: center;
  padding-left: .7em;
  display: flex;
}

.side-chip-text-logo {
  border-radius: 14px;
  width: 50px;
  margin-left: -.7em;
}

.register-hero {
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: relative;
}

.payout-wrapper {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2em;
  display: grid;
  overflow: hidden;
}

.payout-kpi-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

.payout-kpi-wrapper.mobile {
  display: none;
}

.payout-anim-wrapper {
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc 50%, #fff);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
}

.payout-anim-blur {
  z-index: 2;
  border-radius: 22px;
  position: absolute;
  inset: 60% 0 0;
}

.payout-kpi-wrap {
  color: var(--text);
  letter-spacing: -.01em;
  font-size: 18px;
}

.payout-kpi-number {
  color: var(--accent);
  letter-spacing: -.02em;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: 600;
}

.payout-anim-inner {
  background-image: linear-gradient(#f7f7f7, #fcfcfc 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.notification-message {
  color: var(--text);
  font-size: 12px;
}

.iphone-shape {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.notification-timestamp {
  color: var(--heading);
  margin-top: 2px;
  font-size: 12px;
}

.iphone-bg {
  z-index: 0;
  background-color: #000;
  border-radius: 90px;
  position: absolute;
  inset: 0 1.5%;
}

.iphone-mockup {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.iphone-wrap {
  pointer-events: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -32px 0 0;
}

.iphone-screen {
  z-index: 1;
  opacity: .7;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 100%;
  transition: opacity .8s;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.notification-title {
  color: var(--heading);
  font-size: 14px;
}

.notification-logo {
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 12px;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 6px 6px 7px;
}

.notification-logo.sparkasse {
  object-fit: cover;
  background-color: #0000;
  padding: 0;
}

.iphone-notifications-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  --background: black;
  --heading: #fbfbfb;
  --text: #a6a6a6;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #fff3;
  --card-bg: #171717;
  --accent-2: #0a3aa3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 30% 30px auto;
}

.notification-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.notification-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.iphone-notification {
  z-index: 3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1a;
  border-radius: 25px;
  justify-content: space-between;
  align-items: flex-start;
  padding: .7em 1.2em .7em .8em;
  display: flex;
  position: relative;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.payout-anim-bottom-line {
  z-index: 3;
  background-color: #fff;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
}

.register-signup-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12em;
  display: flex;
  position: relative;
}

.register-logo {
  width: 140px;
}

.register-heading {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.05;
}

.register-content {
  background-color: #f5f5f7;
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--accent-2), black);
  --background: black;
  --heading: #fbfbfb;
  --text: #a6a6a6;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #fff3;
  --card-bg: #171717;
  --accent-2: #0a3aa3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12em;
  display: flex;
  position: relative;
}

.register-signup-wrap {
  width: 100%;
  max-width: 400px;
}

.register-signup {
  flex-flow: column;
  display: flex;
}

.signup-buttons-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.signup-form-group {
  flex: 1;
  margin-bottom: 20px;
}

.signup-form-group.last {
  margin-bottom: 35px;
}

.register-or-login-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--text);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.register-or-login-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
}

.signup-step-nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.signup-step-nav-point {
  z-index: 1;
  background-color: var(--accent);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: relative;
}

.signup-step-nav-point.cc-2 {
  border: 1.5px dashed var(--accent);
  background-color: var(--white);
}

.signup-step-nav-line {
  background-color: var(--lines);
  background-image: linear-gradient(90deg, var(--accent), transparent 50%);
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}

.signup-step-nav-line.cc-2 {
  background-image: linear-gradient(90deg, var(--accent) 50%, transparent);
}

.signup-step-nav-line.cc-3 {
  background-image: linear-gradient(90deg, var(--accent), var(--accent));
}

.register-testimonial-card {
  z-index: 3;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em 2em;
  display: flex;
  position: relative;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.register-testimonial-img {
  object-fit: cover;
  border-radius: 10px;
  width: 2.5em;
  height: 2.5em;
}

.register-testimonial-text {
  color: var(--heading);
  font-size: 24px;
  line-height: 1.4;
}

.register-testimonial-author {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-white {
  color: var(--white);
}

.register-list-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  margin-bottom: 8em;
  display: flex;
}

.register-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--heading);
  letter-spacing: -.02em;
  align-items: center;
  font-size: 27px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.register-list-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  display: flex;
}

.register-list-icon-wrap {
  background-color: #0a57fe4d;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  padding-top: 2px;
  padding-right: 2px;
  display: flex;
}

.signup-subscription-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 150%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: -25%;
  display: flex;
  position: relative;
}

.signup-subscription-wrap {
  letter-spacing: -.01em;
  flex-flow: column;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 1.5em;
  transition: border-color .12s;
  display: flex;
  position: relative;
}

.signup-subscription-radio {
  z-index: 1;
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 14px;
  width: auto;
  height: auto;
  min-height: 44px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: -1px;
}

.signup-subscription-radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--accent);
  background-color: #0a57fe0d;
}

.signup-subscription-label {
  color: var(--accent);
  margin-bottom: 0;
  font-weight: 600;
}

.signup-subscription-price {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
}

.signup-subscription-price-label {
  color: var(--text);
  font-size: 16px;
}

.signup-subscription-divider {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.signup-subscription-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.signup-subscription-list-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.signup-subscription-list-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.register-signup-note {
  opacity: .7;
  color: var(--text);
  text-align: center;
  max-width: 350px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 2em;
}

.login-hero {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.login-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.login-heading {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.05;
}

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

.login-form-wrap {
  width: 100%;
  max-width: 350px;
}

.chat-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.chat-audio-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.chat-audio-logo-wrap {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5em;
  display: flex;
  box-shadow: 0 5px 2em #00000014;
}

.chat-audio-logo {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.chat-audio-wrap {
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc 50%, #fff);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
}

.chat-audio-inner {
  background-image: linear-gradient(#f7f7f7, #fcfcfc 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-example-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-track-wrapper {
  background-color: #ffffff1a;
  width: 100%;
  padding: 1.5em .75em;
}

.sp-track {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: -.5rem;
  display: flex;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  display: flex;
  position: relative;
}

.sp-play {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -.5rem;
  display: flex;
}

.sp-pause {
  color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -.5rem;
  display: none;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: auto;
  height: 3rem;
  margin-left: 20px;
  margin-right: 20px;
}

.sp-progress-bar-background {
  background-color: #0000001a;
}

.progress-bar {
  background-color: var(--black);
  pointer-events: auto;
  width: 0%;
  height: 3rem;
  position: relative;
}

.audio-profile-wrap {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 20px #00000014;
}

.audio-profile-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.audio-name-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--text);
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .75rem;
  left: 1rem;
}

.audio-name {
  color: var(--accent);
  font-size: 17px;
  font-weight: 600;
}

.chat-message-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.chat-message-wrap {
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc 50%, #fff);
  border-radius: 24px 24px 24px 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
}

.chat-message-inner {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-image: linear-gradient(#f7f7f7, #fcfcfc 50%, #f7f7f7);
  border-radius: 22px 22px 22px 0;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: .7em .75em .7em 1em;
  display: flex;
  position: relative;
}

.chat-message-author {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--text);
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.chat-author-name {
  color: var(--accent);
  font-size: 17px;
  font-weight: 600;
}

.chat-message-text {
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 1.4;
}

.text-quote {
  color: #1d1d1f33;
  margin-left: 3px;
  margin-right: 3px;
}

.financing-kpi-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: flex;
}

.financing-anim-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  position: relative;
}

.financing-wrap {
  z-index: 1;
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc66 50%, #fff);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
  box-shadow: 0 0 1em #0000000d;
}

.financing-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(#f7f7f7, #fcfcfc66 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  padding: 1.5em 4em 1.5em 1.5em;
  display: flex;
  position: relative;
}

.financing-text {
  z-index: 1;
  margin-left: .5em;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.financing-anim-check-wrap {
  z-index: 2;
  border: 1px solid var(--white);
  filter: drop-shadow(0 0 10px #0003);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}

.financing-check-icon-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding-top: 1px;
  padding-right: 1px;
  display: flex;
  position: relative;
}

.financing-check-icon {
  opacity: 0;
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
}

.financing-apply-wrap {
  width: 70%;
  margin-top: -1.5em;
  position: relative;
}

.financing-signature-wrap {
  width: 46%;
  position: absolute;
  bottom: 7%;
  left: 33%;
}

.financing-check-loading {
  color: var(--accent);
  position: absolute;
  inset: -3.5px;
}

.financing-check-number {
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.security-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(135deg, var(--card-bg), #0e0e0e);
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.sepa-notification {
  z-index: 3;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1717171a;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: .6em 1.2em .6em .7em;
  display: flex;
  position: relative;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.sepa-notification.cc-2 {
  opacity: .75;
  filter: blur(.5px);
  transform: scale(.9);
}

.invoice-item {
  z-index: 3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #171717;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: .7em 1.2em .7em .8em;
  display: flex;
  position: relative;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.invoice-item.cc-2 {
  z-index: 1;
  position: absolute;
  transform: translate(4em, 1.5em)scale(.8)rotate(20deg);
}

.invoice-item.cc-3 {
  z-index: 1;
  position: absolute;
  transform: rotate(-15deg)scale(.8)translate(-5em);
}

.chip-notification-icon {
  color: var(--white);
  width: 1.1em;
  height: 1.1em;
}

.chip-notification-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #171717;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: -3.5em;
  margin-right: -2.5em;
  padding: .4em;
  display: flex;
  position: absolute;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.chip-notification-point {
  background-color: #ff6363;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: .5em;
  right: .5em;
}

.financing-wrapper {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.financing-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.financing-kpi-number {
  color: var(--accent);
  letter-spacing: -.02em;
  margin-top: 3px;
  font-size: 40px;
  font-weight: 600;
}

.financing-line-track {
  background-image: linear-gradient(180deg, var(--accent), var(--accent) 70%, transparent);
  width: 6px;
  position: absolute;
  inset: 16% auto 13% 3.5%;
  overflow: hidden;
}

.step-wrap {
  z-index: 1;
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc66 50%, #fff);
  border-radius: 24px;
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  padding: 2px;
  position: relative;
  box-shadow: 0 0 1em #0000000d;
}

.step-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(#f7f7f7, #fcfcfc66 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step-register-img {
  width: 80%;
}

.security-wrap {
  z-index: 1;
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc66 50%, #fff);
  border-radius: 24px;
  width: 100%;
  padding: 2px;
  box-shadow: 0 0 1em #0000000d;
}

.security-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(#f7f7f7, #fcfcfc66 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  padding: 1em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step-overlay {
  position: absolute;
  inset: 20% 0 0;
}

.step-review-list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  display: flex;
}

.step-review-list-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid var(--lines);
  opacity: .75;
  filter: blur(.5px);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.step-review-list-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.step-review-status {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .5em .8em .5em .7em;
  display: flex;
  position: absolute;
  box-shadow: 0 0 2em #0003, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.step-review-status-check-icon {
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9em;
  height: .9em;
  display: flex;
}

.step-review-status-check {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  padding-top: 1px;
  padding-right: 1px;
  display: flex;
}

.step-review-status-content {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--heading);
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.step-review-status-logo {
  color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
}

.step-checkout-img {
  width: 200%;
  max-width: none;
  position: absolute;
  top: 1em;
  left: 1em;
}

.step-checkout-overlay {
  position: absolute;
  inset: 50% 0 0;
}

.testimonial-wrap {
  z-index: 1;
  filter: drop-shadow(0 0 11px #00000005);
  background-image: linear-gradient(#fff, #fcfcfc66 50%, #fff);
  border-radius: 24px;
  width: 100%;
  padding: 2px;
  position: relative;
  box-shadow: 0 0 1em #0000000d;
}

.testimonial-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(#f7f7f7, #fcfcfc66 50%, #f7f7f7);
  border-radius: 22px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em 1em 1em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.testimonial-content {
  flex-flow: column;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.testimonial-name {
  color: var(--white);
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-company {
  opacity: .7;
  color: var(--white);
  font-size: 15px;
}

.testimonial-text {
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.testimonial-kpi-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.testimonial-kpi-wrap {
  color: var(--text);
  letter-spacing: -.01em;
  font-size: 16px;
}

.testimonial-kpi-number {
  color: var(--heading);
  letter-spacing: -.02em;
  margin-top: 3px;
  font-size: 30px;
  font-weight: 600;
}

.testimonial-kpi-number.cc-accent {
  color: var(--accent);
}

.testimonial-kpi-line {
  border: .5px solid var(--lines);
  width: 70%;
  height: 1px;
}

.testimonial-img-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-person {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1a;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 2em;
  display: flex;
  position: absolute;
  bottom: 2em;
  box-shadow: inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.testimonial-person.cc-dark {
  background-color: #1717171a;
}

.xmas-hero {
  background-color: var(--background);
  --background: black;
  --heading: #fbfbfb;
  --text: #a6a6a6;
  --accent: #0a57fe;
  --white: white;
  --black: black;
  --lines: #fff3;
  --card-bg: #171717;
  --accent-2: #0a3aa3;
  height: 110vh;
  padding-top: 16em;
  padding-bottom: 8em;
  overflow: hidden;
}

.xmas-hero-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.xmas-hero-header {
  z-index: 1;
  position: relative;
}

.xmas-hero-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.xmas-hero-heading {
  color: var(--heading);
  letter-spacing: -.03em;
  vertical-align: text-bottom;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
}

.xmas-hero-img {
  width: 1232px;
  max-width: none;
  position: absolute;
}

.xmas-hero-subheading {
  color: var(--text);
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.legal-text-li {
  color: #6f6e77;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  top: 80px;
}

.legal-text-h4 {
  letter-spacing: -.01em;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 600;
}

.legal-text-h1 {
  letter-spacing: -.025em;
  border-bottom: 1px solid #cecece;
  margin-top: 0;
  margin-bottom: 48px;
  padding-bottom: 22px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.legal-text-h2 {
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.legal-text-h2.padding-bottom {
  margin-bottom: 40px;
  font-weight: 600;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-scroll-2 {
  padding-top: 40px;
  position: relative;
}

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

.legal-text-h3 {
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3;
}

.legal-text-p {
  opacity: .7;
  color: var(--text);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.legal-text {
  letter-spacing: -.015em;
  font-size: 13px;
}

.scroll-wrapper-2 {
  width: 100%;
  position: relative;
}

.db-datenschutz-content {
  letter-spacing: .02em;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  line-height: 1.5;
  display: block;
}

.gallery-link-2 {
  opacity: .5;
  letter-spacing: -.025em;
  margin-bottom: 35px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
}

.gallery-link-2:hover {
  color: #1d1d1f;
}

.gallery-link-2.w--current {
  opacity: 1;
  font-size: 1.4em;
}

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

.footer-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
  display: flex;
}

.footer-logo-wrap {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-germany-flag {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.footer-logo {
  width: 130px;
}

.footer-logo-slogan {
  color: var(--text);
  letter-spacing: -.01em;
  font-size: 15px;
}

.footer-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: var(--text);
  letter-spacing: -.01em;
  font-weight: 600;
  transition: color .15s;
}

.footer-link:hover {
  color: var(--heading);
}

.footer-copyright {
  color: var(--text);
  letter-spacing: -.01em;
  font-size: 14px;
}

.footer-media-links {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  display: flex;
}

.footer-media-icon {
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.footer-media-icon.youtube {
  width: 1.5em;
}

.footer-legal-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--lines);
  flex-flow: column;
  margin-top: 1.5em;
  padding-top: 1.5em;
  display: flex;
}

.footer-legal-text {
  opacity: .75;
  color: var(--text);
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 1.3;
}

.footer-germany-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: .4em 1em .4em 1.2em;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 20px 2em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.end-wrapper {
  border-bottom: 1px solid var(--lines);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.end-subheading {
  color: var(--text);
  max-width: 780px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.end-header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.end-img {
  border-radius: 30px;
  width: 90%;
  margin-bottom: -4em;
  box-shadow: 0 10px 4em #00000026;
}

.end-overlay {
  position: absolute;
  inset: 70% -2em 0;
}

.era-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-top: -1em;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.era-logo-wrap {
  background-color: var(--white);
  opacity: .75;
  filter: blur(.5px);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1em 1em;
  display: flex;
  box-shadow: 0 2px 2em #0000001a;
}

.era-logo-wrap.cc-2 {
  opacity: .5;
  filter: blur(1px);
  transform: scale(.75);
}

.era-logo {
  max-width: 6em;
}

.security-fraud-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .5em .8em .5em .6em;
  display: flex;
  box-shadow: 0 0 2em #0003, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.security-fraud-wrap.cc-2 {
  opacity: .75;
  filter: blur(.5px);
  transform: scale(.9);
}

.security-fraud-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.security-fraud-check-icon {
  color: var(--accent);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  display: flex;
}

.security-encrypted-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.security-encrypted-text {
  opacity: .2;
  text-align: justify;
  word-break: break-all;
}

.security-encrypted-overlay {
  background-image: linear-gradient(135deg, #f7f7f7, #fafafa);
  position: absolute;
  inset: -3em -4em -4em;
}

.security-encrypted-point {
  background-color: var(--heading);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.security-encrypted-wrap {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .5em 1.2em .5em .7em;
  display: flex;
  position: absolute;
  box-shadow: 0 0 2em #0003, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.security-data-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.security-data-main-icon {
  color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.security-data-wrap {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: .5em .7em .6em;
  display: flex;
  position: absolute;
  box-shadow: 0 0 2em #0003, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
}

.security-data-wrap.cc-2 {
  opacity: .5;
  filter: blur(1px);
  top: 1em;
  left: 2em;
  transform: scale(.8);
}

.security-data-wrap.cc-3 {
  opacity: .5;
  filter: blur(1px);
  bottom: 1.5em;
  left: 2.5em;
  transform: scale(.8);
}

.security-data-wrap.cc-4 {
  opacity: .5;
  filter: blur(1px);
  bottom: 1em;
  right: 3em;
  transform: scale(.9);
}

.security-data-wrap.cc-5 {
  opacity: .5;
  filter: blur(1px);
  top: 1.5em;
  right: 1.5em;
  transform: scale(.8);
}

.security-data-icon {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.security-data-icon.small {
  width: 25px;
  height: 25px;
}

.legal-text-p-copy {
  opacity: .7;
  color: var(--text);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 600;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .pricing-table-section.cc-sticky {
    padding-right: 18px;
  }

  .nav-menu {
    display: none;
  }

  .checkout {
    height: auto;
    padding-top: 4em;
  }

  .checkout-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    display: none;
  }

  .checkout {
    padding-bottom: 2em;
  }

  .checkout-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .tabs-nav-background {
    width: auto;
    height: 100%;
    inset: 0% -1%;
  }

  .tabs-menu-wrapper {
    border-radius: 40px;
    flex-flow: column;
  }

  .tabs-nav-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1.1em;
  }

  .checkout-footer {
    margin-top: 4em;
    position: static;
  }

  .checkout-footer-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .color-wrap {
    height: 200px;
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

  .design-elements-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .branding-hero-wrapper {
    height: 80vh;
  }

  .branding-hero-heading {
    letter-spacing: -3px;
    font-size: 70px;
    line-height: 1;
  }

  .fonts-grid {
    word-break: break-all;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .colors-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .design-elements-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .branding-gradient-line {
    right: 2em;
  }

  .category {
    font-size: 35px;
  }

  .button.sec {
    font-size: 15px;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.price {
    padding-top: 10em;
    padding-bottom: 12em;
    overflow: hidden;
  }

  .section.machine {
    padding-top: 4em;
  }

  .section.financing {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.chat {
    padding-top: 2em;
  }

  .section.era {
    overflow: hidden;
  }

  .home-hero {
    flex-flow: column;
    height: auto;
    min-height: 135vh;
    padding-top: 0;
    position: relative;
  }

  .home-hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 70vh;
    padding-top: 6em;
  }

  .nav {
    width: 100%;
  }

  .nav-inner {
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-logo-link {
    z-index: 1001;
    position: relative;
  }

  .nav-logo {
    width: 110px;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-button {
    padding: .5em 1em .55em;
  }

  .home-hero-subheading-wrapper {
    margin-top: 2rem;
    display: flex;
  }

  .home-hero-subheading-wrap {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
  }

  .home-hero-subheading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .home-hero-subheading-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .home-hero-subheading-icon {
    width: 16px;
    height: 16px;
  }

  .about-hero {
    padding-top: 7.5em;
  }

  .about-text-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .about-text {
    font-size: 21px;
  }

  .about-signature-img {
    width: 200px;
    margin-left: -.5em;
  }

  .about-signature-wrap {
    margin-top: .5em;
  }

  .section-header.apart {
    flex-flow: column;
  }

  .section-heading {
    font-size: 8.5vw;
  }

  .about-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-team-wrap {
    height: 250px;
  }

  .about-team-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .about-team-name {
    font-size: 24px;
  }

  .about-team-position {
    font-size: 16px;
  }

  .section-subheading {
    font-size: 18px;
  }

  .pricing-hero {
    padding-top: 7.5em;
  }

  .pricing-table-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid #ececec;
    flex-flow: column;
    grid-template-columns: .6fr;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .pricing-table-section.cc-sticky {
    z-index: 800;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fbfbfba8;
    border-top-width: 0;
    margin-bottom: -10px;
    margin-left: -18px;
    margin-right: -18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    position: sticky;
    top: 46px;
  }

  .pricing-table-section.cc-header {
    margin-bottom: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-title-placeholder {
    display: none;
  }

  .pricing-table-inner {
    padding-top: 0;
  }

  .pricing-table-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-highlight-text {
    max-width: 250px;
    line-height: 1.3;
  }

  .pricing-hero-header {
    margin-bottom: 2.5em;
  }

  .pricing-highlight-inner {
    justify-content: center;
    align-items: center;
    padding-top: .5em;
    padding-bottom: .5em;
    display: flex;
  }

  .pricing-hero-heading {
    font-size: 38px;
  }

  .about-hero-heading {
    font-size: 31px;
  }

  .nav-mobile-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 48px;
    height: 48px;
    margin-left: 6px;
    margin-right: -12px;
    padding: 12px;
    display: flex;
  }

  .nav-burger-line {
    background-color: #171717;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 22px;
    font-weight: 600;
  }

  .nav-link.w--current {
    color: var(--heading);
  }

  .nav-link.login {
    opacity: 100;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .nav-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 999;
    opacity: 0;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 99px 10px 34px;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .nav-menu.open {
    height: 100vh;
    position: fixed;
  }

  .home-hero-mobile-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
  }

  .home-hero-heading {
    font-size: 12vw;
    line-height: 1;
  }

  .mockup-wrap {
    width: 42rem;
  }

  .checkout {
    height: auto;
    padding-top: 4em;
    padding-bottom: 2em;
    transition: height .4s;
  }

  .checkout-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .checkout-payment-wrap {
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .tab-content-inner {
    height: auto;
    padding: 1em .5em;
  }

  .tabs-menu-wrapper {
    border-radius: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tabs-nav-item {
    padding-left: .5em;
    padding-right: .9em;
  }

  .checkout-product-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    border-radius: 20px;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .checkout-heading {
    font-size: 28px;
  }

  .checkout-product-img-wrap {
    border-radius: 14px;
    height: 150px;
  }

  .checkout-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    position: static;
  }

  .checkout-form-group-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .checkout-footer-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .section-heading-wrap {
    flex: 0 auto;
  }

  .section-eyebrow {
    margin-bottom: 10px;
  }

  .features-more-grid {
    grid-template-columns: 1fr;
  }

  .compare-wrapper {
    margin-top: -2em;
  }

  .compare-table {
    grid-column-gap: .25em;
    grid-row-gap: 2em;
    grid-template-columns: .75fr 1fr 1fr;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .compare-category-wrap {
    word-break: break-all;
    font-size: 16px;
  }

  .compare-row {
    font-size: 24px;
  }

  .form-check-lottie {
    width: 1.2em;
    height: 1.2em;
  }

  .form-checkbox-label {
    padding-left: 40px;
  }

  .form-checkbox {
    margin-top: -10px;
  }

  .price-heading {
    font-size: 6rem;
  }

  .price-tag {
    font-size: 18px;
  }

  .price-circle.cc-1 {
    width: 250px;
    height: 250px;
  }

  .price-circle.cc-2 {
    width: 350px;
    height: 350px;
  }

  .price-circle.cc-3 {
    opacity: .2;
    width: 450px;
    height: 450px;
  }

  .price-circle.cc-4 {
    width: 550px;
    height: 550px;
  }

  .home-hero-img-wrap {
    display: none;
  }

  .home-hero-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .steps-item {
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 4em;
    padding-right: 1em;
  }

  .step-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: .5em;
  }

  .how-text {
    margin-top: 5px;
  }

  .how-title {
    font-size: 24px;
  }

  .steps-wrapper {
    grid-row-gap: 3em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .step-icon-wrap {
    margin-bottom: 0;
    margin-right: 20px;
    position: absolute;
    top: 25%;
    left: 0;
  }

  .trial-line-track {
    background-image: linear-gradient(#cbdafc, #cbdafc 70%, #cbdafc00);
    width: 6px;
    height: auto;
    inset: 10% auto 20% 17px;
  }

  .faq-header {
    grid-column-gap: .5em;
  }

  .faq-question {
    font-size: 20px;
  }

  .faq-icon {
    min-width: 20px;
    min-height: 20px;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr;
  }

  .compare-note {
    max-width: 350px;
    font-size: 14px;
  }

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

  .about-logo-icon {
    flex: none;
  }

  .about-hero-header {
    margin-bottom: 4em;
  }

  .home-hero-animation-wrapper, .home-hero-intro-wrap {
    display: none;
  }

  .button-wrap {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .home-hero-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 2em;
    display: grid;
  }

  .home-hero-list-item {
    font-size: 15px;
  }

  .about-hero-eyebrow {
    font-size: 18px;
  }

  .machine-anim-wrapper {
    min-height: 150px;
    margin-top: -2em;
  }

  .side-chip {
    border-radius: 21px;
    width: 21%;
    height: 50%;
    left: 2%;
  }

  .side-chip.usd {
    width: 21%;
    right: 2%;
  }

  .side-chip-inner {
    border-radius: 20px;
  }

  .main-chip-wrap {
    border-radius: 21px;
    width: 34%;
    height: 80%;
  }

  .main-chip {
    border-radius: 21px;
  }

  .main-chip-inner {
    border-radius: 20px;
  }

  .main-chip-screw {
    top: 7%;
    left: 7%;
  }

  .main-chip-screw.cc-b {
    bottom: 7%;
    right: 7%;
  }

  .main-chip-layer-2 {
    border-radius: 20px;
    width: 80%;
    height: 80%;
  }

  .main-chip-layer-3 {
    border-radius: 20px;
    width: 60%;
    height: 60%;
  }

  .side-chip-text {
    width: 116%;
    font-size: 14px;
    top: auto;
    bottom: -3.5em;
  }

  .side-chip-text.center {
    width: 100%;
  }

  .machine-benefits-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6em;
    padding-top: 2em;
    display: grid;
  }

  .editor-checkout-img {
    border-radius: 10px;
  }

  .invoice-wrapper {
    margin-bottom: -2em;
  }

  .creditcards-wrapper {
    min-height: 210px;
  }

  .creditcard-img.cc-4 {
    transform: rotate(8deg)translate(4em, -4.5em);
  }

  .footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .promise-label {
    font-size: 14px;
  }

  .sepa-title {
    margin-top: -.3em;
    font-size: 80px;
  }

  .side-chip-text-logo {
    border-radius: 10px;
    width: 30px;
  }

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

  .payout-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .payout-kpi-wrapper {
    display: none;
  }

  .payout-kpi-wrapper.mobile {
    grid-column-gap: 3em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    display: grid;
  }

  .payout-anim-wrapper {
    min-height: 500px;
    margin-top: -2em;
    overflow: hidden;
  }

  .payout-kpi-number {
    font-size: 32px;
  }

  .notification-message {
    font-size: 11px;
  }

  .notification-timestamp {
    font-size: 10px;
    position: absolute;
    top: 1em;
    right: 1.5em;
  }

  .iphone-bg {
    border-radius: 70px;
  }

  .iphone-wrap {
    width: auto;
    top: 20px;
    left: 1em;
    right: 1em;
  }

  .notification-title {
    font-size: 13px;
  }

  .notification-logo {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .iphone-notifications-wrap {
    left: 20px;
    right: 20px;
  }

  .notification-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .notification-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .register-signup-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .register-logo {
    width: 120px;
  }

  .register-heading {
    font-size: 35px;
  }

  .register-content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .register-testimonial-wrap {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    position: static;
    left: 2em;
    right: 2em;
  }

  .register-testimonial-card {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .register-testimonial-text {
    font-size: 21px;
  }

  .register-list-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: 3em;
  }

  .register-list-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    font-size: 19px;
  }

  .register-list-icon-wrap {
    border-radius: 8px;
    padding-top: 1px;
    padding-right: 1px;
  }

  .signup-subscription-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .signup-subscription-wrap {
    flex: 1;
  }

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

  .login-heading {
    font-size: 35px;
  }

  .chat-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .chat-audio-logo-wrap {
    width: 3em;
    height: 3em;
  }

  .chat-audio-logo {
    width: 3.5rem;
  }

  .chat-audio-wrap {
    border-radius: 20px;
  }

  .chat-audio-inner {
    border-radius: 18px;
  }

  .sp-track {
    margin-top: .5em;
    margin-bottom: -.5em;
  }

  .sp-controla-wrapper {
    padding-left: 1rem;
  }

  .sp-play, .sp-pause {
    flex: none;
    width: 2.25em;
    height: 2.25em;
    margin-left: -1rem;
  }

  .sp-progress-bar-wrapper {
    height: 3em;
    margin-left: 5px;
    margin-right: 15px;
  }

  .progress-bar {
    height: 3em;
  }

  .audio-profile-wrap {
    width: 3em;
    height: 3em;
    margin-right: .25em;
  }

  .audio-name-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 13px;
    top: .7em;
    left: 1em;
  }

  .audio-name {
    font-size: 16px;
  }

  .chat-message-wrap {
    border-radius: 20px;
  }

  .chat-message-inner {
    border-radius: 18px;
  }

  .chat-message-author {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 13px;
    top: .7em;
    left: 1em;
  }

  .chat-author-name, .chat-message-text {
    font-size: 16px;
  }

  .financing-anim-wrapper {
    grid-template-columns: 1fr;
  }

  .financing-wrap {
    overflow: hidden;
  }

  .financing-inner {
    padding-right: 1.5em;
  }

  .security-wrapper {
    grid-template-columns: 1fr;
  }

  .financing-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    grid-template-columns: 1fr;
  }

  .financing-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-top: -1em;
  }

  .financing-kpi-number {
    font-size: 32px;
  }

  .financing-line-track {
    width: 6px;
    height: auto;
    bottom: 14%;
    left: 17px;
    right: auto;
  }

  .step-wrap {
    height: 14em;
    margin-bottom: 1.5em;
    overflow: hidden;
  }

  .step-inner {
    padding-right: 1.5em;
  }

  .security-wrap {
    overflow: hidden;
  }

  .security-inner {
    padding-right: 1.5em;
  }

  .step-review-status {
    box-shadow: 0 20px 1em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
  }

  .step-review-status-check-icon {
    width: 1.5em;
    height: 1.5em;
    font-size: 14px;
  }

  .testimonial-wrap {
    overflow: hidden;
  }

  .testimonial-inner {
    padding-bottom: 1.5em;
    padding-right: 1em;
    display: flex;
  }

  .testimonial-img {
    object-position: 50% 25%;
  }

  .testimonial-content {
    padding: 0 .5em;
  }

  .testimonial-kpi-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .testimonial-kpi-number {
    font-size: 30px;
  }

  .testimonial-kpi-line {
    width: 1px;
    height: 100%;
  }

  .testimonial-img-wrap {
    max-height: 15em;
  }

  .xmas-hero {
    background-image: linear-gradient(180deg, var(--background) 80%, #0a57fe33);
    flex-flow: column;
    height: auto;
    min-height: 135vh;
    padding-top: 8em;
    position: relative;
  }

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

  .xmas-hero-header {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .xmas-hero-img-wrap {
    min-height: 350px;
  }

  .xmas-hero-heading {
    font-size: 9vw;
    line-height: 1.2;
  }

  .xmas-hero-img {
    width: auto;
    height: 176%;
    max-height: 640px;
    margin-left: 20%;
  }

  .xmas-hero-subheading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .legal-text-h4 {
    letter-spacing: -.015em;
    font-size: 18px;
    font-weight: 400;
  }

  .legal-text-h1 {
    font-size: 3.5em;
  }

  .legal-text-h2 {
    font-size: 22px;
  }

  .legal-text-h2.padding-bottom {
    margin-bottom: 20px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
    display: block;
  }

  .gallery-scroll-2 {
    padding: 0;
  }

  .legal-text-h3 {
    font-size: 20px;
  }

  .scroll-wrapper-2 {
    width: auto;
  }

  .db-datenschutz-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .gallery-link-2 {
    margin-bottom: 25px;
  }

  .footer-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-inner {
    flex-flow: column;
  }

  .footer-wrap {
    flex-flow: row;
    align-items: flex-end;
  }

  .footer-bottom {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column-reverse;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .footer-logo-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .footer-legal-text {
    font-size: 13px;
  }

  .footer-germany-wrap {
    flex: none;
    box-shadow: 0 20px 1em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
  }

  .end-subheading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .end-img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    box-shadow: 0 10px 1em #0000001a;
  }

  .era-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .era-logo-wrap {
    flex: none;
  }

  .era-logo {
    max-width: 4em;
  }

  .security-fraud-wrap {
    box-shadow: 0 20px 1em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
  }

  .security-fraud-wrapper {
    padding-top: 1em;
  }

  .security-fraud-check-icon {
    width: 1.5em;
    height: 1.5em;
    font-size: 14px;
  }

  .security-encrypted-wrap {
    box-shadow: 0 20px 1em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
  }

  .security-data-wrapper {
    min-height: 150px;
  }

  .security-data-wrap {
    box-shadow: 0 20px 1em #0000001a, inset 2px 1px 2px #f2f2f226, inset -2px -1px 2px #f2f2f226, inset -1px -1px 0 -.55px #ffffff5e, inset 1px 1px 1px -.05px #ffffff5e, inset -3px -3px .5px -3.5px #fff6, inset 3px 3px .5px -3.5px #ffffff5e, inset 0 1px 8px #0000000f, inset 0 0 2px #0000000d;
  }
}

#w-node-_13f857d3-f588-ac44-fd92-29aff4d6a5eb-a568c6f9, #w-node-_9661c343-f600-64be-6d30-28349e33b6d1-a568c6f9, #w-node-_213044e9-15f3-66b7-5aa4-267daa6a87ac-a568c6f9, #w-node-_213044e9-15f3-66b7-5aa4-267daa6a87b6-a568c6f9, #w-node-_213044e9-15f3-66b7-5aa4-267daa6a87c4-a568c6f9, #w-node-_213044e9-15f3-66b7-5aa4-267daa6a87ee-a568c6f9, #w-node-_573e72f1-a959-a915-9cca-7e279d06dc64-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665db72-a568c6fa, #w-node-_6aab8c59-e2df-a939-fd2f-4eaac6252bfb-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665db83-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665db8d-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665db92-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665db97-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbbc-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbc1-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbcd-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbd4-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbd6-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbd7-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbd8-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbd9-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbda-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbdb-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbdc-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbdd-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbde-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbdf-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe0-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe1-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe2-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe3-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe4-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe5-a568c6fa, #w-node-_52518620-b151-aacd-73da-a72a4665dbe6-a568c6fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0a0-a568c6fb {
  justify-self: start;
}

#w-node-b32efcb8-8c0a-7647-f1a5-f964184816c6-a568c702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b32efcb8-8c0a-7647-f1a5-f964184816d9-a568c702 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-b32efcb8-8c0a-7647-f1a5-f964184816da-a568c702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b32efcb8-8c0a-7647-f1a5-f964184816dc-a568c702 {
  grid-area: Content;
}

#hinweise-informationen.w-node-b32efcb8-8c0a-7647-f1a5-f96418481701-a568c702, #access-dash.w-node-b32efcb8-8c0a-7647-f1a5-f96418481759-a568c702, #lead-scoring.w-node-b32efcb8-8c0a-7647-f1a5-f96418481767-a568c702, #w-node-b32efcb8-8c0a-7647-f1a5-f964184817a2-a568c702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#analysen.w-node-b32efcb8-8c0a-7647-f1a5-f964184817a3-a568c702 {
  grid-area: _5;
}

#sponsored-sections.w-node-b32efcb8-8c0a-7647-f1a5-f964184817c9-a568c702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#plugins-tools.w-node-b32efcb8-8c0a-7647-f1a5-f964184817ca-a568c702 {
  grid-area: _6;
}

#w-node-b32efcb8-8c0a-7647-f1a5-f964184817cb-a568c702 {
  grid-area: _4;
}

@media screen and (max-width: 991px) {
  #w-node-b32efcb8-8c0a-7647-f1a5-f964184816c6-a568c702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b933baa-47d7-2aa9-0ce4-3a301ae76d4b-a568c6f9 {
    order: 9999;
  }

  #w-node-a36704ab-b483-00c8-581d-f498c0bf37b5-a568c6f9, #w-node-_213044e9-15f3-66b7-5aa4-267daa6a87bd-a568c6f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc60b30b-9bdc-eb7b-1532-462e75f24339-a568c6fb, #w-node-_28cf44af-1d71-7c95-81dc-f3cc088bf670-a568c6fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed3408cb-e593-3fa8-51f9-567e63323123-a568c6fb, #w-node-_331fbc44-abfc-00e4-1a5f-5519e790486c-a568c6fb, #w-node-_6696ce2c-27c3-383a-885e-deee04717d32-a568c6fb, #w-node-_6696ce2c-27c3-383a-885e-deee04717d34-a568c6fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed084-a568c6fb {
    justify-self: start;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed086-a568c6fb {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed088-a568c6fb {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed08a-a568c6fb {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed08c-a568c6fb {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed08e-a568c6fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0a0-a568c6fb {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0a3-a568c6fb {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0a6-a568c6fb {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0a9-a568c6fb {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_73e33d28-1787-ab8b-a4d2-b6ddc00ed0ac-a568c6fb {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_24ad8fbe-ed68-3d7f-301b-38cba5e2382d-a568c6fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc7fdf59-c19d-5bde-2e81-051566936015-a568c6fe, #w-node-fa27806c-b3e4-e1b8-f984-fa064a74bd1a-a568c701 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8dc6950-cf9d-e918-7344-2329754000d7-a568c701 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b32efcb8-8c0a-7647-f1a5-f964184816c6-a568c702, #w-node-b32efcb8-8c0a-7647-f1a5-f964184816d9-a568c702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Urbanist VF';
  src: url('../fonts/Urbanist-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sticky Notes';
  src: url('../fonts/Stickynotes-ywLPd.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}