@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../fonts/Inter-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: transparent;
  --relume-library-lite--accent-color: #002147;
  --relume-library-lite--site-color: #f7f6f1;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--grey: #333;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--color-green: #002147;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #f7f6f1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero {
  background-image: linear-gradient(180deg, var(--transparent), #000000d1), linear-gradient(to bottom, #0003, #0003), url('../images/Projektrendering-scaled.avif');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.hero.fenyx {
  background-image: linear-gradient(#f7f6f1f5, #f7f6f1f5), url('../images/653ac042f8acfb4245271f0f_Logo_transparent.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section.hero.no-background {
  background-image: none;
}

.section.hero._80 {
  background-image: linear-gradient(180deg, var(--transparent), #000000d1), linear-gradient(to bottom, transparent, transparent), url('../images/House-Rendering.webp');
}

.section.footer {
  background-color: var(--relume-library-lite--accent-color);
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer.white {
  background-color: var(--relume-library-lite--site-color);
}

.section._40 {
  padding-top: 40px;
}

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

.section._300vh {
  min-height: 200vh;
  display: block;
}

.section.blue {
  background-image: linear-gradient(90deg, #253f38, #3d665b);
}

.section.blue.relative {
  background-image: linear-gradient(90deg, var(--relume-library-lite--accent-color), #002147db);
  position: relative;
}

.container {
  max-width: 940px;
}

.container._100 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container._100._80 {
  height: 80vh;
}

.container._100.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container._200 {
  min-height: 200vh;
}

.heading {
  color: #000;
  letter-spacing: -8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.h1 {
  color: #000;
  letter-spacing: -5px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
}

.h1._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.h1.white {
  width: 80%;
  color: var(--relume-library-lite--site-color);
  letter-spacing: -4px;
  font-size: 72px;
  line-height: 1.2;
}

.h1.small {
  letter-spacing: -2px;
  font-size: 56px;
}

.h1.small.centered {
  text-align: center;
}

.h1.small.centered.smaller {
  font-size: 38px;
}

.heading-div {
  width: 50%;
}

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

.paragraph {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.white {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 0;
}

.paragraph.white._40 {
  max-width: 40%;
}

.paragraph.white._60 {
  align-self: flex-start;
  width: 60%;
  margin-top: 0;
}

.paragraph.bigger {
  color: var(--relume-library-lite--rl-black);
  font-size: 32px;
}

.paragraph.bigger.no-padding-top {
  margin-top: 0;
}

.paragraph.no-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph._70 {
  width: 70%;
}

.paragraph._70.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._50 {
  width: 50%;
}

.paragraph.pt-10 {
  padding-top: 10px;
}

.paragraph.small {
  font-size: 14px;
}

.paragraph.small.link {
  color: var(--relume-library-lite--grey);
}

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

.paragraph.bold {
  font-weight: 600;
}

.paragraph.medium {
  color: var(--relume-library-lite--rl-black);
  font-weight: 500;
}

.paragraph.medium.no-padding {
  font-weight: 400;
}

.paragraph.link {
  color: var(--relume-library-lite--site-color);
}

.paragraph.link.small.white {
  color: var(--relume-library-lite--rl-white);
}

.paragraph.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  border: 1px solid var(--relume-library-lite--accent-color);
  background-color: var(--relume-library-lite--accent-color);
  text-transform: uppercase;
  vertical-align: baseline;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 24px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.button:hover {
  border: 1px solid var(--relume-library-lite--rl-white);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
}

.button.no-padding {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.button.no-padding:hover {
  border-color: var(--relume-library-lite--rl-white);
}

.button.no-padding.invert {
  border-color: var(--relume-library-lite--rl-white);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
}

.button.no-padding.invert:hover {
  border-color: var(--relume-library-lite--accent-color);
  background-color: var(--relume-library-lite--accent-color);
  color: var(--relume-library-lite--rl-white);
}

.button.no-padding.invert.margin {
  margin-top: 20px;
}

.button.no-padding.outline {
  border-color: var(--relume-library-lite--site-color);
}

.button.no-padding.border {
  border-style: solid;
  border-color: var(--relume-library-lite--rl-white);
}

.button.grey {
  border-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  background-color: #f7f7f7;
}

.button.grey:hover {
  border-color: var(--relume-library-lite--accent-color);
  background-color: var(--relume-library-lite--accent-color);
  color: var(--relume-library-lite--rl-white);
}

.button.grey.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.dark {
  background-color: var(--relume-library-lite--grey);
}

.button.invert.no-padding.mobile-only {
  display: none;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.rl_navbar5_dropdown-toggle {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.rl_navbar5_dropdown-toggle:hover {
  text-decoration: underline;
}

.rl_navbar5_dropdown-toggle.black {
  color: var(--relume-library-lite--rl-black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.rl_navbar5_logo-link {
  padding-left: 0;
}

.rl_navbar5_logo {
  width: 120px;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_link {
  color: var(--relume-library-lite--rl-white);
  white-space: nowrap;
  padding: 1.5rem 1rem 1.5rem .5rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl_navbar5_link.w--current {
  color: var(--relume-library-lite--rl-white);
  -webkit-text-decoration-color: var(--relume-library-lite--rl-white);
  text-decoration-color: var(--relume-library-lite--rl-white);
}

.rl_navbar5_link.black {
  color: var(--relume-library-lite--rl-black);
}

.rl_navbar5_link.mobile-only {
  display: none;
}

.rl_navbar5_dropdown-column-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-background-layer {
  background-color: var(--relume-library-lite--rl-white);
  min-width: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-list.w--open {
  background-color: var(--relume-library-lite--site-color);
  border-bottom: 1px solid #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.rl_navbar5_text-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small.navi {
  color: var(--relume-library-lite--rl-black);
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_navbar5_icon {
  height: 1.5rem;
}

.rl_navbar5_blog-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_navbar5_link-text {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.rl_navbar5_icon-wrapper {
  flex: none;
}

.rl_navbar5_item-title {
  color: var(--relume-library-lite--rl-black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_item-title:hover {
  text-decoration: underline;
}

.rl_navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

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

.rl-button-link-text {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_navbar5_menu-left {
  justify-content: space-between;
  display: flex;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_item-link {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_navbar5_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--transparent);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.rl_navbar5_component.black {
  background-color: var(--relume-library-lite--accent-color);
}

.rl_navbar5_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 300px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.grid {
  grid-template-rows: auto;
  height: 100%;
}

.div-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block.top {
  justify-content: flex-start;
  align-items: flex-end;
}

.rl_logo1_logo {
  max-height: 3.5rem;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl-padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl_section_logo1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl_logo1_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.grid-2._2 {
  display: none;
}

.explore-div {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 400px;
  padding: 24px;
  display: flex;
  box-shadow: 4px 4px 5px #0003;
}

.explore-div._1 {
  background-image: linear-gradient(180deg, var(--transparent), black), url('../images/ChatGPT-Image-23.-Apr.-2026-14_44_22.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 400px;
  padding: 24px;
  display: flex;
}

.explore-div._2 {
  background-image: linear-gradient(180deg, var(--transparent), black), url('../images/0d9b04f0-4839-42c9-8f00-8e1c4df73063-2000678367.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 400px;
  padding: 24px;
  display: flex;
}

.explore-div._3 {
  background-image: linear-gradient(180deg, var(--transparent), black), url('../images/ChatGPT-Image-23.-Apr.-2026-16_45_03.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
}

.explore-div._4 {
  background-image: linear-gradient(180deg, var(--transparent), black), url('../images/ChatGPT-Image-23.-Apr.-2026-16_42_42.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
}

.explore-div._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6722d35dce2e6fb78ef5c1b9_663374f89ca1ef4de01012dd_3-p-500.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.explore-div._6 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/67f660a8642f7613c9e6d8d3_Bueromoebel-10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.explore-div._7 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/67f660ac456403e0e767423c_Bueromoebel-143.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.explore-div._8 {
  background-image: linear-gradient(#0009, #0009), url('../images/67f660ab3ed5ed8824173bce_Bueromoebel-159.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.top-header-div {
  flex: 0 auto;
  position: relative;
}

.tagline {
  border: 2px solid var(--relume-library-lite--rl-white);
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.tagline.absolute {
  inset: 40px auto auto 40px;
}

.h2 {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.h2.white {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 0;
}

.h2.white.bigger {
  font-size: 52px;
}

.h2.bigger {
  font-size: 52px;
  line-height: 1.2;
}

.h2.no-padding {
  margin-top: 0;
}

.h2.no-padding.smaller {
  letter-spacing: -1px;
  font-size: 22px;
}

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

.h2.centered.hidden {
  display: none;
}

.h2.accent {
  color: var(--relume-library-lite--accent-color);
}

.h2.big {
  text-align: center;
  font-size: 86px;
}

.h2._70 {
  width: 70%;
}

.h2._70.full-desktop {
  width: auto;
}

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

.h2.small {
  font-size: 32px;
}

.h2.smaller {
  font-size: 1.5rem;
}

.link-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#ececec, #ececec);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  display: flex;
}

.full-width-div {
  background-image: linear-gradient(#00000059, #00000059), url('../images/istockphoto-1457480417-1024x1024.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 600px;
  padding: 24px;
  display: flex;
  box-shadow: 4px 4px 5px #0003;
}

.full-width-div._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/67f6609991c10ace406b758d_Bueromoebel-124.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 40px;
}

.medium-spacer-div {
  padding-bottom: 40px;
}

.bottom-full-div {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 40%;
  display: flex;
}

.bottom-full-div._50 {
  height: 100%;
}

.div-block-2 {
  border-bottom: 1px solid #d3d3d3;
  height: 0;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

.rl_footer3_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_link {
  color: var(--relume-library-lite--rl-white);
  white-space: nowrap;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

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

.rl_footer3_logo {
  width: 200px;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_credit-text {
  color: var(--relume-library-lite--grey);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.rl_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--relume-library-lite--rl-white);
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.div-block-4.mobil {
  display: none;
}

.div-block-5 {
  background-image: linear-gradient(to bottom, var(--relume-library-lite--rl-gray), var(--relume-library-lite--rl-gray));
  border-radius: 30px;
  padding: 12px;
}

.div-block-6 {
  background-color: #e4e4e4;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  min-width: 200px;
  padding: 14px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6.bigger {
  min-width: 220px;
}

.div-block-6.smaller {
  min-width: 180px;
}

.div-block-7 {
  border-right: 2px solid #c5c5c5;
  height: 30px;
}

.h3 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  letter-spacing: -1px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.h3.smaller {
  color: var(--relume-library-lite--rl-white);
  font-size: 20px;
}

.h3.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.h3.no-padding.center {
  text-align: center;
}

.h3.bold.pt-10 {
  margin-top: 0;
}

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

.div-block-8 {
  background-color: #f06446;
}

.div-block-9 {
  background-color: #333;
}

.div-block-10 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.carousel-container {
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: var(--relume-library-lite--accent-color);
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  border-radius: 20px;
  margin-right: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.rl_gallery21_mask {
  width: 45%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-right:hover {
  background-color: var(--relume-library-lite--accent-color);
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
}

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

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_arrow-left:hover {
  background-color: var(--relume-library-lite--accent-color);
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/66bdc45896100d29b948fdaa_w3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-12._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/66bf311046d98cf59b1a4eb4_nunatak_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/66e1c7041ca7c629f98f956d_IMG_5356-Large-p-800.avif');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.div-block-12._4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/6790ce7f3dee04e478673a02_image00014-Large-p-800.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-2 {
  border-radius: 20px;
  width: 100%;
}

.description-div {
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 18px;
  display: flex;
}

.link-text {
  color: var(--relume-library-lite--rl-black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  text-decoration: underline;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--relume-library-lite--accent-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  text-decoration: none;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header1_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;
  margin-top: 40px;
  display: grid;
}

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

.rl_header1_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout239_spacing-block-2, .rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.verwerten-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_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;
  margin-top: 40px;
  display: grid;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout28_image {
  border-radius: 20px;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--accent-color);
  opacity: 1;
  background-color: #0000;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rl_layout242_icon {
  background-color: var(--relume-library-lite--accent-color);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  width: 100%;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

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

.sticky {
  z-index: 0;
  position: sticky;
  top: 30%;
}

.text-span {
  opacity: .73;
  color: var(--relume-library-lite--accent-color);
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-14 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffc2;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.number {
  background-color: var(--relume-library-lite--accent-color);
  color: var(--relume-library-lite--rl-white);
  padding: 5px 10px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  position: absolute;
  inset: 20px auto auto 20px;
}

.button-arrow {
  width: 2.2rem;
  height: 2.2rem;
}

.section-home-services_right {
  grid-column-gap: 0px;
  grid-row-gap: 6rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-link-wrapper {
  margin-right: 1rem;
}

.section-home-services_inner {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.section-home-services_icon {
  width: 2rem;
  margin-bottom: 1rem;
}

.button-2 {
  text-align: center;
  border: 1px #000;
  border-bottom-width: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.line-bottom {
  background-color: #242424;
  height: 1px;
}

.section-home-services_left {
  flex: none;
  width: 33.3333%;
  max-width: 23rem;
}

.section-home-services_left.margin-bottom.margin-large {
  width: 70%;
  max-width: none;
  margin-bottom: 40px;
}

.text-style-link {
  border-color: #000;
  border-bottom-style: none;
  border-bottom-width: 2px;
  margin-bottom: .4rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

.section-home-services_title {
  margin-bottom: 1.5rem;
}

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

.text-size-regular {
  font-size: 1.25rem;
}

.section-home-services_item {
  max-width: 95%;
  padding: 0 2.5rem;
}

.button-3 {
  text-align: center;
  border: 1px #000;
  border-bottom-width: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.section-home-projects_content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-home-projects_grid {
  width: 100%;
}

.section-home-projects_list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-home-projects_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #242424;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 1rem;
  display: grid;
}

.section-home-projects_item:first-child {
  border-top: 2px solid #000;
  padding-top: 1rem;
}

.section-home-numbers_number {
  color: #fb4f04;
  margin-bottom: 1.5rem;
}

.section-home-numbers_number.heading-xlarge {
  z-index: 1;
  position: relative;
}

.section-home-numbers_inner {
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-home-numbers_inner.background-color-beige.padding-vertical.padding-huge.border-radius-medium {
  position: static;
}

.section-home-numbers_bottom {
  justify-content: space-around;
  display: flex;
}

.section-home-numbers_top {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout250_heading-wrapper {
  width: 70%;
}

.rl_layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

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

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_section_layout250 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.text-span-2 {
  color: var(--relume-library-lite--accent-color);
  text-transform: uppercase;
}

.list {
  max-width: 80%;
  padding-left: 20px;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_header26_image {
  border-radius: 20px;
  max-height: 500px;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.text-span-3 {
  color: var(--relume-library-lite--accent-color);
}

.rl_layout242_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_layout242_content-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_icon-wrapper {
  align-self: center;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_answer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.rl_faq1_icon {
  width: 2rem;
  height: 2rem;
  color: var(--relume-library-lite--rl-black);
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.text-span-4 {
  color: var(--relume-library-lite--accent-color);
}

.image-4 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.hero-image {
  width: 100%;
}

.hero-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.key-word-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--transparent);
  border-radius: 20px;
  padding: 0;
  display: flex;
}

.keywords {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #a7a0a08a;
  border-radius: 20px;
  padding: 10px;
  text-decoration: none;
}

.keyword-paragraph {
  color: var(--relume-library-lite--site-color);
  margin-bottom: 0;
}

.button-center-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-center-wrap.left {
  justify-content: space-between;
  align-items: center;
}

.code-embed-2 {
  margin-top: 40px;
}

.code-embed-3 {
  width: 100%;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--transparent);
  background-color: var(--relume-library-lite--rl-white);
  color: #7c7c7c;
  width: 100%;
  height: 100%;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 24px 12rem 24px 12px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  box-shadow: 0 2px 5px #0000000d;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: #7c7c7c;
  font-size: 1rem;
  font-weight: 300;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

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

.rl-form-text-area {
  border: 1px solid var(--transparent);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 11.25rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: 20px .75rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: #7c7c7c;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.dropdown-toggle {
  padding: 0;
  display: flex;
}

.text-block-2 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-list {
  margin-left: 2px;
}

.div-block-15 {
  display: flex;
}

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

.immo-worth-wrapper._1-col {
  grid-template-columns: 1fr;
}

.full-w-image {
  border-radius: 20px;
  width: 100%;
}

.full-w-image._60 {
  width: 70%;
}

.full-w-image.square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 90%;
  max-width: 500px;
}

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

.div-block-16.center-div {
  justify-content: center;
  align-items: center;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_testimonial {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  background-color: #ddd;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: 15px;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--relume-library-lite--accent-color);
  flex-direction: column;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--relume-library-lite--site-color);
}

.code-embed-4 {
  width: 100%;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  overflow: hidden;
}

.tippgeber-div {
  background-color: var(--relume-library-lite--site-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-5 {
  color: var(--relume-library-lite--accent-color);
  padding-top: 10px;
  display: flex;
}

.popup-div {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inner-wrapper {
  background-color: var(--relume-library-lite--site-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-6 {
  cursor: pointer;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 12px;
}

.immo-button {
  background-color: var(--relume-library-lite--accent-color);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 24px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.flex-div {
  flex-flow: column;
  display: flex;
}

.flex-div._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
}

.flex-div._100.left {
  justify-content: center;
  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-5 {
  font-size: 54px;
  font-weight: 800;
}

@media screen and (min-width: 1280px) {
  .section.blue {
    background-image: linear-gradient(90deg, var(--relume-library-lite--accent-color), #2f4f46cc);
  }

  .container, .rl_navbar5_container {
    max-width: 1120px;
  }

  .full-w-image._60 {
    width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  .section.blue {
    background-image: linear-gradient(90deg, var(--relume-library-lite--accent-color), #2f4f46cc);
  }

  .container, .rl_navbar5_container {
    max-width: 1280px;
  }

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

  .explore-div {
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    height: 400px;
    padding: 24px;
    display: flex;
  }

  .explore-div._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/6808b86f62e6415aac8cc2cd__nachhaltige-bueroplanung-58.webp');
    background-size: auto, cover;
  }

  .full-w-image._60 {
    object-fit: cover;
    object-position: 50% 0%;
    max-height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero {
    position: relative;
  }

  .section.blue {
    background-image: linear-gradient(90deg, var(--relume-library-lite--accent-color), #2f4f46cc);
  }

  .container, .rl_navbar5_container {
    max-width: 1560px;
  }

  .image {
    width: 100%;
  }

  .rl_logo1_logo-list {
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .explore-div {
    height: 500px;
  }

  .explore-div._1 {
    background-position: 0 0, 30%;
    height: 500px;
  }

  .explore-div._2 {
    height: 500px;
  }

  .explore-div._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/6808b86f62e6415aac8cc2cd__nachhaltige-bueroplanung-58.webp');
    background-size: auto, cover;
  }

  .rl_footer3_logo {
    width: 200px;
  }

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

  .rl_header1_image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
  }

  .section-home-services_right {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .full-w-image {
    max-width: 500px;
  }

  .full-w-image._60 {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section.footer.white {
    background-color: var(--relume-library-lite--site-color);
  }

  .container._100._80 {
    height: 60vh;
  }

  .h1.white {
    font-size: 56px;
  }

  .content-div {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .paragraph.white._70 {
    margin-bottom: 10px;
  }

  .paragraph.bigger.no-padding-top {
    font-size: 18px;
  }

  .paragraph.no-padding {
    font-size: 1rem;
  }

  .button.no-padding:hover, .button.no-padding.invert {
    border-color: var(--relume-library-lite--accent-color);
  }

  .button.invert.no-padding.mobile-only {
    display: block;
  }

  .rl_menu-icon_line-middle {
    background-color: var(--relume-library-lite--rl-white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-toggle {
    text-align: left;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: none;
  }

  .rl_navbar5_blog-item {
    text-align: left;
    grid-template-columns: .6fr;
    width: 100%;
  }

  .rl_menu-icon_line-top {
    background-color: var(--relume-library-lite--rl-white);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_link {
    width: 100%;
    color: var(--relume-library-lite--rl-black);
    text-align: left;
    padding: .75rem 0;
    font-size: 1.3rem;
  }

  .rl_navbar5_link.mobile-only {
    display: block;
  }

  .rl_menu-icon {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-column-text {
    display: none;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
    display: none;
  }

  .rl_navbar5_dropdown-content-left {
    z-index: 999;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    background-color: var(--relume-library-lite--rl-white);
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_navbar5_large-item-content {
    width: 100%;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar5_blog-image {
    display: none;
  }

  .rl_navbar5_link-text {
    color: var(--relume-library-lite--rl-black);
    font-size: 1.3rem;
  }

  .rl_navbar5_blog-list {
    width: 100%;
  }

  .rl_navbar5_blog-image-wrapper {
    display: none;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto auto auto 122px;
    transform: rotate(-90deg);
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--relume-library-lite--rl-white);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 4rem 5% 15rem;
    position: absolute;
    overflow: scroll;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
  }

  .rl_navbar5_menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rl_navbar5_menu-dropdown {
    text-align: right;
    width: 100%;
    position: relative;
  }

  .rl_navbar5_component {
    background-color: var(--relume-library-lite--accent-color);
    box-shadow: 0 2px 5px #0003;
  }

  .rl_navbar5_dropdown-content-wrapper {
    grid-template-rows: max-content;
    width: 100%;
  }

  .image {
    order: 1;
    width: 100%;
    max-width: none;
    position: relative;
    inset: auto 0% 0%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

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

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

  .explore-div._1 {
    background-position: 0 0, 20%;
  }

  .h2.white {
    font-size: 36px;
  }

  .h2.white._42 {
    font-size: 42px;
  }

  .full-width-div {
    height: 400px;
  }

  .bottom-full-div {
    height: auto;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .rl_footer3_link {
    color: var(--relume-library-lite--rl-white);
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-6 {
    padding: 6px;
  }

  .h3.smaller {
    color: var(--relume-library-lite--rl-white);
  }

  .logo-image {
    height: 30px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .description-div {
    width: 80%;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .button-arrow {
    width: 2rem;
    height: 2rem;
  }

  .section-home-services_right {
    grid-row-gap: 4rem;
    width: 100%;
  }

  .section-home-services_inner {
    flex-flow: column;
  }

  .section-home-services_left {
    width: 100%;
    max-width: 30rem;
  }

  .text-style-link {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .section-home-services_item {
    padding-left: 0;
  }

  .section-home-numbers_inner.background-color-beige.padding-vertical.padding-huge.border-radius-medium {
    max-width: 95%;
  }

  .section-home-numbers_bottom, .section-home-numbers_top.margin-auto.margin-bottom.margin-huge {
    justify-content: space-around;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl_layout242_content-2 {
    grid-column-gap: 2rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .button-center-wrap {
    justify-content: center;
    align-items: center;
  }

  .button-center-wrap.left {
    justify-content: flex-start;
    align-items: center;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .rl_contact1_form-block {
    max-width: none;
  }

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

  .full-w-image._60 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 200px;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .popup-inner-wrapper {
    width: 80%;
    height: 50%;
  }
}

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

  .section.footer.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .container._100._80 {
    height: 70vh;
  }

  .h1.white {
    letter-spacing: -3px;
    width: 100%;
  }

  .paragraph.white._60 {
    width: 100%;
  }

  .paragraph.bigger.no-padding {
    font-size: 24px;
  }

  .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_spacing-block2 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .rl_logo1_logo {
    max-height: 3rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .grid-2, .grid-2._2-cols {
    grid-template-columns: 1fr;
  }

  .explore-div, .explore-div._1, .explore-div._2 {
    height: 350px;
  }

  .tagline.absolute {
    top: 30px;
    left: 30px;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.white {
    font-size: 24px;
  }

  .h2.center {
    font-size: 28px;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_credit-text {
    margin-top: 0;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-4.mobil {
    display: flex;
  }

  .div-block-6 {
    padding: 7px;
  }

  .div-block-6.bigger, .div-block-6.smaller {
    min-width: 200px;
  }

  .logo-container {
    min-width: 150%;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .div-block-12 {
    padding: 30px;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-2, .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }

  .section-home-services_right {
    grid-template-rows: auto auto auto auto;
  }

  .text-style-allcaps.max-width-40 {
    max-width: 60%;
  }

  .text-style-allcaps.max-width-40.section-home-numbers_top-title {
    margin-bottom: 1.5rem;
  }

  .section-home-services_left {
    max-width: 80vw;
  }

  .text-size-medium.max-width-40 {
    max-width: 70%;
  }

  .section-home-services_item {
    max-width: 80vw;
  }

  .section-home-projects_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-home-numbers_inner.background-color-beige.padding-vertical.padding-huge.border-radius-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-home-numbers_top.margin-auto.margin-bottom.margin-huge {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-2, .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl_layout242_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
  }

  .rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .popup-inner-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    padding: 40px 20px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 40px 20px;
  }

  .section.hero._80 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._40 {
    padding-bottom: 40px;
  }

  .h1.white {
    letter-spacing: -3px;
    font-size: 42px;
  }

  .paragraph.white._60 {
    padding-left: 0;
  }

  .paragraph._70.centered {
    width: 100%;
  }

  .button.invert.no-padding.mobile-only {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .rl_navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar5_dropdown-link {
    padding-left: 0;
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

  .tagline.absolute {
    top: 20px;
    left: 20px;
  }

  .h2.white {
    letter-spacing: -1px;
  }

  .rl_footer3_bottom-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-4, .div-block-4.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6, .div-block-6.bigger, .div-block-6.smaller {
    min-width: 0;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .div-block-12 {
    height: 400px;
    padding: 20px;
  }

  .rl_header1_component, .rl_layout239_content, .rl_layout28_component, .rl_layout242_content {
    grid-template-columns: 1fr;
  }

  .text-style-allcaps.max-width-40.section-home-numbers_top-title {
    max-width: 80%;
  }

  .section-home-services_left {
    max-width: 90vw;
  }

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

  .text-size-medium.max-width-40 {
    max-width: 80%;
  }

  .section-home-services_item {
    max-width: 100vw;
  }

  .section-home-projects_list {
    grid-row-gap: 1.5rem;
  }

  .section-home-projects_item {
    padding-bottom: 1.5rem;
  }

  .section-home-numbers_inner.background-color-beige.padding-vertical.padding-huge.border-radius-medium {
    padding-bottom: 3rem;
  }

  .section-home-numbers_bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section-home-numbers_individual {
    margin-bottom: 1.5rem;
  }

  .section-home-numbers_top.margin-auto.margin-bottom.margin-huge {
    margin-bottom: 3rem;
  }

  .rl_layout250_content, .rl_layout242_content-2 {
    grid-template-columns: 1fr;
  }

  .key-word-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    order: 9999;
    margin-top: 20px;
  }

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

  .div-block-18 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .popup-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_18a6249f-998f-d6b1-3475-d8eba2eb4275-d6a5d352 {
  place-self: auto end;
}

#w-node-ada3ab3c-3a0a-ea8e-6a84-59b3d1089d13-d6a5d352 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-f5779d49-a433-99ac-113d-dcff4285fec7-d6a5d352, #w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa2776-d6a5d352, #Contact-1-Checkbox.w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa277a-d6a5d352 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa2780-d6a5d352 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa2782-d6a5d352 {
  justify-self: start;
}

#w-node-_1cb682f7-341e-f943-e81a-c9d23e57ebce-e7fa5ddc, #w-node-ef180e24-aba0-052c-0836-a375c8b967a1-c8b9675c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-cd0de265-6e0f-2d4b-f3bd-b5372b2d0048-d6a5d352 {
    align-self: center;
  }

  #w-node-_18a6249f-998f-d6b1-3475-d8eba2eb4275-d6a5d352, #w-node-_1b3982f3-aed1-7a11-9097-4bc2493a0856-d6a5d352 {
    justify-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_18a6249f-998f-d6b1-3475-d8eba2eb4275-d6a5d352, #w-node-_1b3982f3-aed1-7a11-9097-4bc2493a0856-d6a5d352 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18a6249f-998f-d6b1-3475-d8eba2eb4275-d6a5d352 {
    order: -9999;
    justify-self: start;
  }

  #w-node-c9416679-ebce-ef5e-ebba-a5d19d46030e-d6a5d352, #w-node-c9416679-ebce-ef5e-ebba-a5d19d460315-d6a5d352 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9416679-ebce-ef5e-ebba-a5d19d46030e-d6a5d352, #w-node-c9416679-ebce-ef5e-ebba-a5d19d460315-d6a5d352, #w-node-f5779d49-a433-99ac-113d-dcff4285fec7-d6a5d352, #w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa2776-d6a5d352, #Contact-1-Checkbox.w-node-_3eff9bd7-cd71-f43c-e21f-15bd93aa277a-d6a5d352 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}