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

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

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

:root {
  --background: #ece7e0;
  --text: #313131;
  --orange: #ffb525;
  --white: white;
  --light-text: #c6c6c6;
  --lighter-grey: var(--text);
  --text-light-grey: #797979;
  --light-grey: #0000001a;
  --dark-grey: #1b1b1b;
  --black: black;
  --dark-background: #1e1e1e;
}

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.pointer-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.divider-smal {
  background-color: #333;
  border-radius: 2rem;
  width: 5rem;
  height: .25rem;
  display: none;
}

.section_home_cta {
  z-index: 5;
  background-color: #fffaf5;
  position: relative;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.left-arrow-2 {
  background-color: #fffaf5;
  border: 1px solid #5cc66f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 15% 4% auto;
}

.home_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.tab-pane {
  flex: 0 auto;
}

.tab-pane.is-two, .tab-pane.is-one {
  height: 100%;
}

.padding-global {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.padding-global.is100vh {
  justify-content: center;
  display: flex;
}

.padding-global.is-contact {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100%;
}

.padding-global.is-white {
  background-color: #fffaf5;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  display: flex;
}

.padding-global.is-footer {
  background-color: #333;
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.padding-global.is-grey {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.is-hero {
  border-radius: 2rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.padding-global.is-marquee {
  max-width: 80rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global.is-cta {
  border-radius: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  box-shadow: 0 4px 4px #0003;
}

.padding-global.is-faq {
  border-radius: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.hero-header_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

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

.home_testimonial_rating-wrapper {
  display: flex;
}

.form_checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
  padding: .5rem;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.home-anchor {
  height: 65vw;
  margin-top: -100vh;
  position: absolute;
}

.text-span-25 {
  font-weight: 700;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #5cc66f;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  background-color: #4da65d;
}

.button.is-secondary {
  box-shadow: none;
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary.is-white {
  color: #fff;
  border-width: 1px;
  border-color: #fff;
  margin-left: 1rem;
}

.button.is-navbar2-button {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.line-divider {
  background-color: #d5d5d5;
  width: 100%;
  height: 1px;
}

.home_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_benefits_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: grid;
}

.home_benefits_tabs-menu.is-two {
  float: left;
  grid-template-rows: auto auto auto;
  align-content: center;
  align-items: start;
  width: 45%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5%;
}

.home_benefits_tabs-menu.is-one {
  float: left;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 47.5%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2.5%;
  display: grid;
}

.padding-section-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.padding-section-large.is-no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-large.is-100vh {
  position: relative;
}

.padding-section-large.is-individual {
  padding-top: 0;
}

.padding-section-large.is-parallax {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-large.is-team {
  padding-top: 3rem;
  padding-bottom: 0;
}

.padding-section-large.is-pricing {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-large.is-second {
  padding-top: 0;
}

.padding-section-large.is-bottom {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-large.is-top {
  padding-top: 3.5rem;
}

.padding-section-large.is-small {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-84 {
  color: #333;
}

.paragraph-84.text-success {
  color: #fff;
}

.home_benefits_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.home_benefits_image.is-eight {
  object-position: 50% 50%;
  display: none;
}

.home_benefits_image.is-twelve {
  object-position: 50% 100%;
  display: none;
}

.home_benefits_image.is-ten, .home_benefits_image.is-one {
  display: none;
}

.home_benefits_image.is-four, .home_benefits_image.is-six {
  object-position: 50% 100%;
  display: none;
}

.home_services_tabs-link {
  background-color: #fff0;
  border-left: 3px #0000;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.home_services_tabs-link:hover {
  color: #333;
  background-color: #d5d5d5;
}

.home_services_tabs-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5cc66f;
  border-bottom: 3px #ff5e15;
  border-left: 3px #ff5e15;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.html-embed-2 {
  color: #fff;
  width: 3rem;
  height: 3rem;
}

.hero-header_image-wrapper {
  border-radius: .5rem;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.testimonial_arrow-icon {
  color: var(--text);
  -webkit-text-stroke-color: var(--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_home_header {
  z-index: 5;
  border-radius: 0;
  margin-top: 100vh;
  position: relative;
}

.html-embed {
  width: 3rem;
  height: 3rem;
}

.text {
  color: var(--orange);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
}

.home_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slide-7 {
  height: 100%;
}

.footer_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: underline;
  transition: color .2s;
}

.footer_legal-link:hover {
  color: #5cc66f;
}

.footer_legal-link.is-hidden {
  display: none;
}

.navigation-items {
  flex: 0 auto;
  width: 15rem;
  padding-top: 70px;
  padding-left: 0;
}

.navigation-items.is-mobile.w--current {
  align-items: center;
  width: 20rem;
  height: 5rem;
  padding-top: 80px;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.footer_logo-link {
  width: 20rem;
  height: 5rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_logo-link.w--current {
  width: 20rem;
  height: 5rem;
}

.image-2 {
  display: none;
}

.heading-4 {
  color: #fff;
}

.paragraph-80 {
  color: #d5d5d5;
}

.pointer {
  color: #5cc66f;
  background-color: #fff;
  border: 3px solid #5cc66f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: .481rem;
  line-height: 20px;
  display: flex;
  transform: scale(0);
}

.div-block {
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  line-height: 45px;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_space-medium {
  justify-content: space-around;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #5cc66f;
  border: 2px solid #5cc66f;
  border-radius: .5rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #ff4343;
  background-color: #0000;
  border-color: #ff4343;
  border-radius: .5rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.home_hero-header_component {
  grid-column-gap: 0rem;
  background-color: #333;
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.home_hero-header_component.is-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-2.is-commerce, .tab-pane-tab-2.is-private {
  width: 100%;
}

.animation-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.animation-wrapper.is-tablet {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.home_offers_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.heading-style-h5 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.margin-bottom.margin-small.heading-success {
  color: #fff;
}

.section_home_offers {
  z-index: 5;
  background-color: #fffaf5;
  position: relative;
}

.navbar_component {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar_component.is-mobile {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_home_portfolio {
  z-index: 5;
  background-color: #fffaf5;
  position: relative;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  height: 5rem;
  margin-left: 1rem;
  display: flex;
}

.main-wrapper {
  z-index: 0;
  flex-direction: column;
  display: block;
  position: relative;
}

.fs-cc-prefs_label {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.home_benefits_tabs-link {
  color: #333;
  background-color: #0000;
  border-left: 3px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.home_benefits_tabs-link.w--current {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border-left-width: 3px;
  border-left-color: #5cc66f;
}

.offers_content-item {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.offers_content-item.content-item-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20170816_201916_2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 34%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_7544.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 40%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20170816_201603.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 37%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2023-09-04-at-10.20.19-2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  display: none;
  top: 44%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2023-09-04-at-10.20.19-2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 25%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2023-09-04-at-10.25.02-5.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 31%;
  box-shadow: 0 2px 20px #fff3;
}

.offers_content-item.content-item-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20170817-WA0009_1-p-1080.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 28%;
  box-shadow: 0 2px 20px #fff3;
}

.tab-pane-tab-4 {
  height: 100%;
}

.tab-pane-tab-4.is-private {
  width: 100%;
}

.home_testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-prefs_button {
  background-color: #5cc66f;
  border: 2px solid #5cc66f;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  margin-right: 0;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #ff4343;
  background-color: #0000;
  border-color: #ff4343;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  margin-right: 1rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.button-group.is-cta {
  display: flex;
}

.home_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_testimonial_slide-nav {
  height: 1.75rem;
  padding-top: 10px;
  font-size: .5rem;
  inset: auto auto 1rem 1rem;
}

.home_testimonial_slide-nav.is-hidden {
  display: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.is-white {
  color: #d5d5d5;
  font-weight: 500;
  display: inline-block;
}

.home_offers_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fs-cc-manager_component {
  z-index: 999;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: auto auto 1.5rem 1.25rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fffaf5;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-manager_trigger {
  display: none;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.navbar_link {
  color: #000;
  border: 1px solid #fffaf5;
  padding: .5rem 1rem;
  text-decoration: none;
}

.navbar_link.w--current {
  color: #5cc66f;
  border: 1px solid #5cc66f;
  border-radius: .5rem;
  font-weight: 400;
}

.html-embed-7 {
  color: #5cc66f;
  width: 4rem;
  height: 4rem;
  transform: rotate(90deg);
}

.heading-2 {
  text-align: center;
  max-width: 768px;
}

.paragraph-79 {
  color: #d5d5d5;
}

.text-style-link {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s;
}

.text-style-link:hover {
  color: #5cc66f;
}

.testimonial-name-wrapper {
  background-color: #d5d5d5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fffaf5;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.testimonial-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.portfolio-link {
  border-radius: .5rem;
  height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_text {
  color: #333;
  font-size: .75rem;
}

.heading-3 {
  color: #fff;
  font-size: 2rem;
}

.home_testimonial_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home_benefits_image-wrapper {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.home_benefits_image-wrapper.is-commerce {
  width: 100%;
}

.home_benefits_image-wrapper.is-private {
  width: 100%;
  height: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: 1rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-77 {
  color: #d5d5d5;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  justify-content: center;
  display: flex;
}

.hero-header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: rotate(0);
}

.paragraph-83 {
  color: #d5d5d5;
}

.home_portfolio_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  column-count: 3;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
  display: grid;
}

.home_portfolio-hover {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: left;
  background-color: #fff0;
  background-image: linear-gradient(to top, #000, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_home_hero-header {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.home_services_tabs-content {
  flex-direction: row;
  height: auto;
  display: block;
}

.arrow-head {
  border-top: .3rem solid #5cc66f;
  border-right: .3rem solid #5cc66f;
  width: 2rem;
  height: 2rem;
}

.slider_image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.slider_image.image-align-mid {
  object-position: 50% 50%;
  height: 100%;
}

.slider_image.image-align-bottom {
  object-fit: cover;
  object-position: 50% 100%;
  height: 100%;
}

.slider_image.image-align-left {
  object-position: 0% 100%;
  height: 100%;
}

.slider_image.image-align-right {
  object-fit: cover;
  object-position: 100% 50%;
  height: auto;
}

.icon-embed-xxsmall {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.arrow {
  width: 4rem;
  position: relative;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.section_home_testimonial {
  z-index: 5;
  background-color: #fffaf5;
  position: relative;
}

.home_benefits_tabs-content {
  border-radius: .5rem;
  height: 100%;
}

.home_benefits_tabs-content.is-two {
  float: right;
  width: 45%;
  margin-left: 5%;
  display: block;
  overflow: hidden;
}

.home_benefits_tabs-content.is-one {
  float: right;
  clear: none;
  width: 47.5%;
  height: 100%;
  margin-left: 2.5%;
  display: block;
  overflow: hidden;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  background-color: #fff;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: -30px;
  padding: .5rem 2rem;
  box-shadow: 0 2px 5px #0003;
}

.section_home_benefits {
  z-index: 5;
  background-color: #fffaf5;
  position: relative;
}

.home_testimonial_slide {
  width: 250px;
  height: 350px;
  margin-bottom: 0;
  margin-right: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 4rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.home_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.home_services_tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  color: #333;
  background-color: #ebebeb;
  border: 1px #d5d5d5;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  padding: 1rem 1.5rem;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.is-hero {
  background-color: var(--text);
  border-radius: 2rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin: 0 0 1rem;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  justify-content: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom.margin-large {
  flex-direction: column;
  margin-bottom: 3rem;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-small {
  text-align: left;
}

.margin-bottom.margin-small.text-align-center {
  justify-content: center;
}

.margin-bottom.margin-small.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.margin-bottom.margin-xxsmall.is-tablet {
  display: none;
}

.hero-header_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: #333;
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.right-arrow {
  color: #5cc66f;
  background-color: #fffaf5;
  border: 1px solid #5cc66f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 4%;
  right: 4%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_checkbox-label, .fs-cc-prefs_trigger {
  display: none;
}

.arrow-body {
  background-color: #5cc66f;
  width: 2.5rem;
  height: .3rem;
  display: none;
}

.footer_component {
  z-index: 1;
  border-radius: 0;
  flex-direction: column;
  height: 480px;
  margin-top: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.error-message {
  border-left: .2rem solid #e23939;
  border-radius: 0 1rem 1rem 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 5px #0003;
}

.pointer-arrow {
  color: #333;
  transform: rotate(-45deg);
}

.home_testimonial_mask {
  width: 250px;
  overflow: visible;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.paragraph {
  color: #d5d5d5;
  font-size: 1rem;
  line-height: 1.3;
}

.paragraph-81 {
  color: #d5d5d5;
}

.text-span {
  color: #5cc66f;
}

.html-embed-5 {
  color: #fff;
  width: 3rem;
  height: 4rem;
}

.paragraph-78 {
  color: #d5d5d5;
}

.text-size-medium {
  color: #333;
  text-align: center;
  font-size: 1.25rem;
}

.text-size-medium.text-align-left {
  text-align: left;
  font-size: 1.25rem;
}

.text-size-medium.is-white {
  color: #d5d5d5;
  font-weight: 400;
}

.home_services_component {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-span-23 {
  font-weight: 700;
}

.section_home_contact {
  z-index: 5;
  border-radius: 0;
  flex-direction: column;
  height: 100%;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.tab-pane-tab-3.is-private, .tab-pane-tab-3.is-commerce {
  width: 100%;
}

.form_checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hero-header_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.form_radio-icon {
  background-color: #fff;
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.mask-2 {
  height: 100%;
}

.logo-image {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  height: 5rem;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image.logo-white {
  z-index: auto;
  color: #fff;
  flex: 0 auto;
  width: 20rem;
  height: 100%;
  margin-left: -30px;
  font-size: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-head-wrap {
  display: none;
  position: absolute;
  inset: 50% 0 0% 0%;
  transform: rotate(45deg);
}

.text-span-3 {
  font-weight: 700;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.is-footer {
  padding-top: 7rem;
}

.benefits-slider {
  width: 100%;
  height: 100%;
}

.tab-heading {
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.paragraph-82 {
  color: #d5d5d5;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

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

.slider_trockenbau {
  width: 100%;
  height: 100%;
}

.footer_link {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: #5cc66f;
}

.icon-embed-xsmall {
  color: #fad52f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.is-star {
  color: #fad52f;
}

.success-message {
  background-color: #5cc66f;
  background-image: linear-gradient(#5cc66f, #5cc66f);
  border-radius: 1px 1rem 1rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 5px #0003;
}

.text-block-11 {
  font-weight: 400;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-image.image-align-right, .slider-image.image-align-left {
  object-fit: cover;
  object-position: 0% 50%;
}

.form_input {
  background-color: #fff;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  display: flex;
  inset: auto auto 4% 4%;
}

.home_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_benefits_component.is-two, .home_benefits_component.is-one {
  width: 100%;
  height: 100%;
  display: block;
}

.home_hero-header_content-left {
  max-width: 47rem;
  margin-left: auto;
  margin-right: 1.5rem;
  padding-left: 2.5rem;
}

.home_testimonial_arrow {
  border: 1px solid var(--text);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 1rem 1rem auto;
}

.home_testimonial_arrow.is-left {
  border-style: solid;
  border-color: var(--text);
  color: var(--text);
  background-color: #fff0;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
  inset: auto 52% 0% auto;
}

.home_testimonial_arrow.is-left:hover {
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  box-shadow: 0 4px 4px #00000040;
}

.home_testimonial_arrow.is-left.is-hidden {
  display: none;
}

.home_testimonial_arrow.is-right {
  color: var(--text);
  background-color: #fff0;
  background-image: none;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
  top: auto;
  bottom: 0%;
  right: 46%;
}

.home_testimonial_arrow.is-right:hover {
  color: var(--white);
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  box-shadow: 0 4px 4px #00000040;
}

.home_testimonial_arrow.is-right.is-hidden {
  display: none;
}

.navbar-wrapper {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 8rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.home_portfolio_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.home_portfolio_image.image-align-bottom, .home_portfolio_image.image-align-center {
  object-position: 50% 100%;
}

.heading {
  color: #fff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.section_footer-spacer {
  z-index: 0;
  width: 100%;
  height: 450px;
  display: flex;
}

.home_hero-header_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 2.5rem;
  overflow: hidden;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-pane-tab-1.is-commerce {
  width: 100%;
}

.tab-pane-tab-1.is-private {
  width: 100%;
  height: 100%;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr .375fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container.is-mobile {
  height: 5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-2 {
  font-weight: 600;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.footer_credit-text {
  color: #fff;
  font-size: .875rem;
}

.home_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

.form_checkbox-label.text-size-small {
  color: #333;
  font-size: .875rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.home_offers_content-left {
  position: sticky;
  top: 25%;
}

.navbar_sellerbuyer {
  z-index: 999;
  grid-row-gap: 10px;
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  text-decoration: none;
  display: flex;
}

.navbar_link-wrapper {
  grid-column-gap: 1.2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.navbar_icon_home {
  grid-row-gap: 10px;
  color: var(--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar_icon_home:hover {
  color: var(--orange);
}

.navbar_icon_home.w--current {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar_icon_home.is-hidden.w--current {
  display: none;
}

.vectors-wrapper-2 {
  color: var(--text);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.frame-94 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.ver-ffentlichung {
  border: undefinedpx undefined undefined;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 0%, #ff902b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.kaufpreis {
  border-style: none;
  border-width: undefinedpx;
  color: var(--text);
  text-align: center;
  border-color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-27 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 5px;
  text-decoration: none;
  display: flex;
}

.ver-ffentlichung-2 {
  border-style: none;
  border-width: undefinedpx;
  color: #313131;
  text-align: center;
  text-transform: undefined;
  border-color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 19px;
  text-decoration: none;
  display: flex;
}

.blog {
  border-style: none;
  border-width: undefinedpx;
  color: #313131;
  text-transform: undefined;
  border-color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.navbar_button {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: 0;
}

.button_icon-left {
  grid-column-gap: 8px;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button_icon-left.is-white {
  border: 1px solid var(--text);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: none;
  color: var(--text);
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  display: none;
}

.button-text {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section_hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  text-decoration: none;
  display: flex;
}

.section_hero.is-agent {
  margin-top: 7rem;
}

.padding-global-2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/image_hero-man-back.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.container-large-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.padding-section-xxlarge {
  grid-row-gap: 64px;
  background-image: url('../images/image_about-us.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.padding-section-xxlarge.is-hero {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.padding-section-xxlarge.is-cta {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-xxlarge.is-faq {
  grid-row-gap: 2rem;
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.hero_content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_content-wrapper.is-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_copy {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero_copy.is-left {
  justify-content: center;
  align-items: center;
  width: 60%;
}

.hero_copy-wrapper {
  grid-row-gap: 42px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy_inner-wrapper {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-content {
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.frame-30 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-heading {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-h1 {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  line-height: 120%;
  display: block;
}

.hero_copy-h1.is-about {
  text-align: center;
}

.hero_buttons {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--orange);
  color: var(--text);
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  box-shadow: inset 0 3px 3px #00000040;
}

.button-2.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.button-2.is-icon {
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-2.is-white {
  border: 1px solid var(--white);
  color: var(--white);
  background-image: linear-gradient(#0000, #0000);
}

.button-2.is-large {
  width: 100%;
}

.button-2.is-hidden {
  display: none;
}

.button-text-2 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-2.is-hero {
  color: var(--text);
}

.button-3 {
  grid-column-gap: 8px;
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-3.is-hidden {
  display: none;
}

.button-3.is-dark {
  border-color: var(--text);
  color: var(--text);
  width: 100%;
  font-size: 1rem;
  display: flex;
}

.button-3.is-blanc {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff0;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 3px;
  transition: all .2s;
}

.button-3.is-blanc:hover {
  border-bottom: 2px solid var(--white);
  border-radius: 0;
  padding-bottom: 3px;
  text-decoration: none;
}

.button-3.is-close {
  margin-left: 0;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  display: block;
}

.button-text-3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-h1-0 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-h1-1 {
  color: var(--text);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-h1-1.is-white {
  color: var(--white);
}

.section_feature-01 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  text-decoration: none;
  display: flex;
}

.padding-global-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  text-decoration: none;
  display: flex;
}

.container-large-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1196px;
  text-decoration: none;
  display: flex;
}

.padding-section-medium {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.padding-section-medium.is-blanc {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.is-individual {
  padding-bottom: 4rem;
}

.padding-section-medium.is-marquee {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.is-feature {
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.is-social {
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.feature_content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  display: flex;
}

.feature_content-wrapper-left {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.left-colom {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_headline-h2 {
  font-size: 2.375rem;
  line-height: 1.25rem;
}

.feature_paragraph {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.feature_content-wrapper-right {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 10%;
}

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

.content-image {
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button_icon-right {
  grid-column-gap: 8px;
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-text-4 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-4.is-white {
  color: var(--white);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
}

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

.image_laptop-seller-1 {
  object-fit: fill;
  flex: 1;
}

.content-dots-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider-dots {
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.dot {
  background-color: var(--light-text);
  object-fit: cover;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.dot.is-active {
  background-color: var(--light-text);
  background-image: linear-gradient(#ffb525, #ff902b);
  border-color: #0000;
  box-shadow: 0 2px 5px #0003;
}

.process_copy-h2-0 {
  color: var(--text);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  text-decoration: none;
}

.process_copy-h2-1 {
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.ich-m-chte-als-privatperson-meine-immobilie-verkaufen-0 {
  color: #1b1b1b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.ich-m-chte-als-privatperson-meine-immobilie-verkaufen-1 {
  color: #ffb525;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section_feature-02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-global-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  text-decoration: none;
  display: flex;
}

.container-large-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1196px;
  text-decoration: none;
  display: flex;
}

.frame-98 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-99 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 442px;
  display: flex;
}

.frame-101 {
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 345px;
  padding: 32px;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.process_copy-h2-2 {
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.process_copy-h2-3 {
  color: #313131;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.ich-m-chte-als-privatperson-meine-immobilie-verkaufen-2 {
  color: #ffb525;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section_feature-03 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-global-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  text-decoration: none;
  display: flex;
}

.container-large-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1196px;
  text-decoration: none;
  display: flex;
}

.frame-102 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-103 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-104 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 442px;
  display: flex;
}

.frame-105 {
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 345px;
  padding: 32px;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.process_copy-h2-4 {
  color: #313131;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.process_copy-h2-5 {
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.ich-m-chte-als-privatperson-meine-immobilie-verkaufen-3 {
  color: #1b1b1b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.ich-m-chte-als-privatperson-meine-immobilie-verkaufen-4 {
  color: #ffb525;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section_attentionbreaker {
  background-color: #00000040;
  background-image: linear-gradient(#00000059, #00000059), url('../images/image_technology.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #d7d9e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_attentionbreaker.is-hidden {
  display: none;
}

.padding-global-6 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.container-large-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-section-xxlarge-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.attentionbreaker_content {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.copy-h2 {
  color: var(--background);
  text-align: center;
  text-transform: capitalize;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.copy-h2.is-dark, .copy-h2.is-black {
  color: var(--text);
}

.copy-h2.is-align_left {
  color: var(--text);
  text-align: left;
}

.copy-h2.is-align_left.is-off {
  color: var(--lighter-grey);
}

.attentionbreaker_content-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  text-decoration: none;
  display: flex;
}

.buttons-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 98px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.button-text-5 {
  color: var(--text);
  text-align: center;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.copy-h2-0 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.copy-h2-1 {
  letter-spacing: .03em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.section_why {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_why.is-hidden {
  display: none;
}

.padding-global-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.container-large-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-section-medium-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.process_copy-h2-6 {
  text-align: center;
  width: 100%;
}

.process_copy-paragraph {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.process_copy-h2-7 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.process_copy-h2-8 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.section_features-01 {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.padding-global-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.container-large-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-section-xxlarge-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.feature_content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_content-outer-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_content-inner-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.process_content-title {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.process_content-inner-wrapper-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process_content-wrapper-right {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.feature_item-wrapper-top {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.feature_item {
  grid-row-gap: 2rem;
  background-color: var(--light-text);
  border: 2px solid #0000001a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.feature_item.is-bottom {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.feature_text-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.section-indicator {
  border-style: solid;
  border-width: 1px;
  border-color: #797979 var(--text-light-grey) #797979 #797979;
  background-color: var(--white);
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.section-indicator-2 {
  color: var(--text-light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.marktanalyse-und-preisermittlung-deiner-immobilie {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  text-decoration: none;
}

.interessenten_copy {
  color: var(--text-light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.feature_image-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.feature_image-wrapper.is-flex {
  display: flex;
  overflow: hidden;
}

.frame-110 {
  grid-row-gap: 10px;
  background-color: #000000b3;
  border: 1px solid #c6c6c6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 505px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.sidebar-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sidebar_header {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.dashboard-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon_control-center-1 {
  object-fit: cover;
}

.process_copy-h2-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.sidebar_copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.tab {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-2 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.icon_chevron-1 {
  object-fit: cover;
  position: absolute;
  top: 14px;
  left: 256px;
}

.tab-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 4px 4px #00000040;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.tab-3 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.feature_headline {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-48 {
  box-shadow: none;
  object-fit: cover;
  border-radius: 16px;
}

.feature_item-wrapper-bottom {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-25 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process_step-2 {
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 2px solid #0000001a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 721px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.section-indicator-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #797979 var(--text-light-grey) #797979 #797979;
  background-color: var(--white);
  border-radius: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.frame-113 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-114 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.process_copy-h2-11 {
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.process_copy-h2-12 {
  color: #797979;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.process_copy-h2-13 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 0%, #ff902b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.section_pricing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_pricing.is-hidden {
  display: none;
}

.padding-global-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.blog_content {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: flex-start center;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.blog_content-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog_content-hero {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog_copy-h2 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.blog_copy-paragraph-1 {
  color: var(--light-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tabs-wrapper {
  grid-column-gap: 2rem;
  border: 1px solid var(--light-grey);
  background-color: var(--light-text);
  color: var(--text);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 2rem;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 2%;
  box-shadow: inset 0 4px 4px #00000040;
}

.tabs-wrapper.is-absolute {
  grid-column-gap: .25rem;
  background-color: var(--light-text);
  position: absolute;
  top: 5%;
}

.horizontal-nav-item {
  grid-column-gap: .5rem;
  box-shadow: none;
  background-color: #ddd0;
  background-image: none;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.horizontal-nav-item:hover {
  background-color: var(--light-grey);
}

.horizontal-nav-item.w--current {
  grid-column-gap: .5rem;
  background-image: linear-gradient(#ffb525, #ff902b);
  box-shadow: 0 4px 4px #00000040;
}

.horizontal-nav-item.is-selected {
  background-image: linear-gradient(#ffb525, #ff902b);
  box-shadow: 0 4px 4px #00000040;
}

.wrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: var(--text);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.horizontal-nav-item-2 {
  grid-column-gap: 4px;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.text-5 {
  grid-column-gap: 8px;
  background-color: #fff0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-indicator-4 {
  color: var(--text);
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.section-indicator-4.is-hidden {
  opacity: 0;
}

.text-6 {
  color: var(--text);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.blog_content-posts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog_article-01 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.frame-115 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-top: 3px solid #0000;
  border-left: 3px solid #0000;
  border-right: 3px solid #0000;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.section-indicator-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-indicator-6 {
  color: var(--text);
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section-indicator-7 {
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: var(--text-light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-7.is-small {
  white-space: nowrap;
  margin-right: auto;
  font-size: .8rem;
}

.text-7.is-new {
  display: block;
}

.frame-116 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.preis-ermitteln {
  color: #313131;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-117 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-indicator-8 {
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.blog_content-buttons {
  grid-column-gap: 8px;
  border: 1px solid var(--text);
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-text-6 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-118 {
  grid-row-gap: 1rem;
  background-color: var(--light-text);
  border-bottom: 3px solid #0000;
  border-left: 3px solid #0000;
  border-right: 3px solid #0000;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  padding: 1rem 2rem 2rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.text-8 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.frame-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process_step-3 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.marktanalyse-und-preisermittlung-deiner-immobilie-2 {
  color: var(--text);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-9 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.blog_article-02 {
  border-style: undefined undefined none;
  border-width: 3px;
  border-color: undefined undefined var(--orange);
  box-shadow: none;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.frame-119 {
  grid-row-gap: 1rem;
  border: 3px solid #0000;
  border-bottom-style: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding: 2rem 2rem 1rem;
  text-decoration: none;
  display: flex;
}

.frame-119.is-orange {
  border-style: solid solid none;
  border-width: 3px 3px 1px;
  border-color: var(--orange);
}

.section-indicator-9 {
  background-color: var(--light-text);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.section-indicator-9.is-hidden {
  opacity: 0;
}

.pricing_button {
  grid-column-gap: 8px;
  background-image: linear-gradient(0deg, #000 0%, #666 100%);
  border: 1px solid #313131;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.frame-120 {
  grid-row-gap: 1rem;
  border: 3px solid #0000;
  border-top-style: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding: 1rem 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.frame-120.is-orange {
  grid-row-gap: 1rem;
  border-right: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 2rem 2rem;
}

.blog_article-03 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.process_step-4 {
  grid-row-gap: 16px;
  background-color: var(--light-text);
  border: 1px solid #0000001a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 120px;
  text-decoration: none;
  display: flex;
}

.frame-121 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.marktanalyse-und-preisermittlung-deiner-immobilie-3 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.process_step-5 {
  grid-column-gap: 60px;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.frame-122 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.marktanalyse-und-preisermittlung-deiner-immobilie-4 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-10 {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.preis-ermitteln-0 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.preis-ermitteln-1 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.preis-ermitteln-3 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section_blog {
  background-color: var(--light-text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_blog.is-white {
  background-color: var(--white);
}

.padding-global-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.blog_content-hero-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
}

.blog_copy-h2-2 {
  color: var(--text);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.blog_copy-paragraph-3 {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.blog_post-01 {
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog_post-01:hover {
  box-shadow: 0 4px 4px #0003;
}

.icon_evaluation {
  object-fit: cover;
  border: 1px solid #d7d9e3;
  border-bottom-width: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

.blog_post-content-wrapper {
  grid-row-gap: 20px;
  background-color: var(--light-text);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog_post-content-wrapper.is-white {
  background-color: var(--white);
}

.section-indicator-10 {
  border: 1px solid var(--text-light-grey);
  background-color: var(--white);
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.section-indicator-11 {
  color: var(--text-light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.preis-ermitteln-4 {
  color: #313131;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-11 {
  color: var(--text-light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.blog_post-02 {
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.blog_post-02:hover {
  box-shadow: 0 4px 4px #0003;
}

.preis-ermitteln-5 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.blog_content-buttons-3 {
  grid-column-gap: 8px;
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-text-7 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15.9996px;
  height: 16.0005px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 60px;
  color: var(--text);
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 57.725px;
  text-decoration: none;
  display: flex;
}

.footer_icon-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.preis-ermitteln-6 {
  color: var(--background);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer_icons {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.8645px;
  height: 37.11px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.791px;
  height: 37.036px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.7552px;
  height: 37px;
  text-decoration: none;
  display: flex;
}

.footer_colum-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.footer_colum-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer_colum-left.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_title {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer_headling {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer_links {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #c6c6c6;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.text-12:hover {
  border-bottom: 1px solid var(--orange);
}

.text-12.is-hidden {
  vertical-align: baseline;
}

.footer_colum-subscription-form {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.preis-ermitteln-8 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer_newsletter-form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-inputfield {
  background-color: var(--background);
  color: var(--text-light-grey);
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 4px 4px #00000040;
}

.e-mail-adresse {
  color: #8c8c8c80;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-8 {
  color: #1b1b1b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer_legal-outer-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.footer_legal-wrapper {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer_text-copyright {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer_datenschutz {
  color: #c6c6c6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  transition: color .2s;
}

.footer_datenschutz:hover {
  border-bottom: 1px none var(--orange);
  color: var(--orange);
}

.flag {
  z-index: 10;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem .5rem;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 10rem 0 auto auto;
  box-shadow: 0 4px 4px #00000040;
}

.flag_icon-mail {
  color: var(--text);
  width: 2rem;
  height: auto;
  font-size: 2rem;
  display: block;
  overflow: visible;
}

.vectors-wrapper-20 {
  color: var(--text);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.9987px;
  height: 32px;
  margin-left: 3px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--text);
  text-align: center;
  border: 2px solid #0000;
  align-items: stretch;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.nav-link:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #0000 #0000 var(--orange);
}

.nav-link.w--current {
  color: var(--orange);
  border: 2px solid #0000;
  flex: 0 auto;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-weight: 400;
}

.nav-link.is-dropdown {
  border-bottom-style: none;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.nav-link.is-exception {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.nav-link.is-exception.is-hidden {
  display: none;
}

.brand {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--text);
  width: 10rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  left: 0;
  right: auto;
}

.image-49 {
  width: 10rem;
}

.body {
  background-color: var(--background);
  font-family: Inter, sans-serif;
}

.heading-53 {
  color: #fff;
}

.text-13 {
  color: var(--text);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.section_feature {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_feature.is-hidden {
  display: flex;
}

.dropdown-toggle {
  border-bottom: 2px solid #0000;
  padding: 0;
  display: flex;
}

.dropdown-toggle-2 {
  border-bottom: 2px solid #0000;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.feature_content-1 {
  width: 50%;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.feature_content-left-1 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.feature_content-left-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: none;
}

.feature_content-right-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.feature_content-wrapp {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  text-decoration: none;
  display: flex;
}

.feature_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.feature_content-right-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.icon, .icon-2 {
  margin-left: 4px;
  margin-right: 0;
  position: static;
}

.feature_content-right-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-26, .text-span-27 {
  color: var(--orange);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #ff902b, #ffb525);
  -webkit-background-clip: text;
  background-clip: text;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 2rem;
  width: 100%;
  height: auto;
  margin-left: 4rem;
  margin-right: 4rem;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.icon-3, .icon-4 {
  color: var(--text);
  font-size: 1.5rem;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  left: -6.5rem;
}

.arrow-background {
  background-image: linear-gradient(to bottom, var(--light-text), var(--light-text));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.arrow-background:hover {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  box-shadow: 0 0 4px 1px #0003;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -6.5rem;
}

.button-4 {
  grid-column-gap: 8px;
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #1fb7cd00;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-4:hover {
  color: var(--white);
}

.button-4.is-white {
  grid-column-gap: 0px;
  background-color: var(--white);
  border-style: none;
  border-width: 1px;
  font-size: 1rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-4.is-white:hover {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #666, var(--black));
  box-shadow: 0 4px 4px #0003;
}

.button-4.is-mono {
  white-space: nowrap;
  border-style: none;
}

.button-4.is-mono:hover {
  color: var(--text);
}

.button-4.is-hidden {
  display: none;
}

.paragraph-85 {
  text-align: center;
  margin-bottom: 0;
}

.link-block {
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.code-embed {
  color: var(--text);
  font-size: 14px;
  transform: rotate(-90deg);
}

.text-span-28 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block-2 {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.heading-86 {
  white-space: nowrap;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.benefits_item-hover-3 {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  background-image: linear-gradient(#0006, #0006), url('../images/patch-2423428.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefits_item-hover-3:hover {
  opacity: 1;
  display: flex;
}

.benefits_item-hover-1 {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  background-image: url('../images/Bild_2024-07-21_204724610.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 20px 4px #0003;
}

.benefits_item-hover-1:hover {
  opacity: 1;
  display: flex;
}

.benefits_item-hover-1.is-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Image_price-calculation.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 1.5rem;
  display: flex;
}

.benefits_item-hover-1.is-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/image_hone-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 1.5rem;
  display: flex;
}

.benefits_item-hover-1.is-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/image_insights-knowledge.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefits_item-hover-1.is-5 {
  background-image: linear-gradient(#0006, #0006), url('../images/image_hover-listing_square.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
}

.benefits_item-button-hover {
  background-color: #f80;
  border: 1px solid #f80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.benefits_item-button-hover.gradient-orange {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-style: none;
}

.benefits_item-headline-hover {
  color: #fff;
  text-align: center;
  white-space: normal;
  align-self: auto;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

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

.heading-85 {
  color: var(--text);
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

.html-embed_white {
  color: var(--white);
  width: 3.75rem;
  height: 3.75rem;
}

.html-embed-6 {
  color: #f80;
  width: 9.375rem;
  height: 6.25rem;
}

.heading-55 {
  color: gray;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
}

.benefits_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.benefits_item-headline {
  color: var(--text);
  text-align: center;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

.benefits_item-hover-3-copy {
  z-index: 1;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  opacity: 0;
  background-image: linear-gradient(#0006, #0006), url('../images/image_ausschachtung.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefits_item-hover-3-copy:hover {
  opacity: 1;
  display: flex;
}

.benefits_item-button {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: none;
  position: relative;
}

.benefits_item-hover-4 {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  background-image: linear-gradient(#0006, #0006), url('../images/image_aussenanlage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefits_item-hover-4:hover {
  opacity: 1;
  display: flex;
}

.cell-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  padding: 0;
  position: relative;
}

.benefits_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--light-grey);
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-hover {
  color: #fff;
  margin: auto;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.heading-56 {
  color: var(--text);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.benefits_item-paragraph {
  color: gray;
  text-align: center;
  font-size: .8rem;
}

.heading-84 {
  color: var(--text);
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
}

.icon-5 {
  color: #f80;
  margin: auto;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.paragraph-88 {
  color: gray;
  font-size: 1rem;
  line-height: 1.5rem;
}

.benefits_item-paragraph--hover {
  color: #fff;
  text-align: center;
  font-size: .8rem;
}

.button-5 {
  color: gray;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #bbb;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button-5:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-5.is-primary {
  transition: box-shadow .2s;
}

.button-5.is-primary:hover {
  box-shadow: 0 2px 5px #0003;
}

.text-span-29 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.process_content-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_content-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-87 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.code-embed-2 {
  color: var(--orange);
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(180deg, #666, var(--black));
  color: var(--white);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s, color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 3px 3px #00000040;
}

.button-6:hover {
  color: var(--text);
  background-image: linear-gradient(#ffb525, #ff902b);
  box-shadow: inset 0 3px 3px #00000040;
}

.button-6.is-icon {
  padding-top: 6px;
  padding-bottom: 6px;
}

.section_hero-agent {
  background-image: url('../images/image_hero-agents.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 7rem;
  text-decoration: none;
  display: flex;
}

.button-3-icon {
  grid-column-gap: 8px;
  background-color: #1fb7cd00;
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: none;
}

.button-3-icon:hover {
  background-image: linear-gradient(180deg, #666, var(--black));
  border-style: solid;
  border-color: #0000;
}

.button-3-icon.is-hidden {
  display: none;
}

.section_features-02 {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process_copy-h2-14 {
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  text-decoration: none;
}

.feature_title-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.copy-h2-dark {
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
}

.slider_content-wrapper {
  grid-column-gap: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.slider_content-wrapper-left {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.slider_content-wrapper-right {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 16rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
}

.button-text-3-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  display: none;
}

.blog_post-image-wrapper {
  width: 100%;
}

.link-block_footer-logo {
  width: 13.75rem;
}

.link-block_footer-logo.w--current {
  margin-left: auto;
  margin-right: auto;
}

.pricing_divider-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
}

.pricing_copy-paragraph-1 {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.section_uvp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.uvp_content-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.uvp_content-wrapper-left {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 210vh;
  text-decoration: none;
  display: flex;
}

.uvp_content-left-1 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.uvp_headline-h2 {
  color: var(--text);
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.feature_headline-h2-copy {
  font-size: 2.375rem;
  line-height: 1.25rem;
}

.uvp_paragraph {
  color: var(--text-light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.uvp_content-left-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.uvp_content-wrapper-right {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 70vh;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0%;
}

.uvp_content-right-1, .uvp_content-right-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uvp_content-right-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.uvp_content-left-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.horizontal-nav-item-3 {
  grid-column-gap: 4px;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.tab-pane-j-hrlich {
  width: 100%;
}

.tabs-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_newsletter-text-wrapper {
  color: #c6c6c6;
  border-bottom: 1px #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.footer_newsletter-text-wrapper:hover {
  border-bottom: 1px none var(--orange);
}

.social-media_icon {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.social-media_icon.facebook.is-hero, .social-media_icon.instagram.is-hero, .social-media_icon.linkedin.is-hero {
  border-color: var(--text-light-grey);
  background-color: var(--white);
  color: var(--text-light-grey);
}

.code-embed-3 {
  color: var(--text-light-grey);
  width: 1.2rem;
  height: 1.5rem;
}

.code-embed-3.is-small {
  color: var(--text-light-grey);
  text-align: center;
  width: 1.5rem;
  margin-top: 5px;
}

.code-embed-4 {
  width: 2.6rem;
}

.flag_icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.paragraph-89 {
  color: var(--text);
  font-size: 1rem;
}

.paragraph-90 {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.paragraph-90:hover {
  text-decoration: underline;
}

.gradient-orange {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffb525, #ff902b);
  background-clip: padding-box;
}

.gradient-black {
  background-image: linear-gradient(180deg, #666, var(--black));
}

.logo-header {
  height: 3rem;
  margin-right: .5rem;
}

.logo-header.is-hidden {
  display: none;
}

.logo_footer {
  color: var(--background);
}

.feature_image {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.dropdown-list {
  border-radius: .5rem;
  margin-top: 0;
}

.dropdown-list.w--open {
  color: var(--white);
  background-color: #2d3748;
  margin-top: 1.5rem;
}

.dropdown-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.dropdown-link:hover {
  color: var(--orange);
}

.dropdown-link-2 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.dropdown-link-2:hover {
  color: var(--orange);
}

.dropdown-link-3 {
  color: var(--white);
}

.dropdown-link-3:hover {
  color: var(--orange);
}

.dropdown-list-2 {
  border-radius: .5rem;
  margin-top: 1.5rem;
}

.dropdown-list-2.w--open {
  background-color: #2d3748;
  margin-top: 1.5rem;
  overflow: hidden;
}

.dropdown-link-4 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.dropdown-link-4:hover {
  color: var(--orange);
}

.dropdown-link-5 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.dropdown-link-5:hover {
  color: var(--orange);
}

.dropdown-link-6 {
  color: var(--white);
}

.dropdown-link-6:hover {
  color: var(--orange);
}

.flag_icon_bug {
  width: 2rem;
  max-width: 100%;
  height: auto;
  font-size: 2rem;
  overflow: visible;
}

.pricing_content-button {
  grid-column-gap: 8px;
  border: 1px solid var(--text);
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.pricing_button-2 {
  grid-column-gap: 8px;
  background-image: linear-gradient(0deg, #000 0%, #666 100%);
  border: 1px solid #313131;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.footer_newsletter {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-text {
  color: var(--light-text);
  border-bottom: 1px #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.footer_newsletter-text:hover {
  border-bottom: 1px none var(--orange);
}

.footer_newsletter-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text);
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.footer_newsletter-button:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.footer_newsletter-button.is-icon {
  padding-top: 9px;
  padding-bottom: 9px;
}

.form-block {
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
}

.form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form.is-center {
  flex-flow: column;
}

.success-message-2 {
  color: var(--text);
  background-color: #8bff8b;
  border-radius: 1rem;
  padding: 12px 24px;
}

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

.error-message-2 {
  border-radius: 1rem;
  padding: 12px 24px;
}

.button-orange {
  grid-column-gap: 8px;
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #1fb7cd00;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-orange:hover {
  color: var(--white);
}

.button-orange.is-white {
  grid-column-gap: 0px;
  background-color: var(--white);
  border-width: 1px;
  font-size: 1rem;
  transition: color .2s, background-color .2s;
}

.button-orange.is-white:hover {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #666, var(--black));
  box-shadow: 0 4px 4px #0003;
}

.button-orange.gradient-orange {
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  background-clip: padding-box;
  border-style: none;
  border-color: #ffb52500;
  padding: .75rem 1.5rem;
  font-weight: 400;
  box-shadow: 0 3px 3px #00000040;
}

.button-orange.gradient-orange:hover {
  color: var(--text);
  box-shadow: inset 0 3px 3px #00000040;
}

.section_hero-privat {
  background-image: url('../images/image_hero-buying.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 7rem;
  text-decoration: none;
  display: flex;
}

.text-span-30 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.section_timeline {
  z-index: -3;
  background-color: var(--light-text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.process_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.line_03 {
  z-index: 5;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.h1 {
  z-index: 15;
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 70px;
  position: absolute;
}

.white_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.body-detail {
  color: #4e5d78;
  text-align: center;
  letter-spacing: .3px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

.ring_01 {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.dot_container {
  z-index: 50;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.h4 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.process-wrap {
  flex-wrap: wrap;
  flex: 1;
  max-width: 1140px;
  display: none;
  position: relative;
}

.heading-large {
  color: #041434;
  text-align: center;
  letter-spacing: -.03em;
  margin: 0 auto 15px;
  font-size: 58px;
  line-height: 72px;
}

.line_01 {
  z-index: 5;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  position: absolute;
}

.plain_text {
  color: var(--text-light-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.process_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.green_dot {
  z-index: 9;
  background-color: var(--orange);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.green_dot.gradient-orange {
  background-color: var(--white);
}

.line_02 {
  z-index: 5;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.pricing_copy-paragraph-1-copy {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.section_tools {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_tools.is-hidden {
  display: none;
}

.section_features-private {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.text_gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.diy.on-hover {
  border-bottom: 1px solid var(--text-light-grey);
  cursor: help;
}

.diy.text_gradient-orange.on-hover {
  border-bottom-style: none;
}

.hover_modal {
  background-color: #0009;
  border-radius: 1rem;
  padding: 1rem;
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 3.5rem;
}

.hover_modal._2 {
  display: none;
  inset: auto 3rem .5rem auto;
}

.paragraph-91 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.tools_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, var(--light-text), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.paragraph-92 {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 700;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--text);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .2s;
  display: grid;
}

.timeline_right:hover {
  box-shadow: 0 4px 4px #00000040;
}

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

.timeline_centre {
  justify-content: center;
  width: 100%;
  display: flex;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(180deg, var(--light-text), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: var(--text-light-grey);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_image-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: 3rem;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

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

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ffb525, #ff7900 51%, #ffb525);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--light-grey);
  color: var(--text-light-grey);
  background-image: none;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 4.6%;
}

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

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_circle {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  box-shadow: 0 0 0 8px var(--light-text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section_process {
  z-index: 0;
  background-color: var(--light-text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.timeline_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.section_spacer {
  background-color: var(--light-text);
  height: 7.5rem;
  position: relative;
}

.timeline_heading {
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 1.5rem;
}

.divider {
  background-color: var(--light-grey);
  color: var(--text);
  width: 100%;
  height: 2px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.link-block-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.timeline_subheadline {
  color: var(--text-light-grey);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

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

.code-embed-6 {
  width: 10rem;
  height: 10rem;
}

.section_listing {
  z-index: 0;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.listing_item {
  border: 1px solid var(--light-grey);
  background-color: var(--light-text);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.listing_item.is-active {
  transition: background-color .2s, box-shadow .2s;
}

.listing_item.is-active:hover {
  background-color: var(--light-grey);
  box-shadow: inset 0 4px 4px #00000040;
}

.div-block-2 {
  background-color: var(--dark-grey);
  border-radius: 1rem;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: -12% auto auto;
}

.paragraph-94 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
}

.code-embed-7, .code-embed-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-31 {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
}

.section_hero-about {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  text-decoration: none;
  display: flex;
}

.hero_copy-paragraph {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.bold-text {
  color: var(--text);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 3.3rem;
}

.hero_image {
  background-image: url('../images/Bild_2024-10-05_120410090.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.section_team {
  padding-top: 0;
}

.section_pricing-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_pricing-copy.is-hidden {
  display: none;
}

.section_pricing-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_pricing-copy-copy.is-hidden {
  display: none;
}

.team_content {
  box-sizing: border-box;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.team_content-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team_content-hero {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team_heading-h2 {
  color: #313131;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.team_paragraph {
  border-left: 4px solid var(--text);
  color: var(--text);
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.team_tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team_tabs-wrapper {
  grid-column-gap: 2rem;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--text);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 2rem;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 2%;
  box-shadow: inset 0 4px 4px #00000040;
}

.team_tabs-wrapper.is-absolute {
  grid-column-gap: .25rem;
  background-color: var(--light-text);
  position: absolute;
  top: 5%;
}

.team_tabs-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.tab-pane-team, .tab-pane-berater {
  width: 100%;
}

.team_content-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team_wrapper {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: flex-start center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.team_member-01 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.team_member-02 {
  border-style: undefined undefined none;
  border-width: 3px;
  border-color: undefined undefined var(--orange);
  box-shadow: none;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.team_member-03 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.paragraph-95 {
  color: var(--text-light-grey);
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.team_member-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: static;
}

.team_member-image {
  background-image: url('../images/Bild_2024-10-05_122104172.png'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  border-radius: 1rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.team_member-image.is-tom {
  background-image: url('../images/Bild1_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 250px;
}

.team_member-image.is-phil {
  background-image: url('../images/Bild3_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 250px;
}

.team_member-image.is-adrian {
  background-image: url('../images/Bild6_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 250px;
}

.team_member-image.is-daniel {
  background-image: url('../images/Bild_2024-10-05_123217395.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% 100%, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 90%, 200%, auto;
}

.team_member-image.is-gabriel {
  background-color: var(--white);
  background-image: url('../images/Bild3_11_2.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% 0, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, 200%, auto;
}

.team_member-image.is-eddy {
  background-image: url('../images/Bild_2024-10-05_123333001.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(#fff, #fff);
  background-position: 50% 100%, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 90%, 200%, auto;
}

.team_member-image.is-new {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.team_member-image.is-dee {
  border: 1px solid var(--light-grey);
  background-image: url('../images/Bild2_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 250px;
  padding-top: 0%;
  display: block;
}

.team_member-image.is-janith {
  background-image: url('../images/Bild8_2.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% -100%, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, 200%, auto;
}

.team_member-image.is-isira {
  background-image: url('../images/Bild3_9_2.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% 100%, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 95%, 200%, auto;
}

.team_member-image.is-murat {
  background-image: url('../images/Bild3_10_2.png'), url('../images/276_02_2019_blur.jpg'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50% 100%, 50% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 90%, 200%, auto;
}

.team_member-image.is-dennis {
  background-image: url('../images/Bild10_1-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 0, 0 0;
  height: 250px;
}

.team_member-image.is-florian {
  background-image: url('../images/Bild7_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 250px;
}

.body-3 {
  background-color: var(--background);
  font-family: Inter, sans-serif;
}

.team_member {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 350px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.team_member:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 4px #00000040;
}

.team_member.is-dee.is-hidden, .team_member.is-hidden {
  display: none;
}

.mission_content {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: flex-start center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.mission_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mission_content-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--light-text);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
}

.mission_content-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--light-text);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  display: flex;
}

.heading-88 {
  text-transform: uppercase;
}

.heading-89 {
  color: var(--text);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 120%;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  text-transform: uppercase;
}

.bold-text-5 {
  text-transform: capitalize;
  font-size: 1rem;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  text-transform: uppercase;
}

.heading-90 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.paragraph-96 {
  color: var(--text-light-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.code-embed-9 {
  width: 4rem;
}

.paragraph-97 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 150%;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.hero_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.hero_buttons-wrapper.is-center {
  justify-content: center;
  align-items: center;
}

.code-embed-10 {
  font-size: 1rem;
}

.button-text-1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-1.is-hero {
  color: var(--white);
}

.div-block-3 {
  width: 100%;
}

.hero_icons-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 5rem;
  display: grid;
  overflow: visible;
}

.hero_icons-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_icons-marquee {
  width: 94%;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 5rem;
  max-height: 5rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.logos-marquee {
  width: 100%;
}

.paragraph-98 {
  color: var(--text-light-grey);
  white-space: normal;
  word-break: keep-all;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.code-embed-11 {
  color: var(--text-light-grey);
  width: 2rem;
  height: 2rem;
}

.code-embed-12 {
  width: 2rem;
  height: 2rem;
}

.code-embed-13 {
  color: var(--white);
  width: 2rem;
  height: 2rem;
}

.section_searchbar {
  z-index: 20;
  background-color: var(--background);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5rem;
}

.section_searchbar.is-homepage {
  position: static;
}

.text-field-6 {
  border-radius: .5rem;
  margin-bottom: 0;
}

.padding-section-search {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(#666, #000);
  border-radius: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0 4px 4px #0003;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.text-field-5 {
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.container-large-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.form-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.searchbar-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: inset 0 4px 4px #0003;
}

.padding-global_search {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 5rem;
}

.text-field-8, .text-field-7 {
  border-radius: .5rem;
  margin-bottom: 0;
}

.listing-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listing_item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: .5rem;
  display: grid;
}

.listing-item {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/room-interior-hotel-bedroom.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2rem;
  width: 100%;
  padding-top: 100%;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-item:hover {
  box-shadow: 0 4px 4px #0003;
}

.listing-item.is-1 {
  transition-property: box-shadow;
}

.listing-item.is-2 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/modern-styled-entryway.jpg');
  transition-property: box-shadow;
}

.listing-item.is-3 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/interior-space-decorated-boho-style.jpg');
  transition-property: box-shadow;
}

.listing-item.is-4 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/small-kitchen-space-with-modern-design.jpg');
  transition-property: box-shadow;
}

.listing-item.is-5 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/44516.jpg');
  transition-property: box-shadow;
}

.listing-item.is-6 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/colorful-houses-buildings-city-reykjavik.jpg');
  transition-property: box-shadow;
}

.listing-item.is-7 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/5316.jpg');
  transition-property: box-shadow;
}

.listing-item.is-8 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/11198.jpg');
  transition-property: box-shadow;
}

.listing-item.is-9 {
  background-image: linear-gradient(0deg, #00000080, #fff0 35%), url('../images/cozy-german-house-street-germany.jpg');
  transition-property: box-shadow;
}

.heading-91 {
  font-size: 3rem;
}

.paragraph-99 {
  font-size: 1.25rem;
}

.paragraph-100 {
  color: var(--text-light-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.listing_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-92 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.listing_item_overlay-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  top: 0;
}

.isting_item_overlay-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-13 {
  width: 100%;
  height: auto;
}

.mask-3 {
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.slide-14, .slide-15 {
  width: 100%;
  height: auto;
}

.left-arrow-4 {
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  inset: -18% 7% auto auto;
}

.icon-6 {
  color: var(--text);
  font-size: 1rem;
}

.right-arrow-3 {
  background-image: linear-gradient(180deg, #666, var(--black));
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  inset: -18% 0% auto auto;
  box-shadow: 0 4px 4px #0003;
}

.icon-7 {
  font-size: 1rem;
}

.div-block-4, .div-block-5 {
  width: auto;
}

.overlay-price {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.overlay-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.overlay_price-location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-101 {
  font-size: 1.625rem;
}

.paragraph-102 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.code-embed-14 {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.paragraph-103 {
  color: var(--white);
  margin-bottom: 0;
  font-size: .7rem;
}

.detail-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.detail-item.is-center {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.detail-item.is-right {
  padding-right: 0;
}

.detail-item.is-left {
  padding-left: 0;
}

.detail_room-number {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.detail_room-class {
  color: var(--white);
  margin-bottom: 0;
  font-size: .7rem;
}

.overlay-pill {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--text);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.overlay-pill.is-orange {
  background-image: linear-gradient(#ffb525, #ff902b);
}

.paragraph-104 {
  color: var(--text);
  margin-bottom: 0;
  font-size: .8rem;
}

.code-embed-15 {
  color: var(--text);
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.slide-13-copy {
  width: 100%;
  height: auto;
}

.section_searchbar-copy, .section_listing_overview, .section_how-it-works {
  flex-flow: column;
  display: flex;
}

.iframe_content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.iframe_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  margin-bottom: 2rem;
  display: flex;
}

.iframe_content-wrapper {
  background-color: #1e1e1e;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 564px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.hiw_step {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  display: flex;
  position: relative;
}

.paragraph-105 {
  font-weight: 700;
}

.code-embed-16 {
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.code-embed-16.is-one {
  width: 1.6rem;
  height: 1.6rem;
}

.div-block-6 {
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.div-block-7 {
  opacity: .5;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  box-shadow: 0 4px 4px #0003;
}

.hiw_number-wrapper {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
}

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

.paragraph-106 {
  color: var(--text-light-grey);
  text-align: center;
}

.heading-94 {
  text-align: center;
  font-size: 1rem;
}

.code-embed-17 {
  color: var(--text);
  width: 100%;
  position: absolute;
  inset: 10% 0% 0%;
}

.button-2-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text);
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px #00000040;
}

.button-2-copy:hover {
  box-shadow: inset 0 3px 3px #00000040;
}

.button-2-copy.is-icon {
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-2-copy.is-white {
  border: 1px solid var(--white);
  color: var(--white);
  background-image: linear-gradient(#0000, #0000);
}

.why_content-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.why_content-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.why_content-image {
  background-image: url('../images/Bild_2025-02-21_162048376.png');
  background-position: 65% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2rem;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: -8% 0% 0% auto;
  box-shadow: 0 4px 4px #0003;
}

.why_content-image.is-agent {
  background-image: url('../images/Bild_2025-02-21_162048376.png');
  background-position: 68% 85%;
  background-size: auto 120%;
}

.why_content-image.is-home {
  background-image: none;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.why_content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-51 {
  width: 9.375rem;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-tab-1-2 {
  background-image: url('../images/image_laptop-seller-1_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-1-2.is-agent {
  background-image: url('../images/image_laptop-listing.png');
  background-size: 120%;
}

.tab-pane-tab-1-2.is-home {
  background-image: url('../images/image_laptop-exposé.png');
  background-size: 120%;
}

.tab-pane-tab-2-2 {
  background-image: url('../images/image_laptop-boost.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3-2 {
  background-image: url('../images/image_laptop-carussel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 100%;
  height: 100%;
}

.item-headline {
  color: var(--text);
  text-align: left;
  white-space: nowrap;
  align-self: auto;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 600;
}

.item-paragraph {
  color: var(--text-light-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tab-link-tab-1 {
  border-left: 3px solid var(--white);
  background-color: var(--white);
  opacity: .75;
  padding: 1rem 2rem;
}

.tab-link-tab-1.w--current {
  border-left: 3px solid var(--orange);
  background-color: var(--white);
  opacity: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.tab-link-tab-2 {
  border-left: 3px solid var(--white);
  background-color: var(--white);
  opacity: .75;
  padding: 1rem 2rem;
}

.tab-link-tab-2.w--current {
  border-left-color: var(--orange);
  background-color: var(--white);
  opacity: 100;
}

.tab-link-tab-3 {
  border-left: 3px solid var(--white);
  background-color: var(--white);
  opacity: .75;
  padding: 1rem 2rem;
}

.tab-link-tab-3.w--current {
  border-left-color: var(--orange);
  background-color: var(--white);
  opacity: 100;
}

.code-embed-18 {
  width: 1rem;
  height: 1rem;
}

.paragraph-107 {
  color: var(--text-light-grey);
  margin-bottom: 0;
  font-size: .875rem;
}

.button-7 {
  color: var(--text-light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_features {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_features.is-hidden {
  display: none;
}

.section_features.is-dark {
  background-color: var(--dark-background);
  display: flex;
}

.section_cta {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 1rem;
  display: flex;
}

.buttons-wrapper.is-pricing {
  margin-top: 0;
}

.button-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-8:hover {
  color: var(--text);
}

.button-8.is-icon {
  padding-top: 6px;
  padding-bottom: 6px;
}

.image-52 {
  width: 40%;
}

.text-span-34, .text-span-35, .text-span-36 {
  text-decoration: underline;
}

.padding-global_listing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button-white {
  grid-column-gap: 8px;
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.button-white:hover {
  color: var(--white);
  box-shadow: inset 0 2px 5px #0003;
}

.hero_copy-content-2 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#36363680, #36363680), url('../images/image_bricks.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero_copy-h1-2 {
  color: var(--white);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-45 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 116px;
  left: -.5px;
}

.frame-160 {
  grid-row-gap: 48px;
  perspective: 1000px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.frame-159 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-buttons-3 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-157 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto;
}

.text-27 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-108 {
  color: var(--light-text);
  width: 90%;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.shine-wrap {
  opacity: .3;
  filter: blur(60px);
  mix-blend-mode: lighten;
  background-color: #fff;
  border-radius: 50%;
  flex: 0 auto;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: auto;
}

.button-text-20 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-21 {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-158 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.hero_copy-heading-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.text-29 {
  color: #eee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-blue {
  color: var(--text);
  white-space: nowrap;
  word-break: normal;
  background-color: #1ebcef;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-blue:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

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

.text-span-38 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-9 {
  width: 100%;
  max-width: 80rem;
}

.frame-123 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-01 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.padding-global-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5rem 6rem;
  text-decoration: none;
  display: flex;
}

.section_counter-01 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.text-16 {
  color: #313131;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container-large-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.frame-124 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: auto;
  height: 100%;
  display: grid;
}

.text-15 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.what_content-wrapper {
  position: relative;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.frame-79 {
  grid-row-gap: 32px;
  background-image: url('../images/image_laptop-control-center.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_copy-buttons {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.button-white-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 2px solid #274585;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-white-2:hover {
  background-image: linear-gradient(#0000000d, #0000000d), linear-gradient(#fff, #fff);
  box-shadow: inset 0 2px 5px #0003;
}

.container-large-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.frame-125 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: grid;
}

.video {
  background-color: #0000001a;
  border: 1px solid #0000001a;
  width: 100%;
  height: 100%;
  display: none;
}

.button-text-11 {
  background-color: var(--text);
  color: var(--text);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-126 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.padding-global-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  text-decoration: none;
  display: flex;
}

.frame-58 {
  opacity: .5;
  object-fit: cover;
  background-color: #313131;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 23px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-127 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.play-button {
  z-index: 10;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.section_video-01 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_video-01.is-hidden {
  display: none;
}

.blog_copy-paragraph {
  color: #797979;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-blue-2 {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #1ebcef;
  background-image: linear-gradient(#1ebcef, #274585);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-blue-2:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.button-text-10 {
  color: var(--text);
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.padding-section-medium-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.process_copy-h2 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-blue-copy {
  color: var(--text);
  white-space: nowrap;
  word-break: normal;
  background-color: #1ebcef;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-blue-copy:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.button_orange {
  color: var(--text);
  white-space: nowrap;
  word-break: normal;
  background-color: #1ebcef;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 1rem;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button_orange:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.overlay-icon {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.overlay-icon.dots {
  width: 1rem;
}

.button-black {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#666, #000);
  border: 1px #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.button-black:hover {
  color: #fff;
  box-shadow: inset 0 4px 4px #00000040;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-block-13.is-passive:hover {
  background-color: #0000001a;
  border-radius: .5rem;
}

.div-block-13.is-active {
  border: 1px solid #313131;
  border-radius: .5rem;
}

.sorting-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-xxlarge-4 {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.card-label {
  opacity: 1;
  color: var(--text-light-grey);
  font-size: .75rem;
  line-height: 1em;
}

._w-card-front {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.si {
  border-radius: .5rem;
}

.cloneable-area {
  width: 100%;
  height: 11.25rem;
  padding: 20px;
  text-decoration: none;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.padding-section-results {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  text-decoration: none;
  display: flex;
}

.paragraph-113 {
  margin-bottom: 0;
  font-size: 1rem;
}

.icon-wrapper {
  width: 1.2rem;
}

.slide-nav-4 {
  display: none;
}

.sorting_footer-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.results-content-overlay {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.5rem 1rem auto auto;
}

.tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.hero_content-listing-wrapper {
  width: 100%;
}

.results-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.slide-16 {
  background-image: url('../images/Bild_2024-12-03_010127156.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16.is-03 {
  background-image: url('../images/Bild_2024-12-03_010236261.png');
}

.slide-16.is-01 {
  background-image: url('../images/Bild_2024-12-03_004636879.png');
}

.slide-19 {
  background-image: url('../images/small-kitchen-space-with-modern-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #313131;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.agent-name-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-17 {
  background-image: url('../images/small-bathroom-with-modern-style-ai-generated.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/modern-terrasse-with-grey-tiles-modern-table.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-4 {
  color: #313131;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
}

.image-60 {
  width: 1.2rem;
}

.heading-95 {
  color: #313131;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.icon-9 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.paragraph-109 {
  color: #313131;
  flex: 1;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-field-9 {
  border-radius: .5rem;
  margin-bottom: 0;
}

.sorting-dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.slide-nav-5 {
  justify-content: center;
  align-items: center;
  display: none;
}

.paragraph-114 {
  color: #313131;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1rem;
}

.popup-close {
  cursor: pointer;
  width: 1rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.c-flip-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-111 {
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.paragraph-116 {
  color: #313131;
  text-align: right;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.sorting-footer-inner-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-117 {
  margin-bottom: 0;
  font-size: 1rem;
}

.image-62 {
  width: 1.2rem;
  height: 1.2rem;
}

.image-62.is-right {
  transform: rotate(180deg);
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #1ebcef, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% auto auto;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.right-arrow-5 {
  justify-content: flex-end;
  align-items: center;
}

.section_hero-02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 7.5rem;
  text-decoration: none;
  display: flex;
}

.footer_pages-wrapper {
  display: flex;
}

.slide-18 {
  background-image: url('../images/room-interior-hotel-bedroom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-image: linear-gradient(#1ebcef, #274585);
  position: absolute;
  overflow: hidden;
}

.slider_inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.div-block-12 {
  width: 100%;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.popup-close_icon {
  color: #313131;
}

.text-span-48 {
  font-weight: 600;
}

.c-card-btn {
  padding: 20px;
}

.paragraph-118 {
  margin-bottom: 0;
  font-size: .8rem;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

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

.slide-21 {
  background-image: url('../images/modern-styled-entryway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-grundriss {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--text);
  color: #fff;
  -webkit-text-stroke-color: var(--text);
  background-image: linear-gradient(#666, #000);
  border-radius: 1rem;
  padding: .25rem 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.paragraph-115 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-110 {
  color: #313131;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

.slide-22 {
  background-image: url('../images/interior-space-decorated-boho-style.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span-49 {
  font-weight: 600;
}

.results-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-14 {
  background-image: url('../images/Florian.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.div-block-14.si {
  background-image: url('../images/Bild_2024-12-03_022420617.png');
  width: 4rem;
  height: 4rem;
}

.div-block-14.mg {
  background-image: url('../images/Bild_2025-02-22_135342704.png');
  background-size: cover;
  width: 4rem;
  height: 4rem;
}

.div-block-14.ig {
  width: 4rem;
  height: 4rem;
}

.container-large-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

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

.icon-11 {
  left: auto;
  right: 0;
}

.dot-2 {
  z-index: 13;
  object-fit: cover;
  background-color: #313131;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .3rem;
  height: .3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-96 {
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  display: block;
}

.card-img.is-big {
  width: auto;
  height: 90%;
  position: absolute;
}

.c-card-label {
  text-align: center;
  padding: 20px 20px 0;
}

.slide-23 {
  background-image: url('../images/beautiful-autumn-garden-view-with-curvy-lawn-pathway-private-natural-country-garden-october.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.searchbar-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#1ebcef, #274585);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: inset 0 4px 4px #0003;
}

.image-61 {
  width: 10rem;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

._w-card-back {
  perspective: 1000px;
  background-color: #333;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.results-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.results-item.is-boosted {
  position: relative;
  box-shadow: inset 0 4px 4px #00000040;
}

.left-arrow-5 {
  color: #313131;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
}

.result-slider {
  width: 100%;
  height: 100%;
}

.custom-scrollbar {
  display: none;
}

.image-57 {
  width: 1.2rem;
  height: 1.2rem;
}

.scrollbar {
  max-height: 700px;
  padding: 30px;
  overflow: auto;
}

.facts-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #313131;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.agent-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-number {
  color: #313131;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 1rem;
  padding: .25rem 1rem;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
}

.agent-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field-10 {
  border-radius: .5rem;
  margin-bottom: 0;
}

.results-content-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.fact-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.fact-wrapper.is-first {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.fact-wrapper.is-last {
  justify-content: flex-start;
  align-items: flex-end;
}

.paragraph-112 {
  margin-bottom: 0;
  font-size: 1rem;
}

.icon-10 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.padding-global_hero-listing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6rem;
  text-decoration: none;
  display: flex;
}

.padding-global_hero-listing.is-hero {
  background-image: linear-gradient(#0003, #0003), url('../images/image_bricks_white.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 0 2rem;
}

.slider-overlay {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

._w-card-quote {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-12 {
  left: 0;
  right: auto;
}

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

.result-conten {
  background-color: #0000000d;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.result-conten.is-boosted {
  background-color: #0000001a;
  width: 100%;
}

.slide-24, .div-block-15 {
  width: 100%;
}

.card-quote-location {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-19 {
  color: var(--light-text);
  width: .875rem;
  height: .875rem;
}

.paragraph-119 {
  color: var(--light-text);
  margin-bottom: 0;
  font-size: .75rem;
}

.paragraph-120 {
  color: var(--light-text);
  margin-bottom: 0;
  font-size: .8rem;
  display: block;
}

.paragraph-120.is-hidden {
  display: none;
}

.text-span-50 {
  background-image: linear-gradient(#ffb525, #ff902b);
}

.heading-97 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 120%;
}

.text-span-51 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_copy-content-3 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  background-image: url('../images/image_Agents.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-block-16.is-passive:hover {
  background-color: #0000001a;
  border-radius: .5rem;
}

.div-block-16.is-active {
  border: 1px solid #313131;
  border-radius: .5rem;
}

.paragraph-121 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1rem;
}

.slide-nav-6 {
  display: none;
}

.slide-25 {
  background-image: url('../images/Bild_2024-12-03_010127156.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25.is-03 {
  background-image: url('../images/Bild_2024-12-03_010236261.png');
}

.slide-25.is-01 {
  background-image: url('../images/Bild_2024-12-03_004636879.png');
}

.slide-25.is-02.is-boosted {
  box-shadow: inset 0 4px 4px #0003;
}

.slide-26 {
  background-image: url('../images/small-kitchen-space-with-modern-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/small-bathroom-with-modern-style-ai-generated.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/modern-terrasse-with-grey-tiles-modern-table.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-6 {
  color: #313131;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
}

.image-63 {
  width: 1.2rem;
}

.heading-98 {
  color: #313131;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.paragraph-122 {
  color: #313131;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph-123 {
  color: #313131;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph-124 {
  color: var(--white);
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph-125 {
  color: #313131;
  text-align: right;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-126 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1rem;
}

.image-65 {
  width: 1.2rem;
  height: 1.2rem;
}

.image-65.is-right {
  transform: rotate(180deg);
}

.div-block-17 {
  width: 100%;
  display: flex;
}

.text-span-52 {
  font-weight: 600;
}

.paragraph-127 {
  margin-bottom: 0;
  font-size: .8rem;
}

.slide-29 {
  background-image: url('../images/modern-styled-entryway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-128 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-129 {
  color: #313131;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

.slide-30 {
  background-image: url('../images/interior-space-decorated-boho-style.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-53 {
  font-weight: 600;
}

.container-large-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.dot-3 {
  z-index: 13;
  object-fit: cover;
  background-color: #313131;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .3rem;
  height: .3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-99 {
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  display: block;
}

.slide-31 {
  background-image: url('../images/beautiful-autumn-garden-view-with-curvy-lawn-pathway-private-natural-country-garden-october.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-6 {
  color: #313131;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
}

.image-67 {
  width: 1.2rem;
  height: 1.2rem;
}

.paragraph-130 {
  margin-bottom: 0;
  font-size: 1rem;
}

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

.image-68 {
  color: var(--text);
}

.flipcard-wrapper {
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: visible;
}

.flipcard-front {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  backface-visibility: hidden;
  color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 1rem;
  height: auto;
  padding-top: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.is-team {
  box-shadow: none;
  padding-top: 0%;
  display: flex;
}

.flipcard-front.is-team.is-hidden {
  display: none;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  inset: auto 3% 3% auto;
}

.flipcard-more.is-team {
  bottom: auto;
}

.flipcard-back {
  border: 1px solid var(--light-grey);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back.is-hidden {
  display: none;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.flipcard-less.is-member {
  bottom: 8%;
  right: 7%;
}

.slide-77 {
  width: 100%;
}

.section_features-01-copy {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.section_cta-02 {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_cta-02.is-hidden {
  display: none;
}

.cta_content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.section_cta-01 {
  background-color: var(--background);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team_member-new {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d9e3;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team_member-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.link-block_linkedin {
  z-index: 0;
  box-shadow: none;
  color: var(--white);
  background-color: #0077e6;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-right: .5rem;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.link-block_linkedin:hover {
  box-shadow: 0 2px 5px #0003;
}

.code-embed-20 {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: relative;
  inset: 0%;
}

.text-span-54 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.member-headline {
  color: var(--text);
  text-align: center;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 120%;
}

.mission_content-middle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--light-text);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
}

.content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.is-last {
  margin-bottom: .375rem;
}

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

.title_content-warpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_price-01 {
  background-color: var(--background);
  margin-top: 6rem;
}

.section_price-01.is-second {
  margin-top: 0;
}

.price-01_content-warpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.price-01_heading-h2 {
  color: var(--text);
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.price-01_paragraph {
  color: var(--text-light-grey);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
}

.price-01_content {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: flex-start center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.price_content-wrapper {
  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;
}

.text-span-55 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
}

.paragraph-131 {
  color: var(--text-light-grey);
  font-size: 1rem;
  line-height: 150%;
}

.heading-100 {
  color: var(--text);
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 120%;
}

.text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62 {
  font-weight: 700;
}

.div-block-18 {
  border: 1px solid var(--light-grey);
  border-radius: 1rem;
  padding: 2rem;
}

.prices_item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-grey);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.prices_item-wrapper.is-text {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.prices_item-wrapper.is-coming-soon {
  background-color: var(--background);
  border-width: 3px;
}

.prices_item-wrapper.is-free {
  border-width: 3px;
  border-color: var(--orange);
  background-color: var(--white);
  transition: all .3s cubic-bezier(.77, 0, .175, 1), box-shadow .2s;
}

.prices_item-wrapper.is-free:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 4px #0003;
}

.paragraph-132, .paragraph-133 {
  color: var(--text-light-grey);
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-101 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.heading-102 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.pricing_item-headline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.pricing_item-price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-span-63 {
  font-size: 1rem;
  font-weight: 400;
}

.pricing_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-103 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph-134 {
  color: var(--text);
  margin-bottom: 0;
  font-size: 1rem;
}

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

.paragraph-135 {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
}

.pricing_hero-image {
  border: 1px solid var(--light-grey);
  background-image: url('../images/image_pricing-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 20rem;
}

.section_price-02 {
  background-color: var(--background);
  margin-top: 0;
}

.section_price-02.is-second {
  margin-top: 0;
}

.section_price-03 {
  background-color: var(--background);
  margin-top: 0;
}

.section_price-03.is-second {
  margin-top: 0;
}

.hero-banner {
  background-image: url('../images/Bild_2025-07-06_191931433.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}

.feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.feature-wrapper.is-hidden {
  display: none;
}

.image-69 {
  cursor: none;
}

.text-span-64 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.iframe_padding-global {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.section_iframe {
  flex-flow: column;
  display: flex;
}

.iframe_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.iframe_padding-xxl {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
}

.section_social-media {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_social-media.is-hidden {
  display: none;
}

.text-span-65 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 120%;
}

.feature_bullet-points-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature_bullet-points-wrapper.is-crm {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
}

.feature_bullet-points-01 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-21 {
  width: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.bullet-point_paragraph {
  color: var(--text-light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pill-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: .5rem;
  display: flex;
}

.pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--text);
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.code-embed-22 {
  color: var(--text);
  width: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.code-embed-22.is-hidden {
  color: var(--white);
  display: none;
}

.code-embed-22.is-dark {
  color: var(--text);
}

.pill_paragraph {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pill_paragraph.is-white {
  color: var(--white);
  white-space: nowrap;
  font-size: .9rem;
}

.pill_paragraph.is-white.is-off {
  font-size: 1rem;
}

.pill-blanc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--text);
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.pill-blanc.is-blanc {
  color: var(--light-text);
  background-color: #fff0;
  border-style: none;
  padding-left: 0;
}

.text-span-66 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.feature_card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.feature_card-01 {
  background-color: #292929;
  border: 1px solid #ece7e0;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.card_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_heading-wrapper.is-coming_soon {
  justify-content: flex-start;
  align-items: center;
}

.code-embed-23 {
  width: 4rem;
}

.heading-104 {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph-136 {
  color: var(--text-light-grey);
  font-size: .9rem;
}

.info_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 2rem;
  flex-flow: column;
  width: 80%;
  padding: 4rem;
  display: flex;
  box-shadow: 0 4px 5px #00000040;
}

.text-span-67 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  background-image: linear-gradient(0deg, #000, #666);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 3px 3px #0003;
}

.button-1:hover {
  box-shadow: inset 0 3px 3px #0003;
}

.button-1.is-hidden {
  display: none;
}

.button-1.is-off {
  background-image: linear-gradient(0deg, #000000b3, #666666b3);
  padding-top: .75rem;
  padding-bottom: .75rem;
  box-shadow: inset 0 3px 3px #0003;
}

.feature_agent-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.agent_images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: auto;
  display: flex;
}

.agent-image {
  border: 1px solid var(--light-text);
  background-image: url('../images/Bild_2025-02-22_135342704.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.agent-image.is-1 {
  border: 1px solid var(--light-text);
  background-image: url('../images/Logo-Kromer-Immobilien.png');
  background-size: contain;
}

.agent-image.is-2 {
  background-image: url('../images/rb_109.png');
  background-size: cover;
}

.agent-image.is-3 {
  background-image: url('../images/stuggiimmobilien_logo.svg');
  background-size: contain;
}

.agent-image.is-4 {
  background-image: url('../images/rb_494.png');
}

.section_info {
  background-color: var(--background);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_cta-copy {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_headline-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.feature_copy-paragraph-1 {
  color: var(--text-light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.feature_left-image {
  object-fit: contain;
  background-image: url('../images/image_mockup-ipad.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: auto;
  display: block;
}

.feature_left-image.is-marketing {
  background-image: url('../images/closeup-digital-tablet-Kopie.jpg');
}

.feature_left-image.is-reach.is-off {
  background-image: url('../images/141148-Kopie.jpg');
  background-position: 50% 0;
  background-size: 200%;
}

.code-embed_the-nestiq-team {
  width: 30%;
}

.category-heading {
  color: var(--text-light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.feature_card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  border-radius: 2rem;
  padding: 5rem;
  display: flex;
  box-shadow: 0 3px 3px #00000040;
}

.feature_card.is-soon {
  box-shadow: inset 0 3px 3px #00000040;
}

.feature_cards-outer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.feature_content-wrap {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.social-media_content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.social-media_content-image {
  background-image: url('../images/Bild_2025-02-21_162048376.png');
  background-position: 65% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2rem;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: -8% 0% 0% auto;
  box-shadow: 0 4px 4px #0003;
}

.social-media_content-image.is-agent {
  background-image: url('../images/Bild_2025-02-21_162048376.png');
  background-position: 68% 85%;
  background-size: auto 120%;
}

.social-media_content-image.is-home {
  background-image: none;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.social-media_content-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.button_paragraph {
  color: var(--white);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button_paragraph.is-white {
  white-space: nowrap;
}

.blog_paragrapg_small {
  color: var(--text-light-grey);
  text-align: right;
  font-size: .9rem;
}

.image-70 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.div-block-19 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

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

.why_paragraph {
  cursor: help;
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-105 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.section_cta-try-ai {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 7.5rem auto;
  text-decoration: none;
  display: flex;
}

.hero-cta {
  background-image: url('../images/33831.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  max-width: 80rem;
  box-shadow: 0 4px 4px #00000040;
}

.cta_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta_content-wrapper.is-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta_copy {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta_copy.is-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.cta_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.cta_copy-h2 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 120%;
  display: block;
}

.cta-paragraph {
  color: var(--light-text);
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
}

.cta-paragraph.is-bold {
  color: var(--white);
  font-weight: 600;
}

.cta-wrapper {
  background-image: url('../images/Bild_2025-07-22_010536192.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 80%;
}

.icon-13 {
  cursor: pointer;
  margin-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  transform: rotate(90deg);
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
  margin-bottom: 30px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 2020px;
  display: flex;
}

.text-span-39 {
  color: #333;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
}

.heading-47 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-68, .paragraph-65 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.bold-text-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
}

.bold-text-17:hover {
  background-color: #0000;
}

.accordion-item {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.text-center {
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 50px;
  margin-bottom: 0;
}

.paragraph-66 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1em;
  line-height: 1em;
}

.tilted {
  color: #fdc500;
  background-color: #fff;
  border: 10px solid #eee;
  border-radius: 60px;
  margin: 23px 0 20px;
  padding: 25px;
  font-weight: 600;
  display: inline-block;
  transform: rotate(-2deg);
  box-shadow: 3px 0 7px #00000008;
}

.tilted.faq {
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 2em;
  line-height: 1em;
}

.faq {
  padding: 100px 30px;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
}

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

.paragraph-64, .paragraph-67 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.section_faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.faq-wrapper {
  border-radius: 0;
  width: 100%;
}

.faq_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq_content-wrapper.is-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_copy {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faq_copy.is-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.faq_copy-h2 {
  color: var(--text);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 120%;
  display: block;
}

.faq-paragraph {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
}

.section_carussel {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  text-decoration: none;
  display: none;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.section_cta-list-now {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout408_card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.layout408_card-content.is-coming_soon {
  height: 45rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-18 {
  color: var(--text);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph-26 {
  color: var(--text-light-grey);
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-26.is-coming_soon {
  color: var(--light-text);
  width: 80%;
  font-size: 1rem;
}

.paragraph-26.is-coming_soon.is-second {
  font-size: 1rem;
}

.paragraph-26.is-coming_soon.is-hidden {
  display: block;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #ff8a33;
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-9:hover {
  background-color: #ff5e15;
}

.button-9.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-9.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  color: #ff8a33;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-9.is-secondary {
  box-shadow: none;
  color: #ff8a33;
  background-color: #0000;
  border: 1px solid #ff8a33;
}

.button-9.is-secondary:hover {
  color: #fff;
  background-color: #ff5e15;
  border-color: #ff5e15;
}

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

.layout408_component {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template: "."
                 "Area"
                 "Area-2"
                 / 1fr;
  max-width: 80rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: sticky;
  top: 20%;
}

.layout408_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-28 {
  color: #4d4d4d;
}

.layout408_card-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.layout408_image-wrapper {
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.heading-19 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 40rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card.card-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 2rem;
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
  top: 6rem;
  box-shadow: 0 4px 4px #00000040;
}

.layout408_card.card-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
  top: 15rem;
  box-shadow: 0 4px 4px #00000040;
}

.layout408_card.is-3 {
  flex-flow: column;
  height: 40rem;
  margin-bottom: 0;
}

.layout408_card.card-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
  top: 24rem;
  box-shadow: 0 4px 4px #00000040;
}

.layout408_card.is-coming-soon {
  background-image: url('../images/image_mockup-laptop-control-center_4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #c6c6c6;
  border-radius: 2rem;
  height: auto;
}

.heading-20 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-weight-semibold-2 {
  color: #ff8a33;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.paragraph-27 {
  color: #4d4d4d;
}

.card_content-wrapper {
  display: flex;
}

.heading-106 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.heading-107 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.heading-107.is-coming_soon {
  color: var(--white);
  text-transform: capitalize;
  font-size: 1.9rem;
  line-height: 120%;
}

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

.code-embed-26 {
  width: 4rem;
  height: 4rem;
}

.div-block-20 {
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25px;
  margin-top: .3rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

.overlay-free {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 2% 3% 0%;
}

.layout408_card-coming-soon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-span-68 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-108 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.early-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pill_coming-soon {
  border: 1px solid var(--orange);
  background-color: #ffb5250d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  display: flex;
}

.paragraph-137 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: .8rem;
}

.paragraph-138 {
  font-size: 1.25rem;
  font-weight: 600;
}

.paragraph-139 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.text-span-69 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.mission_paragraph {
  border-left: 3px none var(--text);
  color: var(--text);
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.mission_paragraph.is-center {
  color: var(--text-light-grey);
  text-align: center;
}

.text-span-70 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.value_paragraph {
  border-left: 3px none var(--text);
  color: var(--text-light-grey);
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.team_slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
  overflow: visible;
}

.frame-115-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-top: 3px solid #0000;
  border-left: 3px solid #0000;
  border-right: 3px solid #0000;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.team_heading {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-span-100 {
  color: var(--text);
  text-transform: capitalize;
}

.navbar-banner {
  z-index: 999;
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.paragraph-141 {
  color: var(--background);
  margin-bottom: 0;
  font-size: 1rem;
}

.div-block-21 {
  grid-row-gap: 0px;
  height: 6rem;
  transition: opacity .2s;
  position: fixed;
}

.bold-text-18 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.link {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
}

.paragraph-142 {
  color: var(--text);
  font-size: 1rem;
}

.div-block-22 {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.code-embed-27 {
  width: 1.25rem;
  height: 1.25rem;
}

.paragraph-143 {
  margin-bottom: 0;
  font-weight: 400;
}

.text-span-101 {
  color: var(--orange);
  text-decoration: underline;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 0%;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: .5rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  border-radius: .5rem;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  border-radius: .5rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  border-radius: .5rem;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.text-span-102 {
  font-weight: 700;
}

.section_header-listing {
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.bold-text-19 {
  font-family: Inter, sans-serif;
}

.section_cta-try-liisting {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 7.5rem auto;
  text-decoration: none;
  display: flex;
}

.footer_colum-right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer_colum-right.left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

.text-span-103 {
  order: 9999;
}

.text-span-104 {
  order: -1;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

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

.social-proof_feedback {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-text);
  background-color: var(--white);
  border-radius: 2rem;
  flex-flow: column;
  padding: 2rem;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
}

.slide-nav-7 {
  display: none;
}

.feedback-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-109 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.image-71 {
  border: 1px solid var(--light-text);
  object-fit: contain;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
}

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

.bold-text-27, .bold-text-31 {
  line-height: 120%;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.navbar-2 {
  background-color: var(--background);
  width: 100%;
  height: 100%;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.register_button {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: 0;
}

.link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  display: flex;
}

.link-wrapper.is-hidden {
  display: none;
}

.cta_form {
  width: 80%;
}

.form-block-5 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.bold-text-39 {
  line-height: 120%;
}

.link-2 {
  font-size: 1rem;
}

.text-span-105 {
  color: var(--orange);
  text-decoration: underline;
}

.text-block-13 {
  color: var(--light-text);
  font-size: 1rem;
  line-height: 24px;
}

.text-span-106 {
  color: var(--orange);
  text-decoration: underline;
}

.bold-text-40 {
  text-transform: none;
}

.footer_newsletter-text-wrapper-2 {
  color: #c6c6c6;
  border-bottom: 1px #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.footer_newsletter-text-wrapper-2:hover {
  border-bottom: 1px #ffb525;
}

.footer_newsletter-inputfield-2 {
  color: #797979;
  background-color: #ece7e0;
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 4px 4px #00000040;
}

.footer_newsletter-text-2 {
  color: #c6c6c6;
  border-bottom: 1px #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.footer_newsletter-text-2:hover {
  border-bottom: 1px #ffb525;
}

.button-orange-2 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-orange-2:hover {
  color: #fff;
}

.button-orange-2.gradient-orange {
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  background-clip: padding-box;
  border-style: none;
  border-color: #ffb52500;
  padding: .75rem 1.5rem;
  font-weight: 400;
  box-shadow: 0 3px 3px #00000040;
}

.button-orange-2.gradient-orange:hover {
  color: #313131;
  box-shadow: inset 0 3px 3px #00000040;
}

.section_cta-list-now-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ece7e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.text-span-111 {
  font-weight: 600;
}

.heading-110 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.page-wrapper-2 {
  background-color: #ece7e0;
}

.navbar-3 {
  background-color: #ece7e0;
  width: 100%;
  height: 100%;
}

.text-span-108 {
  font-weight: 600;
}

.cta-wrapper-2 {
  background-image: url('../images/Bild_2025-07-22_010536192.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 80%;
}

.logo_footer-2 {
  color: #ece7e0;
}

.cta_copy-h2-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 120%;
  display: block;
}

.footer_colum-right-2 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  text-decoration: none;
  display: flex;
}

.link-4 {
  color: #797979;
}

.navbar_icon_home-2 {
  grid-row-gap: 10px;
  color: #313131;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar_icon_home-2:hover {
  color: #ffb525;
}

.navbar_icon_home-2.w--current {
  color: #ffb525;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-xxlarge-5 {
  grid-row-gap: 64px;
  background-image: url('../images/image_about-us.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.padding-section-xxlarge-5.is-cta {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-span-112 {
  font-weight: 600;
}

.padding-section-medium-5 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.padding-section-medium-5.is-imprint {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.code-embed-28 {
  color: #797979;
  width: 1.2rem;
  height: 1.5rem;
}

.code-embed-28.is-small {
  color: #797979;
  text-align: center;
  width: 1.5rem;
  margin-top: 5px;
}

.text-span-109 {
  font-weight: 600;
}

.imprint_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #313131;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.nav-link-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #313131;
  text-align: center;
  border: 2px solid #0000;
  align-items: stretch;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.nav-link-2:hover {
  border: 2px solid #0000;
  border-bottom-color: #ffb525;
}

.nav-link-2.w--current {
  color: #ffb525;
  border: 2px solid #0000;
  flex: 0 auto;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-weight: 400;
}

.nav-link-2.is-exception {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.nav-link-2.is-exception.is-hidden {
  display: none;
}

.text-span-113 {
  order: -1;
}

.text-span-116 {
  font-weight: 600;
}

.text-span-117 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-118 {
  color: #fff;
}

.preis-ermitteln-9 {
  color: #ece7e0;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-content-4 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  background-image: url('../images/image_Agents.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.hero_copy-content-4.is-imprint {
  background-image: url('../images/image_imprint_3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
}

.footer_colum-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.div-block-23 {
  grid-row-gap: 0px;
  height: 6rem;
  transition: opacity .2s;
  position: fixed;
}

.button-10 {
  grid-column-gap: 8px;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.button-10.is-center {
  margin-left: 0;
  margin-right: 0;
}

.footer_newsletter-2 {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.links-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button-11 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-11:hover {
  color: #fff;
}

.button-11.is-mono {
  white-space: nowrap;
  border-style: none;
}

.button-11.is-mono:hover {
  color: #313131;
}

.text-span-107 {
  font-weight: 600;
}

.footer_newsletter-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #313131;
  background-image: linear-gradient(#ffb525, #ff902b);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.footer_newsletter-button-2:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.button-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #313131;
  white-space: nowrap;
  background-color: #ffb525;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-12:hover {
  box-shadow: inset 0 3px 3px #00000040;
}

.form-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.padding-global-13.is-cta {
  border-radius: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  box-shadow: 0 4px 4px #0003;
}

.flag_icon-mail-2 {
  color: #313131;
  width: 2rem;
  height: auto;
  font-size: 2rem;
  display: block;
  overflow: visible;
}

.social-media_icon-2 {
  background-color: #1b1b1b;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.paragraph-145 {
  color: #c6c6c6;
  margin-bottom: 0;
  font-size: .8rem;
  display: block;
}

.text-span-119 {
  font-weight: 600;
}

.paragraph-146 {
  color: #313131;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.hero_copy-heading-3 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-heading-3.is-imprint {
  justify-content: center;
  align-items: flex-start;
}

.success-message-3 {
  color: #313131;
  background-color: #8bff8b;
  border-radius: 1rem;
  padding: 12px 24px;
}

.paragraph-147 {
  color: #c6c6c6;
  width: 90%;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-147.is-imprint {
  color: #797979;
  text-align: left;
  width: 70%;
}

.code-embed-29 {
  width: 2.6rem;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.text-span-115 {
  font-weight: 600;
}

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

.hero_copy-h1-3 {
  color: #fff;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.hero_copy-h1-3.is-imprint {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-2 {
  grid-row-gap: 60px;
  color: #313131;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-161 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.frame-161.is-imprint {
  justify-content: center;
  align-items: center;
}

.brand-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #313131;
  width: 10rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  left: 0;
  right: auto;
}

.text-span-114 {
  font-weight: 600;
}

.text-30 {
  color: #c6c6c6;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.text-30:hover {
  border-bottom: 1px solid #ffb525;
}

.paragraph-148 {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.paragraph-148:hover {
  text-decoration: underline;
}

.nav-menu-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

.section_text {
  color: #313131;
  font-family: Inter, sans-serif;
}

.cta_content-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar_sellerbuyer-2 {
  z-index: 999;
  grid-row-gap: 10px;
  background-color: #ece7e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
}

.text-span-110 {
  font-weight: 600;
}

.cta-paragraph-2 {
  color: #c6c6c6;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
}

.text-span-125 {
  font-weight: 600;
}

.main-wrapper-2 {
  z-index: 0;
  background-color: #ece7e0;
  flex-direction: column;
  display: block;
  position: relative;
}

.footer-wrapper-2 {
  grid-row-gap: 4rem;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
}

.container-large-14 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flag_icon-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #313131;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.footer_text-copyright-2 {
  color: #ece7e0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer_headling-2 {
  color: #ece7e0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button-orange-3 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-orange-3:hover {
  color: #fff;
}

.button-orange-3.gradient-orange {
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  background-clip: padding-box;
  border-style: none;
  border-color: #ffb52500;
  padding: .75rem 1.5rem;
  font-weight: 400;
  box-shadow: 0 3px 3px #00000040;
}

.button-orange-3.gradient-orange:hover {
  color: #313131;
  box-shadow: inset 0 3px 3px #00000040;
}

.section_cta-list-now-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ece7e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.heading-111 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.page-wrapper-3 {
  background-color: #ece7e0;
}

.text-span-121 {
  font-weight: 600;
}

.navbar-4 {
  background-color: #ece7e0;
  width: 100%;
  height: 100%;
}

.cta-wrapper-3 {
  background-image: url('../images/Bild_2025-07-22_010536192.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 80%;
}

.logo_footer-3 {
  color: #ece7e0;
}

.cta_copy-h2-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 120%;
  display: block;
}

.footer_colum-right-3 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  text-decoration: none;
  display: flex;
}

.padding-section-xxlarge-6 {
  grid-row-gap: 64px;
  background-image: url('../images/image_about-us.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.padding-section-xxlarge-6.is-cta {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.code-embed-30 {
  color: #797979;
  width: 1.2rem;
  height: 1.5rem;
}

.code-embed-30.is-small {
  color: #797979;
  text-align: center;
  width: 1.5rem;
  margin-top: 5px;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
  display: flex;
}

.text-span-126 {
  order: -1;
}

.text-span-127 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-128 {
  color: #fff;
}

.preis-ermitteln-10 {
  color: #ece7e0;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-content-5 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  background-image: url('../images/image_Agents.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.hero_copy-content-5.is-data {
  background-image: url('../images/image_dataprotection_3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
}

.footer_colum-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.div-block-24 {
  grid-row-gap: 0px;
  height: 6rem;
  transition: opacity .2s;
  position: fixed;
}

.button-13 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-13:hover {
  color: #fff;
}

.button-13.is-mono {
  white-space: nowrap;
  border-style: none;
}

.button-13.is-mono:hover {
  color: #313131;
}

.button-14 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #313131;
  white-space: nowrap;
  background-color: #ffb525;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-14:hover {
  box-shadow: inset 0 3px 3px #00000040;
}

.form-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-129 {
  font-weight: 400;
}

.padding-global-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.padding-global-14.is-cta {
  border-radius: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  box-shadow: 0 4px 4px #0003;
}

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

.paragraph-149 {
  color: #c6c6c6;
  margin-bottom: 0;
  font-size: .8rem;
  display: block;
}

.text-span-122 {
  font-weight: 600;
}

.paragraph-150 {
  color: #313131;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-150.is-h4 {
  font-size: 1.25rem;
}

.paragraph-150.is-h3 {
  font-size: 1.5rem;
}

.hero_copy-heading-4 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-heading-4.is-data {
  justify-content: space-between;
  align-items: flex-start;
}

.success-message-4 {
  color: #313131;
  background-color: #8bff8b;
  border-radius: 1rem;
  padding: 12px 24px;
}

.paragraph-151 {
  color: #c6c6c6;
  width: 90%;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-151.is-data {
  color: #c6c6c6;
  text-align: left;
  width: 70%;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.text-span-131 {
  font-weight: 600;
}

.hero_copy-h1-4 {
  color: #fff;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.hero_copy-h1-4.is-imprint {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.frame-162 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.frame-162.is-data {
  justify-content: center;
  align-items: center;
}

.text-31 {
  color: #c6c6c6;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.text-31:hover {
  border-bottom: 1px solid #ffb525;
}

.paragraph-152 {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.paragraph-152:hover {
  text-decoration: underline;
}

.nav-menu-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

.text-span-133 {
  font-weight: 600;
}

.cta_content-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar_sellerbuyer-3 {
  z-index: 999;
  grid-row-gap: 10px;
  background-color: #ece7e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
}

.text-span-120 {
  font-weight: 600;
}

.container-large-15 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flag_icon-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #313131;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.footer_headling-3 {
  color: #ece7e0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button-orange-4 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-orange-4:hover {
  color: #fff;
}

.button-orange-4.gradient-orange {
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  background-clip: padding-box;
  border-style: none;
  border-color: #ffb52500;
  padding: .75rem 1.5rem;
  font-weight: 400;
  box-shadow: 0 3px 3px #00000040;
}

.button-orange-4.gradient-orange:hover {
  color: #313131;
  box-shadow: inset 0 3px 3px #00000040;
}

.section_cta-list-now-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ece7e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
}

.heading-112 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 120%;
}

.logo_footer-4 {
  color: #ece7e0;
}

.padding-section-xxlarge-7 {
  grid-row-gap: 64px;
  background-image: url('../images/image_about-us.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.padding-section-xxlarge-7.is-cta {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.code-embed-31 {
  color: #797979;
  width: 1.2rem;
  height: 1.5rem;
}

.code-embed-31.is-small {
  color: #797979;
  text-align: center;
  width: 1.5rem;
  margin-top: 5px;
}

.text-span-134 {
  order: -1;
}

.text-span-135 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-136 {
  color: #fff;
}

.preis-ermitteln-11 {
  color: #ece7e0;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero_copy-content-6 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  background-image: url('../images/image_Agents.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.hero_copy-content-6.is-agb {
  background-image: url('../images/image_agb_4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
}

.div-block-25 {
  grid-row-gap: 0px;
  height: 6rem;
  transition: opacity .2s;
  position: fixed;
}

.button-15 {
  grid-column-gap: 8px;
  color: #313131;
  background-color: #1fb7cd00;
  border: 1px solid #313131;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-15:hover {
  color: #fff;
}

.button-15.is-mono {
  white-space: nowrap;
  border-style: none;
}

.button-15.is-mono:hover {
  color: #313131;
}

.button-16 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #313131;
  white-space: nowrap;
  background-color: #ffb525;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-16:hover {
  box-shadow: inset 0 3px 3px #00000040;
}

.form-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-137 {
  font-weight: 400;
}

.padding-global-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.padding-global-15.is-cta {
  border-radius: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  box-shadow: 0 4px 4px #0003;
}

.paragraph-153 {
  color: #c6c6c6;
  margin-bottom: 0;
  font-size: .8rem;
  display: block;
}

.paragraph-154 {
  color: #313131;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-154.is-h3 {
  font-size: 1.5rem;
}

.hero_copy-heading-5 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_copy-heading-5.is-data {
  justify-content: space-between;
  align-items: flex-start;
}

.success-message-5 {
  color: #313131;
  background-color: #8bff8b;
  border-radius: 1rem;
  padding: 12px 24px;
}

.paragraph-155 {
  color: #c6c6c6;
  width: 90%;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-155.is-agb {
  color: #ece7e0;
  width: 70%;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.hero_copy-h1-5 {
  color: #fff;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.hero_copy-h1-5.is-imprint {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb525 30%, #ff902b);
  -webkit-background-clip: text;
  background-clip: text;
}

.frame-163 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.frame-163.is-data {
  justify-content: center;
  align-items: center;
}

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

.text-32 {
  color: #c6c6c6;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.text-32:hover {
  border-bottom: 1px solid #ffb525;
}

.paragraph-156 {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.paragraph-156:hover {
  text-decoration: underline;
}

.nav-menu-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

.container-large-16 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flag_icon-wrapper-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #313131;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.footer_headling-4 {
  color: #ece7e0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-span-140 {
  font-weight: 700;
}

.bold-text-41 {
  font-size: 3.3rem;
}

.cta_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_buttons-wrapper.is-center {
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .padding-global {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .padding-section-large {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .padding-section-large.is-second {
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large.is-bottom {
    padding-bottom: 7.5rem;
  }

  .icon-1x1-medium {
    width: 3rem;
    height: 3rem;
  }

  .html-embed-5 {
    height: 3rem;
  }

  .hero_copy-h1 {
    color: var(--white);
  }

  .hero_copy-h1.is-about {
    font-size: 3.3rem;
  }

  .button-2.is-hidden {
    display: none;
  }

  .copy-h2 {
    color: var(--white);
    text-transform: capitalize;
  }

  .copy-h2.is-dark {
    color: var(--text);
  }

  .copy-h2.is-align_left {
    color: var(--text);
    text-align: left;
    font-size: 2rem;
  }

  .feature_content {
    margin-bottom: 0;
  }

  .feature_content-outer-wrapper {
    grid-row-gap: 2rem;
  }

  .feature_content-inner-wrapper {
    width: 80%;
  }

  .blog_content {
    justify-content: center;
    align-items: flex-start;
  }

  .blog_copy-h2 {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }

  .blog_copy-paragraph-1 {
    color: #c6c6c6;
    font-size: 1rem;
    font-weight: 400;
  }

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

  .section-indicator-4 {
    border-right-color: var(--text);
  }

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

  .frame-115 {
    border-right-width: 3px;
    border-right-color: #0000;
  }

  .section-indicator-6 {
    color: var(--text);
  }

  .text-7 {
    color: var(--text-light-grey);
    line-height: 1.5rem;
  }

  .text-7.is-small {
    white-space: nowrap;
    line-height: 1.5rem;
  }

  .text-8 {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .process_step-3 {
    grid-column-gap: .5rem;
    height: auto;
  }

  .vectors-wrapper-14 {
    width: 20px;
    height: 20px;
    overflow: visible;
  }

  .marktanalyse-und-preisermittlung-deiner-immobilie-2, .text-9 {
    color: var(--text);
  }

  .frame-119 {
    border-top: 3px solid #0000;
    border-left: 3px solid #0000;
    border-right: 3px solid #0000;
  }

  .frame-120 {
    border-bottom: 3px solid #0000;
    border-left: 3px solid #0000;
    border-right: 3px solid #0000;
  }

  .text-10 {
    color: var(--text-light-grey);
    font-size: 1rem;
  }

  .blog_copy-paragraph-3 {
    color: var(--text-light-grey);
    font-size: 1rem;
    line-height: 24px;
  }

  .preis-ermitteln-6 {
    text-transform: none;
  }

  .section_feature {
    margin-top: 0;
  }

  .button-4.is-hidden {
    display: none;
  }

  .pricing_copy-paragraph-1, .pricing_copy-paragraph-1-copy {
    color: var(--text-light-grey);
    text-align: center;
    line-height: 1.875rem;
  }

  .hero_copy-paragraph {
    color: var(--text-light-grey);
    font-size: 1.25rem;
    line-height: 150%;
  }

  .bold-text {
    font-size: 3.3rem;
  }

  .team_content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .team_heading-h2 {
    font-size: 3rem;
    line-height: 120%;
  }

  .team_paragraph {
    color: var(--text);
    text-align: left;
    font-weight: 600;
    line-height: 120%;
  }

  .team_wrapper, .mission_content {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-97 {
    color: var(--white);
  }

  .iframe_title-wrapper {
    width: 80%;
  }

  .iframe_content-wrapper, .section_features {
    background-color: var(--dark-background);
  }

  .section_cta {
    background-color: var(--background);
  }

  .buttons-wrapper {
    color: var(--white);
  }

  .button-white {
    border-style: solid;
    border-color: var(--white);
    box-shadow: none;
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .paragraph-108 {
    color: var(--light-text);
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    line-height: 150%;
  }

  .button-text-21 {
    background-color: var(--white);
    color: var(--white);
    background-image: none;
  }

  .text-01 {
    font-size: 5rem;
  }

  .text-16 {
    font-size: 1rem;
  }

  .text-14 {
    font-size: 1.2rem;
  }

  .frame-79 {
    box-shadow: none;
  }

  .button-white-2 {
    box-shadow: none;
    color: #274585;
    -webkit-text-stroke-color: #18195700;
    border-style: solid;
    border-color: #274585;
  }

  .button-text-11 {
    background-color: var(--text);
    background-image: none;
  }

  .blog_copy-paragraph {
    font-size: 1rem;
  }

  .process_copy-h2 {
    font-size: 1.2rem;
  }

  .overlay-icon {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .slide-nav-4 {
    display: none;
  }

  .results-content-overlay {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 1.5rem auto auto;
  }

  .right-arrow-4 {
    opacity: .8;
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .heading-95 {
    margin-top: 2rem;
  }

  .icon-9 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .paragraph-111 {
    color: #fff;
    font-size: 1rem;
  }

  .image-58 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .slider-grundriss {
    color: #fff;
    background-image: linear-gradient(#666, #000);
    border: 1px solid #000;
    border-radius: 1rem;
    padding: .25rem 1.5rem;
    position: static;
    inset: auto auto 15% 15%;
  }

  .paragraph-110 {
    color: #313131;
    font-size: 1rem;
  }

  .dot-2 {
    color: #313131;
    background-color: #313131;
    border-style: none;
    width: .3rem;
    height: .3rem;
  }

  .results-item {
    border: 1px solid #0000000d;
    border-radius: 1rem;
    overflow: hidden;
  }

  .left-arrow-5 {
    opacity: .8;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    display: flex;
  }

  .image-59 {
    width: 1.7rem;
    height: 1.7rem;
  }

  .slider-number {
    color: #313131;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1rem;
    padding: .25rem 1rem;
    position: static;
    inset: auto auto 15% 25%;
  }

  .agent-inner-wrapper {
    width: 100%;
  }

  .results-content-headline {
    position: relative;
  }

  .icon-10 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .slider-overlay {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto auto 5% 3%;
  }

  .result-conten.is-boosted {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero_copy-content-3 {
    box-shadow: 0 4px 4px #0003;
  }

  .slide-nav-6 {
    display: none;
  }

  .right-arrow-6 {
    opacity: .8;
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .heading-98 {
    margin-top: 2rem;
  }

  .paragraph-124 {
    color: #fff;
    font-size: 1rem;
  }

  .image-64 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .paragraph-129 {
    color: #313131;
    font-size: 1rem;
  }

  .dot-3 {
    color: #313131;
    background-color: #313131;
    border-style: none;
    width: .3rem;
    height: .3rem;
  }

  .left-arrow-6 {
    opacity: .8;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    display: flex;
  }

  .image-66 {
    width: 1.7rem;
    height: 1.7rem;
  }

  .price-01_heading-h2 {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .price-01_paragraph {
    color: var(--text-light-grey);
    text-align: left;
    line-height: 1.875rem;
  }

  .price-01_content, .prices_item-wrapper.is-text {
    justify-content: center;
    align-items: flex-start;
  }

  .feature-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 60%;
    display: flex;
  }

  .iframe_container {
    max-width: 1200px;
  }

  .text-span-65 {
    background-image: linear-gradient(#ffb525 30%, #ff902b);
  }

  .feature_bullet-points-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bullet-point_paragraph {
    font-size: 1.25rem;
  }

  .code-embed-22 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-22.is-hidden {
    display: none;
  }

  .pill_paragraph {
    color: var(--white);
    font-weight: 600;
    display: block;
  }

  .pill_paragraph.is-white {
    color: var(--white);
    font-weight: 400;
  }

  .pill_paragraph.is-dark {
    color: var(--text);
  }

  .pill-blanc.is-blanc {
    color: var(--background);
    background-color: #fff0;
    border-style: none;
    padding-left: 0;
  }

  .text-span-66 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffb525 30%, #ff902b);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .feature_card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .feature_card-01 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #292929;
    border: 1px solid #ece7e0;
    border-radius: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    display: flex;
  }

  .card_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed-23 {
    width: 4rem;
  }

  .heading-104 {
    color: #ece7e0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
  }

  .paragraph-136 {
    color: var(--text-light-grey);
  }

  .info_content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: var(--white);
    border-radius: 2rem;
    flex-flow: column;
    padding: 4rem;
    display: flex;
  }

  .text-span-67 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffb525 30%, #ff902b);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .code-embed-24 {
    width: 30%;
  }

  .button-1 {
    color: var(--white);
    background-image: linear-gradient(0deg, #000, #666);
    border: 1px solid #0000;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding: .875rem 1.5rem;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3px 3px #00000040;
  }

  .button-1.is-hidden {
    display: none;
  }

  .button-1.is-off {
    box-shadow: inset 0 3px 3px #00000040;
  }

  .feature_agent-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .agent_images-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .agent-image {
    background-image: url('../images/Icon-Nestiq_black.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
  }

  .section_info, .section_cta-copy {
    background-color: var(--background);
  }

  .feature_cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: var(--white);
    border-radius: 2rem;
    flex-flow: row;
    width: 100%;
    padding: 4rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .feature_headline-wrapper {
    width: 80%;
  }

  .feature_copy-paragraph-1 {
    color: var(--text-light-grey);
    font-size: 1rem;
    font-weight: 400;
  }

  .card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .feature_left-image {
    background-image: url('../images/image_mockup-ipad.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    min-height: 350px;
    box-shadow: 0 3px 3px #00000040;
  }

  .feature_left-image.is-marketing {
    background-image: url('../images/closeup-digital-tablet-Kopie.jpg');
    background-position: 50%;
  }

  .feature_left-image.is-reach {
    background-image: url('../images/Bild_2025-07-06_233432864.png');
    background-position: 50% 0;
  }

  .feature_left-image.is-reach.is-off {
    box-shadow: inset 0 3px 3px #00000040;
  }

  .code-embed_the-nestiq-team {
    width: 50%;
  }

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

  .feature_card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: var(--white);
    border-radius: 2rem;
    flex-flow: row;
    width: 100%;
    padding: 4rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .feature_card.is-soon {
    box-shadow: none;
  }

  .feature_cards-outer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .feature_content-wrap {
    grid-row-gap: 4rem;
  }

  .code-embed-25 {
    width: 100%;
    height: 100%;
  }

  .button_paragraph {
    color: var(--white);
    font-weight: 600;
    display: block;
  }

  .button_paragraph.is-white {
    color: var(--background);
  }

  .button_paragraph.is-dark {
    color: var(--text);
  }

  .blog_paragrapg_small {
    color: var(--text-light-grey);
  }

  .cta_copy-h2 {
    color: var(--white);
  }

  .cta-paragraph {
    color: var(--background);
  }

  .faq_copy-h2 {
    color: var(--text);
  }

  .faq-paragraph {
    color: var(--background);
  }

  .layout408_card.card-1 {
    height: auto;
  }

  .layout408_card.card-2 {
    height: auto;
    top: 19%;
  }

  .layout408_card.card-3 {
    height: auto;
    top: 30%;
  }

  .mission_paragraph, .value_paragraph {
    color: var(--text-light-grey);
    text-align: center;
    line-height: 1.875rem;
  }

  .frame-115-copy {
    border-right-width: 3px;
    border-right-color: #0000;
  }

  .team_heading {
    font-size: 3rem;
    line-height: 120%;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 2.5rem;
  }

  .cta_copy-h2-2 {
    color: #fff;
  }

  .imprint_heading {
    width: 80%;
  }

  .preis-ermitteln-9 {
    text-transform: none;
  }

  .hero_copy-content-4 {
    box-shadow: 0 4px 4px #0003;
  }

  .padding-global-13 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .paragraph-147 {
    color: #eee;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 150%;
  }

  .cta-paragraph-2 {
    color: #ece7e0;
  }

  .cta_copy-h2-3 {
    color: #fff;
  }

  .preis-ermitteln-10 {
    text-transform: none;
  }

  .hero_copy-content-5 {
    box-shadow: 0 4px 4px #0003;
  }

  .padding-global-14 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .paragraph-151 {
    color: #eee;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 150%;
  }

  .preis-ermitteln-11 {
    text-transform: none;
  }

  .hero_copy-content-6 {
    box-shadow: 0 4px 4px #0003;
  }

  .padding-global-15 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .paragraph-155 {
    color: #eee;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .padding-section-large.is-parallax {
    padding-top: 10rem;
  }

  .padding-section-large.is-bottom {
    padding-bottom: 7.5rem;
  }

  .home_hero-header_content-left {
    margin-right: auto;
  }

  .section_hero {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 6rem;
  }

  .feature_paragraph {
    color: var(--text);
    font-size: 1.25rem;
    line-height: 150%;
  }

  .copy-h2 {
    color: var(--text);
  }

  .section_features-01 {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature_content-inner-wrapper, .process_copy-h2-11 {
    color: var(--text);
  }

  .blog_copy-paragraph-1 {
    color: var(--light-text);
    font-size: 1.25rem;
  }

  .footer_icons {
    grid-column-gap: 1rem;
  }

  .footer_colum-wrapper {
    max-width: 80rem;
  }

  .text-12.is-hidden, .nav-link.is-hidden {
    display: none;
  }

  .benefits_item-hover-1 {
    background-position: 50% 0;
    background-size: 103%;
    padding: 2rem;
    display: flex;
    box-shadow: 0 12px 20px 4px #0003;
  }

  .benefits_item-hover-1.is-2 {
    padding: 2rem;
  }

  .benefits_item-hover-1.is-3 {
    padding-bottom: 2rem;
    display: flex;
  }

  .benefits_item-button-hover.gradient-orange {
    background-image: linear-gradient(#ffb525, #ff902b);
  }

  .benefits_item-headline-hover {
    white-space: normal;
    line-height: 120%;
  }

  .heading-85 {
    text-align: center;
    white-space: normal;
    line-height: 120%;
  }

  .html-embed-6 {
    width: 9.375rem;
    height: 6.25rem;
  }

  .benefits_buttons-wrapper {
    display: none;
  }

  .benefits_item-headline {
    text-align: center;
    white-space: normal;
    line-height: 120%;
  }

  .benefits_item {
    background-image: none;
    border-radius: 1rem;
    padding: 2rem;
  }

  .heading-56 {
    color: var(--white);
    width: 100%;
    font-size: 3rem;
    line-height: 120%;
  }

  .heading-84 {
    text-align: center;
    white-space: normal;
    line-height: 120%;
  }

  .process_content-icon-wrapper {
    width: 100%;
  }

  .social-media_icon.facebook {
    border-color: var(--text-light-grey);
    background-color: var(--white);
  }

  .social-media_icon.facebook.is-hero {
    width: 2rem;
    height: 2rem;
  }

  .social-media_icon.instagram {
    border-color: var(--text-light-grey);
    background-color: var(--white);
  }

  .social-media_icon.instagram.is-hero {
    width: 2rem;
    height: 2rem;
  }

  .social-media_icon.linkedin {
    border-color: var(--text-light-grey);
    background-color: var(--white);
  }

  .social-media_icon.linkedin.is-hero {
    width: 2rem;
    height: 2rem;
  }

  .code-embed-3 {
    color: var(--text-light-grey);
    width: 1rem;
    height: 1rem;
  }

  .code-embed-3.is-small {
    color: var(--text-light-grey);
    text-align: center;
    width: 1rem;
    height: 1.3rem;
  }

  .footer_newsletter-button {
    margin-top: 0;
  }

  .form {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .form.is-center {
    justify-content: center;
    align-items: center;
  }

  .hover_modal._2 {
    right: 10rem;
  }

  .tools_text-wrapper {
    width: 100%;
  }

  .client-logo {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .clients-grid.logo-animate {
    color: var(--text-light-grey);
  }

  .padding-section-search {
    padding-top: 1rem;
  }

  .paragraph-100 {
    width: 80%;
  }

  .iframe_title-wrapper {
    max-width: 80rem;
  }

  .code-embed-16 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .code-embed-16.is-one {
    width: 2rem;
    height: 2rem;
  }

  .div-block-6 {
    background-image: linear-gradient(#ffb525, #ff902b);
  }

  .paragraph-106 {
    font-size: 1rem;
    line-height: 150%;
  }

  .code-embed-17 {
    top: 8%;
  }

  .why_content-cards {
    width: 90%;
    margin-top: -5%;
    margin-left: auto;
    margin-right: auto;
  }

  .why_content-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: linear-gradient(#ffb525, #ff902b);
    border-radius: 2rem;
    flex-flow: column;
    padding: 3.75rem 3.75rem 6rem;
    display: flex;
  }

  .why_content-image {
    background-image: url('../images/Bild_2025-02-21_162048376.png');
    background-position: 70% 80%;
    background-repeat: no-repeat;
    background-size: 220%;
    border-radius: 2rem;
    width: 42%;
    height: 100%;
    margin-top: -4rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 0 4px 4px #0003;
  }

  .why_content-image.is-home {
    height: 100%;
    top: -25%;
  }

  .why_content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .image-51 {
    width: 9.375rem;
  }

  .social-media-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

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

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .tabs-content-2, .tab-pane-tab-1-2, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
    height: 100%;
  }

  .item-headline {
    color: var(--text);
    text-align: left;
    white-space: normal;
    line-height: 120%;
  }

  .item-paragraph {
    color: var(--text-light-grey);
    text-align: left;
    font-size: 1rem;
    line-height: 150%;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    border-left: 3px solid var(--orange);
    background-color: var(--white);
    padding: 1rem 2rem;
  }

  .tab-link-tab-3 {
    padding-top: 1rem;
  }

  .tab-link-tab-3.w--current {
    border-left: 3px solid var(--orange);
    background-color: var(--white);
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_features, .section_cta {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .links-wrapper.is-hidden {
    display: none;
  }

  .button-white {
    border-color: var(--white);
    color: var(--white);
  }

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

  .text-01 {
    font-size: 5rem;
  }

  .padding-global-11 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .what_content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .padding-section-medium-4 {
    padding-top: 120px;
  }

  .padding-section-xxlarge-4 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .padding-section-results {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .results-content-overlay {
    right: 1.5rem;
  }

  .heading-95 {
    margin-top: 2rem;
  }

  .agent-inner-wrapper {
    width: 100%;
  }

  .padding-global_hero-listing {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hero_copy-content-3 {
    background-position: 100% 100%;
    max-width: 80rem;
  }

  .heading-98 {
    margin-top: 2rem;
  }

  .flipcard-front {
    box-shadow: 7px 7px 40px 6px #00000017;
  }

  .section_features-01-copy, .section_cta-02, .section_cta-01 {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .member-headline {
    text-align: center;
    white-space: normal;
    line-height: 120%;
  }

  .price-01_heading-h2 {
    font-size: 2.5rem;
  }

  .price-01_paragraph {
    text-align: left;
  }

  .prices_item-wrapper.is-text {
    justify-content: center;
    align-items: flex-start;
  }

  .bullet-point_paragraph {
    color: var(--text-light-grey);
    font-size: 1rem;
    line-height: 150%;
  }

  .pill_paragraph {
    color: var(--white);
    font-size: 1rem;
    line-height: 150%;
  }

  .section_info {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section_cta-copy {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature_headline-wrapper {
    color: var(--text);
  }

  .feature_copy-paragraph-1 {
    color: var(--text-light-grey);
  }

  .feature_left-image {
    background-image: url('../images/image_mockup-ipad.jpg');
  }

  .feature_left-image.is-marketing {
    background-image: url('../images/closeup-digital-tablet-Kopie.jpg');
  }

  .feature_left-image.is-reach.is-off {
    background-position: 50% 20%;
  }

  .category-heading {
    color: var(--white);
    font-size: 1rem;
    line-height: 150%;
  }

  .feature_content-wrap {
    max-width: 80rem;
  }

  .social-media_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .social-media_content-image {
    background-image: url('../images/Bild_2025-02-21_162048376.png');
    background-position: 70% 80%;
    background-repeat: no-repeat;
    background-size: 220%;
    border-radius: 2rem;
    width: 42%;
    height: 100%;
    margin-top: -4rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 0 4px 4px #0003;
  }

  .social-media_content-image.is-home {
    height: 100%;
    margin-top: 0;
    top: -25%;
  }

  .social-media_content-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: none;
    border-radius: 2rem;
    flex-flow: column;
    padding: 3.75rem 3.75rem 6rem;
    display: flex;
  }

  .button_paragraph {
    color: var(--white);
    font-size: 1rem;
    line-height: 150%;
  }

  .blog_paragrapg_small {
    color: var(--text-light-grey);
  }

  .why_paragraph.is-right {
    text-align: right;
  }

  .faq_copy-h2 {
    color: var(--text);
  }

  .layout408_card-content {
    height: auto;
    padding: 2rem;
  }

  .paragraph-26.is-coming_soon.is-second, .paragraph-26.is-coming_soon.is-hidden {
    font-size: 1.25rem;
  }

  .layout408_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .layout408_image-wrapper {
    height: auto;
  }

  .layout408_card.card-1 {
    height: auto;
    padding: 2rem;
    top: 6rem;
  }

  .layout408_card.card-2 {
    height: auto;
    padding: 2rem;
    top: 13rem;
  }

  .layout408_card.card-3 {
    height: auto;
    padding: 2rem;
    top: 20rem;
  }

  .heading-106 {
    font-size: .75rem;
  }

  .code-embed-26 {
    width: 3rem;
    height: 3rem;
  }

  .code-embed-26.is-big {
    width: 5rem;
    height: 5rem;
  }

  .section_header-listing {
    width: 100%;
  }

  .bold-text-20 {
    color: var(--text);
  }

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

  .footer_colum-right {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-27, .bold-text-31 {
    font-size: 1.75rem;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-39 {
    font-size: 1.75rem;
  }

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

  .code-embed-28 {
    color: #797979;
    width: 1rem;
    height: 1rem;
  }

  .code-embed-28.is-small {
    color: #797979;
    text-align: center;
    width: 1rem;
    height: 1.3rem;
  }

  .imprint_heading, .hero_copy-content-4 {
    max-width: 80rem;
  }

  .social-media_icon-2.instagram, .social-media_icon-2.linkedin, .social-media_icon-2.facebook {
    background-color: #fff;
    border-color: #797979;
  }

  .paragraph-146 {
    width: 80%;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-30 {
    color: #797979;
    width: 1rem;
    height: 1rem;
  }

  .code-embed-30.is-small {
    color: #797979;
    text-align: center;
    width: 1rem;
    height: 1.3rem;
  }

  .hero_copy-content-5 {
    max-width: 80rem;
  }

  .paragraph-150 {
    width: 80%;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-31 {
    color: #797979;
    width: 1rem;
    height: 1rem;
  }

  .code-embed-31.is-small {
    color: #797979;
    text-align: center;
    width: 1rem;
    height: 1.3rem;
  }

  .hero_copy-content-6 {
    max-width: 80rem;
  }

  .paragraph-154 {
    width: 80%;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .padding-global.is-grey {
    background-color: var(--background);
  }

  .padding-global.is-hero, .padding-global.is-marquee {
    height: auto;
  }

  .padding-global.is-pricing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-large.is-parallax {
    padding-top: 8rem;
  }

  .padding-section-large.is-pricing {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.is-pricing.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-large.is-bottom {
    padding-bottom: 7.5rem;
  }

  .padding-section-large.is-small {
    padding-bottom: 0;
  }

  .paragraph-84.text-align-center {
    color: #fff;
  }

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

  .heading-style-h5.margin-bottom.margin-small.text-align-center {
    color: #fff;
  }

  .offers_content-item.content-item-5 {
    top: 31%;
  }

  .offers_content-item.content-item-6 {
    top: 33%;
  }

  .offers_content-item.content-item-1 {
    top: 25%;
  }

  .offers_content-item.content-item-4 {
    top: 29%;
  }

  .offers_content-item.content-item-2 {
    top: 27%;
  }

  .container-large {
    height: 100%;
  }

  .container-large.is-hero {
    height: auto;
  }

  .error-message {
    background-color: #e23939;
    border-radius: 1rem;
  }

  .success-message {
    border-top-left-radius: 1rem;
  }

  .home_hero-header_content-left {
    margin-right: auto;
    padding-left: 0;
  }

  .home_offers_content-left {
    top: 25%;
  }

  .navbar_sellerbuyer {
    width: 100vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    justify-content: flex-start;
    align-items: center;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_wrapper {
    max-width: 80rem;
  }

  .navbar_link-wrapper {
    grid-column-gap: 2rem;
  }

  .navbar_icon_home {
    transition: color .2s;
  }

  .navbar_icon_home:hover {
    color: var(--orange);
  }

  .section_hero {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-xxlarge {
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero_copy {
    width: 80%;
  }

  .padding-section-medium.is-marquee {
    padding-bottom: 1rem;
  }

  .feature_paragraph {
    color: var(--text);
    font-size: 1.25rem;
  }

  .button-text-4 {
    font-size: 1rem;
  }

  .attentionbreaker_content {
    width: 80%;
  }

  .copy-h2 {
    color: var(--background);
  }

  .feature_content {
    max-width: 70rem;
  }

  .feature_content-inner-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .process_content-title {
    max-width: 1270px;
  }

  .feature_item {
    background-color: var(--light-grey);
    justify-content: flex-start;
    align-items: center;
  }

  .feature_text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-indicator-2 {
    color: var(--text-light-grey);
    font-size: .625rem;
    font-weight: 400;
  }

  .marktanalyse-und-preisermittlung-deiner-immobilie {
    color: var(--text);
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .interessenten_copy {
    color: var(--text-light-grey);
    text-align: left;
    font-size: 1rem;
    line-height: 1.875rem;
  }

  .feature_headline {
    justify-content: center;
    align-items: flex-start;
  }

  .process_step-2 {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_content {
    height: auto;
  }

  .blog_copy-paragraph-1 {
    color: var(--light-text);
    text-align: center;
    font-size: 1.25rem;
  }

  .text-7.is-small {
    margin-right: auto;
    font-size: .9rem;
  }

  .pricing_button {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .blog_copy-h2-2 {
    font-size: 1.875rem;
  }

  .blog_copy-paragraph-3 {
    font-size: 1rem;
  }

  .blog_post-01 {
    height: 100%;
    text-decoration: none;
  }

  .icon_evaluation {
    border-style: none;
    border-width: 1px;
    width: 100%;
  }

  .blog_post-content-wrapper {
    height: 100%;
  }

  .section-indicator-11 {
    font-size: .625rem;
  }

  .preis-ermitteln-4 {
    font-size: 1.25rem;
  }

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

  .blog_post-02 {
    height: 100%;
  }

  .preis-ermitteln-5 {
    font-size: 1.25rem;
  }

  .button-text-7 {
    font-size: 1rem;
  }

  .footer-wrapper {
    max-width: 80rem;
  }

  .flag {
    margin-left: auto;
    position: fixed;
    top: 150px;
    left: auto;
    right: 0;
  }

  .nav-link {
    border: 2px solid #0000;
  }

  .nav-link:hover {
    border-color: #0000 #0000 var(--orange);
  }

  .brand {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .section_feature {
    justify-content: center;
    align-items: center;
  }

  .background-video {
    height: 100%;
  }

  .benefits_item-button-hover {
    width: 2vw;
    height: 2vw;
  }

  .html-embed_white {
    width: 5rem;
    height: 5rem;
  }

  .html-embed-6 {
    color: #f80;
    width: 9.375rem;
    height: 6.25rem;
  }

  .benefits_item-button {
    width: 2vw;
    height: 2vw;
  }

  .benefits_item {
    background-color: var(--white);
    background-image: none;
    border-radius: 1rem;
    padding: 1rem;
  }

  .icon-hover {
    font-size: 1rem;
  }

  .heading-56 {
    color: var(--text);
    width: 100%;
    font-size: 2.5rem;
    line-height: 120%;
  }

  .image-50 {
    width: 12.5rem;
  }

  .heading-87 {
    color: var(--white);
    text-align: center;
    font-size: 1.25rem;
  }

  .code-embed-2 {
    color: var(--orange);
    text-align: center;
  }

  .section_hero-agent {
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 7rem;
  }

  .feature_title-wrapper {
    max-width: 1270px;
  }

  .blog_post-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .pricing_copy-paragraph-1 {
    font-size: 1rem;
  }

  .section_uvp {
    justify-content: center;
    align-items: center;
  }

  .uvp_paragraph {
    font-size: 1.25rem;
  }

  .pricing_button-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_newsletter-button {
    font-weight: 400;
  }

  .form {
    flex-flow: row;
  }

  .section_hero-privat {
    background-position: 50% 100%;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 7rem;
  }

  .section_timeline {
    justify-content: center;
    align-items: center;
  }

  .pricing_copy-paragraph-1-copy {
    font-size: 1rem;
  }

  .hover_modal._2 {
    right: 10rem;
  }

  .tools_text-wrapper {
    color: var(--text);
    width: 100%;
  }

  .timeline_right {
    border-color: var(--light-grey);
    box-shadow: none;
    transition: box-shadow .2s;
  }

  .timeline_right:hover {
    box-shadow: 0 4px 4px #0003;
  }

  .timeline_image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .timeline_item {
    margin-right: 5rem;
  }

  .timeline_progress {
    left: 3.9%;
  }

  .section_process {
    justify-content: center;
    align-items: center;
  }

  .image-timeline_item {
    justify-content: center;
    align-items: center;
    width: 10rem;
  }

  .section_listing {
    justify-content: center;
    align-items: center;
  }

  .section_hero-about {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 7rem;
  }

  .hero_copy-paragraph {
    font-size: 1.25rem;
  }

  .team_content {
    height: auto;
  }

  .team_heading-h2 {
    font-size: 3rem;
    line-height: 120%;
  }

  .team_paragraph {
    color: var(--text);
    font-size: 2rem;
  }

  .team_wrapper {
    height: auto;
  }

  .team_member-image.is-dennis {
    background-image: url('../images/Bild10_1-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
    background-position: 50% 0, 0 0;
    height: 250px;
  }

  .team_member-image.is-florian {
    background-image: url('../images/Bild7_2-Kopie.png'), linear-gradient(to bottom, var(--background), var(--background));
    background-position: 50% 0, 0 0;
    height: 250px;
  }

  .mission_content {
    height: auto;
  }

  .slide-nav-2 {
    display: block;
    inset: 110% 0% 0%;
  }

  .hero_icons-marquee {
    width: 100%;
  }

  .section_searchbar {
    top: 5rem;
  }

  .padding-section-search {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-large-9 {
    position: static;
  }

  .padding-global_search {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 8rem;
  }

  .iframe_title-wrapper {
    width: 80%;
    max-width: 70rem;
  }

  .iframe_content-wrapper {
    width: 80%;
  }

  .why_content-image {
    height: 100%;
    margin-top: -5rem;
  }

  .why_content-image.is-home {
    top: 0%;
  }

  .tab-pane-tab-1-2 {
    background-image: url('../images/image_laptop-boost_1.png');
  }

  .tab-pane-tab-2-2 {
    background-image: url('../images/image_laptop-boost.png');
  }

  .item-paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    border-left-color: var(--white);
  }

  .padding-global_listing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-white {
    border-color: var(--white);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .hero_copy-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero_copy-heading-2 {
    width: 90%;
  }

  .text-01 {
    font-size: 5rem;
  }

  .frame-79 {
    height: auto;
    min-height: 330px;
  }

  .frame-125 {
    height: auto;
  }

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

  .frame-126 {
    height: auto;
  }

  .padding-section-medium-4 {
    padding-top: 120px;
  }

  .frame-5 {
    height: auto;
  }

  .padding-section-xxlarge-4 {
    height: 100%;
    padding-top: 10rem;
  }

  .card-label {
    opacity: .5;
    font-size: 1rem;
  }

  ._w-card-front.mg, ._w-card-front.si, ._w-card-front.ig {
    border-radius: .5rem;
  }

  .cloneable-area {
    height: 12rem;
  }

  .c-card-back {
    display: none;
  }

  .padding-section-results {
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }

  .results-content-overlay {
    right: 2rem;
  }

  .results-item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-95 {
    margin-top: 2.5rem;
  }

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

  .slider-grundriss {
    background-image: linear-gradient(#666, #000);
    border-color: #0f3a7580;
  }

  .popup {
    opacity: 0;
    display: none;
  }

  .results-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-14.si, .div-block-14.mg, .div-block-14.ig {
    width: 4.5rem;
    height: 4.5rem;
  }

  .card-img {
    width: 80%;
  }

  ._w-card-back {
    background-color: #313131;
    border-radius: .5rem;
  }

  .mask-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .slider-3 {
    width: 100%;
    height: 100%;
  }

  .agent-inner-wrapper {
    width: 100%;
  }

  .c-card-front {
    display: flex;
  }

  .results-content-headline {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_copy-content-3 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .heading-98 {
    margin-top: 2.5rem;
  }

  .flipcard-wrapper {
    border-radius: 1rem;
    overflow: visible;
  }

  .flipcard-front.is-team {
    box-shadow: none;
  }

  .title_content-warpper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-01_content-warpper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .price-01_heading-h2 {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .price-01_paragraph {
    text-align: left;
    font-size: 1.2rem;
  }

  .price-01_content {
    height: auto;
  }

  .text-span-55 {
    font-size: 2.5rem;
  }

  .prices_item-wrapper.is-text {
    justify-content: center;
    align-items: flex-start;
  }

  .iframe_padding-global {
    padding-top: 0;
    padding-bottom: 0;
  }

  .iframe_container {
    max-width: 80rem;
  }

  .section_social-media {
    background-color: var(--background);
  }

  .bullet-point_paragraph {
    color: var(--text-light-grey);
    font-size: 1.25rem;
  }

  .pill_paragraph {
    font-size: 1.25rem;
  }

  .pill_paragraph.is-white.is-off {
    font-size: 1rem;
    font-weight: 400;
  }

  .pill_paragraph.is-dark {
    font-weight: 400;
  }

  .paragraph-136 {
    font-size: 1rem;
  }

  .button-1 {
    font-weight: 400;
  }

  .section_info {
    background-color: var(--background);
  }

  .feature_headline-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .feature_copy-paragraph-1 {
    text-align: center;
    font-size: 1.25rem;
  }

  .feature_left-image {
    background-image: url('../images/image_mockup-ipad.jpg');
  }

  .feature_left-image.is-marketing {
    background-image: url('../images/closeup-digital-tablet-Kopie.jpg');
  }

  .code-embed_the-nestiq-team {
    width: 30%;
  }

  .category-heading {
    color: var(--text);
    font-size: 1rem;
    line-height: 120%;
  }

  .feature_cards-outer, .feature_content-wrap {
    max-width: 80rem;
  }

  .social-media_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .social-media_content-image {
    height: 100%;
    margin-top: -5rem;
  }

  .social-media_content-image.is-home {
    margin-top: 0;
    top: 0%;
  }

  .social-media_content-text {
    background-image: none;
    padding-right: 0;
  }

  .button_paragraph {
    font-size: 1rem;
    font-weight: 400;
  }

  .section_cta-try-ai {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta_content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cta_copy {
    width: 80%;
  }

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

  .tilted {
    border-width: 10px;
    margin-top: 20px;
    padding-top: 25px;
    box-shadow: 3px 0 7px #00000008;
  }

  .tilted.faq {
    font-size: 2em;
  }

  .section_faq {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq_copy {
    width: 80%;
  }

  .faq_copy-h2 {
    color: var(--text);
  }

  .section_carussel {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_cta-list-now {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout408_card.card-1 {
    top: 6.5rem;
  }

  .layout408_card.card-2 {
    top: 17%;
  }

  .layout408_card.card-3 {
    top: 26%;
  }

  .mission_paragraph, .value_paragraph {
    font-size: 1.2rem;
  }

  .team_heading {
    font-size: 3rem;
    line-height: 120%;
  }

  .section_cta-try-liisting {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .social-proof_feedback {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section_cta-list-now-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_icon_home-2 {
    transition: color .2s;
  }

  .navbar_icon_home-2:hover {
    color: #ffb525;
  }

  .padding-section-xxlarge-5 {
    height: 100%;
    padding-top: 10rem;
  }

  .imprint_heading {
    width: 80%;
    max-width: 70rem;
  }

  .nav-link-2 {
    border: 2px solid #0000;
  }

  .nav-link-2:hover {
    border-color: #0000 #0000 #ffb525;
  }

  .hero_copy-content-4 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .footer_newsletter-button-2 {
    font-weight: 400;
  }

  .padding-global-13 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta_content-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .navbar_sellerbuyer-2 {
    width: 100vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cta-paragraph-2 {
    text-align: center;
  }

  .footer-wrapper-2 {
    max-width: 80rem;
  }

  .container-large-14 {
    height: 100%;
  }

  .section_cta-list-now-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-xxlarge-6 {
    height: 100%;
    padding-top: 10rem;
  }

  .hero_copy-content-5 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .padding-global-14 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_content-wrapper-3 {
    justify-content: center;
    align-items: center;
  }

  .navbar_sellerbuyer-3 {
    width: 100vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-large-15 {
    height: 100%;
  }

  .section_cta-list-now-4 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-xxlarge-7 {
    height: 100%;
    padding-top: 10rem;
  }

  .hero_copy-content-6 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .padding-global-15 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-16 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .slide-11 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .left-arrow-2 {
    right: 14%;
  }

  .tab-pane.is-one {
    height: auto;
  }

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global.is-white {
    background-color: #fffaf5;
  }

  .padding-global.is-marquee {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.is-cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .button.is-navbar2-button {
    margin-top: 2rem;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .home_benefits_tabs-menu.is-two {
    float: none;
    width: 100%;
    margin-bottom: 4rem;
  }

  .home_benefits_tabs-menu.is-one {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
    margin-right: 0%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text {
    font-size: 3rem;
  }

  .home_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slide-7 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .navigation-items.w--current {
    flex: 0 auto;
    margin-left: 15rem;
    margin-right: auto;
  }

  .navigation-items.is-mobile {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation-items.is-mobile.w--current {
    z-index: 9999;
    width: 16rem;
    margin-left: auto;
    padding-top: 80px;
    padding-left: 2rem;
  }

  .image-2 {
    width: 15rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.3rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .home_hero-header_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .home_hero-header_component.is-tablet {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 9rem;
  }

  .animation-wrapper.is-tablet {
    align-items: center;
    padding-top: 0;
  }

  .home_offers_content-right {
    margin-top: -19rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_component.is-mobile {
    background-color: #fff;
    border-radius: 1rem;
    margin: 1rem 1rem 1rem 1%;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-icon_line-top {
    opacity: 1;
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top.is-mobile {
    color: #000;
    background-color: #000;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .menu-icon {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .offers_content-item.content-item-5 {
    top: 52%;
  }

  .offers_content-item.content-item-7 {
    top: 56%;
  }

  .offers_content-item.content-item-6 {
    top: 54%;
  }

  .offers_content-item.content-item-3 {
    top: 57%;
  }

  .offers_content-item.content-item-1 {
    top: 46%;
  }

  .offers_content-item.content-item-4 {
    top: 50%;
  }

  .offers_content-item.content-item-2 {
    top: 48%;
  }

  .home_testimonial_component {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .home_offers_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .heading-2.is-tablet {
    font-size: 2.5rem;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    justify-content: center;
    display: flex;
  }

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

  .home_services_tabs-content {
    height: auto;
  }

  .slider_image.image-align-mid {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .slider_image.image-align-bottom {
    object-fit: cover;
  }

  .heading-style-h2.is-tablet {
    text-align: center;
    font-size: 2.5rem;
  }

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

  .home_benefits_tabs-content.is-two {
    clear: none;
    width: 100%;
    height: 600px;
  }

  .home_benefits_tabs-content.is-one {
    float: none;
    width: 100%;
    height: 600px;
    margin-left: 0%;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .home_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .icon-1x1-medium {
    width: 3rem;
    height: 3rem;
  }

  .heading-style-h6 {
    text-align: center;
  }

  .home_testimonial_content {
    align-items: center;
  }

  .home_services_tabs-menu {
    width: 75%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.is-tablet {
    justify-content: center;
    margin-bottom: 0;
  }

  .margin-bottom.margin-xxsmall.is-tablet {
    justify-content: center;
    margin-bottom: .5rem;
    display: none;
  }

  .slide-8 {
    overflow: hidden;
  }

  .home_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home_testimonial_mask {
    width: 100%;
  }

  .paragraph {
    font-size: 1rem;
  }

  .html-embed-5 {
    width: 3rem;
    height: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-align-left {
    text-align: center;
  }

  .home_services_component {
    grid-column-gap: 3rem;
  }

  .slide-12 {
    object-fit: cover;
    height: 100%;
  }

  .logo-image.logo-white {
    color: #000;
    width: 16rem;
    margin-left: 0;
    display: none;
    left: auto;
  }

  .heading-8 {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    color: #fff;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle.is-mobile {
    background-color: #000;
  }

  .home_benefits_component {
    grid-column-gap: 3rem;
  }

  .home_benefits_component.is-one {
    height: auto;
  }

  .home_hero-header_content-left {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .heading-9 {
    font-size: 2.5rem;
  }

  .home_portfolio_image {
    height: 400px;
  }

  .heading {
    font-size: 3rem;
  }

  .slide-9 {
    overflow: hidden;
  }

  .home_hero-header_content-right {
    height: 44rem;
    padding-left: 2.5rem;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .slide-10 {
    overflow: hidden;
  }

  .menu-icon_line-bottom {
    opacity: 1;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom.is-mobile {
    background-color: #000;
  }

  .home_offers_content-left {
    padding-bottom: 19rem;
    top: 12%;
  }

  .section_hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section_hero.is-agent {
    margin-left: 0;
    margin-right: 0;
  }

  .hero_copy {
    width: 100%;
  }

  .hero_copy-h1 {
    width: 100%;
    font-size: 3em;
  }

  .padding-section-medium.is-social {
    height: auto;
  }

  .feature_content-inner-wrapper {
    width: 100%;
  }

  .nav-link {
    color: var(--background);
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link.is-exception {
    color: var(--background);
    justify-content: center;
    align-items: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link.is-exception.w--current {
    justify-content: center;
    align-items: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link.is-exception.is-hidden {
    display: none;
  }

  .brand {
    flex: 1;
  }

  .heading-53, .text-13 {
    font-size: 3rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .button-4.is-mono {
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed-4 {
    color: var(--background);
  }

  .block_wrap {
    width: 50%;
  }

  .line_01, .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .hero_buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .padding-global_search {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .listing_item-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .left-arrow-4 {
    top: -4%;
    right: 12%;
  }

  .right-arrow-3 {
    top: -4%;
  }

  .iframe_title-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

  .iframe_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: grid;
  }

  .hiw_step {
    width: 100%;
  }

  .code-embed-17 {
    display: none;
  }

  .hero_copy-content-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero_copy-h1-2 {
    text-align: center;
    line-height: 120%;
  }

  .vectors-wrapper-45 {
    inset: auto;
  }

  .frame-160 {
    justify-content: center;
    align-items: center;
    height: 0;
  }

  .frame-159 {
    justify-content: center;
    align-items: flex-start;
  }

  .hero_copy-buttons-3 {
    justify-content: center;
    align-items: center;
  }

  .frame-157 {
    justify-content: flex-start;
    align-items: center;
  }

  .vectors-wrapper-44 {
    inset: auto;
  }

  .paragraph-108 {
    text-align: center;
    width: 100%;
  }

  .frame-158 {
    justify-content: center;
    align-items: center;
  }

  .hero_copy-heading-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-123 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-01 {
    font-size: 4.5rem;
  }

  .text-14 {
    font-size: 1rem;
    font-weight: 700;
  }

  .text-15 {
    font-size: 4.5rem;
  }

  .frame-125 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .frame-126 {
    height: 400px;
  }

  .padding-global-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .frame-127 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .padding-section-medium-4 {
    flex-flow: column;
  }

  .process_copy-h2 {
    text-align: center;
    line-height: 120%;
  }

  .padding-section-xxlarge-4 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .padding-section-results {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .c-card-btn-text.default, .c-card-btn-text.focus {
    transform: translate(0, -100%);
  }

  .results-item {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .results-item.is-boosted {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .mask-4 {
    height: 25rem;
  }

  .hero_copy-content-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .right-arrow-6 {
    right: 3%;
  }

  .paragraph-122 {
    text-align: right;
  }

  .left-arrow-6 {
    left: 3%;
  }

  .feature_card-wrapper {
    flex-flow: column;
  }

  .info_content-wrapper {
    width: 100%;
    padding: 3rem;
  }

  .feature_headline-wrapper {
    width: 100%;
  }

  .card-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_left-image {
    height: 20rem;
  }

  .feature_left-image.is-marketing {
    background-position: 50% 0;
  }

  .feature_left-image.is-reach.is-off {
    background-position: 50% 20%;
  }

  .feature_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 3rem;
  }

  .social-media_content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .why_paragraph-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_cta-try-ai {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cta_copy {
    width: 100%;
  }

  .cta_copy-h2 {
    width: 100%;
    font-size: 3em;
  }

  .cta-wrapper {
    width: 100%;
  }

  .text-span-39 {
    font-size: 3.5em;
    line-height: 60px;
  }

  .heading-47 {
    font-size: 1em;
  }

  .accordion-item {
    font-size: 1em;
    line-height: 1em;
  }

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

  .tilted {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tilted.faq {
    font-size: 1.8em;
  }

  .faq_copy {
    width: 100%;
  }

  .faq_copy-h2 {
    width: 100%;
    font-size: 3em;
  }

  .layout408_card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding: 3rem 2rem 1rem;
  }

  .layout408_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: auto;
  }

  .layout408_image-wrapper {
    height: 350px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout408_card.card-1 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .layout408_card.card-2, .layout408_card.card-3, .layout408_card.is-coming-soon {
    position: relative;
    top: auto;
  }

  .card_content-wrapper {
    flex-flow: column;
  }

  .layout408_card-coming-soon {
    width: 100%;
  }

  .team_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-6, .mask-7, .mask-8, .mask-9, .mask-10, .mask-11, .mask-12, .mask-13 {
    height: 25rem;
  }

  .slider-4 {
    height: auto;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu {
    background-color: var(--dark-grey);
    color: var(--background);
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .register_button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-left: 0;
  }

  .menu-button {
    border-radius: .5rem;
  }

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

  .cta-wrapper-2 {
    width: 100%;
  }

  .cta_copy-h2-2 {
    width: 100%;
    font-size: 3em;
  }

  .imprint_heading {
    width: 100%;
    margin-bottom: 3rem;
  }

  .nav-link-2 {
    color: #ece7e0;
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link-2.is-exception {
    color: #ece7e0;
    justify-content: center;
    align-items: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link-2.is-exception.w--current {
    justify-content: center;
    align-items: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .nav-link-2.is-exception.is-hidden {
    display: none;
  }

  .hero_copy-content-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .button-11.is-mono {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-13, .padding-global-13.is-cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_copy-heading-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-147 {
    text-align: center;
    width: 100%;
  }

  .code-embed-29 {
    color: #ece7e0;
  }

  .container-4 {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_copy-h1-3 {
    text-align: center;
    line-height: 120%;
  }

  .frame-161 {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-2 {
    flex: 1;
  }

  .nav-menu-2 {
    color: #ece7e0;
    background-color: #1b1b1b;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .cta-wrapper-3 {
    width: 100%;
  }

  .cta_copy-h2-3 {
    width: 100%;
    font-size: 3em;
  }

  .hero_copy-content-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .button-13.is-mono {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-14, .padding-global-14.is-cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_copy-heading-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-151 {
    text-align: center;
    width: 100%;
  }

  .container-5 {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_copy-h1-4 {
    text-align: center;
    line-height: 120%;
  }

  .frame-162 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-3 {
    color: #ece7e0;
    background-color: #1b1b1b;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .hero_copy-content-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .button-15.is-mono {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-15, .padding-global-15.is-cta {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_copy-heading-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-155 {
    text-align: center;
    width: 100%;
  }

  .container-6 {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_copy-h1-5 {
    text-align: center;
    line-height: 120%;
  }

  .frame-163 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-4 {
    color: #ece7e0;
    background-color: #1b1b1b;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .cta_buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .left-arrow-2 {
    right: 15%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button {
    flex: 1;
  }

  .button.is-navbar2-button {
    padding: .5rem 1rem;
  }

  .button.is-link.is-icon {
    justify-content: flex-start;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .navigation-items.w--current {
    margin-left: 9rem;
  }

  .navigation-items.is-mobile {
    color: #000;
    height: 5rem;
    padding-top: 0;
  }

  .navigation-items.is-mobile.w--current {
    color: #000;
    height: 5rem;
    padding-top: 0;
    position: static;
  }

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

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    text-align: center;
    font-size: 3rem;
  }

  .home_hero-header_component {
    padding-top: 4rem;
  }

  .home_hero-header_component.is-tablet {
    padding-top: 8rem;
  }

  .home_offers_content-right {
    margin-top: -19rem;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_component.is-mobile {
    background-color: #fff;
    border-radius: 1rem;
    width: 96%;
    margin: 1%;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-icon_line-top.is-mobile {
    color: #000;
    background-color: #000;
  }

  .navbar_button-wrapper, .menu-icon.is-mobile {
    color: #000;
  }

  .home_benefits_tabs-link, .home_benefits_tabs-link.w--current {
    border-left-width: 5px;
  }

  .offers_content-item.content-item-5 {
    top: 57%;
  }

  .offers_content-item.content-item-7 {
    top: 61%;
  }

  .offers_content-item.content-item-6 {
    top: 59%;
  }

  .offers_content-item.content-item-3 {
    top: 26%;
  }

  .offers_content-item.content-item-1 {
    top: 51%;
  }

  .offers_content-item.content-item-4 {
    top: 55%;
  }

  .offers_content-item.content-item-2 {
    top: 53%;
  }

  .home_testimonial_component {
    padding-bottom: 5rem;
  }

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

  .home_testimonial_client {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .home_offers_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_portfolio_component {
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
  }

  .home_services_tabs-content {
    height: auto;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.is-tablet, .heading-style-h2.is-tablet.text-align-left {
    text-align: center;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 6rem;
  }

  .home_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    text-align: center;
    font-size: .75rem;
  }

  .home_testimonial_content {
    align-items: center;
  }

  .footer_link-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: max-content 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .home_services_tabs-menu {
    width: 100%;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium.text-align-left {
    text-align: center;
  }

  .home_services_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo-image.logo-white {
    z-index: 9999;
    color: #000;
    height: 5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle.is-mobile {
    color: #000;
    background-color: #000;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home_benefits_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_hero-header_content-left {
    padding-left: 0;
  }

  .home_testimonial_arrow.is-left {
    right: 5rem;
  }

  .navbar-wrapper {
    min-height: 4rem;
  }

  .navbar-wrapper.is-referenz {
    justify-content: center;
  }

  .heading {
    text-align: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .home_hero-header_content-right {
    height: 42rem;
    padding-left: 2.5rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .navbar_container.is-mobile {
    z-index: 15;
    color: #000;
    position: relative;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .menu-icon_line-bottom.is-mobile {
    color: #000;
    background-color: #000;
  }

  .home_offers_content-left {
    padding-bottom: 19rem;
    position: sticky;
    top: 10%;
  }

  .footer_colum-wrapper {
    grid-template-rows: auto auto;
  }

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

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_progress {
    left: 6px;
  }

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

  .timeline_subheadline {
    font-size: 20px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .padding-global_search {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-100 {
    font-size: 1rem;
  }

  .heading-92 {
    font-size: 2.2rem;
  }

  .padding-global_listing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_copy-h1-2 {
    font-size: 2.2rem;
  }

  .frame-157 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .frame-123 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-01 {
    font-size: 3.5rem;
  }

  .padding-global-11 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-15 {
    font-size: 3.5rem;
  }

  .frame-125 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-global-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section_video-01 {
    flex-direction: column;
    align-items: center;
  }

  .results-item-wrapper {
    width: 100%;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .section_hero-02 {
    padding-top: 9rem;
  }

  .heading-wrapper {
    width: 100%;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .results-item.is-boosted, .mask-4 {
    width: 100%;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .padding-global_hero-listing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero_copy-content-3 {
    background-position: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-25.is-02.is-boosted, .heading-98 {
    width: 100%;
  }

  .paragraph-122 {
    text-align: right;
  }

  .heading-99 {
    white-space: nowrap;
  }

  .iframe_padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .why_paragraph-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_cta-try-ai {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta_copy-h2 {
    font-size: 2.2em;
  }

  .text-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .layout408_card-content {
    order: 2147483647;
    padding: 3rem 1.5rem;
  }

  .layout408_card-content.is-coming_soon {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .layout408_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .layout408_image-wrapper {
    order: 1;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card.card-1 {
    flex-flow: column;
    height: auto;
  }

  .layout408_card.card-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .layout408_card.is-3 {
    flex-flow: column;
    height: auto;
  }

  .layout408_card.card-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .heading-107.is-coming_soon {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

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

  .team_slider {
    padding-bottom: 5rem;
  }

  .social-proof_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-26 {
    font-size: 2.2rem;
  }

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

  .heading-110 {
    font-size: 2.2rem;
  }

  .cta_copy-h2-2 {
    font-size: 2.2em;
  }

  .hero_copy-content-4 {
    background-position: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-13 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-146 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-3 {
    font-size: 2.2rem;
  }

  .frame-161 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-111 {
    font-size: 2.2rem;
  }

  .cta_copy-h2-3 {
    font-size: 2.2em;
  }

  .hero_copy-content-5 {
    background-position: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-14 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-150 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-4 {
    font-size: 2.2rem;
  }

  .frame-162 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-112 {
    font-size: 2.2rem;
  }

  .hero_copy-content-6 {
    background-position: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-15 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-154 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-5 {
    font-size: 2.2rem;
  }

  .frame-163 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .divider-smal {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-2 {
    right: 27%;
  }

  .padding-global.is-cta {
    box-shadow: none;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form_checkbox-icon {
    margin-top: .3rem;
  }

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

  .button {
    flex: 1;
    line-height: 1.2;
  }

  .button.is-secondary.is-white {
    margin-left: 0;
  }

  .button.is-link.is-icon {
    justify-content: center;
  }

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

  .home_header_component {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .navigation-items.w--current {
    margin-left: 1.5rem;
  }

  .navigation-items.is-mobile {
    height: 5rem;
    padding-top: 0;
  }

  .navigation-items.is-mobile.w--current {
    z-index: 9999;
    justify-content: flex-end;
    width: 50%;
    height: 80%;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
  }

  .footer_logo-link, .footer_logo-link.w--current {
    width: 15rem;
    height: 5rem;
  }

  .image-2 {
    width: 10rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: absolute;
    inset: 0%;
  }

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

  .div-block {
    align-items: flex-end;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .home_hero-header_component {
    grid-template-columns: 1fr;
  }

  .home_hero-header_component.is-tablet {
    padding-top: 7rem;
  }

  .animation-wrapper.is-tablet {
    align-items: center;
  }

  .home_offers_content-right {
    margin-top: -25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .navbar_component.is-mobile {
    background-color: #fff;
    justify-content: space-around;
    width: 99%;
    height: 5rem;
    margin: 2%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .navbar_button-wrapper {
    height: 100%;
    position: absolute;
    inset: 0% 5% 0% auto;
  }

  .menu-icon.is-mobile {
    margin-right: 0;
  }

  .home_benefits_tabs-link, .home_benefits_tabs-link.w--current {
    padding-left: 1rem;
  }

  .offers_content-item.content-item-5 {
    top: 61%;
  }

  .offers_content-item.content-item-7 {
    top: 65%;
  }

  .offers_content-item.content-item-6 {
    top: 63%;
  }

  .offers_content-item.content-item-1 {
    top: 55%;
  }

  .offers_content-item.content-item-4 {
    top: 59%;
  }

  .offers_content-item.content-item-2 {
    top: 57%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .button-group {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .text-size-large.is-white {
    text-align: center;
  }

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

  .container-small {
    align-items: center;
    display: flex;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .form_radio-2col {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar_link {
    border-color: #fff;
    font-size: 2rem;
  }

  .heading-2.is-tablet.text-align-center {
    font-size: 2rem;
  }

  .portfolio-link {
    overflow: hidden;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    flex-direction: row;
  }

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

  .home_services_tabs-content {
    height: auto;
  }

  .slider_image {
    object-position: 50% 50%;
  }

  .slider_image.image-align-mid {
    object-position: 30% 70%;
  }

  .slider_image.image-align-left {
    object-position: 60% 40%;
  }

  .slider_image.image-align-right {
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .heading-style-h2.is-tablet {
    font-size: 2rem;
  }

  .heading-style-h2.is-tablet.text-align-left {
    text-align: center;
  }

  .home_benefits_tabs-content.is-two, .home_benefits_tabs-content.is-one {
    height: 400px;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: #fff;
    padding-top: 4rem;
  }

  .icon-1x1-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
  }

  .home_services_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_cta_component {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_component {
    z-index: 1;
    height: 500px;
  }

  .html-embed-5 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-medium.text-align-left, .text-size-medium.is-white.text-align-left {
    font-size: 1rem;
  }

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

  .form_checkbox {
    align-items: flex-start;
  }

  .logo-image {
    color: #fff;
    width: 15rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-image.logo-white {
    z-index: 9999;
    width: 12rem;
    height: 5rem;
    position: static;
  }

  .heading-8 {
    font-size: 1.9rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-image {
    object-position: 0% 100%;
  }

  .slider-image.image-align-right, .slider-image.image-align-left {
    object-position: 50% 50%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .slide-nav {
    object-position: 0% 50%;
    bottom: 4%;
  }

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

  .navbar-wrapper.is-referenz {
    justify-content: center;
  }

  .heading-9.text-align-center {
    font-size: 2rem;
  }

  .home_portfolio_image {
    object-fit: cover;
  }

  .heading {
    text-align: center;
    font-size: 2.5rem;
  }

  .section_footer-spacer {
    height: 450px;
  }

  .home_hero-header_content-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navbar_container.is-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    justify-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .footer_credit-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .home_offers_content-left {
    padding-bottom: 25rem;
  }

  .padding-section-xxlarge.is-cta {
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .footer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_colum-wrapper {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

  .footer_colum-left.left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-53, .text-13 {
    text-align: center;
    font-size: 2.5rem;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .form {
    flex-flow: column;
  }

  .block_wrap {
    width: 100%;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .padding-global_search {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-92 {
    font-size: 1.6rem;
  }

  .padding-global_listing {
    padding: 4rem 1rem;
  }

  .links-wrapper {
    width: 100%;
  }

  .button-white {
    align-self: stretch;
  }

  .hero_copy-content-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_copy-h1-2 {
    font-size: 1.6rem;
  }

  .hero_copy-buttons-3 {
    padding-bottom: 0;
  }

  .frame-157 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .paragraph-108 {
    font-size: 1rem;
  }

  .frame-158 {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-blue {
    align-self: stretch;
  }

  .frame-123 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-global-11 {
    padding: 4rem 1rem;
  }

  .hero_copy-buttons {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-white-2 {
    align-self: stretch;
  }

  .frame-125 {
    grid-row-gap: 2rem;
  }

  .frame-126 {
    height: 300px;
  }

  .padding-global-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .frame-127 {
    grid-row-gap: 1rem;
  }

  .blog_copy-paragraph {
    font-size: .9rem;
  }

  .button-blue-2 {
    align-self: stretch;
  }

  .padding-section-medium-4 {
    padding-bottom: 4rem;
  }

  .process_copy-h2 {
    font-size: 1.1rem;
  }

  .button-blue-copy, .button_orange {
    align-self: stretch;
  }

  .sorting-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-xxlarge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .padding-section-results {
    padding-bottom: 2rem;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .section_hero-02 {
    padding-top: 5rem;
  }

  .mask-4 {
    width: auto;
  }

  .result-slider {
    width: 100%;
  }

  .scrollbar {
    padding: 20px;
  }

  .c-card-front {
    width: 100%;
    max-width: 250px;
  }

  .padding-global_hero-listing {
    padding: 4rem 1rem;
  }

  .padding-global_hero-listing.is-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-overlay {
    justify-content: center;
    align-items: center;
  }

  .hero_copy-content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
    background-position: 0 0;
  }

  .slide-25.is-02.is-boosted {
    width: 100%;
  }

  .iframe_padding-global {
    padding: 4rem 1rem;
  }

  .feature_bullet-points-wrapper.is-crm {
    padding-left: 0;
  }

  .code-embed-21 {
    width: 2.5rem;
  }

  .card_heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .why_paragraph-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta_copy-h2 {
    line-height: 100%;
  }

  .cta-paragraph {
    font-size: 1em;
  }

  .cta-wrapper {
    background-position: 50% 100%;
    border-radius: 2rem;
    box-shadow: 0 4px 4px #0003;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .text-span-39 {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .paragraph-68, .paragraph-65 {
    font-size: 1em;
    font-weight: 300;
  }

  .bold-text-17 {
    font-size: 1em;
    line-height: 1em;
  }

  .text-center {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

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

  .paragraph-66 {
    font-size: 1em;
    font-weight: 300;
  }

  .tilted {
    padding: 10px;
  }

  .tilted.faq {
    padding: 10px 30px;
    font-size: 1.5em;
  }

  .faq {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-64, .paragraph-67 {
    font-size: 1em;
    font-weight: 300;
  }

  .layout408_card-content {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .layout408_card-content.is-coming_soon {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-18 {
    line-height: 120%;
  }

  .paragraph-26 {
    font-size: 1rem;
  }

  .paragraph-26.is-coming_soon.is-second, .layout408_component {
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout408_card {
    flex-flow: column;
  }

  .layout408_card.card-1 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout408_card.card-2, .layout408_card.card-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout408_card.is-coming-soon {
    background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
    background-position: 0 0;
  }

  .heading-106 {
    text-align: center;
    font-size: .75rem;
  }

  .heading-107 {
    font-size: 1.4rem;
    line-height: 120%;
    display: flex;
  }

  .heading-107.is-coming_soon {
    text-align: center;
    font-size: 1.4rem;
  }

  .card_heading-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .code-embed-26 {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .div-block-20 {
    width: 1rem;
    height: 1px;
    margin-top: .4rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .overlay-free {
    justify-content: center;
    align-items: center;
  }

  .layout408_card-coming-soon {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-108, .early-wrapper {
    text-align: center;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .section_header-listing {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bold-text-24, .bold-text-25 {
    font-size: 2rem;
  }

  .footer_colum-right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .bold-text-26 {
    font-size: 1.6rem;
  }

  .bold-text-27 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .bold-text-28, .bold-text-29, .bold-text-30 {
    font-size: 1.2rem;
    line-height: 120%;
  }

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

  .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
    font-size: 1.2rem;
  }

  .bold-text-38 {
    width: 100%;
  }

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

  .heading-110 {
    font-size: 1.6rem;
  }

  .cta-wrapper-2 {
    background-position: 50% 100%;
    border-radius: 2rem;
    box-shadow: 0 4px 4px #0003;
  }

  .cta_copy-h2-2 {
    line-height: 100%;
  }

  .footer_colum-right-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .padding-section-xxlarge-5.is-cta {
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_copy-content-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(#1b1b1b, #1b1b1b);
    background-position: 0 0;
  }

  .footer_colum-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

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

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

  .form-4 {
    flex-flow: column;
  }

  .padding-global-13.is-cta {
    box-shadow: none;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-147 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-3 {
    font-size: 1.6rem;
  }

  .cta-paragraph-2 {
    font-size: 1em;
  }

  .footer-wrapper-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-111 {
    font-size: 1.6rem;
  }

  .cta-wrapper-3 {
    background-position: 50% 100%;
    border-radius: 2rem;
    box-shadow: 0 4px 4px #0003;
  }

  .cta_copy-h2-3 {
    line-height: 100%;
  }

  .footer_colum-right-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .padding-section-xxlarge-6.is-cta {
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_copy-content-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(#1b1b1b, #1b1b1b);
    background-position: 0 0;
  }

  .footer_colum-wrapper-3 {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

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

  .form-5 {
    flex-flow: column;
  }

  .padding-global-14.is-cta {
    box-shadow: none;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-151 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-4, .heading-112 {
    font-size: 1.6rem;
  }

  .padding-section-xxlarge-7.is-cta {
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_copy-content-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(#1b1b1b, #1b1b1b);
    background-position: 0 0;
  }

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

  .form-6 {
    flex-flow: column;
  }

  .padding-global-15.is-cta {
    box-shadow: none;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-155 {
    font-size: 1rem;
  }

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

  .hero_copy-h1-5 {
    font-size: 1.6rem;
  }
}

#w-node-_72184036-9f1d-a4d7-477e-6156a65a35ce-a65a3598 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72184036-9f1d-a4d7-477e-6156a65a35c1-a65a3598 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8ca5e16d-f9a3-3af6-ca0f-950caf719bcf-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd896-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd897-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd899-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd89a-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd89b-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a1-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a2-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a4-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a5-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a6-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8ac-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8ad-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8af-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8b0-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8b1-584e1814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c522e3f0-e429-ffe2-8ee9-f260e4020533-584e1814 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c522e3f0-e429-ffe2-8ee9-f260e402053d-584e1814 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb9ffe3e-730e-67b3-f342-3dc8b843460b-584e1815, #w-node-cb9ffe3e-730e-67b3-f342-3dc8b843463c-584e1815 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e621873-7815-5205-d957-ea60471303c3-584e1816, #w-node-de0d50af-898b-c9b7-9b7e-0f4645c1906c-584e1816, #w-node-_4bc259d3-78f9-5816-972f-efe3d4eb1696-584e1816, #w-node-f1993097-8106-7c47-41a2-73b0d54e54a8-584e1816, #w-node-_5b35e874-debf-4663-8ee5-5b420287701f-584e1816, #w-node-cffd98c4-a6d9-7a61-5b18-c2531a218bbf-584e1816, #w-node-_3e4cab64-871c-2f30-4235-9c20bfe6ce18-584e1816, #w-node-_9af30b07-82cf-8f62-c67c-b18c952d51c4-584e1816 {
  align-self: center;
}

#w-node-a68dde43-df07-9f39-e7c9-e5824c13541b-584e1816 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4663ed8c-3544-9579-7bff-5aff80b796d5-584e1816, #w-node-_4663ed8c-3544-9579-7bff-5aff80b796ed-584e1816 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d3bdd06-b83f-7b4e-bae1-c778b3a40c63-584e1817, #w-node-_805dc5be-442b-cc2a-7f82-822c39d348c8-584e1817, #w-node-_4f21180e-fb40-a518-3505-603ebe023ff2-584e1817, #w-node-_31cf78a0-9f07-90b7-e1cb-7b65765b4545-584e1817, #w-node-_68b80d5a-19a5-9fa8-59c9-8429aa401a24-584e1817, #w-node-df4feb5b-f540-c99b-5e81-92a7cee33e72-584e1817 {
  align-self: center;
}

#w-node-_639211ff-2729-25e4-b8ce-cc7a40501aa5-584e1819 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a46c7c32-e962-0297-9aa9-03ce0519a2f8-584e1819 {
  place-self: stretch stretch;
}

#w-node-c522e3f0-e429-ffe2-8ee9-f260e4020533-584e1819 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c522e3f0-e429-ffe2-8ee9-f260e402053d-584e1819 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_8e621873-7815-5205-d957-ea60471303c3-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_907e0f62-053d-121c-d9b4-b401d1cebec5-584e1813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35b4-a65a3598 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35ce-a65a3598 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_907e0f62-053d-121c-d9b4-b401d1cebec5-584e1814, #w-node-aae9aac4-c5bf-695f-5dd9-0ba9e09d5414-584e1814 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e4020532-584e1814 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e4020533-584e1814 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e402053d-584e1814 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_907e0f62-053d-121c-d9b4-b401d1cebec5-584e1819, #w-node-aae9aac4-c5bf-695f-5dd9-0ba9e09d5414-584e1819 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e4020532-584e1819 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e4020533-584e1819 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c522e3f0-e429-ffe2-8ee9-f260e402053d-584e1819 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8814b1a8-815b-5630-66fb-004f740c52a3-584e1818 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8814b1a8-815b-5630-66fb-004f740c52b6-584e1818 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_390f8f4b-8db5-8f66-a618-c0e49a04c097-584e181c, #w-node-_0e20e398-5626-949f-c085-e8d6173d9a07-584e181d, #w-node-f64af663-259f-fde8-668f-2896f16adeb1-584e181e {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35b4-a65a3598 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35ce-a65a3598 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35c1-a65a3598 {
    grid-column: 3 / 5;
  }

  #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd89a-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8a5-584e1814, #w-node-d3fc89a8-80e6-991c-f48b-e5669dddd8b0-584e1814 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303b8-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303bb-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303bf-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303c6-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303c9-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-de0d50af-898b-c9b7-9b7e-0f4645c1906b-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303db-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303de-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4bc259d3-78f9-5816-972f-efe3d4eb1695-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303f7-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea60471303fa-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f1993097-8106-7c47-41a2-73b0d54e54a7-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130415-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130418-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b35e874-debf-4663-8ee5-5b420287701e-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130434-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130437-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cffd98c4-a6d9-7a61-5b18-c2531a218bbe-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130454-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130457-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e4cab64-871c-2f30-4235-9c20bfe6ce17-584e1816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e621873-7815-5205-d957-ea6047130469-584e1816 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e621873-7815-5205-d957-ea604713046c-584e1816 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9af30b07-82cf-8f62-c67c-b18c952d51c3-584e1816, #w-node-_0bc83103-f86b-487d-6342-5175322a48cd-584e181b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35b4-a65a3598 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35ce-a65a3598 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72184036-9f1d-a4d7-477e-6156a65a35c1-a65a3598 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}