@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/onest-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/onest-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/onest-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--700: #45494b;
  --neutral--800: #202324;
  --neutral--500: #969da0;
  --secondary--color-3: #fbe4d7;
  --accent--primary-1: #000;
  --neutral--300: #d5dadd;
  --general--shadow-01: #14142b0f;
  --neutral--200: #f0f0f0;
  --secondary--color-1: #699288;
  --secondary--color-2: #f4f0ed;
  --neutral--100: white;
  --neutral--600: #696e72;
  --neutral--400: #b8bec1;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #0a0f160f;
  --button-shadow--color-2: #0a0f1614;
  --button-shadow--color-03: #0a0f1614;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --secondary--color-4: #d7e67b;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

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

body {
  color: var(--neutral--700);
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--500);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
  text-align: center;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 80px 164px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
}

.grid-2-columns.gap-row-48px {
  grid-template-columns: 2fr 1.5fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.dropdown-main-pages-grid {
  grid-template-columns: 1fr;
}

.grid-2-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns._1fr---1-25fr {
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns._1fr---1-25fr.gap-row-48px {
  grid-auto-flow: row;
}

.grid-2-columns._1-16fr---1fr {
  grid-template-columns: 1.16fr 1fr;
}

.grid-2-columns.cta-card-grid {
  grid-column-gap: 40px;
  grid-template-columns: 554px 1fr;
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._1-75fr---1fr {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns._1fr---1-2fr {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns.footer-main-pages-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto;
  align-items: start;
}

.grid-2-columns.stats-container {
  max-width: 386px;
  margin-bottom: 48px;
}

.grid-2-columns._1-5fr---1fr {
  grid-template-columns: 1.5fr 1fr;
}

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

.grid-2-columns.top-section-large-image-right-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1.4fr;
}

.grid-2-columns.top-section-large-image-right-grid.v2 {
  grid-template-columns: 1fr 1.02fr;
}

.grid-2-columns.stats-left-card-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1.2fr 1fr;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.grid-2-columns._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns.top-section-image-left-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 458px;
}

.grid-2-columns._1fr---1-6fr {
  grid-template-columns: 1fr 1.6fr;
}

.grid-2-columns._1-56fr---1fr {
  grid-template-columns: 1.56fr 1fr;
}

.grid-2-columns._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns._2-5fr---1fr {
  grid-template-columns: 2.5fr 1fr;
}

.grid-2-columns._1fr---1-3fr {
  grid-template-columns: 1fr 1.3fr;
}

.grid-2-columns.footer-simple-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  background-color: #f0f0f080;
  border-radius: 8px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.search-results-card {
  height: 100%;
  transform-style: preserve-3d;
  padding: 40px 24px;
  text-decoration: none;
  transition-property: transform;
}

.card.search-results-card:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.card-link-icon-top {
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 84px 34px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.card-link-icon-top:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.card-link-icon-top.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.card.card-link-icon-top.bg-secondary-3 {
  background-color: var(--secondary--color-2);
}

.card.card-link-icon-top.v2 {
  padding: 52px 40px;
}

.card.card-link-icon-top.pd-top-and-bottom-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.card.stats-inside-image-card {
  z-index: 1;
  grid-column-gap: 64px;
  background-color: var(--secondary--color-2);
  justify-content: space-between;
  padding: 56px 64px 72px;
  display: none;
  position: absolute;
  bottom: 52px;
  left: -24px;
}

.card.tab-accordion-item {
  grid-column-gap: 24px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 40px;
  transition: transform .3s;
  display: flex;
}

.card.tab-accordion-item:hover {
  transform: scale(1.05);
}

.card.carousel-testimonial-card {
  background-color: var(--secondary--color-2);
  width: 100%;
  min-width: 460px;
  max-width: 460px;
  padding: 60px;
}

.card.card-large-image-right {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f0f080;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 130px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.card-large-image-left {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  padding: 194px 66px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.card-content-center {
  text-align: center;
  padding: 88px 34px;
}

.card.card-content-center.pd-80px---30px {
  padding: 80px 30px;
}

.card.stat-card {
  text-align: center;
  background-color: #f0f0f04d;
  width: 100%;
  max-width: 284px;
  padding: 48px 24px;
}

.card.stat-card.v2 {
  background-color: var(--neutral--100);
  padding-top: 72px;
  padding-bottom: 72px;
}

.card.tab-link-circle-image-left {
  transform-style: preserve-3d;
  padding: 36px;
  transition-property: transform;
}

.card.tab-link-circle-image-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.tab-link-circle-image-left.w--current {
  background-color: #f0f0f080;
}

.card.tab-card-image-left {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 148px 110px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.pd-64px---42px {
  padding: 64px 42px;
}

.card.pd-72px---32px {
  padding: 72px 32px;
}

.card.stats-left-card {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 40px;
}

.card.content-center-link-card {
  background-color: var(--secondary--color-3);
  text-align: center;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.content-center-link-card:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.content-center-link-card.pd-sides-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.card.slide-item-image-top {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.card.card-link-icon-top---content-center {
  text-align: center;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  padding: 80px 34px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.card-link-icon-top---content-center:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.contact-card-content-center {
  text-align: center;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.contact-card-content-center:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.form-center-card {
  padding: 140px 64px;
}

.card.contact-card-inside-image {
  z-index: 1;
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  margin-right: 80px;
  padding: 60px;
  position: absolute;
  bottom: 80px;
  left: 80px;
}

.card.contact-card-icon-left {
  grid-column-gap: 22px;
  transform-style: preserve-3d;
  align-items: flex-start;
  padding: 40px 56px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.contact-card-icon-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.faqs-icon-left-card {
  grid-column-gap: 24px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 80px 40px;
  display: flex;
}

.card.pd-84px---32px {
  padding: 84px 32px;
}

.card.testimonial-image-left-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px 64px;
  display: grid;
}

.card.tab-link-circle-image-left-v2 {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  transition-property: transform;
  display: flex;
}

.card.tab-link-circle-image-left-v2:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.tab-link-circle-image-left-v2.w--current {
  background-color: #f0f0f080;
}

.card.contact-details-right---main-card {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 80px;
  display: grid;
}

.card.contact-details-right---link-card {
  background-color: var(--neutral--100);
  max-width: 440px;
  transform-style: preserve-3d;
  padding: 58px 44px;
  text-decoration: none;
  transition-property: transform;
}

.card.contact-details-right---link-card:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.pd-90px {
  padding: 90px;
}

.card.horizontal-card-link-white {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  transform-style: preserve-3d;
  padding: 54px 56px;
  text-decoration: none;
  transition-property: transform;
  display: block;
}

.card.horizontal-card-link-white:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.pd-86px---78px {
  padding: 86px 78px;
}

.card.avatar-left-card-link {
  grid-column-gap: 24px;
  align-items: center;
  padding: 52px 60px;
  text-decoration: none;
  display: flex;
}

.card.newsletter-sticky-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  max-width: 476px;
  padding: 84px 46px;
  position: sticky;
  top: 24px;
}

.card.pd-120px---92px {
  padding: 120px 92px;
}

.card.pricing-card-link {
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 68px 36px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.pricing-card-link:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.card-btn-right {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 88px 80px;
  display: grid;
}

.card.white-card-inside {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 80px;
  display: grid;
}

.card.pd-68px---64px {
  background-color: var(--neutral--100);
  padding: 68px 64px;
}

.card.pd-76px---64px {
  padding: 76px 64px;
}

.card.horizontal-card-details-bottom {
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 64px 96px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.horizontal-card-details-bottom:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.horizontal-card-details-bottom.small {
  height: 100%;
  padding: 44px 40px;
}

.card.input-left---image-right-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  padding: 222px 80px;
  position: relative;
  overflow: hidden;
}

.card.image-left---form-right-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding: 122px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.whats-included {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  overflow: hidden;
}

.card.sales-home-link-image {
  border: 1px solid var(--neutral--200);
  transform-style: preserve-3d;
  text-decoration: none;
  transition-property: transform;
  overflow: hidden;
}

.card.sales-home-link-image:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.figma-file {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  border: 1px solid #4253ff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.buy-now.white {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
}

.card.contact-card-icon-left---small {
  grid-column-gap: 18px;
  transform-style: preserve-3d;
  align-items: center;
  padding: 24px 28px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.contact-card-icon-left---small:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.contact-card-icon-left---small.bg-secondary-2 {
  background-color: var(--secondary--color-1);
  width: 100%;
}

.card.contact-card-icon-left---small.bg-secondary-3 {
  background-color: var(--secondary--color-2);
}

.style---color-block {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.gap-row-16px-mbp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

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

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

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

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

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

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-700.mg-bottom-40px.logos {
  margin-bottom: 0;
}

.color-neutral-700.mg-bottom-24px {
  color: var(--neutral--800);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-100.hover-neutral-400:hover {
  color: var(--neutral--400);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.bg-accent-1---opacity-10 {
  background-color: var(--accent--primary-1);
  opacity: .1;
}

.divider.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  position: static;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-24px.mid {
  align-self: center;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-top-72px {
  margin-top: 72px;
}

.mg-top-80px {
  margin-top: 80px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-24px {
  margin-right: 24px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.color-neutral-700 {
  color: var(--neutral--800);
}

.text-200.color-neutral-700.mg-top-3px {
  margin-top: 3px;
}

.text-200.link-single {
  color: var(--neutral--700);
  text-decoration: none;
}

.text-200.link-single:hover {
  color: var(--neutral--500);
}

.display-1 {
  color: var(--neutral--800);
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  justify-items: start;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-6px {
  grid-row-gap: 6px;
}

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

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-40px {
  grid-column-gap: 40px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

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

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

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

.display-2 {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.263em;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.display-4.line-height-1-75em {
  line-height: 1.75em;
}

.display-4.logos {
  text-align: center;
  margin-bottom: 20px;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 28px;
}

.text-300.slide-item-contact-link {
  color: var(--neutral--700);
  text-decoration: none;
}

.text-300.slide-item-contact-link:hover {
  color: var(--accent--primary-1);
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-row-40px {
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
}

.grid-3-columns._1-col-tablet.gap-row-40px.webseiten {
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.grid-3-columns._1-col-tablet.mg-bottom-64px {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.dropdown-pages-grid {
  grid-column-gap: 64px;
  grid-template-columns: 1fr;
  align-items: start;
}

.grid-3-columns.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.tab-links-circle-image-left---menu {
  margin-bottom: 28px;
}

.grid-3-columns.tab-links-circle-image-left---menu.mg-bottom-0 {
  margin-bottom: 0;
}

.grid-3-columns.logo-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  min-height: 70vh;
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container {
  display: block;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._568px.center {
  display: block;
}

.inner-container._500px-tablet.center.home {
  margin-bottom: 40px;
}

.inner-container._494px {
  max-width: 494px;
}

.inner-container._586px {
  max-width: 586px;
}

.inner-container._548px {
  max-width: 548px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._508px {
  max-width: 508px;
}

.inner-container._532px {
  max-width: 532px;
}

.inner-container._564px {
  max-width: 564px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._518px {
  max-width: 518px;
}

.inner-container._914px {
  max-width: 914px;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._462px {
  max-width: 462px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._412px {
  max-width: 412px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._510px {
  max-width: 510px;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._980px {
  max-width: 980px;
}

.inner-container._432px {
  max-width: 432px;
}

.inner-container._632px {
  max-width: 632px;
}

.inner-container._486px {
  max-width: 486px;
}

.inner-container._380px {
  max-width: 380px;
}

.inner-container._612px {
  max-width: 612px;
}

.inner-container._414px {
  max-width: 414px;
}

.inner-container._742px {
  max-width: 742px;
}

.inner-container._546px {
  max-width: 546px;
}

.inner-container._908px {
  max-width: 908px;
}

.inner-container._390px {
  max-width: 390px;
}

.inner-container._436px {
  max-width: 436px;
}

.inner-container._622px {
  max-width: 622px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._488px {
  max-width: 488px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._522px {
  max-width: 522px;
}

.inner-container._684px {
  max-width: 684px;
}

.inner-container._722px {
  max-width: 722px;
}

.inner-container._852px {
  max-width: 852px;
}

.inner-container._552px {
  max-width: 552px;
}

.inner-container._504px {
  max-width: 504px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._804px._100-tablet {
  width: 100%;
}

.inner-container._472px {
  max-width: 472px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-4px {
  border-radius: 4px;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-8px.width-100 {
  object-fit: cover;
  display: inline-block;
}

.border-radius-8px.width-100.maxh {
  max-height: 250px;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 8px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 8px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 48px;
}

.btn-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--secondary--color-4);
  color: var(--accent--primary-1);
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  border-color: var(--secondary--color-2);
  background-color: var(--secondary--color-2);
}

.btn-primary.white.no-hover {
  color: var(--accent--primary-1);
}

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  transform: none;
}

.btn-primary.white.white_hover:hover {
  background-color: var(--relume-library-lite--rl-white);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  width: 330px;
  margin-right: 0;
}

.btn-primary.width-100 {
  transform-style: preserve-3d;
}

.btn-primary.width-100:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover {
  color: var(--neutral--100);
  transition-property: none;
}

.btn-primary.no-hover:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: none;
}

.btn-primary.next-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-primary.pd-top-and-bottom-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.btn-primary.buy-on-webflow-btn {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: #4253ff;
  transition-property: none;
}

.btn-primary.buy-on-webflow-btn:hover {
  transform: none;
}

.btn-secondary {
  border: 1px solid var(--neutral--700);
  color: var(--neutral--700);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 8px;
  padding: 26px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.neutral-600 {
  border-color: var(--neutral--600);
  color: var(--neutral--600);
}

.btn-secondary.neutral-600:hover {
  border-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-secondary.previous-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-primary.link {
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s;
}

.badge-primary.link:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-secondary {
  color: var(--neutral--800);
  text-align: center;
  background-color: #f0f0f080;
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border: 1px solid var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  border: 1px solid #0000;
  margin-left: 24px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.category-badges.w--current:hover {
  color: var(--accent--primary-1);
  background-color: #0000;
}

.badge-secondary.category-badges.mg-0 {
  margin: 0;
}

.badge-secondary.tab-menu-link {
  transform-style: preserve-3d;
  border: 1px solid #f0f0f000;
  transition: color .3s, border-color .3s, background-color .3s, transform .3s;
}

.badge-secondary.tab-menu-link:hover {
  background-color: var(--neutral--200);
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-secondary.tab-menu-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.tab-menu-link.w--current:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
}

.input {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  min-height: 72px;
  color: var(--neutral--800);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
}

.input:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
}

.input.small {
  min-height: 68px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 1.125px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.cart-quantity-input {
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.border-neutral-100 {
  border-color: var(--neutral--100);
}

.input.border-neutral-100:hover {
  border-color: var(--neutral--500);
}

.input.border-neutral-100:focus {
  border-color: var(--accent--primary-1);
}

.input.dropdown-input {
  color: var(--neutral--600);
  border-style: none;
  padding: 0;
}

.input.dropdown-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  min-height: 150px;
  color: var(--neutral--800);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.border-neutral-100 {
  border-color: var(--neutral--100);
}

.text-area.border-neutral-100:hover {
  border-color: var(--neutral--500);
}

.text-area.border-neutral-100:focus {
  border-color: var(--accent--primary-1);
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.size-32px {
  font-size: 32px;
  line-height: 1em;
}

.social-icon-font.size-32px.color-accent-1 {
  font-family: Social Icons Font, sans-serif;
}

.social-icon-square {
  background-color: var(--secondary--color-2);
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transform-style: preserve-3d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.bg-neutral-100 {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.social-icon-square.bg-neutral-100:hover {
  color: var(--neutral--100);
  background-color: #0000;
}

.social-icon-square.bg-neutral-100.hover-dark:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.social-icon-square.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.social-icon-square.bg-neutral-200:hover {
  background-color: var(--accent--primary-1);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 6px;
}

.line-rounded-icon.success-message-check.large {
  color: #0a0f16;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 8px;
  width: 100%;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 18px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text ul, .rich-text ol {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.rich-text a {
  font-weight: 500;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.web {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--600);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  width: 100%;
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.style---logo-sidebar:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.container-default {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

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

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section {
  padding-top: 240px;
  padding-bottom: 240px;
  display: block;
}

.section.small {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.small.pd-bottom-0 {
  padding-bottom: 0;
}

.section.small.pd-top-0 {
  padding-top: 0;
}

.section.template-pages-hero {
  background-color: var(--accent--primary-1);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--accent--primary-1) 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(#f0f0f080 15%, #0000 15%);
  padding-top: 0;
}

.section.pd-top-0 {
  padding-top: 0;
}

.section.pd-top-0.web {
  padding-bottom: 0;
}

.section.pd-top-0.webseiten {
  padding-top: 0;
}

.section.pd-top-0.webseiten.team {
  padding-top: 240px;
}

.section.pd-top-0.referenzen {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.pd-top-0.social {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.pd-top-0.about {
  padding-bottom: 120px;
}

.section.bg-neutral-200---50.border-radius-top-corners-8px {
  background-color: var(--secondary--color-2);
  padding-top: 120px;
}

.section.bg-neutral-200---50.border-radius-top-corners-8px.home {
  padding-bottom: 120px;
}

.section.bg-neutral-200---50.overflow-hidden {
  border-radius: 8px;
}

.section.border-radius-top-corners-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section.webseiten {
  z-index: 1;
  background-color: #fff;
  padding-top: 120px;
  position: relative;
}

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

.section.social {
  padding-top: 0;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 8px;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  position: sticky;
  inset: 0% 0% auto;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.justify-center {
  justify-content: center;
}

.header-nav-link {
  color: var(--neutral--800);
  padding: 0;
}

.header-nav-link:hover {
  color: var(--neutral--600);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--neutral--600);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-56%);
}

.dropdown-column-wrapper.center {
  transform: translate(-44%);
}

.dropdown-link {
  width: 100%;
  color: var(--neutral--600);
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.main {
  color: var(--neutral--800);
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-link.main:hover {
  color: var(--accent--primary-1);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 30px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.header-logo-link:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-middle {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-square-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-primary:hover {
  color: var(--accent--primary-1);
  background-color: #0000;
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-square-primary.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  font-size: 20px;
  line-height: 1em;
}

.btn-square-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-square-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-square-primary.white:hover {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-square-primary.right-slider-arrow---top-right {
  margin-top: 0;
  margin-bottom: 0;
  top: -166px;
  right: 0;
}

.btn-square-primary.no-hover {
  transition-property: none;
}

.btn-square-primary.no-hover:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: none;
}

.btn-square-secondary {
  border: 1px solid var(--neutral--700);
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  color: var(--neutral--700);
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.btn-square-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-square-secondary.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  font-size: 20px;
  line-height: 1em;
}

.btn-square-secondary.large {
  min-width: 124px;
  max-width: 124px;
  min-height: 124px;
  max-height: 124px;
  font-size: 30px;
  line-height: 32px;
}

.btn-square-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-square-secondary.white:hover {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-square-secondary.left-slider-arrow---top-right {
  margin: 0 0 0 auto;
  top: -166px;
  right: 94px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.footer-wrapper {
  z-index: 1;
  background-color: var(--accent--primary-1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--500);
  text-decoration: none;
  display: inline;
}

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

.footer-link.icon-right {
  color: var(--neutral--100);
  align-items: center;
  font-weight: 700;
  display: flex;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px---80px {
  padding-top: 72px;
  padding-bottom: 80px;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--neutral--800);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-bottom._2-col {
  text-align: left;
  grid-template-columns: 1fr auto;
}

.footer-middle {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.footer-middle.border-top-neutral-800 {
  border-top: 1px solid var(--neutral--800);
}

.grid-footer-2-column---logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.footer-subscribe-card {
  background-color: var(--secondary--color-1);
  border-radius: 8px;
  padding: 72px 32px;
}

.footer-subscribe-card.small {
  padding: 34px 40px;
}

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

.text-center.mobile-l {
  text-align: left;
}

.text-center.pd-sides-260px {
  padding-left: 260px;
  padding-right: 260px;
}

.sticky-top {
  position: sticky;
  top: 24px;
}

.opacity-90 {
  opacity: .9;
}

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

.fit-cover.fit-origin-bottom-right {
  object-position: 100% 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.cta-section {
  z-index: 1;
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.cta-section.v2 {
  z-index: 2;
  background-color: var(--secondary--color-1);
  margin-bottom: -200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cta-section.v3 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.cta-section.v4 {
  z-index: 2;
  background-color: var(--secondary--color-2);
  margin-bottom: -200px;
  padding-top: 172px;
  padding-bottom: 172px;
}

.cta-card {
  z-index: 1;
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  padding: 80px 40px;
  position: relative;
}

.cta-card.v2 {
  z-index: 2;
  background-color: var(--secondary--color-2);
  margin-bottom: -200px;
  padding: 134px 40px;
}

.cta-card.v3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary--color-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: -200px;
  padding: 164px 84px;
  display: grid;
  overflow: hidden;
}

.cta-card.v4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary--color-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: 136px 118px;
  display: grid;
}

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

.grid-5-columns.logo-strip {
  grid-column-gap: 24px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-412px {
  max-width: 412px;
  overflow: visible;
}

.slider-mask.width-522px {
  max-width: 522px;
  overflow: visible;
}

.slider-nav {
  margin-top: 20px;
  line-height: 1em;
  position: static;
  transform: scale(.8);
}

.accordion-item-wrapper {
  background-color: var(--secondary--color-2);
  cursor: pointer;
  width: 100%;
  min-height: 150px;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 40px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.accordion-header {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.max-w-746px {
  max-width: 746px;
}

.acordion-body.max-w-482px {
  max-width: 482px;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._12px {
  min-height: 12px;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 24px;
  height: 3px;
}

.accordion-btn-line.horizontal {
  width: 3px;
  height: 24px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.accordion-content-wrapper.mg-top-6px {
  margin-top: 6px;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 8px;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-item-wrapper.vertical-desktop {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical-desktop {
  grid-row-gap: 24px;
  flex-direction: column;
}

.badge-wrapper-top-left {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: 20px 20px auto;
}

.badge-wrapper-top-left._28px {
  top: 28px;
  left: 28px;
}

._404-not-found {
  opacity: .5;
  color: var(--neutral--400);
  margin-bottom: 12px;
  font-size: 300px;
  font-weight: 700;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---photography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---photography-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.cart-button {
  color: var(--neutral--800);
  white-space: nowrap;
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667px;
  display: flex;
}

.cart-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-container {
  max-width: 500px;
  box-shadow: none;
  background-color: #0000;
  padding: 24px;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: #0000;
  margin-top: 32px;
  padding: 32px 0 0;
}

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 154px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  border-radius: 8px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  width: 100%;
}

.card-sales-home-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 0 0 8px 8px;
  padding: 32px;
}

.card-sales-home-content.border-top-1px---neutral-200 {
  border-style: solid none none;
  border-top-color: var(--neutral--200);
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.badge-home {
  z-index: 1;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 8px;
  overflow: hidden;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 74px;
  padding-right: 74px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
  border: 1px solid var(--neutral--300);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.top-section {
  z-index: 1;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

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

.top-section.pd-120px.web {
  background-color: #fff;
}

.top-section.pd-120px.karriere {
  padding-bottom: 0;
}

.top-section.pd-120px.home {
  padding-bottom: 240px;
}

.top-section.large-image-right-section {
  margin-top: 10px;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-section.pd-top-140px {
  padding-top: 140px;
}

.top-section.pd-bottom-240px {
  padding-bottom: 240px;
}

.top-section.pd-bottom-140px {
  padding-bottom: 140px;
}

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

.top-section.webseiten {
  z-index: 1000;
  background-color: #fff;
  padding-bottom: 80px;
}

._3-tall-images---main-container {
  grid-column-gap: 24px;
  align-items: flex-start;
  max-width: 618px;
  display: flex;
}

._3-tall-images---image-container {
  z-index: 1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

._3-tall-images---image-container.middle {
  margin-top: 12%;
}

._3-tall-images---image-container.middle.webseiten {
  height: 500px;
  margin-top: 0%;
}

._3-tall-images---image-container.web {
  height: 500px;
  margin-top: 6%;
}

._3-tall-images---image-container.web._3 {
  margin-top: 6%;
}

._3-tall-images---image-container.home {
  height: 500px;
  margin-top: -6%;
  padding-top: 0;
}

._3-tall-images---image-cover {
  z-index: 1;
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

._3-tall-images---image-cover.first {
  background-color: var(--secondary--color-2);
  display: none;
}

._3-tall-images---image-cover.second {
  background-color: var(--neutral--400);
  transform-origin: 50% 0;
  display: none;
}

._3-tall-images---image-cover.third {
  background-color: var(--secondary--color-1);
  display: none;
}

.logo-marquee---container {
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.logo-marquee---container.on-top {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

.logo-marquee---container.on-top.top {
  padding-top: 120px;
}

.logo-marquee---container.on-top.top.webseiten {
  z-index: 3;
  padding-bottom: 120px;
}

.logo-marquee---container.on-top.top.social {
  padding-bottom: 240px;
}

.logo-marquee---row {
  grid-column-gap: 28px;
  display: flex;
}

.logo-carousel---logo {
  width: 100%;
  min-width: 284px;
  max-width: 284px;
}

.logo-carousel---logo.elna {
  background-image: url('../images/elnagrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.elna.hover {
  opacity: 0;
  background-image: url('../images/teamwork-card-circle-icon-startux-webflow-ecommerce-template.svg');
  transition: opacity .3s;
}

.logo-carousel---logo.elna.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.wilmering {
  background-image: url('../images/wilmeringgrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.wilmering.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.wilmering.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.elo {
  background-image: url('../images/elo-2-grau.webp');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.logo-carousel---logo.elo.hover {
  opacity: 0;
  background-image: none;
}

.logo-carousel---logo.elo.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.foodfox {
  background-image: url('../images/foodfoxgrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.foodfox.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.foodfox.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.freese {
  opacity: 1;
  background-image: url('../images/freesefeldhausgrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.freese.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.freese.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.niemann {
  background-image: url('../images/nwniemanngrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.niemann.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.niemann.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.weda {
  background-image: url('../images/wedagrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.weda.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.weda.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.ostendorf {
  background-image: url('../images/ostendorfkunststoffegrau.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.ostendorf.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.ostendorf.hover:hover {
  opacity: 1;
}

.logo-carousel---logo.firstreise {
  background-image: url('../images/firstreiseburograu.webp');
  background-position: 50%;
  background-size: cover;
}

.logo-carousel---logo.firstreise.hover {
  opacity: 0;
  transition: opacity .3s;
}

.logo-carousel---logo.firstreise.hover:hover {
  opacity: 1;
}

.link-title---hover-accent-1 {
  color: var(--neutral--800);
}

.link-title---hover-accent-1.display-4.mid {
  text-align: center;
}

.link-item---arrow-right {
  font-family: Line Rounded Icons, sans-serif;
  line-height: 1em;
  display: inline-block;
}

.link-item---arrow-right.size-22px {
  font-size: 22px;
}

.mg-top-auto {
  margin-top: auto;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.referenzen {
  margin-top: 0;
  margin-bottom: 240px;
}

.position-relative---z-index-1.referenzen.main {
  padding-top: 120px;
}

.position-relative---z-index-1.kontakt {
  padding-bottom: 240px;
}

.position-relative---z-index-1.ref, .position-relative---z-index-1.about {
  padding-top: 120px;
  padding-bottom: 240px;
}

.min-h-640px {
  min-height: 640px;
}

.min-h-640px.min-h-500px-mbl.border-radius-8px {
  object-fit: cover;
  border-radius: 8px;
  min-height: 500px;
}

.min-h-640px.min-h-500px-mbl.border-radius-8px.maxh {
  width: 100%;
  max-height: 700px;
}

.flex {
  display: flex;
}

.flex.align-start {
  align-items: flex-start;
}

.flex.align-center {
  align-items: center;
}

.flex.align-end {
  align-items: flex-end;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.mg-top-2px {
  margin-top: 2px;
}

.bg-neutral-200---50.bottom-50 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 50%;
}

.bg-neutral-200---50.bottom-50.border-radius-bottom-corners-8px {
  background-color: #f4f0ed;
}

.tab-link {
  background-color: #0000;
  padding: 0;
}

.tab-link.w--current {
  background-color: #0000;
}

.max-w-660px {
  max-width: 660px;
}

.tabs-menu-accordion-grid {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 574px;
  display: grid;
}

.border-radius-top-corners-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border-radius-bottom-corners-8px {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.cta-card---image-wrapper {
  z-index: 1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.cta-card---image-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.cta-card---image-cover.first {
  background-color: var(--secondary--color-2);
  transform-origin: 0%;
  display: none;
}

.cta-card---image-cover.second {
  background-color: var(--secondary--color-1);
  transform-origin: 50% 0;
  display: none;
}

.cta-card---image-cover.third {
  background-color: var(--secondary--color-2);
  transform-origin: 50% 100%;
  display: none;
}

.testimonial-carousel-container {
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.testimonial-carousel-row {
  grid-column-gap: 28px;
  display: flex;
}

.gap-column-20px {
  grid-column-gap: 20px;
}

.testimonial-carousel-card---header-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.card-link-image-top {
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 8px;
  flex-direction: column;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card-link-image-top:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card-link-image-top.hover-transform-1-01fr {
  transform-style: preserve-3d;
}

.card-link-image-top.hover-transform-1-01fr:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-link-image-top---image-wrapper {
  z-index: 1;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link-image-top---image-wrapper.home {
  max-height: 300px;
}

.link-item---image {
  object-fit: cover;
  width: 100%;
}

.card-link-image-top---text-container {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  display: flex;
  transform: translate(0);
}

.card-link-image-top---text-container.pd-62px---60px---80px {
  padding: 62px 60px 80px;
}

.card-link-image-top---text-container.pd-46px---32px {
  padding: 46px 32px;
}

.card-link-image-top---text-container.pd-32px---40px {
  background-color: var(--secondary--color-2);
  padding: 32px 40px;
}

.card-link-image-top---text-container.pd-68px---76px {
  padding: 68px 76px;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.cta-v2-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mg-top-18px {
  margin-top: 18px;
}

.small-btn-under-input-success-message {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 16px 24px;
  display: flex;
}

.social-square-icons-container {
  grid-column-gap: 16px;
  display: flex;
}

.social-square-icons-container.blog-author-social-links-container {
  z-index: 1;
  position: absolute;
  bottom: 44px;
  right: 60px;
}

.pd-left-0 {
  padding-left: 0;
}

.text-capitalize {
  text-transform: capitalize;
}

.top-section-card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary--color-2);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  padding: 130px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.top-section-card.v2 {
  grid-column-gap: 40px;
  background-color: var(--secondary--color-1);
  grid-template-columns: 1fr 1.28fr;
  padding-top: 140px;
  padding-bottom: 140px;
}

.top-section-card.v3 {
  grid-column-gap: 40px;
  background-color: var(--secondary--color-2);
  grid-template-columns: 1fr 1.28fr;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.top-section-card.v4 {
  grid-column-gap: 48px;
  background-color: var(--secondary--color-2);
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  padding-top: 218px;
  padding-bottom: 218px;
}

.top-section-card---image-left {
  z-index: -1;
  width: 38%;
  max-width: 484px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 52px;
}

.input-and-btn-container {
  grid-column-gap: 24px;
  display: flex;
}

.input-single-success-message {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 12px 24px;
  display: flex;
}

.large-card-image-right---image {
  z-index: -1;
  width: 48%;
  max-width: 610px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.large-card-image-left---image {
  z-index: -1;
  width: 58%;
  max-width: 738px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mg-top-160px {
  margin-top: 160px;
}

.btn-and-social-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.card-link-details-container {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.cta-section---image-right {
  z-index: -1;
  width: 48%;
  max-width: 640px;
  display: block;
  position: absolute;
  bottom: -140px;
  right: 46px;
}

.cta-section---image-right.v2 {
  width: 52%;
  max-width: 746px;
  bottom: 0;
  right: 0;
}

._6-tall-images---main-container {
  grid-column-gap: 28px;
  align-items: flex-start;
  display: flex;
}

._6-tall-images---image-container {
  z-index: 1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

._6-tall-images---image-container.mg-top-72px {
  max-height: 800px;
}

._6-tall-images---image-container.mg-top-72px.hidden-on-mbp, ._6-tall-images---image-container.hidden-on-mbl, ._6-tall-images---image-container.shadow {
  box-shadow: 0 2px 5px #0003;
}

._6-tall-images---image-cover {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

._6-tall-images---image-cover.first {
  background-color: var(--secondary--color-2);
  transform-origin: 50% 0;
}

._6-tall-images---image-cover.second {
  background-color: var(--secondary--color-3);
  transform-origin: 50% 100%;
}

._6-tall-images---image-cover.third {
  background-color: var(--secondary--color-1);
  transform-origin: 50% 0;
}

._6-tall-images---image-cover.fourth {
  background-color: var(--secondary--color-2);
  transform-origin: 50% 100%;
}

._6-tall-images---image-cover.fifth {
  background-color: var(--secondary--color-3);
  transform-origin: 50% 0;
}

._6-tall-images---image-cover.sixth {
  background-color: var(--secondary--color-1);
  transform-origin: 50% 100%;
}

._6-tall-images---image-cover.first {
  transform-origin: 50% 0;
  background-color: #f4f0ed;
}

._6-tall-images---image-cover.sixth {
  transform-origin: 50% 100%;
  background-color: #dde3ed;
}

._6-tall-images---image-cover.fifth {
  transform-origin: 50% 0;
  background-color: #fbe4d7;
}

._6-tall-images---image-cover.second {
  transform-origin: 50% 100%;
  background-color: #fbe4d7;
}

._6-tall-images---image-cover.fourth {
  transform-origin: 50% 100%;
  background-color: #f4f0ed;
}

._6-tall-images---image-cover.third {
  transform-origin: 50% 0;
  background-color: #dde3ed;
}

.tab-icon-container {
  z-index: 1;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  position: relative;
}

.tab-icon-dark {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.tab-link-circle-image-left---items-container {
  grid-column-gap: 24px;
  opacity: .5;
  align-items: flex-start;
  display: flex;
}

.tab-link-circle-image-left---items-container.align-center {
  align-items: center;
}

.mg-top-12px {
  margin-top: 12px;
}

.tab-card-image-left---image {
  z-index: -1;
  width: 60%;
  max-width: 756px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-card---image-left-wrapper {
  z-index: -1;
  width: 52%;
  max-width: 654px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

._2-tall-images---container {
  grid-column-gap: 28px;
  display: flex;
  position: absolute;
}

._2-tall-images---container.left {
  left: -152px;
}

._2-tall-images---container.right {
  right: -152px;
}

._2-tall-images---image-wrapper {
  z-index: 1;
  border-radius: 8px;
  max-width: 192px;
  position: relative;
  overflow: hidden;
}

._2-tall-images---image-wrapper.first {
  align-self: flex-start;
  margin-bottom: 32px;
}

._2-tall-images---image-wrapper.second {
  align-self: flex-end;
  margin-top: 72px;
}

._2-tall-images---image-cover {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

._2-tall-images---image-cover.first {
  transform-origin: 50% 0;
}

._2-tall-images---image-cover.second {
  transform-origin: 50% 100%;
}

.top-section-large-image-right---image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 8px;
  max-height: 500px;
  margin-top: -114px;
  margin-bottom: -114px;
}

.top-section-large-image-right---image.about {
  margin-top: 0;
}

.slider-item-image-top---text-container {
  border-top: 1px solid var(--neutral--200);
  padding: 40px 48px;
}

.links-and-square-btn-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-link-icon-left {
  grid-column-gap: 24px;
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.contact-link-icon-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.mg-top-6px {
  margin-top: 6px;
}

.max-w-64px {
  max-width: 64px;
}

.contact-links-icon-left-container {
  grid-row-gap: 32px;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.form-success-message {
  border: 1px solid var(--neutral--500);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 472px;
  padding: 24px;
  display: flex;
}

.form-success-message.min-h-394px {
  min-height: 394px;
}

.form-success-message.min-h-286px {
  min-height: 286px;
}

.form-success-message.min-h-266px {
  min-height: 266px;
}

.accordion-icon-container {
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.contact-card-inside-image---main-container {
  z-index: 1;
  border-radius: 8px;
  min-height: 816px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-and-square-arrow-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.title-and-square-arrow-container.v2 {
  width: 100%;
  margin-bottom: 0;
}

.contact-details-container {
  grid-column-gap: 32px;
  display: flex;
}

.contact-details-container.wrap {
  grid-row-gap: 24px;
  flex-wrap: wrap;
}

.border-1-px---neutral-200 {
  border: 1px solid var(--neutral--200);
}

.gap-column-14px {
  grid-column-gap: 14px;
  display: flex;
}

.accordion-tab-link {
  border-bottom: 1px solid var(--neutral--200);
  background-color: #0000;
  width: 100%;
  padding: 64px 0;
}

.accordion-tab-link.w--current {
  background-color: #0000;
}

.accordion-tab-link.first {
  padding-top: 0;
}

.accordion-tab-link.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.max-w-674px {
  max-width: 674px;
}

.tabs-menu-top-right {
  grid-column-gap: 24px;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: -126px;
  right: 0;
}

.details-vertical-divider {
  background-color: var(--neutral--500);
  min-width: 2px;
  max-width: 2px;
  min-height: 18px;
  max-height: 18px;
  margin-left: 8px;
  margin-right: 8px;
}

.card-link-small-details-container {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.max-w-80px {
  max-width: 80px;
}

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

.input-and-square-btn-container {
  grid-column-gap: 24px;
  align-items: center;
  width: 100%;
  max-width: 508px;
  margin-bottom: 0;
  display: flex;
}

.input-and-square-btn-container.center {
  max-width: 488px;
  margin-left: auto;
  margin-right: auto;
}

.input-and-square-btn-container.max-w-488px {
  max-width: 488px;
}

.card-link-image-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--200);
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.34fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition-property: transform;
  display: grid;
  overflow: hidden;
}

.card-link-image-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card-link-image-left---text-container {
  border-left: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px 48px;
  display: flex;
}

.cta-card---image-left {
  z-index: -1;
  width: 52%;
  max-width: 648px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.max-w-90px {
  max-width: 90px;
}

.scroll-down-btn---arrows-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 42px;
  display: flex;
  position: relative;
}

.scroll-down-btn---arrow-white {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.avatar-circle-image-wrapper {
  border-radius: 100%;
  overflow: hidden;
}

.avatar-circle-image-wrapper.card-link-avatar-left-wrapper {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  display: flex;
}

.hover-scale-1-01 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.hover-scale-1-01:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.mg-top-90px {
  margin-top: 90px;
}

.position-relative---z-index-2 {
  z-index: 2;
  position: relative;
}

.bottom-section---bg-half {
  z-index: -1;
  background-color: var(--accent--primary-1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  inset: 72% 0% -200px;
}

.mg-right-4px {
  margin-right: 4px;
}

.mg-top-36px {
  margin-top: 36px;
}

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

.pricing-card-collection-item:nth-child(odd) {
  margin-top: 36px;
}

.footer-top-section-padding {
  min-height: 200px;
}

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

.full-height-page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.card---image-right {
  z-index: -1;
  width: 60%;
  max-width: 766px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mg-top-4px {
  margin-top: 4px;
}

.card---image-left {
  z-index: -1;
  width: 36%;
  max-width: 464px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 72px;
}

.header-simple-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.font-weight-normal {
  font-weight: 400;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.display-5 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.color-neutral-801 {
  color: #fff;
}

.header-small-buttons-container {
  grid-column-gap: 32px;
  display: flex;
}

.footer-contact-column {
  width: 100%;
  max-width: 352px;
  margin-top: 18px;
}

.icon-and-text-container {
  grid-column-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block.mid {
  flex-direction: row;
  align-items: center;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  width: 330px;
  margin-top: 5px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.brix---text-300 {
  font-size: 20px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--accent--primary-1);
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--neutral--600);
}

.brix---mg-bottom-24px {
  object-fit: contain;
  height: 4em;
}

.brix---content-inside-card-testimonial-video {
  padding: 48px 76px;
}

.brix---play-button-100px {
  width: 100px;
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-100px:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---testimonial-video-image-wrapper {
  height: 100%;
  position: relative;
}

.brix---testimonial-video-wrapper {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: none;
  overflow: hidden;
}

.brix---card-testimonial-video-left {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1340px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default.home {
  margin-bottom: 40px;
}

.brix---section {
  color: var(--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-3 {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-4 {
  align-self: flex-end;
  width: 20%;
  padding-left: 9px;
}

.brix---color-neutral-801 {
  color: var(--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---card-content-testimonial-v3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 37em;
  padding: 40px 88px;
  display: flex;
}

.brix---image-fit-full-height {
  object-fit: contain;
  border: 1px solid #fff;
  border-radius: 8px;
}

.brix---testimonial-v3-image-wrapper {
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  display: flex;
  overflow: hidden;
}

.brix---card-testimonial-v3 {
  border: 1px solid var(--secondary--color-2);
  background-color: var(--secondary--color-2);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---tab-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  width: 250px;
  height: 100px;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  opacity: .4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 40px;
  transition: opacity .3s, box-shadow .3s, color .3s;
  display: flex;
}

.brix---tab-card:hover {
  opacity: 1;
}

.brix---tab-card.w--current {
  background-color: var(--neutral--100);
  opacity: 1;
}

.brix---tabs-menu-bottom-testimonial-v11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 0;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---grid-top---text-2-buttons.web {
  margin-bottom: 0;
}

.card-2 {
  background-color: #f0f0f080;
  border-radius: 8px;
}

.card-2.card-content-center {
  text-align: center;
  padding: 88px 34px;
}

.card-2.card-content-center.bg-secondary-3 {
  background-color: var(--secondary--color-2);
}

.card-2.card-content-center.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.card-2.pd-72px---32px {
  padding: 72px 32px;
}

.card-2.pd-72px---32px.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.card-2.stat-card {
  background-color: var(--secondary--color-2);
  text-align: center;
  width: 100%;
  max-width: 284px;
  padding: 48px 24px;
}

.card-2.stat-card.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.card-2.tab-link-circle-image-left-v2 {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  transition-property: transform;
  display: flex;
}

.card-2.tab-link-circle-image-left-v2:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card-2.tab-link-circle-image-left-v2.w--current {
  background-color: #f0f0f080;
}

.card-2.pd-84px---32px {
  padding: 84px 32px;
}

.card-2.pd-84px---32px.bg-secondary-2 {
  min-height: 420px;
}

.card-2.testimonial-image-left-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px 64px;
  display: grid;
}

.card-2.card-link-icon-top {
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 84px 34px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card-2.card-link-icon-top:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card-2.card-link-icon-top.v2 {
  padding: 52px 40px;
}

.card-2.card-link-icon-top.bg-secondary-1 {
  background-color: var(--secondary--color-2);
}

.card-2.card-link-icon-top.bg-secondary-2 {
  background-color: var(--secondary--color-1);
}

.card-2.pd-64px---42px {
  padding: 64px 42px;
}

.card-2.tab-link-circle-image-left {
  transform-style: preserve-3d;
  padding: 36px;
  transition-property: transform;
}

.card-2.tab-link-circle-image-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card-2.tab-link-circle-image-left.w--current {
  background-color: #f0f0f080;
}

.card-2.tab-card-image-left {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 148px 110px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-2.contact-card-inside-image {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin-right: 80px;
  padding: 60px;
  position: absolute;
  bottom: 80px;
  left: 80px;
}

.card-2.stats-left-card {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 40px;
}

.card-2.stat-card {
  text-align: center;
  background-color: #f0f0f04d;
  width: 100%;
  max-width: 284px;
  padding: 48px 24px;
}

.card-2.stat-card.v2 {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.card-2.stat-card.v2.height {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.display-6 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-7 {
  color: #202324;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.container-default-2 {
  max-width: 1340px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.position-relative---z-index-1.flex-vertical {
  justify-content: center;
  align-items: center;
}

.container-default-2.karriere {
  padding-bottom: 20px;
}

.display-8 {
  color: #202324;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.display-9 {
  color: #202324;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.263em;
}

.display-9.text-center.mg-bottom-24px {
  text-align: center;
}

.text-401 {
  font-size: 18px;
  line-height: 1.111em;
}

.brix---logo-strip-image-06, .brix---logo-strip-image-04 {
  width: 100%;
}

.brix---logo-strip-image-03, .brix---logo-strip-image-02 {
  border-bottom: 1px none var(--neutral--400);
  width: 100%;
}

.brix---logo-strip-image-01 {
  border-bottom: 1px none var(--neutral--400);
  width: 100%;
  padding: 8px;
}

.brix---grid-logo-strip-v5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---logo-strip-v5-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 8px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-802 {
  color: var(--neutral--800);
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v5 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-402 {
  font-size: 18px;
  line-height: 1.111em;
}

.heading-h4-size-2 {
  color: #202324;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.accordion-btn-line-2 {
  background-color: #202324;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line-2.vertical {
  width: 24px;
  height: 3px;
}

.accordion-btn-line-2.horizontal {
  width: 3px;
  height: 24px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5.kunden {
  margin-top: 10px;
}

.div-block-5.mid {
  display: block;
}

.text-block {
  color: var(--neutral--700);
  padding-left: 3px;
  font-size: 16px;
}

.div-block-6 {
  width: 100%;
  min-width: 284px;
  max-width: 284px;
}

.text-403 {
  font-size: 18px;
  line-height: 1.111em;
}

.div-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookie {
  width: 100%;
  height: 100%;
  color: var(--system--blue-400);
}

.video {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.div-block-9 {
  border-radius: 8px;
  width: 100%;
}

.video-kunden {
  object-fit: fill;
  background-color: #fff;
  background-image: none;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.video-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-10, .div-block-11, .div-block-12 {
  height: 8em;
}

.logo_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  margin-bottom: 20px;
  display: block;
}

.div-block-13 {
  height: 550px;
}

.image_wrapper_kunden {
  background-color: #fff;
  border-radius: 8px;
  width: 547px;
  overflow: hidden;
}

.image-3 {
  height: 20px;
  padding-left: 6px;
}

.footer-wrapper-2 {
  z-index: 1;
  background-color: #0a0f16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.hamburger-menu-bar-2 {
  background-color: #202324;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.display-10 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d5dadd;
  border-radius: 8px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.small-btn-under-input-success-message-2 {
  background-color: #0a0f16;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 16px 24px;
  display: flex;
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
  position: static;
}

.dropdown-link-2 {
  color: #696e72;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-2:hover {
  color: #0a0f16;
}

.dropdown-link-2.w--current {
  color: #696e72;
}

.dropdown-link-2.w--current:hover {
  color: #0a0f16;
}

.dropdown-link-2.main {
  color: #202324;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2.main:hover {
  color: #0a0f16;
}

.footer-link-2 {
  color: #969da0;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-link-2.icon-right {
  color: #fff;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0a0f16;
  border: 1px solid #0a0f16;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #0a0f16;
  background-color: #0000;
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-primary-2.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-2.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary-2.button-row {
  border-style: none;
  margin-right: 28px;
}

.btn-primary-2.button-row:hover {
  background-color: var(--secondary--color-4);
}

.cart-button-2 {
  color: #202324;
  white-space: nowrap;
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-quantity-2 {
  color: #202324;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667px;
  display: flex;
}

.footer-bottom-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 1px solid #202324;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.dropdown-column-wrapper-2 {
  background-color: #fff;
  border: 1px solid #d5dadd;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-56%);
  box-shadow: 0 2px 12px #14142b14;
}

.header-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.social-icon-square-2 {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transform-style: preserve-3d;
  background-color: #f4f0ed;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-2:hover {
  color: #fff;
  background-color: #0a0f16;
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-icon-square-2.bg-neutral-100 {
  color: #0a0f16;
  background-color: #fff;
  border: 1px solid #fff;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.social-icon-square-2.bg-neutral-100:hover {
  color: #fff;
  background-color: #0000;
}

.color-neutral-802 {
  color: #202324;
}

.input-2 {
  color: #202324;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input-2:hover {
  border-color: #969da0;
}

.input-2:focus {
  color: #202324;
  border-color: #0a0f16;
}

.input-2::placeholder {
  color: #696e72;
}

.input-2.small {
  min-height: 68px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.input-2.small::placeholder {
  font-size: 16px;
  line-height: 1.125px;
}

.input-2.cart-quantity-input {
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
}

.cta-card-2 {
  z-index: 1;
  background-color: #0a0f16;
  border-radius: 8px;
  padding: 80px 40px;
  position: relative;
}

.cta-card-2.v2 {
  z-index: 3;
  background-color: var(--secondary--color-2);
  margin-bottom: -200px;
  padding: 134px 40px;
}

.cta-card-2.v2.karriere {
  margin-bottom: 240px;
}

.cta-card-2.v3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f0ed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: -200px;
  padding: 164px 84px;
  display: grid;
  overflow: hidden;
}

.display-11 {
  color: #202324;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.header-logo-link-2:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-secondary-2 {
  color: #45494b;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #45494b;
  border-radius: 8px;
  padding: 26px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #0a0f16;
  border-color: #0a0f16;
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-secondary-2.neutral-600 {
  color: #696e72;
  border-color: #696e72;
}

.btn-secondary-2.neutral-600:hover {
  color: #fff;
  border-color: #0a0f16;
}

.color-neutral-803 {
  color: #fff;
}

.color-neutral-803.hover-neutral-400:hover {
  color: #b8bec1;
}

.text-404 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-404.bold {
  font-weight: 700;
}

.color-neutral-804 {
  color: #969da0;
}

.text-405 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-405.bold {
  font-weight: 700;
}

.text-405.bold.footer-title {
  color: #fff;
  margin-bottom: 28px;
}

.header-nav-link-2 {
  color: #202324;
  padding: 0;
}

.header-nav-link-2:hover {
  color: #696e72;
}

.header-nav-link-2.w--current {
  color: #202324;
}

.header-nav-link-2.w--current:hover {
  color: #696e72;
}

.footer-subscribe-card-2 {
  background-color: #dde3ed;
  border-radius: 8px;
  padding: 72px 32px;
}

.badge-secondary-2 {
  color: #202324;
  text-align: center;
  background-color: #f0f0f080;
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary-2.tab-menu-link {
  transform-style: preserve-3d;
  border: 1px solid #f0f0f000;
  transition: color .3s, border-color .3s, background-color .3s, transform .3s;
}

.badge-secondary-2.tab-menu-link:hover {
  background-color: #f0f0f0;
  transform: scale3d(1.02, 1.02, 1.01);
}

.badge-secondary-2.tab-menu-link.w--current {
  color: #fff;
  background-color: #0a0f16;
}

.badge-secondary-2.tab-menu-link.w--current:hover {
  color: #0a0f16;
  background-color: #0000;
  border-color: #0a0f16;
}

.footer-middle-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.display-12 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #0a0f16;
}

.btn-square-primary-2 {
  color: #fff;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  transform-style: preserve-3d;
  background-color: #0a0f16;
  border: 1px solid #0a0f16;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-primary-2:hover {
  color: #0a0f16;
  background-color: #0000;
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-square-primary-2.no-hover {
  transition-property: none;
}

.btn-square-primary-2.no-hover:hover {
  color: #fff;
  background-color: #0a0f16;
  transform: none;
}

.btn-square-primary-2.no-hover.small {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.btn-square-primary-2.right-slider-arrow---top-right {
  margin-top: 0;
  margin-bottom: 0;
  top: -166px;
  right: 0;
}

.link-title---hover-accent-2 {
  color: #202324;
}

.details-vertical-divider-2 {
  background-color: #969da0;
  min-width: 2px;
  max-width: 2px;
  min-height: 18px;
  max-height: 18px;
  margin-left: 8px;
  margin-right: 8px;
}

.color-neutral-805 {
  color: #45494b;
}

.text-406 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-406.medium {
  font-weight: 500;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0a0f16;
  border: 1px #0a0f16;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  background-color: var(--secondary--color-4);
  color: #0a0f16;
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-primary-3.button-row {
  border-style: none;
  margin-right: 28px;
}

.btn-primary-3.button-row:hover {
  background-color: var(--secondary--color-4);
}

.btn-primary-3.white {
  color: #0a0f16;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-3.white:hover {
  background-color: #f4f0ed;
  border-color: #f4f0ed;
}

.btn-primary-3.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-3.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary-3.inbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none;
  display: flex;
}

.btn-primary-3.inbox:hover {
  background-color: var(--secondary--color-4);
}

.btn-secondary-3 {
  background-color: var(--secondary--color-4);
  color: #45494b;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-3:hover {
  color: #fff;
  background-color: #0a0f16;
  border-color: #0a0f16;
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-secondary-3.neutral-600 {
  color: #696e72;
  border-color: #696e72;
}

.btn-secondary-3.neutral-600:hover {
  color: #fff;
  border-color: #0a0f16;
}

.btn-secondary-3.white {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.btn-secondary-3.white:hover {
  color: #202324;
  background-color: #fff;
  border-color: #fff;
}

.display-13 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.rating.mid {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---cta-v8-half-image-right {
  z-index: 0;
  width: 46%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--neutral--300);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  color: var(--secondary--color-2);
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-3 {
  color: var(--secondary--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 10px;
}

.brix---grid-cta-v8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v8-section {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  width: 100%;
  max-width: 1340px;
  margin-top: 60px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---cta-v8-section.webseiten {
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.p-xl-start {
  padding-top: 8.5em;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.ipad-mockup {
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  max-width: 75em;
  display: block;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.screenshot-scroll {
  width: 100%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  left: 3.2%;
  overflow: hidden;
}

.ipad-screen.overflow-hidden._3 {
  top: 3%;
}

.p-sm-start {
  padding-top: 3em;
}

.wow-animation {
  margin-bottom: 60px;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.section-tablet-scroll-animation {
  overflow: hidden;
}

.display-14, .display-15 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.link-title---hover-accent-3 {
  color: #202324;
}

.color-accent-2 {
  color: #0a0f16;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: var(--neutral--600);
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-804 {
  color: var(--neutral--800);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---color-accent-2 {
  color: var(--accent--primary-1);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Onest, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h1-size.big {
  font-family: Onest, sans-serif;
  font-size: 45px;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image {
  width: 100%;
  height: 100%;
  padding: 100px;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--neutral--100);
  padding-top: 240px;
  padding-bottom: 240px;
}

.list-2 {
  color: var(--neutral--600);
}

.stage-copy {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.stage-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4vw;
  font-weight: 300;
  line-height: 1.05em;
}

.slider-copy-wrap {
  padding-top: .8em;
  padding-bottom: 1.6em;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.btn-background {
  background-color: #ebc51d;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.slider-btn-wrap {
  display: flex;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.right {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50%;
}

.splitscreen-column.left {
  background-color: var(--accent--primary-1);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 80px;
  display: flex;
}

.txt-link {
  color: #ebc51d;
}

.display-none {
  display: none;
}

.gallery-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-description-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
}

.unsplash-copyright {
  z-index: 3;
  color: #fff9;
  font-size: .8em;
  position: absolute;
  inset: auto 3% 2% auto;
}

.stage-button {
  color: #000;
  background-color: #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.slider-stage-splitscreen {
  color: #fff0dc;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 700px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-container {
  max-width: 1340px;
  padding-left: 60px;
  padding-right: 60px;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.copy-small {
  font-size: .95em;
}

.teaser-section {
  background-color: var(--secondary--color-2);
  padding-top: 120px;
  padding-bottom: 240px;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-img._1 {
  z-index: 4;
}

.p-teaser-img-wrap {
  border-radius: 8px;
  height: 80vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-img-tablet-down {
  display: none;
}

.c {
  border-radius: 8px;
  width: 20%;
  margin-top: 55%;
  margin-left: 15%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.g {
  z-index: -200;
  border-radius: 8px;
  width: 24%;
  margin-top: -10%;
  margin-left: 40%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.parallax-section {
  z-index: 0;
  background-color: var(--secondary--color-2);
  width: 100%;
  height: 900px;
  position: relative;
}

.b {
  border-radius: 8px;
  width: 28vw;
  margin-top: 15%;
  margin-left: 30%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.a {
  border-radius: 8px;
  width: 15vw;
  margin-top: 30%;
  margin-left: 10%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.e {
  border-radius: 8px;
  width: 20vw;
  margin-top: 0%;
  margin-left: 70%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.f {
  border-radius: 8px;
  width: 20vw;
  margin-top: 50%;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.d {
  z-index: 300;
  border-radius: 8px;
  width: 22%;
  margin-top: 40%;
  margin-left: 75%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.h {
  z-index: -100;
  border-radius: 8px;
  width: 22vw;
  margin-top: 5%;
  margin-left: 5%;
  position: absolute;
  box-shadow: 0 0 20px #0003;
}

.section---ref {
  max-width: 1340px;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.link-title---hover-accent-4 {
  color: #202324;
}

.input-3 {
  color: #202324;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input-3:hover {
  border-color: #969da0;
}

.input-3:focus {
  color: #202324;
  border-color: #0a0f16;
}

.input-3::placeholder {
  color: #696e72;
}

.input-3.border-neutral-100 {
  border-color: #fff;
}

.input-3.border-neutral-100:hover {
  border-color: #969da0;
}

.input-3.border-neutral-100:focus {
  border-color: #0a0f16;
}

.top-section-card-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f0ed;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  padding: 130px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.top-section-card-2.v2 {
  grid-column-gap: 40px;
  background-color: var(--secondary--color-2);
  grid-template-columns: 1fr 1.28fr;
  padding-top: 140px;
  padding-bottom: 140px;
}

.divider-2 {
  background-color: #b8bec1;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2.bg-accent-1---opacity-10 {
  opacity: .1;
  background-color: #0a0f16;
}

.text-area-2 {
  color: #202324;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 150px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.text-area-2:hover {
  border-color: #969da0;
}

.text-area-2:focus {
  color: #202324;
  border-color: #0a0f16;
}

.text-area-2::placeholder {
  color: #696e72;
}

.text-area-2.border-neutral-100 {
  border-color: #fff;
}

.text-area-2.border-neutral-100:hover {
  border-color: #969da0;
}

.text-area-2.border-neutral-100:focus {
  border-color: #0a0f16;
}

.form-success-message-2 {
  border: 1px solid #969da0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 472px;
  padding: 24px;
  display: flex;
}

.text-407 {
  font-size: 18px;
  line-height: 1.111em;
}

.display-16 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.section-contact {
  padding-top: 20px;
  padding-bottom: 240px;
}

.section-contact.home {
  margin-top: 120px;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.display-17 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.position-relative---z-index-3 {
  z-index: 2;
  position: relative;
}

.bottom-section---bg-half-2 {
  z-index: -1;
  background-color: #0a0f16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  inset: 72% 0% -200px;
}

.buttons-row-2 {
  align-items: center;
  display: flex;
}

.scroll-grid-inner {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.section-scroll-grid {
  height: 360vh;
  margin-bottom: 8em;
}

.scroll-grid-row-2 {
  grid-column-gap: 1em;
  width: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.scroll-grid-row-2.is-top {
  align-items: flex-end;
  inset: 0% 0% auto;
}

.scroll-grid-row-2.is-bottom {
  align-items: flex-start;
}

.scroll-grid-item-2 {
  flex: 1;
  min-width: 17em;
  height: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.scroll-grid-sticky {
  justify-content: center;
  align-items: center;
  height: 75vh;
  position: sticky;
  top: 12.5vh;
  overflow: hidden;
}

.scroll-grid-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.scroll-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ipad-animation-inner {
  perspective: 1000px;
  perspective-origin: 100%;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 55%;
}

.ipad-animation-inner.fly-center {
  perspective-origin: 0%;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.ipad-scroll-animation-title {
  letter-spacing: -.02em;
  font-size: 6.5em;
  font-weight: 600;
  line-height: 1.1;
}

.section-ipad-scroll-animation {
  min-height: 200vh;
  position: relative;
}

.ipad-item-fly-right {
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.ipad-item-fly-right.is-1 {
  transform-style: preserve-3d;
  margin-top: 0%;
  transform: translate3d(0, 0, 1px);
}

.ipad-landscape-screen {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.ipad-item-fly-left {
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.ipad-item-fly-left.is-1 {
  z-index: 0;
  margin-top: 0%;
}

.copy-medium {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.ipad-shape-2 {
  width: 100%;
  position: relative;
}

.container-w3-2 {
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3-2.left {
  margin-left: 0;
  margin-right: 0;
}

.ipad-scroll-animation {
  width: 100%;
  padding: 5em 7% 0;
  overflow: hidden;
}

.text-gradient {
  background-image: linear-gradient(to right, var(--accent--primary-1), var(--accent--primary-1) 23%, var(--secondary--color-1) 93%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ipad-screen-wrapper {
  object-fit: cover;
  width: 93.8%;
  height: 91.5%;
  position: absolute;
  inset: 4% 0% 0% 3%;
  overflow: hidden;
}

.ipad-scroll-animation-subtitle {
  margin-bottom: .3em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
}

.page-padding {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ipad-scroll-animation-sticky {
  width: 100%;
  padding-top: 0;
  padding-bottom: 2em;
  position: sticky;
  top: 140px;
}

.ipad-scroll-animation-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 36em;
  display: flex;
}

.ipad-shape-3 {
  width: 100%;
  position: relative;
}

.ipad-scroll-animation-2 {
  width: 100%;
  padding: 5em 7% 10em;
  overflow: hidden;
}

.text-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f46678, #d66bbd 47%, #bd6cf7);
  -webkit-background-clip: text;
  background-clip: text;
}

.ipad-scroll-animation-sticky-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 2em;
  position: sticky;
  top: 140px;
}

.footer-wrapper-3 {
  z-index: 1;
  background-color: #0a0f16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.hamburger-menu-bar-3 {
  background-color: #202324;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.display-18 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-18.color-neutral-100 {
  color: #fff;
}

.empty-state-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d5dadd;
  border-radius: 8px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.small-btn-under-input-success-message-3 {
  background-color: #0a0f16;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 16px 24px;
  display: flex;
}

.dropdown-link-3 {
  color: #696e72;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-3:hover {
  color: #0a0f16;
}

.dropdown-link-3.w--current {
  color: #696e72;
}

.dropdown-link-3.w--current:hover {
  color: #0a0f16;
}

.dropdown-link-3.main {
  color: #202324;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3.main:hover {
  color: #0a0f16;
}

.position-relative---z-index-4 {
  z-index: 2;
  position: relative;
}

.heading-h4-size-3 {
  color: #202324;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.link-title---hover-accent-5 {
  color: #202324;
}

.cart-button-3 {
  color: #202324;
  white-space: nowrap;
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-quantity-3 {
  color: #202324;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667px;
  display: flex;
}

.footer-bottom-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 1px solid #202324;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.bottom-section---bg-half-3 {
  z-index: -1;
  background-color: #0a0f16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  inset: 72% 0% -200px;
}

.color-neutral-806 {
  color: #202324;
}

.input-4 {
  color: #202324;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input-4:hover {
  border-color: #969da0;
}

.input-4:focus {
  color: #202324;
  border-color: #0a0f16;
}

.input-4::placeholder {
  color: #696e72;
}

.input-4.small {
  min-height: 68px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.input-4.small::placeholder {
  font-size: 16px;
  line-height: 1.125px;
}

.input-4.cart-quantity-input {
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.cta-section-2 {
  z-index: 1;
  background-color: #0a0f16;
  border-radius: 8px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.cta-section-2.v3 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.btn-square-secondary-2 {
  color: #45494b;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #45494b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.btn-square-secondary-2:hover {
  color: #fff;
  background-color: #0a0f16;
  border-color: #0a0f16;
  transform: scale3d(1.03, 1.03, 1.01);
}

.btn-square-secondary-2.left-slider-arrow---top-right {
  margin: 0 0 0 auto;
  top: -166px;
  right: 94px;
}

.display-19 {
  color: #202324;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.263em;
}

.color-neutral-807 {
  color: #45494b;
}

.color-accent-3 {
  color: #0a0f16;
}

.heading-h3-size-2 {
  color: #202324;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.color-neutral-808 {
  color: #fff;
}

.color-neutral-808.hover-neutral-400:hover {
  color: #b8bec1;
}

.text-408 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-408.bold {
  font-weight: 700;
}

.color-neutral-809 {
  color: #969da0;
}

.text-409 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-409.bold {
  font-weight: 700;
}

.text-409.bold.footer-title {
  color: #fff;
  margin-bottom: 28px;
}

.color-neutral-810 {
  color: #b8bec1;
}

.header-nav-link-3 {
  color: #202324;
  padding: 0;
}

.header-nav-link-3:hover {
  color: #696e72;
}

.header-nav-link-3.w--current {
  color: #202324;
}

.header-nav-link-3.w--current:hover {
  color: #696e72;
}

.footer-subscribe-card-3 {
  background-color: #dde3ed;
  border-radius: 8px;
  padding: 72px 32px;
}

.buttons-row-3 {
  align-items: center;
  display: flex;
}

.buttons-row-3.center {
  justify-content: center;
}

.section-2 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-2.small {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2.small.pd-bottom-0 {
  padding-bottom: 0;
}

.section-2.pd-top-0 {
  padding-top: 0;
}

.section-2.pd-top-0.home, .section-2.pd-top-0.about {
  padding-bottom: 120px;
}

.section-2.bg-neutral-200---50 {
  padding-top: 0;
}

.section-2.leistungen {
  padding-top: 120px;
}

.display-20 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.display-21 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.link-title---hover-accent-6 {
  color: #202324;
}

.color-neutral-811 {
  color: #45494b;
}

.color-neutral-811.mg-bottom-24px {
  color: var(--neutral--800);
}

.color-accent-4 {
  color: var(--secondary--color-2);
}

.rl_gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery3_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery3 {
  background-color: var(--relume-library-lite--rl-white);
}

.display-22 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.empty-state-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d5dadd;
  border-radius: 8px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.link-title---hover-accent-7 {
  color: #202324;
}

.badge-primary-2 {
  color: #fff;
  background-color: #0a0f16;
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary-2.white {
  background-color: var(--secondary--color-2);
  color: #0a0f16;
}

.link-item---image-2 {
  object-fit: cover;
  width: 100%;
}

.card-link-image-top---text-container-2 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  display: flex;
  transform: translate(0);
}

.card-link-image-top---text-container-2.pd-62px---60px---80px {
  background-color: var(--secondary--color-2);
  padding: 30px 60px 80px 30px;
}

.card-link-image-top---text-container-2.pd-62px---60px---80px.home {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--secondary--color-1);
  padding-bottom: 60px;
}

.text-410 {
  font-size: 18px;
  line-height: 1.111em;
}

.display-23 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-23.mg-bottom-0.referenzen {
  font-size: 84px;
}

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

.div-block-17 {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.div-block-18 {
  display: flex;
}

.image-4 {
  width: 300px;
}

.dropdown-link-4 {
  color: #696e72;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-4:hover {
  color: #0a0f16;
}

.dropdown-link-4.w--current {
  color: #696e72;
}

.dropdown-link-4.w--current:hover {
  color: #0a0f16;
}

.dropdown-link-4.main {
  color: #202324;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4.main:hover {
  color: #0a0f16;
}

.text-411 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-411.bold {
  font-weight: 700;
}

.paragraph {
  text-align: center;
}

.display-24 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.inner-container-2._380px {
  max-width: 380px;
}

.inner-container-2._560px {
  max-width: 560px;
}

.link-title---hover-accent-8, .color-neutral-812 {
  color: #202324;
}

.text-412 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-412.link-single {
  color: #45494b;
  text-decoration: none;
}

.text-412.link-single:hover {
  color: #969da0;
}

.text-412.bold {
  font-weight: 700;
}

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

.inner-container-3._510px {
  max-width: 510px;
}

.display-25 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.link-block {
  text-decoration: none;
}

.image-5 {
  min-width: 280px;
  max-width: 400px;
}

.banner10_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block-2 {
  color: var(--accent--primary-1);
}

.display-26 {
  color: #202324;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.display-27 {
  color: #202324;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.text-413 {
  font-size: 18px;
  line-height: 1.111em;
}

.inner-container-4._550px {
  max-width: 550px;
}

.inner-container-4._464px {
  max-width: 464px;
}

.grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-2.stats-left-card-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1.2fr 1fr;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.display-28 {
  color: #202324;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.152em;
}

.certified {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-20 {
  height: 100px;
}

.image-6 {
  border: 1px #45494b;
  border-radius: 8px;
  height: 80px;
  box-shadow: 0 2px 5px #0003;
}

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

.image-7 {
  background-color: var(--secondary--color-2);
  border-radius: 8px;
  width: 200px;
  margin-bottom: 10px;
  padding: 20px;
  display: none;
}

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

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .card.stats-inside-image-card {
    padding-left: 90px;
    padding-right: 90px;
    left: -74px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .grid-footer-2-column---logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-column-gap: 110px;
    grid-template-columns: .6fr 1fr;
  }

  .brix---z-index-1, .brix---cta-v8-section.webseiten, .section---ref {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  ._3-tall-images---image-cover.second {
    display: none;
  }

  .brix---testimonial-video-wrapper {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .brix---card-testimonial-video-left, .brix---section, .brix---card-testimonial-v3, .brix---tab-card {
    border-radius: 8px;
  }

  .card-2.pd-72px---32px.bg-secondary-2 {
    background-color: var(--secondary--color-2);
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: .55fr 1fr;
  }
}

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

  h2 {
    font-size: 30px;
  }

  blockquote {
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 64px 48px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 24px;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.cta-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.stats-container {
    max-width: 364px;
  }

  .grid-2-columns.top-section-large-image-right-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.top-section-large-image-right-grid.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.stats-left-card-grid, .grid-2-columns.top-section-image-left-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-simple-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style---navigation-sidebar {
    min-height: auto;
    max-height: 100%;
    box-shadow: none;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-link-icon-top {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.card-link-icon-top.bg-secondary-1.fixed-width, .card.card-link-icon-top.bg-secondary-3.fixed-width {
    width: auto;
  }

  .card.card-link-icon-top.v2 {
    padding: 40px 32px;
  }

  .card.stats-inside-image-card {
    grid-column-gap: 48px;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 40px;
  }

  .card.card-large-image-right, .card.card-large-image-left {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 48px 0;
  }

  .card.card-content-center {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.stat-card {
    max-width: none;
  }

  .card.stat-card.v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.tab-card-image-left {
    grid-template-columns: 1fr 1fr;
    padding: 64px 40px;
  }

  .card.pd-64px---42px {
    padding: 40px 32px;
  }

  .card.pd-72px---32px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.stats-left-card {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.content-center-link-card {
    padding: 64px 32px;
  }

  .card.card-link-icon-top---content-center {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.contact-card-content-center {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.form-center-card {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card.contact-card-inside-image {
    bottom: 32px;
    left: 32px;
  }

  .card.contact-card-icon-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.faqs-icon-left-card {
    padding: 64px 32px;
  }

  .card.pd-84px---32px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.testimonial-image-left-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.contact-details-right---main-card {
    padding: 64px 40px;
  }

  .card.contact-details-right---link-card {
    padding: 48px 32px;
  }

  .card.pd-90px {
    padding: 80px 64px;
  }

  .card.horizontal-card-link-white {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.pd-86px---78px {
    padding: 64px 56px;
  }

  .card.avatar-left-card-link {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 40px;
  }

  .card.newsletter-sticky-card {
    padding: 48px 32px;
  }

  .card.pd-120px---92px {
    padding: 80px 56px;
  }

  .card.card-btn-right {
    grid-column-gap: 32px;
    padding: 64px 40px;
  }

  .card.white-card-inside {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .card.pd-68px---64px {
    padding: 48px 40px;
  }

  .card.horizontal-card-details-bottom {
    padding: 48px 64px;
  }

  .card.input-left---image-right-card {
    padding: 120px 40px;
  }

  .card.image-left---form-right-card {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 80px 64px 0;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .grid-4-columns, .grid-4-columns.gap-row-16px-mbp {
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-400.mg-bottom-40px.mg-bottom-24px-tablet, .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .mg-bottom-64px.mg-bottom-40px-tablet {
    margin-bottom: 40px;
  }

  .mg-top-80px {
    margin-top: 72px;
  }

  .mg-top-80px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top-80px.mg-top-48px-tablet {
    margin-top: 48px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

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

  .grid-1-column.gap-row-80px.gap-row-64px-tablet {
    grid-row-gap: 64px;
  }

  .grid-1-column.gap-row-40px.gap-row-24px-tablet {
    grid-row-gap: 24px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 50px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px.webseiten {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3-columns._1-col-tablet.mg-bottom-64px {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.dropdown-pages-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
    display: flex;
  }

  .grid-3-columns.gap-row-40px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.tab-links-circle-image-left---menu {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 20px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row {
    justify-content: center;
  }

  .buttons-row.web {
    justify-content: flex-start;
    align-items: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 20px 0;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-square-secondary.large {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

  .footer-bottom._2-col {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-middle {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1.5fr 1.25fr 1fr;
  }

  .grid-footer-2-column---logo-and-form {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .footer-subscribe-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-center.pd-sides-260px.pd-sides-0-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-top.static-tablet {
    position: static;
    top: auto;
  }

  .cta-section.v2 {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .cta-section.v3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cta-section.v4 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .cta-card, .cta-card.v2 {
    padding: 64px 56px;
  }

  .cta-card.v3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px 0;
  }

  .cta-card.v4 {
    padding: 88px 40px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-content-wrapper.mg-top-6px {
    margin-top: 10px;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    grid-column-gap: 24px;
    flex-flow: wrap;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .categories-badges-wrapper.vertical-desktop {
    grid-column-gap: 24px;
    flex-flow: wrap;
  }

  ._404-not-found {
    font-size: 250px;
  }

  .template-pages---photography-wrapper {
    border-radius: 10px;
  }

  .cart-button {
    margin-right: 20px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .top-section.pd-120px {
    padding-top: 100px;
  }

  .top-section.large-image-right-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .top-section.pd-top-140px {
    padding-top: 100px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 180px;
  }

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

  ._3-tall-images---main-container {
    max-width: none;
  }

  .blur-sibling-item.mg-top-36px, .blur-sibling-item.mg-top-36px.mg-top-0-tablet {
    margin-top: 0;
  }

  .min-h-640px.min-h-500px-mbl.border-radius-8px {
    object-fit: contain;
  }

  .max-w-660px.max-w-none-tablet {
    max-width: none;
  }

  .tabs-menu-accordion-grid {
    grid-row-gap: 20px;
    max-width: none;
  }

  .cta-card---image-wrapper {
    display: block;
  }

  .cta-card---image-wrapper.hidden {
    display: none;
  }

  .card-link-image-top---text-container.pd-62px---60px---80px {
    padding: 48px 40px 64px;
  }

  .card-link-image-top---text-container.pd-46px---32px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-link-image-top---text-container.pd-68px---76px {
    padding: 56px 48px;
  }

  .cta-v2-items-container {
    flex-direction: column;
    align-items: stretch;
  }

  .mg-top-18px.mg-top-0-tablet {
    margin-top: 0;
  }

  .social-square-icons-container.blog-author-social-links-container {
    grid-column-gap: 12px;
    bottom: 40px;
    right: 40px;
  }

  .top-section-card {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 48px 40px 0;
  }

  .top-section-card.v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .top-section-card.v3, .top-section-card.v4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .top-section-card---image-left {
    width: 80%;
    max-width: none;
    position: static;
    left: auto;
  }

  .large-card-image-right---image {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: -48px;
    position: static;
  }

  .large-card-image-left---image {
    width: 100%;
    max-width: none;
    margin-left: -48px;
    position: static;
  }

  .mg-top-160px.mg-top-0-tablet {
    margin-top: 0;
  }

  .cta-section---image-right {
    bottom: -200px;
    right: 24px;
  }

  ._6-tall-images---main-container {
    grid-column-gap: 16px;
  }

  ._6-tall-images---image-container.mg-top-72px {
    margin-top: 48px;
  }

  .tab-link-circle-image-left---items-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tab-link-circle-image-left---items-container.align-center {
    grid-row-gap: 12px;
  }

  .tab-card-image-left---image {
    width: 52%;
  }

  .cta-card---image-left-wrapper {
    width: 80%;
    max-width: none;
    margin-left: -40px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  ._2-tall-images---container.left {
    align-self: flex-start;
    margin-top: 64px;
    margin-left: -72px;
    position: static;
    left: auto;
  }

  ._2-tall-images---container.right {
    margin-top: -378px;
    margin-left: auto;
    margin-right: -72px;
    position: static;
    right: auto;
  }

  ._2-tall-images---image-wrapper {
    max-width: 140px;
  }

  .top-section-large-image-right---image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-link-icon-left {
    grid-column-gap: 16px;
  }

  .contact-links-icon-left-container {
    grid-column-gap: 64px;
    flex-direction: row;
  }

  .contact-card-inside-image---main-container {
    min-height: 700px;
  }

  .accordion-tab-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .max-w-674px.max-w-none-tablet {
    max-width: none;
  }

  .tabs-menu-top-right {
    justify-content: flex-start;
    margin-bottom: 48px;
    position: static;
    top: auto;
    right: auto;
  }

  .card-link-image-left {
    grid-template-columns: 1fr 1.1fr;
  }

  .card-link-image-left---text-container {
    padding: 48px 40px;
  }

  .scroll-down-btn---arrows-container {
    max-width: 38px;
  }

  .mg-top-90px {
    margin-top: 80px;
  }

  .pricing-card-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .card---image-right {
    width: 50%;
  }

  .card---image-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: auto;
    left: auto;
  }

  .display-5 {
    font-size: 22px;
  }

  .header-small-buttons-container {
    grid-column-gap: 16px;
    margin-right: 32px;
  }

  .footer-contact-column {
    max-width: none;
  }

  .icon-and-text-container {
    grid-column-gap: 24px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-bottom: 72px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .brix---play-button-100px, .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---video-bg-image-testimonial {
    width: 100%;
  }

  .brix---testimonial-video-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .brix---card-testimonial-video-left {
    flex-direction: column;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---card-content-testimonial-v3 {
    height: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 310px;
  }

  .brix---tab-card {
    margin: 14px 8px 13px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---tabs-menu-bottom-testimonial-v11 {
    flex-flow: wrap;
    align-items: center;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .card-2.card-content-center, .card-2.pd-72px---32px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card-2.pd-84px---32px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card-2.testimonial-image-left-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-2.card-link-icon-top {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card-2.card-link-icon-top.v2, .card-2.pd-64px---42px {
    padding: 40px 32px;
  }

  .card-2.tab-card-image-left {
    grid-template-columns: 1fr 1fr;
    padding: 64px 40px;
  }

  .card-2.contact-card-inside-image {
    bottom: 32px;
    left: 32px;
  }

  .card-2.stats-left-card {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card-2.stat-card {
    max-width: none;
  }

  .card-2.stat-card.v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .display-6 {
    font-size: 50px;
  }

  .display-7, .display-8 {
    font-size: 22px;
  }

  .display-9 {
    font-size: 32px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid var(--neutral--400);
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

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

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .display-10 {
    font-size: 50px;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 20px;
  }

  .cart-button-2 {
    margin-right: 20px;
  }

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

  .dropdown-column-wrapper-2 {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper-2.w--open {
    position: static;
  }

  .cta-card-2, .cta-card-2.v2 {
    padding: 64px 56px;
  }

  .cta-card-2.v3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px 0;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #d5dadd;
    border-bottom: 1px solid #d5dadd;
    padding: 24px;
  }

  .display-11 {
    font-size: 22px;
  }

  .text-405.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-subscribe-card-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-middle-2 {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1.5fr 1.25fr 1fr;
  }

  .display-12 {
    font-size: 64px;
  }

  .btn-primary-3.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 20px;
  }

  .display-13 {
    font-size: 64px;
  }

  .brix---cta-v8-half-image-right {
    width: 100%;
    height: 57%;
    inset: auto 0% 0%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v8 {
    grid-template-columns: .7fr;
  }

  .brix---cta-v8-section {
    min-width: 90%;
    padding-top: 112px;
    padding-bottom: 600px;
  }

  .container-w2.gutter-outside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .display-14, .display-15 {
    font-size: 50px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image {
    padding: 220px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .stage-heading {
    font-size: 5em;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .splitscreen-column.left {
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 600px;
    padding: 60px;
  }

  .slider-stage-splitscreen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .title1 {
    font-size: 3em;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .teaser-section {
    padding-bottom: 140px;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-img {
    border-radius: 8px;
    position: relative;
    inset: auto;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .parallax-section {
    height: 500px;
    display: none;
  }

  .top-section-card-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 48px 40px 0;
  }

  .top-section-card-2.v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .display-16 {
    font-size: 64px;
  }

  .display-17 {
    font-size: 50px;
  }

  .scroll-grid-row-2.is-top {
    grid-column-gap: 2%;
    flex-flow: wrap;
    overflow: hidden;
  }

  .scroll-grid-row-2.is-bottom {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .scroll-grid-item-2 {
    flex: none;
    width: 49%;
    min-width: auto;
    height: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .scroll-grid-sticky {
    height: 85vh;
    top: 7.5vh;
  }

  .ipad-animation-inner {
    max-width: 67%;
  }

  .ipad-animation-inner.fly-center {
    max-width: 80%;
  }

  .ipad-landscape-screen, .ipad-screen-wrapper {
    border-radius: 7px;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hamburger-menu-bar-3 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-3.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .display-18 {
    font-size: 50px;
  }

  .cart-button-3 {
    margin-right: 20px;
  }

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

  .cta-section-2.v3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .display-19 {
    font-size: 32px;
  }

  .text-409.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-subscribe-card-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-2.small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .display-20 {
    font-size: 64px;
  }

  .display-21 {
    font-size: 50px;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .display-22 {
    font-size: 50px;
  }

  .card-link-image-top---text-container-2.pd-62px---60px---80px {
    padding: 48px 40px 64px;
  }

  .display-23, .display-24 {
    font-size: 50px;
  }

  .display-25 {
    font-size: 64px;
  }

  .display-26 {
    font-size: 22px;
  }

  .display-27 {
    font-size: 50px;
  }

  .grid-2-columns-2.stats-left-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .display-28 {
    font-size: 64px;
  }
}

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

  h1 {
    font-size: 38px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.gap-row-64px.gap-row-40px-mbl {
    grid-row-gap: 40px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.gap-column-40px.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

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

  .grid-2-columns.dropdown-main-pages-grid {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .grid-2-columns._1-25fr---1fr, .grid-2-columns._1fr---1-25fr, .grid-2-columns._1-16fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-16px-mbl {
    grid-column-gap: 16px;
  }

  .grid-2-columns._1-75fr---1fr, .grid-2-columns._1fr---1-2fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-main-pages-grid {
    grid-column-gap: 32px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .grid-2-columns.stats-container {
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .grid-2-columns._1-5fr---1fr, .grid-2-columns._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.stats-left-card-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.gap-row-20px-mbl {
    grid-row-gap: 20px;
  }

  .grid-2-columns._1fr---2-05fr, .grid-2-columns._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.top-section-image-left-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns._1fr---1-6fr, .grid-2-columns._1-56fr---1fr, .grid-2-columns._1-42fr---1fr, .grid-2-columns._2-5fr---1fr, .grid-2-columns._1fr---1-3fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-simple-grid {
    grid-row-gap: 16px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.card-link-icon-top {
    padding: 48px 32px;
  }

  .card.card-link-icon-top.pd-top-and-bottom-72px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.stats-inside-image-card {
    padding-top: 40px;
    padding-bottom: 48px;
    bottom: 24px;
    left: -20px;
  }

  .card.tab-accordion-item {
    grid-column-gap: 20px;
    padding: 32px;
  }

  .card.carousel-testimonial-card {
    min-width: 320px;
    max-width: 320px;
    padding: 40px 32px;
  }

  .card.card-large-image-right, .card.card-large-image-left {
    grid-row-gap: 56px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.card-content-center {
    padding: 48px 32px;
  }

  .card.card-content-center.pd-80px---30px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.stat-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.stat-card.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.tab-link-circle-image-left {
    padding: 24px 32px;
  }

  .card.tab-card-image-left {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 40px 32px 0;
  }

  .card.pd-72px---32px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.stats-left-card {
    padding: 48px 32px;
  }

  .card.content-center-link-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.card-link-icon-top---content-center {
    padding: 48px 32px;
  }

  .card.form-center-card {
    padding: 56px 32px;
  }

  .card.contact-card-inside-image {
    margin-right: 32px;
    padding: 40px 32px;
    bottom: 16px;
    left: 16px;
  }

  .card.contact-card-icon-left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.faqs-icon-left-card, .card.pd-84px---32px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.testimonial-image-left-card {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding: 40px 32px;
  }

  .card.tab-link-circle-image-left-v2 {
    justify-content: flex-start;
    padding: 24px 32px;
  }

  .card.contact-details-right---main-card {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-details-right---link-card {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.pd-90px {
    padding: 56px 40px;
  }

  .card.horizontal-card-link-white {
    padding: 48px 32px;
  }

  .card.pd-86px---78px {
    padding: 56px 40px;
  }

  .card.avatar-left-card-link {
    padding: 40px 32px 100px;
  }

  .card.newsletter-sticky-card {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
    top: auto;
  }

  .card.pd-120px---92px {
    padding: 56px 40px;
  }

  .card.pricing-card-link {
    padding: 48px 32px;
  }

  .card.card-btn-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 48px 32px;
  }

  .card.white-card-inside {
    grid-row-gap: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.pd-68px---64px {
    padding: 40px 32px;
  }

  .card.pd-76px---64px {
    padding: 48px 40px;
  }

  .card.horizontal-card-details-bottom {
    padding: 40px 48px;
  }

  .card.horizontal-card-details-bottom.small {
    padding: 40px 32px;
  }

  .card.input-left---image-right-card {
    padding: 56px 32px 0;
  }

  .card.image-left---form-right-card {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-32px.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .mg-bottom-32px.mg-bottom-20px-mbl {
    margin-bottom: 20px;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .mg-bottom-40px.mg-bottom-20px-mbl, .mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-48px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-72px {
    margin-bottom: 64px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-8px.mg-top-4px-mbl {
    margin-top: 4px;
  }

  .mg-top-40px {
    margin-top: 32px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-64px {
    margin-top: 56px;
  }

  .mg-top-80px {
    margin-top: 64px;
  }

  .mg-top-80px.mg-top-48px-tablet {
    margin-top: 40px;
  }

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

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 48px;
  }

  .grid-1-column.gap-row-80px.gap-row-64px-tablet {
    grid-row-gap: 48px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-16px {
    grid-row-gap: 12px;
  }

  .grid-1-column.gap-row-24px.gap-row-16px-mbl, .grid-1-column.gap-row-28px.gap-row-16px-mbl {
    grid-row-gap: 16px;
  }

  .grid-1-column.gap-row-40px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-2.mg-bottom-0.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

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

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.tab-links-circle-image-left---menu {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._640px {
    width: 100%;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

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

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    border-radius: 4px;
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.next-btn {
    font-size: 16px;
  }

  .btn-primary.pd-top-and-bottom-24px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary {
    border-radius: 4px;
    padding: 20px 32px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-btn {
    font-size: 16px;
  }

  .badge-primary {
    padding: 16px 22px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    border-radius: 4px;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    padding: 16px;
    font-size: 16px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .social-icon-font.size-32px {
    font-size: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-square-primary {
    border-radius: 4px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-primary.small {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 16px;
  }

  .btn-square-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-primary.right-slider-arrow---top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 72px;
  }

  .btn-square-secondary {
    border-radius: 4px;
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-secondary.small {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 16px;
  }

  .btn-square-secondary.large {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-secondary.left-slider-arrow---top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 72px 0% 0%;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.pd-72px---80px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .footer-middle {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    padding-bottom: 64px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-subscribe-card.small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .cta-section.v2 {
    margin-bottom: -140px;
    padding-top: 64px;
    padding-bottom: 0;
  }

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

  .cta-section.v4 {
    margin-bottom: -140px;
    padding-bottom: 0;
  }

  .cta-card {
    padding: 56px 40px;
  }

  .cta-card.v2 {
    margin-bottom: -140px;
    padding: 48px 40px;
  }

  .cta-card.v3 {
    margin-bottom: -140px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-card.v4 {
    grid-template-columns: 1fr;
    padding: 48px 32px 0;
  }

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

  .slider-wrapper {
    padding-bottom: 88px;
  }

  .accordion-item-wrapper {
    padding: 32px;
  }

  .accordion-btn-line.vertical {
    width: 20px;
  }

  .accordion-btn-line.horizontal {
    height: 20px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper.vertical-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .cart-button {
    margin-right: 24px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .top-section {
    padding-top: 64px;
  }

  .top-section.pd-120px {
    padding-top: 64px;
    padding-bottom: 100px;
  }

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

  .top-section.large-image-right-section, .top-section.pd-top-140px {
    padding-top: 64px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 140px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 100px;
  }

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

  ._3-tall-images---main-container {
    grid-column-gap: 20px;
  }

  ._3-tall-images---image-container.middle {
    margin-top: 8%;
  }

  .logo-marquee---container {
    grid-row-gap: 16px;
  }

  .logo-marquee---container.on-top.top.webseiten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-marquee---row {
    grid-column-gap: 16px;
  }

  .logo-carousel---logo {
    min-width: 180px;
    max-width: 180px;
  }

  .min-h-640px.min-h-500px-mbl {
    min-height: 500px;
  }

  .min-h-640px.min-h-500px-mbl.border-radius-8px {
    object-fit: cover;
    min-height: 300px;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 20px;
  }

  .tabs-menu-accordion-grid {
    grid-row-gap: 16px;
  }

  .link-item---image {
    object-position: 50% 50%;
    max-height: 400px;
  }

  .card-link-image-top---text-container.pd-62px---60px---80px {
    padding: 40px 32px 48px;
  }

  .card-link-image-top---text-container.pd-32px---40px, .card-link-image-top---text-container.pd-68px---76px {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .small-btn-under-input-success-message {
    min-height: 136px;
  }

  .social-square-icons-container {
    grid-column-gap: 12px;
  }

  .social-square-icons-container.blog-author-social-links-container {
    left: 32px;
    right: 32px;
  }

  .top-section-card {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-section-card.v2, .top-section-card.v3, .top-section-card.v4 {
    grid-row-gap: 56px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .input-and-btn-container {
    grid-column-gap: 16px;
  }

  .input-single-success-message {
    min-height: 60px;
  }

  .move-x-54-mbl {
    transform: translate(54%);
  }

  .large-card-image-right---image {
    margin-right: -32px;
  }

  .large-card-image-left---image {
    margin-left: -32px;
  }

  .cta-section---image-right {
    z-index: 0;
    width: 64%;
    max-width: none;
    margin-top: 48px;
    margin-left: auto;
    position: static;
    bottom: auto;
    right: auto;
  }

  .cta-section---image-right.v2 {
    width: 80%;
    max-width: none;
  }

  ._6-tall-images---main-container {
    grid-column-gap: 8px;
  }

  ._6-tall-images---image-container.hidden-on-mbp {
    display: none;
  }

  ._6-tall-images---image-container.mg-top-72px {
    margin-top: 32px;
  }

  .tab-link-circle-image-left---items-container {
    grid-column-gap: 16px;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .mg-top-12px.mg-top-14px-mbl {
    margin-top: 14px;
  }

  .tab-card-image-left---image {
    width: 108%;
    max-width: none;
    margin-left: -32px;
    position: static;
    bottom: auto;
    left: auto;
  }

  .cta-card---image-left-wrapper {
    margin-left: -32px;
  }

  ._2-tall-images---container {
    grid-column-gap: 16px;
  }

  ._2-tall-images---container.left {
    margin-left: -64px;
  }

  ._2-tall-images---container.right {
    margin-top: -290px;
    margin-right: -64px;
  }

  ._2-tall-images---image-wrapper {
    border-radius: 4px;
    max-width: 100px;
  }

  .max-w-64px-tablet {
    max-width: 64px;
  }

  .slider-item-image-top---text-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .max-w-64px.max-w-56px-mbl {
    max-width: 56px;
  }

  .contact-links-icon-left-container {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
  }

  .form-success-message {
    min-height: 408px;
  }

  .form-success-message.min-h-394px {
    min-height: 316px;
  }

  .form-success-message.min-h-286px {
    min-height: 232px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-success-message.min-h-266px {
    min-height: 228px;
  }

  .accordion-icon-container {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .contact-card-inside-image---main-container {
    min-height: 640px;
  }

  .contact-details-container {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .contact-details-container.wrap {
    grid-row-gap: 16px;
  }

  .tabs-menu-top-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .input-and-square-btn-container {
    grid-column-gap: 16px;
    max-width: none;
  }

  .card-link-image-left {
    grid-template-columns: 1fr;
  }

  .card-link-image-left---text-container {
    border-top: 1px solid var(--neutral--200);
    border-left-style: none;
    padding: 40px 32px;
  }

  .cta-card---image-left {
    width: 80%;
    margin-top: 48px;
    margin-left: -32px;
    position: static;
  }

  .scroll-down-btn---arrows-container {
    max-width: 26px;
  }

  .mg-top-90px {
    margin-top: 72px;
  }

  .mg-top-90px.mg-top-64px-mbl {
    margin-top: 64px;
  }

  .bottom-section---bg-half {
    bottom: -140px;
  }

  .mg-left-104px-mbl {
    margin-left: 104px;
  }

  .footer-top-section-padding {
    min-height: 150px;
  }

  .max-w-64px-mbl {
    max-width: 64px;
  }

  .card---image-right {
    width: 80%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: -32px;
    position: static;
    bottom: auto;
    right: auto;
  }

  .display-5 {
    font-size: 20px;
  }

  .header-small-buttons-container, .hidden-on-mbl {
    display: none;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---content-inside-card-testimonial-video {
    padding: 32px 32px 48px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card-content-testimonial-v3 {
    padding: 32px 32px 40px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---tab-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    padding: 20px 26px;
    display: flex;
  }

  .brix---tabs-menu-bottom-testimonial-v11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .card-2.card-content-center {
    padding: 48px 32px;
  }

  .card-2.pd-72px---32px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-2.tab-link-circle-image-left-v2 {
    justify-content: flex-start;
    padding: 24px 32px;
  }

  .card-2.pd-84px---32px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-2.testimonial-image-left-card {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding: 40px 32px;
  }

  .card-2.card-link-icon-top {
    padding: 48px 32px;
  }

  .card-2.tab-link-circle-image-left {
    padding: 24px 32px;
  }

  .card-2.tab-card-image-left {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 40px 32px 0;
  }

  .card-2.contact-card-inside-image {
    margin-right: 32px;
    padding: 40px 32px;
    bottom: 16px;
    left: 16px;
  }

  .card-2.stats-left-card {
    padding: 48px 32px;
  }

  .card-2.stat-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-2.stat-card.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .display-6 {
    font-size: 40px;
  }

  .display-7 {
    font-size: 20px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-8 {
    font-size: 20px;
  }

  .display-9 {
    font-size: 26px;
  }

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

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .heading-h4-size-2 {
    font-size: 20px;
  }

  .accordion-btn-line-2.vertical {
    width: 20px;
  }

  .accordion-btn-line-2.horizontal {
    height: 20px;
  }

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

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .display-10 {
    font-size: 40px;
  }

  .small-btn-under-input-success-message-2 {
    min-height: 136px;
  }

  .btn-primary-2 {
    border-radius: 4px;
    padding: 20px 32px;
  }

  .btn-primary-2.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary-2.button-row {
    margin-right: 16px;
  }

  .cart-button-2 {
    margin-right: 24px;
  }

  .cart-quantity-2 {
    font-size: 16px;
  }

  .header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .input-2 {
    border-radius: 4px;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
  }

  .cta-card-2 {
    padding: 56px 40px;
  }

  .cta-card-2.v2 {
    margin-bottom: -140px;
    padding: 48px 40px;
  }

  .cta-card-2.v3 {
    margin-bottom: -140px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-11 {
    font-size: 20px;
  }

  .btn-secondary-2 {
    border-radius: 4px;
    padding: 20px 32px;
  }

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

  .text-405 {
    font-size: 18px;
  }

  .text-405.bold.footer-title {
    margin-bottom: 20px;
  }

  .badge-secondary-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .footer-middle-2 {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    padding-bottom: 64px;
  }

  .display-12 {
    font-size: 48px;
  }

  .btn-square-primary-2 {
    border-radius: 4px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-primary-2.right-slider-arrow---top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 72px;
  }

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

  .btn-primary-3 {
    border-radius: 4px;
    padding: 20px 32px;
  }

  .btn-primary-3.button-row {
    margin-right: 16px;
  }

  .btn-primary-3.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-3.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-secondary-3 {
    border-radius: 4px;
    padding: 20px 32px;
  }

  .display-13 {
    font-size: 48px;
  }

  .brix---cta-v8-half-image-right {
    height: 50%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

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

  .brix---cta-v8-section {
    padding-top: 96px;
    padding-bottom: 495px;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .display-14, .display-15 {
    font-size: 40px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image {
    padding: 100px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--general--shadow-04);
    border-radius: 14px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stage-heading {
    font-size: 4em;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1 {
    font-size: 2.6em;
  }

  .parallax-section {
    height: 400px;
  }

  .input-3 {
    border-radius: 4px;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
  }

  .top-section-card-2 {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-section-card-2.v2 {
    grid-row-gap: 56px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-area-2 {
    padding: 16px;
    font-size: 16px;
  }

  .form-success-message-2 {
    min-height: 408px;
  }

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

  .display-16 {
    font-size: 48px;
  }

  .display-17 {
    font-size: 40px;
  }

  .bottom-section---bg-half-2 {
    bottom: -140px;
  }

  .ipad-animation-inner {
    margin-left: -30%;
  }

  .ipad-scroll-animation-title {
    font-size: 3.2em;
  }

  .ipad-landscape-screen {
    border-radius: 6px;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .ipad-screen-wrapper {
    border-radius: 6px;
  }

  .ipad-scroll-animation-sticky {
    padding-top: 3em;
  }

  .ipad-scroll-animation-content {
    max-width: 100%;
  }

  .ipad-scroll-animation-sticky-2 {
    padding-top: 3em;
  }

  .hamburger-menu-bar-3 {
    width: 32px;
  }

  .display-18 {
    font-size: 40px;
  }

  .display-18.mg-bottom-0.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .small-btn-under-input-success-message-3 {
    min-height: 136px;
  }

  .heading-h4-size-3 {
    font-size: 20px;
  }

  .cart-button-3 {
    margin-right: 24px;
  }

  .cart-quantity-3 {
    font-size: 16px;
  }

  .bottom-section---bg-half-3 {
    bottom: -140px;
  }

  .input-4 {
    border-radius: 4px;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
  }

  .cta-section-2.v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-square-secondary-2 {
    border-radius: 4px;
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-secondary-2.left-slider-arrow---top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 72px 0% 0%;
  }

  .display-19 {
    font-size: 26px;
  }

  .heading-h3-size-2 {
    font-size: 22px;
  }

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

  .text-409 {
    font-size: 18px;
  }

  .text-409.bold.footer-title {
    margin-bottom: 20px;
  }

  .section-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .display-20 {
    font-size: 48px;
  }

  .display-21 {
    font-size: 40px;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .display-22 {
    font-size: 40px;
  }

  .badge-primary-2 {
    padding: 16px 22px;
    font-size: 16px;
  }

  .card-link-image-top---text-container-2.pd-62px---60px---80px {
    padding: 40px 32px 48px;
  }

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

  .display-23 {
    font-size: 40px;
  }

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

  .display-24 {
    font-size: 40px;
  }

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

  .display-25 {
    font-size: 48px;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .display-26 {
    font-size: 20px;
  }

  .display-27 {
    font-size: 40px;
  }

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

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

  .grid-2-columns-2.stats-left-card-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns-2._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-2._2-col-mbl.gap-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .display-28 {
    font-size: 48px;
  }

  .image-7 {
    width: 150px;
  }
}

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

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 48px 32px;
    font-size: 16px;
  }

  .grid-2-columns._1-col-tablet.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.gap-column-40px.gap-row-64px {
    grid-row-gap: 48px;
  }

  .grid-2-columns.gap-row-48px {
    grid-template-columns: 2fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-16fr---1fr.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-2-columns.cta-card-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.gap-column-16px-mbl._2-col-mbl {
    grid-column-gap: 12px;
  }

  .grid-2-columns.stats-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    display: flex;
  }

  .grid-2-columns._2fr---1fr.mg-bottom-64px {
    margin-bottom: 48px;
  }

  .grid-2-columns.top-section-large-image-right-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.top-section-image-left-grid {
    grid-row-gap: 40px;
  }

  .card.card-link-icon-top {
    padding: 40px 24px;
  }

  .card.card-link-icon-top.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-link-icon-top.pd-top-and-bottom-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.stats-inside-image-card {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
    padding: 32px 64px 40px;
    bottom: 16px;
    left: -16px;
  }

  .card.tab-accordion-item {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-large-image-right, .card.card-large-image-left {
    grid-row-gap: 48px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-content-center {
    padding: 40px 24px;
  }

  .card.card-content-center.pd-80px---30px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.stat-card, .card.stat-card.v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.tab-link-circle-image-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.tab-card-image-left {
    grid-row-gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-64px---42px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-72px---32px {
    padding: 40px 24px;
  }

  .card.stats-left-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.content-center-link-card {
    padding: 40px 24px;
  }

  .card.content-center-link-card.pd-sides-32px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-link-icon-top---content-center, .card.contact-card-content-center {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form-center-card {
    padding: 48px 24px;
  }

  .card.contact-card-inside-image {
    border-top-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
    padding: 32px 24px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .card.contact-card-icon-left {
    grid-column-gap: 16px;
    padding: 32px 24px;
  }

  .card.faqs-icon-left-card {
    grid-column-gap: 16px;
    padding: 40px 24px;
  }

  .card.pd-84px---32px {
    padding: 40px 24px;
  }

  .card.testimonial-image-left-card {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.tab-link-circle-image-left-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-details-right---main-card {
    padding: 40px 24px;
  }

  .card.contact-details-right---link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-90px {
    padding: 48px 32px;
  }

  .card.horizontal-card-link-white {
    padding: 40px 24px;
  }

  .card.pd-86px---78px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.avatar-left-card-link {
    flex-direction: column;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.newsletter-sticky-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-120px---92px {
    padding: 48px 32px;
  }

  .card.pricing-card-link {
    padding: 40px 24px;
  }

  .card.card-btn-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.white-card-inside, .card.pd-68px---64px {
    padding: 32px 24px;
  }

  .card.pd-76px---64px, .card.horizontal-card-details-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.horizontal-card-details-bottom.small {
    padding: 32px 24px;
  }

  .card.input-left---image-right-card, .card.image-left---form-right-card {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .grid-4-columns.gap-row-16px-mbp {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-40px {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .mg-top-64px {
    margin-top: 48px;
  }

  .mg-top-80px {
    margin-top: 56px;
  }

  .mg-top-80px.mg-top-48px-tablet.mg-top-0-mbp {
    margin-top: 0;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-row-24px.gap-row-16px-mbl {
    grid-row-gap: 12px;
  }

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

  .grid-1-column.gap-row-40px.gap-row-24px-tablet {
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 32px;
    overflow: hidden;
  }

  .display-3 {
    font-size: 24px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 16px;
  }

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

  .grid-3-columns._1-col-tablet.gap-row-40px {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px.webseiten {
    display: block;
  }

  .grid-3-columns._1-col-tablet.mg-bottom-64px {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.next-btn {
    margin: 8px 0;
  }

  .btn-primary.pd-top-and-bottom-24px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.previous-btn {
    margin: 8px 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.white {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    min-height: 56px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.cart-quantity-input {
    width: 64px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    border-radius: 4px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.left {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 76%, var(--accent--primary-1) 76%);
    padding-bottom: 94px;
  }

  .section.pd-top-0.webseiten, .section.pd-top-0.webseiten.team {
    padding-top: 120px;
  }

  .section.pd-top-0.social {
    padding-bottom: 60px;
  }

  .section.bg-neutral-200---50.border-radius-top-corners-8px.social {
    padding-top: 60px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo-link {
    max-width: 200px;
  }

  .header-logo-link.w--current {
    max-width: 230px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .btn-square-primary {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .btn-square-secondary.large {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-wrapper {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

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

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

  .footer-subscribe-card {
    padding: 40px 24px;
  }

  .footer-subscribe-card.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.v4 {
    padding-top: 72px;
  }

  .cta-card {
    padding: 40px 32px;
  }

  .cta-card.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-card.v3, .cta-card.v4 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-content-wrapper.mg-top-6px {
    margin-top: 16px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-wrapper-top-left {
    margin-left: 5px;
    margin-right: 5px;
    inset: auto 0% 3%;
  }

  ._404-not-found {
    font-size: 80px;
  }

  .cart-button {
    margin-right: 16px;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hidden-on-mbp {
    display: none;
  }

  .top-section {
    padding-top: 48px;
  }

  .top-section.pd-120px {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .top-section.pd-120px.web, .top-section.pd-120px.home {
    padding-bottom: 120px;
  }

  .top-section.large-image-right-section {
    margin-top: 0;
    padding-top: 120px;
  }

  .top-section.pd-top-140px {
    padding-top: 48px;
  }

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

  .top-section.pd-bottom-140px {
    padding-bottom: 88px;
  }

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

  ._3-tall-images---main-container {
    grid-column-gap: 12px;
  }

  ._3-tall-images---image-container {
    border-radius: 6px;
  }

  ._3-tall-images---image-container.middle {
    margin-top: 6%;
  }

  ._3-tall-images---image-container.middle.webseiten, ._3-tall-images---image-container.web, ._3-tall-images---image-container.home {
    height: 300px;
  }

  .logo-marquee---container.on-top.top {
    padding-top: 0;
  }

  .logo-marquee---container.on-top.top.webseiten {
    padding-bottom: 0;
  }

  .logo-marquee---container.on-top.top.social {
    padding-bottom: 120px;
  }

  .mg-top-auto.width-100-mbp {
    width: 100%;
  }

  .min-h-640px.min-h-500px-mbl.border-radius-8px {
    object-fit: contain;
    min-height: 300px;
  }

  .flex.align-start.gap-column-16px {
    grid-column-gap: 12px;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 16px;
  }

  .cta-card---image-wrapper {
    border-radius: 4px;
  }

  .cta-card---image-wrapper.hidden {
    display: block;
  }

  .card-link-image-top---image-wrapper {
    height: 250px;
  }

  .link-item---image {
    max-height: none;
  }

  .card-link-image-top---text-container.pd-62px---60px---80px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-link-image-top---text-container.pd-46px---32px {
    padding: 32px 24px;
  }

  .card-link-image-top---text-container.pd-32px---40px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-link-image-top---text-container.pd-68px---76px {
    padding: 40px 24px;
  }

  .social-square-icons-container {
    grid-column-gap: 10px;
  }

  .social-square-icons-container.blog-author-social-links-container {
    bottom: 48px;
    left: 24px;
    right: 24px;
  }

  .top-section-card {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-section-card.v2, .top-section-card.v3, .top-section-card.v4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .input-and-btn-container {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .input-single-success-message {
    flex-direction: column;
    min-height: 124px;
  }

  .input-single-success-message.horizontal-mbp {
    flex-direction: row;
    min-height: 56px;
  }

  .move-x-54-mbl.move-x-0-mbp {
    transform: translate(0%);
  }

  .large-card-image-right---image {
    width: 100%;
    margin-right: -24px;
  }

  .large-card-image-left---image {
    width: 110%;
    margin-left: -24px;
  }

  .btn-and-social-links-container {
    grid-row-gap: 20px;
    justify-content: center;
  }

  .btn-and-social-links-container.vertical-mbp {
    flex-direction: column;
  }

  .cta-section---image-right {
    width: 100%;
    margin-top: 40px;
  }

  ._6-tall-images---image-container {
    border-radius: 4px;
  }

  ._6-tall-images---image-container.mg-top-72px {
    margin-top: 24px;
  }

  .tab-icon-container {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .mg-top-12px.mg-top-14px-mbl.mg-top-8px-mbp {
    margin-top: 8px;
  }

  .tab-card-image-left---image, .cta-card---image-left-wrapper {
    margin-left: -24px;
  }

  ._2-tall-images---container {
    grid-column-gap: 12px;
  }

  ._2-tall-images---container.right {
    margin-top: -248px;
  }

  ._2-tall-images---image-wrapper {
    max-width: 80px;
  }

  .top-section-large-image-right---image {
    border-radius: 6px;
  }

  .slider-item-image-top---text-container {
    padding: 32px 24px;
  }

  .links-and-square-btn-container {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-link-icon-left {
    grid-column-gap: 12px;
  }

  .max-w-64px.max-w-56px-mbl.max-w-48px-mbp {
    max-width: 48px;
  }

  .form-success-message {
    min-height: 536px;
  }

  .form-success-message.min-h-586px-mbp {
    min-height: 586px;
  }

  .form-success-message.min-h-394px {
    min-height: 516px;
  }

  .form-success-message.min-h-286px {
    min-height: 288px;
  }

  .form-success-message.min-h-266px {
    min-height: 216px;
  }

  .contact-card-inside-image---main-container {
    flex-direction: column;
    min-height: auto;
  }

  .contact-details-container {
    grid-row-gap: 20px;
  }

  .max-w-48px-mbp {
    max-width: 48px;
  }

  .accordion-tab-link {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tabs-menu-top-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .input-and-square-btn-container {
    grid-column-gap: 12px;
  }

  .card-link-image-left---text-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card---image-left {
    margin-top: 40px;
    margin-left: -24px;
  }

  .scroll-down-btn---arrows-container {
    max-width: 22px;
  }

  .mg-top-90px {
    margin-top: 64px;
  }

  .mg-top-90px.mg-top-64px-mbl {
    margin-top: 48px;
  }

  .mg-top-10px.mg-top-0-mbp {
    margin-top: 0;
  }

  .mg-left-104px-mbl.mg-left-0-mbp {
    margin-left: 0;
  }

  .card---image-right {
    width: 100%;
    margin-right: -24px;
  }

  .header-simple-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .icon-and-text-container {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---container-default.web {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-content-testimonial-v3 {
    height: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---tab-card {
    width: auto;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card-2.card-content-center, .card-2.pd-72px---32px {
    padding: 40px 24px;
  }

  .card-2.tab-link-circle-image-left-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.pd-84px---32px {
    padding: 40px 24px;
  }

  .card-2.testimonial-image-left-card {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.card-link-icon-top {
    padding: 40px 24px;
  }

  .card-2.card-link-icon-top.v2, .card-2.pd-64px---42px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.tab-link-circle-image-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.tab-card-image-left {
    grid-row-gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.contact-card-inside-image {
    border-top-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
    padding: 32px 24px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .card-2.stats-left-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-2.stat-card, .card-2.stat-card.v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .display-6 {
    font-size: 34px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-9 {
    font-size: 24px;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .video-kunden {
    background-color: #fff;
    border-style: solid;
    overflow: hidden;
  }

  .image_wrapper_kunden {
    object-fit: fill;
    overflow: auto;
  }

  .video-3 {
    color: #fff;
  }

  .footer-wrapper-2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .hamburger-menu-bar-2 {
    width: 26px;
  }

  .display-10 {
    font-size: 34px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 12px;
  }

  .btn-primary-2 {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cart-button-2 {
    margin-right: 16px;
  }

  .social-icon-square-2 {
    border-radius: 4px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .input-2 {
    min-height: 56px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2.cart-quantity-input {
    width: 64px;
  }

  .cta-card-2 {
    padding: 40px 32px;
  }

  .cta-card-2.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-card-2.v3 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-logo-link-2 {
    max-width: 140px;
  }

  .btn-secondary-2 {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-405.bold.footer-title {
    margin-bottom: 16px;
  }

  .footer-subscribe-card-2 {
    padding: 40px 24px;
  }

  .badge-secondary-2 {
    padding: 14px 22px;
  }

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

  .display-12 {
    font-size: 40px;
  }

  .btn-square-primary-2 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .btn-primary-3 {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-3.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary-3 {
    border-radius: 6px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-13 {
    font-size: 40px;
  }

  .brix---cta-v8-half-image-right {
    height: 40%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-v8-section {
    margin-bottom: 60px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 72px;
    padding-bottom: 260px;
  }

  .container-w2.gutter-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .display-14, .display-15 {
    font-size: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image {
    padding: 40px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splitscreen-column.right {
    height: 30vh;
  }

  .splitscreen-column.left {
    height: auto;
    padding: 40px 20px;
  }

  .slider-stage-splitscreen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parallax-section {
    height: 300px;
    display: none;
  }

  .section---ref {
    margin-left: 16px;
    margin-right: 16px;
  }

  .input-3 {
    min-height: 56px;
  }

  .input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .top-section-card-2 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-section-card-2.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .form-success-message-2 {
    min-height: 536px;
  }

  .display-16 {
    font-size: 40px;
  }

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

  .display-17 {
    font-size: 34px;
  }

  .buttons-row-2 {
    flex-direction: column;
  }

  .ipad-animation-inner {
    max-width: 80%;
  }

  .ipad-landscape-screen {
    border-radius: 4px;
  }

  .ipad-scroll-animation {
    padding-top: 2em;
  }

  .ipad-screen-wrapper {
    border-radius: 4px;
  }

  .footer-wrapper-3 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .hamburger-menu-bar-3 {
    width: 26px;
  }

  .display-18 {
    font-size: 34px;
  }

  .cart-button-3 {
    margin-right: 16px;
  }

  .input-4 {
    min-height: 56px;
  }

  .input-4::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-4.cart-quantity-input {
    width: 64px;
  }

  .cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-19 {
    font-size: 24px;
  }

  .text-409.bold.footer-title {
    margin-bottom: 16px;
  }

  .footer-subscribe-card-3 {
    padding: 40px 24px;
  }

  .buttons-row-3 {
    flex-direction: column;
  }

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

  .section-2.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-20 {
    font-size: 40px;
  }

  .display-21, .display-22 {
    font-size: 34px;
  }

  .badge-primary-2 {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .card-link-image-top---text-container-2.pd-62px---60px---80px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-23 {
    font-size: 34px;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .display-24 {
    font-size: 34px;
  }

  .display-25 {
    font-size: 40px;
  }

  .rich-text-block {
    overflow: hidden;
  }

  .display-27 {
    font-size: 34px;
  }

  .grid-2-columns-2._2-col-mbl.gap-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .display-28 {
    font-size: 40px;
  }

  .certified {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    height: 70px;
  }

  .image-7 {
    width: 130px;
  }
}

#w-node-e7221137-7fab-8074-e8f1-be5f99958b49-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-da0645e5, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-da0645e5, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-da0645e5, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a6a92af9-ec70-b833-bfe1-056c6bb825a3-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d44-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b861-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b86a-da0645e5, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b875-da0645e5, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b880-da0645e5, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b88b-da0645e5, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b896-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9e27843c-3d8e-2e74-cc31-68c69398ce51-da0645e5, #w-node-_9e27843c-3d8e-2e74-cc31-68c69398ce63-da0645e5, #w-node-d41dbd40-ee7d-ed33-b020-d2e99e172623-da0645e5, #w-node-d41dbd40-ee7d-ed33-b020-d2e99e172635-da0645e5, #w-node-e4926704-9a31-4bc8-21ec-03fdef6dd42c-da0645e5, #w-node-e4926704-9a31-4bc8-21ec-03fdef6dd43e-da0645e5, #w-node-e4926704-9a31-4bc8-21ec-03fdef6dd442-da0645e5, #w-node-c38e206b-9047-0dd1-64d1-f8c8ef9bec7b-da0645e5, #w-node-c38e206b-9047-0dd1-64d1-f8c8ef9bec8d-da0645e5, #w-node-c38e206b-9047-0dd1-64d1-f8c8ef9bec91-da0645e5, #w-node-_078ec71e-d72b-8f62-09e0-7a5993586896-da0645e5, #w-node-c9f9b398-dcd1-9727-f904-3bdc45322eb1-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-da0645e5 {
  justify-self: end;
}

#w-node-_81953d2d-173b-47d0-9ca7-df4cbac10b21-da0645e5, #w-node-_272aee5c-d49e-dffa-d819-1df70eed7062-da0645e5, #w-node-_4f87e84e-8300-c9e2-ce5f-29cc47f4c9f0-da0645e5, #w-node-_81d6c4e6-486d-18a8-ff15-3c727e58b50d-da0645e5, #w-node-_9ba69198-77e1-52a3-abfa-756f3cab5e5d-da0645e5, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff3199-da0645e5, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319a-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c98f6d2-7bd5-a5f2-3221-5e85beb12f3b-da0645e5 {
  align-self: stretch;
}

#w-node-cdd13161-ff0b-e826-4e65-934b74a06b03-da0645e5, #w-node-cdd13161-ff0b-e826-4e65-934b74a06b1c-da0645e5, #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-da0645e5, #w-node-_97d77ff2-f959-f85d-3644-09c19e063999-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_97d77ff2-f959-f85d-3644-09c19e0639a0-da0645e5, #w-node-_97d77ff2-f959-f85d-3644-09c19e0639a7-da0645e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_97d77ff2-f959-f85d-3644-09c19e0639ae-da0645e5 {
  align-self: start;
}

#Nachricht.w-node-_97d77ff2-f959-f85d-3644-09c19e0639b5-da0645e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97d77ff2-f959-f85d-3644-09c19e0639b7-da0645e5 {
  justify-self: start;
}

#w-node-_098de259-f217-2c8c-2f6a-11c7d86c2143-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c2198-d86c2140, #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4b8-d86c2140 {
  justify-self: center;
}

#w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4bb-d86c2140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4bc-d86c2140, #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4bd-d86c2140, #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4c4-d86c2140, #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4c5-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c21c6-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c21cd-d86c2140, #w-node-_9717df61-551a-6579-d265-505937752283-37752229, #w-node-_4642a494-323f-b8f5-72fd-c95b3ebe9be4-3ebe9b92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-f7064608 {
  align-self: stretch;
}

#w-node-ba680072-d451-17ab-3e30-bbeaa82bfc55-d70645a3, #w-node-_34e37128-a91d-b43e-5d76-034967e76449-d70645a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9c45a7c1-b038-e912-d782-8e263329f4a9-d70645a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd0b240-ae97-e85a-6be6-bfdcd3a85141-d70645a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_746f3fe9-568a-11ac-2164-e4d00f66d70d-d70645a3 {
  align-self: stretch;
}

#w-node-_6112a586-88dd-418a-99a2-2c3c80605a48-d70645a3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_6112a586-88dd-418a-99a2-2c3c80605a54-d70645a3, #w-node-e7221137-7fab-8074-e8f1-be5f99958b49-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-839997e8, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-839997e8, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-839997e8, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a6a92af9-ec70-b833-bfe1-056c6bb825a3-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d44-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b861-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b86a-839997e8, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b875-839997e8, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b880-839997e8, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b88b-839997e8, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b896-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_078ec71e-d72b-8f62-09e0-7a5993586896-839997e8, #w-node-c9f9b398-dcd1-9727-f904-3bdc45322eb1-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-839997e8 {
  justify-self: end;
}

#w-node-_81953d2d-173b-47d0-9ca7-df4cbac10b21-839997e8, #w-node-_272aee5c-d49e-dffa-d819-1df70eed7062-839997e8, #w-node-_4f87e84e-8300-c9e2-ce5f-29cc47f4c9f0-839997e8, #w-node-_81d6c4e6-486d-18a8-ff15-3c727e58b50d-839997e8, #w-node-_9ba69198-77e1-52a3-abfa-756f3cab5e5d-839997e8, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff3199-839997e8, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319a-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_499f7902-9e59-c8f9-50b6-a38dafba3596-839997e8 {
  align-self: stretch;
}

#w-node-cdd13161-ff0b-e826-4e65-934b74a06b03-839997e8, #w-node-cdd13161-ff0b-e826-4e65-934b74a06b1c-839997e8, #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-839997e8, #w-node-_7a533f18-00fb-154a-ede8-7f32ae98334d-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae983354-839997e8, #w-node-_7a533f18-00fb-154a-ede8-7f32ae98335b-839997e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae983362-839997e8 {
  align-self: start;
}

#Nachricht.w-node-_7a533f18-00fb-154a-ede8-7f32ae983369-839997e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae98336b-839997e8 {
  justify-self: start;
}

#w-node-c592cc3c-094e-14ee-b061-f5507744503b-cb8c0184 {
  justify-self: end;
}

#w-node-c592cc3c-094e-14ee-b061-f5507744503d-cb8c0184, #w-node-c592cc3c-094e-14ee-b061-f5507744503e-cb8c0184, #w-node-c592cc3c-094e-14ee-b061-f55077445040-cb8c0184, #w-node-c592cc3c-094e-14ee-b061-f55077445041-cb8c0184, #w-node-c592cc3c-094e-14ee-b061-f55077445044-cb8c0184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-2ca4956c {
  justify-self: end;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7d-2ca4956c, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7e-2ca4956c, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d80-2ca4956c, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d81-2ca4956c, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d84-2ca4956c, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db20-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db21-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db22-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db32-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db33-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db35-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db39-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db3f-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db43-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db47-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db4b-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db59-22388fc6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db75-22388fc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db78-22388fc6 {
  align-self: stretch;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db79-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db85-22388fc6 {
  align-self: stretch;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db86-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db92-22388fc6 {
  align-self: stretch;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db93-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dba0-22388fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dbb4-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dbc9-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dbde-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dbf3-22388fc6 {
  align-self: stretch;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-2008874b {
  justify-self: end;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7d-2008874b, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7e-2008874b, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d80-2008874b, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d81-2008874b, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d84-2008874b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-27d1fe8a {
  justify-self: end;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7d-27d1fe8a, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7e-27d1fe8a, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d80-27d1fe8a, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d81-27d1fe8a, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d84-27d1fe8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6567f030-1356-7263-ffcb-7087fec8877d-3c8b7d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6567f030-1356-7263-ffcb-7087fec88784-3c8b7d2a, #w-node-_6567f030-1356-7263-ffcb-7087fec8878b-3c8b7d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6567f030-1356-7263-ffcb-7087fec88792-3c8b7d2a {
  align-self: start;
}

#Nachricht.w-node-_6567f030-1356-7263-ffcb-7087fec88799-3c8b7d2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6567f030-1356-7263-ffcb-7087fec8879b-3c8b7d2a {
  justify-self: start;
}

#w-node-_75533550-8517-212e-7594-b1ed50646d1d-3c8b7d2a, #w-node-d2428340-9771-57f6-f076-8b9ce956ed15-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2428340-9771-57f6-f076-8b9ce956ed2b-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc8e82c6-16fe-846e-9d75-986cf8e4cf3c-1ebddee0, #w-node-fc8e82c6-16fe-846e-9d75-986cf8e4cf47-1ebddee0, #w-node-fc8e82c6-16fe-846e-9d75-986cf8e4cf52-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3c9-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3cc-1ebddee0 {
  justify-self: end;
}

#w-node-_3a84954f-c2e7-caf5-ee60-fb63c457ba52-1ebddee0, #w-node-fb0fcaf4-bd06-edf4-8a76-e06d24fef9bb-1ebddee0, #w-node-_2a42aa4e-14ba-166e-d1a7-c5d89e9cf8e6-1ebddee0, #w-node-ddb90d19-83cc-d071-696c-92faadfe3e88-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042e9-1ebddee0, #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042ea-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042ec-1ebddee0, #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042f4-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042f2-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee84-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee86-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee87-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee91-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee92-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee93-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee9d-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ba6a60e1-9d8b-fe1b-3198-8c64cb0b1585-1ebddee0, #w-node-ba6a60e1-9d8b-fe1b-3198-8c64cb0b158b-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f814-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f81b-1ebddee0, #w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f822-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f829-1ebddee0 {
  align-self: start;
}

#Nachricht.w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f830-1ebddee0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f832-1ebddee0 {
  justify-self: start;
}

#w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8b5-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8c9-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8d6-1ebddee0 {
  justify-self: center;
}

#w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8d9-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8da-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8db-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8e2-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8e3-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8ee-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8f0-1ebddee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_606292d2-7c33-2e40-1d44-8aa83d6895ae-b3e29d79, #w-node-_606292d2-7c33-2e40-1d44-8aa83d6895b4-b3e29d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f55c09e6-564b-1fb5-0400-992cc641eec3-b3e29d79 {
  justify-self: end;
}

#w-node-f55c09e6-564b-1fb5-0400-992cc641eec5-b3e29d79, #w-node-f55c09e6-564b-1fb5-0400-992cc641eec6-b3e29d79, #w-node-f55c09e6-564b-1fb5-0400-992cc641eec8-b3e29d79, #w-node-f55c09e6-564b-1fb5-0400-992cc641eec9-b3e29d79, #w-node-f55c09e6-564b-1fb5-0400-992cc641eecc-b3e29d79, #w-node-f2d6eb8e-7001-e7c8-0585-275d90c279ac-e45c9aa8, #w-node-f2d6eb8e-7001-e7c8-0585-275d90c279b6-e45c9aa8, #w-node-_712ef8e1-37de-0a9e-40f5-ce06592a79fe-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a05-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a19-921086a6, #w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a23-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a31-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7119f7c6-3b51-ceff-b650-609d7ef3f079-921086a6, #w-node-_7119f7c6-3b51-ceff-b650-609d7ef3f083-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a3e-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_95202587-1d3d-d466-abd8-2fbc25885019-921086a6, #w-node-_95202587-1d3d-d466-abd8-2fbc25885023-921086a6, #w-node-_95202587-1d3d-d466-abd8-2fbc25885027-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712ef8e1-37de-0a9e-40f5-ce06592a7a4b-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1fbaaf58-9311-7650-a25e-43fcd04cf825-921086a6, #w-node-_1fbaaf58-9311-7650-a25e-43fcd04cf82f-921086a6, #w-node-_1fbaaf58-9311-7650-a25e-43fcd04cf833-921086a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d1e-921086a6 {
  justify-self: end;
}

#w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d20-921086a6, #w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d21-921086a6, #w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d23-921086a6, #w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d24-921086a6, #w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d27-921086a6, #w-node-e7221137-7fab-8074-e8f1-be5f99958b49-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a6a92af9-ec70-b833-bfe1-056c6bb825a3-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5576111-6f1f-52e1-8546-defb8e2e0d44-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-256a4e73, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-256a4e73, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-256a4e73, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3b7bb7f0-d71d-4443-e353-75738f7ceeea-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b7bb7f0-d71d-4443-e353-75738f7ceef4-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b861-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b86a-256a4e73, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b875-256a4e73, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b880-256a4e73, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b88b-256a4e73, #w-node-ecdac2a1-f74b-05d8-fd0e-9328b3c4b896-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_078ec71e-d72b-8f62-09e0-7a5993586896-256a4e73, #w-node-c9f9b398-dcd1-9727-f904-3bdc45322eb1-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-256a4e73 {
  justify-self: end;
}

#w-node-_81953d2d-173b-47d0-9ca7-df4cbac10b21-256a4e73, #w-node-_272aee5c-d49e-dffa-d819-1df70eed7062-256a4e73, #w-node-_4f87e84e-8300-c9e2-ce5f-29cc47f4c9f0-256a4e73, #w-node-_81d6c4e6-486d-18a8-ff15-3c727e58b50d-256a4e73, #w-node-_9ba69198-77e1-52a3-abfa-756f3cab5e5d-256a4e73, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff3199-256a4e73, #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319a-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_499f7902-9e59-c8f9-50b6-a38dafba3596-256a4e73 {
  align-self: stretch;
}

#w-node-cdd13161-ff0b-e826-4e65-934b74a06b03-256a4e73, #w-node-cdd13161-ff0b-e826-4e65-934b74a06b1c-256a4e73, #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-256a4e73, #w-node-_7a533f18-00fb-154a-ede8-7f32ae98334d-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae983354-256a4e73, #w-node-_7a533f18-00fb-154a-ede8-7f32ae98335b-256a4e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae983362-256a4e73 {
  align-self: start;
}

#Nachricht.w-node-_7a533f18-00fb-154a-ede8-7f32ae983369-256a4e73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a533f18-00fb-154a-ede8-7f32ae98336b-256a4e73 {
  justify-self: start;
}

#w-node-bcb9880f-8eb3-f41f-fa7a-928f07fc89e8-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcb9880f-8eb3-f41f-fa7a-928f07fc89f5-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953ac-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953af-c07b9756, #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953b4-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953c7-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c76-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c78-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c79-c07b9756, #w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c7b-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c80-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c81-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c82-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c84-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c89-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3710c731-81ef-1de0-7f60-fe222333a7ce-c07b9756 {
  align-self: stretch;
}

#w-node-_9c25fa9b-f782-2ca3-540a-209a290ce87b-c07b9756 {
  justify-self: end;
}

#w-node-_9c25fa9b-f782-2ca3-540a-209a290ce87d-c07b9756, #w-node-_9c25fa9b-f782-2ca3-540a-209a290ce87e-c07b9756, #w-node-_9c25fa9b-f782-2ca3-540a-209a290ce880-c07b9756, #w-node-_9c25fa9b-f782-2ca3-540a-209a290ce881-c07b9756, #w-node-_9c25fa9b-f782-2ca3-540a-209a290ce884-c07b9756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2e9d856-f66a-5737-5a2a-1e9706ca5d42-f429a237, #w-node-d2e9d856-f66a-5737-5a2a-1e9706ca5d50-f429a237, #w-node-d2e9d856-f66a-5737-5a2a-1e9706ca5d5e-f429a237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f5558810-0237-c994-f161-72311125fbf4-f429a237 {
  justify-self: end;
}

#w-node-f5558810-0237-c994-f161-72311125fbf6-f429a237, #w-node-f5558810-0237-c994-f161-72311125fbf7-f429a237, #w-node-f5558810-0237-c994-f161-72311125fbf9-f429a237, #w-node-f5558810-0237-c994-f161-72311125fbfa-f429a237, #w-node-f5558810-0237-c994-f161-72311125fbfd-f429a237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-314a98bb {
  justify-self: end;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7d-314a98bb, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7e-314a98bb, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d80-314a98bb, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d81-314a98bb, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d84-314a98bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-253ef94f {
  justify-self: end;
}

#w-node-f2855340-5ba0-80ae-2807-55cf65da1d7d-253ef94f, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7e-253ef94f, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d80-253ef94f, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d81-253ef94f, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d84-253ef94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac694-50750209 {
  justify-self: end;
}

#w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac696-50750209, #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac697-50750209, #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac699-50750209, #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac69a-50750209, #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac69d-50750209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-da0645e5, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-da0645e5, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-da0645e5, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-da0645e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-da0645e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-839997e8, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-839997e8, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-839997e8, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-839997e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-839997e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_606292d2-7c33-2e40-1d44-8aa83d6895ae-b3e29d79, #w-node-_606292d2-7c33-2e40-1d44-8aa83d6895b4-b3e29d79, #w-node-_5ccd7418-f782-f80d-736a-dee3071b89d6-256a4e73, #w-node-_43fa46fa-8762-cea5-ec33-4bf885044843-256a4e73, #w-node-e233ff53-14c7-1c93-36cd-26c5c017f277-256a4e73, #w-node-_9179c878-0d00-465d-4b69-1f7c0a4ca01a-256a4e73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-d215de51-8c59-c531-afe8-8c7a60bd52f7-256a4e73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-da0645e5, #w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-da0645e5 {
    justify-self: auto;
  }

  #w-node-_098de259-f217-2c8c-2f6a-11c7d86c2198-d86c2140 {
    justify-self: start;
  }

  #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4b8-d86c2140 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-de567a97-77ea-05ae-4100-55b3029ea3e7-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c21c4-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c21cd-d86c2140 {
    justify-self: center;
  }

  #w-node-_6112a586-88dd-418a-99a2-2c3c80605a48-d70645a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-839997e8, #w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-839997e8, #w-node-c592cc3c-094e-14ee-b061-f5507744503b-cb8c0184 {
    justify-self: auto;
  }

  #w-node-cb7c625b-d067-f36d-a529-4d4c27c420a7-2ca4956c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-2ca4956c {
    justify-self: auto;
  }

  #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db22-22388fc6 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db32-22388fc6, #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5db35-22388fc6 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dba0-22388fc6 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-2008874b, #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-27d1fe8a {
    justify-self: auto;
  }

  #w-node-_75533550-8517-212e-7594-b1ed50646d1d-3c8b7d2a {
    grid-column: span 2 / span 2;
  }

  #w-node-d2428340-9771-57f6-f076-8b9ce956ed2b-1ebddee0 {
    justify-self: auto;
  }

  #w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3c9-1ebddee0 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3cc-1ebddee0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042e9-1ebddee0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042ec-1ebddee0 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee9d-1ebddee0 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8c9-1ebddee0 {
    justify-self: start;
  }

  #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8d6-1ebddee0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8eb-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8ec-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8f0-1ebddee0 {
    justify-self: center;
  }

  #w-node-f55c09e6-564b-1fb5-0400-992cc641eec3-b3e29d79 {
    justify-self: auto;
  }

  #w-node-_712ef8e1-37de-0a9e-40f5-ce06592a79fe-921086a6 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_5c79708e-fb5c-3362-0e30-f2de7d3e8d1e-921086a6, #w-node-_5b9a61fd-142f-2dc4-c914-680ea581a83e-256a4e73, #w-node-d40ddd0f-b757-0d77-5305-f1758ad05487-256a4e73 {
    justify-self: auto;
  }

  #w-node-_81953d2d-173b-47d0-9ca7-df4cbac10b21-256a4e73 {
    place-self: auto center;
  }

  #w-node-_81d6c4e6-486d-18a8-ff15-3c727e58b50d-256a4e73 {
    justify-self: center;
  }

  #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953ac-c07b9756 {
    grid-column: span 2 / span 2;
  }

  #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953af-c07b9756 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c89-c07b9756 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_9c25fa9b-f782-2ca3-540a-209a290ce87b-c07b9756, #w-node-f5558810-0237-c994-f161-72311125fbf4-f429a237 {
    justify-self: auto;
  }

  #w-node-cb7c625b-d067-f36d-a529-4d4c27c420a7-314a98bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-314a98bb {
    justify-self: auto;
  }

  #w-node-cb7c625b-d067-f36d-a529-4d4c27c420a7-253ef94f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2855340-5ba0-80ae-2807-55cf65da1d7b-253ef94f {
    justify-self: auto;
  }

  #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac603-50750209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c532617-b9c7-96c0-20c1-3afd2a1ac694-50750209 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-da0645e5 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-da0645e5 {
    order: -9999;
  }

  #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-da0645e5, #w-node-_34e37128-a91d-b43e-5d76-034967e76449-d70645a3, #w-node-_5dd0b240-ae97-e85a-6be6-bfdcd3a85141-d70645a3 {
    justify-self: auto;
  }

  #w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-839997e8 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-839997e8 {
    order: -9999;
  }

  #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-839997e8 {
    justify-self: auto;
  }

  #w-node-b860c3d5-3e3b-3c16-3416-f2f0f1c5dba0-22388fc6, #w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3c9-1ebddee0, #w-node-a178927c-89b7-4bbd-9c4a-f0aabae9a3cc-1ebddee0, #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042e9-1ebddee0, #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042ec-1ebddee0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a1ecee5-bbe4-fe4f-d138-032fbb1042f4-1ebddee0 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_712ef8e1-37de-0a9e-40f5-ce06592a79fe-921086a6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_88c50a1d-c81c-7505-ccd6-9ca45aa4aa54-256a4e73 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-a5576111-6f1f-52e1-8546-defb8e2e0d52-256a4e73, #w-node-_3b7bb7f0-d71d-4443-e353-75738f7ceeea-256a4e73 {
    order: -9999;
  }

  #w-node-_59494d64-ffdb-b375-6c5c-a31737ff319d-256a4e73 {
    justify-self: auto;
  }

  #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953ac-c07b9756, #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953af-c07b9756 {
    grid-column: span 1 / span 1;
  }

  #w-node-_162bd9f2-0ab3-d618-d5d1-751ab64953b4-c07b9756 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #Nachricht.w-node-_97d77ff2-f959-f85d-3644-09c19e0639b5-da0645e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_098de259-f217-2c8c-2f6a-11c7d86c2143-d86c2140, #w-node-_098de259-f217-2c8c-2f6a-11c7d86c2198-d86c2140 {
    justify-self: auto;
  }

  #w-node-d950e9fe-44bd-6a23-9efc-7fbdf1bcd4b8-d86c2140 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #Nachricht.w-node-_7a533f18-00fb-154a-ede8-7f32ae983369-839997e8, #Nachricht.w-node-_6567f030-1356-7263-ffcb-7087fec88799-3c8b7d2a {
    grid-column: span 1 / span 1;
  }

  #w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee86-1ebddee0, #w-node-_096360e6-a0e0-634f-71ba-8e6cbf4aee91-1ebddee0 {
    grid-column: span 2 / span 2;
  }

  #Nachricht.w-node-_4789b736-d7df-9eb4-b46e-6c4ff1e3f830-1ebddee0 {
    grid-column: span 1 / span 1;
  }

  #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8b5-1ebddee0, #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8c9-1ebddee0 {
    justify-self: auto;
  }

  #w-node-fc50a994-4134-90e3-5f43-6ec3b23cf8d6-1ebddee0 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_4f87e84e-8300-c9e2-ce5f-29cc47f4c9f0-256a4e73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81d6c4e6-486d-18a8-ff15-3c727e58b50d-256a4e73 {
    grid-row: span 1 / span 1;
  }

  #Nachricht.w-node-_7a533f18-00fb-154a-ede8-7f32ae983369-256a4e73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c78-c07b9756, #w-node-_935d049a-cbe1-3c70-50bc-3dd87c584c80-c07b9756 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onest-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onest-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onest-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}