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

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

:root {
  --black: #121212;
  --white: white;
  --accentcolor: #94bf24;
  --charcoal: #202020;
  --accentcolor02: #575656;
  --silver: #b8b8b8;
  --gray: #888;
  --cod: #171717;
  --wild-sand: #f6f6f6;
}

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

.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: Inter Tight;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

h6 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.nav-menu-phone {
  display: none;
}

.nav-link {
  color: #000;
  white-space: nowrap;
  padding: 0;
  font-family: VarelaRound custom, Verdana, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--accentcolor);
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--black);
  letter-spacing: .2px;
  font-family: Varela Round, sans-serif;
  font-size: 1em;
}

.nav-link.w--current:hover {
  color: var(--accentcolor);
  font-weight: 400;
}

.nav-dorpdown-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 110;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.menu-toggle {
  z-index: 110;
  display: none;
  position: relative;
}

.brand {
  z-index: 4;
}

.brand.w--current {
  z-index: 110;
  position: relative;
}

.navbar-wrapper {
  z-index: 100;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
}

.navbar {
  background-color: #0000;
  border: 1px #727da126;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.container-nav {
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.book-call-wrapper {
  z-index: 110;
  grid-column-gap: .8em;
  background-color: var(--accentcolor);
  cursor: pointer;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .4em .6em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-account {
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.wrapper-founder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: none;
}

.founder {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.position {
  opacity: .7;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.button-book-a-call {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .4em .6em;
  text-decoration: none;
  display: flex;
}

.image {
  width: 10em;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: block;
}

.hero-title-wrapper {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.hero-titile-text {
  color: var(--white);
  letter-spacing: -.03em;
  text-shadow: 2px 4px 4px #00000080;
  width: 100%;
  max-width: 24em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 300%;
  text-decoration: none;
}

.hero-section {
  height: 100svh;
  padding-top: 100px;
}

.hero-contain {
  background-color: var(--white);
  border-radius: 1.2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  z-index: 2;
  background-image: linear-gradient(#fff 10%, #fff0);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
}

.about-us-section {
  margin-top: 2em;
  position: relative;
}

.about-us-contain {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--charcoal);
  background-color: #f6f6f6;
  border: 1px solid #8883;
  border-radius: 1.2em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  padding: 3em 1.5em;
  text-decoration: none;
  display: flex;
}

.sub-label-section {
  opacity: 1;
  color: var(--accentcolor);
  letter-spacing: -.03em;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.sub-label-section.white {
  color: #fff;
  font-family: VarelaRound custom, Verdana, sans-serif;
}

.sub-label-section.inner-page {
  width: 100%;
  min-width: 244px;
  max-width: 244px;
}

.about-us-left-content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

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

.title-about-us {
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 140%;
  text-decoration: none;
}

.desription-about-us {
  opacity: .5;
  color: var(--charcoal);
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 140%;
  text-decoration: none;
}

.description-project {
  opacity: .5;
  color: var(--black);
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 120%;
  text-decoration: none;
}

.apartment-section {
  padding-top: 5em;
  font-size: 1em;
  position: relative;
}

.projects-contain {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.header-section {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.header-section.project {
  grid-row-gap: 0px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.list-project {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.appartment-item {
  grid-column-gap: 24px;
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 4px 44px #00000014;
}

.appartment-item.item-1 {
  box-shadow: none;
  border: 1px solid #8883;
  border-radius: 1.2em;
  height: 40vh;
  top: 10em;
}

.project-image {
  object-fit: cover;
  object-position: 70% 70%;
  border-radius: 1em;
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.project-right-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1em 0 0;
  text-decoration: none;
  display: flex;
}

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

.project-card-header {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-project {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
}

.project-list-type {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  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;
  text-decoration: none;
  display: grid;
}

.project-type {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  background-color: var(--accentcolor);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .3em .5em .3em .4em;
  text-decoration: none;
  display: flex;
}

.project-logo-type {
  background-color: var(--white);
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .4em;
  text-decoration: none;
  display: flex;
}

.project-type-text {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  text-decoration: none;
}

.button-learn-more {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #121212;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lustria, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.title-section {
  font-family: VarelaRound custom, Verdana, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.title-section.temas {
  color: var(--charcoal);
  max-width: 980px;
  font-family: Varela Round, sans-serif;
  font-size: .9em;
}

.title-section.project {
  opacity: .5;
  color: var(--charcoal);
  max-width: 800px;
  font-family: Varela Round, sans-serif;
}

.testimonial-item {
  grid-row-gap: 8px;
  background-color: #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text_center {
  text-align: center;
}

.team-item {
  grid-row-gap: 10px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-contain {
  grid-row-gap: 24px;
  background-color: var(--accentcolor02);
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  padding: 3em;
  text-decoration: none;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-bottom {
  grid-row-gap: 24px;
  background-image: url('../images/FeWo_Saaleblick11.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 277px;
  min-height: 277px;
  padding: 1.2em;
  text-decoration: none;
  display: flex;
}

.footer-bottom-contain {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

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

.footer-link {
  color: #121212;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 140%;
  text-decoration: none;
}

.wrapper-title-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.list-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 65vw;
  display: flex;
}

.wrapper-icon-accordion {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-number {
  color: #000;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  display: none;
}

.title-question {
  color: var(--accentcolor);
  letter-spacing: 0;
  font-size: .9em;
  line-height: 140%;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.answer-block {
  background-color: #0000;
  height: auto;
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.answer-text {
  color: var(--silver);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
  font-size: .9em;
  line-height: 140%;
}

.faq-item {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #202020;
  border: 1px #c6c6c6;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 24px 12px;
  display: flex;
}

.icon_plus {
  display: none;
}

.footer-section {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1em;
  position: relative;
}

.copyright-footer {
  color: var(--gray);
  font-size: .8em;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000082;
  width: 100%;
  height: 100%;
}

.modal-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: none;
  padding: 20px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.heading-3.font-lustria {
  color: var(--black);
  font-family: VarelaRound custom, Verdana, sans-serif;
}

.modal-image {
  object-fit: cover;
  border-radius: 16px;
  max-width: 350px;
  height: 100%;
}

.modal-right-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

.submit-button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Inter Tight;
  font-size: 16px;
}

.field-label {
  color: var(--gray);
  margin-bottom: 0;
  font-weight: 400;
}

.input-field {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
}

.input-field::placeholder {
  color: #0000004d;
  background-color: #0000;
}

.input-field.textarea {
  height: 92px;
}

.input-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-account-wrapper {
  position: relative;
}

.terms-conditions {
  color: var(--gray);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-weight: 500;
}

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

.success-message {
  background-color: #ddd0;
}

.text-block {
  font-family: Lustria;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.wrapper-susccess-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 36px;
  display: flex;
}

.text-block-2 {
  color: var(--gray);
  font-family: Satoshi;
  font-size: 16px;
  line-height: 140%;
}

.close-modal {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #1212123d;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -20px;
  right: -15px;
}

.icon_x {
  transform: rotate(45deg);
}

.header-inner-page {
  grid-column-gap: 24px;
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.header-inner-content {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1352px;
  display: flex;
}

.badge-inner-page {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 8px;
  text-decoration: none;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 10px;
  background-color: #f6f6f6;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.badge-text-inner-page {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.header-inner-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.section-header-inner-page {
  padding-top: 100px;
  padding-bottom: 24px;
  font-size: .8em;
}

.heading-1 {
  color: var(--charcoal);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 4em;
  font-weight: 400;
}

.heading-1.font-lustria {
  font-family: VarelaRound custom, Verdana, sans-serif;
}

.heading-1.font-lustria.heading-inner-page {
  color: var(--accentcolor);
  letter-spacing: -.03em;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.font-lustria {
  font-family: Lustria;
}

.paragraph_body_3 {
  color: var(--gray);
  letter-spacing: .2px;
  font-size: 20px;
  line-height: 140%;
}

.paragraph_body_3.text_center.inner-page {
  color: var(--gray);
  text-align: left;
  width: 100%;
  max-width: 650px;
  font-family: Varela Round, sans-serif;
  font-size: 1.2em;
}

.paragraph_body_3.text_center.style-guide {
  max-width: 824px;
}

.font-style-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

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

.heading-section {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

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

.heading-size {
  color: #888;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.heading-text {
  color: #121212;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.ellipse-17233 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.paragraph-body-1 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-body-2 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.body-4-section {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-body-3 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-body-3.text_center.text_grey.sub-title-404 {
  max-width: 392px;
  font-family: VarelaRound custom, Verdana, sans-serif;
}

.paragraph-body-4 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.paragraph-body-5 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.paragraph-body-6 {
  color: #121212;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.style-card {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 24px;
  font-family: VarelaRound custom, Verdana, sans-serif;
  display: flex;
}

.style-card.button-style-card {
  max-width: 327px;
}

.heading-2 {
  color: var(--accentcolor02);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 130%;
}

.heading-5 {
  color: var(--black);
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.heading-6 {
  letter-spacing: 0;
}

.section-font-style {
  padding-bottom: 24px;
}

.style-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.style-contain.input {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.style-contain.button-style {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.color-style-wraper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.color {
  object-fit: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 158.417px;
  text-decoration: none;
  display: flex;
}

.color.color-wild-sand.border {
  border: 2px solid var(--white);
}

.color-style-detail {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.color-style-name {
  color: #121212;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.color-style-code {
  color: #888;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-color-style {
  padding-bottom: 24px;
}

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

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

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

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

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

.color-wild-sand {
  background-color: var(--wild-sand);
}

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

.row-style-guide {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: var(--charcoal);
  opacity: .79;
  color: var(--accentcolor);
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 13px 32px;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
  transition: color .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.button:where(.w-variant-af946e6f-db5f-0ec0-decb-a9c0211458d0) {
  background-color: var(--white);
  color: var(--black);
  white-space: nowrap;
  border: 1px solid #e5e5e5;
}

.button:hover {
  background-color: var(--accentcolor);
  color: var(--charcoal);
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.inner-page-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

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

.style-text-right {
  color: #121212;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

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

._404-contain {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 70px 20px 20px;
  text-decoration: none;
  display: flex;
}

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

.text_grey {
  color: var(--gray);
}

.list-spesification-project {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-left: .5em;
  text-decoration: none;
  display: flex;
}

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

.title-spesification {
  color: #121212;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.value-spesification {
  color: #121212;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  text-decoration: none;
}

.checkbox-field {
  margin-bottom: 0;
}

.hero-slider-wrapper {
  border: 1px none var(--white);
  height: 100%;
  overflow: hidden;
}

.license-link {
  color: var(--black);
  text-decoration: underline;
}

.call-name-wrapper {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-hero, .right-arrow-hero {
  display: none;
}

.slider, .slide-hero-image {
  height: 100%;
}

.slide-nav-hero {
  display: none;
}

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

.container-nav-shadow {
  z-index: 55;
  opacity: 0;
  border-radius: 10000px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  box-shadow: 0 4px 48px #1212121c;
}

.body {
  font-family: VarelaRound custom, Verdana, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.text-block-3 {
  font-size: .8em;
}

.image-2 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 18em;
}

.link {
  color: var(--accentcolor);
  text-decoration: none;
}

.text-span-3 {
  font-family: GreatVibes custom, Palatino Linotype, sans-serif;
  font-size: 4em;
}

.text-block-5 {
  color: var(--charcoal);
  margin-top: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}

.text-block-6 {
  font-size: .9em;
}

.description-bottom-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #94bf241a;
  border-radius: 1.2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 7em;
  padding: 3em;
  font-size: 1em;
  display: block;
}

.description-top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  margin-top: 8em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.list {
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 1.1em;
  font-size: .9em;
  line-height: 140%;
}

.description-text-bottom-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 1em;
  display: block;
}

.description-text-bottom-detail-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--charcoal);
  flex-flow: column;
  min-width: 45%;
  display: block;
}

.description-text-bottom-details-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slider-navigation-wrapper {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% -75px;
}

.slider-navigation-wrapper.default {
  z-index: 50;
  mix-blend-mode: multiply;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  padding-top: 0;
  font-size: 70px;
  display: flex;
  inset: auto 0% -75px;
}

.slider-navigation-thumpnail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70px;
  max-width: 70px;
  height: 70px;
  max-height: 70px;
  display: block;
  overflow: hidden;
}

.slider-thumpnail-image {
  object-position: 50% 50%;
  width: 100%;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 46em;
  height: 27em;
}

.icon {
  width: 1.2em;
}

.icon.description {
  color: var(--accentcolor);
}

.slide {
  overflow: clip;
}

.description-top-right-wrapper {
  border-radius: 1.2em;
  width: 21em;
}

.heading-7 {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 100%;
}

.mask-3 {
  border-radius: 1.2em;
}

.description-top-right-inner-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 1.2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 2em;
  font-size: 1em;
  display: block;
  box-shadow: 2px 2px 4px #0003;
}

.heading-8 {
  margin-bottom: 0;
  font-size: 1.5em;
}

.text-block-7 {
  font-size: .8em;
  line-height: 180%;
  display: block;
}

.description-middle-wrapper {
  color: var(--charcoal);
  padding: 1em;
  display: none;
}

.text-block-8 {
  font-size: .9em;
}

.descripton-icon-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description-top-right-detail-wrapper {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  margin-top: .4em;
  display: flex;
}

.description-middle-inner-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-image {
  text-align: left;
  object-fit: contain;
  object-position: 100% 50%;
  width: 105%;
  max-width: none;
}

.icon-2, .icon-3 {
  text-shadow: 1px 2px 2px #00000080;
}

.list-item {
  margin-bottom: .5em;
}

.link-2 {
  color: var(--gray);
  text-decoration: none;
  -webkit-text-decoration-color: var(--accentcolor);
  text-decoration-color: var(--accentcolor);
}

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

.link-3 {
  color: var(--gray);
  text-decoration: none;
}

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

.impressum-text-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: var(--accentcolor02);
  flex-flow: column;
  margin-top: 1em;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.link-4 {
  color: var(--gray);
  text-decoration: none;
}

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

.impressum-inner-text-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: var(--accentcolor02);
  flex-flow: column;
  width: 600px;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.paragraph {
  color: var(--gray);
  text-align: left;
  font-family: Varela Round, sans-serif;
  font-size: 1.2em;
}

.list-item-2 {
  text-align: left;
}

.paragraph-3 {
  color: var(--gray);
  font-size: 1.2em;
}

.list-2 {
  color: var(--gray);
}

.list-item-3 {
  text-align: left;
}

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

.anchor-link {
  height: 1em;
  position: absolute;
  inset: -100px 0% auto;
}

.div-block-4 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.about-image-wrapper {
  object-position: 50% 50%;
  border-radius: 1em;
  width: 45%;
  height: 18em;
  overflow: clip;
}

.spesification-project-wrapper {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8 {
  font-family: VarelaRound custom, Verdana, sans-serif;
}

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

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

@media screen and (min-width: 1440px) {
  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar-wrapper {
    border-bottom-style: none;
    container-type: inline-size;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .container-nav {
    width: 100%;
    transition: all .3s;
  }

  .book-call-wrapper {
    background-color: var(--accentcolor);
    cursor: pointer;
  }

  .wrapper-founder {
    display: flex;
  }

  .hero-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4em;
    padding-left: 5em;
    padding-right: 4em;
  }

  .hero-titile-text {
    text-align: left;
    text-transform: uppercase;
    font-size: 3.4em;
  }

  .hero-contain {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .about-us-left-content {
    max-width: 1012px;
  }

  .description-project {
    font-size: 1.2em;
    font-weight: 400;
  }

  .project-image {
    max-width: 600px;
  }

  .project-type-text {
    font-size: 1em;
  }

  .testimonial-item {
    grid-row-gap: 36px;
  }

  .list-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .question-block.top {
    padding-bottom: 0;
  }

  .answer-text {
    padding-top: 16px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    max-width: 980px;
  }

  .modal-image {
    width: 100%;
    max-width: 440px;
  }

  .close-modal {
    cursor: pointer;
    top: -38px;
    right: -45px;
  }

  .style-card.button-style-card {
    max-width: 327px;
  }

  .section-font-style {
    padding-bottom: 24px;
  }

  .style-contain.button-style {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .title-spesification, .value-spesification {
    font-size: 1.2em;
  }

  .left-arrow-hero, .right-arrow-hero, .slide-nav-hero {
    display: block;
  }

  .text-span-3 {
    text-transform: none;
  }

  .description-top-wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-phone {
    display: none;
  }

  .nav-link {
    font-family: Varela Round, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-link.w--current {
    font-size: 1.2em;
  }

  .nav-menu {
    height: 1.2em;
    font-size: 1em;
  }

  .navbar-wrapper {
    z-index: 100;
    opacity: 1;
    background-color: #0000;
    border-bottom-width: 0;
    font-size: 1em;
  }

  .navbar {
    opacity: 1;
    border-color: #fff0;
    padding-left: 3em;
    padding-right: 3em;
    overflow: visible;
  }

  .container-nav {
    background-color: #0000;
  }

  .book-call-wrapper {
    grid-column-gap: 1em;
    padding: .5em .6em;
    font-size: 1em;
  }

  .image-account {
    border-radius: 100%;
    width: 3em;
    height: 3em;
  }

  .wrapper-founder {
    width: auto;
  }

  .founder, .position {
    font-family: Varela Round, sans-serif;
    font-size: 1em;
  }

  .button-book-a-call {
    padding: .7em .8em;
  }

  .container {
    align-items: center;
    display: flex;
  }

  .hero-title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 4em;
    padding-left: 6em;
  }

  .hero-titile-text {
    color: var(--white);
    text-align: left;
    text-transform: none;
    text-shadow: 2px 4px 4px #00000080;
    max-width: 18em;
    padding: .1em;
    font-family: Varela Round, sans-serif;
    font-size: 4em;
    font-weight: 400;
    line-height: 300%;
  }

  .hero-contain {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-overlay {
    background-image: linear-gradient(#fff, #fff 0%, #fff0 86%);
  }

  .about-us-section {
    padding-top: 5em;
    padding-bottom: 3em;
    position: relative;
  }

  .about-us-contain {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .sub-label-section {
    font-family: Varela Round, sans-serif;
    font-size: 2em;
  }

  .about-us-left-content {
    grid-row-gap: 0px;
    width: 65em;
  }

  .about-us-text-wrapper {
    grid-row-gap: 3em;
    line-height: 100%;
  }

  .title-about-us {
    font-family: Varela Round, sans-serif;
    font-size: 3em;
    line-height: 100%;
  }

  .desription-about-us {
    font-family: Varela Round, sans-serif;
    font-size: 1.5em;
  }

  .description-project {
    font-family: Varela Round, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 140%;
  }

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

  .header-section.project {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 1em;
  }

  .list-project {
    grid-row-gap: 5em;
  }

  .appartment-item.item-1 {
    box-shadow: none;
    height: 70%;
    padding: 1.6em;
    top: 12em;
  }

  .project-image {
    max-width: 65em;
    height: 40em;
  }

  .project-right-content {
    grid-row-gap: 4em;
    justify-content: space-between;
    padding: 1.4em;
  }

  .project-card-header {
    font-size: 1em;
  }

  .title-project {
    font-family: Varela Round, sans-serif;
    font-size: 2em;
    font-weight: 400;
  }

  .project-list-type {
    grid-row-gap: 1.3em;
  }

  .project-type {
    background-color: var(--accentcolor);
  }

  .project-logo-type {
    border-radius: 100%;
    padding: .5em;
  }

  .project-type-text {
    font-family: Varela Round, sans-serif;
    font-size: 1.4em;
  }

  .title-section.temas {
    max-width: 100%;
    font-family: Varela Round, sans-serif;
    font-size: 1.4em;
  }

  .title-section.project {
    max-width: 36em;
    font-family: Varela Round, sans-serif;
    font-size: 1.5em;
  }

  .footer-contain {
    background-color: var(--accentcolor02);
    border-radius: 1.5em;
    padding: 1.6em;
  }

  .footer-bottom {
    background-image: url('../images/IMG_3458-Kopie.webp');
    background-position: 50% 48%;
    height: 100%;
    min-height: 395px;
  }

  .footer-link {
    font-family: Varela Round, sans-serif;
    font-size: 1em;
  }

  .list-faq {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .question-inner {
    grid-column-gap: 1.1em;
  }

  .title-question {
    color: var(--accentcolor);
    font-family: Varela Round, sans-serif;
    font-size: 1.6em;
  }

  .answer-text {
    font-family: Varela Round, sans-serif;
    font-size: 1.5em;
  }

  .footer-section {
    justify-content: center;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    font-size: .8em;
    display: flex;
  }

  .copyright-footer {
    font-family: Varela Round, sans-serif;
    font-size: 1em;
  }

  .modal-bg {
    display: block;
  }

  .modal-container {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    max-width: 65em;
    padding: 1.5em;
    display: flex;
  }

  .modal-image {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 0% 50%;
    border-radius: 1.5em;
    width: auto;
    max-width: 25em;
    height: 100%;
    min-height: 20em;
    max-height: 20em;
    overflow: clip;
  }

  .image-account-wrapper {
    border-radius: 100%;
  }

  .heading-1, .heading-text {
    font-family: Varela Round, sans-serif;
  }

  .button {
    padding: 1.4em 3em;
  }

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

  .list-spesification-project {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-spesification {
    font-family: Varela Round, sans-serif;
    font-size: 1.4em;
  }

  .value-spesification {
    font-family: Varela Round, sans-serif;
    font-size: 1.5em;
  }

  .hero-slider-wrapper {
    background-image: linear-gradient(0deg, var(--black), #fff);
  }

  .call-name-wrapper {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .left-arrow-hero {
    display: block;
  }

  .slider {
    background-color: #0000;
  }

  .container-nav-shadow {
    opacity: 0;
    border-radius: 1000px;
    box-shadow: 0 2px 4px #12121233;
  }

  .body {
    font-size: .8em;
  }

  .text-block-3 {
    font-family: Varela Round, sans-serif;
  }

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

  .image-2 {
    object-position: 50% 50%;
    border-radius: 1.5em;
    max-width: 63em;
    height: 27em;
  }

  .text-block-4 {
    font-size: 1.5em;
    line-height: 140%;
  }

  .text-block-4:hover {
    font-weight: 400;
  }

  .link {
    color: var(--accentcolor);
    text-decoration: none;
  }

  .text-span-3 {
    font-family: Great Vibes, cursive;
    font-size: 4em;
  }

  .hero-title-text-wrapper {
    border-radius: 1.5em;
    padding: 1em 1.5em;
  }

  .button-text {
    font-size: 1.5em;
  }

  .description-section {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-5 {
    font-size: 3em;
    line-height: 140%;
  }

  .text-block-6 {
    font-size: 1.5em;
    line-height: 140%;
  }

  .description-bottom-wrapper {
    max-width: 1920px;
    margin-top: 10em;
    font-size: .8em;
  }

  .description-top-wrapper {
    justify-content: space-between;
    align-items: stretch;
    max-width: 1920px;
    margin-top: 10em;
  }

  .list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    font-size: 1.5em;
    line-height: 140%;
    list-style-type: disc;
    display: flex;
  }

  .description-text-bottom-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .description-text-bottom-detail-wrapper {
    width: 50%;
  }

  .description-text-bottom-details-wrapper {
    display: flex;
  }

  .slider-navigation-thumpnail-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .slider-2 {
    width: 60em;
    height: 35em;
  }

  .description-top-right-wrapper {
    width: 25em;
    font-size: .8em;
  }

  .heading-7 {
    font-size: 1.7em;
  }

  .description-slider-wrapper {
    font-size: 1em;
  }

  .heading-8 {
    font-size: 1.7em;
  }

  .text-block-7 {
    font-size: 1em;
  }

  .description-middle-wrapper {
    display: block;
  }

  .descripton-icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .description-top-right-detail-wrapper {
    font-size: 1.4em;
  }

  .description-middle-inner-wrapper {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5em;
  }

  .slider-image {
    width: 105%;
  }

  .anchor-link {
    position: absolute;
    inset: -100px 0% auto;
  }

  .about-image-wrapper {
    width: 45%;
    height: 27em;
  }

  .bold-text-5 {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-phone {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: var(--white);
    border: 1px solid #ffffff26;
    border-radius: 12px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    display: none;
    box-shadow: 0 4px 48px #1212121c;
  }

  .close-icon {
    display: none;
  }

  .nav-link {
    border-radius: 12px;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    text-decoration: none;
  }

  .nav-link:hover {
    background-color: #94bf241a;
  }

  .nav-dorpdown-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .nav-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--white);
    border-radius: 20px;
    flex-flow: column;
    left: 24px;
    right: 24px;
  }

  .menu-toggle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    border-bottom-style: none;
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
    top: 0%;
  }

  .navbar {
    background-color: #0000;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-menu-toggle {
    display: block;
  }

  .book-call-wrapper {
    display: none;
  }

  .book-call-wrapper.is-mobile {
    justify-content: space-between;
    display: flex;
  }

  .wrapper-founder {
    display: block;
  }

  .hero-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-overlay {
    height: 500px;
  }

  .about-us-contain {
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-us-left-content {
    width: 100%;
  }

  .appartment-item.item-1 {
    flex-flow: column;
    height: 100%;
    position: static;
    top: 80px;
  }

  .project-image {
    max-width: 100%;
    height: 400px;
  }

  .project-right-content {
    padding-bottom: 0;
  }

  .team-item {
    min-height: 600px;
  }

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

  .list-faq {
    max-width: 88vw;
  }

  .modal-container {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .modal-image {
    display: none;
  }

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

  .list-spesification-project {
    margin-top: 2em;
    padding-left: .5em;
  }

  .image-2 {
    max-width: 100%;
  }

  .description-bottom-wrapper {
    margin-top: 0;
  }

  .description-top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    width: 45em;
    height: auto;
  }

  .description-top-right-wrapper {
    margin-top: 5em;
  }

  .slider-image {
    width: 111%;
  }

  .about-image-wrapper {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-phone {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-radius: 20px;
    flex-flow: column;
    padding: 16px;
    display: none;
  }

  .close-icon {
    display: none;
  }

  .nav-dorpdown-wrapper {
    z-index: 2;
    display: none;
  }

  .menu-toggle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    background-color: #0000;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-menu-toggle {
    width: 24px;
    display: block;
  }

  .book-call-wrapper.is-mobile {
    justify-content: space-between;
  }

  .wrapper-founder {
    display: block;
  }

  .hero-title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 1em;
  }

  .hero-titile-text {
    font-size: 1.8em;
  }

  .hero-section {
    height: 100%;
  }

  .hero-contain {
    height: 640px;
  }

  .hero-overlay {
    background-image: linear-gradient(#fff 24%, #fff0 50%);
  }

  .about-us-contain {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .sub-label-section {
    font-size: 16px;
  }

  .sub-label-section.inner-page {
    min-width: auto;
  }

  .about-us-left-content {
    width: 100%;
  }

  .title-about-us {
    font-size: 1.7em;
  }

  .desription-about-us {
    font-size: 1em;
  }

  .description-project {
    font-size: 16px;
  }

  .projects-contain {
    grid-row-gap: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header-section.project {
    padding-left: 0;
    padding-right: 0;
  }

  .appartment-item {
    padding: 20px;
  }

  .project-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .title-section {
    font-size: 28px;
  }

  .testimonial-item {
    grid-row-gap: 20px;
  }

  .team-item {
    min-height: 400px;
  }

  .footer-top {
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 0;
  }

  .footer-bottom-contain {
    flex-flow: column;
    padding: 15px 16px;
  }

  .list-faq {
    max-width: 83vw;
  }

  .title-question {
    line-height: 150%;
  }

  .faq-item {
    z-index: 2;
  }

  .modal {
    display: none;
  }

  .modal-container {
    width: 100%;
    max-width: 500px;
    max-height: 600px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .modal-image {
    display: none;
  }

  .modal-right-content {
    padding: 0;
  }

  .header-inner-page {
    padding: 48px 20px;
  }

  .header-inner-text-wrapper {
    width: 100%;
  }

  .heading-1 {
    width: 100%;
    font-size: 3em;
  }

  .heading-1.font-lustria.heading-inner-page {
    text-align: center;
  }

  .font-style-wrapper {
    flex-flow: column;
  }

  .paragraph-body-3.text_grey {
    font-size: 16px;
  }

  .heading-2 {
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
  }

  .style-contain {
    padding: 0;
  }

  .color-style-name {
    font-size: 20px;
  }

  .color-style-code {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .list-spesification-project {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
  }

  .spesification-project {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .title-spesification {
    width: auto;
    font-size: 14px;
  }

  .value-spesification {
    font-size: 20px;
  }

  .slider-navigation-wrapper {
    height: 60px;
    padding-left: 1.5em;
    font-size: 1em;
    line-height: 100%;
    display: none;
    bottom: -65px;
  }

  .slider-navigation-wrapper.default {
    height: 60px;
    padding-left: 1.5em;
    font-size: 60px;
    display: none;
    bottom: -65px;
  }

  .slider-navigation-thumpnail-wrapper {
    width: 60px;
    max-width: 60px;
    height: 60px;
    max-height: 60px;
  }

  .slider-2 {
    width: 100%;
  }

  .description-top-right-wrapper {
    margin-top: 0;
  }

  .description-top-right-inner-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .slider-image {
    width: 110%;
  }

  .impressum-inner-text-wrapper {
    width: 100%;
  }

  .spesification-project-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-phone {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 8px;
    display: none;
  }

  .menu-toggle {
    padding: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-wrapper {
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .navbar {
    background-color: #fff0;
    border-radius: 0;
    padding-left: 0;
  }

  .book-call-wrapper.is-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .wrapper-founder {
    display: flex;
  }

  .container {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-titile-text {
    font-size: 1em;
  }

  .hero-section {
    height: auto;
  }

  .hero-overlay {
    background-image: linear-gradient(#fff 4%, #fff0 53%);
  }

  .about-us-section {
    padding-top: 3em;
  }

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

  .appartment-item.item-1 {
    height: 100%;
  }

  .project-image {
    height: 10em;
  }

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

  .footer-bottom {
    padding: 20px;
  }

  .footer-bottom-contain {
    grid-row-gap: .3em;
  }

  .footer-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-link {
    font-size: .7em;
  }

  .title-question {
    white-space: pre-wrap;
    overflow-wrap: normal;
    font-size: 16px;
    line-height: 150%;
  }

  .title-question.is-overflow {
    overflow-wrap: anywhere;
  }

  .question-block.top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .answer-text {
    color: var(--silver);
    overflow-wrap: normal;
    font-size: 14px;
    line-height: 150%;
  }

  .answer-text.is-overflow {
    overflow-wrap: anywhere;
  }

  .faq-item {
    padding: 20px;
  }

  .footer-section {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .copyright-footer {
    text-align: center;
    font-size: .5em;
  }

  .modal {
    display: none;
  }

  .modal-container {
    justify-content: center;
    align-items: center;
    max-width: 289px;
    max-height: 700px;
    overflow: visible;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-3.font-lustria {
    font-size: 36px;
  }

  .modal-image {
    display: none;
  }

  .modal-right-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner-page {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-inner-content {
    grid-row-gap: 28px;
  }

  .header-inner-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-1.font-lustria.heading-inner-page {
    margin-top: 0;
    font-size: 36px;
  }

  .paragraph_body_3.text_center.inner-page {
    font-size: 1em;
  }

  .paragraph_body_3.text_center.style-guide {
    font-size: 16px;
  }

  .font-style-wrapper {
    grid-row-gap: 24px;
  }

  .typography-content {
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-details {
    flex-flow: wrap;
  }

  .paragraph-body-3.text_center.text_grey.sub-title-404, .paragraph-body-3.text_grey {
    font-size: 16px;
  }

  .style-card {
    padding: 20px;
  }

  .style-card.button-style-card {
    max-width: none;
  }

  .style-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 0;
  }

  .style-contain.color-style {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .row-style-guide {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .button {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .style-content-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .style-text-right {
    font-size: 16px;
  }

  .list-spesification-project {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .spesification-project {
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    font-size: 1em;
    display: block;
  }

  .title-spesification {
    width: auto;
    font-size: .8em;
  }

  .value-spesification {
    font-size: 1em;
  }

  .image-2 {
    object-position: 50% 50%;
    height: 12em;
  }

  .text-span-3 {
    font-size: 3.5em;
  }

  .hero-title-text-wrapper {
    font-size: 1.1em;
  }

  .description-bottom-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .description-top-wrapper {
    margin-bottom: 2em;
  }

  .description-text-bottom-details-wrapper {
    flex-flow: column;
  }

  .description-top-right-wrapper {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .description-middle-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    text-align: center;
    line-height: 120%;
  }

  .descripton-icon-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .description-top-right-detail-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .description-middle-inner-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-image {
    width: 105%;
  }

  .bold-text-3 {
    font-size: .9em;
  }

  .list-item {
    padding-bottom: .5em;
  }

  .spesification-project-wrapper {
    justify-content: space-between;
    margin-bottom: 1em;
    padding-left: .8em;
    padding-right: .8em;
    display: flex;
  }
}


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