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

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

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

:root {
  --_colors---dark: #191919;
  --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
  --grey-white: #f5f5f5;
  --_typography---main-text: 18px;
  --_colors---yellow: #fda239;
  --_colors---transparent: transparent;
  --_typography---h1: 3.8em;
  --_colors---pale-yellow: #ffdaa4;
  --_colors---bright-orange: #ff6200;
  --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
  --_colors---warm-white: #ffeed61f;
  --_colors---white: white;
  --_colors---yellow-transparent: #ffa74380;
  --_colors---white-5: #ffffff0d;
  --_colors---pale-yellow-transparent: #ffdaa41f;
  --_typography---small-text: 16px;
  --_colors---orange: #ff9641;
  --_typography---big-text: 20px;
  --_typography---h2: 54px;
  --_typography---h3: 22px;
  --_typography---h4: 18px;
}

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

@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 {
  background-color: var(--_colors---dark);
  font-family: var(--_typography---font-family-primary);
  color: var(--grey-white);
  font-size: var(--_typography---main-text);
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--_colors---yellow);
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section.hero {
  background-image: linear-gradient(180deg, var(--_colors---transparent), #14141433 35%, var(--_colors---dark)), url('../images/vizualizacia-front-min.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  min-height: 800px;
  display: flex;
}

.section.listing {
  background-image: url('../images/Lights_1Lights.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 40px;
  position: relative;
  overflow: visible;
}

.section.faq {
  position: relative;
}

.section.no-overflow {
  overflow: hidden;
}

.section.contact {
  position: relative;
}

.section._404 {
  background-image: linear-gradient(0deg, var(--_colors---dark) 3%, var(--_colors---transparent) 52%), url('../images/nenad-kaevik-cigtpVTJ7lo-unsplash_1nenad-kaevik-cigtpVTJ7lo-unsplash.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.contact-bg {
  background-image: linear-gradient(90deg, var(--_colors---dark) 26%, #fff0), url('../images/vtaci-pohlad-A2-min.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1439px;
  padding: 120px 80px 80px;
  position: relative;
}

.container.sticky {
  padding-bottom: 60px;
  position: sticky;
}

.container.cenetered {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.property-page, .container.page-hero {
  padding-top: 140px;
}

.hero-content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1-heading {
  width: 640px;
  font-family: var(--_typography---font-family-primary);
  font-size: var(--_typography---h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

.h1-heading.small {
  font-size: 2em;
}

.h1-heading.half-width {
  width: 60%;
}

.handwriting {
  background-image: linear-gradient(90deg, var(--_colors---pale-yellow), var(--_colors---bright-orange));
  font-family: var(--_typography---font-family-secondary);
  -webkit-text-fill-color: transparent;
  direction: rtl;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 2px;
  font-size: 100px;
  font-weight: 600;
  line-height: 60%;
}

.handwriting.h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_colors---warm-white);
  text-shadow: 3px 1px 20px #0003;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 78px;
  font-weight: 500;
  line-height: 50%;
}

.handwriting.h2.small {
  font-size: 70px;
  line-height: 50%;
}

.handwriting.h2.white {
  background-image: linear-gradient(to bottom, var(--_colors---white), var(--_colors---white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.buton-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(to bottom, var(--_colors---yellow), var(--_colors---yellow));
  box-shadow: none;
  color: var(--_colors---white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px 22px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.buton-primary:hover {
  box-shadow: 0 4px 20px 0 var(--_colors---yellow-transparent);
}

.button-text {
  z-index: 2;
  font-size: var(--_typography---main-text);
  text-shadow: none;
  font-weight: 700;
  position: relative;
}

.primary-button-bg {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_colors---pale-yellow) 14%, var(--_colors---yellow) 65%);
  border-radius: 40px;
  padding: 20px 22px;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.secondary-button-bg {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ffffff4d 29%, var(--_colors---white-5) 76%);
  border-radius: 40px;
  padding: 20px 22px;
  line-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.buton-secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--_colors---warm-white);
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--_colors---white-5) 34%, #ffffff29);
  box-shadow: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--_colors---white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.buton-secondary:hover {
  box-shadow: 0 4px 20px #ffeed64d;
}

.buton-secondary.menu {
  padding: 0;
}

.buton-secondary.mgtop10px {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pill-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--_colors---pale-yellow-transparent);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---white-5), #fff3);
  box-shadow: 0 4px 16px 0 var(--_colors---warm-white);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px;
  display: flex;
}

.pill-text {
  font-size: var(--_typography---small-text);
  font-weight: 700;
  line-height: 90%;
}

.pill-dot {
  background-image: linear-gradient(143deg, var(--_colors---pale-yellow), var(--_colors---orange) 57%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

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

.horizontal-wrap.hero {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.horizontal-wrap.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.paragpaph {
  opacity: .8;
  font-size: var(--_typography---main-text);
  font-variation-settings: "wght" 250;
  margin-bottom: 0;
  font-weight: 300;
}

.paragpaph.hero {
  width: 300px;
  font-size: var(--_typography---main-text);
}

.paragpaph.big {
  font-size: var(--_typography---big-text);
  font-weight: 300;
}

.paragpaph.big.half-width {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.paragpaph.small {
  font-size: var(--_typography---small-text);
}

.paragpaph.short {
  width: 80%;
}

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

.full-size-image {
  background-image: linear-gradient(90deg, var(--_colors---dark), var(--_colors---transparent) 13%, var(--_colors---transparent) 77%, var(--_colors---dark)), url('../images/vtaci-pohlad-horvathovdvor-min.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 450px;
  margin-bottom: 140px;
}

.content-wrap-centered {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading {
  font-size: var(--_typography---h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

.h2-heading.half-width {
  width: 50%;
}

.h2-heading.small {
  font-size: 52px;
  line-height: 100%;
}

.h2-heading.center-alighn-on-desctop, .h2-heading.center {
  text-align: center;
}

.card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--_colors---pale-yellow-transparent);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---transparent) 49%, var(--_colors---white-5));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px 100px;
  transition: padding .4s, border .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  border-color: #ffdaa44d;
}

.content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrap.small-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.content-wrap.half-width {
  width: 50%;
}

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

.h3-heading {
  font-size: var(--_typography---h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 110%;
}

.card-icon {
  width: 200px;
  margin-top: -70px;
  margin-bottom: -40px;
  margin-left: 0;
}

.image {
  z-index: -1;
  width: 100%;
  max-width: none;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.property-wrapper {
  margin-top: 60px;
}

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

.tabs-nav-background {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner, #ffffff0d, #ffffff4d);
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px 40px #fff3;
}

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

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

.tabs-menu-wrapper {
  border: 1px solid var(--_colors---warm-white);
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--_colors---transparent), #ffffff1f);
  border-radius: 50px;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  box-shadow: 0 2px 40px #ffffff1f;
}

.tabs-menu-wrapper.left-side {
  margin-left: 0;
}

.tabs {
  flex-flow: column;
}

.tabs-nav-item {
  color: var(--_colors---white);
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 10px 20px;
  transition: all .3s;
  position: relative;
}

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

.property-list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

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

.property-image-frame {
  z-index: -2;
  border-radius: 16px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.property-wrap {
  background-image: linear-gradient(178deg, var(--_colors---transparent) 47%, #231e1b);
  min-height: 260px;
  color: var(--grey-white);
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property-wrap.sold {
  opacity: .5;
}

.chip {
  background-color: var(--grey-white);
  color: var(--_colors---dark);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 110%;
  display: flex;
  position: absolute;
  inset: 10px auto auto 20px;
}

.property-content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.property-feature-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.property-feature-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--_colors---white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.property-grid-price {
  margin-bottom: 0;
}

.property-cover-gradient {
  z-index: -1;
  background-image: linear-gradient(0deg, var(--_colors---dark), var(--_colors---transparent) 65%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.sliderhorvathovdvor {
  background-color: var(--_colors---transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sliderhorvathovdvor.grid {
  display: block;
}

.slide-nav {
  display: none;
}

.slide {
  max-width: 400px;
  height: 100%;
  margin-right: 20px;
}

.testimonial-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0% 0 500% 100%;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: -7% 0% auto;
  box-shadow: 0 2px 40px #ffffff1f;
}

.testimonials-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--_colors---warm-white);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_colors---transparent), #ffffff1a);
  height: 100%;
  min-height: 520px;
  box-shadow: none;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 270px 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.testimonial {
  color: var(--_colors---white);
  font-size: var(--_typography---big-text);
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.client-name {
  color: var(--_colors---orange);
  font-size: var(--_typography---small-text);
  margin-bottom: 0;
  font-weight: 300;
}

.arrow-icon {
  width: 16px;
}

.arrow-icon.left {
  transform: rotate(-180deg);
}

.arrow-wrap {
  z-index: 10;
  border: 1px solid var(--_colors---pale-yellow-transparent);
  background-image: radial-gradient(circle farthest-side at 50% 100%, #ffb170, var(--_colors---orange) 60%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: box-shadow .35s;
  display: flex;
  inset: -103px 0% auto auto;
  overflow: visible;
}

.arrow-wrap:hover {
  box-shadow: 0 4px 20px 0 var(--_colors---yellow-transparent);
}

.arrow-wrap.left {
  right: 60px;
}

.testimonials-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrap-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.faq-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.faq-question-wrap {
  border: 1px solid var(--_colors---transparent);
  background-color: var(--_colors---white-5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  border-radius: 12px;
  padding: 20px;
  transition: border-color .35s;
  position: relative;
}

.faq-question-wrap:hover {
  border-color: var(--_colors---pale-yellow-transparent);
}

.faq-question-wrap.v3 {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  padding: 10px 20px;
  transition: border-color .4s;
}

.faq-question-wrap.v3:hover {
  border-color: #f19c79;
}

.faq-question-bar {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--grey-white);
  margin-right: 10px;
}

.faq-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  opacity: .7;
  font-variation-settings: "wght" 250;
  width: 95%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 8px;
}

.faq-bg {
  z-index: -1;
  border: 1px solid var(--_colors---warm-white);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_colors---white-5) 31%, var(--_colors---transparent) 99%, var(--_colors---dark));
  border-radius: 12px;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 40px #ffffff14;
}

.faq-lights {
  z-index: -1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-wrapper {
  width: 100%;
  margin-top: 60px;
}

.blog-list-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.featured-blog-item {
  width: 100%;
  color: var(--grey-white);
  cursor: pointer;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog-image-frame {
  border-radius: 16px;
  height: 360px;
  overflow: hidden;
}

.read-time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 20px;
  display: flex;
}

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

.blog-glowing-frame {
  z-index: -1;
  border: 1px solid var(--_colors---yellow-transparent);
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 40px #f3e9da4d;
}

.blog-image-wrap {
  position: relative;
}

.blog-page-image {
  object-fit: cover;
  border-radius: 16px;
  width: 80%;
  max-height: 500px;
}

.rich-text {
  font-weight: 300;
}

.rich-text h1, .rich-text h2 {
  font-weight: 400;
}

.rich-text p {
  opacity: .7;
  margin-bottom: 20px;
  line-height: 160%;
}

.rich-text h3 {
  font-weight: 400;
}

.rich-text blockquote {
  border-left-color: var(--_colors---orange);
}

.rich-text a {
  color: var(--_colors---orange);
  font-weight: 400;
  text-decoration: none;
}

.rich-text.property {
  flex: 1;
}

.rich-text-wrap {
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-wrap.property {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
}

.collection-item {
  flex: 1;
}

.property-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address-pin {
  width: 20px;
}

.lightbox-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 426px;
  display: flex;
}

.lightbox-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: flex;
}

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

.big-image-wrap {
  width: 50%;
}

.collection-lightbox-wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 426px;
  display: flex;
}

.lightbox-item-small {
  width: 47.8%;
  height: 50%;
}

.lightbox {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lightbox.big {
  height: 450px;
}

.feature-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.feature {
  font-weight: 300;
}

.feature-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.feature-overview {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.feature-column {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.price-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.lights {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.property-lights {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer {
  background-color: var(--_colors---white-5);
  position: relative;
}

.text-field {
  border: 1px solid var(--_colors---warm-white);
  background-color: var(--_colors---white-5);
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 0;
}

.text-field::placeholder {
  color: #ffffff8c;
  font-size: 15px;
  font-weight: 300;
}

.text-field.area {
  min-height: 100px;
}

.field-label {
  font-size: var(--_typography---small-text);
  font-weight: 300;
}

.field-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-self: stretch;
  display: flex;
}

.form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--_colors---white-5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.form-block {
  border: 1px solid var(--_colors---warm-white);
  border-radius: 16px;
  width: 45%;
  margin-bottom: 0;
}

.submit-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_colors---yellow) 69%, var(--_colors---pale-yellow));
  box-shadow: none;
  color: var(--_colors---white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.submit-button-wrap:hover {
  box-shadow: 0 4px 20px 0 var(--_colors---yellow-transparent);
}

.submit-button {
  z-index: 2;
  background-color: var(--_colors---transparent);
  background-image: url('../images/Arrow.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 40px;
  padding: 20px 42px 20px 22px;
  font-weight: 400;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  opacity: .8;
  color: var(--grey-white);
  font-size: var(--_typography---small-text);
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.455, .03, .515, .955), opacity .4s cubic-bezier(.455, .03, .515, .955), -webkit-text-stroke-color .4s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  opacity: 1;
  color: var(--_colors---orange);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #514844;
}

.contact-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph {
  opacity: .7;
  font-variation-settings: "wght" 350;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph.small {
  opacity: .8;
  font-size: var(--_typography---small-text);
  font-variation-settings: "wght" 300;
}

.content-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrap-2.small-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.contact-info-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.mask {
  flex: none;
  align-self: stretch;
  width: 50%;
  overflow: visible;
}

.collection-blog-item {
  flex: 1;
}

.nav-link {
  color: var(--_colors---white);
  font-size: var(--_typography---big-text);
  padding: 0;
  text-decoration: none;
}

.nav-menu {
  border: 1px solid var(--_colors---warm-white);
  background-color: var(--_colors---white-5);
  background-image: linear-gradient(180deg, var(--_colors---orange), var(--_colors---yellow)), radial-gradient(circle closest-corner at 50% 50%, var(--_colors---transparent), #ffffff0d);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  margin-left: auto;
  margin-right: 80px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 40px #fff3;
}

.container-nav {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1439px;
  padding: 20px 80px;
  display: flex;
}

.navbar {
  background-color: var(--_colors---transparent);
  width: 100%;
  position: fixed;
}

.logo {
  height: 30px;
}

.logo.small {
  height: 32px;
}

.menu-button {
  border-radius: 40px;
  flex-flow: row;
  margin-left: auto;
  display: flex;
}

.menu-button.w--open {
  background-color: var(--_colors---transparent);
}

.buton-secondary-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--_colors---warm-white);
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--_colors---white-5) 34%, #ffffff29);
  box-shadow: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--_colors---white);
  border-radius: 40px;
  margin-left: auto;
  padding: 0;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.buton-secondary-copy:hover {
  box-shadow: 0 4px 20px #ffeed64d;
}

.burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.line {
  background-color: var(--_colors---white);
  border-radius: 40px;
  width: 16px;
  height: .07em;
}

.line._02 {
  width: 11px;
}

.munu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-wrap-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  opacity: .8;
  transition: opacity .3s;
}

.social-link:hover {
  opacity: 100;
}

.social-icon-v1 {
  width: 28px;
  height: 28px;
  transition: all .3s;
}

.container-footer {
  width: 100%;
  max-width: 1439px;
  padding: 24px 80px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: var(--_colors---white);
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: 1;
}

.navlinks-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-cover {
  z-index: 10;
  background-color: var(--_colors---dark);
  display: none;
  position: absolute;
  inset: 0%;
}

.licenses-link {
  color: var(--_colors---yellow);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: transparent;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.licenses-link:hover {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #514844;
}

.licenses-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.price {
  font-size: 24px;
}

.properties-wrap {
  margin-top: 60px;
}

.navbar-cover {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--_colors---dark), #19191914 80%, #19191900);
  height: 110%;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #43bd30;
}

.success-message {
  background-color: #e4ffe2;
  border-radius: 16px;
}

.centered-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-title {
  font-weight: 300;
}

.invisible-gallery {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-text {
  background-image: linear-gradient(85deg, var(--_colors---pale-yellow), var(--_colors---bright-orange));
  color: #fff8f1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #261f1c1a;
  background-image: linear-gradient(to bottom, var(--_colors---white-5), var(--_colors---white-5));
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  margin: auto;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 60px #fff6;
}

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

.pilllogo {
  width: 100px;
}

.bold {
  color: var(--_colors---yellow);
  font-weight: 700;
}

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

.fixed-form-tab {
  color: #fff;
  background-color: #22a45a;
  background-image: none;
  background-position: 21px 40%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 55px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fixed-form-tab:hover {
  color: #fff;
  text-decoration: none;
}

.fixed-form-tab.groisov-dvor {
  background-color: var(--_colors---bright-orange);
  color: #fafaf9;
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  justify-content: center;
  padding-left: 0;
  font-weight: 700;
}

.mini-title-4 {
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none;
}

.mini-title-4:hover {
  text-decoration: none;
}

.mini-title-4.no-border {
  color: var(--grey-white);
  margin-bottom: 0;
}

.phone-block {
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  display: flex;
}

.phone-block:hover {
  text-decoration: none;
}

.fixed-form-left {
  background-color: #0000;
  background-image: url('../images/portal-herzova.avif');
  background-position: 50%;
  background-size: cover;
  border: 2px #d0d8e8;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.fixed-contact-form-2 {
  z-index: 901;
  border: 1px #000;
  flex-direction: column;
  width: 335px;
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 0;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden;
  box-shadow: 7px 7px 30px -10px #0000004d;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fafaf9;
  text-align: center;
  background-color: #222;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: #fafaf9;
  background-color: #3b3b3b;
}

.button.mgtop20px {
  margin-top: 10px;
}

.button.is-secondary {
  color: #fafaf9;
  background-color: #222;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-weight: 700;
}

.button.is-secondary:hover {
  background-color: #6e6b68;
}

.fixed-form-intro {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
}

.fixed-form-wrapper {
  background-color: var(--_colors---dark);
  border: 1px #000;
  padding: 20px 15px;
  overflow: hidden;
}

.fixed-form-right {
  flex: 1;
  padding-left: 10px;
}

.text-small-4 {
  height: auto;
  color: var(--grey-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.heading-3 {
  color: #eae8e2;
}

.unit_scheme_wrapper {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  min-height: 700px;
  margin: 40px -80px 20px;
  display: flex;
  position: relative;
}

.section_unit_image-hovermap {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.padding-global {
  z-index: 1;
  color: #eae8e2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.padding-global.padding-section-medium.lowbottompadding {
  padding-bottom: 5rem;
}

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

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.section_home_floor {
  background-color: #222;
  justify-content: flex-start;
  align-items: flex-end;
}

.home_floor_header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.lokalitawrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: none;
}

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

.gallery_catalog_image-full-heigh {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

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

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
  inset: 0%;
}

.feature-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  display: flex;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.tab-text {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.feature-tab-content {
  flex: 1;
}

.features-tab-wrapper {
  background-color: var(--_colors---white-5);
  border-radius: 40px;
  margin-top: 40px;
  padding: 20px;
  overflow: hidden;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---dark);
  width: 100%;
  height: auto;
  color: var(--grey-white);
  cursor: pointer;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.arrow-tab.w--current {
  background-color: var(--_colors---bright-orange);
  color: var(--grey-white);
  background-image: none;
  font-weight: 700;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
}

.feature-tab-detail {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.button-24 {
  color: #0a1953;
  text-align: center;
  background-color: #c6f91f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 600;
  display: flex;
}

.button-24.large {
  color: #0a1953;
  background-color: #c6f91f;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 24px;
  line-height: 34px;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--_colors---white-5);
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.banner {
  justify-content: center;
  align-items: center;
  height: 56.25rem;
  display: flex;
  position: relative;
}

.banner-heading {
  color: #fafaf9;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.banner-video {
  background-image: linear-gradient(#222222b3, #222222b3);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.developer_logo {
  width: 300px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.booking-slide-closer {
  z-index: 99999;
  display: flex;
  position: fixed;
  inset: 0%;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

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

.booking-slide-out {
  z-index: 999999;
  background-color: #fff;
  max-width: 360px;
  height: 100vh;
  padding: 24px 32px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(130%);
  box-shadow: -2px 0 30px #00000030;
}

.booking-slide-out.kalendar {
  z-index: 99999;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  transform: translate(130%);
}

.booking-slide-close-mobile {
  z-index: 99;
  color: var(--_colors---dark);
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.html-embed {
  margin-top: 20px;
}

.button-25 {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button-25:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button-25.black {
  color: #f0f0f0;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.button-background {
  background-color: #000;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-arrow {
  z-index: 10;
  width: 17px;
  margin-left: 10px;
  position: relative;
}

.section-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.booking-slide-closer-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: 0%;
}

.phone-cta {
  z-index: 99;
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/contact-phone-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 90px;
}

.bold-title {
  color: #1a1e1c;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.bold-title.nomargin {
  margin-bottom: 0;
}

.bold-title.nomargin.white {
  color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}

.back-to-top-arrow {
  filter: invert();
  width: 30px;
  display: block;
}

.back-to-top-button {
  z-index: 11;
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 230px;
}

.book-cta {
  z-index: 99;
  background-color: var(--_colors---warm-white);
  cursor: pointer;
  background-image: url('../images/icons8-calendar-96_1icons8-calendar-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.close-icon {
  cursor: pointer;
  border-radius: 20px;
  width: 25px;
  position: static;
  top: -10px;
  left: -5px;
  right: auto;
}

.instagram-button {
  z-index: 11;
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 160px;
}

.phone-number {
  z-index: 101;
  color: #fbfbfb;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 150px;
}

.text-image-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

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

.footer-template-links {
  margin-top: 10px;
  font-size: 11px;
}

.sign-up-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-hero-image {
  background-image: linear-gradient(#000000d4, #fff0 17%), linear-gradient(#00000080, #00000080), url('../images/header-4.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-container {
  z-index: 10;
  flex: 1;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.important-stuff-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
}

.important-stuff-subtitle.light {
  font-weight: 300;
}

.contact-icon {
  width: 20px;
  margin-right: 20px;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr .5fr;
  margin-top: 100px;
}

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

.contact-row {
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.whiteliink {
  color: #f0f0f0;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.quote-name-row {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.features-grid {
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr;
}

.light {
  font-weight: 300;
}

.video-cover {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.divider-line {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.mini-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.map {
  flex: 1;
}

.section-2 {
  padding: 100px 50px;
}

.quote-image {
  border-radius: 50%;
  width: 40px;
  margin-right: 12px;
}

.mini-container {
  z-index: 10;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  color: #000;
  text-decoration: none;
}

.patterned-texture {
  background-image: url('../images/Pattern-Texture.svg');
  background-position: 0 0;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.footerimage {
  border-radius: 20px;
  max-height: 60px;
}

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

.button-26 {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button-26:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button-26.black {
  color: #f0f0f0;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.home-hero {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 140px;
}

.footer-link-2 {
  color: #ccc;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.hosts-image {
  border-radius: 50%;
  width: 210px;
  margin-bottom: 40px;
}

.section-subtitle {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.section-subtitle.features {
  margin-bottom: 15px;
}

.section-subtitle.contact {
  margin-bottom: 40px;
}

.scroll-down-hint {
  z-index: 10;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20px;
}

.featured-row {
  align-items: center;
  margin-top: 7px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.footer-template-link {
  color: #f0f0f0;
  transition: opacity .2s;
}

.footer-template-link:hover {
  opacity: .5;
}

.virtual-tour-section {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.featured-icon {
  width: 26px;
  margin-right: 25px;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 110px;
}

.quote-wrapper {
  background-color: #fff;
  padding: 30px 50px 40px;
}

.form-small-print {
  color: #ffffffe0;
  margin-top: 15px;
  font-size: 11px;
}

.intro-grid {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.intro-grid.inverted {
  grid-template-columns: 1.25fr 1fr;
}

.sign-up-section {
  color: #fff;
  text-align: center;
  padding: 100px 50px;
  position: relative;
}

.footer-copyright {
  margin-top: 60px;
  font-size: 11px;
}

.gallery-section {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  position: relative;
}

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

.code-embed-2 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .fixed-contact-form-2 {
    display: none;
  }

  .booking-slide-out.kalendar {
    width: 100%;
    transform: translate(130%);
  }

  .contact-row {
    margin-bottom: 20px;
    display: flex;
  }

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

@media screen and (min-width: 1440px) {
  body {
    --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
    --_typography---main-text: 18px;
    --_typography---h1: 3.8em;
    --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
    --_typography---small-text: 16px;
    --_typography---h2: 54px;
    --_typography---h3: 22px;
    --_typography---h4: 18px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
    --_typography---main-text: 18px;
    --_typography---h1: 3.8em;
    --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
    --_typography---small-text: 16px;
    --_typography---h2: 54px;
    --_typography---h3: 22px;
    --_typography---h4: 18px;
  }

  .section {
    width: 100%;
  }

  .section.listing {
    background-size: cover;
  }

  .container, .unit_scheme_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
    --_typography---main-text: 16px;
    --_typography---h1: 3.2em;
    --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
    --_typography---small-text: 16px;
    --_typography---h2: 50px;
    --_typography---h3: 22px;
    --_typography---h4: 18px;
  }

  .container {
    z-index: 10;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-heading {
    width: 500px;
  }

  .h1-heading.half-width {
    width: 80%;
  }

  .handwriting {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 90px;
  }

  .handwriting.h2 {
    font-size: 65px;
  }

  .buton-primary {
    box-shadow: 0 4px 20px 0 var(--_colors---yellow-transparent);
  }

  .buton-secondary {
    border-color: #5f5c57;
    padding: 20px;
    box-shadow: 0 4px 20px #ffeed633;
  }

  .horizontal-wrap.hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragpaph.hero {
    margin-left: auto;
  }

  .paragpaph.big.half-width {
    width: 70%;
  }

  .full-size-image {
    height: 300px;
    margin-bottom: 100px;
  }

  .content-wrap-centered {
    width: 100%;
  }

  .h2-heading.half-width {
    width: 70%;
  }

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

  .tabs-nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .testimonial-image {
    height: 200px;
  }

  .testimonials-wrapper {
    z-index: 10;
    min-height: 500px;
    padding-top: 220px;
  }

  .testimonials-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .faq-question-wrap.v3:hover {
    border-color: #ffffff1a;
  }

  .faq-lights {
    z-index: -100;
    opacity: .9;
    height: 700px;
    top: -220px;
  }

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

  .blog-image-frame {
    height: 260px;
  }

  .rich-text-wrap.property {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lightbox-column {
    width: 100%;
  }

  .lightbox-wrap {
    flex-flow: column;
  }

  .big-image-wrap {
    width: 100%;
  }

  .collection-list {
    height: 400px;
  }

  .lightbox.big {
    height: 350px;
  }

  .feature-overview, .form-block {
    width: 100%;
  }

  .submit-button {
    padding-left: 24px;
    padding-right: 44px;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .link:hover {
    opacity: .7;
    letter-spacing: 0;
  }

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

  .content-wrap-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap-2.small-gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .mask {
    width: 50%;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 200px;
    margin-right: 40px;
  }

  .container-nav {
    z-index: 10;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    height: 36px;
  }

  .social-link {
    opacity: 1;
  }

  .container-footer {
    z-index: 10;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-link {
    opacity: 1;
  }

  .licenses-link:hover {
    opacity: .7;
    letter-spacing: 0;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
  }

  .unit_scheme_wrapper {
    flex-flow: column;
    align-items: stretch;
    height: 60vh;
    min-height: 600px;
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
  }

  .home_floor_header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .arrow-tab {
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 1.5rem 2rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 1.5rem 1.5rem 2rem;
  }

  .banner-heading {
    font-size: 3.5rem;
  }

  .booking-slide-out.kalendar {
    transform: translate(130%);
  }

  .text-image-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: .75fr 1fr;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-grid {
    grid-column-gap: 100px;
  }

  .divider-line.mini-margin.hide-on-mobile {
    display: none;
  }

  .intro-image-grid {
    grid-template-rows: 200px auto 200px;
    grid-template-columns: 1fr 1fr;
  }

  .patterned-texture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .virtual-tour-section {
    height: 100vh;
  }

  .intro-grid {
    grid-column-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
    --_typography---main-text: 18px;
    --_typography---h1: 3.2em;
    --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
    --_typography---small-text: 16px;
    --_typography---h2: 54px;
    --_typography---h3: 22px;
    --_typography---h4: 18px;
  }

  .section.listing {
    background-position: 50% 0;
    background-size: auto;
    background-attachment: fixed;
  }

  .container.sticky {
    padding-top: 60px;
  }

  .h1-heading.half-width {
    width: 100%;
  }

  .handwriting {
    white-space: pre-wrap;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 75px;
  }

  .horizontal-wrap.top-align {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .paragpaph.hero {
    width: 100%;
    margin-top: 20px;
  }

  .paragpaph.big.half-width {
    width: 100%;
  }

  .full-size-image {
    height: 250px;
  }

  .h2-heading.half-width {
    width: 100%;
  }

  .card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .property-list-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .content-wrap-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .faq-question-bar {
    line-height: 150%;
  }

  .blog-list-flex {
    flex-flow: column;
  }

  .lightbox-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .mask {
    width: 90%;
  }

  .footer-link {
    font-size: var(--_typography---small-text);
  }

  .brand {
    padding-left: 0;
  }

  .fixed-form-tab {
    background-color: #22a45a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 7px -7px 20px #0000001a;
  }

  .fixed-form-tab.groisov-dvor {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .fixed-contact-form-2 {
    box-shadow: none;
    overflow: visible;
  }

  .button.is-secondary {
    flex: 0 auto;
    width: 100%;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
    box-shadow: 7px 7px 30px -10px #0000004d;
  }

  .text-block-86 {
    display: block;
  }

  .unit_scheme_wrapper {
    height: auto;
    min-height: 400px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery_catalog_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .feature-tab-menu {
    flex-flow: column;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .banner {
    height: 100svh;
  }

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

  .text-image-grid {
    grid-row-gap: 50px;
  }

  .hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .5fr;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .features-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .map {
    flex: none;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .patterned-texture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture.hide-on-mobile {
    display: none;
  }

  .section-subtitle {
    font-size: 35px;
  }

  .virtual-tour-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .intro-grid.inverted {
    grid-template-columns: 1.25fr;
  }

  .sign-up-section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family-primary: "Intertight Variablefont Wght", Arial, sans-serif;
    --_typography---main-text: 16px;
    --_typography---h1: 3em;
    --_typography---font-family-secondary: Dancingscript, Arial, sans-serif;
    --_typography---small-text: 16px;
    --_typography---h2: 38px;
    --_typography---h3: 22px;
    --_typography---h4: 18px;
  }

  .section.hero {
    background-image: linear-gradient(180deg, var(--_colors---transparent), #141414e6 72%, var(--_colors---dark)), url('../images/vizualizacia-front-min.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: auto;
  }

  .container {
    padding: 40px 20px;
  }

  .container.sticky {
    padding-top: 40px;
  }

  .container.property-page {
    padding-top: 130px;
  }

  .container.short-top-padding {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container.page-hero {
    padding-top: 120px;
  }

  .hero-content-wrap {
    width: 100%;
  }

  .h1-heading {
    width: auto;
    padding-left: 2px;
  }

  .h1-heading.half-width {
    width: 100%;
  }

  .handwriting {
    background-image: linear-gradient(146deg, var(--_colors---pale-yellow), var(--_colors---bright-orange));
    white-space: break-spaces;
    direction: rtl;
    font-size: 70px;
    display: inline;
    overflow: visible;
  }

  .handwriting.h2 {
    direction: ltr;
    font-size: 54px;
  }

  .handwriting.h2.small {
    text-shadow: 3px 1px 20px #0003;
    direction: rtl;
    font-size: 50px;
  }

  .handwriting.h2.centered {
    text-overflow: clip;
    direction: rtl;
    font-size: 56px;
  }

  .button-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .button-text {
    font-variation-settings: "wght" 450;
    font-weight: 400;
  }

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-wrapper.hero {
    align-self: stretch;
  }

  .pill-wrap {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .pill-text {
    font-weight: 400;
  }

  .paragpaph.big.half-width {
    font-size: 18px;
  }

  .full-size-image {
    height: 400px;
  }

  .content-wrap-centered {
    text-align: left;
  }

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

  .h2-heading.small {
    font-size: 38px;
  }

  .h2-heading.center-alighn-on-desctop {
    text-align: center;
    width: 100%;
  }

  .card-wrapper {
    margin-top: 40px;
  }

  .content-wrap.half-width {
    width: 100%;
  }

  .card-icon {
    width: 150px;
    margin-top: -40px;
    margin-left: -20px;
  }

  .property-wrapper {
    margin-top: 40px;
  }

  .property-wrap {
    background-image: linear-gradient(178deg, var(--_colors---transparent) 31%, #141110b3 71%, #231e1b);
    min-height: 250px;
  }

  .chip {
    font-weight: 500;
    left: 12px;
  }

  .property-content-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding: 16px;
    display: flex;
  }

  .sliderhorvathovdvor {
    margin-top: 90px;
  }

  .testimonials-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-wrap {
    top: -63px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .faq-question-wrap {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff0d;
    padding-right: 20px;
  }

  .faq-question-bar {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
  }

  .faq-circle {
    width: auto;
    height: auto;
    padding-top: 4px;
  }

  .faq-paragraph {
    font-weight: 500;
  }

  .faq-lights {
    top: -100px;
  }

  .blog-image-frame {
    height: 230px;
  }

  .blog-content-wrap, .blog-page-image {
    width: 100%;
  }

  .rich-text-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .lightbox-column {
    height: 220px;
  }

  .lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .image-full {
    display: inline-block;
    overflow: clip;
  }

  .collection-lightbox-wrapper {
    height: 250px;
  }

  .collection-list {
    grid-column-gap: 3%;
    grid-row-gap: 16px;
    height: 250px;
  }

  .lightbox-item-small {
    width: 48%;
    height: 47%;
  }

  .lightbox.big {
    height: 250px;
  }

  .field-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 24px;
  }

  .form-block {
    flex: none;
  }

  .contact-wrapper {
    width: 100%;
  }

  .paragraph {
    color: #514844;
    font-weight: 300;
  }

  .paragraph.small {
    color: var(--grey-white);
  }

  .content-wrap-2.small-gap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .contact-info-wrap, .mask {
    width: 100%;
  }

  .nav-menu {
    width: 200px;
    margin-right: 20px;
  }

  .container-nav {
    padding: 15px 20px;
  }

  .logo, .logo.small {
    height: 20px;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container-footer {
    padding: 20px;
  }

  .footer-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-link-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .feature-title {
    font-size: var(--_typography---main-text);
    font-weight: 400;
  }

  .invisible-gallery {
    display: none;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-form-tab {
    opacity: 1;
    background-color: #22a45a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding-left: 55px;
    box-shadow: 7px -7px 20px #0000001a;
  }

  .fixed-form-tab.groisov-dvor {
    background-color: var(--_colors---bright-orange);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .phone-block {
    width: auto;
  }

  .fixed-contact-form-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
  }

  .unit_scheme_wrapper {
    height: auto;
    min-height: 200px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-medium.lowbottompadding {
    padding-bottom: 1rem;
  }

  .gallery_catalog_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .tab-text {
    flex: none;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-tab {
    flex: 0 auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-24.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .banner {
    height: 50svh;
  }

  .banner-heading {
    font-size: 1.5rem;
  }

  .booking-slide-closer {
    z-index: 10000;
  }

  .booking-slide-out {
    padding: 30px;
  }

  .booking-slide-close-mobile {
    cursor: pointer;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
  }

  .button-wrapper {
    display: flex;
  }

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

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

  .booking-slide-closer-2 {
    z-index: 10000;
  }

  .bold-title {
    font-size: 18px;
  }

  .back-to-top-button, .book-cta {
    display: none;
  }

  .instagram-button {
    display: flex;
  }

  .contact-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .map {
    flex: 0 auto;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .patterned-texture {
    padding: 30px;
  }

  .home-hero {
    min-height: 540px;
    padding-top: 100px;
  }

  .section-subtitle.contact {
    margin-bottom: 30px;
  }

  .featured-row {
    font-size: 17px;
  }

  .featured-icon {
    margin-right: 20px;
  }

  .quote-wrapper {
    padding: 20px 30px 30px;
  }

  .intro-grid.inverted {
    grid-template-columns: 1.25fr;
  }

  .body-wrapper {
    overflow: visible;
  }

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

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cea-859d07fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cec-859d07fc, #w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cee-859d07fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cf0-859d07fc, #w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cf2-859d07fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cf4-859d07fc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cf6-859d07fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cf8-859d07fc, #w-node-_3c2effbb-eb89-a5e2-9b26-7a8497dbbedf-859d07fc, #w-node-_30b74660-41ed-c5b9-df3b-786345dded5b-859d07fc, #w-node-_99d5a03d-ed33-3bb8-3ba7-8e1850439661-859d07fc, #w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cfa-859d07fc, #w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cfc-859d07fc, #w-node-_8d85d22b-e69b-6e21-ffb4-2f0ca1164cfe-859d07fc, #w-node-_4afa77bd-b38f-0554-4c9e-ddcd7174d702-859d07fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}